]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
Move gdbsupport to the top level
[thirdparty/binutils-gdb.git] / ChangeLog
1 2020-01-14 Tom Tromey <tom@tromey.com>
2
3 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
4 * MAINTAINERS: Add gdbsupport.
5 * configure: Rebuild.
6 * configure.ac (configdirs): Add gdbsupport.
7 * gdbsupport: New directory, move from gdb/gdbsupport.
8 * Makefile.def (host_modules, dependencies): Add gnulib.
9 * Makefile.in: Rebuild.
10
11 2020-01-09 Aaron Merey <amerey@redhat.com>
12
13 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
14 new configure option --with-debuginfod.
15 * configure: Regenerate.
16 * configure.ac: Call AC_DEBUGINFOD.
17
18 2019-12-26 Christian Biesinger <cbiesinger@google.com>
19
20 * .gitignore: Add perf.data and perf.data.old.
21
22 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
23
24 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
25
26 2019-10-17 Alan Modra <amodra@gmail.com>
27
28 PR 29
29 * src-release.sh (getver): Replace "head -1" with "head -n 1".
30
31 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
32
33 * Makefile.def (host_modules): libctf is no longer no_install.
34 * Makefile.in: Regenerated.
35
36 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
37
38 * Makefile.def (dependencies): all-ld depends on all-libctf.
39 * Makefile.in: Regenerated.
40
41 2019-09-09 Phil Blundell <pb@pbcl.net>
42
43 binutils 2.33 branch created
44
45 2019-08-19 Tom Tromey <tom@tromey.com>
46
47 * configure: Rebuild.
48 * configure.ac: Add --with-static-standard-libraries.
49
50 2019-08-09 Nick Clifton <nickc@redhat.com>
51
52 * libiberty: Sync with gcc. Bring in:
53 2019-08-08 Martin Liska <mliska@suse.cz>
54
55 PR bootstrap/91352
56 * lrealpath.c (is_valid_fd): New function.
57
58 2019-07-24 Martin Liska <mliska@suse.cz>
59
60 PR lto/91228
61 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
62 Find first '\0' starting from gnu_lto + 1.
63
64 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
65
66 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
67 This fixes a Bug 90924.
68
69 2019-07-22 Martin Liska <mliska@suse.cz>
70
71 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
72 Do not search for gnu_lto_v1, but search for first '\0'.
73
74 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
75
76 * cplus-dem.c: Include rust-demangle.h.
77 * rust-demangle.c: Include rust-demangle.h.
78 * rust-demangle.h: New file.
79
80 2019-05-31 Michael Forney <mforney@mforney.org>
81
82 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
83 is non-zero.
84
85 2019-04-30 Ben L <bobsayshilol@live.co.uk>
86
87 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
88 * testsuite/d-demangle-expected: Add testcase.
89
90 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
91 * testsuite/d-demangle-expected: Add testcase.
92
93 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
94 * testsuite/d-demangle-expected: Add testcase.
95
96 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
97 * testsuite/d-demangle-expected: Add testcase.
98
99 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
100 * testsuite/d-demangle-expected: Add testcase.
101
102 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
103 * testsuite/demangle-expected: Add testcase.
104
105 * cp-demangle.c (d_encoding): Guard against NULL return values from
106 d_right (dc).
107 * testsuite/demangle-expected: Add testcase.
108
109 2019-04-29 Ben L <bobsayshilol@live.co.uk>
110
111 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
112 char is valid.
113 * testsuite/demangle-expected: Add testcase.
114
115 2019-04-10 Nick Clifton <nickc@redhat.com>
116
117 PR 89394
118 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
119 lengths.
120 (d_count_templates_scopes): Replace num_templates and num_scopes
121 parameters with a struct d_print_info pointer parameter. Adjust
122 body of the function accordingly. Add recursion counter and check
123 that the recursion limit is not reached.
124 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
125 Reset recursion counter afterwards, unless the recursion limit was
126 reached.
127
128 2019-07-13 Joel Brobecker <brobecker@adacore.com>
129
130 * src-release (getver): If $tool/gdbsupport/create-version.sh
131 exists, use that to determine the version number.
132
133 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
134
135 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
136
137 2019-06-14 Tom Tromey <tom@tromey.com>
138
139 * MAINTAINERS: Add gnulib.
140 * gnulib: New directory, move from gdb/gnulib.
141 * configure.ac (host_libs): Add gnulib.
142 * configure: Rebuild.
143 * Makefile.def (host_modules, dependencies): Add gnulib.
144 * Makefile.in: Rebuild.
145
146 2019-06-03 Nick Clifton <nickc@redhat.com>
147
148 Revert:
149 2019-05-29 Nick Clifton <nickc@redhat.com>
150
151 * configure.ac (noconfigdirs): Add libctf if the target does not use
152 the ELF file format.
153 * configure: Regenerate.
154
155 2019-05-29 Nick Clifton <nickc@redhat.com>
156
157 * src-release.sh (do_proto_toplev): Add libctf to list of
158 directories that can be disabled.
159
160 2019-05-29 Nick Clifton <nickc@redhat.com>
161
162 * configure.ac (noconfigdirs): Add libctf if the target does not use
163 the ELF file format.
164 * configure: Regenerate.
165
166 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
167
168 * Makefile.def (dependencies): configure-libctf depends on all-bfd
169 and all its deps.
170 * Makefile.in: Regenerated.
171
172 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
173
174 * MAINTAINERS: Add libctf.
175
176 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
177
178 * Makefile.def (host_modules): Add libctf.
179 * Makefile.def (dependencies): Likewise.
180 libctf depends on zlib, libiberty, and bfd.
181 * Makefile.in: Regenerated.
182 * configure.ac (host_libs): Add libctf.
183 * configure: Regenerated.
184
185 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
186
187 * config.guess: Synchronize with config project master sources.
188 * config.sub: Likewise.
189 * readline/support/config.guess: Likewise.
190 * readline/support/config.sub: Likewise.
191
192 2019-04-10 Nick Clifton <nickc@redhat.com>
193
194 * libiberty: Sync with gcc. Bring in:
195 2019-04-10 Nick Clifton <nickc@redhat.com>
196
197 PR 89394
198 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
199 lengths.
200 (d_count_templates_scopes): Replace num_templates and num_scopes
201 parameters with a struct d_print_info pointer parameter. Adjust
202 body of the function accordingly. Add recursion counter and check
203 that the recursion limit is not reached.
204 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
205 Reset recursion counter afterwards, unless the recursion limit was
206 reached.
207
208 2018-06-24 Nick Clifton <nickc@redhat.com>
209
210 2.32 branch created.
211
212 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
213
214 Merge from GCC:
215 PR target/88535
216 * config.guess: Import upstream version 2019-01-03.
217 * config.sub: Import upstream version 2019-01-01.
218
219 2019-01-10 Nick Clifton <nickc@redhat.com>
220
221 * libiberty: Sync with gcc. Bring in:
222 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
223
224 PR other/16615
225
226 * cp-demangle.c: Mechanically replace "can not" with "cannot".
227 * floatformat.c: Likewise.
228 * strerror.c: Likewise.
229
230 2018-12-22 Jason Merrill <jason@redhat.com>
231
232 Remove support for demangling GCC 2.x era mangling schemes.
233 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
234 internal_cplus_demangle, and all subroutines.
235 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
236 Lucid, ARM, HP, and EDG demangling styles.
237 (cplus_demangle): Remove 'work' variable. Don't call
238 internal_cplus_demangle.
239
240 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
241
242 * configure.ac: Don't configure readline if --with-system-readline is
243 used.
244 * configure: Re-generate.
245
246 2018-10-31 Joseph Myers <joseph@codesourcery.com>
247
248 Merge from GCC:
249 PR bootstrap/82856
250 * multilib.am: New file. From automake.
251
252 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
253
254 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
255
256 2018-07-16 Nick Clifton <nickc@redhat.com>
257
258 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
259
260 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
261
262 * config.sub: Sync with upstream version 2018-07-03.
263
264 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
265
266 * config.guess: Sync with upstream version 2018-06-26.
267 * config.sub: Sync with upstream version 2018-07-02.
268
269 2018-06-29 Alexandre Oliva <oliva@adacore.com>
270
271 * configure.ac: Introduce support for @unless/@endunless.
272 * Makefile.tpl (dep-kind): Rewrite with cond; return
273 postbootstrap in some cases.
274 (make-postboot-dep, postboot-targets): New.
275 (dependencies): Do not output postbootstrap dependencies at
276 first. Output non-target ones changed for configure to depend
277 on stage_last @if gcc-bootstrap, and the original deps @unless
278 gcc-bootstrap.
279 * configure.in, Makefile.in: Rebuilt.
280
281 2018-06-24 Nick Clifton <nickc@redhat.com>
282
283 * configure: Regenerate.
284
285 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
286
287 * libtool.m4: Use AC_LANG_SOURCE.
288 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
289 * README-maintainer-mode: Update version requirements.
290 * ar-lib: New file.
291 * test-driver: New file.
292 * configure: Re-generate.
293
294 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
295
296 * Makefile.def (fortran): Add check-target-libgomp-fortran.
297 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
298 * Makefile.in: Regenerate.
299
300 * configure: Regenerate.
301
302 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
303
304 * configure.ac: Sync with GCC, remove MPX-related things.
305
306 2018-05-01 Nick Clifton <nickc@redhat.com>
307
308 * config.guess: Synchronize with config project master sources.
309 * config.sub: Likewise.
310
311 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
312
313 * configure.ac: Added "nfp" target.
314 * configure: Regenerate.
315
316 2018-02-13 Maciej W. Rozycki <macro@mips.com>
317
318 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
319 * configure: Regenerate.
320
321 2018-01-30 Nick Clifton <nickc@redhat.com>
322
323 * src-release.sh (do_proto_toplev): Add patterns for more junk files
324 to delete before creating the tarball.
325
326 2018-01-29 Nick Clifton <nickc@redhat.com>
327
328 * src-release.sh (do_proto_toplev): Strip patch remnant files from
329 the sources before creating the tarball.
330
331 2018-01-13 Nick Clifton <nickc@redhat.com>
332
333 * src-release.sh: Update copyright notice. Change reference to devo
334 to be a reference to root.
335
336 2018-01-10 Nick Clifton <nickc@redhat.com>
337
338 * config-ml.in: Sync with gcc sources.
339 * config.guess: Likewise.
340 * config.sub: Likewise.
341 * configure.ac: Likewise.
342 * configure: Regenerate.
343
344 2017-12-14 Nick Clifton <nickc@redhat.com>
345
346 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
347
348 2017-12-12 Stafford Horne <shorne@gmail.com>
349
350 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
351 * configure: Regenerate.
352
353 2017-09-15 Nick Clifton <nickc@redhat.com>
354
355 * src-release.sh (LZIPPROG): New define. Provides the name of the
356 lzip program.
357 (do_lz): New function. Compresses a tarball using the lzip
358 program.
359 (do_compress): Add support for lzip compression.
360 (usage): Mention -l option.
361 (build_release): Support -l option to invoke lzip compression.
362
363 2017-09-15 Alan Modra <amodra@gmail.com>
364
365 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
366 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
367 and sim depending on $tool and $support_files. Echo configure line.
368
369 2017-09-14 Matt Rice <ratmice@gmail.com>
370
371 * src-release.sh (do_proto_toplev): Enable gold during release process.
372
373 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
374
375 * config.sub: Sync with master version in config project.
376
377 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
378
379 * config.sub: Handle ia16 in $basic_machine.
380
381 bfd/
382 * config.bfd: Handle ia16.
383
384 gas/
385 * configure.tgt: Handle ia16.
386
387 ld/
388 * configure.tgt: Handle ia16.
389
390 2017-03-22 Nick Clifton <nickc@redhat.com>
391
392 * config.sub: Sync with master version in config project.
393 * config.guess: Likewise.
394
395 2017-01-23 Nick Clifton <nickc@redhat.com>
396
397 * configure.ac: Update year in copyright notice.
398 Sync from FSF GCC mainline, bringing in the following patches.
399 * Makefile.def: Likewise.
400 * Makefile.tpl: Likewise.
401 * configure: Regenerate.
402 * Makefile.in: Regenerate.
403
404 2016-12-21 Jakub Jelinek <jakub@redhat.com>
405
406 * configure.ac: Don't bootstrap libmpx unless --with-build-config
407 includes bootstrap-mpx.
408
409 2016-12-01 Matthias Klose <doko@ubuntu.com>
410
411 * configure.ac: Don't use pkg-config to check for bdw-gc.
412
413 2016-11-30 Matthias Klose <doko@ubuntu.com>
414
415 * Makefile.def: Remove reference to boehm-gc target module.
416 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
417 options and for the bdw-gc pkg-config module.
418
419 2016-11-15 Matthias Klose <doko@ubuntu.com>
420
421 * config-ml.in: Remove references to GCJ.
422 * configure.ac: Likewise.
423
424 2016-09-30 Jakub Jelinek <jakub@redhat.com>
425
426 * configure.ac: Add target-libffi to target_libraries.
427 Readd libgcj target disablings, modified to only target-libffi.
428 Readd target addition of go to unsupported languages.
429
430 2016-09-30 Andrew Haley <aph@redhat.com>
431
432 * Makefile.def: Remove libjava.
433 * Makefile.tpl: Likewise.
434 * configure.ac: Likewise.
435
436 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
437
438 * configure.ac: Disable "sim" directory for arc*-*-*.
439
440 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
441
442 * configure.ac: Check for the minimum in-tree MPFR version
443 handled.
444
445 2016-12-31 Alan Modra <amodra@gmail.com>
446
447 * config.sub: Import from upstream.
448
449 2016-12-08 Alan Modra <amodra@gmail.com>
450
451 * configure: Regenerate.
452
453 2016-12-02 Josh Conner <joshconner@google.com>
454
455 * configure.ac: Add fuchsia to targets that use ELF.
456 * configure: Regenerated.
457
458 2016-11-07 Doug Evans <dje@google.com>
459
460 * config.sub: Sync with upstream version 2016-11-03.
461 git://git.sv.gnu.org/config.git
462 * config.guess: Sync with upstream version 2016-10-02.
463
464 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
465
466 * .gitignore: Add archives and make stamps.
467
468 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
469
470 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
471 * configure: Regenerated.
472
473 2016-06-28 Walter Lee <walt@tilera.com>
474
475 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
476 * configure: Regenerate.
477
478 2016-05-28 Alan Modra <amodra@gmail.com>
479
480 * Makefile.tpl (configure): Depend on m4 files included.
481 * Makefile.in: Regenerate.
482
483 2016-05-27 Nick Clifton <nickc@redhat.com>
484
485 * config.guess (Alpha OSF1): Fix typo introduced during the most
486 recent synchronization update.
487
488 2016-05-23 Nick Clifton <nickc@redhat.com>
489
490 * Import these patches from the gcc mainline:
491
492 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
493
494 * config.guess: Import version 2016-04-02 (newest).
495 * config.sub: Import version 2016-05-10 (newest).
496
497 2016-04-19 Nick Clifton <nickc@redhat.com>
498
499 * Import this patch from the GCC mainline:
500
501 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
502
503 PR bootstrap/70173
504 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
505 and gotools directories. Delete the stage_final file.
506 * Makefile.in: Regenerate.
507
508 2016-03-17 Cary Coutant <ccoutant@gmail.com>
509
510 * configure.ac: Add mips and s390 to the gold target check.
511 * configure: Regenerate.
512
513 2016-02-10 Nick Clifton <nickc@redhat.com>
514
515 Import these patches from the GCC mainline:
516
517 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
518
519 * configure.ac: Enable LTO for DJGPP
520 * configure: Regenerate
521
522 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
523
524 PR bootstrap/69329
525 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
526 * Makefile.in: Regenerate.
527
528 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
529 Sebastian Pop <s.pop@samsung.com>
530
531 * Makefile.in: Regenerate.
532 * Makefile.tpl: Export ISLVER.
533 * configure: Regenerate.
534 * config/isl.m4: Detect isl-0.15.
535
536 2016-01-29 Sebastian Pop <s.pop@samsung.com>
537
538 * config/isl.m4: Add comments about isl-0.16.
539 * configure: Regenerate.
540
541 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
542
543 Sync with GCC
544 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
545
546 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
547 symbols.
548
549 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
550
551 PR bootstrap/69134
552 * Makefile.def (mpfr): Disable assembler.
553 * Makefile.in: Regenerate.
554
555 2016-01-11 Nick Clifton <nickc@redhat.com>
556
557 Import the following changes from the GCC mainline:
558
559 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
560
561 * configure.ac: Enable libmpx by default.
562 * configure: Regenerated.
563
564 2015-11-19 Martin Liska <mliska@suse.cz>
565
566 * .gitignore: Add .clang-format to ignored files.
567 * Makefile.tpl: Add clang-format.
568 * Makefile.in: Regenerate.
569
570 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
571
572 PR libffi/65726
573 * Makefile.def (lang_env_dependencies): Make libffi depend
574 on cxx.
575 * Makefile.in: Regenerate.
576
577 2015-12-02 Ian Lance Taylor <iant@google.com>
578
579 PR go/66147
580 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
581 * Makefile.in: Regenerate.
582
583 2015-12-17 Nathan Sidwell <nathan@acm.org>
584
585 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
586 * configure: Regenerate.
587
588 2015-12-17 Sebastian Pop <s.pop@samsung.com>
589
590 * Makefile.in: Replace ISL with isl.
591 * Makefile.tpl: Same.
592 * config/isl.m4: Same.
593 * configure.ac: Same.
594 * contrib/download_prerequisites: Same.
595 * configure: Regenerate.
596
597 2016-01-01 Ben Elliston <bje@gnu.org>
598
599 * config.guess: Import version 2016-01-01.
600 * config.sub: Likewise.
601
602 2015-11-20 Tristan Gingold <gingold@adacore.com>
603
604 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
605 * configure: Regenerate.
606
607 2015-10-21 Nick Clifton <nickc@redhat.com>
608
609 PR gas/19109
610 * configure.ac: Note the 'none' is an acceptable argument to
611 --enable-compressed-debug-sections.
612 * configure: Regenerate.
613
614 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
615
616 PR gas/19109
617 * configure.ac: Add
618 --enable-compressed-debug-sections={all,gas,gold,ld}.
619 * configure: Regenerated.
620
621 2015-09-30 Nick Clifton <nickc@redhat.com>
622
623 Import the following patches from the GCC mainline:
624
625 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
626
627 PR libfortran/54572
628 * Makefile.def: Make libgfortran depend on libbacktrace.
629 * Makefile.in: Regenerate.
630
631 2015-08-12 Tom de Vries <tom@codesourcery.com>
632
633 PR other/67092
634 PR other/67098
635 * configure.ac: Remove --with_host_libstdcxx support.
636 * configure: Regenerate.
637
638 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
639 Jakub Jelinek <jakub@redhat.com>
640
641 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
642 nvptx*-*-*.
643 * configure: Regenerate.
644
645 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
646
647 Sync with GCC
648 2015-07-28 Ben Elliston <bje@gnu.org>
649
650 * config.sub, config.guess: Import from upstream.
651
652 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
653
654 * Makefile.def (libiconv): Define bootstrap=true.
655 Mark pdf/html/info as missing.
656 (configure-gcc): Depend on all-libiconv.
657 (all-gcc): Ditto.
658 (configure-libcpp): Ditto.
659 (all-libcpp): Ditto.
660 (configure-intl): Ditto.
661 (all-intl): Ditto.
662 * Makefile.in: Regenerate.
663
664 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
665
666 Sync with GCC
667 2015-07-24 Michael Darling <darlingm@gmail.com>
668
669 PR other/66259
670 * config-ml.in: Reflects renaming of configure.in to configure.ac
671 * configure: Likewise
672 * configure.ac: Likewise
673
674 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
675
676 * Makefile.in: Regenerated.
677
678 Sync with GCC
679 2015-05-21 Jason Merrill <jason@redhat.com>
680
681 * Makefile.tpl: Update comments.
682
683 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
684
685 * Makefile.tpl: Remove surplus whitespace throughout.
686
687 2015-03-25 Martin Liska <mliska@suse.cz>
688 Yury Gribov <y.gribov@samsung.com>
689
690 * Makefile.tpl: Fix ln source location for vimrc file.
691
692 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
693
694 Sync with GCC
695 2015-05-16 James Bowman <james.bowman@ftdichip.com>
696
697 * configure.ac: FT32 target added.
698 * configure: Regenerate.
699
700 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
701
702 Sync with GCC
703 2015-06-02 Jason Merrill <jason@redhat.com>
704
705 PR bootstrap/66319
706 * configure.ac: Use -std=gnu++98.
707
708 2015-05-28 Mike Frysinger <vapier@gentoo.org>
709
710 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
711 * configure: Regenerate.
712
713 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
714
715 * configure.ac: Fix typo.
716 * configure: Regenerate.
717
718 2015-05-03 Matthias Klose <doko@ubuntu.com>
719
720 * configure.ac: Match $host configured with triplets.
721 * configure: Regenerate.
722
723 2015-04-17 Jakub Jelinek <jakub@redhat.com>
724
725 PR bootstrap/62077
726 * configure.ac (--enable-stage1-checking): Default to
727 release,misc,gimple,rtlflag,tree,types if --disable-checking
728 or --enable-checking is not specified and DEV-PHASE is not
729 experimental.
730 * configure: Regenerated.
731
732 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
733
734 Install back PR target/47230 fix (Revert the revert).
735
736 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
737
738 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
739 target.
740 * configure: Regenerate.
741
742 2015-05-13 John David Anglin <dave.anglin@bell.net>
743
744 * configure.ac: Disable configuration of GDB for HPUX targets.
745 * configure: Regenerate.
746
747 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
748
749 PR ld/18355
750 * Makefile.def: Add extra_configure_flags to host zlib.
751 * configure.ac (extra_host_zlib_configure_flags): New. Set
752 to --enable-host-shared When bfd is to be built as shared
753 library. AC_SUBST.
754 * Makefile.in: Regenerated.
755
756 2015-04-15 Mike Frysinger <vapier@gentoo.org>
757 Hans-Peter Nilsson <hp@axis.com>
758
759 Adjust src-release.sh for sim using the gdb create-version.sh.
760 * src-release.sh (tar_compress): If there's a fifth parameter,
761 use that in the getver call instead of $tool.
762 (sim_release): Pass gdb as fifth parameter to tar_compress.
763 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
764
765 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
766
767 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
768 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
769 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
770 * Makefile.in: Regenerate.
771
772 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
773
774 * configure.ac: Add --with-system-zlib.
775 * configure: Regenerated.
776
777 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
778
779 * src-release.sh: Don't configure with --with-target-subdir=.
780 --disable-multilib.
781
782 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
783
784 * src-release.sh (DEVO_SUPPORT): Replace src-release with
785 src-release.sh.
786
787 2015-03-30 Ed Schouten <ed@nuxi.nl>
788
789 * config.sub: Update from upstream, to 2015-03-04 version.
790 * config.guess: Likewise.
791
792 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
793
794 * Makefile.def (dependencies): Add all-zlib to all-bfd.
795 * Makefile.in: Regenerated.
796
797 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
798
799 * src-release.sh (do_proto_toplev): Configure with --target
800 --with-target-subdir and --disable-multilib.
801 (BINUTILS_SUPPORT_DIRS): Add zlib.
802 (GAS_SUPPORT_DIRS): Likewise.
803 (GDB_SUPPORT_DIRS): Likewise.
804 (SIM_SUPPORT_DIRS): Likewise.
805
806 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
807
808 * configure.ac (target_configdirs): Exclude target-zlib if
809 target-libjava isn't built.
810 * configure: Regenerated.
811
812 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
813
814 Sync with GCC
815 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
816
817 * config-ml.in: Robustify ac_configure_args parsing.
818
819 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
820
821 * Makefile.def: Updated from GCC trunk.
822 * Makefile.tpl: Likewise.
823 * configure.ac: Likewise.
824 * Makefile.in: Regenerated.
825 * configure: Likewise.
826
827 2015-01-28 James Bowman <james.bowman@ftdichip.com>
828
829 * configure.ac: Add FT32 support.
830 * configure: Regenerate.
831
832 2015-01-12 Anthony Green <green@moxielogic.com>
833
834 * configure.ac: Don't disable gprof for moxie.
835 * configure: Rebuild.
836
837 2015-01-03 Andrew Pinski <apinski@cavium.com>
838
839 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
840 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
841 (BASE_TARGET_EXPORTS): Add OBJCOPY.
842 (OBJCOPY_FOR_TARGET): New variable.
843 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
844 * Makefile.in: Regenerate.
845 * configure.ac: Check for already installed target objcopy.
846 Also GCC_TARGET_TOOL on objcopy.
847 * configure: Regenerate.
848
849 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
850
851 * config.sub: Update from upstream, to 2015-01-01 version.
852 * config.guess: Ditto.
853
854 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
855
856 * config.sub: Update from upstream config repo.
857
858 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
859
860 * libtool.m4: Updated from GCC trunk.
861
862 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
863
864 * config.guess: Update from upstream config repo.
865 * config.sub: Ditto.
866
867 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
868
869 * move-if-change: Update from upstream gnulib.
870
871 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
872
873 * compile: Sync with upstream Automake.
874 * depcomp: Ditto.
875 * install-sh: Ditto.
876 * missing: Ditto.
877 * mkinstalldirs: Ditto.
878 * ylwrap: Ditto.
879
880 2014-10-15 Tristan Gingold <gingold@adacore.com>
881
882 * src-release.sh (do_proto_toplev): Configure with --target.
883
884 2014-10-03 Jing Yu <jingyu@google.com>
885
886 * configure.ac: Add aarch64 to list of targets that support gold.
887 * configure: Regenerate.
888
889 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
890
891 * configure.ac: Add mips*-img-elf* target triple.
892 * configure: Regenerate.
893
894 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
895 * configure: Disable gdb for nds32*-*-* until supported.
896 * configure.ac: Disable gdb for nds32*-*-* until supported.
897
898 2014-09-05 Joel Brobecker <brobecker@adacore.com>
899
900 * configure: Regenerate.
901
902 2014-08-27 Will Newton <will.newton@linaro.org>
903
904 * src-release.sh: New file.
905 * src-release: Remove file.
906
907 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
908
909 GDB not supported for or1k*-*-rtems*
910 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
911 of the stanzas results in this not being caught by or1k*-*-* later.
912 * configure. Regenerated.
913
914 2014-07-25 Samuel Bronson <naesten@gmail.com>
915
916 * .gitattributes: New file for use with git-merge-changelog.
917
918 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
919
920 Disable gdb for or1k*-*-* until supported
921 * configure.ac (or1k*-*-*): Disable gdb.
922 * configure: Regenerated.
923
924 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
925
926 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
927 * configure: Regenerated.
928
929 2014-03-26 Jakub Jelinek <jakub@redhat.com>
930
931 PR sanitizer/56781
932 * Makefile.def: Set bootstrap=true; for host fixincludes.
933 * configure.ac: Don't bootstrap host fixincludes unless
934 --with-build-config=bootstrap-{a,ub}san.
935 * Makefile.in: Regenerated.
936 * configure: Regenerated.
937
938 2014-03-21 Jakub Jelinek <jakub@redhat.com>
939
940 * configure.ac: Move BUILD_CONFIG set up earlier. Add
941 --enable-vtable-verify option parsing. Don't add
942 target-libsanitizer to bootstrap_target_libs unless
943 --with-build-config=bootstrap-asan or
944 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
945 to bootstrap_target_libs unless --enable-vtable-verify.
946 * configure: Regenerated.
947
948 2014-03-07 Jakub Jelinek <jakub@redhat.com>
949
950 PR bootstrap/58572
951 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
952 -I for libstdc++-v3 includes if $(LEAN).
953 * Makefile.in: Regenerated.
954
955 2014-02-24 Walter Lee <walt@tilera.com>
956
957 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
958 (tilegx-*-*): Change to tilegx*-*-*.
959 * configure: Regenerate.
960
961 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
962
963 * config.sub, config.guess: Import from upstream.
964
965 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
966
967 PR bootstrap/60620
968 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
969 * Makefile.in: Regenerate.
970
971 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
972
973 * Makefile.def (dependencies): Make all-ld depend on all-binutils
974 for WINDRES_FOR_TARGET in default-manifest.o rule.
975 * Makefile.in: Regenerate.
976
977 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
978
979 PR target/59788
980 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
981 *solaris2*.
982
983 2013-12-19 Keven Boell <keven.boell@intel.com>
984
985 * cp-namespace.c (cp_lookup_nested_symbol): Enable
986 nested lookups for fortran modules.
987 * dwarf2read.c (read_module): Add fortran module to
988 the symbol table.
989 (add_partial_symbol, add_partial_module): Add fortran
990 module to the partial symbol table.
991 (new_symbol_full): Create full symbol for fortran module.
992 * f-exp.y (yylex): Add new module domain to be parsed.
993 * symtab.h: New domain for fortran modules.
994
995 2013-12-19 Keven Boell <keven.boell@intel.com>
996
997 * f-exp.y (yylex): Add domain array to enable lookup
998 in multiple domains. Loop over lookup domains and try
999 to find requested symbol. Add STRUCT_DOMAIN to lookup
1000 domains to be able to query for user defined types.
1001
1002 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1003
1004 * configure.ac: Add user-friendly check for native x86_64-linux
1005 multilibs.
1006 * configure: Regenerate.
1007
1008 2013-11-23 Alan Modra <amodra@gmail.com>
1009
1010 * config.sub, config.guess: Import from upstream.
1011
1012 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1013
1014 * Makefile.in: Regenerate.
1015
1016 * Makefile.tpl: Fix typo.
1017 * Makefile.in: Regenerate partially.
1018
1019 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1020
1021 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1022 supported.
1023 * configure: Regenerated.
1024
1025 2013-10-30 Jason Merrill <jason@redhat.com>
1026
1027 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1028 --disable-build-format-warnings.
1029
1030 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1031
1032 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1033 depend on libstdc++ and libgcc.
1034 * configure: Regenerate.
1035 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1036 libcilkrts for POSIX and i*86, and x86_64 architectures.
1037 * Makefile.in: Added libcilkrts related fields to support building it.
1038
1039 2013-10-26 Jeff Law <law@redhat.com>
1040
1041 * Makefile.def (target_modules): Remove libmudflap
1042 (languages): Remove check-target-libmudflap).
1043 * Makefile.in: Rebuilt.
1044 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1045 * configure.ac (target_libraries): Remove target-libmudflap.
1046 Remove checks which disabled libmudflap on some systems.
1047 * configure: Rebuilt.
1048 * libmudflap: Directory removed.
1049
1050 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1051
1052 * configure.ac: Update from GCC.
1053 * configure: Regenerate.
1054
1055 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1056
1057 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1058 files in SUPPORT_FILES.
1059 (SIM_SUPPORT_DIRS): New variable.
1060 (sim.tar.bz2): New rule.
1061
1062 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1063
1064 * configure.ac: Update from GCC.
1065 * configure: Regenerate.
1066
1067 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1068
1069 * COPYING.NEWLIB: Update with new copyright.
1070
1071 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1072
1073 * configure.ac: Update from GCC.
1074 * configure: Regenerate.
1075
1076 2013-09-20 Alan Modra <amodra@gmail.com>
1077
1078 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1079 ppc host match. Support little-endian powerpc linux hosts.
1080
1081 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1082
1083 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1084 strip the "-cvs" suffix from the version number if present.
1085
1086 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1087
1088 * configure.ac: Sync with GCC repo.
1089 * Makefile.def: Ditto.
1090 * configure: Regenerate.
1091 * Makefile.in: Ditto.
1092
1093 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1094
1095 * src-release (VER): Use $(TOOL)/common/create-version.sh
1096 if it exists.
1097
1098 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1099
1100 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1101 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1102 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1103 * configure: Regenerate.
1104
1105 2013-06-01 George Thomas <george.thomas@atmel.com>
1106
1107 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1108 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1109
1110 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1111
1112 * COPYING.NEWLIB: Add Altera Corporation copyright.
1113
1114 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1115
1116 * config.guess: Update from config repo.
1117 * config.sub: Ditto.
1118
1119 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1120
1121 * Makefile.def: Sync with GCC.
1122 * Makefile.in: Regenerate.
1123
1124 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1125
1126 * configure.ac: Sync with GCC.
1127 * configure: Regenerate.
1128
1129 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1130
1131 * src-release (VER): Change bfd/configure.in sed to use the new
1132 `bfd/configure --version` output.
1133
1134 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1135
1136 * configure.ac: Sync with GCC repo.
1137 * configure: Ditto.
1138
1139 2013-02-05 Ian Lance Taylor <iant@google.com>
1140
1141 PR go/55969
1142 * configure.ac: Disable libgo on some systems where it does not
1143 work.
1144 * configure: Rebuild.
1145
1146 2013-02-05 Alan Modra <amodra@gmail.com>
1147
1148 * configure: Regenerate after syncing config/.
1149
1150 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1151
1152 * configure.ac: Sync with GCC repo.
1153 * configure: Ditto.
1154 * Makefile.def: Ditto.
1155 * Makefile.in: Ditto.
1156
1157 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1158
1159 Sync with GCC, merge:
1160
1161 2013-01-09 Jason Merrill <jason@redhat.com>
1162
1163 * .gitignore: Import from gdb repository.
1164
1165 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1166
1167 * config.sub: Update from config repo.
1168
1169 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1170
1171 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1172 * Makefile.in: Regenerate.
1173
1174 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1175
1176 * Makefile.def (configure-gcc): Depend on all-gmp.
1177 (all-gcc): Remove dependency on all-gmp.
1178 * Makefile.in: Regenerated.
1179
1180 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1181
1182 * config.guess: Update from config repo.
1183 * config.sub: Ditto.
1184
1185 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1186
1187 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1188 exists and replace the new bfin license in its location.
1189
1190 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1191
1192 PR gas/14899
1193 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1194 all-ld and all-gold depend on all-gas.
1195 * Makefile.in: Regenerated.
1196
1197 2012-12-29 Ben Elliston <bje@gnu.org>
1198
1199 * config.guess: Update to 2012-12-29 version.
1200 * config.sub: Likewise.
1201
1202 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1203
1204 * Makefile.def (install-target-libgo): Depend on
1205 install-target-libatomic. Merged from GCC repo.
1206 * Makefile.in: Regenerate.
1207
1208 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1209
1210 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1211
1212 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1213
1214 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1215 * configure: Regenerate.
1216
1217 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1218
1219 * Makefile.def (target_modules): Add bootstrap=true and
1220 raw_cxx=true to libsanitizer.
1221 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1222 * Makefile.in: Regenerated.
1223 * configure: Likewise.
1224
1225 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1226
1227 * config.sub: Merge from config repo.
1228
1229 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1230
1231 * configure.ac: Merge from GCC.
1232 * Makefile.tpl: Ditto.
1233 * Makefile.in: Ditto.
1234 * configure: Ditto.
1235
1236 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1237
1238 * configure.ac (noconfigdirs): Merge from GCC.
1239 * configure: Regenerate.
1240
1241 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1242
1243 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1244
1245 2012-11-14 Roland McGrath <mcgrathr@google.com>
1246
1247 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1248 * configure: Regenerate.
1249
1250 2012-11-13 Richard Henderson <rth@redhat.com>
1251
1252 * configure.ac: Move libsanitizer logic to subdirectory.
1253 * configure: Regenerate.
1254
1255 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1256
1257 * configure.ac: Enable libsanitizer just on x86 linux for now.
1258 * configure: Re-generate.
1259
1260 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1261
1262 * configure.ac: Merge libquadmath sections.
1263 * configure: Regenerate.
1264
1265 2012-11-12 Wei Mi <wmi@google.com>
1266
1267 * configure.ac: Add libsanitizer to target_libraries.
1268 * Makefile.def: Ditto.
1269 * configure: Regenerate.
1270 * Makefile.in: Regenerate.
1271
1272 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 * configure: Regenerated.
1275
1276 2012-11-03 Robert Mason <rbmj@verizon.net>
1277
1278 * configure.ac: add --disable-libstdcxx configure option
1279 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1280
1281 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1282
1283 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1284 against Mingw64 w32api.
1285 * configure: Regenerate.
1286
1287 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1288
1289 PR bootstrap/54820
1290 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1291 * configure: Regenerate.
1292
1293 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1294
1295 PR bootstrap/54820
1296 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1297 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1298 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1299 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1300 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1301 * Makefile.in: Regenerate.
1302 * configure.ac (have_static_libs): New variable and associated check.
1303 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1304 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1305 * configure: Regenerate.
1306
1307 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1308
1309 * config.guess, config.sub: Include updated version from
1310 config-patches. Adds microblaze little endian support.
1311
1312 2012-09-28 Ian Lance Taylor <iant@google.com>
1313
1314 * Makefile.def: Make all-target-libgo depend on
1315 all-target-libbacktrace.
1316 * Makefile.in: Rebuild.
1317
1318 2012-09-26 Ian Lance Taylor <iant@google.com>
1319
1320 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1321 * Makefile.in: Rebuild.
1322
1323 2012-09-06 Diego Novillo <dnovillo@google.com>
1324
1325 * configure.ac: Bump minimum GMP version to 4.2.3.
1326 * configure: Re-generate.
1327
1328 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1329
1330 PR target/54461
1331 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1332 target-libgloss if not configured --with-avrlibc=no.
1333 * configure: Regenerate.
1334
1335 2012-09-04 Jason Merrill <jason@redhat.com>
1336
1337 * configure.ac: Fix --enable-languages=all.
1338
1339 2012-09-03 Richard Guenther <rguenther@suse.de>
1340
1341 PR bootstrap/54138
1342 * configure.ac: Re-organize ISL / CLOOG checks to allow
1343 disabling with either --without-isl or --without-cloog.
1344 * configure: Regenerated.
1345
1346 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1347
1348 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1349 * configure: Regenerate.
1350
1351 2012-09-21 Steve Ellcey <sellcey@mips.com>
1352
1353 * configure.ac: Add mips*-mti-elf* target.
1354 * configure: Regenerate.
1355
1356 2012-09-19 Ian Lance Taylor <iant@google.com>
1357
1358 * configure.ac (host_libs): Add libbacktrace.
1359 (target_libraries): Add libbacktrace.
1360 * Makefile.def (host_modules): Add libbacktrace.
1361 (target_modules): Likewise.
1362 * configure, Makefile.in: Rebuild.
1363
1364 2012-09-15 Jiong Wang <jiwang@tilera.com>
1365
1366 * configure.ac (ENABLE_GOLD): support tilegx*
1367 * configure: rebuild
1368
1369 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1370
1371 PR target/38607
1372 Merge upstream change.
1373 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1374
1375 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1376 Add libgomp*.o to compare_exclusions for AIX.
1377 * configure: Regenerate.
1378
1379 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 PR binutils/4970
1382 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1383 and opcodes.
1384 * Makefile.in: Regenerated.
1385
1386 2012-08-14 Diego Novillo <dnovillo@google.com>
1387
1388 Merge from cxx-conversion branch.
1389
1390 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1391 POSTSTAGE1_CONFIGURE_FLAGS.
1392 * Makefile.in: Regenerate.
1393 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1394 Force C++ when bootstrapping.
1395 * configure: Regenerate.
1396
1397 2012-07-06 Richard Guenther <rguenther@suse.de>
1398
1399 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1400 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1401 --with-gmp=system.
1402 * Makefile.in: Regenerated.
1403 * configure: Likewise.
1404
1405 2012-07-06 Richard Guenther <rguenther@suse.de>
1406
1407 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1408 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1409 supply V=1 as extra_make_flags.
1410 * configure: Regenerated.
1411 * Makefile.in: Likewise.
1412
1413 2012-07-03 Richard Guenther <rguenther@suse.de>
1414
1415 * Makfile.def (isl): Remove not necessary extra_exports and
1416 extra_make_flags.
1417 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1418 * Makefile.in: Regenerated.
1419
1420 2012-07-03 Richard Guenther <rguenther@suse.de>
1421
1422 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1423 * configure.ac: If either the ISL or the CLooG check failed
1424 do not try to build in-tree versions.
1425 * Makefile.in: Regenerated.
1426 * configure: Regenerated.
1427
1428 2012-07-02 Richard Guenther <rguenther@suse.de>
1429 Michael Matz <matz@suse.de>
1430 Tobias Grosser <tobias@grosser.es>
1431 Sebastian Pop <sebpop@gmail.com>
1432
1433 * Makefile.def: Add ISL host module, remove PPL host module.
1434 Adjust ClooG host module to use the proper ISL.
1435 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1436 * configure.ac: Include config/isl.m4. Add ISL host library,
1437 remove PPL. Remove PPL configury, add ISL configury, adjust
1438 ClooG configury.
1439 * Makefile.in: Regenerated.
1440 * configure: Likewise.
1441
1442 2012-07-02 Richard Guenther <rguenther@suse.de>
1443
1444 Merge from graphite branch
1445 2011-07-21 Tobias Grosser <tobias@grosser.es>
1446
1447 * configure: Regenerated.
1448 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1449 both cloog.org and legacy versions. The only supported version will
1450 be CLooG with the isl backend.
1451
1452 2011-07-21 Tobias Grosser <tobias@grosser.es>
1453
1454 * configure: Regenerated.
1455 * configure.ac: Require cloog isl 0.17.0
1456
1457 2011-07-21 Tobias Grosser <tobias@grosser.es>
1458
1459 * configure: Regenerated.
1460 * config/cloog.m4: Do not define CLOOG_ORG
1461
1462 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1463
1464 * configure.ac: Skip C if explicitly selected.
1465 * configure: Regenerate.
1466
1467 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1468
1469 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1470 they contain -O2.
1471 * configure: Regenerate.
1472
1473 2012-06-20 Jason Merrill <jason@redhat.com>
1474
1475 * Makefile.tpl (check-target-libgomp-c++): New.
1476 (check-target-libitm-c++): New.
1477 * Makefile.def (c++): Add them.
1478 * Makefile.in: Regenerate.
1479
1480 2012-05-16 Olivier Hainque <hainque@adacore.com>
1481
1482 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1483 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1484 (install-no-fixedincludes): Adjust accordingly.
1485 * Makefile.in: Regenerate.
1486
1487 2012-05-09 Nick Clifton <nickc@redhat.com>
1488 Paul Smith <psmith@gnu.org>
1489
1490 PR bootstrap/50461
1491 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1492 allow for the fact that from release v3.1.0 of MPFR the source
1493 files were moved into a src sub-directory.
1494 * configure: Regenerate.
1495
1496 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1497
1498 * configure.ac: Bump minimum MPFR version to 2.4.0.
1499 * configure: Regenerated.
1500
1501 2012-05-01 Richard Henderson <rth@redhat.com>
1502
1503 * Makefile.def (libatomic): New target_module.
1504 * configure.ac (target_libraries): Add libatomic.
1505 (noconfigdirs): Check if libatomic is supported.
1506 * Makefile.in, configure: Rebuild.
1507
1508 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 Merge upstream change
1511 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1512
1513 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1514
1515 * libtool.m4: Additional FreeBSD 10 fixes.
1516
1517 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1518
1519 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1520 they contain -O2.
1521 * configure: Regenerate.
1522
1523 2012-05-14 Catherine Moore <clm@codesourcery.com>
1524
1525 * NEWS: Mention PowerPC VLE port.
1526
1527 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1528
1529 * MAINTAINERS (config/): Move to intl/ section.
1530 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1531
1532 2012-05-09 Nick Clifton <nickc@redhat.com>
1533 Paul Smith <psmith@gnu.org>
1534
1535 PR bootstrap/50461
1536 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1537 allow for the fact that from release v3.1.0 of MPFR the source
1538 files were moved into a src sub-directory.
1539 * configure: Regenerate.
1540
1541 2012-05-02 Roland McGrath <mcgrathr@google.com>
1542
1543 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1544 * configure: Regenerate.
1545
1546 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1547
1548 * config.sub: Update to 2012-04-18 version from official repo.
1549
1550 2012-03-19 Tristan Gingold <gingold@adacore.com>
1551
1552 * configure.ac (ia64*-*-*vms*): Add support for ld.
1553 * configure: Regenerate.
1554
1555 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1556
1557 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1558 (unsupported_languages): Remove mips-sgi-irix6.*.
1559 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1560 (with_stabs): Remove.
1561 * configure: Regenerate.
1562
1563 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1564
1565 * configure.ac (enable_libgomp): Remove *-*-osf*.
1566 (with_stabs): Remove alpha*-*-osf*.
1567 * configure: Regenerate.
1568
1569 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1570
1571 * COPYING.NEWLIB: Modify DJ Delorie license to include
1572 modification rights in clause as permitted by DJ Delorie.
1573 * COPYING.LIBGLOSS: Ditto.
1574
1575 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1576
1577 * COPYING.NEWLIB: Remove two unused licenses.
1578
1579 2012-03-05 Tristan Gingold <gingold@adacore.com>
1580
1581 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1582 * configure: Regenerate.
1583
1584 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1585
1586 * COPYING.NEWLIB: Add Adapteva notice.
1587 * COPYING.LIBGLOSS: Add Adapteva notice.
1588
1589 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1590
1591 * configure: Regenerate.
1592
1593 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1594
1595 * COPYING.LIBGLOSS: Add GPL with exception license.
1596
1597 2011-11-09 Roland McGrath <mcgrathr@google.com>
1598
1599 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1600 * configure: Rebuild.
1601 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1602 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1603 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1604 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1605 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1606 Add READELF.
1607 * Makefile.in: Rebuild.
1608
1609 2011-11-08 Richard Henderson <rth@redhat.com>
1610
1611 * configure.ac: Test for libitm directory present first.
1612
1613 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1614
1615 * configure.ac: Test libitm/configure.tgt to disable libitm.
1616 * configure: Rebuild.
1617
1618 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1619
1620 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1621 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1622 * Makefile.in: Regenerate.
1623
1624 2011-11-01 DJ Delorie <dj@redhat.com>
1625
1626 * configure.ac (rl78-*-*) New case.
1627 * configure: Regenerate.
1628
1629 2011-11-01 DJ Delorie <dj@redhat.com>
1630
1631 * config.sub: Update to version 2011-10-29 (added rl78)
1632
1633 2011-10-27 Nick Clifton <nickc@redhat.com>
1634
1635 * config.sub: Import these changes from the config project:
1636
1637 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1638 Ben Elliston <bje@gnu.org>
1639
1640 * config.sub (epiphany): New.
1641
1642 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1643 Ben Elliston <bje@gnu.org>
1644
1645 * config.sub (hexagon, hexagon-*): New.
1646
1647 2011-08-23 Roland McGrath <mcgrathr@google.com>
1648
1649 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1650 64eb to be64.
1651
1652 2011-08-16 Roland McGrath <mcgrathr@google.com>
1653
1654 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1655 (nacl): Grok as alias for 32el-unknown-nacl.
1656
1657 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1658
1659 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1660
1661 2011-08-14 Yao Qi <yao@codesourcery.com>
1662
1663 Merge from gcc:
1664
1665 2011-08-14 Yao Qi <yao@codesourcery.com>
1666 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1667 * configure: Regenerate.
1668
1669 2011-07-26 Ian Lance Taylor <iant@google.com>
1670
1671 Merge from gcc:
1672
1673 2011-07-26 Ian Lance Taylor <iant@google.com>
1674 * configure.ac: Set have_compiler based on whether gcc directory
1675 exists, rather than on whether gcc is in configdirs.
1676 * configure: Rebuild.
1677
1678 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1679 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1680 link directories.
1681 * Makefile.in: Rebuild.
1682
1683 2011-07-20 Ian Lance Taylor <iant@google.com>
1684 PR bootstrap/49787
1685 * configure.ac: Move --enable-bootstrap handling earlier in file.
1686 If --enable-bootstrap and either --enable-build-with-cxx or
1687 --enable-build-poststage1-with-cxx, enable C++ automatically.
1688 * configure: Rebuild.
1689
1690 2011-07-19 Ian Lance Taylor <iant@google.com>
1691 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1692 make C++ a boot_language. Set and substitute
1693 POSTSTAGE1_CONFIGURE_FLAGS.
1694 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1695 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1696 * configure, Makefile.in: Rebuild.
1697
1698 2011-07-16 Jason Merrill <jason@redhat.com>
1699 * Makefile.def (language=c++): Add check-c++0x and
1700 check-target-libmudflap-c++.
1701 * Makefile.tpl (check-target-libmudflap-c++): New.
1702 * Makefile.in: Regenerate.
1703
1704 2011-07-16 Matthias Klose <doko@ubuntu.com>
1705 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1706 * Makefile.def (target_modules/libjava): Pass
1707 $(EXTRA_CONFIGARGS_LIBJAVA).
1708 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1709 if not configured with --enable-static-libjava.
1710 * Makefile.in: Regenerate.
1711 * configure: Likewise.
1712
1713 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1714 PR regression/47836
1715 PR bootstrap/23656
1716 PR other/47733
1717 PR bootstrap/49247
1718 PR c/48825
1719 * configure.ac (target_libraries): Remove target-libiberty.
1720 Remove case-statement setting skipdirs=target-libiberty for
1721 multiple targets. Remove checking target_configdirs and
1722 removing target-libiberty but keeping target-libgcc if
1723 otherwise empty.
1724 * Makefile.def (target_modules): Don't add libiberty.
1725 (dependencies): Remove all traces of target-libiberty.
1726 * configure, Makefile.in: Regenerate.
1727
1728 2011-07-22 Jason Merrill <jason@redhat.com>
1729
1730 * Makefile.def (language=c++): Add check-c++0x and
1731 check-target-libmudflap-c++.
1732 * Makefile.tpl (check-target-libmudflap-c++): New.
1733 * Makefile.in: Regenerate.
1734
1735 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1736
1737 * configure: Regenerate.
1738
1739 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1740
1741 PR target/39150
1742 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1743 x86_64-*-solaris2.1[0-9]*.
1744 * configure: Regenerate.
1745
1746 2011-06-13 Walter Lee <walt@tilera.com>
1747
1748 * configure.ac (tilepro-*-*) New case.
1749 (tilegx-*-*): Likewise.
1750 * configure: Regenerate.
1751
1752 2011-06-06 Nick Clifton <nickc@redhat.com>
1753
1754 * config.sub: Sync from upstream.
1755
1756 2011-05-08 Doug Kwan <dougkwan@google.com>
1757
1758 Merge from gcc:
1759
1760 2011-05-08 Doug Kwan <dougkwan@google.com>
1761
1762 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1763 * configure: Regenerated.
1764 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1765 value from configure.
1766 * Makefile.in: Regenerated.
1767
1768 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1769
1770 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1771 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1772 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1773 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1774 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1775 *-*-vxworks*): Disable newlib and libgloss in separate case
1776 statement.
1777 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1778 to separate case statement.
1779 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1780 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1781 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1782 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1783 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1784 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1785 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1786 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1787 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1788 i[[3456789]]86-*-rdos*, m32r-*-*,
1789 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1790 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1791 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1792 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1793 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1794 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1795 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1796 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1797 and libgloss in main case over targets. Remove most empty cases
1798 in main case over targets.
1799 * configure: Regenerate.
1800
1801 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1802
1803 * configure.ac: Remove code setting special library locations for
1804 hppa*64*-*-hpux11*. Remove code setting compiler for
1805 sparc-sun-solaris2*.
1806 * configure: Regenerate.
1807
1808 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1809
1810 * configure.ac: Separate libgloss_dir settings from general case
1811 over targets.
1812 * configure: Regenerate.
1813
1814 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1815
1816 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1817 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1818 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1819 cases in libgcj-disabling case statement.
1820 (hppa*64*-*-linux*): Set unsupported_languages instead of
1821 disabling target-zlib.
1822 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1823 to hppa*64*-*-hpux*.
1824 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1825 hppa*-*-hpux*.
1826 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1827 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1828 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1829 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1830 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1831 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1832 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1833 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1834 libgcj-disabling case statement.
1835 * configure: Regenerate.
1836
1837 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1838
1839 * configure.ac: Disable Java for targets not supporting libffi.
1840 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1841 Remove cases in Java-disabling statement.
1842 (*arm-wince-pe): Change to arm-wince-pe.
1843 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1844 cases in Java-disabling statement.
1845 (bfin-*-*): Don't disable Java again.
1846 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1847 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1848 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1849 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1850 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1851 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1852 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1853 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1854 Java-disabling statement.
1855 (mmix-*-*): Don't disable Java again.
1856 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1857 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1858 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1859 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1860 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1861 statement.
1862 * configure: Regenerate.
1863
1864 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1865
1866 Merge from GCC:
1867
1868 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1869
1870 PR lto/48086
1871 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1872 * configure: Regenerate.
1873
1874 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1875
1876 * configure.ac: Separate cases disabling Java and Java libraries
1877 from general case over targets.
1878 * configure: Regenerate.
1879
1880 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1881
1882 * configure.ac (build_tools): Remove build-byacc.
1883 (host_libs): Remove mmalloc.
1884 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1885 autoconf automake libtool diff rcs fileutils shellutils time
1886 textutils wdiff find uudecode hello tar gzip indent recode release
1887 sed perl gawk findutils gettext zip.
1888 (libgcj): Remove target-qthreads.
1889 (target_tools): Remove target-examples target-gperf.
1890 (YACC): Don't handle building byacc.
1891 * configure: Regenerate.
1892 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1893 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1894 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1895 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1896 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1897 handle building components.
1898 * Makefile.in: Regenerate.
1899
1900 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1901
1902 * config.sub: Sync from upstream.
1903
1904 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1905
1906 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1907 (microblaze*): Don't disable libssp.
1908 * configure: Regenerate.
1909
1910 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1911
1912 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1913 moveifchange.
1914 * configure: Regenerate.
1915 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1916 * Makefile.in: Regenerate.
1917
1918 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1919
1920 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1921 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1922 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1923 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1924 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1925 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1926 md_exec_prefix cases.
1927 * configure: Regenerate.
1928
1929 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1930
1931 * configure.ac: Separate cases disabling target-libssp,
1932 target-libiberty, target-libstdc++-v3 and Fortran from general
1933 case over targets.
1934 * configure: Regenerate.
1935
1936 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1937
1938 * configure.ac (*-*-chorusos): Don't disable libgcj.
1939 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1940 Remove case.
1941 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1942 (arm-*-coff): Don't disable libgcj.
1943 (arm*-*-linux-gnueabi): Remove useless assignment.
1944 (arm-*-riscix*): Don't disable libgcj.
1945 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1946 configuration.
1947 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1948 (c54x*-*-*): Remove case.
1949 (tic54x-*-*): Don't disable GCC or GCC libraries.
1950 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1951 to *.
1952 (d10v-*-*): Don't disable GCC libraries.
1953 (d30v-*-*): Don't disable libgcj.
1954 (h8500-*-*): Don't disable GCC libraries.
1955 (i960-*-*): Don't disable libgcj.
1956 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1957 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1958 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1959 libgcj.
1960 (m68k-*-coff*): Remove case.
1961 (mmix-*-*): Don't disable libgloss on host.
1962 (mn10200-*-*, mn10300-*-*): Remove cases.
1963 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1964 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1965 Don't disable libgcj.
1966 (romp-*-*): Remove case.
1967 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1968 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1969 case.
1970 (v810-*-*): Don't disable GCC libraries.
1971 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1972 (ip2k-*-*): Don't disable GCC libraries.
1973 * configure: Regenerate.
1974
1975 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1976
1977 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1978 libffi on host.
1979 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1980 on host.
1981 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1982 * configure: Regenerate.
1983
1984 2011-03-26 John Marino <binutils@marino.st>
1985
1986 * configure.ac: Add support for *-*-dragonfly*
1987 * configure: Regenerate.
1988
1989 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1990
1991 * configure.ac (native_only): Remove.
1992 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1993 send-pr uudecode guile gnuserv on host.
1994 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1995 send-pr rcs guile perl texinfo libtool on host.
1996 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1997 automake send-pr rcs guile perl texinfo libtool on host.
1998 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1999 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2000 (alpha*-dec-osf*): Don't disable fileutils on target.
2001 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2002 texinfo send-pr expect dejagnu on target.
2003 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2004 target-qthreads on target.
2005 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2006 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2007 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2008 x86_64-*-mingw*): Don't disable expect on target.
2009 (*-*-cygwin*): Don't disable target-gperf on target.
2010 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2011 gnuserv on target.
2012 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2013 target.
2014 * configure: Regenerate.
2015
2016 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2017
2018 * configure.ac (target_tools): Remove target-groff.
2019 (native_only): Remove target-groff.
2020 (hppa*64*-*-*): Don't disable byacc.
2021 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2022 setting.
2023 (*-*-kaos*): Don't skip target-librx and target-groff.
2024 (*-*-netware*): Don't skip target-libmudflap.
2025 (*-*-tpf*): Don't skip target-libmudflap.
2026 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2027 directories on the host.
2028 (ia64*-*-*vms*): Don't skip tix.
2029 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2030 host.
2031 * configure: Regenerate.
2032
2033 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2034
2035 * configure.ac: Remove references to mt-mep, mt-netware,
2036 mt-wince.
2037 * Makefile.def: Add all-utils soft dependencies.
2038 * Makefile.tpl: Remove GDB_NLM_DEPS.
2039 * configure: Regenerate.
2040 * Makefile.in: Regenerate.
2041
2042 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2043
2044 Sync from GCC:
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * configure.ac: Do not include mh-x86omitfp.
2049 * configure: Regenerate.
2050
2051 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2052
2053 * configure.ac: Remove empty cases.
2054 * configure: Regenerate.
2055
2056 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2057
2058 * Makefile.def: Add dependency from termcap to gdb.
2059 * Makefile.in: Regenerate.
2060
2061 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2062
2063 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2064 * configure: Regenerate.
2065 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2066 * Makefile.tpl: Likewise.
2067 * Makefile.in: Regenerate.
2068
2069 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2070
2071 * configure.ac: Remove all mentions of tentative_cc.
2072 * configure: Regenerate.
2073
2074 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2075
2076 PR lto/48086
2077 * configure.ac: Re-enable LTO on *-apple-darwin9.
2078 * configure: Regenerate.
2079
2080 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2081
2082 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2083 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2084 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2085 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2086 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2087 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2088 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2089 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2090 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2091 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2092 *-*-rhapsody*): Remove host cases.
2093 * configure: Regenerate.
2094
2095 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2096
2097 * configure.ac (ppc*-*-pe): Remove host case.
2098 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2099 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2100 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2101 cases.
2102 * configure: Regenerate.
2103
2104 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2105
2106 * config.sub: Update to version 2011-03-23.
2107
2108 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2109
2110 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2111 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2112 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2113 * configure: Regenerate.
2114
2115 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2116
2117 * config-ml.in: Don't handle arc-*-elf*.
2118 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2119 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2120 handle GCC libraries.
2121 * configure: Regenerate.
2122
2123 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2124
2125 PR bootstrap/48120:
2126 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2127 Add -lstdc++ -lm to LIBS.
2128 * configure: Regenerate.
2129
2130 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2131
2132 * config.guess: Update to version 2011-02-02
2133 * config.sub: Update to version 2011-02-24
2134
2135 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2136
2137 * configure.ac: Adjust test of with_ppl.
2138 * configure: Regenerated.
2139
2140 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2141
2142 * configure.ac: Add -lpwl to ppllibs.
2143 * config/cloog.m4: Add -lisl to clooglibs.
2144 * configure: Regenerated.
2145
2146 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2147
2148 Import from Libtool and gnulib:
2149
2150 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2151
2152 Prepare for supporting FreeBSD 10.
2153 * config.rpath: Remove handling of freebsd1* which soon would
2154 match FreeBSD 10.0.
2155
2156 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2157
2158 Remove support for FreeBSD 1.x.
2159 * libtool.m4 (_LT_LINKER_SHLIBS)
2160 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2161 soon would incorrectly match FreeBSD 10.0.
2162
2163 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2164
2165 PR binutils/12283
2166 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2167 (move-if-change): Comes from gnulib.
2168 * move-if-change: Import version from gnulib.
2169
2170 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2171
2172 Sync from GCC:
2173
2174 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2175
2176 PR lto/47225
2177 * Makefile.def (lto-plugin): Double dash for enable-shared.
2178 (configure-gcc): Depend on all-lto-plugin.
2179 * Makefile.in: Rebuilt.
2180
2181 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2182
2183 * configure.ac: Remove extra bracket.
2184 * configure: Regenerate.
2185
2186 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2187
2188 PR lto/47225
2189 * Makefile.def: Add dependency for install-gcc
2190 on install-lto-plugin.
2191 * Makfile.in: Regenerated
2192
2193 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2194
2195 * configure.ac: If with_ppl is no, move setting with_cloog=no
2196 after CLOOG_REQUESTED check.
2197 * configure: Regenerated.
2198
2199 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2200
2201 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2202 CLooG has been requested.
2203 * configure: Regenerated.
2204
2205 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2206
2207 * configure: Regenerated.
2208 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2209
2210 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2211
2212 * configure: Regenerated.
2213 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2214
2215 2011-01-07 Jan Hubicka <jh@suse.cz>
2216
2217 PR lto/47225
2218 * Makefile.in: Regenerate.
2219 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2220 configure.
2221
2222 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2223
2224 PR libgcj/44341
2225 * configure.ac: Discard --with-* flags for host when configuring
2226 target libraries for cross build.
2227 * configure: Rebuilt.
2228
2229 2011-01-21 Andreas Schwab <schwab@redhat.com>
2230
2231 Sync from GCC:
2232
2233 2011-01-21 Andreas Schwab <schwab@redhat.com>
2234
2235 * configure.ac: Use AS_HELP_STRING throughout.
2236 * configure: Regenerate.
2237
2238 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2239
2240 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2241 * configure: Regenerate.
2242
2243 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2244
2245 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2246
2247 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2248
2249 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2250 for ia64-hpux.
2251 * configure: Regenerate.
2252
2253 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2254
2255 Sync from GCC:
2256 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2257
2258 * configure.ac: (picochip): Disable libiberty.
2259 * configure: Regenerate.
2260
2261 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2262
2263 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2264
2265 2010-12-10 Ian Lance Taylor <iant@google.com>
2266
2267 PR bootstrap/46819
2268 * configure.ac: For --disable-libgcj clear libgcj_saved.
2269 * configure: Rebuild.
2270
2271 2010-12-10 Tobias Burnus <burnus@net-b.de>
2272
2273 PR fortran/46540
2274 * configure.ac: Add --disable-libquadmath and
2275 --disable-libquadmath-support.
2276 * configure: Regenerate.
2277
2278 2010-12-10 Tristan Gingold <gingold@adacore.com>
2279
2280 * src-release (ETC_SUPPORT): add gnu-oids.texi
2281
2282 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2283
2284 PR libffi/46792
2285 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2286 * configure: Regenerate.
2287
2288 2010-12-02 Ian Lance Taylor <iant@google.com>
2289
2290 * configure.ac: Always set default for poststage1_ldflags to
2291 -static-libstdc++ -static-libgcc.
2292
2293 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2294
2295 * COPYING.NEWLIB: Add National Semiconductor notice.
2296
2297 2010-11-29 Andreas Schwab <schwab@redhat.com>
2298
2299 * configure.ac: Move comment to remove extra space in last argument
2300 of GCC_TARGET_TOOL.
2301
2302 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2303
2304 PR other/46026
2305 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2306 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2307 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2308 (BASE_FLAGS_TO_PASS): Use it.
2309 * configure: Rebuilt.
2310 * Makefile.in: Rebuilt.
2311
2312 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2313
2314 PR binutils/12258
2315 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2316 Properly check default linker.
2317 * configure: Regnerated.
2318
2319 2010-11-23 Matthias Klose <doko@ubuntu.com>
2320
2321 * configure.ac: For --enable-gold, handle value `default' instead of
2322 `both*'. New configure option --{en,dis}able-ld.
2323 * configure: Regenerate.
2324
2325 2010-11-20 Ian Lance Taylor <iant@google.com>
2326
2327 * configure.ac: Only disable a language library if no language needs
2328 it. Don't let --disable-libgcj uncondtionally disable libffi.
2329 * configure: Rebuild.
2330
2331 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2332
2333 * configure: Regenerate.
2334
2335 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2336
2337 PR other/46202
2338 * configure.ac: Fix just-built in-tree STRIP name to be
2339 binutils/strip-new.
2340 * configure: Regenerate.
2341 * Makefile.def (install-strip-gcc, install-strip-binutils)
2342 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2343 (install-strip-sid): Mirror dependencies on non-strip variants
2344 of these targets on the respective -strip prerequisites.
2345 * Makefile.tpl (install-strip, install-strip-host)
2346 (install-strip-target): New targets.
2347 (install-strip-[+module+], install-strip-target-[+module+]):
2348 New targets.
2349 * Makefile.in: Regenerate.
2350
2351 2010-11-19 Ian Lance Taylor <iant@google.com>
2352 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2353
2354 * configure.ac: Add target-libgo to target_libraries. Set
2355 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2356 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2357 (HOST_EXPORTS): Add GOC.
2358 (BASE_TARGET_EXPORTS): Add GOC.
2359 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2360 (GOCFLAGS_FOR_TARGET): New variable.
2361 (EXTRA_HOST_FLAGS): Add GOC.
2362 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2363 * Makefile.def (target_modules): Add libgo.
2364 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2365 (dependencies): Add dependency from configure-target-libgo to
2366 configure-target-libffi and all-target-libstdc++-v3. Add
2367 dependencies from all-target-libgo to all-target-libffi.
2368 (languages): Add go.
2369 * configure: Rebuild.
2370 * Makefile.in: Rebuild.
2371
2372 2010-11-19 Ian Lance Taylor <iant@google.com>
2373
2374 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2375 compiler/flag environment variables.
2376
2377 2010-11-18 Ian Lance Taylor <iant@google.com>
2378
2379 * configure.ac: Check for lang_requires_boot_languages in
2380 config-lang.in files.
2381 * configure: Rebuild.
2382
2383 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2384
2385 * .gitignore: New file.
2386
2387 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2388 Tobias Burnus <burnus@net-b.de>
2389
2390 PR fortran/32049
2391 * Makefile.def: Add libquadmath; build it with language=fortran.
2392 * configure.ac: Add libquadmath.
2393 * Makefile.tpl: Handle multiple libs in check-[+language+].
2394 * Makefile.in: Regenerate.
2395 * configure: Regenerate.
2396
2397 2010-11-15 Andreas Schwab <schwab@redhat.com>
2398
2399 * configure.ac: Fix spelling in option names.
2400 * configure: Regenerated.
2401
2402 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2403
2404 PR bootstrap/39622
2405 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2406 * configure: Regenerated.
2407
2408 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2409
2410 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2411 define the cloog backend to use. Furthermore, only pass the ppllibs to
2412 the configure checks, if necessary.
2413 * configure: Regenerate.
2414
2415 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2416
2417 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2418 * configure: regenerate
2419
2420 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2421
2422 * config/cloog.m4: Fix typo. verison -> version.
2423 * configure: Regenerate.
2424
2425 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2426
2427 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2428 * configure: Regenerate.
2429
2430 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2431
2432 * configure.ac: Support official CLooG.org versions.
2433 * configure: Regenerate.
2434 * config/cloog.m4: New.
2435
2436 2010-11-05 Michael Eager <eager@eagercon.com>
2437
2438 * COPYING.LIBGLOSS: Correct typo in microblaze.
2439 * COPYING.NEWLIB: Same.
2440
2441 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2442
2443 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2444 * configure: Regenerate.
2445
2446 2010-11-03 Ian Lance Taylor <iant@google.com>
2447 Dave Korn <dave.korn.cygwin@gmail.com>
2448
2449 PR lto/46273
2450 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2451 and on other supported platforms whenever LTO is enabled.
2452 * configure: Rebuild.
2453
2454 2010-11-02 Alan Modra <amodra@gmail.com>
2455
2456 PR binutils/12110
2457 * configure.ac: Error when source path contains spaces.
2458 * configure: Regenerate.
2459
2460 2010-10-20 Ian Lance Taylor <iant@google.com>
2461
2462 * Makefile.def (target_modules): Set lib_path to src/.libs for
2463 libstdc++-v3 module.
2464 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2465 * Makefile.in: Rebuild.
2466
2467 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2468 Joseph Myers <joseph@codesourcery.com>
2469
2470 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2471 notices.
2472 * COPYING.NEWLIB: Add Texas Instruments notice.
2473
2474 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2475
2476 * configure.ac (build_lto_plugin): New shell variable.
2477 (--enable-lto): Turn on by default for all non-ELF platforms that
2478 have had LTO support added so far. Set build_lto_plugin appropriately
2479 for both ELF and non-ELF.
2480 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2481 * configure: Regenerate.
2482
2483 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2484
2485 PR bootstrap/45326
2486 PR bootstrap/45174
2487 * configure.ac: Honor initial values of $build_configargs,
2488 $host_configargs, $target_configargs. Mark the precious, so
2489 environment settings get recorded.
2490 * configure: Regenerate.
2491
2492 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2493
2494 Sync from GCC:
2495
2496 2010-09-30 Michael Eager <eager@eagercon.com>
2497
2498 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2499 * configure: Regenerate.
2500
2501 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2502
2503 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2504 targets and amend comment.
2505 * configure: Regenerate.
2506
2507 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2508
2509 * configure.ac: Enable LTO by default on Darwin.
2510 * configure: Regenerate.
2511
2512 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2513
2514 PR bootstrap/44455
2515 * configure.ac (extra_mpfr_configure_flags): Copy from
2516 extra_mpc_gmp_configure_flags.
2517 * configure: Re-generated.
2518
2519 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2520
2521 Sync from GCC:
2522
2523 PR bootstrap/45796
2524 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2525 Depend on all-build-libiberty.
2526 * Makefile.in: Regenerate.
2527
2528 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2529
2530 Sync from GCC:
2531
2532 PR bootstrap/44621
2533 * configure.ac: Fix unportable shell quoting.
2534 * configure: Regenerate.
2535
2536 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2537
2538 * configure.ac: Support all v850 targets.
2539 * configure: Regenerate.
2540
2541 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2542
2543 PR target/44862
2544 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2545 Provide -B option to allow for link spec %s substitutions for
2546 libstdc++.a on darwin.
2547 * Makefile.in: Regenerate.
2548
2549 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2550
2551 * Makefile.def (configure-gcc): Depend on all-libelf.
2552 * Makefile.in: Rebuild.
2553
2554 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2555
2556 * config.sub, config.guess: Update from upstream sources.
2557
2558 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2559
2560 Sync from GCC:
2561
2562 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2563 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2564 * configure: Regenerated.
2565
2566 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2567 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2568 * configure: Regenerate.
2569
2570 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2571 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2572 * configure: Regenerate.
2573
2574 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2575 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2576 separately.
2577 * configure: Regenerate.
2578
2579 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2580 * configure: Regenerate after change to elf.m4.
2581
2582 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2583 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2584 * configure: Regenerated.
2585
2586 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2587 * configure.ac: Print "buggy but acceptable" when CLooG
2588 revision is less than 9.
2589 * configure: Regenerated.
2590
2591 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2592
2593 Merge from gcc:
2594
2595 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2596 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2597 * configure: Regenerate.
2598
2599 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2600 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2601 a platform that supports LTO.
2602 * configure: Regenerate.
2603
2604 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2605 PR lto/42776
2606 * configure.ac (--enable-lto): Refactor handling so libelf tests
2607 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2608 and allow LTO to be explicitly enabled on non-ELF platforms that
2609 are known to support it inside else-clause.
2610 * configure: Regenerate.
2611
2612 2010-04-27 Roland McGrath <roland@redhat.com>
2613 H.J. Lu <hongjiu.lu@intel.com>
2614
2615 * configure.ac (--enable-gold): Support both, both/gold and
2616 both/bfd to add gold to configdirs without removing ld.
2617 * configure: Regenerated.
2618
2619 * Makefile.def: Add install-gold dependency to install-ld.
2620 * Makefile.in: Regenerated.
2621
2622 2010-04-14 Tristan Gingold <gingold@adacore.com>
2623
2624 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2625 * configure: Regenerate.
2626
2627 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2628
2629 Merge from gcc:
2630 PR bootstrap/43615
2631 PR bootstrap/43328
2632 Revert:
2633 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2634 * configure.ac: Do not pass --enable-multilib nor
2635 --disable-multilib in baseargs. Accept explicitly passed
2636 --enable_multilib.
2637 * configure: Regenerate.
2638
2639 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2640
2641 PR bootstrap/43328
2642 * configure.ac: Do not pass --enable-multilib nor
2643 --disable-multilib in baseargs. Accept explicitly passed
2644 --enable_multilib.
2645 * configure: Regenerate.
2646
2647 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2648
2649 * configure.ac (tic6x-*-*): New case.
2650 * configure: Regenerate.
2651
2652 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2653
2654 Merge from gcc:
2655 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2656 PR ada/42554
2657 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2658 * configure: Regenerate.
2659
2660 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2661
2662 * config.sub: Update to version 2010-03-22.
2663 * config.guess: Update to version 2009-12-30.
2664
2665 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2666
2667 Merge from gcc:
2668 2010-01-11 Richard Guenther <rguenther@suse.de>
2669 PR lto/41569
2670 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2671 * Makefile.in: Regenerated.
2672
2673 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2674
2675 PR libstdc++/32499
2676 * configure.ac (RANLIB): Default to true.
2677 (STRIP): Likewise.
2678 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2679 * configure: Regenerate.
2680
2681 2010-02-17 Nick Clifton <nickc@redhat.com>
2682
2683 PR 11238
2684 * Makefile.tpl (local-distclean): Also remove config.cache files in
2685 sub-directories as there may not be Makefiles present in the
2686 sub-directories.
2687 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2688 the config.cache files found by the find command.
2689
2690 * Makefile.in: Regenerate.
2691 * configure.ac: Revert previous delta.
2692 * configure: Regenerate.
2693
2694 2010-02-15 Nick Clifton <nickc@redhat.com>
2695
2696 PR 11238
2697 * configure.ac: Delete config.cache files in sub-directories when
2698 deleting Makefiles.
2699 * configure: Regenerate.
2700
2701 2010-02-15 Nick Clifton <nickc@redhat.com>
2702
2703 * configure.ac: Sync from gcc.
2704 * configure: Regenerate.
2705
2706 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2707
2708 Sync from gcc:
2709 * configure.ac: Add "recommended" version checks for GMP/MPC.
2710 Update recommended GMP/MPFR/MPC versions.
2711 * configure: Regenerate.
2712
2713 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2714
2715 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2716 * configure.ac (bootstrap_target_libs): Make inclusion of
2717 target-libgomp conditional on libgomb being in target_configdirs.
2718 * configure: Regenerate.
2719
2720 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2721
2722 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2723 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2724 * configure: Regenerate.
2725
2726 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2727
2728 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2729 * configure.ac (target_configdirs): Substitute.
2730 * Makefile.def: Bootstrap target module libgomp.
2731 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2732 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2733 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2734 * configure, Makefile.in: Regenerate.
2735
2736 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2737
2738 * libtool.m4: Sync from git Libtool.
2739 * ltmain.sh: Likewise.
2740 * ltoptions.m4: Likewise.
2741 * ltversion.m4: Likewise.
2742 * lt~obsolete.m4: Likewise.
2743
2744 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2745 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2746
2747 PR bootstrap/42424
2748 * configure.ac: Include libtool m4 files.
2749 (_LT_CHECK_OBJDIR): Call it.
2750 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2751 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2752
2753 * configure: Regenerate.
2754
2755 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2756
2757 PR bootstrap/41818
2758 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2759 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2760 * Makefile.in: Regenerate.
2761
2762 2009-12-18 Ben Elliston <bje@au.ibm.com>
2763
2764 * config.sub, config.guess: Update from upstream sources.
2765
2766 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2767
2768 * COPYING.NEWLIB: Update copyright date.
2769 * COPYING.LIBGLOSS: Ditto.
2770
2771 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2772
2773 PR middle-end/30447
2774 PR middle-end/30789
2775 PR other/40302
2776
2777 * configure.ac: Require MPC.
2778 * configure: Regenerate.
2779
2780 * configure.ac: Update minimum MPC version to 0.8.
2781 * configure: Regenerate.
2782
2783 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2784
2785 * config.guess: Sync with upstream and gcc.
2786 * config.sub: Sync with upstream and gcc.
2787
2788 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2789
2790 * Makefile.def: Restore host and target settings for gmp.
2791 * Makefile.in: Rebuild.
2792
2793 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2794
2795 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2796 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2797 Fix portability of test of C++ as bootstrap language. Add
2798 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2799 * configure: Rebuild.
2800 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2801 and cloog. Fix in-tree ppl configuration. Introduce libelf
2802 in-tree building.
2803 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2804 (POSTSTAGE1_HOST_EXPORTS): Use it.
2805 (STAGE[+id+]_CXXFLAGS): New.
2806 (BASE_FLAGS_TO_PASS): Pass it down.
2807 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2808 extra_exports.
2809 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2810 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2811 extra_exports.
2812 * Makefile.in: Rebuild.
2813
2814 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2815
2816 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2817 paths for *-w64-mingw* and x86_64-*mingw*.
2818 * configure: Regenerated.
2819
2820 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2821
2822 * configure.ac: Disable target-winsup & co for
2823 x86_64-*-mingw* and *-w64-mingw* targets.
2824 * configure: Regenerated.
2825
2826 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2827
2828 * configure.ac (CLooG test): Use = with test.
2829 * configure: Regenerate.
2830
2831 2009-10-22 Richard Guenther <rguenther@suse.de>
2832
2833 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2834 cloog if the ppl version check failed. Move flags saving
2835 before setting in libelf check.
2836 * configure: Regenerate.
2837
2838 2009-10-21 Richard Guenther <rguenther@suse.de>
2839
2840 * configure.ac: Adjust the ppl and cloog configure to work as
2841 documented. Disable cloog if ppl was disabled. Omit the version
2842 checks if they were disabled.
2843 * configure: Re-generate.
2844
2845 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2846
2847 * configure.ac: Add 'lto' to enable_languages, not
2848 new_enable_languages, and only if not already present.
2849 * configure: Regenerate.
2850
2851 2009-10-06 Ian Lance Taylor <iant@google.com>
2852
2853 * Makefile.def: check-gold depends upon all-gas.
2854 * Makefile.in: Rebuild.
2855
2856 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2857
2858 * Makefile.def: all-lto-plugin depends on all-libiberty.
2859 set bootstrap=true for lto-plugin.
2860 Add lto-plugin.
2861 * Makefile.in: Regenerate.
2862 * configure.ac (host_libs): Add lto-plugin.
2863 * configure: Regenerate.
2864
2865 2009-10-03 Diego Novillo <dnovillo@google.com>
2866
2867 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2868 (HOST_LIBELFLIBS): Define.
2869 (HOST_LIBELFINC): Define.
2870 * Makefile.in: Regenerate.
2871 * configure.ac: Add --enable-lto.
2872 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2873 If --enable-lto is used, add 'lto' to new_enable_languages.
2874 If --enable-lto is used and gold is enabled, add
2875 lto-plugin to configdirs.
2876 * configure: Regenerate.
2877
2878 2009-10-03 Simon Baldwin <simonb@google.com>
2879
2880 * configure.ac: If --with-system-zlib, suppress local zlib and
2881 pass --with-system-zlib to subdir configure scripts.
2882 * configure: Regenerate.
2883
2884 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2885 Paolo Bonzini <bonzini@gnu.org>
2886
2887 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2888 $(srcdir).
2889 * Makefile.in: Rebuilt.
2890
2891 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2892
2893 Sync from gcc:
2894 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2895
2896 * configure.ac: Update minimum MPC version to 0.7.
2897 * configure: Regenerate.
2898
2899 2009-09-25 Nick Clifton <nickc@redhat.com>
2900
2901 * configure.ac: Pass any --cache-file=/dev/null option on to
2902 subconfigures.
2903 * configure: Regenerate.
2904
2905 2009-09-23 Nick Clifton <nickc@redhat.com>
2906
2907 * config.sub, config.guess: Update from upstream sources.
2908
2909 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2910
2911 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2912 * Makefile.in: Rebuilt.
2913
2914 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2915
2916 PR bootstrap/32272
2917 * configure.ac: Error out if $srcdir isn't '.' but contains
2918 host-${host_noncanonical}.
2919 * configure: Regenerate.
2920
2921 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2922
2923 * configure.ac: If bootstrapping a combined tree with
2924 --enable-gold, require c++ in stage1_languages.
2925 * configure: Regenerate.
2926
2927 * configure.ac: Also add target_libs of stage1_languages to
2928 bootstrap_target_libs.
2929 * configure: Regenerate.
2930
2931 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2932 with --enable-languages not containing c++.
2933 * configure: Regenerate.
2934
2935 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2936
2937 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2938 * configure: Regenerate.
2939
2940 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2941
2942 * configure.ac: Do not use $extrasub for replacing @if/@endif
2943 parts in Makefile; instead, use additional arguments to
2944 AC_CONFIG_COMMANDS to do the replacement manually, with several
2945 sed invocations, to avoid HP-UX sed command limits.
2946 * configure: Regenerate.
2947
2948 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2949
2950 * configure.ac (with-build-config): Document. Handle without.
2951 Handle missing argument.
2952 * configure: Rebuilt.
2953
2954 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2955
2956 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2957 Default to bootstrap-debug only if compare-debug works.
2958 * configure: Rebuilt.
2959 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2960 * Makefile.in: Rebuilt.
2961
2962 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2963
2964 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2965 * Makefile.in: Rebuilt.
2966
2967 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2968
2969 * Makefile.tpl (AWK): Fix typo.
2970 * Makefile.in: Regenerate.
2971
2972 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2973
2974 * configure.ac: Detect awk and sed.
2975 * Makefile.def (flags_to_pass): Add AWK and SED.
2976 * Makefile.tpl (AWK, SED): New.
2977 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2978 * configure: Regenerate.
2979 * Makefile.in: Regenerate.
2980
2981 2009-09-01 Tristan Gingold <gingold@adacore.com>
2982
2983 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2984 Remove logical names.
2985
2986 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2987
2988 * ltmain.sh (func_normal_abspath): New function.
2989 (func_relative_path): Likewise.
2990 (func_mode_help): Document new -bindir option for link mode.
2991 (func_mode_link): Add new -bindir option, and use it to place
2992 output DLL if specified.
2993
2994 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2995
2996 * configure.ac (AC_PREREQ): Bump to 2.64.
2997
2998 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2999
3000 * README-maintainer-mode: Point directly to upstream locations
3001 for autoconf, automake, libtool, gettext, instead of copies on
3002 sources.redhat.com. Document required versions.
3003 * configure.ac: Do not substitute datarootdir, htmldir,
3004 pdfdir, docdir. Do not process --with-datarootdir,
3005 --with-htmldir, --with-pdfdir, --with-docdir.
3006 * configure: Regenerate.
3007
3008 * configure: Regenerate.
3009
3010 * compile: Sync from Automake 1.11.
3011 * depcomp: Likewise.
3012 * install-sh: Likewise.
3013 * missing: Likewise.
3014 * mkinstalldirs: Likewise.
3015 * ylwrap: Likewise.
3016
3017 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3018
3019 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3020 (baseargs): Add --disable-option-checking.
3021 * configure: Regenerate.
3022
3023 * Makefile.def (configure-target-libiberty): Depend on
3024 all-binutils and all-ld.
3025 (configure-target-newlib): Likewise.
3026 * Makefile.in: Regenerate.
3027
3028 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3029
3030 Sync with GCC, merge:
3031
3032 2009-07-31 Christian Bruel <christian.bruel@st.com>
3033
3034 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3035 * configure: Regenerate.
3036
3037 2009-07-06 Ian Lance Taylor <iant@google.com>
3038
3039 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3040 * configure: Rebuild.
3041
3042 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3043
3044 PR bootstrap/40338
3045 * configure.ac (comparestring): Create new variable.
3046 * Makefile.tpl (comparestring): Use to skip some comparisions.
3047 * configure: Regenerate.
3048 * Makefile.in: Regenerate.
3049
3050 2009-06-23 Ian Lance Taylor <iant@google.com>
3051
3052 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3053 boot_languages. Only bootstrap target libraries listed in
3054 target_libs for some boot language. Add --with-stage1-ldflags,
3055 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3056 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3057 if not building with C++.
3058 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3059 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3060 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3061 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3062 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3063 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3064 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3065 * configure, Makefile.in: Rebuild.
3066
3067 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3068
3069 * configure.ac: Detect MPC in default directory.
3070 * configure: Regenerate.
3071
3072 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3073
3074 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3075 to noconfdirs.
3076 * configure: Regenerate.
3077
3078 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3079
3080 * Makefile.def: Add MPC support and dependencies.
3081 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3082
3083 * Makefile.in, configure: Regenerate.
3084
3085 2009-05-24 Nicolas Roche <roche@adacore.com>
3086
3087 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3088 * Makefile.in: Regenerate.
3089
3090 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3091
3092 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3093 * configure: Regenerate.
3094
3095 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3096
3097 * configure.ac ($with_ppl): Default to no if not supplied.
3098 ($with_cloog): Likewise.
3099 configure: Regenerate.
3100
3101 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3102
3103 PR bootstrap/39739
3104 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3105 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3106
3107 * configure, Makefile.in: Regenerate.
3108
3109 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3110
3111 * configure.ac: Change copyright header to refer to version
3112 3 of the GNU General Public License and to point readers at the
3113 COPYING3 file and the FSF's license web page.
3114 * Makefile.def: Likewise.
3115 * Makefile.tpl: Likewise.
3116 * Makefile.in: Regenerate.
3117
3118 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3119
3120 * configure.ac: Restore match for darwin9 or later. Use double
3121 brackets since regeneration eats one pair.
3122 * configure: Regenerate.
3123
3124 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3125
3126 * MAINTAINERS: Perform some obvious fixups.
3127
3128 2009-08-17 Ben Elliston <bje@au.ibm.com>
3129
3130 * config.sub, config.guess: Update from upstream sources.
3131
3132 2009-08-06 Michael Eager <eager@eagercon.com>
3133
3134 * configure.ac: Add Microblaze target.
3135 * configure: Regenerate.
3136
3137 2009-07-02 Tristan Gingold <gingold@adacore.com>
3138
3139 * configure.ac: Do not exclude gas for i386-*-darwin.
3140 Add a case for x86_64-*-darwin.
3141 * configure: Regenerate.
3142
3143 2009-06-26 Doug Evans <dje@sebabeach.org>
3144
3145 * Makefile.def (host_modules): Add cgen.
3146 * Makefile.in: Regenerate.
3147 * configure.ac (host_tools): Add cgen.
3148 * configure: Regenerate.
3149
3150 2009-06-17 Michael Eager <eager@eagercon.com>
3151
3152 * COPYING.LIBGLOSS: Add Xilinx license.
3153
3154 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3155
3156 * configure.ac: Define is_elf for QNX Neutrino targets.
3157 * configure: Regenerate.
3158
3159 2009-06-03 Jerome Guitton <guitton@adacore.com>
3160 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3161
3162 * Makefile.tpl (all): Avoid a trailing backslash.
3163 * Makefile.in: Regenerate.
3164
3165 2009-06-03 Ben Elliston <bje@au.ibm.com>
3166
3167 * config.sub, config.guess: Update from upstream sources.
3168
3169 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3170
3171 * Makefile.tpl ([+compare-target+]): Compare all stage
3172 directories, rather than just gcc.
3173 * Makefile.in: Rebuilt.
3174
3175 2009-05-28 Doug Kwan <dougkwan@google.com>
3176
3177 * configure.ac: Support gold for target arm*-*-*.
3178 * configure: Regenerate.
3179
3180 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3181
3182 * Makefile.tpl (all): Avoid harmless warning in make all when
3183 gcc-bootstrap is enabled but stage_last does not exist.
3184 * Makefile.in: Rebuilt.
3185
3186 2009-05-25 Tristan Gingold <gingold@adacore.com>
3187
3188 * setup.com: Complete the file with configuration and build.
3189
3190 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3191
3192 PR other/40159
3193 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3194 gcc-no-bootstrap are mutually exclusive.
3195 * Makefile.in: Rebuilt.
3196
3197 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3198
3199 PR other/40159
3200 * Makefile.tpl (all): Don't end with unconditional success.
3201 * Makefile.in: Rebuilt.
3202
3203 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3204
3205 PR target/37137
3206 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3207 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3208 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3209 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3210 stage_configureflags, stage_cflags and stage_libcflags into
3211 explicit Makefile macros.
3212 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3213 GFORTRAN.
3214 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3215 CC. Set CC_FOR_BUILD from CC.
3216 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3217 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3218 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3219 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3220 and GFORTRAN.
3221 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3222 (_LIBCFLAGS): Renamed to _TFLAGS.
3223 (do-compare-debug, do-compare3-debug): Drop.
3224 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3225 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3226 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3227 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3228 (XGCC_FLAGS_FOR_TARGET): New.
3229 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3230 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3231 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3232 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3233 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3234 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3235 TFLAGS.
3236 (BUILD_CONFIG): Include if requested.
3237 (all): Set TFLAGS on bootstrap.
3238 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3239 (all-stageid-prefixmodule): Likewise.
3240 (do-clean, distclean-stageid): Set TFLAGS.
3241 (restrap): Fix whitespace.
3242 * Makefile.in: Rebuilt.
3243
3244 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3245
3246 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3247 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3248 * Makefile.in: Regenerate.
3249
3250 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3251
3252 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3253 consistency with config.sub. (Update from upstream sources.)
3254
3255 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3256
3257 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3258
3259 2009-04-17 Ben Elliston <bje@au.ibm.com>
3260
3261 * config.sub, config.guess: Update from upstream sources.
3262
3263 2009-04-15 Anthony Green <green@moxielogic.com>
3264
3265 * configure.ac: Add moxie support.
3266 * configure: Rebuilt.
3267
3268 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3269
3270 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3271 * configure: Regenerate.
3272
3273 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3274
3275 PR gas/10039
3276 * configure.ac: Require texinfo 4.7.
3277 * configure: Regenerated.
3278
3279 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3280
3281 * Makefil.def (languages): New entries.
3282 * Makefile.tpl (check-gcc-*): New generic target.
3283 * Makefile.in: Regenerate.
3284
3285 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3286
3287 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3288 Windows builds of Sed.
3289
3290 2009-03-18 Tom Tromey <tromey@redhat.com>
3291
3292 * configure: Rebuild.
3293 * configure.ac (host_libs): Add libiconv.
3294 * Makefile.in: Rebuild.
3295 * Makefile.def (host_modules): Add libiconv.
3296 (configure-gdb, all-gdb): Depend on libiconv.
3297
3298 2009-03-16 Tristan Gingold <gingold@adacore.com>
3299
3300 * configure.ac: Treat gdb as supported on x86_64-darwin.
3301 * configure: Regenerate.
3302
3303 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3304
3305 Merge from GCC:
3306
3307 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3308
3309 * configure.ac (--with-host-libstdcxx): New option.
3310 * configure: Regenerate.
3311
3312 2009-01-29 Robert Millan <rmh@aybabtu.com>
3313
3314 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3315 * configure: Regenerate.
3316
3317 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3318
3319 PR tree-optimization/38515
3320 * configure.ac (cloog-polylib): Removed.
3321 (with_ppl, with_cloog): Test for "no".
3322 * configure: Regenerated.
3323
3324 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3325
3326 Backport from git Libtool:
3327
3328 2009-01-19 Robert Millan <rmh@aybabtu.com>
3329 Support GNU/kOpenSolaris.
3330 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3331 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3332 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3333 GNU/kOpenSolaris.
3334
3335 2009-02-05 Andreas Schwab <schwab@suse.de>
3336
3337 * Makefile.tpl (stage_last): Define $r and $s before using
3338 $(RECURSE_FLAGS_TO_PASS).
3339 * Makefile.in: Regenerate
3340
3341 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3342
3343 * COPYING.NEWLIB: Add ARM license.
3344
3345 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3346
3347 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3348 (all-opcodes): Depend on all-libiberty.
3349 * Makefile.in: Regenerate.
3350
3351 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3352
3353 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3354 * configure: Regenerate.
3355
3356 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3357
3358 Backport link test fix from upstream Libtool:
3359
3360 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3361 Add cache variables to tests that require the linker to work.
3362 For shlibpath_overrides_runpath, this also changes the semantics
3363 to let the result from the C compiler take precedence.
3364 compiler take precedence.
3365
3366 2008-12-02 Ben Elliston <bje@au.ibm.com>
3367
3368 * config.sub, config.guess: Update from upstream sources.
3369
3370 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3371
3372 * COPYING.NEWLIB: Updated.
3373 * COPYING.LIBGLOSS: Ditto.
3374
3375 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3376
3377 Sync with GCC:
3378
3379 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3380
3381 * configure.ac (ppllibs): Add by default the lib flags.
3382 * configure: Regenerate.
3383
3384 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3385
3386 * configure.ac: Add double brackets on darwin[912].
3387 * configure: Regenerate.
3388
3389 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3390
3391 * configure.ac: Expand to darwin10 and later.
3392 * configure: Regenerate.
3393
3394 2008-12-02 Andreas Schwab <schwab@suse.de>
3395
3396 * Makefile.def: configure-target-boehm-gc depends on
3397 all-target-libstdc++-v3.
3398 * Makefile.in: Regenerate.
3399
3400 2008-12-02 Ben Elliston <bje@au.ibm.com>
3401
3402 * config.sub, config.guess: Update from upstream sources.
3403
3404 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3405
3406 Merge from GCC:
3407
3408 2007-12-02 Matthias Klose <doko@ubuntu.com>
3409
3410 * config-ml.in: Remove 64bit configure tests.
3411
3412 2008-05-14 Rafael Espindola <espindola@google.com>
3413
3414 * config-ml.in: don't handle --enable-shared and --enable-static.
3415
3416 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3417 Tobias Grosser <grosser@fim.uni-passau.de>
3418 Jan Sjodin <jan.sjodin@amd.com>
3419 Harsha Jagasia <harsha.jagasia@amd.com>
3420 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3421 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3422 Adrien Eliche <aeliche@isty.uvsq.fr>
3423
3424 Merge from graphite branch.
3425 * configure: Regenerate.
3426 * Makefile.in: Regenerate.
3427 * configure.ac (host_libs): Add ppl and cloog.
3428 Add checks for PPL and CLooG.
3429 * Makefile.def (ppl, cloog): Added modules and dependences.
3430 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3431 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3432
3433 2008-09-03 Richard Guenther <rguenther@suse.de>
3434
3435 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3436 cloog test.
3437 * configure: Re-generate.
3438
3439 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3440
3441 * configure.ac (--with-cloog-polylib): New.
3442 (--disable-cloog-version-check): New.
3443 (--disable-ppl-version-check): New.
3444 * configure: Re-generate.
3445
3446 2008-09-05 Richard Guenther <rguenther@suse.de>
3447
3448 * configure.ac: Initialize clooglibs to -lcloog.
3449 * configure: Re-generate.
3450
3451 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3452
3453 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3454 recommended version to 2.3.2.
3455
3456 * configure: Regenerate.
3457
3458 2008-10-31 Ben Elliston <bje@au.ibm.com>
3459
3460 * configure.ac (spu-*-*): Remove special case.
3461 * configure: Regenerate.
3462
3463 Complete comment text from GCC version of:
3464
3465 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3466
3467 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3468 (GCC_SHLIB_SUBDIR): New.
3469 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3470 * configure: Regenerate.
3471 * Makefile.in: Regenerate.
3472
3473 2008-11-27 Tristan Gingold <gingold@adacore.com>
3474
3475 * configure.ac: Build gdb for i?86-*-darwin*
3476 * configure: Regenerated.
3477
3478 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 PR bootstrap/38014
3481 PR bootstrap/37923
3482
3483 Revert:
3484
3485 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3486
3487 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3488 * Makefile.in: Regenerated.
3489
3490 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3491
3492 PR gdb/921
3493 PR gdb/1646
3494 PR gdb/2175
3495 PR gdb/2176
3496
3497 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3498 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3499 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3500 (HOST_EXPORTS): Pass CPPFLAGS.
3501 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3502 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3503 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3504 * Makefile.in, configure: Regenerated.
3505 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3506 and CPPFLAGS_FOR_BUILD.
3507
3508 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3509
3510 * configure.ac [spu-*-*]: Do not set skipdirs.
3511 * configure: Re-generate.
3512
3513 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3514
3515 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3516 * Makefile.in: Regenerated.
3517
3518 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3519
3520 PR gdb/921
3521 PR gdb/1646
3522 PR gdb/2175
3523 PR gdb/2176
3524
3525 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3526 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3527 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3528 (HOST_EXPORTS): Pass CPPFLAGS.
3529 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3530 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3531 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3532 * Makefile.in, configure: Regenerated.
3533 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3534 and CPPFLAGS_FOR_BUILD.
3535
3536 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3537
3538 * libtool.m4: Update to libtool 2.2.6.
3539 * lt~obsolete.m4: Update to libtool 2.2.6.
3540 * ltmain.sh: Update to libtool 2.2.6.
3541 * ltsugar.m4: Update to libtool 2.2.6.
3542 * ltversion.m4: Update to libtool 2.2.6.
3543 * ltoptions.m4: Update to libtool 2.2.6.
3544 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3545
3546 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3547
3548 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3549 (GCC_SHLIB_SUBDIR): New.
3550 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3551 * configure: Regenerate.
3552 * Makefile.in: Regenerate.
3553
3554 2008-08-28 Tristan Gingold <gingold@adacore.com>
3555
3556 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3557 Enable bfd, binutils and opcodes.
3558 * configure: Regenerate.
3559
3560 2008-08-16 Nicolas Roche <roche@adacore.com>
3561
3562 * Makefile.tpl: Add BOOT_ADAFLAGS.
3563 * Makefile.in: Regenerate.
3564
3565 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3566
3567 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3568 * configure: Regenerate.
3569
3570 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3571
3572 Sync with gcc:
3573 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3574
3575 * configure.ac: Add makefile fragments for hpux.
3576 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3577 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3578 * configure: Regenerate.
3579 * Makefile.in: Regenerate.
3580
3581 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3582
3583 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3584 * Makefile.in: Regenerate.
3585 * configure: Regenerate.
3586
3587 2008-06-18 Ian Lance Taylor <iant@google.com>
3588
3589 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3590
3591 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3592
3593 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 * configure: Regenerate.
3596
3597 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3598
3599 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3600 "$@" is still intact with both Autoconf 2.59 and 2.62.
3601 * configure: Regenerate.
3602
3603 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3604
3605 * Makefile.tpl: Fix comment errors.
3606 * Makefile.in: Regenerate.
3607
3608 2008-06-13 Julian Brown <julian@codesourcery.com>
3609
3610 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3611 of libobjc for ARM EABI Linux.
3612 * configure: Regenerate.
3613
3614 2008-06-12 David S. Miller <davem@davemloft.net>
3615 David Edelsohn <edelsohn@gnu.org>
3616
3617 * configure.ac: Add powerpc*-*-* to gold supported targets.
3618 * configure: Regenerate.
3619
3620 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3621
3622 PR tree-optimization/36218
3623 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3624 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3625 (all prefix="build-"): Pass them to build-system sub-makes.
3626 * Makefile.in: Regenerate.
3627
3628 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3629
3630 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3631 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3632 mkdep, and compile. Update comments.
3633 (ETC_SUPPORT): Add ChangeLog and update comments.
3634
3635 2008-05-11 Ian Lance Taylor <iant@google.com>
3636
3637 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3638
3639 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3640
3641 Sync with gcc:
3642 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3643
3644 PR bootstrap/35457
3645 * configure.ac: Include override.m4.
3646 * configure: Regenerate.
3647
3648 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3649
3650 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3651 * Makefile.in: Regenerate.
3652
3653 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3654
3655 * configure.ac: Do not build libssp for the AVR.
3656 * configure: Regenerate.
3657
3658 2008-04-18 Nick Clifton <nickc@redhat.com>
3659
3660 * MAINTAINERS: Replace reference to configure.in with reference to
3661 configure.ac.
3662
3663 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3664
3665 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3666 as nonconfigurable directories list.
3667 * configure: Regenerate.
3668
3669 2008-04-14 David S. Miller <davem@davemloft.net>
3670
3671 * configure.ac: Add sparc*-*-* to gold supported targets.
3672 * configure: Regenerate.
3673
3674 2008-04-14 Ben Elliston <bje@au.ibm.com>
3675
3676 * config.sub, config.guess: Update from upstream sources.
3677
3678 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3679
3680 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3681 * Makefile.in: Regenerate.
3682
3683 2008-04-07 Ian Lance Taylor <iant@google.com>
3684
3685 * Makefile.def: check-gold depends upon all-binutils.
3686 * Makefile.in: Regenerate.
3687
3688 2008-04-04 Nick Clifton <nickc@redhat.com>
3689
3690 PR binutils/4334
3691 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3692 builds.
3693 * configure: Regenerate.
3694
3695 2008-04-04 NightStrike <NightStrike@gmail.com>
3696
3697 PR other/35151
3698 * configure.ac: Combine rules for mingw32 and mingw64.
3699 * configure: Regenerate.
3700
3701 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3702
3703 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3704 * Makefile.in: Regenerate.
3705
3706 2008-03-20 Ian Lance Taylor <iant@google.com>
3707
3708 * configure.ac: Add support for --enable-gold.
3709 * Makefile.def: Add gold as a directory like ld.
3710 * configure, Makefile.in: Regenerate.
3711
3712 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3713
3714 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3715 (s390_cond_extensions): Reduced extensions to the compare related.
3716 (main): z10 cpu type option added.
3717 (expandConditionalJump): Renamed to ...
3718 (insertExpandedMnemonic): ... this.
3719
3720 * opcodes/s390-opc.c: Re-group the operand format makros.
3721 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3722 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3723 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3724 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3725 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3726 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3727 INSTR_SIL_RDU): New instruction formats added.
3728 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3729 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3730 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3731 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3732 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3733 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3734 masks added.
3735 (s390_opformats): New formats added "ris", "rrs", "sil".
3736 * opcodes/s390-opc.txt: Add the conditional jumps with the
3737 extensions removed from automatic expansion in s390-mkopc.c manually.
3738 (asi - trtre): Add new System z10 EC instructions.
3739 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3740
3741 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3742
3743 * configure.ac: m4_include config/proginstall.m4.
3744 * configure: Regenerate.
3745
3746 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3747
3748 Backport from upstream Libtool:
3749
3750 2007-10-12 Eric Blake <ebb9@byu.net>
3751
3752 Deal with Autoconf 2.62's semantic change in m4_append.
3753 * ltsugar.m4 (lt_append): Replace broken versions of
3754 m4_append.
3755 (lt_if_append_uniq): Don't require separator to be overquoted,
3756 and avoid broken m4_append.
3757 (lt_dict_add): Fix typo.
3758 * libtool.m4 (_LT_DECL): Don't overquote separator.
3759
3760 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3761
3762 * config.rpath: Add AIX 6 support.
3763
3764 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3765
3766 * Makefile.def (stageprofile). Remove -fprofile-generate
3767 from stage_libcflags.
3768 * Makefile.in: Regenerate.
3769
3770 2008-03-13 Ben Elliston <bje@au.ibm.com>
3771
3772 * config.sub, config.guess: Update from upstream sources.
3773
3774 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3775
3776 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3777 * s390-opc.txt (cmpsc): Duplicate entry removed.
3778 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3779 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3780 fier, cu42, cu41): Fix operand format.
3781
3782 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3783
3784 PR bootstrap/32009
3785 PR bootstrap/32161
3786
3787 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3788 * configure: Regenerate.
3789
3790 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3791 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3792 STAGE4_LIBCFLAGS): New.
3793 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3794 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3795 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3796 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3797 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3798 for target modules. Don't export LIBCFLAGS.
3799 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3800 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3801 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3802 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3803 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3804 * Makefile.in: Regenerate.
3805
3806 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3807
3808 PR libgcj/33085
3809 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3810 Do not use -DDLL_EXPORT. Backport from upstream.
3811
3812 2008-02-14 Nick Clifton <nickc@redhat.com>
3813
3814 Import this patch from gcc:
3815 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3816
3817 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3818
3819 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3820
3821 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3822 * configure: Regenerate.
3823
3824 2008-01-31 Marc Gauthier <marc@tensilica.com>
3825
3826 * configure.ac (xtensa*-*-*): Recognize processor variants.
3827 * configure: Regenerate.
3828
3829 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3830
3831 PR bootstrap/34922
3832 * configure.ac (PARSE_ARGS): Push suitable setting of
3833 ac_subdirs_all, for `./configure --help=recursive'.
3834 Handle `+' in generic toplevel directory disabling.
3835 * configure: Regenerate.
3836
3837 2008-01-23 Ben Elliston <bje@au.ibm.com>
3838
3839 * config.sub, config.guess: Update from upstream sources.
3840
3841 2008-01-08 Ben Elliston <bje@au.ibm.com>
3842
3843 * config.sub, config.guess: Update from upstream sources.
3844
3845 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3846
3847 * COPYING.LIBGLOSS: Update default copyright.
3848
3849 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3850
3851 * COPYING.NEWLIB: Update default copyright.
3852
3853 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3854
3855 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3856 Change recommended MPFR from 2.2.1 > 2.3.0.
3857 * configure: Regenerate.
3858
3859 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3860
3861 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3862 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3863 * Makefile.in: Regenerate.
3864
3865 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3866
3867 * configure.ac: Enable libjava for x86_64-*-darwin9.
3868 * configure: Regenerate.
3869
3870 2007-12-05 Ben Elliston <bje@au.ibm.com>
3871
3872 * config.sub, config.guess: Update from upstream sources.
3873
3874 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3875
3876 * config-ml.in: Robustify against white space in absolute file
3877 names.
3878
3879 * config-ml.in (multi-clean): Substitute ${Makefile}.
3880 Remove superfluous ${Makefile} in list.
3881
3882 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3883
3884 * Makefile.def (dependencies): Make configure-gdb depend on
3885 all-intl.
3886 * Makefile.in: Regenerated.
3887
3888 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3889
3890 * Makefile.def: To avoid problems running with parallel makes,
3891 build newlib before libgloss so that target specific header
3892 files are availble.
3893 * Makefile.in: Regenerate.
3894
3895 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3896
3897 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3898 * Makefile.in: Regenerate.
3899
3900 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3903 * libdecnumber: New directory, imported from GCC.
3904
3905 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3906
3907 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3908 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3909 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3910 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3911 * configure: Regenerate.
3912
3913 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3914
3915 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3916 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3917 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3918 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3919 * configure.ac: Default them to host tools for $host = $build.
3920 Subst them.
3921
3922 * configure: Regenerate.
3923 * Makefile.in: Regenerate.
3924
3925 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3926
3927 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3928 * configure: Regenerate.
3929
3930 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3931
3932 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3933 libstdc++.
3934 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3935 * configure: Regenerate.
3936 * Makefile.in: Regenerate.
3937
3938 2007-09-17 Andreas Schwab <schwab@suse.de>
3939
3940 * configure.ac: Raise minimum makeinfo version to 4.6.
3941 * configure: Regenerate.
3942
3943 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3944
3945 * configure.ac: Correct makeinfo version check.
3946 * configure: Regenerate.
3947
3948 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3949
3950 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3951 to $skipdirs and only disable gprof for newlib. Use the normal
3952 mips*-elf* handling in other respects.
3953 * configure: Regnerate.
3954
3955 2007-09-12 David Daney <ddaney@avtrex.com>
3956
3957 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3958 enabling libgcj.
3959 * configure: Regenerate.
3960
3961 2007-09-12 Richard Guenther <rguenther@suse.de>
3962
3963 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3964 nor --disable-checking is provided also turn on yes and types
3965 checking for stage1.
3966 * configure: Re-generate.
3967
3968 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3969
3970 PR target/33281
3971 * configure.ac: Use config/mh-mingw on mingw.
3972 * configure: Regenerate.
3973
3974 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3975
3976 PR other/32154
3977 * configure.ac: For libgloss targets, point the linker to the linker
3978 script, startup code and simulator library.
3979 * configure: Regenerate.
3980
3981 2007-09-09 Andrew Haley <aph@redhat.com>
3982
3983 * configure.ac (noconfigdirs): Remove target-libffi and
3984 target-libjava.
3985
3986 2007-08-29 Nick Clifton <nickc@redhat.com>
3987
3988 * config.sub, config.guess: Update from upstream sources.
3989
3990 2007-08-21 Richard Guenther <rguenther@suse.de>
3991
3992 * configure.ac: Add types checking to stage1 checking flags.
3993 * configure: Regenerate.
3994
3995 2007-08-18 Paul Brook <paul@codesourcery.com>
3996 Joseph Myers <joseph@codesourcery.com>
3997
3998 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3999 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4000 * Makefile.in: Regenerate.
4001 * configure.ac (--with-debug-prefix-map): New.
4002 * configure: Regenerate.
4003
4004 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4005 Nigel Stephens <nigel@mips.com>
4006
4007 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4008 as target_makefile_frag.
4009 * configure: Regenerate.
4010
4011 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4012
4013 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4014 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4015 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4016 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4017 (do-compare, do-compare3, do-compare-debug): New.
4018 ([+compare-target+]): Use them.
4019
4020 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4021
4022 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4023 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4024 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4025 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4026 (do-compare, do-compare3, do-compare-debug): New.
4027 ([+compare-target+]): Use them.
4028
4029 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4030 Ben Elliston <bje@au.ibm.com>
4031
4032 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4033 --silent if $silent.
4034 * configure: Regenerate.
4035
4036 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4037
4038 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4039
4040 2007-07-17 Nick Clifton <nickc@redhat.com>
4041
4042 * COPYING3: New file. Contains version 3 of the GNU General
4043 Public License.
4044 * COPYING3.LIB: New file. Contains version 3 of the GNU
4045 Lesser General Public License.
4046
4047 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4048
4049 * configure.ac: Fix my previous change to really match GCC.
4050 * configure: Regenerate.
4051
4052 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4053
4054 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4055 * configure: Regenerate.
4056
4057 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4058
4059 * configure.ac: Add some missing m4 quotation.
4060 * configure: Regenerate.
4061
4062 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4063
4064 * Makefile.def: Add windmc tool to build.
4065 * Makefile.tpl: Likewise.
4066 * configure.ac: Likewise.
4067 * Makefile.in: Regenerate.
4068 * configure: Regenerate.
4069
4070 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4071
4072 * lt~obsolete.m4: New. Import from 20070318 libtool.
4073
4074 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4075
4076 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4077 uclinux and linux-uclibc targets.
4078 * configure: Regenerate.
4079
4080 2007-06-28 DJ Delorie <dj@redhat.com>
4081
4082 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4083 not building newlib.
4084 * configure: Regenerated.
4085
4086 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4087
4088 * src-release (DEVO_SUPPORT): Correct typos.
4089
4090 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4093 * Makefile.in: Regenerated.
4094
4095 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4096
4097 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4098 (distclean-stage[+id+]): Possibly delete stage_last.
4099 * Makefile.in: Regenerate.
4100
4101 2007-06-07 Ben Elliston <bje@au.ibm.com>
4102
4103 * config.sub, config.guess: Update from upstream sources.
4104
4105 2007-06-07 Ben Elliston <bje@au.ibm.com>
4106
4107 * Makefile.tpl: Fix spelling error.
4108 * Makefile.in: Regenerate.
4109
4110 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4111
4112 Sync with gcc:
4113 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4114
4115 PR bootstrap/29382
4116 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4117 * configure: Rebuilt.
4118
4119 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4120
4121 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4122 lt_cv_sys_max_cmd_len.
4123
4124 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4125
4126 * ltgcc.m4: Update from GCC.
4127
4128 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4129
4130 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4131
4132 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4133
4134 * ltmain.sh: Update from GCC.
4135 * libtool.m4: Update from GCC.
4136 * ltsugar.m4: New. Update from GCC.
4137 * ltversion.m4: New. Update from GCC.
4138 * ltoptions.m4: New. Update from GCC.
4139 * ltconfig: Remove.
4140 * ltcf-c.sh: Remove.
4141 * ltcf-cxx.sh: Remove.
4142 * ltcf-gcj.sh: Remove.
4143 * src-release: Update with new libtool file list.
4144
4145 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4146
4147 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4148 stage_cflags.
4149 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4150 Remove CFLAGS/LIBCFLAGS.
4151 (configure-stage[+id+]-[+prefix+][+module+],
4152 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4153 * Makefile.in: Regenerate.
4154
4155 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4156
4157 * config-ml.in: Update from GCC.
4158
4159 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4160
4161 * src-release (do-proto-toplev): Process the support directories before
4162 the tool directory.
4163
4164 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4165
4166 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4167 of glob. Quote arguments with single quotes too.
4168 * configure: Regenerate.
4169
4170 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4171
4172 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4173 * Makefile.in: Regenerate
4174
4175 2007-03-07 Andreas Schwab <schwab@suse.de>
4176
4177 * configure: Regenerate.
4178
4179 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4180
4181 * configure.ac: Add "--with-pdfdir" configure option,
4182 which defines pdfdir variable.
4183 * Makefile.def (target=fixincludes): Add install-pdf to
4184 missing targets.
4185 (recursive_targets): Add install-pdf target.
4186 (flags_to_pass): Add pdfdir.
4187 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4188 target.
4189 * configure: Regenerate
4190 * Makefile.in: Regenerate
4191
4192 2007-02-28 Eric Christopher <echristo@apple.com>
4193
4194 Revert:
4195 2006-12-07 Mike Stump <mrs@apple.com>
4196
4197 * Makefile.def (dependencies): Add dependency for
4198 install-target-libssp and install-target-libgomp on
4199 install-gcc.
4200 * Makefile.in: Regenerate.
4201
4202 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4203
4204 * configure: Regenerate.
4205 * configure.ac: Move statements after variable declarations.
4206
4207 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4208
4209 * configure.ac: Adjust for loop syntax.
4210 * configure: Regenerate.
4211
4212 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4213
4214 * configure: Rebuilt.
4215
4216 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4217
4218 * configure.ac: Drop multiple occurrences of --enable-languages,
4219 and fix its quoting.
4220 * configure: Rebuilt.
4221
4222 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4223 Nathan Sidwell <nathan@codesourcery.com>
4224 Vladimir Prus <vladimir@codesourcery.com
4225 Joseph Myers <joseph@codesourcery.com>
4226
4227 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4228 * configure: Regenerate.
4229
4230 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * configure.ac (target_libraries): Move libgcc before libiberty.
4233 * configure: Regenerated.
4234
4235 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4236
4237 * configure: Regenerate again?
4238
4239 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4240
4241 * configure: Reapply PR30748 fix which was lost in the previous commit.
4242
4243 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4244 Paolo Bonzini <bonzini@gnu.org>
4245
4246 PR bootstrap/30753
4247 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4248 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4249 * configure: Regenerated.
4250
4251 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4252
4253 * configure: Regenerate.
4254
4255 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4256
4257 PR bootstrap/30748
4258 * configure.ac: Correct syntax for Solaris ksh.
4259 * configure: Regenerated.
4260
4261 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4262
4263 * Makefile.def: Sync with GCC.
4264 * Makefile.tpl: Sync with GCC.
4265 * Makefile.in: Regenerate.
4266 * configure: Regenerate.
4267
4268 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4271 noncanonical equivalents.
4272 * configure.in: Rename to...
4273 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4274 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4275 target_noncanonical. Use them. Rewrite removal of configure
4276 arguments for autoconf 2.59. Discard variable settings. Force
4277 program_transform_name for native tools.
4278
4279 * Makefile.in: Regenerated.
4280 * configure: Regenerated with autoconf 2.59.
4281
4282 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4283
4284 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4285
4286 * COPYING.LIBGLOSS: Reformat default Red Hat
4287 license to fit within 80 columns.
4288 * COPYING.NEWLIB: Ditto.
4289
4290 2007-02-05 Dave Brolley <brolley@redhat.com>
4291
4292 * Contribute the following changes:
4293 2006-11-28 DJ Delorie <dj@redhat.com>
4294
4295 * configure.in: Fix typo for mep's target_makefile_frag.
4296 * configure: Regenerated.
4297
4298 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4299
4300 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4301 * configure: Regenerate.
4302
4303 2001-09-19 DJ Delorie <dj@redhat.com>
4304
4305 * configure.in (target_makefile_frag): use mt-mep
4306
4307 2001-06-12 Don Howard <dhoward@redhat.com>
4308
4309 * configure.in: Remove gdb from MeP skip list.
4310
4311 2001-04-05 DJ Delorie <dj@redhat.com>
4312
4313 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4314
4315 2001-03-20 Ben Elliston <bje@redhat.com>
4316
4317 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4318
4319 2001-03-19 Ben Elliston <bje@redhat.com>
4320
4321 * config.sub (mep, mep-*): Add.
4322
4323 2007-01-31 Andreas Schwab <schwab@suse.de>
4324
4325 * Makefile.tpl (LDFLAGS): Substitute it.
4326 * Makefile.in: Regenerate.
4327
4328 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4329
4330 * configure.in: Change == to = in test command.
4331 * configure: Regenerate.
4332
4333 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4334 Nick Clifton <nickc@redhat.com>
4335 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4336
4337 * configure.in (build_configargs, host_configargs, target_configargs):
4338 Remove build/host/target parameters.
4339 (host_libs): Add gmp and mpfr.
4340 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4341 * Makefile.def (gmp, mpfr): New.
4342 (gcc): Remove target.
4343 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4344 target_os, target_vendor): New.
4345 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4346 * configure: Regenerate.
4347 * Makefile.in: Regenerate.
4348
4349 2007-01-11 Matt Fago <fago@earthlink.net>
4350
4351 * configure.in: Try to link to functions only in mpfr 2.2.x
4352 to improve robustness of configure tests.
4353 * configure: Regenerate.
4354
4355 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4356
4357 * configure.in: Add support for an x86_64-mingw* target.
4358 * configure: Regenerate.
4359
4360 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4361
4362 * Makefile.tpl (all-target): Correct @if conditional for target
4363 modules.
4364 * configure.in: Omit libiberty if building only target libgcc.
4365 * configure, Makefile.in: Regenerated.
4366
4367 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4368
4369 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4370 * configure: Regenerate.
4371
4372 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4373
4374 * Makefile.def (target_modules): Add libgcc.
4375 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4376 * Makefile.tpl (clean-target-libgcc): Delete.
4377 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4378 on gcc even for bootstrapped modules. Rewrite handling of
4379 lang_env_dependencies to loop over target_modules.
4380 * configure.in (target_libraries): Add target-libgcc.
4381 * Makefile.in, configure: Regenerated.
4382
4383 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4384
4385 Sync with gcc:
4386 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4387
4388 * configure.in: Reorganize recognition of languages. Add
4389 --enable-stage1-languages. Show supported languages for the chosen
4390 target rather than all recognized languages.
4391 * configure: Regenerate.
4392
4393 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4394
4395 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4396 * Makefile.in: Regenerate.
4397
4398 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4399
4400 * configure.in: Warn that MPFR 2.2.0 is buggy.
4401 * configure: Regenerate.
4402
4403 2006-12-27 Ian Lance Taylor <iant@google.com>
4404
4405 * configure.in: When removing Makefiles to force a reconfigure, also
4406 remove prev-DIR*/Makefile.
4407 * configure: Regenerate.
4408
4409 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4410
4411 * config.bfd: Recognize fido.
4412
4413 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4414
4415 Sync with gcc:
4416
4417 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4418
4419 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4420 it only affects bootstrap and could be tested on "$host" as well.
4421 * configure: Regenerate.
4422 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4423
4424 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4425
4426 PR bootstrap/29544
4427 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4428 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4429 move here comment from Makefile.tpl.
4430 * Makefile.tpl: Move some definitions higher in the file.
4431 (STAGE1_CHECKING): New.
4432 * configure.in: Add --enable-stage1-checking.
4433 * configure: Regenerate.
4434 * Makefile.in: Regenerate.
4435
4436 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4437
4438 * configure.in: Update error message for missing GMP/MPFR.
4439
4440 * configure: Regenerate.
4441
4442 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4443
4444 * configure.in: Update MPFR version in error message.
4445
4446 * configure: Regenerate.
4447
4448 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4449
4450 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4451 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4452 --with-gmp-lib): New flags.
4453
4454 * configure: Regenerate.
4455
4456 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4457
4458 PR bootstrap/30134
4459 * configure.in: Correct x86 darwin support for libjava to powerpc
4460 and i?86 only.
4461 * configure: Regenerate.
4462
4463 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4464
4465 * configure.in: Handle spu makefile frag.
4466 * Makefile.tpl (MAINT): Define
4467 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4468 * configure: Regenerate.
4469 * Makefile.in: Regenerate.
4470
4471 2006-12-11 Ben Elliston <bje@au.ibm.com>
4472
4473 * config.sub, config.guess: Update from upstream sources.
4474
4475 2006-12-11 Ben Elliston <bje@au.ibm.com>
4476
4477 * configure.in: Sync with GCC (spu-*-*).
4478 * configure: Sync with GCC.
4479
4480 2006-12-07 Mike Stump <mrs@apple.com>
4481
4482 * Makefile.def (dependencies): Add dependency for
4483 install-target-libssp and install-target-libgomp on
4484 install-gcc.
4485 * Makefile.in: Regenerate.
4486
4487 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4488
4489 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4490 (unstage): Test for stage_last presence.
4491
4492 PR bootstrap/29802
4493 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4494 * Makefile.in: Regenerate.
4495
4496 2006-11-14 DJ Delorie <dj@redhat.com>
4497
4498 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4499 * Makefile.in: Sync with GCC.
4500 * configure.in: Sync with GCC (mpfr, gmp).
4501 * configure: Sync with GCC.
4502
4503 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4504
4505 * configure.in: Remove target-libgloss from noconfigdirs for
4506 bfin-*-*.
4507 * configure: Regenerated.
4508
4509 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4510
4511 * COPYING.NEWLIB: Add spu license.
4512 * COPYING.LIBGLOSS: Ditto.
4513
4514 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4515
4516 * Makefile.def: Added pdf target handling.
4517 * Makefile.tpl: Added pdf target handling.
4518 * Makefile.in: Regenerated.
4519
4520 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4521
4522 * COPYING.NEWLIB: Updated.
4523 * COPYING.LIBGLOSS: Ditto.
4524
4525 2006-09-27 Dave Brolley <brolley@redhat.com>
4526
4527 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4528 $s instead of $r.
4529 * configure: Regenerated.
4530
4531 2006-09-26 Ben Elliston <bje@au.ibm.com>
4532
4533 * config.sub, config.guess: Update from upstream sources.
4534
4535 2006-09-20 Thiemo Seufer <ths@mips.com>
4536
4537 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4538 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4539 * configure: Regenerate.
4540
4541 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4542
4543 * configure.in: Never build newlib for a Mingw host.
4544 Never build newlib as Mingw target library.
4545 Test the existence of winsup/cygwin for building a Cygwin newlib,
4546 rather than just winsup.
4547 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4548 building a Mingw target.
4549 * configure: Regenerate.
4550
4551 2006-08-15 Thiemo Seufer <ths@mips.com>
4552 Nigel Stephens <nigel@mips.com>
4553 David Ung <davidu@mips.com>
4554
4555 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4556
4557 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4558
4559 Sync from GCC:
4560 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4561
4562 PR bootstrap/18058
4563 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4564 if the bootstrap compiler is a GCC version that supports it.
4565 * configure: Regenerate.
4566
4567 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4568
4569 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4570 * configure: Regenerated.
4571
4572 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4575 for stages after the first.
4576
4577 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4578
4579 * Makefile.def: Add dependencies for configure-opcodes
4580 on configure-intl and all-opcodes on all-intl.
4581 * Makefile.in: Regenerated.
4582
4583 2006-07-04 Peter O'Gorman <peter@pogma.com>
4584
4585 * ltconfig: chmod 644 before ranlib during install.
4586
4587 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4588
4589 * configure.in: Fix thinkos in previous check-in.
4590 * configure: Regenerate.
4591
4592 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4593
4594 Sync from gcc:
4595
4596 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4597
4598 PR other/27063
4599 * configure.in: Test subdir_requires and give an appropriate
4600 error message.
4601 * configure: Regenerate.
4602
4603 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4604
4605 PR target/27540
4606 * configure.in: Only enable libgomp on IRIX 6.
4607 * configure: Regenerate.
4608
4609 2006-06-20 David Ayers <d.ayers@inode.at>
4610
4611 PR bootstrap/28072
4612 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4613 whether target-libjava is being configured instead of whether the
4614 java front end is enabled.
4615 * configure: Regenerate.
4616
4617 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4618
4619 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4620 to R_ARM_LDC_SB_G{0,1,2} respectively.
4621
4622 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4623
4624 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4625 too.
4626 * Makefile.in: Regenerate.
4627
4628 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4629
4630 Sync from gcc:
4631
4632 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4633 * configure.in: Don't enable libgomp on hpux10.
4634 * configure: Rebuilt.
4635
4636 2006-06-13 David Ayers <d.ayers@inode.at>
4637
4638 Sync from gcc:
4639
4640 2006-06-12 David Ayers <d.ayers@inode.at>
4641
4642 PR bootstrap/27963
4643 PR target/19970
4644 * configure.in: Remove target-boehm-gc from noconfigdirs where
4645 ${libgcj} is specified.
4646 * configure: Regenerate.
4647
4648 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4649
4650 Sync from gcc:
4651
4652 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4653 Andreas Schwab <schwab@suse.de>
4654
4655 PR bootstrap/18033
4656 * config-ml.in: Eval option if surrounded by single quotes.
4657
4658 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4659
4660 Sync from gcc:
4661
4662 2006-06-06 David Ayers <d.ayers@inode.at>
4663
4664 PR libobjc/13946
4665 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4666 * Makefile.in: Regenerate.
4667 * configure.in: Add --enable-objc-gc at toplevel and have it
4668 enable boehm-gc for Objective-C.
4669 Remove target-boehm-gc from libgcj.
4670 Add target-boehm-gc to target_libraries.
4671 Add target-boehm-gc to noconfigdirs where ${libgcj}
4672 is specified.
4673 Assert that boehm-gc is supported when requested for Objective-C.
4674 Only build boehm-gc if needed either for Java or Objective-C.
4675 * configure: Regenerate.
4676
4677 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4678
4679 PR 27674
4680 * Makefile.tpl (configure-[+prefix+][+module+],
4681 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4682 Remove rule to unstage bootstrapped modules.
4683 (stage_current): New.
4684 * Makefile.in: Regenerate.
4685
4686 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4687 Andreas Tobler <a.tobler@schweiz.ch>
4688
4689 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4690 * configure: Rebuilt.
4691
4692 Revert
4693 2006-01-31 Richard Guenther <rguenther@suse.de>
4694 Paolo Bonzini <bonzini@gnu.org>
4695
4696 * Makefile.def (target_modules): Add libgcc-math target module.
4697 * configure.in (target_libraries): Add libgcc-math target library.
4698 (--enable-libgcc-math): New configure switch.
4699 * Makefile.in: Re-generate.
4700 * configure: Re-generate.
4701
4702 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4703
4704 * config-ml.in: Alter CCASFLAGS to include special
4705 multilib options the same as is done for CFLAGS.
4706
4707 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * Makefile.def: Added dependencies from sim and gdb on intl, and
4710 added configure dependencies to everything with an all dependency
4711 on intl.
4712 * gettext.m4: Removed.
4713 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4714 (GDB_SUPPORT_DIRS): Add intl.
4715 * Makefile.in: Regenerated.
4716
4717 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4718
4719 * src-release (DEVO_SUPPORT): Add config.rpath.
4720
4721 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4722
4723 * Makefile.def (bfd, opcodes): Fix lib_path.
4724 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4725 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4726 * Makefile.in: Regenerate.
4727
4728 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4729
4730 * configure.in: Enable gprof for cross builds.
4731 * configure: Regenerate.
4732
4733 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * src-release (MAKEINFOFLAGS): Define.
4736 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4737
4738 2006-05-14 Ben Elliston <bje@au.ibm.com>
4739
4740 * config.sub, config.guess: Update from upstream sources.
4741
4742 2006-05-12 Ben Elliston <bje@au.ibm.com>
4743
4744 * config.sub, config.guess: Update from upstream sources.
4745
4746 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4747
4748 * blt, iwidgets, mmalloc: Remove directories.
4749
4750 2006-05-01 DJ Delorie <dj@redhat.com>
4751
4752 * configure.in: Restore CFLAGS if GMP isn't present.
4753 * configure: Regenerate.
4754
4755 2006-04-18 DJ Delorie <dj@redhat.com>
4756
4757 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4758 reference libgloss so that libssp can be built in a combined
4759 tree.
4760 * configure: Regenerate.
4761
4762 2006-04-10 Ben Elliston <bje@au.ibm.com>
4763
4764 * contrib: Remove directory.
4765
4766 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4767
4768 * Makefile.tpl: Add install-html target.
4769 * Makefile.def: Add install-html target.
4770 * Makefile.in: Regenerate.
4771 * configure.in: Add --with-datarootdir, --with-docdir,
4772 and --with-htmldir options.
4773 * configure: Regenerate.
4774
4775 2006-03-31 Ben Elliston <bje@au.ibm.com>
4776
4777 PR binutils/1860
4778 * configure.in: Require makeinfo 4.4 or higher.
4779 * configure: Regenerate.
4780
4781 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4782
4783 * Makefile.in: Regenerate.
4784
4785 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4786
4787 Sync with gcc:
4788 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4789
4790 * configure.in: Handle --disable-<component> generically.
4791 * configure: Regenerate.
4792
4793 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4794
4795 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4796 (TARGET_CONFIGDIRS): Remove.
4797 * configure.in: Remove AC_SUBST(target_configdirs).
4798 * Makefile.in, configure: Regenerated.
4799
4800
4801 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4802
4803 PR libgcj/17311
4804 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4805
4806 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4807
4808 PR bootstrap/25670
4809
4810 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4811
4812 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4813 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4814 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4815 BUILD_PREFIX, BUILD_PREFIX_1.
4816 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4817
4818 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4819 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4820
4821 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4822 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4823 of `cat stage_current`. Always provide the `r' and `s' variables.
4824 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4825 a single shell execution.
4826 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4827 bootstrapped modules, make the stage1 module if the build was not
4828 started yet, else build the current stage.
4829 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4830 (all-build, all-host, all-target, [+make_target+]-host,
4831 [+make_target+]-target): Do not use \-continued lines.
4832 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4833 (current_stage, restrap, stage_last): New.
4834
4835 * Makefile.in: Regenerate.
4836 * configure: Regenerate.
4837
4838 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4839
4840 Sync from gcc:
4841
4842 2006-01-31 Richard Guenther <rguenther@suse.de>
4843 Paolo Bonzini <bonzini@gnu.org>
4844
4845 * Makefile.def (target_modules): Add libgcc-math target module.
4846 * configure.in (target_libraries): Add libgcc-math target library.
4847 (--enable-libgcc-math): New configure switch.
4848 * Makefile.in: Re-generate.
4849 * configure: Re-generate.
4850 * libgcc-math: New toplevel directory.
4851
4852 2006-01-18 Richard Henderson <rth@redhat.com>
4853 Jakub Jelinek <jakub@redhat.com>
4854 Diego Novillo <dnovillo@redhat.com>
4855
4856 * libgomp: New directory.
4857 * Makefile.def: Add target_module libgomp.
4858 * Makefile.in: Regenerate.
4859 * configure.in (target_libraries): Add target-libgomp.
4860 * configure: Regenerate.
4861
4862 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4863 Andreas Schwab <schwab@suse.de>
4864
4865 * configure: Regenerate.
4866
4867 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4868
4869 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4870 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4871 the assembler, linker and binutils.
4872 * configure: Regenerate.
4873
4874 2006-01-16 Nick Clifton <nickc@redhat.com>
4875
4876 * config.sub, config.guess: Sync from config repository.
4877
4878 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4879
4880 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4881 @ from continuation.
4882 * Makefile.in: Rebuilt.
4883
4884 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4885
4886 Sync from gcc:
4887
4888 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4889
4890 PR bootstrap/24252
4891
4892 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4893 * Makefile.tpl (OBJDUMP): New.
4894 (EXTRA_HOST_FLAGS): Add it.
4895 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4896
4897 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4898 to use symbolic links between directories. Avoid race conditions
4899 or make them harmless.
4900 * configure.in: Do not try to use symbolic links between directories.
4901
4902 * Makefile.def (LEAN): Pass.
4903 * Makefile.tpl (LEAN): Define.
4904 (stage[+id+]-start): Accept that the previous directory does not
4905 exist, if the bootstrap is lean.
4906 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4907 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4908 configure substitution.
4909 ([+compare-target+]): Likewise.
4910 ([+bootstrap-target+]-lean): New.
4911 * configure.in: Remove lean bootstrap support from here.
4912
4913 * Makefile.in: Regenerate.
4914 * configure: Regenerate.
4915
4916 2006-01-02 Andreas Schwab <schwab@suse.de>
4917
4918 * configure.in: When reconfiguring remove Makefile in
4919 all stage directories.
4920 * configure: Regenerate.
4921
4922 2005-12-27 Leif Ekblad <leif@rdos.net>
4923
4924 * configure.in: Add support for RDOS target.
4925 * configure: Regenerate.
4926
4927 2005-12-27 Nick Clifton <nickc@redhat.com>
4928
4929 PR binutils/1990
4930 * libtool.m4: Synchronize with version in GCC sources.
4931
4932 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4933
4934 Revert Ada-related part of the previous change.
4935
4936 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4937 Do not pass.
4938 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4939 * Makefile.in: Regenerate.
4940 * configure.in: Do not include mt-ppc-aix target fragment.
4941 * configure: Regenerate.
4942
4943 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4944
4945 * configure.in: Select appropriate fragments for PowerPC/AIX.
4946 * configure: Regenerate.
4947
4948 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4949 BOOT_CFLAGS, BOOT_LDFLAGS.
4950 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4951 BOOT_CFLAGS, BOOT_LDFLAGS.
4952 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4953 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4954 (stage): Fail if we cannot complete the work.
4955 * Makefile.in: Regenerate.
4956
4957 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4958
4959 * COPYING.NEWLIB: Update copyright year for default
4960 copyright.
4961
4962 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4963
4964 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4965 install-host-nogcc): Don't invoke $(stage) at the end.
4966 * Makefile.in: Regenerate.
4967
4968 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * configure.in: Flip the top-level bootstrap switch.
4971 * configure: Regenerate.
4972
4973 Merge from gcc:
4974
4975 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4978 $(stage) and $(unstage).
4979 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4980 (all): Remove stray semicolon.
4981 (local-distclean): Don't handle multilib.tmp and multilib.out.
4982 (install.all): Set $s for consistency.
4983 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4984 check_multilibs setting. Always make the install directory.
4985 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4986 Correct @if/@endif.
4987 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4988 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4989 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4990 (multilib.out): Remove.
4991 * Makefile.in: Regenerated.
4992
4993 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4994
4995 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4996 * configure.in: Replace ms1 arch with mt.
4997 * configure: Rebuilt.
4998
4999 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5000
5001 Sync with gcc:
5002
5003 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5004
5005 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5006 * configure.in: Replace ms1 arch with mt.
5007 * configure: Rebuilt.
5008
5009 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5010
5011 Sync with gcc:
5012
5013 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5014
5015 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5016 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5017 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5018 Find in-tree tools if available.
5019 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5020 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5021 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5022 (COMPILER_*_FOR_TARGET): New.
5023 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5024 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5025 (CONFIGURED_*, USUAL_*): Remove.
5026 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5027 STRIP): Use autoconf substitutions.
5028 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5029 COMPILER_NM_FOR_TARGET): New.
5030 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5031
5032 (all): Make all-host and all-target in parallel.
5033 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5034 that $$r and $$s are set before invoking a recursive make.
5035 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5036 ([+bootstrap-target+]): Inline most of the `all' target.
5037
5038 2005-11-29 Ben Elliston <bje@au.ibm.com>
5039
5040 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5041 from the gcc build directory.
5042 * Makefile.in: Regenerate.
5043
5044 2005-11-29 Ben Elliston <bje@au.ibm.com>
5045
5046 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5047 depend on all-libdecnumber.
5048 * configure.in (host_libs): Include libdecnumber.
5049 * Makefile.in: Regenerate.
5050 * configure: Likewise.
5051
5052 2005-11-21 Kean Johnston <jkj@sco.com>
5053
5054 * config.sub, config.guess: Sync from upstream sources.
5055
5056 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5057
5058 * Makefile.def: Remove gdb dependencies for gdbtk.
5059 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5060 (configure-gdb, install-gdb): New rules.
5061 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5062 * Makefile.in, configure: Regenerated.
5063
5064 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5065
5066 PR bootstrap/24297
5067 * Makefile.tpl (do-[+make-target+], do-check, install,
5068 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5069 are set before recursing.
5070 * Makefile.in: Regenerate.
5071
5072 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5073
5074 PR bootstrap/18939
5075 * Makefile.def (gcc) <target>: Fix thinko.
5076 * Makefile.in: Regenerate.
5077
5078 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5079
5080 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5081 * configure: Regenerate.
5082
5083 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5084
5085 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5086 target-libffi, target-qthreads, target-libjava, and
5087 targetlibobjc.
5088 * configure: Regenerate.
5089
5090 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5091
5092 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5093 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5094 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5095 (USUAL_OBJDUMP_FOR_TARGET): New.
5096 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5097 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5098 * configure, Makefile.in: Regenerated.
5099
5100 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5101
5102 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5103 before other host packages.
5104
5105 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5106
5107 PR bootstrap/22340
5108
5109 * configure.in (default_target): Remove.
5110 * Makefile.tpl (all): Do not use prerequisites as subroutines
5111 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5112 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5113 use prerequisites as subroutines.
5114 (check-host, check-target): New.
5115 (bootstrap configure & all targets): Do not use stage*-start
5116 if the directory layout is already ok.
5117 (non-bootstrap configure & all targets): Prepend a $(unstage).
5118 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5119 (NOTPARALLEL): Remove.
5120 (unstage, stage variables): New variables.
5121 (unstage, stage targets): Simply expand to those variables.
5122
5123 * configure: Regenerate.
5124 * Makefile.in: Regenerate.
5125
5126 2005-10-04 James E Wilson <wilson@specifix.com>
5127
5128 * Makefile.def (lang_env_dependencies): Add libmudflap.
5129 * Makefile.in: Regenerate.
5130
5131 2005-10-03 Catherine Moore <clm@cm00re.com>
5132
5133 * configure.in (bfin-*-*): Support bfin.
5134 * configure: Regenerated.
5135
5136 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5137
5138 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5139 * configure: Regenerated.
5140
5141 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5142
5143 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5144 (LIPO_FOR_TARGET): New.
5145 (CONFIGURED_LIPO_FOR_TARGET): New.
5146 (USUAL_LIPO_FOR_TARGET): New.
5147 (STRIP_FOR_TARGET): New.
5148 (CONFIGURED_STRIP_FOR_TARGET): New.
5149 (USUAL_STRIP_FOR_TARGET): New.
5150 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5151 STRIP_FOR_TARGET.
5152 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5153 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5154 * Makefile.in: Regenerate.
5155 * configure: Regenerate.
5156
5157 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5158
5159 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5160 (rs6000-*-aix*): Same.
5161 * configure: Regenerate.
5162
5163 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5164
5165 * configure.in: Recognize f95 in the --enable-languages option,
5166 and substitute it for fortran, issuing a warning.
5167 * configure: Regenerate.
5168
5169 2005-09-07 Ben Elliston <bje@au.ibm.com>
5170
5171 Import from Autoconf sources:
5172
5173 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5174 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5175 Elliston. Handle weird characters correctly.
5176
5177 2005-08-30 Phil Edwards <phil@codesourcery.com>
5178
5179 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5180 * configure: Regenerated.
5181
5182 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5183
5184 * Makefile.def (libssp): Add to lang_env_dependencies.
5185 * Makefile.in: Regenerate.
5186
5187 2005-08-17 Christian Groessler <chris@groessler.org>
5188
5189 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5190 * Makefile.in: Regenerate.
5191
5192 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5193
5194 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5195 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5196 Look for alternate names of the target cc and c++
5197 * configure: Regenerate.
5198
5199 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5200
5201 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5202 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5203 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5204 tools; remove code to manually set them.
5205 (Target tools): Look in the environment for them.
5206 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5207 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5208 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5209 build directory.
5210 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5211 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5212 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5213 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5214 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5215 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5216 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5217 * configure: Regenerate.
5218 * Makefile.in: Regenerate.
5219
5220 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5221
5222 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5223 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5224 * Makefile.in: Regenerated.
5225
5226 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5227
5228 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5229 (CFLAGS_FOR_TARGET): Use it.
5230 (CXXFLAGS_FOR_TARGET): Likewise.
5231 * Makefile.in: Regenerated.
5232 * configure.in (--with-build-sysroot): New option.
5233 * configure: Regenerated.
5234
5235 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5236
5237 * Makefile.tpl: Wrap install between unstage and stage
5238 * Makefile.in: Regenerate.
5239
5240 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5241
5242 * all files: Update FSF address.
5243
5244 2005-07-14 Jim Blandy <jimb@redhat.com>
5245
5246 * configure.in: Add cases for Renesas m32c.
5247 * configure: Regenerated.
5248
5249 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5250
5251 * COPYING, compile, config-ml.in, config.guess,
5252 config.sub, install-sh, missing, mkinstalldirs,
5253 symlink-tree, ylwrap: Sync from upstream sources.
5254
5255 2005-07-13 Eric Christopher <echristo@redhat.com>
5256
5257 * configure.in: Add toplevel noconfigdir support for tpf.
5258 * configure: Regenerate.
5259
5260 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5261
5262 * Makefile.def (target_modules): Add libssp.
5263 * configure.in (target_libraries): Add target-libssp.
5264 * configure: Rebuilt.
5265 * Makefile.in: Rebuilt.
5266
5267 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5268
5269 PR ada/22340
5270
5271 * Makefile.def: Sync with gcc.
5272 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5273 * Makefile.in: Regenerate.
5274
5275 2005-07-07 Andreas Schwab <schwab@suse.de>
5276
5277 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5278 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5279 * Makefile.in: Regenerated.
5280
5281 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5282
5283 * configure.in: Add --enable-libssp and --disable-libssp.
5284 * configure: Regenerate with autoconf-2.13.
5285
5286 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5287
5288 * configure.in: Don't build sim or rda when targetting darwin.
5289 * configure: Regenerate.
5290
5291 2005-07-04 Ben Elliston <bje@gnu.org>
5292
5293 * src-release (do-proto-toplev): Remove dejagnu bits.
5294 (DEJAGNU_SUPPORT_DIRS): Remove.
5295 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5296 (GDBD_SUPPORT_DIRS): Likewise.
5297 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5298 (INSIGHTD_SUPPORT_DIRS): Likewise.
5299 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5300
5301 2005-06-30 Ben Elliston <bje@gnu.org>
5302
5303 * setup.com (mpw): Remove unused directive.
5304
5305 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * Makefile.def (stagefeedback): Come after profile.
5308 Define profiledbootstrap target.
5309 * Makefile.tpl (profiledbootstrap): Remove.
5310 (stageprofile-end): Zap stagefeedback.
5311 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5312 * Makefile.in: Regenerate.
5313
5314 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5315
5316 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5317 In 'cpp' stanza, support '#line' as well as '# '.
5318
5319 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5320
5321 * configure.in (unsupported_languages): New macro.
5322 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5323 non-ported target libraries in noconfigdirs.
5324 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5325 non-linux-gnu. Remove libgcj_ex_libffi.
5326 <lang_frag loop>: Set add_this_lang=no if the language is in
5327 unsupported_languages.
5328 * configure: Regenerate.
5329
5330 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5331
5332 * configure.in: Fix typo in handling of --with-mpfr-dir.
5333 * configure: Regenerate.
5334
5335 2005-06-02 Jim Blandy <jimb@redhat.com>
5336
5337 * config.sub: Add cases for the Renesas m32c. (This patch has been
5338 accepted into the master sources.)
5339
5340 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5341 Michael Snyder <msnyder@redhat.com>
5342 Stan Cox <scox@redhat.com>
5343
5344 * configure.in: Set noconfigdirs for ms1.
5345
5346 * configure: Regenerate.
5347
5348 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5349
5350 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5351 (Dependencies): Consider target modules for bootstrap dependencies.
5352 Make target bootstrap modules depend on each stage's gcc.
5353 * Makefile.in: Regenerate.
5354
5355 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5356
5357 * Makefile.def (configure-gcc): Depend on binutils having been built.
5358 (all-gcc): No need to do it here.
5359 * Makefile.in: Regenerate.
5360
5361 2005-05-19 Paul Brook <paul@codesourcery.com>
5362
5363 * configure.in: Rewrite misleading error message when requested
5364 language cannot be built.
5365 * configure: Regenerate.
5366
5367 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5368
5369 * ylwrap: Import from Automake 1.9.5.
5370
5371 2005-05-04 Mike Stump <mrs@apple.com>
5372
5373 * configure.in: Always pass --target to target configures as
5374 otherwise rebuilds that do --recheck will fail.
5375 * configure: Rebuilt.
5376
5377 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5378
5379 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5380 STAGE_HOST_EXPORTS.
5381 (configure, all): Add bootstrap support.
5382 (Host modules, target modules): Pass post-stage1 flags and exports.
5383 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5384 * Makefile.in: Regenerate.
5385
5386 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5387
5388 Sync from gcc:
5389
5390 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5391
5392 * config.sub: Update from master copy.
5393
5394 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5395
5396 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5397 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5398 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5399 "*-*-elf" and "*-*-linux*".
5400 * configure: Regenerate.
5401
5402 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5403
5404 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5405 (TARGET_CONFIGARGS): Include --with-target-subdir.
5406 (configure, all): New macros. Use them throughout.
5407
5408 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5409
5410 * Makefile.tpl: Sync with gcc.
5411 * Makefile.in: Regenerate.
5412
5413 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5414
5415 * config/mh-mingw32: Delete.
5416 * configure.in: Don't use it.
5417 * configure: Regenerate.
5418
5419 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5422 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5423 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5424 (HOST_LIB_PATH): Generate from Makefile.def.
5425 (TARGET_LIB_PATH): Likewise.
5426 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5427 * Makefile.in: Regenerate.
5428 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5429 (RPATH_ENVVAR): Include Darwin case.
5430 * configure: Regenerate.
5431
5432 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5433
5434 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5435 * configure: Regenerate.
5436
5437 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5438
5439 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5440 gcc_version, and gcc_version_trigger from set of flags to pass.
5441 * Makefile.tpl: Remove definitions of above variables.
5442 (config.status): Remove dependency on $(gcc_version_trigger).
5443 * Makefile.in: Regenerate.
5444 * configure.in: Do not reference config/gcc-version.m4 nor
5445 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5446 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5447 * configure: Regenerate.
5448
5449 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5450 Andrew Pinski <pinskia@physics.uc.edu>
5451
5452 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5453 * Makefile.in: Regenerate.
5454
5455 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5456
5457 PR libgcj/20160
5458 * ltmain.sh: Avoid creating archives with components that have
5459 duplicate basenames.
5460
5461 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5462
5463 PR bootstrap/20250
5464 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5465 instead of check.
5466 * Makefile.in: Regenerate.
5467
5468 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5469
5470 Sync from gcc.
5471
5472 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5473
5474 PR bootstrap/17383
5475 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5476 * Makefile.tpl (HOST_SUBDIR): New substitution.
5477 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5478 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5479 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5480 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5481 (Host modules, Bootstrapped modules): Use it.
5482 (Build modules, Target modules): Do not create symlink trees,
5483 always configure out-of-srcdir.
5484 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5485 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5486 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5487 $(HOST_SUBDIR). Create a symlink for host_subdir.
5488
5489 * Makefile.in: Regenerate.
5490 * configure: Regenerate.
5491
5492 Merged from libada-gnattools-branch:
5493 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5494
5495 * Makefile.def: Add gnattools as a module, depending on target-libada.
5496 * Makefile.in: Regenerate.
5497 * configure.in: Include gnattools in host_tools; disable it if ada
5498 is disabled.
5499 * configure: Regenerate.
5500
5501 2005-02-23 Nick Clifton <nickc@redhat.com>
5502
5503 * configure: Regenerate.
5504
5505 2005-02-22 Paul Schlie <schlie@comcast.net>
5506
5507 * configure.in: Allow darwin targeted ports to build tk, itcl and
5508 libgui.
5509
5510 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5511
5512 PR libgcj/10353
5513 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5514 * configure: Regenerate.
5515
5516 2005-02-08 Andrew Cagney <cagney@gnu.org>
5517
5518 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5519 gdb/ section. Update GDB's URL.
5520
5521 2005-01-31 Andrew Cagney <cagney@gnu.org>
5522
5523 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5524
5525 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5526
5527 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5528 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5529 target-libgloss when not *-*-elf and *-*-aout.
5530 * configure: Regenerate.
5531
5532 2005-01-27 Andrew Cagney <cagney@gnu.org>
5533
5534 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5535
5536 2005-01-24 Andrew Cagney <cagney@gnu.org>
5537
5538 * gettext.m4: Only fall back to ../intl/ when it's present.
5539
5540 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5541
5542 * install-sh, config.sub: Import from upstream.
5543
5544 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5545
5546 PR bootstrap/18222
5547 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5548 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5549 * Makefile.in: Regenerate.
5550
5551 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5552
5553 Revert 2004-12-28 Makefile changes, a better fix will be
5554 applied to mainline and src after GCC 4.0 branches.
5555
5556 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5557
5558 PR bootstrap/17383
5559
5560 * Makefile.def (target_modules): Remove stage parameter,
5561 it is always true now.
5562 * Makefile.tpl (configure-build-[+module+],
5563 configure-target-[+module+]): Always build symlink tree
5564 for the directory and for include. BUILD_SUBDIR and
5565 TARGET_SUBDIR cannot be . anymore.
5566 * Makefile.in: Regenerate.
5567
5568 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5569
5570 Revert 2004-12-08 Makefile changes.
5571
5572 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5573
5574 * configure.in (sh64-*-*): Reenable gprof.
5575 * configure: Regenerate.
5576
5577 2004-12-09 Jim Blandy <jimb@redhat.com>
5578
5579 * MAINTAINERS: List 'depcomp' as part of automake.
5580
5581 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5582
5583 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5584 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5585 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5586 * Makefile.in: Regenerate.
5587
5588 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5589
5590 * Makefile.tpl: Generate normal dependencies if the LHS module is
5591 not bootstrapped.
5592 * Makefile.in: Regenerate.
5593
5594 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5595
5596 * configure.in: Include config/gxx-include-dir.m4. Use
5597 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5598 * configure: Regenerate.
5599
5600 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5601
5602 * config.if: Delete.
5603 * configure.in: Set libstdcxx_incdir directly.
5604 * configure: Regenerate.
5605 * MAINTAINERS: Remove mention of config.if.
5606 * src-release (DEVO_SUPPORT): Remove config.if.
5607
5608 2004-12-02 Eric Christopher <echristo@redhat.com>
5609
5610 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5611 of things to remove.
5612 * Makefile.in: Regenerate.
5613
5614 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5615
5616 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5617 * configure: Regenerate.
5618
5619 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5620
5621 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5622 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5623 * configure: Regenerate.
5624
5625 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5626
5627 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5628 (hppa*64*-*-*): Delete incorrect comment.
5629 * configure: Rebuilt.
5630
5631 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5632
5633 * install-sh, compile: Import from automake.
5634
5635 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5636
5637 * config.guess, config.sub: Import from savannnah.
5638
5639 2004-11-12 Mike Stump <mrs@apple.com>
5640
5641 * Makefile.def: Add html support.
5642 * Makefile.tpl: Likewise.
5643 * Makefile.in: Regenerate.
5644
5645 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5646
5647 PR 18423
5648 * configure.in: Remove all instances of build-fixincludes from
5649 noconfigdirs.
5650 (build_configargs): Supply --target to subdirectories.
5651 * configure: Regenerate.
5652
5653 * Makefile.def: Make gcc install depend on fixincludes install.
5654 * Makefile.in: Regenerate.
5655
5656 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5657
5658 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5659 target-libgfortran.
5660 * configure: Regenerate.
5661
5662 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5663
5664 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5665 like CC.
5666
5667 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5668
5669 * Makefile.def (host fixincludes): Specify missing targets.
5670 * Makefile.in: Regenerate.
5671
5672 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5673
5674 PR other/17783
5675 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5676 * configure: Regenerated.
5677
5678 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5679
5680 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5681 * configure: Regenerated.
5682
5683 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5684
5685 PR target/18151
5686 * configure.in (case ${target}): Do not build fixincludes for avr.
5687 * configure: Regenerated.
5688
5689 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5690
5691 * configure.in (case ${target}): Do not build fixincludes
5692 on platforms where it is not used.
5693 * configure: Regenerated.
5694
5695 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5696
5697 * configure.in: Use an absolute path to install-sh.
5698 * configure: Regenerated.
5699
5700 2004-10-19 Andrew Cagney <cagney@gnu.org>
5701
5702 * src-release (do-djunpack, do-md5sum): Install the generated file
5703 directly into the proto-toplev/ directory.
5704
5705 2004-10-19 Andrew Cagney <cagney@gnu.org>
5706
5707 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5708
5709 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5710
5711 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5712 * configure: Regenerate.
5713
5714 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5715
5716 Fix wrong conflict resolution in:
5717
5718 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5719
5720 * Makefile.in: Regenerate.
5721 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5722 in the recursive `make', instead of hardwiring `all'.
5723 (Autogenerated TARGET-* variables): New.
5724
5725 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5726
5727 Merged from GCC / libtool upstream:
5728 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5729 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5730 * ltcf-cxx.sh (tpf*): Likewise.
5731 * ltconfig (tpf*): Add TPF OS configuration support.
5732
5733 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5734
5735 * configure.in: Enable target-libgloss for crx-*-*.
5736 * configure: Regenerate.
5737
5738 2004-09-24 Michael Roth <mroth@nessie.de>
5739
5740 * configure.in (--without-headers): Add missing double quotes.
5741 * configure: Regenerate.
5742
5743 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5744
5745 * ylwrap: Revert to previous version.
5746
5747 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5748
5749 PR bootstrap/17369
5750 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5751 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5752 SET_GCC_LIB_PATH_CMD.
5753 (BASE_TARGET_EXPORTS): Likewise.
5754 * Makefile.in: Regenerated.
5755
5756 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5757 * configure: Regenerated.
5758
5759 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5760
5761 * config.guess: New upstream version
5762 * compile, depcomp, install-sh, ylwrap: Likewise.
5763
5764 2004-09-19 Roger Sayle <roger@eyesopen.com>
5765
5766 * config/mh-x86omitfp: New host makefile fragment. Add
5767 -fomit-frame-pointer to the default BOOT_CFLAGS.
5768 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5769 * configure: Regenerate.
5770
5771 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5772
5773 PR target/11572
5774 * configure.in (*-*-darwin*): Renable libobjc.
5775 * configure: Regenerate.
5776
5777 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5778
5779 * Makefile.def: Remove libbanshee.
5780 * Makefile.tpl: Ditto.
5781 * configure.in: Ditto.
5782 * Makefile.in: Regen.
5783 * configure: Ditto.
5784
5785 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5786
5787 * missing: Import latest version from master repository.
5788
5789 2004-09-04 Nick Clifton <nickc@redhat.com>
5790
5791 * config.sub: Import latest version from master repository.
5792 * config.guess: Likewise.
5793 This includes these changes:
5794
5795 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5796
5797 * config.sub: Handle crisv32, alias etraxfs.
5798 * config.guess (crisv32:Linux:*:*): Handle.
5799
5800 2004-08-13 Brad Smith <brad@comstyle.com>
5801
5802 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5803 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5804
5805 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5806
5807 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5808 assume the processor is a powerpc. This is because coreutils
5809 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5810 in this case, due to a MacOS X bug that causes
5811 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5812 to return a negative number.
5813 Problem reported by Petter Reinholdtsen in:
5814 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5815
5816 2004-07-19 Ben Elliston <bje@gnu.org>
5817
5818 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5819
5820 2004-06-24 Ben Elliston <bje@gnu.org>
5821
5822 * config.guess: Update copyright years.
5823 * config.sub: Likewise.
5824
5825 2004-06-22 Robert Millan <robertmh@gnu.org>
5826
5827 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5828 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5829
5830 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5831
5832 * config.guess (*:*VMS:*:*): New entry. Replaces
5833 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5834 manufacturer.
5835
5836 2004-06-22 Ben Elliston <bje@gnu.org>
5837
5838 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5839 * config.sub: Likewise.
5840
5841 2004-06-22 Ben Elliston <bje@gnu.org>
5842
5843 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5844 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5845
5846 2004-06-11 Ben Elliston <bje@gnu.org>
5847
5848 * config.guess (pegasos:OpenBSD:*:*): Remove.
5849
5850 2004-06-11 Ben Elliston <bje@gnu.org>
5851
5852 From Wouter Verhelst <wouter@grep.be>:
5853 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5854
5855 2004-06-11 Ben Elliston <bje@gnu.org>
5856
5857 * config.guess (luna88k:OpenBSD:*:*): New.
5858
5859 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5860
5861 * config.guess (m32r*:Linux:*:*): New case.
5862 * config.sub: Handle m32rle.
5863
5864 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5865
5866 From Jens Petersen <petersen@redhat.com>:
5867 * config.sub: Handle sparcv8.
5868
5869 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5870
5871 From Tom Smith <smith@cag.lkg.hp.com>:
5872 * config.guess: Version suffixes are equally significant on Tru64
5873 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5874 prefix of "P" (patched kernel).
5875
5876 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5877
5878 * config.sub: Add support for National Semiconductor CRX target.
5879
5880 2004-09-03 Jan Beulich <jbeulich@novell.com>
5881
5882 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5883 *-*-netware, but add target-libmudflap.
5884 Consolidate *-*-netware targets (of which really only i?86 exists)
5885 into a single entry.
5886 * configure: Likewise.
5887
5888 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * Makefile.tpl (sorry): Remove.
5891 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5892 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5893 (do-clean): Clean per-stage directories too.
5894 (do-distclean): Run distclean-stage1 too.
5895 (.NOTPARALLEL): Enable during toplevel bootstrap.
5896 (stage[+id+]-bubble): Enable parallel execution during
5897 the recursive invocation.
5898 * Makefile.in: Regenerate.
5899
5900 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5901
5902 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5903
5904 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5905 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5906 * configure: regenerate
5907 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5908 -mdynamic-no-pic
5909
5910 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5911
5912 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5913 include.
5914 * configure.in: Fix indentation.
5915 * configure: Regenerate.
5916
5917 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5918
5919 * Makefile.def (build_modules): Add fixincludes.
5920 (dependencies): Make gcc depend on fixincludes.
5921 * configure.in (build_tools): Add fixincludes.
5922 (build_configdirs): Always include build_libs.
5923 * Makefile.in: Regenerate.
5924 * configure: Regenerate.
5925
5926 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5927
5928 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5929 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5930 phony targets; do not generate timestamp files.
5931 (distclean-stageN): Remove references to their timestamp files.
5932 (restageN, touch-stageN): Remove.
5933 (stageN-bubble): Rewritten.
5934 (compare): Support lean bootstraps.
5935 * Makefile.in: Regenerate.
5936
5937 * configure.in: Only warn when bootstrapping but
5938 build != host or build != target. Support lean bootstraps.
5939 * configure: Regenerate.
5940
5941 Sync from gcc:
5942 2004-08-26 Phil Edwards <phil@codesourcery.com>
5943
5944 * configure.in: Give a better error message if GMP/MPFR are missing
5945 and a language needing them has been requested.
5946 * configure: Regenerated.
5947
5948 2004-08-25 Phil Edwards <phil@codesourcery.com>
5949
5950 * configure.in: Print a list of available language front-ends if
5951 a requested one is missing. Tidy stray tab characters.
5952 * configure: Regenerated.
5953
5954 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5955
5956 * Makefile.in: Regenerate.
5957 * configure: Regenerate.
5958
5959 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5960 stage_*_flags.
5961 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5962 for bootstrapped modules if toplevel bootstrap is going.
5963 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5964 modules. Adjust for changes in Makefile.def. Enable several
5965 rules even in non-bootstrap mode, just to avoid peppering the
5966 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5967 (stage-[+prev+]-bubble): Remove.
5968
5969 * Makefile.def (Dependencies): Depend on all-build-bison,
5970 all-build-flex, all-build-byacc, all-build-texinfo, rather
5971 than the host variations.
5972 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5973 with BUILD_SUBDIR.
5974 (BISON): Update for recent Bisons.
5975 (YACC): Fix typo.
5976 (cross): Depend on all-build.
5977 (all): Do not depend on all-build.
5978 (prebootstrap): Remove.
5979 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5980 (Prebootstrap dependencies): Add them to the per-stage targets
5981 and to all-prebootstrap.
5982 * configure.in (build_configdirs): Always enable build_tools.
5983 (BUILD_DIR_PREFIX): Remove.
5984
5985 * Makefile.def (gcc): Add target variable.
5986 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5987 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5988 in the recursive `make', instead of hardwiring `all'.
5989 (Autogenerated TARGET-* variables): New.
5990
5991 2004-08-17 Robert Millan <robertmh@gnu.org>
5992
5993 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5994 (instead of FreeBSD).
5995 * configure: Regenerate.
5996
5997 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5998
5999 * Makefile.def, configure.in, src-release: Remove useless, bogus
6000 references to tix.
6001 * Makefile.in, configure: Regenerate.
6002
6003 * src-release: Stop distributing mmalloc with gdb (which doesn't
6004 use it).
6005 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6006 * Makefile.in: Regenerate.
6007
6008 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6009
6010 * configure.in (arm*-*-eabi*): New target.
6011 * configure: Regenerate.
6012
6013 2004-08-01 Robert Millan <robertmh@gnu.org>
6014
6015 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6016 libmudflap for all GNU-based systems (with Glibc).
6017 * configure: Regenerate.
6018
6019 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6020
6021 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6022 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6023 (Dependencies): New section.
6024 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6025 (configure-target-[+module+]): Depend on maybe-all-gcc
6026 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6027 (toplevel profiledbootstrap): Fix dependencies.
6028 * Makefile.in: Regenerate.
6029
6030 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6031
6032 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6033 target-libiberty to noconfigdirs.
6034
6035 2004-08-03 Paul Brook <paul@codesourcery.com>
6036
6037 * configure.in: Check for MPFR as well as GMP.
6038 * configure: Regenerate.
6039
6040 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6041
6042 * Makefile.def (host-modules): Add gcc.
6043 * Makefile.in: Regenerate.
6044 * Makefile.tpl (sorry): New rule.
6045 (configure-host, all-host, [+make_target+]-host, do-check,
6046 install-host): Do not add gcc as a special case.
6047 (host modules): Add a small special-casing for gcc. Export
6048 extra_make_flags through the environment.
6049 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6050 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6051 other recursive targets for gcc): Remove.
6052
6053 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6054 (stage, unstage): New rules.
6055 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6056 distclean-stage[+id+]): Use stage_current.
6057 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6058 the stage*-start rules.
6059
6060 2004-07-19 Robert Millan <robertmh@gnu.org>
6061
6062 Synced from gcc:
6063
6064 2004-04-26 Robert Millan <robertmh@gnu.org>
6065
6066 Add patches from libtool CVS.
6067 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6068 * ltconfig: Likewise.
6069 * ltcf-c.sh: Likewise.
6070 * ltcf-cxx.sh: Likewise.
6071 * ltcf-gcj.sh: Likewise.
6072
6073 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6074
6075 * configure.in: Add noconfigdirs for crx-*-*.
6076 * configure: Regenerate.
6077
6078 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6079
6080 Synced from gcc:
6081
6082 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6083
6084 * configure.in: Build libmudflap by default on FreeBSD.
6085 * configure: Regenerated.
6086
6087 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6088
6089 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6090 systems.
6091 * configure: Regenerated.
6092
6093 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6094
6095 PR target/16344
6096 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6097 feedback based compiler.
6098 * Makefile.in: Rebuilt.
6099
6100 2004-07-05 Phil Edwards <phil@codesourcery.com>
6101
6102 * configure.in: Do not prepend $srcdir to /dev/null in
6103 makefile fragments.
6104 * configure: Regenerate.
6105
6106 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6107
6108 * Makefile.def (host_modules): Set bootstrap=true for flex.
6109 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6110 * Makefile.in: Rebuilt.
6111
6112 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6113
6114 * Makefile.def (build_modules): Add bison, byacc, flex,
6115 m4, texinfo.
6116 (flags_to_pass): Add FLEX.
6117 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6118 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6119 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6120 DEFAULT_MAKEINFO): Remove.
6121 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6122 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6123 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6124 objdir or else use configured tool.
6125 (all-build): New.
6126 (all): Depend on it.
6127 (Build module dependencies): Add.
6128 * Makefile.in: Regenerate.
6129 * configure.in: Better support for multiple build modules,
6130 matching what is done for host/target modules. Do not look
6131 for "plausible" locations of build tools if Canadian cross.
6132 Use autoconf's AC_PROG_CC to find a C compiler. Define
6133 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6134 * configure: Regenerate.
6135
6136 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6137
6138 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6139 * Makefile.in: Regenerate.
6140
6141 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * Makefile.tpl (configure-build-[+module+],
6144 configure-[+module+], configure-target-[+module+]): Pass
6145 [+extra_configure_args+].
6146 (all-build-[+module+], all-[+module+], check-[+module+],
6147 install-[+module+], [+make_target+]-[+module+],
6148 all-target-[+module+], check-target-[+module+],
6149 install-target-[+module+], [+make_target+]-target-[+module+]):
6150 Pass [+extra_make_args+].
6151 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6152 (GCC_HOST_EXPORTS): Remove.
6153 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6154 cross, check-gcc, check-gcc-c++, install-gcc,
6155 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6156 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6157 * Makefile.in: Regenerate.
6158
6159 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6160
6161 * configure.in: Check for srcdir/winsup rather than build directory
6162 winsup.
6163 * configure: Regenerate.
6164
6165 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6166
6167 * configure.in: Don't build Cygwin native newlib if winsup
6168 directory is missing. Emit warning instead.
6169 * configure: Regenerate.
6170
6171 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6172
6173 * Makefile.tpl (touch-stage[+id+]): New.
6174 (restage[+prev+]): Depend on touch-stage[+id+].
6175
6176 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6177 Use it throughout.
6178
6179 * Makefile.def: Add profile and feedback bootstrap stages.
6180 Remove next field from bootstrap stages.
6181 * Makefile.tpl (LN, LN_S): Substitute.
6182 (stageN-start, stageN-end): Use double-colon rules, to
6183 provide a hook for additional setup commands.
6184 (distclean-stageN-gcc, restageN): Create dependencies from
6185 [+prev+], not from [+next+].
6186 (stageN-bubble): Add commands for successive stages from
6187 [+prev+], using double-colon rules.
6188 (all-stageN-gcc): Fix typo.
6189 (stagefeedback-start, profiledbootstrap): New.
6190 * Makefile.in: Regenerate.
6191 * configure.in: Call ACX_PROG_LN.
6192 * configure: Regenerate.
6193
6194 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6195
6196 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6197 without gcc.
6198 * configure: Regenerate.
6199
6200 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6201
6202 * Makefile.tpl: Fix typo.
6203 * Makefile.in: Regenerate.
6204
6205 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6206
6207 * configure.in: Remove new- prefix from toplevel
6208 bootstrap targets.
6209 * configure: Regenerate.
6210
6211 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6212
6213 Merge this patch from the gcc tree:
6214
6215 2004-05-30 Andreas Jaeger <aj@suse.de>
6216 Jim Wilson <wilson@specifixinc.com>
6217
6218 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6219 like CC.
6220
6221 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6222
6223 * Makefile.tpl (all.normal): Rename to all.
6224 (all): Replace with a rule to pick the default
6225 target from configure.
6226 (all-gcc, configure-gcc): Use conditionals to
6227 do nothing when toplevel bootstrap is going on.
6228 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6229 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6230 * configure.in: Support --enable-bootstrap.
6231
6232 * Makefile.def: Remove new- prefix from toplevel
6233 bootstrap targets.
6234 * Makefile.tpl: Likewise.
6235
6236 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6237 target.
6238
6239 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6240 $(RECURSE_FLAGS) to recursive invocation of make.
6241
6242 * Makefile.in: Regenerate.
6243 * configure: Regenerate.
6244
6245 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6246
6247 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6248 * configure: Regenerate.
6249
6250 2004-05-25 Daniel Jacobowitz <drow@false.org>
6251
6252 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6253 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6254 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6255 targets.
6256 * Makefile.in: Regenerate.
6257
6258 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6259
6260 * configure.in: Test the ability to symlink directories.
6261 * configure: Regenerate.
6262
6263 * Makefile.def (bootstrap-stage): New definitions.
6264 * Makefile.tpl (configure-stage1-gcc,
6265 configure-stage2-gcc, configure-stage3-gcc,
6266 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6267 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6268 new-restage3, compare): Autogenerate, see Makefile.in
6269 entry for behavioral changes.
6270 (distclean-stage1, new-stage1-start, new-stage1-end,
6271 new-stage1-bubble, distclean-stage2, new-stage2-start,
6272 new-stage2-end, new-stage2-bubble, distclean-stage3,
6273 new-stage3-start, new-stage3-end): New autogenerated targets.
6274 (objext, prebootstrap, BOOT_CFLAGS,
6275 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6276 targets.
6277
6278 * Makefile.in: Regenerate.
6279 (distclean-stage1, new-stage1-start, new-stage1-end,
6280 new-stage1-bubble, distclean-stage2, new-stage2-start,
6281 new-stage2-end, new-stage2-bubble, distclean-stage3,
6282 new-stage3-start, new-stage3-end): New targets.
6283 (all-stage1-gcc): Move prebootstrap dependency from here...
6284 (configure-stage1-gcc): ...to here.
6285 (new-bootstrap): Use bubble targets.
6286 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6287 Use per-stage distclean targets.
6288 (configure-stage1-gcc, configure-stage2-gcc,
6289 configure-stage3-gcc, all-stage1-gcc,
6290 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6291 Use new-stageN-start to prepare the tree.
6292
6293 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6294
6295 * Makefile.def (host_modules): add libcpp.
6296 * Makefile.tpl: Add dependencies on and for libcpp.
6297 * Makefile.in: Regenerate.
6298 * configure.in: Add libcpp host module.
6299 * configure: Regenerate.
6300
6301 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6302
6303 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6304 of libf2c.
6305 * configure, Makefile.in: Regenerate.
6306
6307 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6308
6309 Merge from tree-ssa-20020619-branch.
6310
6311 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6312 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6313 (HOST_GMPLIBS): Define.
6314 (HOST_GMPINC): Define.
6315 (TARGET_LIB_PATH): Add libmudflap.
6316 (GFORTRAN_FOR_TARGET): Define.
6317 (configure-build*): Export GFORTRAN.
6318 (configure-gcc): Export GMPLIBS and GMPINC.
6319 (all-gcc): Add maybe-all-libbanshee.
6320 (configure-target-libgfortran): Define.
6321 * Makefile.in: Regenerate.
6322 * configure.in (host_libs): Add libbanshee.
6323 (target_libraries): Add target-libmudflap and target-libgfortran.
6324 Add --with-libbanshee.
6325 Handle --disable-libmudflap.
6326 (*-*-freebsd*): Use with_gmp.
6327 Add $(libgcj) to noconfigdirs.
6328 * configure: Regenerate.
6329 * depcomp: New file.
6330 * MAINTAINERS: Add tree-ssa maintainers.
6331
6332 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6333
6334 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6335 * configure: Regenerate.
6336
6337 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6338
6339 Revert:
6340 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6341
6342 * Makefile.def (flags_to_pass): Remove *dir variables that
6343 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6344 as well as prefix and exec_prefix.
6345 * Makefile.in: Regenerate.
6346
6347 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6348
6349 * Makefile.def (host_modules): Mark with the bootstrap
6350 flag packages on which gcc depends.
6351 * Makefile.tpl (all-bootstrap): Use it.
6352 * Makefile.in: Regenerate.
6353
6354 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6355
6356 * Makefile.def (flags_to_pass): Remove *dir variables that
6357 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6358 as well as prefix and exec_prefix.
6359 * Makefile.in: Regenerate.
6360
6361 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6362
6363 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6364 * configure: Regenerate.
6365 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6366 * gcc/Makefile.tpl (compare): Use the result of the test.
6367 * gcc/Makefile.in: Regenerate.
6368
6369 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6370
6371 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6372 Always relocate gcc and prev-gcc to the original names, even
6373 if the build fails.
6374 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6375 New targets.
6376
6377 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6378
6379 * configure.in (mips*-*-irix5*): Enable ld.
6380 * configure: Regenerate.
6381
6382 2004-04-15 James E Wilson <wilson@specifixinc.com>
6383
6384 * Makefile.tpl (configure-[+module+], configure-gcc,
6385 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6386 Set and export LDFLAGS.
6387 * Makefile.in: Regenerate.
6388
6389 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6390
6391 PR bootstrap/14871
6392 * Makefile.tpl: If we don't have built-in-tree target tools,
6393 use the ones found by configure rather than hacking around with
6394 program_transform_name.
6395 * configure.in: Give Makefile.tpl the information necessary
6396 to do that.
6397 * Makefile.in: Regenerate.
6398 * configure: Regenerate.
6399
6400 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6401
6402 PR bootstrap/14760
6403 * configure.in: When computing baseargs, strip *all* copies of
6404 offending options. Also, don't match/substitute the trailing space,
6405 so that this actually works when two similar options are separated by
6406 only one space.
6407 * configure: Regenerate.
6408
6409 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6410
6411 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6412 (rs6000-*-aix*): Same.
6413 * configure: Regenerate.
6414
6415 2004-03-25 Stan Shebs <shebs@apple.com>
6416
6417 Remove MPW support, no longer used.
6418 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6419 mpw-install: Remove files.
6420 * src-release (DEVO_SUPPORT): Remove names of removed files.
6421 * MAINTAINERS: Likewise.
6422
6423 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6424
6425 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6426 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6427 * Makefile.in: Regenerate.
6428
6429 * configure.in (top level bootstrap support): Rework --enable-werror
6430 to set @stage2_werror_flag@.
6431 * configure: Regenerate.
6432 * Makefile.tpl (top level bootstrap support): Pass
6433 @stage2_werror_flag@ down to configure in stages 2 and 3.
6434 * Makefile.in: Regenerate.
6435
6436 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6437
6438 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6439 for stages 2 and 3 as well as in make. As a consequence, remove
6440 OUTPUT_OPTION (now detected by configure) from the flags passed down
6441 to make.
6442 * Makefile.in: Regenerate.
6443
6444 * Makefile.tpl (new-bootstrap): Fix typo.
6445 * Makefile.in: Regenerate.
6446
6447 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6448
6449 * Makefile.tpl: Rearrange by moving recursive_targets rules
6450 into their proper sections.
6451 * Makefile.tpl (top level bootstrap support): Move disabling
6452 of coverage flags from 'make' to 'configure'; improve comments.
6453 * Makefile.in: Regenerate.
6454
6455 * Makefile.tpl (experimental top level bootstrap) Move stage1
6456 language setting from all- target to configure- target; disable
6457 intermodule optimization in stage 1; prevent gratuitous rebuilds
6458 of stage 1.
6459 * Makefile.in: Regenerate.
6460 * configure.in: Comma-separate stage 1 language list for top
6461 level bootstrap.
6462 * configure: Regenerate.
6463
6464 * Makefile.tpl: Clean up experimental top level bootstrap support:
6465 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6466 prev-gcc in configure- targets as well as all- targets.
6467 * Makefile.in: Regenerate.
6468
6469 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6470
6471 * configure.in: Remove symbolic link section.
6472 * configure: Regenerate.
6473 * Makefile.tpl (links): Remove.
6474 * Makefile.in: Regenerate.
6475
6476 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6477 Nathanael Nerode <neroden@gcc.gnu.org>
6478
6479 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6480 Set with AC_CHECK_PROGS.
6481 * configure.in: Fix comment typo from last patch.
6482 * configure: Regenerate.
6483
6484 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6485
6486 * Makefile.tpl: Introduce experimental top level bootstrap support.
6487 * Makefile.in: Regenerate.
6488 * configure.in: Introduce support for top level bootstrap.
6489 * configure: Regenerate.
6490
6491 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6492 Paolo Bonzini <bonzini@gnu.org>
6493
6494 PR bootstrap/14522
6495 * configure.in: Cope with shells that do not support unquoted ^
6496 * configure: Regenerate.
6497
6498 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6499 Paolo Bonzini <bonzini@gnu.org>
6500
6501 PR bootstrap/14522
6502 * configure.in: Cope with shell that do not support nesting
6503 quotes inside quoted backquote substitutions.
6504 * configure: Regenerate.
6505
6506 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6507
6508 PR bootstrap/14522
6509 * configure.in: Fix escaping of $.
6510 * configure: Regenerate.
6511
6512 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6513
6514 * configure: Regenerate.
6515
6516 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6517
6518 PR ada/14131
6519 Move language detection to the top level.
6520 * configure.in: Find default values for the tools as
6521 soon as possible. Disable ada if GNAT is not found.
6522 Emit error message about missing languages. Expand
6523 --enable-languages=all for the gcc subdirectory.
6524
6525 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6526
6527 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6528 and disable libgcj.
6529 * configure: Regenerated.
6530
6531 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6532
6533 PR bootstrap/7087
6534 * Makefile.tpl: Guard XFOO sed statements better.
6535 * Makefile.tpl: Add dependency for configure-target-libada.
6536 * Makefile.in: Regenerate (incidentally fixes broken
6537 commit when libada-branch was merged).
6538
6539 2004-02-28 Andrew Cagney <cagney@redhat.com>
6540
6541 * src-release (CVS_NAMES): Define.
6542 (do-tar, do-tar): Prune $(CVS_NAMES).
6543
6544 2004-02-23 Andrew Cagney <cagney@redhat.com>
6545
6546 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6547 2004-02-19.09.
6548
6549 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6550
6551 PR bootstrap/11932
6552 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6553
6554 2004-02-19 Andrew Cagney <cagney@redhat.com>
6555
6556 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6557 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6558
6559 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6560
6561 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6562 (rs6000-*-aix*): Same.
6563 * configure: Regenerate.
6564
6565 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6566
6567 * configure.in (host): Add in missing $noconfigdirs to defines.
6568 * configure: Regenerate.
6569
6570 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6571 Nathanael Nerode <neroden@gcc.gnu.org>
6572
6573 PR ada/6637, PR ada/5911
6574 Merge with libada-branch:
6575 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6576 with appropriate dependencies. Add --enable-libada configure switch.
6577 * configure, Makefile.in: Regenerate.
6578
6579 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6580
6581 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6582 * configure: Regenerate.
6583
6584 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6585
6586 * COPYING.NEWLIB: Update Red Hat license to 2004.
6587
6588 2004-01-23 DJ Delorie <dj@redhat.com>
6589
6590 * Makefile.def (target_modules) [libiberty]: Don't stage.
6591 * Makefile.in: Rebuilt.
6592
6593 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6594
6595 * COPYING.NEWLIB: Update to include copyrights for new
6596 iconv code.
6597
6598 2004-01-15 Andrew Cagney <cagney@redhat.com>
6599
6600 * src-release: Update copyright year.
6601 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6602 (NEWLIB_SUPPORT_DIRS): Delete macro.
6603 (newlib.tar.bz2): Delete rule.
6604
6605 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6606
6607 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6608 * Makefile.tpl (configure-target-[+module+]): Support stage.
6609 * Makefile.in: Rebuilt.
6610
6611 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6612
6613 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6614 throughout.
6615
6616 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6617
6618 * configure.in: Use ./config.cache, not config.cache.
6619 * configure: Regenerate.
6620 * Makefile.tpl: Special-casing not needed for GCC any more.
6621 * Makefile.in: Regenerate.
6622
6623 * configure.in: Don't share a cache file for host dirs.
6624 * configure: Regenerate.
6625
6626 * config-ml.in: Don't mess with the cache file.
6627
6628 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6629
6630 * Makefile.tpl: Make GCC use a separate config.cache.
6631 * Makefile.in: Regenerate.
6632
6633 PR bootstrap/11932, PR bootstrap/11933
6634 (I don't know if it will fix either of them, but it relates
6635 to them.)
6636 * configure.in: Don't use shared config.cache for target
6637 directories.
6638 * configure: Regenerate.
6639
6640 2003-12-31 Roger Sayle <roger@eyesopen.com>
6641
6642 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6643 * configure: Regenerated.
6644
6645 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6646
6647 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6648 * configure: Regenerated.
6649
6650 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6651
6652 Port change over from GCC:
6653 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6654 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6655 (configure-build-[+module+], configure-[+module+]): Likewise.
6656 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6657 * Makefile.in: Regenerate.
6658
6659 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6660
6661 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6662 * configure: Regenerate.
6663
6664 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6665
6666 * COPYING.NEWLIB: Add license info for long long routines added to
6667 stdlib.
6668
6669 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6670
6671 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6672 * Makefile.in: Regenerate.
6673
6674 2003-10-20 Phil Edwards <phil@codesourcery.com>
6675
6676 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6677 * configure: Regenerate.
6678
6679 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6680
6681 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6682 HOST_FLAGS_TO_PASS.
6683 * Makefile.in: Regenerate.
6684
6685 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6686
6687 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6688 * configure: Rebuilt
6689 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6690 * Makefile.in: Rebuilt
6691
6692 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6693
6694 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6695
6696 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6697
6698 * config-ml.in: Use ac_configure_args directly instead of
6699 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6700 actually seen.
6701
6702 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6703
6704 * config-ml.in: Propagate INSTALL variables.
6705
6706 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6707
6708 * configure.in: Pass a computed --program-transform-name
6709 to subconfigures.
6710 * configure: Regenerated.
6711
6712 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6713
6714 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6715 * Makefile.in: Regenerate.
6716
6717 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6718 * Makefile.in: Regenerate.
6719
6720 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6721
6722 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6723 quoting.
6724 * configure: Regenerated.
6725
6726 2003-09-12 Michael Chastain <mec@shout.net>
6727
6728 Fix PR gdb/857.
6729 * src-release (do-proto-topleve): Remove junk files
6730 intl/config.cache, intl/config.status,
6731 intl/config.h, intl/stamp-h.
6732
6733 2003-09-14 Andrew Cagney <cagney@redhat.com>
6734
6735 * src-release (dejagnu.tar): New target.
6736 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6737 (do-djunpack): Use $(PACKAGE) for the package name.
6738
6739 2003-09-04 DJ Delorie <dj@redhat.com>
6740
6741 * configure: Regenerate.
6742
6743 2003-09-04 Robert Millan <robertmh@gnu.org>
6744
6745 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6746
6747 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6748
6749 * configure.in: Ensure arguments to sed are properly spaced.
6750 * configure: Regenerate.
6751
6752 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6753
6754 Merge from gcc:
6755 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6756 * install-sh: Update to newer upstream versions (associated with
6757 aclocal 1.7).
6758 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6759
6760 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6761
6762 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6763 * configure: Regenerated.
6764
6765 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6766
6767 * configure.in: Use newline instead of semicolon when assuming
6768 shell arguments in a for loop.
6769 * configure: Regenerated.
6770
6771 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6772
6773 PR 8180
6774 * configure.in: When testing with_libs and with_headers, treat
6775 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6776 * configure: Regenerate.
6777
6778 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6779 make, shell, etc.
6780 (baseargs): Likewise.
6781 * configure: Regenerate.
6782
6783 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6784
6785 * configure.in: Disable libgcj for darwin not on powerpc.
6786 * configure: Rebuild.
6787
6788 2003-08-15 Michael Chastain <mec@shout.net>
6789
6790 * src-release (do-proto-toplev): Remove junk files
6791 dejagnu/example/calc/config.status,
6792 dejagnu/example/calc/config.log.
6793
6794 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6795
6796 * config-ml.in, symlink-tree: Add license.
6797
6798 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6799
6800 Merge from gcc:
6801
6802 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6803 * Makefile.tpl (check, check-c++): Express dependencies using
6804 dependencies rather than commands.
6805 * Makefile.in: Regenerate.
6806
6807 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6808 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6809 * Makefile.in: Update.
6810
6811 2003-08-01 Andrew Cagney <cagney@redhat.com>
6812
6813 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6814 * configure: Ditto.
6815
6816 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6817
6818 * configure.in: Enable libgcj for darwin.
6819 * configure: Rebuild.
6820
6821 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6824
6825 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6826
6827 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6828 creating target and build subdirs to build all parent dirs as needed.
6829 * Makefile.in: Rebuild.
6830 * configure.in: Don't build dirs explicitly here.
6831 * configure: Rebuild.
6832
6833 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6834
6835 * Makefile.tpl (all-make): Depend on intl.
6836 * Makefile.in: Rebuilt.
6837
6838 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6839
6840 * config.if: Remove unused libc_interface determination.
6841
6842 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6843
6844 * Makefile.in: Regenerate, correctly this time.
6845
6846 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6847
6848 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6849 unused INSTALL_PROGRAM_ARGS.
6850 * configure.in: Use AC_PROG_INSTALL.
6851 * Makefile.in: Regenerate.
6852 * configure: Regenerate.
6853
6854 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6855
6856 * configure: Rebuilt.
6857 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6858 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6859 newlib nor libgloss.
6860 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6861 * configure.in (am33_2.0-*-linux*): Added.
6862
6863 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6864
6865 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6866 * configure: Regenerate.
6867
6868 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6869
6870 * config-ml.in: Replace PWD with PWD_COMMAND.
6871 * Makefile.tpl: Likewise.
6872 * Makefile.in: Regenerated.
6873
6874 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6875
6876 * configure.in: Clean up config-lang.in handling. Delete
6877 useless assignment to "subdirs".
6878 * configure: Regenerate.
6879
6880 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6881
6882 * configure.in: Rename 'target_libs' to 'target_libraries'.
6883 Remove useless reference to 'target_libs'.
6884 * configure: Regenerate.
6885
6886 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6887
6888 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6889 * Makefile.in: Regenerate.
6890
6891 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6892
6893 * Makefile.def: Introduce flags_to_pass.
6894 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6895 * Makefile.in: Regenerate.
6896
6897 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6898
6899 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6900 and target-libgloss.
6901 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6902 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6903 * configure: Regenerate.
6904
6905 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6906
6907 * configure.in: Update testsuite_flags to new location.
6908 * configure. Regenerate.
6909
6910 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6911
6912 * Makefile.tpl: Remove BUILD_CC stuff.
6913 * Makefile.in: Regenerate.
6914
6915 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6916
6917 * config.guess: Update to 2003-06-12 version.
6918 * config.sub: Update to 2003-06-13 version.
6919
6920 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6921
6922 * MAINTAINERS: Add myself as MIPS co-maintainer.
6923
6924 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6925
6926 * config.guess: Update to 2003-06-06 version.
6927 * config.sub: Update to 2003-06-06 version.
6928
6929 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6930
6931 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6932 * configure. Regenerate.
6933
6934 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6935
6936 * configure.in: Disable serial configure by default.
6937 * configure: Regenerate.
6938 * Makefile.tpl: Abolish .NOTPARALLEL.
6939 * Makefile.in: Regenerate.
6940
6941 * Makefile.tpl: Replace {build,host,target}_canonical by
6942 {build,host,target}.
6943 * Makefile.in: Regenerate.
6944
6945 * Makefile.tpl: Fix stupid pasto.
6946 * Makefile.in: Regenerate.
6947
6948 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6949
6950 * Makefile.tpl: Remove bogus conditional.
6951 * Makefile.in: Regenerate.
6952
6953 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6954
6955 * Makefile.tpl: Make 'recursive targets' using autogen rather
6956 than shell loop. Remove duplicate 'clean' targets and false
6957 comments.
6958 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6959 Add systematic method of specifying missing targets in subdirs.
6960 Add copyright boilerplate.
6961 * Makefile.in: Regenerate.
6962 * configure.in: Add 'recursive targets' to maybe list.
6963 * configure: Regenerate.
6964
6965 * Makefile.tpl: Rename [+target+] to [+make_target+].
6966 * Makefile.def: Rename 'target' to 'make_target'.
6967
6968 2003-05-30 Nick Clifton <nickc@redhat.com>
6969
6970 * README-maintainer-mode: Update URL for locating blessed config
6971 tools.
6972
6973 2003-05-29 Robert Millan <rmh@debian.org>
6974
6975 * ltconfig: Import this patch and modify for use with current
6976 version of ltconfig:
6977
6978 2003-05-21 Bruno Haible <bruno@clisp.org>
6979
6980 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6981 GNU/FreeBSD.
6982
6983 2003-05-28 DJ Delorie <dj@redhat.com>
6984
6985 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6986 * Makefile.in: Regenerate.
6987
6988 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6989
6990 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6991
6992 2003-05-21 DJ Delorie <dj@redhat.com>
6993
6994 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6995 newlib or libgloss.
6996 * Makefile.in: Regenerate.
6997
6998 2003-05-21 DJ Delorie <dj@redhat.com>
6999
7000 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7001 * Makefile.in: Regenerate.
7002
7003 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7004
7005 * configure.in: Use curly braces in the definition of tooldir.
7006 * configure: Regenerate.
7007
7008 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7009
7010 * configure.in: Switch more things to use maybe dependencies.
7011 * Makefile.tpl: Switch more things to use maybe dependencies.
7012 Factor out common code from autogen IF statements.
7013 * configure: Regenerate.
7014 * Makefile.in: Regenerate.
7015
7016 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7017
7018 * configure.in: Accept i[3456789]86 for machine type.
7019 * configure: Regenerate.
7020
7021 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * configure.in: Switch more things to use maybe dependencies.
7024 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7025 * configure: Regenerate.
7026 * Makefile.tpl: Switch more things to use maybe dependencies.
7027 * Makefile.in: Regenerate.
7028
7029 2003-05-16 Andreas Schwab <schwab@suse.de>
7030
7031 * Makefile.tpl (install-opcodes): Define.
7032 * Makefile.in: Rebuild.
7033
7034 2003-05-13 Andreas Jaeger <aj@suse.de>
7035
7036 * config.guess: Update to 2003-05-09 version.
7037 * config.sub: Update to 2003-05-09 version.
7038
7039 2003-05-13 Michael Eager <eager@mvista.com>
7040
7041 * configure.in: Correct sed script so that options in quotes are not
7042 deleted.
7043 * configure: Rebuild.
7044
7045 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7046
7047 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7048 and $$s/newlib/libc/sys/cygwin32 include paths.
7049 * configure: Ditto.
7050
7051 2003-05-05 H.J. Lu <hjl@gnu.org>
7052
7053 * config-ml.in: Restored from gcc repository.
7054
7055 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7056
7057 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7058 * Makefile.in: Regenerate.
7059
7060 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7061
7062 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7063 and Makefile.def.
7064
7065 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7066
7067 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7068 * Makefile.in: Regenerated.
7069
7070 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7071
7072 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7073 * Makefile.in: Regenerate.
7074
7075 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7076
7077 * configure.in (powerpc64*-*-linux*): Remove.
7078 * configure: Rebuilt.
7079
7080 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7081
7082 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7083 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7084 and restrap.
7085 * Makefile.in: Regenerate.
7086
7087 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7088
7089 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7090 * configure: Regenerated.
7091
7092 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7093
7094 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7095 * */configure: Rebuilt.
7096
7097 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7098
7099 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7100 * Makefile.in: Regenerate.
7101
7102 2003-03-14 Michael Chastain <mec@shout.net>
7103
7104 * Makefile.in: Regenerate with correct Makefile.def.
7105
7106 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7109 Make macro.
7110 * Makefile.in: Regenerate.
7111 * configure.in: Clean up gxx_include_dir logic.
7112 * configure: Regenerate.
7113
7114 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7115
7116 * configure.in (gxx_include_dir): Fix typo.
7117 * configure: Regenerated.
7118
7119 2003-03-06 Andrew Cagney <cagney@redhat.com>
7120
7121 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7122
7123 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7124
7125 * configure.in: Include $(build_tooldir)/sys-include in
7126 FLAGS_FOR_TARGET.
7127 * configure: Regenerated.
7128
7129 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7130
7131 * Makefile.tpl: Reindent.
7132 * Makefile.in: Regenerate.
7133 * configure.in: Reindent. Don't set unused variables.
7134 * configure: Regenerate.
7135
7136 * Makefile.tpl: Always pass down RANLIB.
7137 * Makefile.in: Regenerate.
7138
7139 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7140 * Makefile.in: Regenerate.
7141 * configure.in: Remove unused logic relating to --enable-shared
7142 and --enable-threads. Remove bogus comments. Remove redundant
7143 noconfigdirs.
7144 * configure: Regenerate.
7145
7146 * configure.in: Replace ${libstdcxx_version} by its value.
7147 Remove reference to mh-dgux.
7148 * configure: Regenerate.
7149
7150 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 * Makefile.tpl: Rearrange.
7153 * Makefile.in: Regenerate.
7154
7155 2003-02-25 Nick Clifton <nickc@redhat.com>
7156
7157 * configure: Remove site-file supprot - it is obsolete.
7158
7159 2003-02-24 Uwe Stieber <uwe@wwws.de>
7160
7161 * configure.in: Add support for kaOS as cross build target system.
7162 * configure: Regenerated.
7163
7164 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7165
7166 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7167 configure-target-* as some target builds may require additional
7168 flags for preprocessor tests.
7169 * Makefile.in: Regenerated.
7170
7171 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7172
7173 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7174 * ltconfig: Handle it.
7175 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7176 auto-detecting it.
7177
7178 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7179
7180 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7181 it is used as argument to $CC.
7182 * ltcf-gcj.sh: Likewise.
7183
7184 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7185
7186 * configure.in: Introduce --enable-maintainer-mode.
7187 * configure: Rebuilt.
7188 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7189 for maintainer mode.
7190 * Makefile.in: Rebuilt.
7191
7192 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7193
7194 * configure: Regenerate using autoconf 2.13.
7195
7196 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7197
7198 * config.guess: Import latest version.
7199 * config.sub: Import latest version.
7200
7201 2003-02-18 Jason Merrill <jason@redhat.com>
7202
7203 * Makefile.tpl (check-c++): Allow parallelism.
7204
7205 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7206
7207 * configure: Regenerate using autoconf 000227.
7208
7209 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7210
7211 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7212 don't configure target-libobjc.
7213 * configure: Regenerate.
7214
7215 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7216
7217 * Makefile.tpl (RANLIB): Define.
7218 * Makefile.in: Regenerate.
7219
7220 2003-02-06 Keith R Seitz <keiths@redhat.com>
7221
7222 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7223 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7224 * Makefile.in: Regenerated.
7225 * configure.in: Remove all traces of snavigator, db, and grep.
7226 * configure: Regenerated.
7227
7228 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7229
7230 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7231 * Makefile.in: Regenerated.
7232
7233 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7234
7235 * config.if: Copy from GCC.
7236
7237 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7238
7239 * configure.in: Revert 24Jan change.
7240 * configure: Regenerate.
7241
7242 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7243
7244 * configure.in: Revert previous change.
7245 * configure: Regenerate.
7246
7247 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * configure.in: Make rda native-only.
7250 * configure: Regenerate.
7251
7252 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7253
7254 * configure.in: Add missing \.
7255 * configure: Rebuilt.
7256
7257 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7258
7259 * configure.in (baseargs): Avoid using \| in sed regular
7260 expressions.
7261 * configure: Rebuilt.
7262
7263 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7264
7265 * configure.in (baseargs): Remove all supported forms of
7266 --cache-file, --srcdir, --host, --build and --target options
7267 from argument lists.
7268 * configure: Rebuilt.
7269
7270 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7271
7272 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7273 * configure: Rebuilt.
7274
7275 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7276
7277 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7278 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7279 * Makefile.in: Regenerate.
7280 * configure: Regenerate.
7281
7282 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7283
7284 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7285 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7286 * Makefile.in: Regenerate.
7287
7288 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7289
7290 * configure.in: Remove Makefile in build, host and target modules
7291 unless configure was run with --no-recursion.
7292 * configure: Rebuilt.
7293
7294 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7295
7296 * config.guess: Update to 2003-01-03 version.
7297 * config.sub: Update to 2003-01-03 version.
7298
7299 2003-01-07 Christopher Faylor <cgf@redhat.com>
7300
7301 * configure: Regenerate with proper autoconf 2.13.
7302
7303 2003-01-07 Christopher Faylor <cgf@redhat.com>
7304
7305 * configure.in: Add AC_PREREQ for consistency.
7306 * configure: Regenerate.
7307
7308 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7309
7310 * configure.in (GDB_TK): Add tcl directories conditional on
7311 gdb/gdbtk directory being present.
7312 * configure: Regenerate.
7313
7314 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7315
7316 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7317 by gcc if LD is not defined and we are not doing a Canadian Cross.
7318 * configure: Rebuilt.
7319
7320 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7321
7322 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7323
7324 2002-12-31 Tom Tromey <tromey@redhat.com>
7325
7326 * Makefile.in: Rebuilt.
7327 * Makefile.def (target_modules) [libffi]: Allow installation.
7328
7329 2002-12-31 Andreas Schwab <schwab@suse.de>
7330
7331 * configure.in: Fix use of $program_transform_name.
7332 * configure: Regenerated.
7333
7334 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7335
7336 * configure.in (baseargs): Don't remove first configure argument.
7337 * configure: Regenerated.
7338
7339 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7340
7341 * Makefile.tpl (local-distclean): Don't remove...
7342 (multilib.ts): ... this. Moved into...
7343 (multilib.out): ... this. Don't use sub-make.
7344 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7345 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7346 (configure-build-[+module+], configure-[+module+],
7347 configure-target-[+module+], configure-gcc): ... these. Test
7348 for Makefile existence. Drop config.status from dependencies.
7349 * Makefile.in: Rebuilt.
7350 * configure.in: Move gcc-version-trigger to the end of
7351 ac_configure_args. Add comments to maybedep.tmp and
7352 serdep.tmp. Introduce --disable-serial-configure. Remove
7353 nonopt from baseargs, matching and removing corresponding
7354 whitespace while at it.
7355 * configure: Rebuilt.
7356
7357 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7358
7359 * configure.in (host_configargs): Replace reference to
7360 no-longer-defined buildopts with --build=${build_alias}.
7361 * configure: Rebuilt.
7362
7363 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7364
7365 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7366 program_transform_name to standard idiom.
7367 (AUTOGEN, AUTOCONF): Define.
7368 (Makefile.in): Use $(AUTOGEN).
7369 (Makefile): Depend on config.status, and use autoconf-style rule to
7370 build it. Move original commands to...
7371 (config.status): ... this new target.
7372 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7373 $(AUTOCONF).
7374 * Makefile.in: Rebuilt.
7375
7376 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7377
7378 * Makefile.tpl: Fix dramatic bustage due to change in
7379 program_transform_name.
7380 * Makefile.in: Regenerate.
7381
7382 * configure.in: Remove unnecessary PATH setting.
7383 * configure: Regnerate.
7384
7385 * configure.in: Don't default to unprefixed tools unless
7386 the native tools will work.
7387 * configure: Regenerate.
7388
7389 * configure.in: Convert to autoconf script. Blow away lots
7390 of now-redundant Makefile fragments.
7391 * configure: Generate using Autoconf.
7392 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7393 * Makefile.in: Regenerate.
7394
7395 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7396
7397 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7398 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7399
7400 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7401 where they belong.
7402
7403 2002-12-24 Andreas Schwab <schwab@suse.de>
7404
7405 * Makefile.tpl (multilib.out): Fix missing space.
7406 * Makefile.in: Regenerate.
7407
7408 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7409
7410 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7411 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7412 * Makefile.in: Regenerate.
7413 * configure.in: Remove unnecessary leftovers.
7414
7415 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7416
7417 * configure.in (extra_ranlibflags_for_target): New variable.
7418 (*-*-darwin): Add -c to ranlib commands.
7419 * configure (tooldir): Handle extra_ranlibflags_for_target.
7420
7421 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7422
7423 * COPYING.NEWLIB: Updated.
7424 * COPYING.LIBGLOSS: Ditto.
7425
7426 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7427
7428 * Makefile.tpl: Revert HJL's change.
7429 * Makefile.in: Regenerated.
7430 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7431 always.
7432
7433 2002-12-19 Andreas Schwab <schwab@suse.de>
7434
7435 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7436 * Makefile.in: Regenerate.
7437
7438 2002-12-18 H.J. Lu <hjl@gnu.org>
7439
7440 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7441 * Makefile.in: Regenerated.
7442
7443 * configure.in (build_prefix): New. Substitute.
7444
7445 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7446
7447 * Makefile.tpl: Don't let real targets depend on phony targets.
7448 * Makefile.in: Regenerate.
7449
7450 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7451 * Makefile.in: Regenerate.
7452
7453 2002-12-16 Jason Merrill <jason@redhat.com>
7454
7455 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7456 previous 'make bootstrap'.
7457 * Makefile.in: Regenerate.
7458
7459 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7460
7461 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7462
7463 2002-12-13 Jason Merrill <jason@redhat.com>
7464
7465 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7466 library tests.
7467 (check-c++): Just depend on it and check-target-libstdc++-v3.
7468 * Makefile.in: Regenerate.
7469
7470 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7471
7472 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7473 * Makefile.in: Regenerate.
7474
7475 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7476
7477 * COPYING.NEWLIB: Update list of alternate Regent of California
7478 licenses and discuss official revoking of advertising clause.
7479 * COPYING.LIBGLOSS: Ditto.
7480
7481 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7482
7483 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7484 * Makefile.in: Rebuilt.
7485
7486 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7487
7488 * configure: Fix bug put in by gremlins.
7489
7490 * Makefile.tpl: Substitute more autoconfily.
7491 * configure: Substitute more autoconfily.
7492 * Makefile.in: Regenerate.
7493
7494 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7495
7496 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7497 * Makefile.in (all-sim): Ditto.
7498
7499 2002-12-06 DJ Delorie <dj@redhat.com>
7500
7501 * Makefile.tpl: Change configure dependencies to not have real
7502 targets depend on phony targets.
7503
7504 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7505
7506 * configure.in: Revert unintentional change.
7507
7508 * src-release: Configure host subdirs.
7509
7510 * Makefile.tpl: Change dependency for */multilib.out so that
7511 it works when gcc isn't in the tree.
7512
7513 * configure.in: Substitute more.
7514 * configure: Run subconfigures from the Makefile.
7515 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7516 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7517
7518 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7519
7520 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7521 and corresponding dependencies.
7522 * Makefile.in: Regenerate.
7523
7524 * configure.in (host_tools): Order binutils, gas and ld for
7525 convenience in running the testsuites.
7526
7527 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7528 * Makefile.in: Regenerate.
7529 * configure.in: Introduce rules to serialize subconfigure runs.
7530
7531 * configure.in: Introduce BASE_CC_FOR_TARGET.
7532 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7533 Realize configure-build-* targets. Realize configure-target-* targets.
7534 * Makefile.in: Regenerate.
7535
7536 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7537
7538 * configure: Move gcc_version_trigger stuff from here...
7539 * configure.in: ...to here.
7540
7541 * configure.in: Separate subconfigure options added by this file from
7542 options given by the user. Add machinery to put args for host
7543 subconfigures into the Makefile.
7544
7545 * Makefile.tpl: Remove 'vault' targets.
7546 * Makefile.tpl: Reorder and comment dependencies.
7547 * Makefile.in: Regenerate.
7548
7549 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7550
7551 * configure.in: Move host-specific darwin noconfigdirs into
7552 the host-specific section.
7553
7554 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7555
7556 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7557 during replay.
7558 * Makefile.in: Regenerate.
7559
7560 (finishing slow-motion replay)
7561 * configure: Remove skip-this-dir support.
7562 * Makefile.tpl: Remove skip-this-dir support.
7563
7564 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7565 subdirectories.
7566 * Makefile.in: Regenerate.
7567
7568 * Makefile.tpl: Strip out useless setting of 'dir'.
7569 * Makefile.in: Regenerate.
7570
7571 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7572
7573 (finishing slow-motion replay)
7574 * configure.in: Fix deeply stupid bug.
7575
7576 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7577 shell code in CXX_FOR_TARGET
7578 * Makefile.def: Introduce raw_cxx.
7579 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7580 RAW_CXX_FOR_TARGET.
7581 * Makefile.in: Regenerate.
7582
7583 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7584
7585 (finishing slow-motion replay)
7586 * Makefile.tpl: Remove unnecessary ifs.
7587 * Makefile.in: Regenerate.
7588
7589 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7590 dependencies. Maybe-ize build-libiberty. Create dummy install
7591 targets for 'no_install' modules.
7592 * configure: Move GDB_TK substitution to configure.in. Move
7593 build_modules stuff to configure.in.
7594 * configure.in: Implement soft dependency machinery. Maybe-ize
7595 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7596 * Makefile.in: Regenerate.
7597
7598 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7599
7600 (continuing slow-motion replay)
7601 * Makefile.tpl: Make all-target, install-target behave similarly
7602 to all, install (only hitting configured targets). Eliminate
7603 unused macro defintions.
7604
7605 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7606 build != host.
7607
7608 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7609
7610 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7611
7612 * configure.in: Produce lists of subdir targets we're actually
7613 configuring. Remove references to "dosrel".
7614 * Makefile.tpl: Let configure set which subdir targets are hit.
7615 Remove install-cross; clean up install; remove ALL. Remove
7616 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7617 Autogenerate host module targets. Remove empty dependency lines
7618 and redundant dependency; rearrange slightly.
7619 * Makefile.def: Add host-side libtermcap, utils.
7620
7621 * Makefile.in: Regenerate.
7622
7623 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7624
7625 (Continuing slow-motion replay)
7626 * Makefile.def: Add list of recursive targets to autogenerate.
7627 Add build_modules.
7628 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7629 targets. Autogenerate *-build-* targets.
7630 * Makefile.in: Regenerate.
7631
7632 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7633
7634 (Continuing slow-motion replay)
7635 * configure: More autoconf-style substitutions.
7636 * Makefile.tpl: More autoconf-style substitutions.
7637 * Makefile.in: Regenerate.
7638
7639 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7640
7641 (Continuing slow-motion replay)
7642 * configure: Substitute more variables in a more autoconf-friendly
7643 way. Simplify slightly.
7644 * Makefile.tpl: Make more variables substitutable in an
7645 autoconf-friendly way.
7646 * Makefile.in: Regenerate.
7647
7648 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7649
7650 (Continuing slow-motion replay)
7651 * configure.in (v810*): Remove special setting of tools.
7652
7653 * configure: Add support for extra required flags for ar or nm.
7654 * configure.in (aix4.3+): Use above support for target-specific
7655 issues, rather than using config/mt-aix43.
7656
7657 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7658
7659 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7660 * configure: Remove 'removing', which doesn't work. Replace $subdir
7661 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7662 with $srcdir. Reformat indentation. Substitute some variables
7663 formerly hard-coded in the Makefile for build=host.
7664 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7665 * Makefile.def: Autogenerate more.
7666 * Makefile.in: Regenerate.
7667
7668 2002-11-13 Bruce Korb <bkorb@gnu.org>
7669
7670 * Makefile.tpl: syntactic cleanup
7671
7672 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7673
7674 * Makefile.def (host_modules): Add rda.
7675 * Makefile.in: Regenerate.
7676 * configure.in (target_tool): Add target-rda to list.
7677
7678 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7679
7680 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7681 and restrap targets to this rule.
7682 * Makefile.in: Regenerate.
7683
7684 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7685
7686 * configure.in (i[3456]86-*-linux*): Add check to disable
7687 ${libgcj} for glibc1.
7688
7689 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7690
7691 * configure.in: Add tic4x target.
7692
7693 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7694
7695 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7696 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7697 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7698 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7699 * Makefile.in: Regenerate.
7700
7701 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7702
7703 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7704 * Makefile.in: Regenerate.
7705
7706 * Makefile.def: Remove order dependency comments.
7707 * Makefile.tpl: Add explicit install-install dependencies.
7708 * Makefile.in: Regenerate.
7709
7710 * Makefile.tpl: Remove material now in src-release. (Finally!)
7711 * Makefile.in: Regenerate.
7712
7713 * configure: Restore my original patch by syncing with gcc version.
7714
7715 * Bring following over from gcc:
7716
7717 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7718
7719 * configure.in (s390*-*-linux*): Enable libgcj.
7720
7721 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7722
7723 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7724
7725 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7726
7727 * configure: Move stray lines back to where they belong.
7728
7729 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7730
7731 * Makefile.tpl: Insert configure-target target, for src-release.
7732
7733 * configure: Finish reverting change which Andrew Cagney started
7734 reverting. Should fix bustage.
7735
7736 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7737 * src-release: New file. Contains material for making net
7738 releases for gdb, binutils, et al., formerly in Makefile.in.
7739
7740 2002-09-30 Nick Clifton <nickc@redhat.com>
7741
7742 * cpu: New top level directory. Intended to hold input files for
7743 CGEN which have FSF copyright assignment.
7744 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7745
7746 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7747
7748 Revert below (note that src does not contain Makefile.tpl):
7749 * Makefile.tpl: Make subsituted variables more autoconfy.
7750 * Makefile.in: Regenerate.
7751
7752 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7753
7754 * configure: Revert accidentally applied changes.
7755
7756 * Makefile.tpl: Make more autoconf-friendly.
7757 * Makefile.in: Regenerate.
7758 * configure: Make substitution more autoconf-like.
7759
7760 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7761
7762 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7763 single entry to handle all these.
7764 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7765 libjava on arm-*-elf.
7766
7767 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7768
7769 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7770 things that depend on them.
7771
7772 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7773
7774 * Makefile.tpl: Make subsituted variables more autoconfy.
7775 * Makefile.in: Regenerate.
7776 * configure: Make seds more autoconfy.
7777
7778 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7779
7780 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7781 * Makefile.in: Regenerate.
7782 * configure.in: Rewrite sed statements to look autoconfy.
7783
7784 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7785 all-target-foo on configure-target-foo.
7786 * Makefile.def: Ditto.
7787 * Makefile.in: Rebuild.
7788
7789 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7790
7791 * Makefile.def: New file.
7792 * Makefile.tpl: New file.
7793 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7794
7795 * configure.in: Minor rearrangement. Simplify tests.
7796
7797 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7798
7799 * configure.in (with_headers): Skip copy if value is "yes".
7800 (with_libs): Likewise.
7801
7802 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7803
7804 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7805 * configure.in (sh*-*-pe*): Ditto.
7806 * configure.in (mips*-*-pe*): Ditto.
7807 * configure.in (*arm-wince-pe): Ditto.
7808
7809 * configure.in: Rearrange.
7810
7811 2002-09-12 Nick Clifton <nickc@redhat.com>
7812
7813 * Import these changes from the config master repository:
7814
7815 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7816
7817 * config.sub: Add tic4x target.
7818
7819 2002-09-03 Ben Elliston <bje@redhat.com>
7820
7821 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7822 Reported by <Duncan_Stodart@insession.com>.
7823
7824 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7825
7826 * COPYING.NEWLIB: More updates.
7827
7828 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7829
7830 * COPYING.NEWLIB: Update.
7831
7832 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7833
7834 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7835
7836 * config.guess: Import version 2002-08-23.
7837 * config.sub: Import version 2002-08-22.
7838
7839 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7840
7841 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7842 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7843 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7844
7845 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7846
7847 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7848
7849 2002-08-04 H.J. Lu (hjl@gnu.org)
7850
7851 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7852
7853 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7854
7855 * configure.in: Move generic linux case to end. Copy generic
7856 linux noconfigdirs to mips*-*-linux* entry and new
7857 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7858
7859 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7860
7861 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7862 one instance of them which was missed to the list to update.
7863
7864 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7865
7866 * config.guess: Update to 2002-07-09 version.
7867 * config.sub: Update to 2002-07-03 version.
7868
7869 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7870
7871 * configure.in: Remove two redundant tests.
7872
7873 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7874
7875 * configure.in (mips*-*-irix6*o32): Enable stabs.
7876
7877 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7878
7879 * configure.in: Don't build grez.
7880 * Makefile.in: Ditto.
7881
7882 * Makefile.in: Remove references to bsp, cygmon, libstub.
7883 * configure.in: Ditto.
7884
7885 * configure.in: Remove leftover reference to gdbtest.
7886
7887 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7888
7889 * configure.in (gxx_include_dir): Change to match versioned
7890 C++ headers if --enable-version-specific-runtime-libs is used.
7891
7892 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7893
7894 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7895
7896 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7897
7898 * configure.in: Make --without-x work.
7899
7900 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7901
7902 * contrib: New directory. Created to contain a copy of the
7903 texi2pod.pl script so that it is in the same place as the version in
7904 the FSF GCC sources.
7905
7906 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7907
7908 * configure.in: Rearrange target Makefile fragment collection.
7909
7910 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7911 cvs[src].
7912 * configure.in: Ditto.
7913
7914 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7915
7916 * Makefile.in: Eliminate 'apache' targets.
7917 * configure.in: Eliminate 'apache' targets.
7918
7919 * configure.in: Eliminate redundant tests. Reorganize.
7920
7921 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7922
7923 * config-ml.in: Eliminate references to Cygnus configure.
7924
7925 * Makefile.in: Eliminate references to building emacs.
7926
7927 2002-07-01 Denis Chertykov <denisc@overta.ru>
7928
7929 * configure.in: Add support for ip2k.
7930
7931 2002-06-24 Ben Elliston <bje@redhat.com>
7932
7933 * configure.in (host_tools): Remove cgen.
7934
7935 * Makefile.in (all-cgen): Remove; runs from its source directory.
7936 (check-cgen, install-cgen, clean-cgen): Likewise.
7937 (all-opcodes): No not depend on all-cgen.
7938 (all-sim): Likewise.
7939
7940 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7941
7942 * configure.in: Fix AIX configury bug.
7943
7944 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7945
7946 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7947
7948 * configure.in: Move definition of libstdcxx_flags right above
7949 usage, rather than way earlier.
7950
7951 * configure.in: Pull definition of is_cross_compiler earlier.
7952
7953 * configure.in: Rearrange a little.
7954
7955 * configure.in: Remove references to librx.
7956 * Makefile.in: Remove references to librx.
7957
7958 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7959
7960 * configure.in: Eliminate ${gasdir} variable.
7961
7962 2002-06-18 Dave Brolley <brolley@redhat.com>
7963
7964 * configure.in: Add support for frv.
7965 * config.sub: Add support for frv.
7966
7967 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7968
7969 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7970
7971 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7972
7973 * configure.in (vax-*-netbsd*): Re-enable gas.
7974
7975 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7976
7977 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7978 BUILD_PREFIX_1, to correct nomenclature.
7979 * configure: Likewise.
7980
7981 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7982 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7983
7984 2002-05-31 Olaf Hering <olh@suse.de>
7985
7986 * config-ml.in: Propogate DESTDIR also.
7987
7988 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7989
7990 * configure.in (vax-*-netbsd*): Don't build gas for this
7991 platform.
7992
7993 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7994
7995 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7996 and libgcj for AVR.
7997
7998 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7999
8000 * config.sub: Add DLX target.
8001
8002 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8003
8004 * config.guess: Update to 2002-05-22 version.
8005 * config.sub: Likewise.
8006
8007 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8008
8009 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8010 * config-ml.in: Likewise.
8011 * configure: Likewise.
8012 * configure.in: Likewise.
8013
8014 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8015
8016 * configure.in: Simplify makefile fragment collection.
8017
8018 * configure.in: Remove code to build emacs.
8019
8020 * configure.in : Remove --srcdir argument from targargs and buildargs
8021 (it's always overridden in the Makefile anyway). Rearrange a bit.
8022
8023 * configure: Move some logic to configure.in.
8024 * configure.in: Move some logic from configure.
8025
8026 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8027
8028 * COPYING.LIBGLOSS: New file.
8029
8030 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8031
8032 * Makefile.in: Honour DESTDIR.
8033
8034 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * configure.in (noconfigdirs): Don't disable libgcj on
8037 sparc64-*-solaris* and sparcv9-*-solaris*.
8038
8039 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8040
8041 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8042
8043 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8044
8045 * configure.in (FLAGS_FOR_TARGET): Do not add
8046 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8047 on i[3456]86-*-linux*.
8048
8049 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8050
8051 * configure.in (noconfigdirs): Replace [ ] with test.
8052
8053 * configure.in (noconfigdirs): Do not add target-newlib if
8054 target == i[3456]86-*-linux*, and host == target.
8055
8056 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8057
8058 * config.guess: Updated to 2002-04-26's version.
8059 * config.sub: Updated to 2002-04-26's version.
8060
8061 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8062
8063 * configure.in: delete reference to absent file
8064
8065 * configure.in: replace '[' with 'test'
8066
8067 * configure.in: Eliminate references to gash.
8068 * Makefile.in: Eliminate references to gash.
8069
8070 * configure.in: remove useless references to 'pic' makefile fragments.
8071
8072 * configure.in: (*-*-windows*) Finish removing.
8073
8074 * configure.in: Eliminate redundant test for libgui.
8075
8076 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8077
8078 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8079 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8080
8081 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8082
8083 * configure.in: remove references to dead files
8084
8085 2002-04-18 Tom Tromey <tromey@redhat.com>
8086
8087 * configure.in: Disallow configuring libgcj when it is already
8088 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8089 Solaris 2.8 by default. For PR libgcj/6158.
8090
8091 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8092
8093 * configure.in: Move default CC setting out of config/mh-* fragments
8094 directly into here.
8095
8096 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8097
8098 * configure.in: don't even try to configure or make a subdirectory
8099 if there's no configure script for it.
8100
8101 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8102
8103 * MAINTAINERS: Remove chill maintainers.
8104 * Makefile.in (CHILLFLAGS): Remove.
8105 (CHILL_LIB): Remove.
8106 (TARGET_CONFIGDIRS): Remove libchill.
8107 (CHILL_FOR_TARGET): Remove.
8108 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8109 CHILL_LIB.
8110 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8111 (CHECK_TARGET_MODULES): Likewise.
8112 (INSTALL_TARGET_MODULES): Likewise.
8113 (CLEAN_TARGET_MODULES): Likewise.
8114 (configure-target-libchill): Remove.
8115 (all-target-libchill): Remove.
8116 * configure.in (target_libs): Remove target-libchill.
8117 Do not compute CHILL_FOR_TARGET.
8118 * libchill: Remove directory.
8119
8120 2002-04-15 DJ Delorie <dj@redhat.com>
8121
8122 * Makefile.in, configure.in, configure: Sync with gcc, entries
8123 follow...
8124
8125 2002-04-08 Tom Tromey <tromey@redhat.com>
8126
8127 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8128 Fixes PR libgcj/6068.
8129
8130 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8131
8132 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8133
8134 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8135
8136 * configure.in (alpha*-dec-osf*): Enable libgcj.
8137
8138 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8139
8140 Fix for: PR bootstrap/3591, target/5676
8141 * configure.in (mcore-pe): Disable the configuration of
8142 libstdc++-v3 since exceptions are not supported.
8143
8144 2002-03-20 Anthony Green <green@redhat.com>
8145
8146 * configure.in: Enable libgcj for xscale-elf target.
8147
8148 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8149
8150 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8151 libjava.
8152 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8153
8154 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8157 libstdc++-v3 and libjava.
8158
8159 2002-02-11 Adam Megacz <adam@xwt.org>
8160
8161 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8162 boehm-gc
8163
8164 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8165
8166 * config.guess: Updated to 2002-01-30's version.
8167 * config.sub: Updated to 2002-02-01's version.
8168 Contribute sh64-elf.
8169 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8170 * configure.in: Added sh64-*-*.
8171
8172 2002-01-17 H.J. Lu <hjl@gnu.org>
8173
8174 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8175 (all-target-fastjar): Also depend on all-target-libiberty.
8176
8177 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8178
8179 * configure, configure.in: Use temp file for long sed commands.
8180
8181 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8182
8183 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8184 libf2c.
8185
8186 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8187
8188 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8189
8190 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8191
8192 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8193
8194 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8195
8196 * configure: Handle temporary files securely using mkdir.
8197
8198 2001-09-26 Will Cohen <wcohen@redhat.com>
8199
8200 * configure.in (*-*-linux*): Disable configuration of target-newlib
8201 and target-libgloss.
8202
8203 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8204
8205 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8206 RANLIB.
8207
8208 2001-08-11 Graham Stott <grahams@redhat.com>
8209
8210 * Makefile.in (check-c++): Add missing semicolon.
8211
8212 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8213
8214 * configure.in (sh-*-linux*): New.
8215
8216 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8217
8218 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8219 and libgcj on m68hc11/m68hc12.
8220
8221 2001-06-27 H.J. Lu (hjl@gnu.org)
8222
8223 * Makefile (CFLAGS_FOR_BUILD): New.
8224 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8225
8226 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8227
8228 * configure.in (libstdcxx_flags): Do not try to execute
8229 libstdc++-v3/testsuite_flags until it exists.
8230
8231 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8232
8233 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8234
8235 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8236
8237 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8238
8239 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8240
8241 * configure.in: Move *-chorusos target case to the proper switch.
8242 Disable libgcj.
8243
8244 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8245
8246 * Makefile.in (STAGE1_CFLAGS): Pass down.
8247
8248 2001-04-13 Alan Modra <amodra@one.net.au>
8249
8250 * config.guess: Add hppa64-linux support. Note for next import that
8251 this is already in the master file.
8252 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8253
8254 2001-03-22 Colin Howell <chowell@redhat.com>
8255
8256 * Makefile.in (DO_X): Do not backslash single-quotes in
8257 backquotes (two places).
8258
8259 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8260
8261 * Makefile.in (DO_X): Quote nested quotes.
8262
8263 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8264
8265 * Makefile.in (DO_X): Use double quotes for quoting
8266 "RANLIB=$${RANLIB}".
8267
8268 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8269
8270 * configure.in: Only use `lang_requires' for languages athat are
8271 actually enabled.
8272
8273 2001-03-07 Tom Tromey <tromey@redhat.com>
8274
8275 * configure.in: Allow config-lang.in to set `lang_requires' to list
8276 of other required languages.
8277
8278 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8279
8280 * Makefile.in: Remove RANLIB definition. Use RANLIB
8281 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8282 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8283
8284 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8285 Alexandre Oliva <aoliva@redhat.com>
8286
8287 * Makefile.in (check-c++): Use tabs, not spaces.
8288
8289 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8290
8291 * Makefile.in (check-c++): New rule.
8292
8293 * configure.in (target_libs): Remove libg++.
8294 (noconfigdirs): Remove libg++.
8295 (noconfigdirs): Same.
8296 (noconfigdirs): Same.
8297 (noconfigdirs): Same.
8298
8299 * config-ml.in: Remove libg++ references.
8300
8301 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8302 (ALL_TARGET_MODULES): Same.
8303 (configure-target-libg++): Remove.
8304 (all-target-libg++): Remove.
8305 (configure-target-libio): Remove.
8306 (all-target-libio): Remove.
8307 (check-target-libio): Remove.
8308 (.PHONY): Remove.
8309 (libg++.tar.bz2): Remove.
8310 (all-target-cygmon): Remove libio.
8311 (all-target-libstdc++): Remove.
8312 (configure-target-libstdc++): Remove.
8313 (TARGET_LIB_PATH): Remove libstdc++.
8314 (ALL_GCC_CXX): Remove libstdc++.
8315 (all-target-gperf): Correct.
8316
8317 2001-02-15 Anthony Green <green@redhat.com>
8318
8319 * configure: Introduce GCJ_FOR_TARGET.
8320 * configure.in: Ditto.
8321 * Makefile.in: Ditto.
8322
8323 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8324
8325 * configure.in: for *-chorusos, don't config target-newlib and
8326 target-libgloss.
8327
8328 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8329
8330 Remove V2 C++ library.
8331 * configure.in: Remove --enable-libstdcxx_v3 support.
8332
8333 2001-01-27 Richard Henderson <rth@redhat.com>
8334
8335 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8336
8337 2001-01-26 Tom Tromey <tromey@redhat.com>
8338
8339 * configure.in: Allow libgcj to be built on Sparc Solaris.
8340
8341 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8342
8343 * configure.in: Enable libgcj on several additional platforms.
8344
8345 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8346
8347 * configure.in: Enable libgcj for linux targets.
8348
8349 2001-01-09 Mike Stump <mrs@wrs.com>
8350
8351 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8352 failures of subdirectories.
8353
8354 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8355
8356 * configure: handle DOS-style absolute paths.
8357
8358 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8359
8360 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8361
8362 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8363
8364 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8365 (libstdcxx_incdir): Pass down.
8366 * config.if: Remove expired bits for cxx_interface, add stub.
8367 (libstdcxx_incdir): Add variable for g++ include directory.
8368 * configure.in (gxx_include_dir): Use it.
8369
8370 2000-12-15 Andreas Jaeger <aj@suse.de>
8371
8372 * configure.in: Handle lang_dirs.
8373
8374 2000-12-13 Anthony Green <green@redhat.com>
8375
8376 * configure.in: Disable libgcj for any target not specifically
8377 listed. Disable libgcj for x86 and Alpha Linux until compatible
8378 with g++ abi.
8379
8380 2000-12-13 Mike Stump <mrs@wrs.com>
8381
8382 * Makefile.in (local-distclean): Also remove fastjar.
8383
8384 2000-12-10 Anthony Green <green@redhat.com>
8385
8386 * configure.in: Define libgcj. Disable libgcj target libraries for
8387 most targets.
8388
8389 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8390
8391 * configure.in (target_libs): Revert 2000-12-08 patch.
8392 (noconfigdirs): Added target-libjava.
8393
8394 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8395
8396 * Makefile.in: handle DOS-style absolute paths.
8397
8398 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8399
8400 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8401 libjava.
8402 * configure.in (target_libs): Removed `target-libjava'.
8403
8404 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8405
8406 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8407 (ALL_MODULES): Added fastjar.
8408 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8409 (all-target-libjava): all-fastjar replaces all-zip.
8410 (all-fastjar): Added.
8411 (configure-target-fastjar, all-target-fastjar): Likewise.
8412 * configure.in (host_tools): Added fastjar.
8413
8414 2000-12-07 Mike Stump <mrs@wrs.com>
8415
8416 * Makefile.in (local-distclean): Remove leftover built files.
8417
8418 2000-11-16 Fred Fish <fnf@be.com>
8419
8420 * configure.in (enable_libstdcxx_v3): Fix typo,
8421 libstd++ -> libstdc++.
8422
8423 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8424
8425 * configure: Provide the original toplevel configure arguments
8426 (including $0) to subprocesses in the environment rather than
8427 through gcc/configargs.h.
8428
8429 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8430
8431 * configure: Turn on libstdc++ V3 by default.
8432
8433 2000-10-16 Michael Meissner <meissner@redhat.com>
8434
8435 * configure (gcc/configargs.h): Only create if there is a build GCC
8436 directory created.
8437
8438 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8439
8440 * configure: Save configure arguments to gcc/configargs.h.
8441
8442 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8443
8444 * Makefile.in (bootstrap): avoid recursion if subdir missing
8445 (cross): ditto
8446 (do-proto-toplev): ditto
8447
8448 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8449
8450 * configure.in: Do not build byacc for hppa64. Provide paths to the
8451 X11 libraries for hppa64.
8452
8453 2000-09-02 Anthony Green <green@cygnus.com>
8454
8455 * Makefile.in (all-gcc): Depend on all-zlib.
8456 (CLEAN_MODULES): Add clean-zlib.
8457 (ALL_MODULES): Add all-zlib.
8458 * configure.in (host_libs): Add zlib.
8459
8460 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8461
8462 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8463 $targargs to tell whether newlib is going to be built.
8464
8465 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8466 $$r/TARGET_SUBDIR/libio for _G_config.h.
8467
8468 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8469
8470 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8471
8472 * configure: Make enable_threads and enable_shared defaults
8473 explicit. Substitute enable_threads into generated Makefiles.
8474 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8475 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8476
8477 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8478
8479 * configure.in: Re-enable all references to libg++ and librx.
8480
8481 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8482
8483 * configure.in: Add *-*-freebsd* configurations.
8484
8485 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8486
8487 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8488 (do-tar, do-bz2): New rules.
8489 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8490 (gdb-tar): New rule.
8491 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8492 (insight_dejagnu.tar): New rule.
8493 (insight.tar): New rule.
8494 (gdb+dejagnu.tar): New rule.
8495 (gdb.tar): New rule.
8496
8497 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8498
8499 * MAINTAINERS: Update dejagnu/
8500
8501 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8502
8503 * ltmain.sh (relink_command): Fix typo in previous change.
8504
8505 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8506
8507 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8508 (relink_command): Added --tag flags.
8509 (mode=install): If relinking fails; error out.
8510
8511 2002-03-12 Richard Henderson <rth@redhat.com>
8512
8513 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8514 .NOTPARALLEL tag.
8515 (do-check): Rename from check.
8516 (check): Allow parallel check.
8517
8518 2002-03-11 Richard Henderson <rth@redhat.com>
8519
8520 * Makefile.in (.NOTPARALLEL): Add fake tag.
8521
8522 2002-03-07 H.J. Lu (hjl@gnu.org)
8523
8524 * configure.in: Enable gprof for mips*-*-linux*.
8525
8526 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8527
8528 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8529 libjava.
8530 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8531
8532 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8533
8534 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8535
8536 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8537
8538 * config.guess: Import from master sources, rev 1.232.
8539 * config.sub: Import from master sources, rev 1.246.
8540
8541 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8542
8543 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8544 because its Makefile is there; test for the executable instead.
8545
8546 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8547
8548 Contribute sh64-elf.
8549 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8550 * configure.in: Added sh64-*-*.
8551
8552 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8553
8554 * COPYING.NEWLIB: Remove advertising clause from
8555 Berkeley and Red Hat licenses.
8556
8557 2002-02-01 Mo DeJong <supermo@bayarea.net>
8558
8559 * Makefile.in: Add all-tix to deps for all-snavigator
8560 so that tix is built when building snavigator.
8561
8562 2002-02-01 Ben Elliston <bje@redhat.com>
8563
8564 * config.guess: Import from master sources, rev 1.229.
8565 * config.sub: Import from master sources, rev 1.240.
8566
8567 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8568
8569 From Steve Ellcey <sje@cup.hp.com>:
8570 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8571 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8572 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8573 IA64.
8574 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8575 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8576 soname_spec, sys_lib_search_path_spec): Ditto.
8577
8578 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8579
8580 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8581 target-libiberty, and target-libgloss. Skip Java-related
8582 libraries if not supported for NetBSD on target CPU.
8583
8584 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8585
8586 * configure.in: Import StrongARM and XScale target_configdirs from
8587 FSF GCC version.
8588
8589 2002-01-16 H.J. Lu (hjl@gnu.org)
8590
8591 * config.guess: Import from master sources, rev 1.225.
8592 * config.sub: Import from master sources, rev 1.238.
8593
8594 * MAINTAINERS: Updated notes on config.guess and config.sub.
8595
8596 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8597
8598 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8599 ld and gdb are not supported.
8600
8601 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8602
8603 * Change reference to Cygnus Solutions to be Red Hat.
8604
8605 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8606
8607 * COPYING.NEWLIB: Update generic copyright date.
8608
8609 2002-01-07 Mark Salter <msalter@redhat.com>
8610
8611 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8612 Allow target-libgloss to be built for arm, strongarm, and xscale.
8613
8614 2002-01-03 Ben Elliston <bje@redhat.com>
8615
8616 * MAINTAINERS: Update URL for config.* scripts.
8617
8618 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8619
8620 * config.sub: Import latest version.
8621 * config.guess: Likewise.
8622
8623 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8624
8625 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8626 options for i[3456]86-pc-linux* native builds.
8627
8628 2001-12-05 Laurent Guerby <guerby@acm.org>
8629
8630 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8631 libiberty.
8632
8633 Import this patch from gcc:
8634
8635 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8636
8637 * symlink-tree: handle DOS-style absolute paths.
8638
8639 2001-11-28 DJ Delorie <dj@redhat.com>
8640 Zack Weinberg <zack@codesourcery.com>
8641
8642 When build != host, create libiberty for the build machine.
8643
8644 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8645 CONFIG_ARGUMENTS.
8646 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8647 New variables.
8648 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8649 and rules.
8650 (all.normal): Depend on ALL_BUILD_MODULES.
8651 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8652 (all-build-libiberty): Depend on configure-build-libiberty.
8653
8654 * configure: Calculate and substitute proper value for
8655 ALL_BUILD_MODULES.
8656 * configure.in: Create the build subdirectory.
8657 Calculate and substitute TARGET_CONFIGARGS (formerly
8658 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8659
8660 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8661
8662 * config.sub: Update to version 1.232 on subversion.
8663
8664 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8665
8666 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8667 files from .po files for a distribution.
8668
8669 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8670
8671 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8672
8673 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8674
8675 Merged from net gcc:
8676 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8677 * ltcf-c.sh: Use $objext, not $ac_objext.
8678 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8679 * ltcf-cxx.sh: Add support for GNU.
8680 2001-07-22 Timothy Wall <twall@redhat.com>
8681 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8682 default settings if using GNU tools with that configuration.
8683 * ltcf-cxx.sh: Ditto.
8684 * ltcf-gcj.sh: Ditto.
8685 2001-07-21 Michael Chastain <chastain@redhat.com>
8686 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8687 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8688 * ltmain.sh: Mark as gcc-local.
8689
8690 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8691
8692 * Makefile.in (all-bison): Revert 2001-10-24.
8693 Don't depend on texinfo.
8694
8695 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8696
8697 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8698
8699 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8700
8701 * configure.in (--enable-languages): Be more permissive about
8702 syntax. Check for empty lists better. Warn about $LANGUAGES.
8703
8704 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8705
8706 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8707
8708 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8709
8710 Makefile.in (all-bison): Don't depend on texinfo.
8711
8712 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8713
8714 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8715
8716 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8717
8718 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8719
8720 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8721
8722 * config.sub, config.guess: Import latest from subversions.
8723
8724 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8725
8726 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8727 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8728 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8729 avoid quotes nesting problems.
8730 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8731 (DO_X): Export only variables that are set.
8732
8733 2001-09-19 Ben Elliston <bje@redhat.com>
8734
8735 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8736 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8737 semantics. Use the shell built-in "type" command instead.
8738
8739 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8740
8741 * config.sub: Reverted the earlier change, this version is not the
8742 master file.
8743
8744 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8745
8746 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8747 Add support for mips64.
8748
8749 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8750
8751 * configure.in: Enable libstdc++-v3 for h8300 targets.
8752
8753 2001-08-30 Eric Christopher <echristo@redhat.com>
8754 Jason Eckhardt <jle@redhat.com>
8755
8756 * config.sub: Add support for mipsisa32.
8757
8758 2001-08-30 Eric Christopher <echristo@redhat.com>
8759
8760 * config.sub, config.guess: Import latest from subversions.
8761
8762 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8763
8764 * config.sub, config.guess: Import latest from subversions.
8765
8766 2001-07-26 DJ Delorie <dj@redhat.com>
8767
8768 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8769
8770 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8771
8772 * Makefile.in: Revert 2001-06-17.
8773 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8774
8775 2001-06-17 H.J. Lu <hjl@gnu.org>
8776
8777 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8778 (gas+binutils.tar.bz2): Likewise.
8779 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8780
8781 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8782
8783 * Makefile.in (VER): When present, extract the version number from
8784 the file version.in.
8785
8786 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8787
8788 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8789 gcc/xgcc is built, use -print-prog-name to find out the program
8790 name to use.
8791
8792 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8793
8794 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8795 with_gcc]: Use `gcc -shared' to build a shared library.
8796
8797 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8798
8799 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8800 archives.
8801
8802 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8803
8804 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8805 libraries when using g++ with native linker.
8806
8807 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8808
8809 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8810
8811 2001-05-24 Tom Rix <trix@redhat.com>
8812
8813 * configure.in : enable ld for aix
8814
8815 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8816
8817 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8818 [aix4*|aix5*]: Prepend blank.
8819
8820 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8821
8822 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8823 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8824 of subdir/configure scripts to use the new libtool.m4.
8825
8826 2001-05-14 H.J. Lu <hjl@gnu.org>
8827
8828 * config.if (libc_interface): Set to -libc6.2- for cross
8829 compiling to Linux/glibc 2.2.
8830
8831 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8832
8833 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8834 libgcj.
8835
8836 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8837
8838 * configure.in (noconfigdirs): Don't reset it from scratch in the
8839 target case; only append to it.
8840
8841 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8842
8843 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8844 sparc-*-solaris2.8]: Disable ${libgcj}.
8845
8846 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8847
8848 * configure.in (libgcj_saved): Copy from $libgcj.
8849 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8850 --disable-libgcj.
8851
8852 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8853
8854 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8855 1.641.2.228.
8856
8857 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8858
8859 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8860 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8861
8862 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8865 New macros.
8866 (bootstrap, cross): Use RECURSE_FLAGS.
8867 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8868
8869 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8870
8871 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8872
8873 2001-03-23 Nick Clifton <nickc@redhat.com>
8874
8875 * README-maintainer-mode: Add note about inability to use "make
8876 distclean" in maintainer mode.
8877
8878 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8879
8880 Re-installed:
8881 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8882 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8883 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8884 * ltcf-cxx.sh: Likewise.
8885 * ltcf-gcj.sh: Likewise.
8886
8887 2001-03-22 Philip Blundell <philb@gnu.org>
8888
8889 * config.sub, config.guess: Import latest from subversions.
8890
8891 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8892
8893 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8894 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8895
8896 2001-03-20 Michael Chastain <chastain@redhat.com>
8897
8898 * Makefile.in: all-m4 depends on all-texinfo.
8899
8900 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8901
8902 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8903
8904 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8905
8906 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8907 longer valid.
8908
8909 2001-02-16 Nick Clifton <nickc@redhat.com>
8910
8911 * configure.in (noconfigdirs): Allow configuration of texinfo
8912 for Cygwin hosts.
8913
8914 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8915
8916 * config.guess: Add linux target for S/390.
8917 * config.sub: Likewise.
8918 * configure.in: Likewise.
8919
8920 2001-02-06 Ben Elliston <bje@redhat.com>
8921
8922 * configure: Output host type to stdout, not stderr.
8923
8924 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8925
8926 * config.guess: Import from subversions.gnu.org (revision 1.181).
8927 * config.sub: Import from subversions.gnu.org (revision 1.199).
8928
8929 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8930
8931 * config.guess: Handle hppa64-linux systems.
8932
8933 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8934
8935 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8936 Don't unset, it's non-portable and no longer necessary, set to empty
8937 instead.
8938
8939 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8940
8941 * ltconfig: Shell portability fix for the tagname validity check.
8942
8943 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8944
8945 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8946
8947 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8948
8949 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8950 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8951
8952 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8953
8954 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8955 keep at least one of build_libtool_libs or build_old_libs set to
8956 yes.
8957
8958 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8959
8960 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8961 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8962
8963 2000-11-07 Philip Blundell <pb@futuretv.com>
8964
8965 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8966
8967 2000-11-03 Philip Blundell <pb@futuretv.com>
8968
8969 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8970 files.
8971
8972 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8973
8974 * COPYING.NEWLIB: Put into source repository.
8975
8976 2001-01-15 Ben Elliston <bje@redhat.com>
8977
8978 * configure.in (host_tools): Add sid.
8979 Always configure cgen.
8980 * Makefile.in (all-sid): New target.
8981 (check-sid, clean-sid, install-sid): Likewise.
8982
8983 2001-01-07 Andreas Jaeger <aj@suse.de>
8984
8985 * config.sub, config.guess: Update from subversions.
8986
8987 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8988
8989 * configure.in: Disable language-specific target libraries for
8990 languages that aren't enabled.
8991
8992 2000-11-24 Nick Clifton <nickc@redhat.com>
8993
8994 * configure.in (xscale-elf): Add target.
8995 (xscale-coff): Add target.
8996 (c4x, c5x, tic54x): Move after ARM targets.
8997
8998 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8999
9000 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9001
9002 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9003
9004 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9005
9006 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9007
9008 * Makefile.in: Merge with GCC and libgcj.
9009 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9010 configure-target-<library> when their configure scripts need the C
9011 or C++ library to have already been built to work properly.
9012 (do_proto_toplev): Set them to an empty string.
9013
9014 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9015
9016 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9017 (REALLY_SET_LIB_PATH): Use them.
9018
9019 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9020
9021 * config.sub: Add support for Sun Chorus
9022
9023 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9024
9025 * config.sub: Add support for the *-storm-chaos OS.
9026
9027 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9028
9029 * configure.in (noconfigdirs): Don't compile some
9030 of the libraries for 68HC11 & 68hc12 targets.
9031
9032 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9033
9034 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9035 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9036 all affected `configure' scripts.
9037
9038 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9039
9040 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9041 ltcf-c.sh.
9042
9043 2000-09-12 Philip Blundell <philb@gnu.org>
9044
9045 * config.sub, config.guess: Update from subversions.
9046
9047 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9048
9049 * Makefile.in (all-zlib): Added dummy target.
9050
9051 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9052 multi-language branch.
9053
9054 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9055
9056 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9057 (bootstrap*): Depend on all-bootstrap.
9058
9059 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9060
9061 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9062 crosses, but add gcc/include to the header search path for them.
9063
9064 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9065
9066 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9067 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9068 * gettext.m4: New file, extracted from aclocal.m4.
9069
9070 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9071
9072 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9073 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9074 sub-configures.
9075
9076 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9077
9078 * Makefile.in (ALL_MODULES): Add all-cgen.
9079 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9080 (all-cgen): New target.
9081 (all-opcodes,all-sim): Depend on all-cgen.
9082 * configure.in (host_tools): Add cgen.
9083 Only configure cgen if --enable-cgen-maint.
9084
9085 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9086
9087 * config-ml.in (CC, CXX): Don't introduce a leading space.
9088
9089 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9090
9091 * configure.in (libstdcxx_flags): Use
9092 libstdc++-v3/src/libstdc++.INC.
9093
9094 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9095
9096 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9097
9098 2000-08-11 Jason Merrill <jason@redhat.com>
9099
9100 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9101 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9102 (FLAGS_FOR_TARGET): Not here.
9103 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9104
9105 2000-08-07 DJ Delorie <dj@redhat.com>
9106
9107 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9108 "if we're also building gcc, and it's a gcc that will run on the
9109 build machine, we want to use its includes instead of the system's
9110 default includes".
9111
9112 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9113
9114 * configure.in (libstdcxx_flags): Don't use `"'.
9115
9116 * config-ml.in: Adjust multilib search paths to the
9117 appropriate multilib tree.
9118
9119 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9120
9121 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9122 commas in $LANGUAGES.
9123
9124 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9125
9126 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9127
9128 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9129
9130 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9131 CXX_FOR_TARGET for sed.
9132
9133 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9134
9135 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9136 Do not override if already set in the environment or in configure.
9137 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9138 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9139
9140 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9141
9142 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9143 (GCC_FOR_TARGET): Use it.
9144 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9145 * configure.in: ... here.
9146 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9147 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9148
9149 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9152 (configure-target-libchill, configure-target-libobjc): Likewise.
9153
9154 * configure.in: Use the same cache file for all target libs.
9155 * config-ml.in: But different cache files per multilib variant.
9156
9157 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9158
9159 * configure (topsrcdir): Don't use dirname.
9160
9161 2000-07-20 Jason Merrill <jason@redhat.com>
9162
9163 * configure.in: Remove all references to libg++ and librx.
9164
9165 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9166
9167 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9168
9169 * config.sub: Update to subversions version 2000-07-06.
9170
9171 2000-07-12 Andrew Haley <aph@cygnus.com>
9172
9173 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9174 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9175
9176 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9177
9178 * symlink-tree: Check number of arguments.
9179
9180 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9181
9182 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9183
9184 2000-07-05 Jim Wilson <wilson@cygnus.com>
9185
9186 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9187 search path for a g++ extracted from the build tree. This
9188 will allow link tests run by configure scripts in
9189 subdirectories to succeed.
9190
9191 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9192
9193 * ltconfig: Add support for mips-dde-sysv4.2MP
9194
9195 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9196
9197 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9198 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9199
9200 2000-06-19 Timothy Wall <twall@cygnus.com>
9201
9202 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9203 * config.sub: Add tic54x target.
9204
9205 2000-06-07 Phillip Thomas <pthomas@suse.de>
9206
9207 * README-maintainer-mode: New file: Contains notes on using
9208 --enable-maintainer-mode with binutils.
9209
9210 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9211
9212 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9213
9214 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9215
9216 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9217 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9218
9219 20000-05-21 H.J. Lu (hjl@gnu.org)
9220
9221 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9222 directory are used if they exist. Make sure
9223 $(build_tooldir)/include is searched for header files,
9224 $(build_tooldir)/lib/ for library files.
9225 (GCC_FOR_TARGET): Likewise.
9226 (CXX_FOR_TARGET): Likewise.
9227
9228 2000-05-18 Jeffrey A Law (law@cygnus.com)
9229
9230 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9231
9232 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9233
9234 * Makefile.in (configure-target-libiberty): Depend on
9235 configure-target-newlib.
9236
9237 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9238
9239 * configure.in, Makefile.in: Merge all libffi-related
9240 configury stuff from the libgcj tree.
9241
9242 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9243
9244 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9245 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9246
9247 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9248
9249 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9250 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9251 current version information. Add to proto-toplev directory.
9252 (gdb-taz): Build do-djunpack.
9253
9254 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9255
9256 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9257
9258 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9259
9260 * ltmain.sh: Preserve in relink_command any environment
9261 variables that may affect the linker behavior.
9262
9263 2000-05-12 Jeffrey A Law (law@cygnus.com)
9264
9265 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9266
9267 2000-05-10 Jim Wilson <wilson@cygnus.com>
9268
9269 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9270
9271 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9272
9273 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9274 with the version name.
9275
9276 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9277
9278 * config.if: Tweak.
9279
9280 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9281
9282 * djunpack.bat: New file.
9283
9284 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9285
9286 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9287 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9288 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9289 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9290
9291 2000-04-16 Dave Pitts <dpitts@cozx.com>
9292
9293 * config.sub (case $basic_machine): Change default for "ibm-*"
9294 to "openedition".
9295
9296 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9297
9298 * Makefile.in (gdb-taz): New target. GDB specific archive.
9299 (do-md5sum): New target.
9300 (MD5PROG): Define.
9301 (PACKAGE): Default to TOOL.
9302 (VER): Default to a shell script.
9303 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9304 md5 checksum generation.
9305 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9306 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9307 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9308 insight.tar.bz2): Use gdb-taz to create archive.
9309
9310 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9311
9312 * configure (warn_cflags): Delete.
9313
9314 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9315 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9316
9317 * configure.in (enable_libstdcxx_v3): Add.
9318 (target_libs): Add bits here to switch between libstdc++-v2 and
9319 libstdc++-v3.
9320 * config.if: And this file too.
9321 * Makefile.in: Add libstdc++-v3 targets.
9322
9323 2000-04-05 Michael Meissner <meissner@redhat.com>
9324
9325 * config.sub (d30v): Add d30v as a basic machine type.
9326
9327 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9328
9329 * configure.in: -linux-gnu*, not -linux-gnu.
9330
9331 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9332
9333 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9334 (do-tar-bz2): Replace TOOL with PACKAGE.
9335 (gdb.tar.bz2): Remove GDBTK from GDB package.
9336 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9337 dejagnu.tar.bz2): New packages.
9338
9339 2000-02-27 Andreas Jaeger <aj@suse.de>
9340
9341 * configure.in: Add entry for mips*-*-linux*, move catch all
9342 *-*-*linux* entry below this one.
9343
9344 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9345
9346 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9347
9348 2000-02-24 Nick Clifton <nickc@cygnus.com>
9349
9350 * config.sub: Support an OS of "wince".
9351
9352 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9353
9354 * config.guess, config.sub: Updated to match config's 2000-02-15
9355 version.
9356
9357 2000-02-23 Linas Vepstas <linas@linas.org>
9358
9359 * config.sub: Add support for Linux/IBM 370.
9360 * configure.in: Likewise.
9361
9362 2000-02-22 Nick Clifton <nickc@cygnus.com>
9363
9364 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9365
9366 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9367
9368 * config.guess: Guess "cygwin" rather than "cygwin32".
9369
9370 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9371
9372 * configure (gcc_version): When setting, narrow search to
9373 lines containing `version_string'.
9374
9375 2000-02-15 Denis Chertykov <denisc@overta.ru>
9376
9377 * config.sub: Add support for avr target.
9378
9379 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9380
9381 * config.sub: Add mmix-knuth-mmixware.
9382
9383 2000-01-27 Christopher Faylor <cgf@redhat.com>
9384
9385 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9386 structure stuff to -L library search.
9387 (CXX_FOR_TARGET): Ditto.
9388 (CROSS_CHECK_MODULES): Fix spelling mistake.
9389
9390 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9391
9392 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9393 the C++ compiler.
9394
9395 2000-01-12 Richard Henderson <rth@cygnus.com>
9396
9397 * configure.in: Don't build some bits for beos.
9398
9399 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9400
9401 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9402 as include files.
9403
9404 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9405
9406 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9407 not mh-aix43.
9408
9409 1999-12-14 Richard Henderson <rth@cygnus.com>
9410
9411 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9412 * config.sub: Accept alphaev[78], alphaev8.
9413
9414 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9415
9416 * config.guess, config.sub: Update from autoconf.
9417
9418 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9419
9420 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9421 necessary libraries are missing.
9422
9423 1999-10-25 Andreas Schwab <schwab@suse.de>
9424
9425 * configure: Fix quoting inside arguments of eval.
9426
9427 1999-10-21 Nick Clifton <nickc@cygnus.com>
9428
9429 * config-ml.in: Allow suppression of some ARM multilibs.
9430
9431 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9432
9433 * config.guess: Add OS/390 match pattern.
9434 * config.sub: Add mvs, openedition targets.
9435 * configure.in (i370-ibm-opened*): New.
9436
9437 1999-09-04 Steve Chamberlain <sac@pobox.com>
9438
9439 * config.sub: Add support for configuring for pj.
9440
9441 1999-08-31 Nick Clifton <nickc@cygnus.com>
9442
9443 * config.sub (maybe_os): Add support for configuring for fr30.
9444
9445 1999-08-25 Nick Clifton <nickc@cygnus.com>
9446
9447 * configure.in: Do not configure or build ld for AIX
9448 platforms. ld is known to be broken on these platforms.
9449
9450 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9451
9452 * config-ml.in: Pass compiler flag corresponding to multidirs to
9453 subdir configures.
9454
9455 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9456
9457 * Makefile.in (LDFLAGS): Define.
9458
9459 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9460
9461 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9462 noconfigdirs.
9463 (*-*-cygwin*): Likewise.
9464
9465 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9466
9467 * mkdep: New file.
9468 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9469 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9470
9471 From Eli Zaretskii <eliz@is.elta.co.il>:
9472 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9473 long file name when using DJGPP on MS-DOS.
9474
9475 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9476
9477 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9478
9479 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9480
9481 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9482 dependency as this causes "make check" to globally "make all"
9483
9484 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9485
9486 * configure.in (target_libs): Added target-zlib.
9487 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9488 (CONFIGURE_TARGET_MODULES): Likewise.
9489 (CHECK_TARGET_MODULES): Likewise.
9490 (INSTALL_TARGET_MODULES): Likewise.
9491 (CLEAN_TARGET_MODULES): Likewise.
9492 (configure-target-zlib): New target.
9493 (all-target-zlib): Likewise.
9494 (all-target-libjava): Depend on all-target-zlib.
9495 (configure-target-libjava): Depend on configure-target-zlib.
9496
9497 * Makefile.in (configure-target-libjava): Depend on
9498 configure-target-newlib.
9499 (configure-target-boehm-gc): New target.
9500 (configure-target-qthreads): New target.
9501
9502 * configure.in (target_libs): Added target-qthreads.
9503 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9504 (CONFIGURE_TARGET_MODULES): Likewise.
9505 (CHECK_TARGET_MODULES): Likewise.
9506 (INSTALL_TARGET_MODULES): Likewise.
9507 (CLEAN_TARGET_MODULES): Likewise.
9508 (all-target-qthreads): New target.
9509 (configure-target-libjava): Depend on configure-target-qthreads.
9510 (all-target-libjava): Depend on all-target-qthreads.
9511
9512 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9513 (CONFIGURE_TARGET_MODULES): Likewise.
9514 (CHECK_TARGET_MODULES): Likewise.
9515 (INSTALL_TARGET_MODULES): Likewise.
9516 (CLEAN_TARGET_MODULES): Likewise.
9517 (all-target-libjava): New target.
9518 (all-target-boehm-gc): Likewise.
9519 * configure.in (target_libs): Added libjava, boehm-gc.
9520
9521 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9522
9523 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9524 configure.bat in SUPPORT_FILES.
9525 (gas+binutils.tar.bz2): Likewise.
9526
9527 * makeall.bat: Remove; obsolete.
9528
9529 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9530
9531 From Mark Elbrecht:
9532 * configure.bat: Remove; obsolete.
9533
9534 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9535
9536 * configure: Add -W -Wall to the default CFLAGS when compiling with
9537 gcc.
9538
9539 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9540
9541 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9542
9543 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9544
9545 * configure.in: Build ld on IRIX6.
9546
9547 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9548
9549 * Makefile.in: Change distribution targets to use bzip2 instead of
9550 gzip.
9551 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9552 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9553
9554 1999-06-04 Nick Clifton <nickc@cygnus.com>
9555
9556 * config.sub: Add mcore target.
9557
9558 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9559
9560 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9561
9562 1999-05-25 H.J. Lu (hjl@gnu.org)
9563
9564 * config.guess (dummy): Changed to $dummy.
9565
9566 1999-05-24 Nick Clifton <nickc@cygnus.com>
9567
9568 * config.sub: Tidied up case statements.
9569
9570 1999-05-22 Ben Elliston <bje@cygnus.com>
9571
9572 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9573 <jiro@din.or.jp>.
9574
9575 * config.guess: Merge with FSF version. Future changes will be
9576 more accurately recorded in this ChangeLog.
9577 * config.sub: Likewise.
9578
9579 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9580
9581 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9582
9583 1999-04-30 Tom Tromey <tromey@cygnus.com>
9584
9585 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9586
9587 1999-04-23 Tom Tromey <tromey@cygnus.com>
9588
9589 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9590
9591 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9592
9593 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9594 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9595 Bad merge removed these two changes.
9596
9597 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9598 Martin Heller (Ing.-Buero_Heller@t-online.de)
9599
9600 * config.guess (interix Alpha): Add.
9601
9602 1999-04-11 Richard Henderson <rth@cygnus.com>
9603
9604 * configure.in (i?86-*-beos*): Do config gperf; don't config
9605 gdb, newlib, or libgloss.
9606
9607 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9608
9609 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9610 link a trivial program with -mabi=64. If it fails, remove mabi=64
9611 from multidirs.
9612
9613 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9614
9615 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9616
9617 1999-04-08 Nick Clifton <nickc@cygnus.com>
9618
9619 * config.sub: Add support for mcore targets.
9620
9621 1999-04-07 Michael Meissner <meissner@cygnus.com>
9622
9623 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9624 not mt-ospace, in order to shut up assembler warning about using
9625 symbols that are named the same as registers.
9626
9627 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9628
9629 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9630 dependency list for all-target-cygmon.
9631
9632 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9633
9634 * config-ml.in: Check $host, not $target, for selective multilibs.
9635 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9636 thumb interworking, and underscore prefix multilibs.
9637
9638 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9639
9640 * missing: Update to version from current automake.
9641
9642 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9643
9644 * configure (gxx_include_dir): Removed.
9645
9646 * configure.in (gxx_include_dir): Handle it.
9647 * Makefile.in: Likewise.
9648
9649 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9650
9651 * config.sub (mips64vr4111,mips64vr4111el) Add.
9652
9653 1999-03-21 Ben Elliston <bje@cygnus.com>
9654
9655 * config.guess: Correct typo for detecting ELF on FreeBSD.
9656
9657 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9658
9659 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9660 config/mh-djgpp.
9661
9662 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9663
9664 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9665 all-target-newlib to dependency list for all-target-bsp.
9666
9667 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9668
9669 * config.sub: Add i386-uwin support.
9670 * config.guess: Likewise.
9671
9672 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9673
9674 * configure.in: cleanup, add mh-*pic handling for arm, special
9675 case powerpc*-*-aix*
9676
9677 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9678
9679 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9680 can be built.
9681
9682 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9683
9684 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9685 targets.
9686
9687 1999-03-02 Nick Clifton <nickc@cygnus.com>
9688
9689 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9690
9691 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9692
9693 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9694
9695 1999-02-24 Nick Clifton <nickc@cygnus.com>
9696
9697 * config.sub: Fix typo in arm recognition.
9698
9699 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9700
9701 * configure.in (noconfigdirs): Changed target_configdirs to
9702 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9703 rather than m68k-*-* since it is not known to work on
9704 m68k-aout. Ditto for arm-*-*oabi.
9705
9706 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9707
9708 * configure.in (*-*-windows*): Remove, no longer used.
9709
9710 1999-02-19 Ben Elliston <bje@cygnus.com>
9711
9712 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9713 Smart and improved by Andrew Cagney.
9714
9715 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9716
9717 * config.guess: Recognize openbsd-*-hppa.
9718
9719 1999-02-17 H.J. Lu (hjl@gnu.org)
9720
9721 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9722 only if it is not empty.
9723
9724 1999-02-17 Nick Clifton <nickc@cygnus.com>
9725
9726 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9727
9728 * config.guess: Modified to recognize uname's armv* syntax.
9729
9730 * config.sub: Modified to recognize uname's armv* syntax.
9731
9732 1999-02-17 Mark Salter <msalter@cygnus.com>
9733
9734 * configure.in: Added target-bsp for sparclite.
9735
9736 1999-02-08 Richard Henderson <rth@cygnus.com>
9737
9738 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9739
9740 1999-02-08 Nick Clifton <nickc@cygnus.com>
9741
9742 * configure.in: Add support for strongarm port.
9743 * config.sub: Add support for strongarm target.
9744
9745 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9746
9747 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9748 the old name config/mh-cygwin32.
9749 Enable texinfo.
9750
9751 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9752
9753 * configure.in: Do build ld for ix86 Solaris.
9754
9755 1999-02-02 Jim Wilson <wilson@cygnus.com>
9756
9757 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9758 $AR_FOR_TARGET. Likewise for RANLIB.
9759
9760 1999-02-02 Catherine Moore <clm@cygnus.com>
9761
9762 * config.sub (oabi): Recognize.
9763 * configure.in (arm-*-oabi): Handle.
9764
9765 1999-01-30 Robert Lipe (robertlipe@usa.net)
9766
9767 * config.guess: Improve detection of i686 on UnixWare 7.
9768
9769 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9770
9771 * config.guess: Add support for i386-pc-interix.
9772 * config.sub: Likewise.
9773 * configure.in: Likewise.
9774
9775 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9776
9777 * Makefile.in: Remove unneeded all-target-libio from
9778 from all-target-winsup target since it is now unneeded.
9779 Add all-target-libtermcap in its place since it is now
9780 needed.
9781
9782 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9783
9784 * configure.in: makefile stub for cygwin target is probably
9785 unnecessary. Remove it for now.
9786
9787 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9788
9789 * configure.in: libtermcap.a should be built when cygwin is the
9790 target as well as the host.
9791 * config.guess: Allow mixed case in cygwin uname output.
9792 * Makefile.in: Add libtermcap target.
9793
9794 1998-12-23 Jeffrey A Law (law@cygnus.com)
9795
9796 * config.sub: Clean up handling of hppa2.0.
9797
9798 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9799
9800 * config.guess: Use C code to identify more HP machines.
9801
9802 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9803
9804 * config.sub: Handle hppa2.0.
9805
9806 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9807
9808 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9809 cygmon for all sparclite targets, regardless of object format.
9810
9811 1998-12-15 Mark Salter <msalter@cygnus.com>
9812
9813 * configure.in: Added target-bsp for several target architectures.
9814
9815 * Makefile.in: Added rules for bsp.
9816
9817 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9818
9819 * config.guess: Improve detection of hppa2.0 processors.
9820
9821 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9822
9823 * config.guess: Recognize FreeBSD using ELF automatically.
9824
9825 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9826
9827 * configure (skip-this-dir): Add handling for new shell script, which
9828 might be created by a sub-directory's configure to indicate, this particular
9829 directory is "unwanted".
9830 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9831
9832 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9833
9834 * ltconfig: import from libtool, after changing libtool to
9835 account for the cygwin name change.
9836
9837 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9838
9839 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9840 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9841
9842 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9843
9844 * configure.in: Add libtermcap to list of cygwin dependencies.
9845
9846 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9847
9848 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9849 they include winsup/include when it's a cygwin target.
9850
9851 1998-11-12 Tom Tromey <tromey@cygnus.com>
9852
9853 * configure.in (host_tools): Added zip.
9854 * Makefile.in (all-target-libjava): Depend on all-zip.
9855 (all-zip): New target.
9856 (ALL_MODULES): Added all-zip.
9857 (NATIVE_CHECK_MODULES): Added check-zip.
9858 (INSTALL_MODULES): Added install-zip.
9859 (CLEAN_MODULES): Added clean-zip.
9860
9861 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9862
9863 * Makefile.in: lose "32" from comment about cygwin.
9864
9865 1998-11-05 Nick Clifton <nickc@cygnus.com>
9866
9867 * configure.in: Use -Os to build target libraries for the fr30.
9868
9869 1998-11-04 Dave Brolley <brolley@cygnus.com>
9870
9871 * config.sub: Add fr30.
9872
9873 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9874
9875 * configure.in: drop "32" from config/mh-cygwin32. Check
9876 cygwin* instead of cygwin32*.
9877 * config.sub: Check cygwin* instead of cygwin32*.
9878
9879 1998-10-22 Robert Lipe <robertl@dgii.com>
9880
9881 * config.guess: Match any version of Unixware7.
9882
9883 1998-10-20 Syd Polk <spolk@cygnus.com>
9884
9885 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9886 if desired.
9887
9888 1998-10-18 Jeffrey A Law (law@cygnus.com)
9889
9890 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9891 these if the appropriate directories and files to not exist.
9892
9893 1998-10-14 Jeffrey A Law (law@cygnus.com)
9894
9895 * Makefile.in (DEVO_SUPPORT): Add config.if.
9896
9897 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9898
9899 * configure: Add pattern to replace "build_tooldir"'s
9900 definition in the generated Makefile with "tooldir"'s
9901 actual value.
9902
9903 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9904
9905 * config.sub: Bring back lost sparcv9.
9906
9907 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9908
9909 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9910
9911 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9912 CC_FOR_TARGET and friends.
9913
9914 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9915
9916 * Makefile.in (build_tooldir): New variable, same as tooldir.
9917 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9918 -B$(build_tooldir)/bin/.
9919 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9920
9921 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9922
9923 * config.sub: Add support for i[34567]86-pc-udk.
9924 * configure.in: Likewise.
9925
9926 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9927
9928 * Makefile.in: add bzip2 package building bits for user
9929 tools module
9930 * configure.in: ditto
9931
9932 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9933
9934 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9935 (ALL_TARGET_MODULES): Add all-target-libobjc.
9936 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9937 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9938 (all-target-libchill): Add dependencies.
9939 * configure.in (target_libs): Add libchill.
9940
9941 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9942
9943 * configure.in (target_subdir): Remove duplicate line.
9944
9945 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9946
9947 * Makefile.in (all-automake): fix dependencies.
9948
9949 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9950
9951 * configure.in: Minor cleanups for building in the $(target_alias)
9952 subdir.
9953
9954 1998-09-22 Jim Wilson <wilson@cygnus.com>
9955
9956 * Makefile.in (bootstrap): Set r and s before make all. Use
9957 BASE_FLAGS_TO_PASS in make all.
9958 (cross): Likewise.
9959
9960 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9961
9962 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9963
9964 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9965
9966 * config.sub: Fix typo in last change.
9967
9968 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9969
9970 * config.sub: Add support for C4x target.
9971 * configure.in: Likewise.
9972
9973 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9974
9975 * config.sub: Recognize sparcv9 just like sparc64.
9976
9977 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9978
9979 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9980
9981 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9982
9983 * config.guess: Correctly identify Pentium II sco boxes.
9984
9985 * config.guess: Fix "tr" code. From Weiwen Liu.
9986
9987 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9988
9989 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9990 stabs.
9991
9992 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9993
9994 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9995 (ALL_TARGET_MODULES): Add all-target-libchill.
9996 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9997 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9998 (all-target-libchill): Add dependencies.
9999 * configure.in (target_libs): Add libchill.
10000
10001 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10002
10003 * config.guess: Avoid assumptions about "tr" behaves when
10004 LANG is set to something other than English.
10005
10006 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10007
10008 * configure (gxx_include_dir): Changed to
10009 '${prefix}/include/g++'-${libstdcxx_interface}.
10010
10011 * config.if: New to determine the interfaces.
10012
10013 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10014
10015 * config.guess: Detect and handle MPE/IX.
10016 * config.sub: Deal with MPE/IX.
10017
10018 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10019
10020 * configure.in: Use mh-aix43.
10021
10022 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10023
10024 * configure: Fix --without/--disable cases for gxx-include-dir.
10025
10026 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10027
10028 * mdata-sh: Imported. Needed for automake support.
10029
10030 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10031
10032 * Makefile.in (taz): Try "chmod -R og=u ." before
10033 "chmod og=u `find . -print`".
10034
10035 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10036
10037 * configure.in: Add arm-elf and thumb-elf support.
10038
10039 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10040
10041 * Makefile.in: Undo previous patch.
10042
10043 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10044
10045 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10046 to here ...
10047 (install-no-fixedincludes): and here
10048 (INSTALL_MODULES): ... from here.
10049
10050 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10051
10052 * config.sub: Merge with FSF.
10053
10054 * config.guess: Merge with FSF.
10055
10056 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10057
10058 * configure (extraconfigdirs): New variable.
10059 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10060 * Makefile.in (all): Move higher in file.
10061 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10062 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10063 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10064 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10065 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10066
10067 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10068
10069 * Makefile.in (all-target-libjava): Depend on all-gcc and
10070 all-target-newlib.
10071 (configure-target-libjava): Depend on $(ALL_GCC).
10072
10073 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10074
10075 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10076 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10077
10078 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10079
10080 * ylwrap: Change absolute path checks to check for DOS style path
10081 names.
10082
10083 * ylwrap: Don't use a full path name if the source file is in the
10084 same directory. From hjl@lucon.org (H.J. Lu).
10085
10086 * config-ml.in: Default to being verbose, to match Feb 18 change to
10087 configure.
10088
10089 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10090
10091 Brought over from egcs:
10092
10093 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10094
10095 * configure.in (target_subdir): Set to ${target_alias} instead
10096 of "libraries".
10097
10098 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10099
10100 * configure.in (target_subdir): Set to libraries if enable_multilib.
10101
10102 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10103
10104 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10105 multilibs, force reconfiguration the first time we create
10106 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10107
10108 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10109
10110 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10111 avoid confusion with --no-recursion.
10112
10113 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10114
10115 * configure.in: Win32 hosts shouldn't use install -x
10116 * install-sh: remove -x option, and special .exe-handling
10117 hack.
10118
10119 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10120
10121 * config.guess: Recognize i586-pc-beos.
10122 * configure.in: Don't build some bits for beos.
10123
10124 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10127 CFLAGS default to -O2.
10128
10129 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10130 when using GNU ld.
10131
10132 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10133
10134 * ltmain.sh: Correct install when using a different shell.
10135
10136 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10137
10138 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10139
10140 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10141
10142 * makefile.vms: Update to build binutils/makefile.vms. Add install
10143 target.
10144
10145 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10146
10147 * ltconfig: Update to correct AIX handling.
10148
10149 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10150
10151 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10152
10153 * configure.in (target_subdir): Set to ${target_alias} instead
10154 of "libraries".
10155
10156 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10157
10158 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10159 (Makefile): Depend on $(gcc_version_trigger).
10160
10161 * configure (gcc_version): Change default initializer to empty
10162 string.
10163 (gcc_version_trigger): New variable; pass this variable down
10164 to subdir configures to enable them checking gcc's version
10165 themselves. Emit make macros for both gcc_version vars.
10166 (topsrcdir): Initialize reliably.
10167 (recursion line): Remove --with-gcc-version=${gcc_version}.
10168
10169 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10170
10171 * configure (enable_version_specific_runtime_libs): Implement new flag
10172 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10173 in $(libsubdir); emit definition in each generated Makefile.
10174 (gxx_include_dir): Initialize depending on
10175 $enable_version_specific_runtime_libs.
10176
10177 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10178
10179 * configure (gcc_version): Initialize properly depending on
10180 how and where configure is started.
10181 (recursion line): Pass a --with-gcc-version=${gcc_version}
10182 to configures in subdirs.
10183
10184 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10185
10186 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10187 cygmon
10188
10189 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10190
10191 * configure.in: Add cygmon and libstub support for mn10200.
10192
10193 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10194
10195 * configure (gcc_version): Add new variable describing the
10196 particular gcc version we're building.
10197 * Makefile.in (libsubdir): Add new macro for the directory
10198 in which the compiler finds executables, libraries, etc.
10199 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10200 and libsubdir.
10201
10202 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10203
10204 * Makefile.in (local-clean): Remove *.log.
10205 (warning.log): Built with warn_summary from build.log.
10206 (mail-report.log): Run test_summary.
10207 (mail-report-with-warnings.log): Run test_summary including
10208 warning.log in the report.
10209
10210 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10211
10212 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10213
10214 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10215
10216 * Makefile.in (grep): Grep no longer depends on libiberty.
10217
10218 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10219
10220 * Makefile.in: all-snavigator needs all-libgui.
10221
10222 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10223
10224 * configure.in: Add cygmon and libstub support for mn10300.
10225
10226 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * missing: Update to version from automake 1.3.
10229
10230 * ltmain.sh: On installation, don't get confused if the same name
10231 appears more than once in the list of library names.
10232
10233 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * config.sub: Accept m68060 and m5200 as CPU names.
10236
10237 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10238
10239 * configure: Use && rather than using -a in test, because odd
10240 strings can confuse test.
10241 * configure.in: Likewise.
10242
10243 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10244
10245 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10246
10247 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10248
10249 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10250 bootstrap4-lean): New targets.
10251
10252 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10253
10254 * mpw-* Delete. Not used.
10255
10256 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10257
10258 * COPYING.LIB: Update FSF address.
10259
10260 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10261
10262 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10263
10264 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10265 GAS_SUPPORT_DIRS.
10266
10267 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10268
10269 * ltconfig, ltmain.sh: Avoid producing a version number if
10270 -version-info was not used.
10271
10272 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10273
10274 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10275 building with newlib.
10276
10277 1998-04-30 Paul Eggert <eggert@twinsun.com>
10278
10279 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10280 Solaris `make' causes it to continue to next definition.
10281
10282 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10283
10284 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10285 the right GUI libraries and files are installed along with GDB.
10286
10287 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10288
10289 * configure.in: Change alpha to alpha* in several places.
10290
10291 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10292
10293 * config.sub: Recognize sparc86x.
10294
10295 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10296
10297 * configure.in (--enable-target-optspace): Remove debug echo.
10298
10299 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10300
10301 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10302
10303 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * ltconfig: Update cygwin32 support.
10306
10307 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10308 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10309 (GDB_SUPPORT_DIRS): Likewise.
10310
10311 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10312
10313 * configure.in (target_makefile_frag): If --enable-target-optspace,
10314 use -Os to compile target libraries rather than -O2. Default to
10315 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10316 not used.
10317 * configure.in (target_cflags): Ditto for d30v.
10318
10319 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10320
10321 * Makefile.in (all-bfd): Depend on all-intl.
10322 (all-binutils): Likewise.
10323 (all-gas): Likewise.
10324 (all-gprof): Likewise.
10325 (all-ld): Likewise.
10326
10327 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10328
10329 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10330
10331 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10332
10333 * Makefile.in (all-bfd): Depend upon all-libiberty.
10334
10335 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10336
10337 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10338
10339 * Makefile.in: Add libstub.
10340
10341 * configure.in: Ditto. Build libstub for targets that have cygmon
10342 support.
10343
10344 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10345
10346 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10347
10348 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10349
10350 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10351 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10352
10353 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10354
10355 * configure: Define DEFAULT_M4 by searching PATH.
10356 * Makfile.in: Use DEFAULT_M4.
10357
10358 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10359
10360 * ltconfig: Add cygwin32 support.
10361
10362 * Makefile.in, configure.in: Add libtool as a native only directory
10363 to configure and build.
10364
10365 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10366
10367 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10368
10369 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10370
10371 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10372
10373 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10374
10375 * Makefile.in: add ash make rules
10376 * configure.in: add ash to native_only and host_tools lists
10377
10378 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10379
10380 * Makefile.in (all-gettext, all-intl): New targets.
10381 (ALL_MODULES): Added all-gettext, all-intl.
10382 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10383 (INSTALL_MODULES): Added install-gettext, install-intl.
10384 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10385
10386 * configure.in (host_tools): Added gettext.
10387 (native_only): Likewise.
10388 (noconfigdirs) [various cases]: Likewise.
10389 (host_libs): Added intl.
10390
10391 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10392
10393 * configure: Do not disable building gdbtk for cygwin32 hosts.
10394
10395 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10396
10397 * configure.in: Add thumb-coff target.
10398 * config.sub: Add thumb-coff target.
10399
10400 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10401
10402 * Makefile.in: Revert yesterday's change.
10403 (all-target-winsup): all-target-librx stays out of here.
10404
10405 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10406
10407 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10408 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10409 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10410 Remove references to librx and libg++.
10411
10412 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10413
10414 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10415 recursive makes
10416
10417 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10418
10419 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10420 for newlib directory.
10421 (CXX_FOR_TARGET): Likewise.
10422
10423 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10424
10425 * ltconfig: Update after libtool/ltconfig.in change for
10426 hpux11.
10427
10428 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10429
10430 * ltconfig, ltmain.sh: Update to libtool 1.2.
10431
10432 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10433
10434 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10435 (install-gcc-cross): Instead, override LANGUAGES here.
10436
10437 1998-03-18 Dave Love <d.love@dl.ac.uk>
10438
10439 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10440 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10441
10442 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10443
10444 * configure.in: Add Thumb-pe target.
10445
10446 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10447
10448 * Makefile.in - changed sn targets to snavigator
10449 * configure.in - changed sn targets to snavigator
10450
10451 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10452
10453 * config-ml.in: After building symlink tree call make distclean
10454 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10455 to be the case for libiberty.
10456
10457 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10458
10459 * configure: When making link, also check the current
10460 directory. The configure scripts may create one.
10461
10462 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10463
10464 * config.sub: Accept alphapca56 and alphaev6 properly.
10465
10466 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10467
10468 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10469
10470 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10471
10472 * config.sub (sco5): Fix typo.
10473
10474 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10477 install-itcl.
10478 (install-itcl): Remove dependency on install-tcl.
10479
10480 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10481
10482 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10483
10484 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10485
10486 * configure.in: Don't build libgui for a cygwin32 target when not on
10487 a cygwin32 host.
10488
10489 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10490
10491 * configure (redirect): Set to null, so default behavior of
10492 configure is now --verbose.
10493
10494 1998-02-16 Dave Love <d.love@dl.ac.uk>
10495
10496 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10497 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10498
10499 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10500
10501 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10502 this change to sync Makefile.in with its ChangeLog entries.
10503
10504 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10505
10506 * ltmain.sh (mkdir): Check that the directory doesn't exist
10507 before we exit with error, so that we don't get races during
10508 parallel builds.
10509
10510 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10511
10512 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10513
10514 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10515
10516 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10517 PICFLAG_FOR_TARGET.
10518 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10519
10520 * configure: Emit a definition for the new macro enable_shared
10521 into each Makefile.
10522
10523 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10524
10525 * configure.in (host_tools, native_only): Add libtool.
10526
10527 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10528
10529 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10530 Fix typo in ming config comment.
10531
10532 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10533
10534 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10535
10536 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10537
10538 * config.sub: Add tic30 cases, and map c30 to tic30.
10539
10540 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10541
10542 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10543 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10544 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10545 (CLEAN_TARGET_MODULES): Similarly
10546 (all-target-libf2c): Add dependences.
10547 * configure.in (target_libs): Add libf2c.
10548
10549 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10550
10551 * configure.in: Remove expect from noconfigdirs when target
10552 is cygwin32. OK to build expect and dejagnu with Canadian
10553 Cross.
10554
10555 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10556
10557 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10558 host.
10559
10560 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10561 and mingw32.
10562
10563 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10564
10565 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10566 here as it is not defined in the toplevel Makefile.
10567
10568 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10569
10570 * configure (package_makefile_rules_frag): New variable, which names
10571 a file with generic rules, ...
10572 Change comment to mention we now have FIVE parts.
10573 * configure: Undo last change.
10574
10575 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10576
10577 * config.guess: More accurate determination of HP processor types.
10578 * config.sub: More accurate determination of HP processor types.
10579
10580 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10581
10582 * configure (package_makefile_frag): Move inserting the
10583 ${package_makefile_frag} to where it should be according
10584 to the comment.
10585
10586 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10587
10588 * config.guess: Add support for Linux/ARM.
10589
10590 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10591
10592 * .cvsignore: Remove *-info and *-install since they match
10593 release-info and mpw-install, which we don't want to just ignore.
10594
10595 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10596
10597 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10598
10599 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10600
10601 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10602 local_prefix to sub-make invocations.
10603
10604 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10605
10606 * configure.in: Check makefile fragments in the source
10607 directory.
10608
10609 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10610
10611 * configure.in: Check whether host and target makefile
10612 fragments exist before adding them to *_makefile_frag.
10613
10614 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10615
10616 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10617
10618 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10619
10620 * configure.in: Make sure we only replace RPATH_ENVVAR on
10621 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10622 regexp to sed.
10623
10624 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10625 to sub-makes.
10626
10627 1998-01-13 Lee Iverson (leei@ai.sri.com)
10628
10629 * config-ml.in (multi-do): LDFLAGS must include multilib
10630 designator.
10631
10632 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10633
10634 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10635
10636 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10637
10638 * config.sub: Add mingw32 support.
10639 * configure.in: Likewise.
10640
10641 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10642
10643 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10644
10645 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10646
10647 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10648 * configure (gxx_include_dir): Provide a definition for subdirs
10649 which do not use autoconf.
10650
10651 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10652
10653 * config.guess: Sync with egcs. Picks up new alpha support,
10654 BeOS & some additional linux support.
10655
10656 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10657
10658 * config.guess: HP 9000/803 is a PA1.1 machine.
10659
10660 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10661
10662 * configure.in: It's alpha*-...
10663
10664 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10665
10666 * configure.in (host_makefile_frag, target_makefile_frag):
10667 Handle multiple config files.
10668 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10669 alpha-*-*.
10670
10671 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10672
10673 * mkdep: New file.
10674
10675 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10676
10677 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10678
10679 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10680
10681 * Makefile.in: Add libgui directory.
10682 (GDB_TK): Add all-libgui.
10683 * configure.in: Add libgui directory.
10684 * configure: Add all-libgui to GDB_TK.
10685
10686 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10687
10688 * config-ml.in (multidirs): Add m32r to multilib list.
10689
10690 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10691
10692 * Makefile.in (all-target-gperf): Change dependency to
10693 all-target-libstdc++.
10694
10695 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10696
10697 * config.guess: Add BeOS support.
10698
10699 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10700
10701 Source directory cvs renamed to cvssrc:
10702 * configure.in (host_tools): Change cvs to cvssrc.
10703 (native_only): Likewise.
10704 (noconfigdirs) [various cases]: Likewise.
10705 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10706 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10707 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10708 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10709 (all-cvssrc): Rename target from all-cvs.
10710
10711 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10712
10713 * configure (gxx_include_dir): Fix thinko.
10714
10715 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10716
10717 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10718 (install-cross, install-gcc-cross): New targets.
10719
10720 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10721
10722 * configure.in (noconfigdirs): Add support for Thumb target.
10723
10724 * config.sub (maybe_os): Add support for Thumb target.
10725
10726 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10727
10728 * Makefile.in: Add rules for cygmon.
10729
10730 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10731
10732 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10733
10734 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10735 * configure (gxx_include_dir): Provide a definition for subdirs
10736 which do not use autoconf.
10737
10738 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10739
10740 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10741 11/18/97 build
10742
10743 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10744
10745 * From Franz Sirl.
10746 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10747 found on RedHat Linux systems.
10748
10749 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10750
10751 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10752 guesses.
10753
10754 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10755
10756 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10757
10758 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10759
10760 * ltmain.sh: If mkdir fails, check whether the directory was created
10761 anyhow by some other process.
10762
10763 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10764
10765 * configure.in (d30v-*-*): Configure all directories.
10766
10767 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10768
10769 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10770 for the D30V.
10771
10772 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10773
10774 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10775
10776 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10777
10778 * include/libiberty.h: Add extern "C" { so it can be used with C++
10779 progrms.
10780 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10781 programs.
10782
10783 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10784
10785 * configure.in (d30v-*-*): Configure GCC now.
10786
10787 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10788
10789 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10790 is no longer needed.
10791
10792 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10793
10794 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10795
10796 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10797
10798 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10799 targets using "$@" to provide support for similar but not identical
10800 targets without having to duplicate code.
10801
10802 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10803
10804 * makefile.vms: Fix to work with DEC C.
10805
10806 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10807
10808 * config.sub: Add mips-tx39-elf to marketing names.
10809
10810 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10811
10812 * ltmain.sh: Handle symlinks in generated script.
10813
10814 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10815
10816 * configure: Handle autoconf style directory options: --bindir,
10817 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10818 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10819 --sysconfdir.
10820 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10821 (sharedstatedir, localstatedir, oldincludedir): New variables.
10822 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10823 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10824 sbindir, sharedstatedir, and sysconfdir.
10825
10826 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10827
10828 * Makefile.in (bootstrap-lean): New target.
10829
10830 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10831
10832 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10833 sn, and gnuserv from noconfigdirs.
10834
10835 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10838
10839 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10840
10841 * Makefile.in (cross): New target.
10842
10843 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10844 Jeff Law <law@cygnus.com>
10845
10846 * Makefile.in (bootstrap2, bootstrap3): New targets.
10847 (all-bootstrap): Remove outdated and confusing target.
10848 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10849
10850 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10851
10852 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10853 windows. Consistent with gdb/configure.
10854
10855 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10856
10857 * configure.in: Name Linux target fragment.
10858
10859 * configure: Rewrite so that project Makefile fragment is inserted
10860 first and appears last in the resulting Makefile.
10861
10862 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10863
10864 * Makefile.in (install-itcl): Install tcl first.
10865
10866 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10867
10868 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10869
10870 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10871
10872 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10873
10874 * configure.in (skipdirs): Add target-librx for Linux.
10875 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10876
10877 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10878
10879 * Makefile.in (bootstrap): New target.
10880
10881 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10882
10883 * config.sub: Accept 'amigados' for backward compatability.
10884
10885 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10886
10887 * config.guess: Merge with FSF.
10888
10889 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10890
10891 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10892
10893 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10894
10895 * config.sub: Add "marketing-names" patch.
10896
10897 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10898
10899 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10900
10901 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10902
10903 * config.sub: Handle v850-elf.
10904
10905 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10906
10907 * .cvsignore (*-install): Remove.
10908
10909 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10910
10911 * ltconfig: Set CONFIG_SHELL in libtool.
10912 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10913
10914 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10915
10916 * configure.in (target_subdir): Set to libraries if enable_multilib.
10917
10918 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10919
10920 * config.guess: Update from gcc directory.
10921
10922 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10923
10924 * Makefile.in (all-sim): Depends on all-readline.
10925
10926 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10927
10928 * Makefile.in (BISON, YACC): Use $$s.
10929 (all-bison): Depend on all-texinfo.
10930
10931 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10932
10933 * Makefile.in (BISON): Add -L flag.
10934 (YACC): Likewise.
10935
10936 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10937
10938 * configure.in (noconfigdirs): Add support for v850e target.
10939
10940 * config.sub (maybe_os): Add support for v850e target.
10941
10942 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10943
10944 * configure.in (noconfigdirs): Add support for v850ea target.
10945
10946 * config.sub (maybe_os): Add support for v850ea target.
10947
10948 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10949
10950 * config.sub: Add mipstx39. Delete r3900.
10951
10952 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10953
10954 * Makefile.in (all-autoconf): Depends on all-texinfo.
10955
10956 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10957
10958 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10959 eabi targets.
10960
10961 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10962
10963 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10964
10965 * configure: When handling a Canadian Cross, handle YACC as well as
10966 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10967 * Makefile.in (all-bison): Depend upon all-texinfo.
10968
10969 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10970
10971 * Makefile.in (BISON): bison, not byacc or bison -y.
10972 (YACC): bison -y or byacc or yacc.
10973 (various): Add *-bison as appropriate.
10974 (taz): No need to mess with BISON anymore.
10975
10976 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * configure: If OSTYPE matches *win32*, try to find a good value for
10979 CONFIG_SHELL.
10980
10981 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10982
10983 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10984 configure.in if it is present.
10985
10986 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10989
10990 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10991
10992 * config.sub: Recognize `arc' cpu.
10993 * configure.in: Likewise.
10994 * config-ml.in: Likewise.
10995
10996 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10997
10998 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10999
11000 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11001
11002 * configure: Changed sed delimiter from ':' to '|' when
11003 attempting to substitute ${config_shell} for SHELL. On
11004 NT ${config_shell} may contain a ':' in it.
11005
11006 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11007
11008 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11009
11010 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11011
11012 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11013
11014 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11015
11016 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11017
11018 * ylwrap: If the program is a relative path, force it to be
11019 absolute.
11020
11021 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11022
11023 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11024
11025 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11026
11027 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11028 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11029 for libraries.
11030
11031 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11032
11033 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11034 separated by spaces.
11035
11036 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11037
11038 * ylwrap: New file.
11039 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11040
11041 * ltmain.sh: Handle /bin/sh at start of install program.
11042
11043 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11044
11045 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11046 * missing: New file, from automake 1.2.
11047
11048 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11049
11050 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11051 check-tk to CHECK_X11_MODULES.
11052
11053 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11054
11055 * config.sub: Merge with FSF.
11056
11057 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11058
11059 * config.guess: Merge with FSF.
11060
11061 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11062
11063 * configure: Treat msdosdjgpp like go32.
11064 * configure.in: Likewise. Don't remove gprof for go32.
11065
11066 * configure: Change Makefile.tem2 to Makefile.tm2.
11067
11068 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11069
11070 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11071
11072 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11073
11074 * install-sh (chmodcmd): Set to null if the DST directory already
11075 exists. Same as Nov 11th change.
11076
11077 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11078
11079 * configure (GDB_TK): Needs itcl and tix.
11080
11081 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11082
11083 * config.guess: Update from FSF.
11084
11085 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11086
11087 * Makefile.in (GDB_TK): Depend on itcl and tix.
11088
11089 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11090
11091 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11092 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11093 (INSTALL_SCRIPT): New variable.
11094 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11095 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11096 to -x.
11097 * install-sh: Add support for -x option.
11098
11099 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11100
11101 * configure.in, Makefile.in: Treat tix like itcl.
11102
11103 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11104
11105 * Makefile.in (WINDRES): New variable.
11106 (WINDRES_FOR_TARGET): New variable.
11107 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11108 (EXTRA_HOST_FLAGS): Add WINDRES.
11109 (EXTRA_TARGET_FLAGS): Add WINDRES.
11110 (EXTRA_GCC_FLAGS): Add WINDRES.
11111 ($(DO_X)): Pass down WINDRES.
11112 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11113 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11114 DLLTOOL_FOR_TARGET.
11115
11116 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11117
11118 * configure.in: configure sim before gdb for win32-x-ppc
11119
11120 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11121
11122 Move gperf into the toplevel, from libg++.
11123 * configure.in (target_tools): Add target-gperf.
11124 (native_only): Add target-gperf.
11125 * Makefile.in (all-target-gperf): New target, depend on
11126 all-target-libg++.
11127 (configure-target-gperf): Empty rule.
11128 (ALL_TARGET_MODULES): Add all-target-gperf.
11129 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11130 (CHECK_TARGET_MODULES): Add check-target-gperf.
11131 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11132 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11133
11134 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11135
11136 * config.sub (mn10200): Recognize new basic machine.
11137
11138 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11139
11140 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11141 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11142
11143 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11144
11145 * configure.in: If we're building mips-sgi-irix6* native, turn on
11146 ENABLE_MULTILIB and set TARGET_SUBDIR.
11147
11148 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11149
11150 * Makefile.in (all-sn): Depend on all-grep.
11151
11152 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11153
11154 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11155
11156 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11157 Makefile. From Jeff Makey <jeff@cts.com>.
11158 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11159
11160 * Makefile.in (DISTBISONFILES): Remove.
11161 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11162 $(DEFAULT_YACC).
11163
11164 * configure.in: Build itl, db, sn, etc., when building for native
11165 cygwin32.
11166
11167 * Makefile.in (LD): New variable.
11168 (EXTRA_HOST_FLAGS): Pass down LD.
11169 ($(DO_X)): Likewise.
11170
11171 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11172
11173 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11174
11175 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11176
11177 * configure.in (targargs): Strip out any supplied --build argument
11178 before adding our own. Always add --build.
11179
11180 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11181
11182 * configure.in (targargs): Pass --build if we're doing
11183 a cross-compile.
11184
11185 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11186
11187 * configure: Use '|' instead of ":" as the separator in
11188 sed. Otherwise sed chokes on NT path names with drive
11189 designators. Also look for "?:*" as the leading characters in an
11190 absolute pathname.
11191
11192 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11193
11194 * config.sub: Support for r3900.
11195
11196 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * configure.in: Use install-sh, not install.sh.
11199
11200 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11203 apply it twice.
11204
11205 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11206
11207 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11208 install-binutils.
11209
11210 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11211
11212 * Makefile.in: Add automake targets.
11213 * configure.in (host_tools): Add automake.
11214
11215 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * configure: Default CXX to c++, not gcc.
11218 * Makefile.in (CXX): Set to c++, not gcc.
11219 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11220
11221 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11222
11223 * install-sh: try appending a .exe if source file doesn't
11224 exist
11225
11226 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11227
11228 * configure.in: Turn on multilib by default.
11229 (cross_only): Remove target-libiberty.
11230
11231 * Makefile.in (all-gcc): Don't depend on libiberty.
11232
11233 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11234
11235 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11236
11237 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11238
11239 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11240 (DISTBISONFILES): Add ld/Makefile.in
11241
11242 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11243
11244 * configure.in: if target is cygwin32 but host isn't cygwin32,
11245 don't configure gdb tcl tk expect, not just gdb.
11246
11247 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11248
11249 * configure.in: Added gnuserv everywhere sn appears.
11250
11251 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11252 (CROSS_CHECK_MODULES): Added check-gnuserv.
11253 (INSTALL_MODULES): Added install-gnuserv.
11254 (CLEAN_MODULES): Added clean-gnuserv.
11255 (all-gnuserv): New target.
11256
11257 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11258
11259 * config.guess: Fixes for MIPS OpenBSD systems.
11260
11261 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * Makefile.in (INSTALL_XFORM): Remove.
11264 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11265
11266 * mkinstalldirs: New file, copied from automake.
11267 * Makefile.in (installdirs): Rename from install-dirs. Use
11268 mkinstalldirs. Change all users.
11269 (DEVO_SUPPORT): Add mkinstalldirs.
11270
11271 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * install-sh: Rename from install.sh.
11274 * Makefile.in (INSTALL): Change install.sh to install-sh.
11275 (DEVO_SUPPORT): Likewise.
11276
11277 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11278 Graichen <graichen@rzpd.de>.
11279
11280 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11281
11282 * config.guess: Recognize OpenBSD systems correctly.
11283
11284 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11285
11286 * README, Makefile.in (ETC_SUPPORT): Remove references to
11287 cfg-paper*, configure.{texi,man,info*}._
11288
11289 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11290
11291 * Makefile.in (all.normal): Ensure that gcc is built after all
11292 the x11 - ie gdb - targets.
11293
11294 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11295
11296 * makefile.vms: Don't run conf-a-gas.
11297
11298 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11299
11300 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11301
11302 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11303
11304 * configure.in: Remove noconfigdirs case since gdb also
11305 configures and builds for tic80-coff.
11306
11307 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11308
11309 * configure: Set cache_file to config.cache.
11310 * Makefile.in (local-distclean): Remove config.cache.
11311
11312 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11313
11314 * COPYING: Update FSF address.
11315
11316 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11317
11318 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11319 noconfigdirs.
11320
11321 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11322
11323 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11324 MAKEDIRS, is empty.
11325
11326 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11327
11328 * config.sub: Tweak mn10300 entry.
11329
11330 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11331
11332 * configure.in (host_tools): Put sim before gdb, so gdb's
11333 configure.tgt can determine if the simulator was configured.
11334
11335 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11336
11337 * config.sub: Move BeOS $os case to be with other Cygnus
11338 local cases.
11339
11340 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11341
11342 * config.sub: Remove misplaced comment that broke Linux.
11343
11344 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11345
11346 * config.sub: Add BeOS support.
11347
11348 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11349
11350 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11351
11352 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11353
11354 * configure.in (noconfigdirs): Remove tcl and tk from
11355 noconfigdirs for cygwin32 builds.
11356
11357 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11358
11359 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11360
11361 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11362
11363 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11364 make-all.com, use makefile.vms instead.
11365
11366 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11367
11368 * config.sub: Accept -lnews*.
11369
11370 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11371
11372 * configure.in (noconfigdirs): Disable target-newlib,
11373 target-examples and target-libiberty for d30v.
11374
11375 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11376
11377 * configure.in (noconfigdirs): Enable ld for d30v.
11378
11379 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11380
11381 * configure.in (tic80-*-*): Build compiler.
11382
11383 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11384
11385 * configure.in (d30v-*): Remove sim directory from list of
11386 unsupported d30v directories
11387
11388 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11389
11390 * config.sub, configure.in: Add d30v target cpu.
11391
11392 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11393
11394 * makefile.vms: New file.
11395 * make-all.com: Remove.
11396
11397 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11398
11399 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11400
11401 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11402
11403 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11404
11405 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11406
11407 * Makefile.in (ALL_MODULES): Added all-db.
11408 (CROSS_CHECK_MODULES): Addec check-db.
11409 (INSTALL_MODULES): Added install-db.
11410 (CLEAN_MODULES): Added clean-db.
11411
11412 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * config.guess: Merge with latest FSF sources.
11415
11416 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11417
11418 * Makefile.in (ALL_MODULES): Added all-itcl.
11419 (CROSS_CHECK_MODULES): Added check-itcl.
11420 (INSTALL_MODULES): Added install-itcl.
11421 (CLEAN_MODULES): Added clean-itcl.
11422
11423 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11424
11425 * configure.in: build gdb for mn10200
11426
11427 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11428
11429 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11430
11431 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11432
11433 * configure.in (tic80-*-*): Turn off most targets right now.
11434
11435 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11436
11437 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11438 rather than the makeinfo program.
11439 (do-info): Depend upon all-texinfo.
11440
11441 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11442
11443 * configure.in: Remove uses of config/mh-linux.
11444
11445 * config.sub, config.guess: Merge with latest FSF sources.
11446
11447 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11448
11449 * config.sub (case $basic_machine): Add tic80 entries.
11450
11451 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11452
11453 * config.sub, config.guess: Merge with latest FSF sources.
11454
11455 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11456
11457 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11458 * mpw-config.in: Test for NewFolderRecursive.
11459 * mpw-install: Use symbolic name for startup filename.
11460 * mpw-README: Add various additional details.
11461
11462 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11463
11464 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11465
11466 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11467
11468 * configure.in: Do build gcc and the target libraries for
11469 the mn10200.
11470
11471 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11472
11473 * configure.in: don't avoid building gdb for mn10300 any more
11474 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11475 instead of single-quoting it.
11476
11477 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11478
11479 * configure.in: Don't use --with-stabs on IRIX 6.
11480
11481 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11482
11483 * configure.in (m32r): Build gdb, libg++ now.
11484
11485 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11486
11487 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11488 directories from noconfigdirs.
11489
11490 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11491
11492 * config.sub (basic_machine): added mips16 configuration
11493
11494 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11495
11496 * config.sub: Handle d10v-unknown.
11497
11498 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11499
11500 * config.sub: Handle v850-unknown.
11501
11502 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11503
11504 * Makefile.in: add findutils
11505 * configure.in: add findutils to list of host_tools
11506
11507 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11508
11509 * config.sub: Handle mn10200 and mn10300.
11510
11511 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11512
11513 * configure.in (d10v-*): Do not build librx.
11514
11515 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11516
11517 * configure.in (mn10300): Build everything except gdb & libgloss.
11518
11519 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11520
11521 * config.guess: Patch for Dansk Data Elektronik servers,
11522 from Niels Skou Olsen <nso@dde.dk>.
11523
11524 For ncr, use /bin/uname rather than uname, since GNU uname does not
11525 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11526
11527 Patch for MIPS R4000 running System V,
11528 from Eric S. Raymond <esr@snark.thyrsus.com>.
11529
11530 Fix thinko for nextstep.
11531
11532 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11533
11534 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11535 * config.guess: Guess mips-dec-mach_bsd4.3.
11536
11537 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11538 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11539 release numbers.
11540 * config.guess (mips-mips-riscos*): Emit just enough of the
11541 release number.
11542
11543 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11544 * config.guess (sparc-auspex-sunos*): Added.
11545 (f300-fujitsu-*): Added.
11546
11547 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11548 * config.guess: Recognize a Tadpole as a sparc.
11549
11550 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11551
11552 * config.guess: Don't assume that NextStep version is either 2 or
11553 3. NextStep 4 (aka OpenStep 4) has come out now.
11554
11555 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11556
11557 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11558 From Rik Faith <faith@cs.unc.edu>.
11559
11560 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11561
11562 * config.sub: Contributions from bug-gnu-utils to:
11563 Support plain "hppa" (no version given) architecture, reported by
11564 OpenStep.
11565 OpenBSD like NetBSD.
11566 LynxOs is not a hardware supplier.
11567
11568 * config.guess: Contributions from bug-gnu-utils to add support for:
11569 OpenBSD like NetBSD.
11570 Stratus systems.
11571 More Pyramid systems.
11572 i[n>4]86 Intel chips.
11573 M680[n>4]0 Motorola chips.
11574 Use unknown instead of lynx for hardware manufacturer.
11575
11576 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11577
11578 * install.sh (chmodcmd): Set to null if the DST directory already
11579 exists.
11580
11581 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11582
11583 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11584 not use mt-ppc target Makefile fragment any more.
11585
11586 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11587
11588 * configure.in (*-*-windows): Exclude everything but those dirs
11589 needed to build windows.
11590
11591 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11592
11593 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11594
11595 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11596
11597 * configure.in: Exclude mmalloc from i386-windows.
11598
11599 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11600
11601 * Undo my previous change.
11602
11603 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11604
11605 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11606 unconditionally.
11607 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11608
11609 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11610
11611 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11612 host to add it's own flags.
11613
11614 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11615
11616 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11617
11618 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11619
11620 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11621 (CXX_FOR_TARGET): Likewise.
11622 (GCC_FOR_TARGET): Define.
11623 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11624 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11625 CC_FOR_TARGET was specified on the command line.
11626 (MAKEOVERRIDES): Don't define.
11627
11628 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11629
11630 * configure.in (m32r): Fix spelling of libg++ libs.
11631
11632 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11633
11634 * config.sub (-apple*): Remove, now redundant.
11635
11636 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11639
11640 * configure: Rework yesterday's sed script patch.
11641
11642 * config.sub: Merge with FSF.
11643
11644 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11645
11646 * config.guess: Merge from FSF.
11647
11648 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11649 * config.guess: Use pc instead of unknown, for pc clone systems.
11650 Change linux to linux-gnu.
11651
11652 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11653 * config.guess: Avoid non-portable tr syntax.
11654
11655 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11656
11657 * test-build.mk (HOLES): Add "xargs" for gdb.
11658
11659 * configure: Avoid hpux10.20 sed bug.
11660
11661 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11662
11663 * configure.in: Add support for windows host
11664 (that is a build done under the Microsoft build environment).
11665
11666 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11667
11668 * Makefile.in: Replace all uses of srcroot with s, to shrink
11669 command line lengths.
11670
11671 Patches from Geoffrey Noer <noer@cygnus.com>:
11672 * configure.in: If configuring for newlib, pass --with-newlib to
11673 subdirectories.
11674 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11675 -Bnewlib/ and -Lwinsup to gcc.
11676 (CXX_FOR_TARGET): Likewise.
11677
11678 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11679
11680 * Makefile.in (ETC_SUPPORT): Add configure.
11681
11682 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11683
11684 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11685 host configuration file.
11686
11687 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11688
11689 * configure.in: Break mn10x00 support into separate
11690 mn10200 and mn10300 configurations.
11691 * config.sub: Likewise.
11692
11693 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11694
11695 * configure.in: Add lots of stuff to noconfigdirs for
11696 the mn10x00 targets.
11697
11698 * config.sub, configure.in: Add mn10x00 support.
11699
11700 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11701
11702 * make-all.com: Call conf-a-gas, not config-a-gas.
11703
11704 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11705
11706 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11707 targets.
11708
11709 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11710
11711 * mpw-README: Add much more detail for native PowerMac.
11712 * mpw-install: New file.
11713 * mpw-configure: Add --norecursion and --help options.
11714 * mpw-config.in: Translate readme and install files when
11715 copying to objdir.
11716 * mpw-build.in: Don't always depend on byacc and flex.
11717 (install-only-top): New action.
11718
11719 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11720
11721 * configure.in: You can now configure GDB for the v850.
11722
11723 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11724
11725 * configure.in (noconfigdirs): Don't configure any C++ dirs
11726 if targeting D10V.
11727
11728 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11729
11730 * config.sub: Recognize mips64vr5000.
11731
11732 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11733
11734 * configure.in: Use a single line for host_tools and native_only.
11735
11736 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11737
11738 * config.sub, configure.in: Add entries for m32r.
11739
11740 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11741
11742 * Makefile.in (inet-install): Don't run install-gzip.
11743
11744 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11745
11746 * configure.in: Don't config lots of things for *-*-windows*.
11747
11748 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11749
11750 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11751 (host_libs, host_tools): Copy from configure.in.
11752 * mpw-configure: Don't complain about directories not found.
11753
11754 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11755
11756 * configure.in (i[345]86): Recognize i686 for pentium pro.
11757 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11758 file.
11759
11760 * config.guess (i[345]86): Ditto.
11761
11762 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11763
11764 * configure.in (noconfigdirs): Removed gdb for D10V.
11765
11766 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11767
11768 * configure.in: Remove ld, target-libio, target-libg++, and
11769 target-libstdc++ from noconfigdirs.
11770
11771 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11772
11773 * configure: Fix three locations where shell scripts were
11774 being run directly rather than with config_shell.
11775
11776 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11777
11778 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11779 * config.sub (basic_machine): Recognize v850.
11780
11781 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11782
11783 * mpw-configure: Handle multiple enable/disable options and
11784 pass them down recursively, handle -c and -s flags appropriately
11785 depending on choice of compiler, add escape mechanism for
11786 quoted arguments to gC.
11787
11788 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11789
11790 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11791 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11792 so that -mrelocatable-lib and -mno-eabi are used.
11793
11794 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11795 not support --print-multi-lib, don't abort.
11796
11797 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11798
11799 * make-all.com: Run config-a-gas.
11800 * setup.com: Don't copy subdirectory files around.
11801
11802 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11803
11804 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11805 target, it now compiles correctly.
11806
11807 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11808
11809 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11810
11811 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11812
11813 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11814
11815 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11816
11817 * configure.in (native_only): Add prms.
11818
11819 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11820
11821 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11822 (BINUTILS_SUPPORT_DIRS): Likewise.
11823
11824 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11825
11826 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11827 d10v support is added.
11828
11829 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11830
11831 * configure.in (d10v-*-*): New target.
11832
11833 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11834
11835 * config.guess (HP 9000/811): Recognize this as a PA1.1
11836 machine.
11837
11838 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11839
11840 * Makefile.in (do-tar-gz): New target, split out from tail end of
11841 taz target. Run each command separately, don't use pipes.
11842 (taz): Use it.
11843
11844 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11845
11846 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11847 * mpw-build.in: No builds should depend on building byacc or flex,
11848 they are assumed to be installed already.
11849
11850 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11851
11852 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11853 variable that CC_FOR_TARGET needs.
11854
11855 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11856
11857 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11858 options have changed since the last time the subdirectory was
11859 configured, and if it has, reconfigure.
11860 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11861 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11862
11863 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11864
11865 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11866 CLEAN_MODULES): Add bash.
11867 (all-bash): New target.
11868
11869 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11870
11871 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11872
11873 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11874
11875 * config.sub (basic_machine): Recognize d10v as a valid processor.
11876
11877 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11878
11879 * mpw-configure: Add support for --bindir.
11880 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11881
11882 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11883
11884 * configure.in: add bash, time, gawk to list of hosttools and things
11885 to only build for native toolchains
11886
11887 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11888
11889 * Makefile.in (docdir): Remove.
11890
11891 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11892
11893 * Makefile.in (datadir): Set to $(prefix)/share.
11894
11895 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11896
11897 * configure.in: build diff and patch for cygwin32-hosted
11898 toolchains.
11899
11900 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11901
11902 * config.sub: Accept -rtems*.
11903
11904 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11905
11906 * configure.in: enable dosrel for cygwin32-hosted builds,
11907 remove diff from the list of things not buildable
11908 via Canadian Cross
11909
11910 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11911
11912 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11913 don't get ". ".
11914
11915 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11916
11917 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11918
11919 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11920
11921 * Makefile.in (taz): Handle case where tex3patch didn't even get
11922 checked out. Also, if it was found, put the symlink in a new util
11923 subdirectory.
11924
11925 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11926
11927 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11928
11929 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11930
11931 * config.sub: Recognize -openvms.
11932 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11933 * make-all.com, setup.com: New files.
11934
11935 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11936
11937 * Makefile.in (taz): tex3patch moved to texinfo/util.
11938
11939 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11940
11941 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11942 * configure.in: remove make from disable-if-Can-Cross list
11943 enable gdb if ${host} and ${target} are cygwin32
11944
11945 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11946
11947 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11948 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11949
11950 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11951
11952 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11953 distinguish sysv/svr4/bsd variants.
11954 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11955
11956 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11957
11958 * configure.in: Added copyright notice.
11959 * move-if-change: Added copyright notice.
11960
11961 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11962
11963 * configure.in (powerpcle-*-solaris*): Until we get shared
11964 libraries working, don't build gdb, sim, make, tcl, tk, or
11965 expect.
11966
11967 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11968
11969 * config.guess: Merge with FSF:
11970
11971 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11972 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11973
11974 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11975 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11976
11977 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11978 * config.guess: Combine two OSF1 rules.
11979 Also recognize field test versions. From mjr@zk3.dec.com.
11980 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11981 because GNU uname does not support -p. From pmr@pajato.com.
11982
11983 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11984
11985 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11986
11987 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11988
11989 * mpw-README: Document GCCIncludes.
11990
11991 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11992
11993 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11994
11995 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11996
11997 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11998
11999 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12000
12001 * configure.in (*-*-cygwin32): Configure make.
12002
12003 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12004
12005 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12006
12007 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12008
12009 * Makefile.in (all-inet): Depend on all-perl.
12010
12011 * Makefile.in (inet-install): New target.
12012
12013 * Makefile.in (all-inet): Depend on all-tcl.
12014 (all-inet): Depend on all-send-pr.
12015
12016 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12017
12018 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12019 temporarily.
12020
12021 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12022
12023 * configure.in: Don't configure --with-gnu-ld on AIX.
12024
12025 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12026
12027 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12028
12029 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12030
12031 * Makefile.in (ALL_MODULES): Added all-inet.
12032 (CROSS_CHECK_MODULES): Added check-inet.
12033 (INSTALL_MODULES): Added install-inet.
12034 (CLEAN_MODULES): Added clean-inet.
12035 (all-indent): New target.
12036
12037 * configure.in (host_tools): Added inet.
12038 (native_only): Added inet.
12039 (noconfigdirs): Added inet.
12040
12041 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * configure.in: Don't configure libgloss if we are not configuring
12044 newlib.
12045
12046 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12047
12048 * configure.in: Don't configure libgloss for unsupported
12049 architectures.
12050
12051 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12052
12053 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12054
12055 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12056
12057 * Makefile.in (ALL_MODULES): Include all-apache.
12058 (CROSS_CHECK_MODULES): Include check-apache.
12059 (INSTALL_MODULES): Include install-apache.
12060 (all-apache): New target.
12061
12062 * configure.in: Added apache everywhere perl is seen.
12063
12064 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12065
12066 * Makefile.in: Add support for clean-{module} and
12067 clean-target-{module} rules.
12068
12069 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12070
12071 * configure.in (*-*-ose) do not build libgloss.
12072
12073 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12074
12075 * config.guess (prep*:SunOS:5.*:*): Turn into
12076 powerpele-unknown-solaris2.
12077
12078 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12079
12080 * configure.in: Permit --enable-shared to specify a list of
12081 directories.
12082
12083 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12084
12085 * configure.in (host==solaris): Pass only the first word of $CC
12086 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12087
12088 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12089
12090 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12091
12092 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12093
12094 * Makefile.in (ALL_MODULES): Include all-perl.
12095 (CROSS_CHECK_MODULES): Include check-perl.
12096 (INSTALL_MODULES): Include install-perl.
12097 (ALL_X11_MODULES): Include all-guile.
12098 (CHECK_X11_MODULES): Include check-guile.
12099 (INSTALL_X11_MODULES): Include install-guile.
12100 (all-perl): New target.
12101 (all-guile): New target.
12102
12103 * configure.in (host_tools): Include perl and guile.
12104 (native_only): Include perl and guile.
12105 (noconfigdirs): Don't build guile and perl; no ports have been
12106 done.
12107
12108 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12109
12110 * configure (--enable-*): Handle quoted option lists such as
12111 --enable-sim-cflags='-g0 -O' better.
12112
12113 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12114
12115 * Makefile.in ({,inst}all-target): New rule so we can make and
12116 install all of the target directories easily.
12117
12118 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12119
12120 * configure.in: Add missing global flag in sed substitution when
12121 deleting `target-' from ${configdirs}.
12122
12123 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12124
12125 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12126 option.
12127
12128 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12129 config/mh-necv4.
12130
12131 * install.sh: Correct misspelling of transformbasename.
12132
12133 * config.guess: Recognize mips-*-sysv*.
12134
12135 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12136
12137 * config.sub: Recognize mon960.
12138
12139 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12140
12141 * configure: Restore Canadian Cross handling of BISON and LEX,
12142 removed in Feb 20 change.
12143
12144 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12145
12146 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12147 Mention make install. Remove the old copyright date as well the
12148 clumsy and rather pointless copyright on the README file.
12149
12150 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12151
12152 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12153 Makefile after running symlink-tree, then run `make distclean' to
12154 avoid clobbering any generated files in srcdir.
12155
12156 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12157
12158 * configure.in (m68k-*-netbsd*): Build everything now.
12159
12160 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12161
12162 * Makefile.in (taz): Fix quoting.
12163
12164 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12165
12166 * configure.in (sparclet-*-*): Build everything now.
12167
12168 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12169
12170 * configure.in (m68k-*-linux*): New host.
12171
12172 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12173
12174 * configure: Check for bison before byacc.
12175
12176 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12177
12178 * Makefile.in configure: Change the way LEX and BISON/YACC are
12179 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12180 searching PATH. These are used as fallbacks by Makefile.in if
12181 flex/bison/byacc aren't in objdir.
12182
12183 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12184
12185 * Makefile.in: Make everything which depends upon all-bfd also
12186 depend upon all-opcodes, in case --with-commonbfdlib is used.
12187
12188 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12189
12190 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12191 building NT native compilers on Unix.
12192
12193 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * configure.in: Don't get CC from the host Makefile fragment if we
12196 can find gcc in PATH, or if this is a Canadian Cross. Move the
12197 Solaris test for /usr/ucb/cc to the post target script, just after
12198 the compiler sanity test.
12199
12200 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12201
12202 * config.sub: Merge with FSF.
12203
12204 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12205
12206 * Makefile.in (RPATH_ENVVAR): New variable.
12207 (REALLY_SET_LIB_PATH): Use it.
12208 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12209
12210 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12211
12212 * config.sub, configure.in: Recognize sparclet cpu.
12213
12214 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12215
12216 * config.guess: Support m68k-cbm-sysv4.
12217
12218 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12219
12220 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12221 m68k-unknown-linuxaout from linker help string. Put quotes around
12222 $ld_help_string.
12223
12224 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12225
12226 * config.guess (powerpc-harris-powerunix): Add guess for port
12227 to new target.
12228
12229 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12230
12231 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12232
12233 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12234
12235 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12236 $(REALLY_SET_LIB_PATH) in Makefile.
12237 * Makefile.in (SET_LIB_PATH): New variable.
12238 (REALLY_SET_LIB_PATH): New variable.
12239 ($(DO_X)): Use $(SET_LIB_PATH).
12240 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12241 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12242 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12243 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12244 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12245 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12246 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12247 (install-dosrel): Likewise.
12248 (all-opcodes): Depend upon all-libiberty.
12249
12250 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12251
12252 * config.guess (*:CYGWIN*): New
12253
12254 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12255
12256 * Makefile.in (all-target-winsup): All all-target-libiberty.
12257
12258 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12259
12260 * configure.in (noconfigdirs): Add missing # in front of comment.
12261
12262 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12263
12264 * configure.in: add second pass to things added to noconfigdirs
12265 so *-gm-magic can exclude libgloss properly.
12266
12267 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12268
12269 * mpw-configure (extralibs_name, rez_name): Set correctly
12270 for MWC68K compiler.
12271
12272 * mpw-README: Add more info on the necessary build tools.
12273
12274 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12275
12276 * configure.in, config.sub: Recognize cygwin32.
12277
12278 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12279
12280 * config.guess, config.sub: Recognize A/UX.
12281
12282 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12283
12284 * config.sub: Merge with gcc/config.sub.
12285
12286 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12287
12288 * mpw-build.in (do-binutils): Add build of stamps.
12289
12290 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12291
12292 * config.sub: Add recognition for mips64vr4100*-* targets.
12293
12294 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12295
12296 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12297 Add creation of gconfigargs with `--enable-shared' turned on.
12298 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12299 ($(host)-stamp-stage3-configured): Likewise.
12300 (HOLES): Add chatr and ldd.
12301 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12302
12303 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12304
12305 * configure: Pass --nfp to recursive configures.
12306
12307 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12308
12309 * Makefile.in (DLLTOOL): New.
12310 (DLLTOOL_FOR_TARGET): New.
12311 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12312 (EXTRA_TARGET_FLAGS): Ditto.
12313 (EXTRA_GCC_FLAGS): Ditto.
12314 (CONFIGURE_TARGET_MODULES): Ditto.
12315 (DO_X): Ditto.
12316 * configure: Add DLLTOOL.
12317
12318 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12319
12320 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12321 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12322 mh-sco, since old workarounds no longer needed, and don't
12323 build ld, since libraries have weak symbols in COFF.
12324
12325 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12326
12327 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12328
12329 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12330
12331 * configure.in: Make sure that ${CC} can be used to compile an
12332 executable.
12333
12334 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12335
12336 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12337 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12338 nothing depending on whether gdbtk is being built.
12339
12340 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12341
12342 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12343
12344 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12345
12346 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12347 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12348
12349 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12350
12351 * config-ml.in: Add support for
12352 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12353 Simplify setting of multidirs from --disable-foo.
12354
12355 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12356
12357 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12358 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12359 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12360 non-empty, pass them on to the GCC make.
12361 (all-bootstrap): New rule that is like all-gcc, except it executes
12362 the GCC bootstrap rule instead of the GCC all rule.
12363
12364 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12365
12366 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12367
12368 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12369
12370 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12371 DG/UX support.
12372
12373 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12374
12375 * config.sub (i*86*) Change [345] to [3456]
12376
12377 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12378
12379 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12380 --with-gnu-ld=no.
12381
12382 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12383
12384 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12385 AIX multilibs get built.
12386
12387 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12388
12389 * configure.in (i386-win32): Don't build expect if we're not
12390 building the tcl subdir.
12391
12392 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12393
12394 * Makefile.in: (configure-target-examples, all-target-examples):
12395 New targets, configure and build example programs.
12396
12397 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12398
12399 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12400 use it as input to sedit the generated MPW makefile.
12401 * mpw-README: Add a suggestion about Gestalt.h.
12402
12403 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * config.sub: Accept *-*-ieee*.
12406
12407 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12408
12409 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12410 Ronald F. Guilmette <rfg@monkeys.com>.
12411
12412 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12413
12414 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12415 for powerpc-pe native.
12416 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12417 (target==powerpc-pe): duplicate i386-win32 entry.
12418
12419 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12420
12421 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12422 of vxworks, not just vxworks5.1.
12423
12424 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12425
12426 * mpw-configure: Add support for exec-prefix.
12427
12428 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12429
12430 * config.guess: Recognize HP model 816 machines as having
12431 a PA1.1 processor.
12432
12433 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12434
12435 * configure: Ignore new autoconf configure options.
12436
12437 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12438
12439 * config.guess: Recognize Pentium under SCO.
12440 From Robert Lipe <robertl@arnet.com>.
12441
12442 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12443
12444 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12445
12446 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12447
12448 * configure.in: Don't configure gas for alpha-dec-osf*.
12449
12450 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12451
12452 * configure.in: Default to --with-stabs for some targets for which
12453 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12454 i[345]86*-*-unixware*.
12455
12456 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12457
12458 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12459 rather than basing it on the target. Simplify handling of options
12460 controlling which directories to configure. Remove extraneous
12461 slash in multi-clean target.
12462
12463 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12464
12465 * config-ml.in: Prefix more variables with ml_ so they don't collide
12466 with configure's.
12467
12468 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12469
12470 * configure: Don't turn -v into --v.
12471
12472 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12473
12474 * configure.in (targargs): Fix typo.
12475
12476 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12477
12478 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12479
12480 * configure.in: Strip --host and --target options from
12481 CONFIG_ARGUMENTS, and always configure for --host only. Add
12482 --with-cross-host option when building with a cross-compiler.
12483 * configure: Canonicalize the arguments put into config.status by
12484 always using `=' for an option with an argument. Pass a presumed
12485 --host or --target explicitly.
12486
12487 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12488
12489 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12490 into general OS recognition case.
12491
12492 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12493
12494 * configure.in (target_configdirs): add target-winsup only
12495 for win32 target systems.
12496
12497 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12498
12499 * Makefile.in (all-target-libgloss): Depend upon
12500 configure-target-newlib, since when libgloss is built it looks to
12501 see if the newlib directory exists.
12502
12503 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12504
12505 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12506 cfg-ml-*.in.
12507
12508 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12509
12510 * configure: Handle LD and LD_FOR_TARGET when configuring a
12511 Canadian Cross.
12512
12513 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12514
12515 * configure.in (target_libs): add target-winsup.
12516 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12517 (target==ppcle-pe): remove ld from $noconfigdirs.
12518
12519 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12520
12521 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12522 Preserve relative path names in $srcdir. Build symlink tree if
12523 configuring cross target dir and srcdir=. (= no VPATH support).
12524 (configure-target-libg++): Depend on configure-target-librx.
12525 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12526 * config-ml.in: New file.
12527 * symlink-tree: New file.
12528 * configure: Ensure srcdir="." if that's what it is.
12529
12530 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12531
12532 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12533 includes and FLEX_SKELETON setting.
12534 * mpw-configure (--with-gnu-ld): New option, controls whether
12535 to use PPCLink or ld with PowerMac GCC.
12536 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12537 * mpw-config.in: Configure grez if targeting Mac.
12538
12539 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12540 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12541 just macos.
12542 * configure.in: Configure grez resource compiler if targeting Mac.
12543 * Makefile.in (all-grez, install-grez): New targets.
12544
12545 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12546
12547 * configure: CXX defaults to gcc, not g++. If we find
12548 gcc in the path, set CC to gcc -O2.
12549
12550 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12551
12552 * configure: Default ${build} correctly. Avoid picking up extra
12553 spaces when reading CC and CXX from Makefile. When doing a
12554 Canadian Cross, use plausible default values for numerous
12555 variables.
12556 * configure.in: When doing a Canadian Cross, don't try to
12557 configure tools whose configure script can't handle it.
12558
12559 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12560
12561 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12562
12563 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12564
12565 * configure: Remove dubious bug reporting address.
12566
12567 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12568
12569 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12570 configure script, run that instead of this directory's configure.
12571 In either case, print a message that we're configuring the sub-dir.
12572
12573 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12574
12575 * configure.in: Before checking for the existence of various files,
12576 use sed to filter out "target-".
12577
12578 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * Makefile.in (DO_X): Split rule to decrease command line length
12581 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12582 (Philippe De Muyter).
12583
12584 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12585
12586 * Makefile.in (all-patch): depend on all-libiberty.
12587
12588 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12589
12590 * configure.in: If the only directory in target_configdirs which
12591 actually exists is libiberty, then set target_configdirs to empty,
12592 to avoid trying to build a target libiberty in a gas or gdb
12593 distribution.
12594
12595 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12596
12597 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12598 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12599 systems.
12600
12601 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12602
12603 * configure.in (copy_dirs): Use sys-include instead of include
12604 for --with-headers option.
12605
12606 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12607
12608 * Makefile.in, configure.in: Make winsup builds work with
12609 new scheme.
12610
12611 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12612
12613 * configure.in: Build the linker on AIX.
12614
12615 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12616
12617 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12618 where needed.
12619
12620 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12621
12622 * Makefile.in (all-gcc): Fix typo.
12623
12624 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12625
12626 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12627
12628 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12629
12630 * configure.in: Rename libFOO to target-libFOO, and xiberty
12631 to target-xiberty, to provide more flexibility.
12632 (target_subdir): Define. Create if cross.
12633 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12634 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12635 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12636 check-libFOO -> check-target-libFOO, etc.
12637 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12638 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12639 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12640 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12641 allow ALL_GCC="" to only configure.
12642 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12643 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12644 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12645
12646 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12647
12648 * Makefile.in (taz): Build "info" in etc explicitly.
12649
12650 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12651
12652 * configure.in: Make sure that CC is undefined (as opposed to
12653 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12654 problem with autoconf trying to configure on a host without GCC.
12655
12656 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12657
12658 * mpw-configure: Set host alias from choice of host compiler,
12659 only use generic MPW Makefile sed if present, edit a file
12660 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12661 * mpw-README: Add problem notes about CW6 and CW7.
12662
12663 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12664
12665 * Makefile.in (taz): Use ";" instead of ";;".
12666
12667 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12668
12669 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12670 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12671 DISTDOCDIRS.
12672 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12673 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12674
12675 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12676
12677 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12678 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12679 Move bfd to DISTSTUFFDIRS.
12680
12681 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12682
12683 * Makefile.in (X11_LIB): Removed.
12684 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12685
12686 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12687
12688 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12689
12690 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12691 names.
12692
12693 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12694
12695 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12696
12697 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12698
12699 * configure.in (i[345]86-*-win32): Always build newlib.
12700 Don't configure cvs, autoconf or texinfo.
12701 * Makefile.in (LD_FOR_TARGET): New.
12702 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12703 Pass down LD_FOR_TARGET.
12704
12705 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12706
12707 * winsup: New directory.
12708 * Makefile.in: Build winsup.
12709 * configure.in: Winsup is configured when target is win32.
12710 Can only build win32 target GDB when native.
12711
12712 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12713
12714 * config.guess: Recognize HP model 819 machines as having
12715 a PA 1.1 processor.
12716
12717 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12718
12719 * configure: Fix sed loop which substitutes for CC and CXX to
12720 avoid bug found in various sed implementations.
12721
12722 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12723
12724 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12725 simulator. Use standard powerpc-*-eabi*.
12726
12727 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * configure.in: Stop putting gas and binutils in noconfigdirs for
12730 powerpc-*-aix* and rs6000-*-*.
12731
12732 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12733
12734 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12735 -mcall-aixdesc libraries.
12736
12737 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12738
12739 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12740
12741 * config.sub (arm | armel | armeb): Fix shell syntax.
12742
12743 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12744
12745 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12746 -msoft-float and -mcpu=common support.
12747 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12748 libraries.
12749
12750 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12751
12752 * configure.in: Allow configuration and build of emacs19 for the alpha.
12753
12754 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12755
12756 * configure.in (CC): Get ^CC, not just any old CC, from
12757 ${host_makefile_frag}.
12758
12759 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12760
12761 * configure.in (CC): Try to get CC from
12762 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12763
12764 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12765
12766 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12767 only if it exists in $(srcdir).
12768
12769 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12770
12771 * configure: If CC and CXX are not set in the environment, set
12772 them, based on either an existing Makefile or on searching for gcc
12773 in PATH. Substitute for CC and CXX in Makefile.
12774 * configure.in: Remove libm from target_libs. Separate
12775 target_configdirs from configdirs. If CC is not set in
12776 environment, try to get it from a host Makefile fragment. Rewrite
12777 changes of configdirs to use skipdirs instead. A few minor
12778 tweaks. Take directories out of target_configdirs as they are
12779 taken out of configdirs. Remove existing Makefile files from
12780 subdirectories. Substitute for TARGET_CONFIGDIRS and
12781 CONFIG_ARGUMENTS in Makefile.
12782 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12783 by configure.in.
12784 (CONFIG_ARGUMENTS): Likewise.
12785 (CONFIGURE_TARGET_MODULES): New variable.
12786 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12787 ($(CONFIGURE_TARGET_MODULES)): New target.
12788 (configure-libg++, configure-libio): New targets.
12789 (all-libg++): Depend upon configure-libg++.
12790 (all-libio): Depend upon configure-libio.
12791 (configure-libgloss, all-libgloss): New targets.
12792 (configure-libstdc++): New target.
12793 (all-libstdc++): Depend upon configure-libstdc++.
12794 (configure-librx, all-librx): New targets.
12795 (configure-newlib): New target.
12796 (all-newlib): Depend upon configure-newlib
12797 (configure-xiberty): New target.
12798 (all-xiberty): Depend upon configure-xiberty.
12799
12800 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12801
12802 * configure.in (host i[345]86-*-win32): Expand the
12803 noconfigdirs again.
12804
12805 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12806
12807 * mpw-configure: Fix sed command file name.
12808
12809 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12810
12811 * configure.in (host i[345]86-*-win32): Reduce the
12812 noconfigdirs again.
12813
12814 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12815
12816 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12817 or powerpc*-*-pe*, since they are not yet supported.
12818
12819 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12820
12821 Add PowerMac support and many other enhancements.
12822 * mpw-configure: New option --cc to select compiler to use,
12823 paste options set according to --cc into the generated
12824 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12825 if mpw-make.sed is present.
12826 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12827 add forward includes for PowerPC include files.
12828 * mpw-build.in: Build using Makefile.PPC if present.
12829 (do-byacc, etc): Remove separate version resource builds.
12830 (do-gas): Build "stamps" before "all".
12831 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12832 * mpw-README: Update to reflect --cc option, PowerMac support,
12833 and recently-reported compatibility problems.
12834
12835 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12836
12837 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12838 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12839 (--with-multilib-top): Pass to recursive invocations.
12840
12841 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12842
12843 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12844 v810-*-*.
12845
12846 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12847
12848 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12849 gdb, ld and opcodes on v810-*-*.
12850
12851 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12852
12853 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12854 (local-maintainer-clean): New target.
12855 (maintainer-clean): New target.
12856 (realclean): Just depend upon maintainer-clean.
12857
12858 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12859
12860 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12861
12862 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12863
12864 * configure.in: Build ld in mips*-*-bsd* case.
12865
12866 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12867
12868 * config.sub: Accept -lites* OS. From Ian Dall.
12869
12870 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12871
12872 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12873 targets.
12874
12875 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12876
12877 * configure.in: treat i386-win32 canadian cross the same as
12878 i386-go32 canadian cross.
12879
12880 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12881
12882 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12883 running under the simulator to build a reduced set of libraries.
12884 (powerpc-*-eabiaix): Add fine grained multilib support added to
12885 other powerpc targets yesterday.
12886
12887 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12888
12889 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12890 -disable-softfloat, -disable-relocatable, -disable-aix, and
12891 -disable-sysv to control which multilib libraries get built.
12892
12893 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12894
12895 * configure: Add Makefile.tem to list of files to remove in trap
12896 handler.
12897
12898 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12899
12900 * config.guess (*Linux*): Add missing "exit"s.
12901 Also, need specific check for alpha-unknown-linux (uses COFF).
12902
12903 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12904
12905 * config.guess: Merge with FSF:
12906
12907 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12908 * config.guess (AIX4): More robust release numbering discovery.
12909
12910 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12911 * config.guess (i386-sequent-ptx): Properly get version number.
12912
12913 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12914 * config.guess (mips:*:4*:UMIPS): New case.
12915
12916 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12917
12918 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12919 (i386-win32 host): Likewise. Don't build readline.
12920
12921 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12922
12923 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12924 SUPPORT_FILES to submakes.
12925
12926 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12927
12928 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12929 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12930 mpw-configure.
12931
12932 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12933
12934 * configure.in (appdirs): Use =, not ==, in test expression when
12935 trying to build the text to print in the warning message for
12936 Solaris users.
12937
12938 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12939
12940 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12941
12942 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12943
12944 * config.guess: Recognize lynx-2.3.
12945
12946 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12947
12948 * config.sub (z8ksim): Deleted
12949 (z8k-*-coff): New, this is the one true name of the target.
12950
12951 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12952
12953 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12954
12955 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12956
12957 * config.guess (*:Linux:*:*): First try asking the linker what the
12958 default object file format is (elf, aout, or coff). Then if this
12959 fails, try previous methods.
12960
12961 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12962
12963 * configure.in: Don't build newlib for *-*-vxworks5.1.
12964
12965 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12966
12967 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12968 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12969
12970 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12971
12972 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12973
12974 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12975
12976 * cfg-ml-com.in: New file.
12977 * cfg-ml-pos.in: New file.
12978
12979 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12980
12981 * COPYING.NEWLIB: Add HP free copyright to list.
12982
12983 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12984
12985 * config.sub: Recognize -eabi* for the system, not just -eabi.
12986
12987 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12988
12989 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12990 * config.sub, configure.in (win32): New target and host.
12991
12992 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12993
12994 * configure.in: Add i386-pe configuration.
12995
12996 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12997
12998 * mpw-build.in (install): Install GDB after LD.
12999
13000 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13001
13002 * mpw-config.in (elf/mips.h): Always forward-include, needed
13003 for GDB to build.
13004
13005 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13006
13007 * testsuite: New directory for customer acceptance and whole tool
13008 chain tests.
13009
13010 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13011
13012 * configure: If per-host line isn't found, but AC_OUTPUT is found
13013 and a configure script exists, run it instead.
13014
13015 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13016
13017 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13018
13019 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13020
13021 * configure: Set build_{cpu,vendor,os,alias} to host values when
13022 --build isn't specified.
13023
13024 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13025
13026 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13027 (FLAGS_TO_PASS): Pass them.
13028 (EXTRA_TARGET_FLAGS): Ditto.
13029
13030 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13031
13032 * Makefile.in (all-libg++): Depend on all-libstdc++.
13033
13034 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13035
13036 * configure.in (noconfigdirs): Enable all packages for
13037 i386-unknown-netbsd.
13038
13039 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13040
13041 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13042 hosted builds (DOS builds)
13043
13044 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13045
13046 Changes for ARM based on patches from Richard Earnshaw:
13047 * config.sub: Handle armeb and armel.
13048 * configure.in: Omit arm linker only for riscix.
13049
13050 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13051
13052 * config.guess: Update from FSF.
13053
13054 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13055
13056 * config.sub: Recognize powerpcle as the little endian varient of
13057 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13058 powerpcle variant. Convert pentium into i586, not i486. Add p5
13059 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13060 temporarily.
13061
13062 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13063
13064 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13065
13066 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13067
13068 * config.sub: Accept -lites* as a basic system type.
13069
13070 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13071
13072 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13073 installed, and if so return linuxoldld as the system name.
13074
13075 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13076
13077 * config.guess: Add hppa1.1-hp-lites support.
13078
13079 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13080
13081 * configure.in: Don't build newlib for m68k-vxworks5.1.
13082
13083 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13084
13085 * configure.in (mips-sgi-irix6): Use mh-irix5.
13086
13087 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13088
13089 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13090
13091 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13092
13093 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13094 OSF/1. Fix compiler flags.
13095 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13096
13097 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13098
13099 * configure.in: Recognize --with-newlib.
13100 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13101
13102 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13103
13104 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13105 to *_X11_MODULES due to gdbtk needing X include files et al.
13106
13107 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13108
13109 Merge in support for Mac MPW as a host.
13110 (Old change descriptions retained for informational value.)
13111
13112 * mpw-config.in: Add generic include forwards for cpu-specific
13113 include files in aout and elf directories.
13114
13115 * mpw-configure: Added copyright.
13116 * mpw-config.in: Check for presence of required build tools.
13117 (target_libs): Add newlib.
13118 (target_tools): Add examples.
13119 (Read Me): Generate as "Read Me for MPW" instead.
13120 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13121 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13122 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13123
13124 * mpw-configure: Remove subdir-specific makefile hackery,
13125 delete mk.tmp after using it.
13126
13127 * mpw-build.in (all): Display start and end times.
13128
13129 * mpw-configure (host_canonical): Set.
13130 (target_cpu): Always add to makefiles.
13131 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13132 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13133 (mpw-mh-mpw): Look for in srcdir and srcroot.
13134 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13135
13136 * mpw-build.in: (install-only): New target.
13137
13138 * mpw-configure (host_alias, target_alias): Rename from hostalias
13139 and targetalias, add into generated Makefile.
13140 (mk.tmp): If present, add into generated Makefile.
13141 * mpw-build.in (all-gas): Build config.h first before gas proper.
13142
13143 * mpw-configure (config.status): Write only if changed.
13144 * mpw-config.in (readline): Configure it (not built, just used for
13145 definitions).
13146
13147 * mpw-config.in (elf/mips.h): Add a forward include.
13148
13149 * mpw-config.in: Forward-include most .h files in include into
13150 extra-include.
13151 (readline): Don't build.
13152 mpw-build.in (install): Install GDB.
13153
13154 * mpw-configure (prefix, mpw_prefix): Handle it.
13155 * mpw-config.in (mmalloc, readline): Don't configure.
13156 * mpw-build.in (thisscript): Rename to ThisScript.
13157 Use mpw-build instead of BuildProgram everywhere.
13158 (mmalloc, readline): Don't build.
13159 * mpw-README: New file, basic documentation about the MPW port.
13160
13161 * mpw-config.in: Use forward-include to create include files.
13162
13163 * mpw-configure: Add more things to the top of each configured
13164 Makefile, including contents of config/mpw-mh-mpw.
13165 * mpw-config.in (extra-include): Create this directory and fill it
13166 with Posix-like include files when configuring.
13167
13168 * config.sub (apple, mac, mpw): Add various aliases.
13169
13170 * mpw-build.in: New file, top-level build script fragment for MPW.
13171 * mpw-configure: New file, configure script for MPW.
13172 * mpw-config.in: New file, config fragment for MPW.
13173
13174 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13175
13176 * configure.in (host_libs): Remove glob, since it is gone from the
13177 sources.
13178
13179 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13180
13181 * Makefile.in: define empty GDB_NLM_DEPS var.
13182
13183 * configure.in(target_makefile_frag): use config/mt-netware
13184 for netware targets.
13185
13186 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13187
13188 * config.sub: Merge in recent FSF changes. Remove linux special
13189 cases.
13190
13191 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13192
13193 Revert this change:
13194
13195 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13196
13197 * build-all.mk: Use CC=cc -Xs on Solaris.
13198
13199 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13200
13201 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13202 stop using it.
13203 * Makefile.in: Nuke all references to glob subdirectory.
13204
13205 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13206
13207 * configure.in: Fix --enable-shared logic in per-host.
13208
13209 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13210
13211 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13212
13213 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13214
13215 * configure.in (noconfigdirs): Don't build gas on AIX, for
13216 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13217
13218 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13219
13220 * configure: Fix --cache-file to work if the file argument is a
13221 relative path.
13222
13223 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13224
13225 * configure: If the --cache-file is used, pass it down to
13226 configure in subdirectories.
13227
13228 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13229
13230 * config.sub: add vxworks29k configuration.
13231
13232 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13233
13234 * Makefile.in (taz): Do "diststuff" part quietly.
13235
13236 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13237
13238 * config.sub: Mini-merge with gcc/config.sub.
13239
13240 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13241
13242 * config.guess (IRIX): Sed - to _.
13243
13244 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13245
13246 * Makefile.in (source-vault, binary-vault): New targets.
13247
13248 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13249
13250 * config.sub: Recognize -eabi as a basic system type.
13251
13252 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13253
13254 * configure.in (enable_shared stuff): Fix typo.
13255
13256 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13257
13258 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13259
13260 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13261
13262 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13263
13264 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13265
13266 * configure.in (rs6000-*-*): Don't build gas.
13267
13268 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13269
13270 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13271 reduce command line length.
13272 (AS_FOR_TARGET): Check for as.new, not Makefile.
13273 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13274
13275 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13276
13277 * config.guess: Merge from FSF.
13278
13279 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13280
13281 * configure: Don't use $ when handling program_suffix.
13282
13283 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13284
13285 * configure.in: Configure tk for hppa/hpux.
13286
13287 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13288
13289 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13290
13291 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13292
13293 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13294 to LIBCXXFLAGS. Tests are better run without it.
13295
13296 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13297
13298 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13299
13300 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13301
13302 * configure.in (*-*-netware*): Don't configure xiberty.
13303
13304 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13305
13306 * configure.in: Remove tk from native_only list.
13307
13308 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13309
13310 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13311 for special NCD build.
13312
13313 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13314
13315 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13316 makeall.bat, they're only useful for binutils snapshots.
13317 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13318 makeall.bat to specified SUPPORT_FILES.
13319
13320 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13321
13322 * build-all.mk: Add Ericsson targets to sun4 and solaris
13323 hosts. Add BNR's sun4 target to solaris host, so their
13324 build-from-source will be tested in-house first.
13325
13326 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13327
13328 * Makefile.in (LIBCFLAGS): New variable.
13329 (CFLAGS_FOR_TARGET): Ditto.
13330 (LIBCFLAGS_FOR_TARGET): Ditto.
13331 (LIBCXXFLAGS): Ditto.
13332 (CXXFLAGS_FOR_TARGET): Ditto.
13333 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13334 (BASE_FLAGS_TO_PASS): Pass them.
13335 (EXTRA_TARGET_FLAGS): Ditto.
13336
13337 * configure.in: Support --enable-shared.
13338
13339 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13340
13341 * configure.in (target_libs): Include libstdc++ again.
13342 * config.guess: Update from FSF (for FreeBSD).
13343
13344 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13345
13346 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13347 makeall.bat.
13348 (DISTDOCDIRS): Add `etc'.
13349 (ETC_SUPPORT_PFX): New variable.
13350 (taz): Include anything from etc starting with a word in
13351 ETC_SUPPORT_PFX.
13352
13353 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13354
13355 * config.sub: Update for recent FSF changes. Remove obsolete
13356 h8300hds entry. Add -windows* and -osx as basic os. Minor
13357 spacing changes.
13358
13359 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13362
13363 * config.guess: Merge with FSF.
13364 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13365
13366 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13367
13368 * configure: Since the "trap 0" handler will override the exit
13369 status on many systems, only use it for "exit 1", and make it set
13370 a non-zero exit status; reset it before "exit 0". Also, check
13371 exit status of config.sub, and error out if it failed.
13372
13373 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13374
13375 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13376 and install libgloss.
13377
13378 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13379
13380 * Makefile.in (all-binutils): Depend upon all-byacc.
13381
13382 * configure.in: Don't build emacs on Irix 5.
13383
13384 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13385
13386 * configure.in (*-*-netware*): Add libio.
13387
13388 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13389
13390 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13391 (CHECK_TARGET_MODULES): Ditto.
13392 (INSTALL_TARGET_MODULES): Ditto.
13393 (TARGET_LIBS): Ditto.
13394 (all-libstdc++): Note dependencies.
13395
13396 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13397
13398 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13399
13400 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13401
13402 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13403 -fexternal-templates.
13404
13405 * configure.in (target_libs): Add libstdc++.
13406 (noconfigdirs): Add libstdc++ as appropriate.
13407
13408 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13409
13410 * config.guess: Update from FSF.
13411
13412 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13413
13414 * configure: Use ${config_shell} when running ${configsub}.
13415
13416 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13417
13418 * config.sub: No longer recognize h8300h.
13419
13420 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13421
13422 * config.sub: Remove extraneous differences between config.sub and
13423 gcc/config.sub.
13424
13425 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13426
13427 * Makefile.in (DISTSTUFFDIRS): Add gas.
13428
13429 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13430
13431 * COPYING.NEWLIB: New file.
13432
13433 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13434
13435 * config.guess (HP-UX): Patch from Harlan Stenn
13436 <harlan@landmark.com> to also emit release level.
13437
13438 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13439
13440 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13441
13442 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13443
13444 * config.sub: Merge nextstep cleanup from FSF.
13445
13446 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13447
13448 * configure.in (arm-*-*): Don't configure ld for this target.
13449
13450 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13451
13452 * configure.in (*-*-netware): don't configure libg++, libio,
13453 librx, or newlib.
13454
13455 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13456
13457 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13458 configure ld--it works, but it doesn't support shared libraries.
13459
13460 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13461
13462 * config.guess (*-unknown-freebsd*): Get rid of possible
13463 trailing "(Release)" in version string.
13464 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13465
13466 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13467
13468 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13469 Fix type: *-next-neststep -> *-next-nextstep.
13470
13471 * config.guess: Merge from FSF:
13472
13473 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13474
13475 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13476
13477 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13478
13479 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13480 instead of UNIX_SV for UnixWare 1.0).
13481
13482 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13483
13484 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13485 to make gdb/nlm/* build after the compiler and linker.
13486
13487 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13488
13489 * config.guess (netbsd, freebsd, linux): Accept any machine,
13490 not just i[34]86.
13491 (m68k-atari-sysv4): Relocate to match FSF version.
13492
13493 * config.guess: More merges from the FSF:
13494
13495 Add a space before function call or macro invocation.
13496
13497 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13498
13499 * config.guess: Add trap cmd to remove dummy.c and dummy when
13500 interrupted.
13501
13502 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13503
13504 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13505 (dummy): Redirect stderr from compilation of dummy.c.
13506
13507 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13508
13509 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13510
13511 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13512
13513 * configure: Accept and ignore --cache*, for compatibility with
13514 new autoconf.
13515
13516 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13517
13518 * config.guess: Merge from FSF:
13519
13520 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13521
13522 * config.guess (Pyramid*:OSx*:*:*): New case.
13523 (PATH): Add /.attbin at end for finding uname.
13524 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13525
13526 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13527
13528 * config.guess (M88*:DolphinOS:*:*): New case.
13529
13530 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13531
13532 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13533 to select whether to use ELF or COFF.
13534
13535 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13536
13537 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13538
13539 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13540
13541 * config.guess: Guess the OS version for HPUX.
13542
13543 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13544
13545 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13546
13547 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13548
13549 * configure.in: Recognize --with-headers, --with-libs, and
13550 --without-newlib.
13551 * Makefile.in (all-xiberty): Depend upon all-ld.
13552
13553 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13554
13555 * configure.in: Change i[34]86 to i[345]86.
13556
13557 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13558
13559 * configure (version): A few more tweaks to help message.
13560
13561 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13562
13563 * Makefile.in: Remove (for now) librx as a host library,
13564 now that we're building it for target.
13565
13566 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13567
13568 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13569 (Karl Berry).
13570
13571 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13572
13573 * configure.in: Also configure librx.
13574
13575 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13576
13577 * Makefile.in: Update various rules to reflect that librx
13578 is now needed for libg++.
13579
13580 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13581
13582 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13583
13584 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13585
13586 * configure.in: Configure the examples directory.
13587
13588 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13589
13590 * configure: Simplify Jun 2 1994 change.
13591
13592 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13593
13594 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13595 /bin/gcc isn't good enough to build gcc.
13596
13597 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13598
13599 * Makefile.in (GDB_SUPPORT_FILES): Remove
13600 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13601 (gdb.tar.gz): Add new rule to use standard distribution building
13602 mechanism.
13603
13604 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13605
13606 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13607 Bill Cox <bill@cygnus.com>.
13608
13609 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13610
13611 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13612
13613 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13614
13615 * configure: Search current dir first in .gdbinit.
13616
13617 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13618
13619 * config.sub: Recognize freebsd (merged from gcc config.sub).
13620
13621 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13622
13623 * config.sub: Refer to NeXT's operating system as nextstep.
13624
13625 * config.sub (case $basic_machine): Re-order the cases, to match
13626 the order in the FSF version (which is mostly alphabethical).
13627 Merge in some additions and changes from the FSF.
13628
13629 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13630
13631 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13632 * config.sub: Recognize cxux7.
13633 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13634
13635 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13636
13637 * config.sub: Fix typo powerpc -> powerpc-*.
13638
13639 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13640
13641 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13642
13643 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13644 parallel with all-emacs and install-emacs). Top-level command
13645 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13646
13647 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13648
13649 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13650 $(relbindir)/make before doing ``make install'', and use
13651 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13652 installing over running make binary.
13653 ($(host)-stamp-stage3-installed): Likewise.
13654
13655 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13656
13657 * config.guess: Recognize Mach.
13658
13659 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13660
13661 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13662 see whether --exec-prefix was used.
13663
13664 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13665
13666 * README: Explicitly mention libg++/README. (Zoo's idea.)
13667
13668 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13669
13670 * Makefile.in: Add all-librx target similar to all-libproc.
13671
13672 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13673
13674 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13675 with post 1.2 uname bogosity.
13676
13677 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13678
13679 * configure: Remove temporary files on receipt of a signal.
13680
13681 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13682
13683 * configure: If there is a package_makefile_frag, remove
13684 ${subdir}/Makefile.tem after copying it in.
13685
13686 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13687
13688 * build_all.mk: support rs6000 lynx identifies itself as
13689 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13690 since /bin/gcc is too feeble to compile a modern gcc.
13691
13692 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13693
13694 * brought devo/test-build.mk update-to-date with progressive/
13695 test-build.mk. Add lynx targets and hppa flag info.
13696
13697 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13698
13699 * configure.in: Use mh-ncrsvr43. Patch from
13700 Tom McConnell <tmcconne@sedona.intel.com>.
13701
13702 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13703
13704 * config.guess (i386-unknown-bsdi): No longer need to
13705 check #if defined(__bsdi__) && defined(__i386__).
13706
13707 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13708
13709 * configure: Set program_transform_nameoption correctly.
13710
13711 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13712
13713 * brought build-all.mk update-to-date with progressive build-all.mk,
13714 added new targets and hppa info.
13715
13716 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13717
13718 * configure: If config.guess result is a prefix of the user
13719 specified target, assume a native build and use the user specified
13720 target as the host alias. Remove SunOS patch suffix removal hack.
13721 * configure.in: Remove SunOS patch suffix removal hack.
13722
13723 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13724 in NATIVE_CHECK_MODULES.
13725
13726 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13727
13728 * Makefile.in: Rename HOST_ONLY to NATIVE.
13729 * configure: Delete SunOs patch suffix from host_canonical
13730 and build_canonical variables that are prepended to Makefiles.
13731 * configure.in: Add comments for easier maintenance.
13732
13733 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13734
13735 * Makefile.in: Add all-libproc target similar to all-gui.
13736
13737 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13738
13739 * Makefile.in (CHECK_MODULES): split into
13740 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13741
13742 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13743
13744 * config.guess (i386-unknown-bsdi): New system to guess.
13745
13746 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13747
13748 * Makefile.in: Add all-gui target (but not yet build by "all").
13749
13750 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13751
13752 * config.sub: Move deletion of patch suffix from here...
13753 * configure.in: To here, at Ian's suggestion. The top-
13754 level scripts might need to know of a patch level.
13755
13756 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13757
13758 * config.sub: Strip off patch suffix so rtl is recognized
13759 as a sunos4.1.3 machine, even though it's been patched.
13760
13761 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13762
13763 * Makefile.in (INSTALL_LAST): Delete.
13764 (INSTALL_DOSREL): New.
13765
13766 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13767
13768 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13769 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13770 whether we pass down --with-gnu-ld anyhow.
13771
13772 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13773
13774 * Makefile.in (INSTALL_LAST): Change operation so it works
13775 on more flavors of make.
13776 * configure.in (go32): Don't build libg++ or libio.
13777
13778 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13779
13780 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13781 they can be overriden by templates.
13782
13783 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13784
13785 * configure.in (target==go32): Don't build gdb.
13786 * dosrel: New directory.
13787
13788 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13789
13790 * configure.in (host==go32): Configure dosrel too.
13791 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13792 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13793 be set by incoming names or templates.
13794 (INSTALL_LAST): New rule.
13795
13796 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13797
13798 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13799
13800 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13801
13802 * configure.in (appdirs): New variable. Currently empty, but will
13803 be used in gas distribution. If nonempty, lists a set of
13804 directories at least one of which must get configured, or top
13805 level configuration is considered to have failed.
13806 (rs6000-*-lynxos*): Use new file name.
13807
13808 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13809
13810 Eliminate XTRAFLAGS.
13811 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13812 newlib include files using -idirafter, and also use -nostdinc.
13813 (CXX_FOR_TARGET): Likewise.
13814 (XTRAFLAGS): Removed.
13815 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13816 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13817 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13818 ($(DO_X)): Don't pass down XTRAFLAGS.
13819
13820 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13821
13822 * configure.in (mips*-dec-bsd*): New target; do build linker.
13823 (mips*-*-bsd*): New target; don't build linker.
13824
13825 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13826
13827 * configure.in: support rs6000-*-lynxos* configuration.
13828 support sunos4 as a cross target.
13829
13830 * config.sub: look for lynx*, not lynx since the OS version may
13831 legitimately be part of the name.
13832
13833 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13834
13835 * configure.in (i[34]86-*-sco*): Move to be with other i386
13836 targets.
13837 (romp-*-*): New target. Skip various binary utilities.
13838 (vax-*-*): New target. Don't build newlib.
13839 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13840
13841 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13842
13843 * configure.in: Only set host_makefile_frag if config
13844 directory exists.
13845
13846 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13847
13848 * install.sh: If $dstdir exists, don't check whether each
13849 component does.
13850
13851 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13852
13853 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13854
13855 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13856
13857 * configure.in (*-*-lynxos*): Don't configure newlib for either
13858 native or cross Lynx.
13859
13860 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13861
13862 * config.sub (sparc64-elf): Fix os.
13863 (z8k): Remove duplicate.
13864
13865 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13866
13867 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13868 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13869
13870 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13871
13872 * configure: Make file links cleanly even if Lynx fails on
13873 an NFS symlink (at least fail cleanly).
13874
13875 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13876
13877 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13878 -XNh2000.
13879
13880 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13881
13882 * configure: Unknown options are fatal again.
13883
13884 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13885
13886 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13887 compatibility.
13888
13889 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13890
13891 * build-all.mk: Add `clean' target.
13892
13893 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13894
13895 * config.guess: Add SINIX support.
13896 * configure.in: Add mips-*-sysv4* support.
13897
13898 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13899
13900 * build-all.mk: Document all useful targets.
13901 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13902 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13903
13904 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13905
13906 * configure: Support --silent, --quiet.
13907
13908 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13909
13910 * configure: Support --disable-FEATURE.
13911
13912 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13913
13914 * config.guess: Recognize NCR running SVR4.3.
13915
13916 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13917
13918 * config.guess: Make BSDI generate i386-unknown-bsd386.
13919 Patch from Paul Eggert <eggert@twinsun.com>.
13920
13921 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13922
13923 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13924
13925 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13926
13927 * configure: Make unrecognized options give nonfatal warnings
13928 instead of fatal errors, and pass them to any subdirectory
13929 configures in case they recognize them.
13930 Make --x equivalent to --with-x.
13931
13932 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13933
13934 * configure: Add --enable-* options. Clean up usage message and
13935 some comments.
13936
13937 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13938
13939 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13940
13941 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13942
13943 * configure.in (hppa*-*-*): Enable binutils.
13944
13945 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13946
13947 * config.sub: Recognize cisco.
13948
13949 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13950
13951 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13952
13953 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13954
13955 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13956 than one configuration name. Add comment.
13957
13958 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13959
13960 * config.guess: about target *-hitachi-hiuxwe2, fixed
13961 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13962 macro is incorrect.]
13963
13964 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13965
13966 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13967 than the "make ls" stuff which used to be here.
13968
13969 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13970
13971 * config.guess: Recognize i[34]86-unknown-freebsd.
13972 From Shawn M Carey <smcarey@rodan.syr.edu>.
13973
13974 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13975
13976 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13977
13978 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13979
13980 * config.guess: Check for ptx.
13981
13982 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13983
13984 * config.sub: Add os9k checking.
13985
13986 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13987
13988 * config.guess: Handle OSF1 running on HPPA processors
13989
13990 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13991
13992 * configure: If subdir configure fails, print out a message with
13993 subdirectory name, in case subdir's configure code didn't identify
13994 itself.
13995
13996 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13997
13998 * configure.in: Remove embedded newlines from configdirs.
13999 Avoid mismatches of substrings. Fix matching strings at end
14000 of configdirs.
14001
14002 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14003
14004 * config.guess: Add Lynx/rs6000 config support.
14005
14006 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14007
14008 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14009
14010 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14011
14012 * configure.in (hppa*-*-osf*): Treat this just like most other
14013 PA configurations (eg no binutils or ld).
14014 (hppa*-*-*elf*): These configurations have binutils and ld.
14015
14016 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14017
14018 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14019
14020 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14021
14022 * configure.in (rs6000-*-*): Build gas.
14023
14024 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14025
14026 * Makefile.in: Avoid bug in losing hpux sed.
14027
14028 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14029
14030 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14031 for GDB and GDB has been fixed to not need it.
14032
14033 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14034
14035 * config.guess: Recognize vax hosts.
14036
14037 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14038
14039 * configure (while loop): Don't use "break 2" inside case
14040 statement -- the case statement isn't an enclosing loop.
14041
14042 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14043
14044 * config.guess: Clean up NeXT support, to allow nextstep
14045 on Intel machines. Make OS be nextstep.
14046
14047 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14048
14049 * config.guess: Add alternate forms for Convex.
14050
14051 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14052
14053 * configure: Completely rewrite option processing. Take
14054 advantage of pattern-matching to avoid invoking test frequently.
14055 Also clean up host and target defaulting logic.
14056
14057 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14058
14059 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14060 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14061 commands (plus user environment) will fit SCO limits.
14062
14063 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14064
14065 * configure.in: Don't issue warnings about directories which are
14066 not being configured if -norecursion is set. Correct test for
14067 --with-gnu-as and --with-gnu-ld to not get confused by substring
14068 matches.
14069
14070 * configure.in: Don't build gas for alpha-dec-osf1*.
14071
14072 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14073
14074 * configure: Back out Per's change of 12/19/1993. It changes the
14075 behavior of configure in unexpected and confusing ways.
14076
14077 Also, use different delim char when calculating
14078 program_transform_name so that the name can contain slashes.
14079
14080 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14081
14082 * configure.in, config.sub: Add support for VSTa micro-kernel.
14083
14084 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14085
14086 * configure.in: Nuke hacks which were used to get a special
14087 version of GAS for HPPA configurations.
14088
14089 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14090
14091 * configure: If only ${target_alias} is given, use that
14092 as the default for ${host_alias}.
14093 * configure: Add missing back-slashes before nested quotes.
14094
14095 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14096
14097 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14098
14099 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14100
14101 * config.guess: Recognize some Tektronix configurations.
14102 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14103
14104 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14105
14106 * config.sub: Match any flavor of SH.
14107
14108 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14109
14110 * configure.in: Don't try to configure newlib for Alpha.
14111
14112 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14113
14114 * configure.in: Don't build ld for Irix 5. Don't build gas,
14115 libg++ or libio for any Alpha target.
14116
14117 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14118
14119 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14120
14121 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14122 default arguments -- so it tried to compress itself.
14123
14124 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14125
14126 * configure.in (notsupp): ensure that a space is always at the end
14127 of the configdirs list, since the grep checks for an explicit space
14128
14129 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14130
14131 * configure.in (target i386-sysv4.2): don't build ld, since static
14132 versions of many libraries are not available.
14133
14134 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14135
14136 * config.guess: Recognize Apollos (using environment variables).
14137 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14138
14139 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14140
14141 * config.guess: Recognize Sony news mips running newsos.
14142
14143 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14144
14145 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14146 "fi ; else" for bash.
14147
14148 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14149
14150 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14151
14152 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14153
14154 * config.sub: accept unixware as an alias for svr4.2.
14155 Fix some inconsistancies with the gcc version.
14156
14157 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14158
14159 * Makefile.in (DISTDOCDIRS): Add gdb.
14160
14161 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14162
14163 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14164
14165 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14166
14167 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14168 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14169 this now.
14170
14171 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14172
14173 * config.sub: Accept hiux* as an OS name.
14174
14175 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14176 etc/make-stds.texi. The underscore came from gcc, and dje now
14177 agrees that RUNTESTFLAGS is the correct name.
14178
14179 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14180
14181 * install.sh: Remove 'set -e'. It makes any conditionals
14182 in the script useless.
14183
14184 * config.guess: Automatically recognize arm-acorn-riscix
14185 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14186
14187 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14188
14189 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14190
14191 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14192
14193 * Makefile.in (DISTDOCDIRS): New variable.
14194 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14195 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14196
14197 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14198
14199 * configure.in (hppa target): check the source directory for the
14200 pagas sub-directory
14201
14202 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14203
14204 * config.sub: Allow -aout* and -elf*.
14205
14206 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14207
14208 * configure.in: Don't build ld on i386-solaris2, same as for
14209 sparc-solaris2.
14210
14211 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14212
14213 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14214
14215 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14216
14217 * configure.in: Configure gdb for alpha.
14218
14219 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14220
14221 * Makefile.in (CXXFLAGS): Add -O.
14222
14223 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14224
14225 * config.guess: added support for DG Aviion
14226
14227 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14228
14229 * configure.in: Produce warning message for subdirectories not
14230 configurable for this host/target combination. Don't try to
14231 configure gdb for vms.
14232
14233 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14234
14235 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14236 appropriate files before making "diststuff".
14237 (DISTBISONFILES): New var: list of files to be edited.
14238 (DISTSTUFFDIRS): Add binutils.
14239
14240 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14241
14242 * config.sub: also handle mipsel and mips64el (for little endian mips)
14243
14244 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14245
14246 * configure.in: Add * to end of all OS names.
14247
14248 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14249
14250 * configure.in: Build newlib for LynxOS native.
14251
14252 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14253
14254 * config.guess: Add support for delta 88k running SVR3.
14255
14256 * configure.in: Add comment about HP compiler vs. emacs.
14257
14258 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14259
14260 * configure.in: don't build ld on solaris2 (not a viable option
14261 due to bugs in getpwnam & getpwuid)
14262
14263 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14264
14265 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14266 config.guess will produce a full version number.
14267
14268 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14269
14270 * configure.in: Build linker and binutils for alpha-dec-osf1.
14271
14272 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14273
14274 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14275 and gdb/testsuite/Makefile.in.
14276
14277 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14278
14279 * configure.in: recognize mips*- instead of mips-
14280
14281 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14282
14283 * config.sub: Accept linux*coff and linux*elf as operating
14284 systems.
14285
14286 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14287
14288 * config.sub: Recognize mips64, and mips3 as an alias for it.
14289
14290 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14291
14292 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14293 gdb knows how to handle OSF/1 shared libraries.
14294
14295 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14296
14297 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14298 * config.guess: Recognize Hitachi's HIUX.
14299 * config.sub: Recognize h3050r* and hppahitachi.
14300 Remove redundant cases for hp9k[23]*.
14301
14302 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14303
14304 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14305 if gas and ld are in the source tree and are in ${configdirs}.
14306 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14307 --with options (but still pass them down on the command line,
14308 if they were explicitly specified).
14309
14310 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14311
14312 * configure: substitute SHELL value in Makefile.in with
14313 ${CONFIG_SHELL}
14314
14315 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14316
14317 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14318 *-*-solaris2* targets.
14319
14320 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14321
14322 * Makefile.in: define M4, and pass it down to sub-makes;
14323 all-autoconf now depends on all-m4
14324
14325 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14326
14327 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14328 presence of {ar,ranlib} instead of a configured directory
14329
14330 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14331
14332 * config.guess: Accept 34?? as well as 33?? for NCR.
14333
14334 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14335
14336 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14337 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14338
14339 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14340
14341 * configure: grab values for $(CC) and $(CXX) from the
14342 environment, so that someone can do "CC=gcc configure; make" and
14343 have it work right (matching the way that autoconf works now)
14344
14345 * configure.in, Makefile.in: add support for gash, the tcl
14346 interface to Galaxy
14347
14348 * config.guess: add NetBSD variants (hp300, x86)
14349
14350 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14351
14352 * install.sh: Support -d option (in the manner of SunOS 4 install,
14353 as it is more deterministic than that of GNU install)
14354 (chmodcmd): Set file to mode 755 by default (should also do default
14355 chgrp and chown, but I don't feel like dealing with that now)
14356
14357 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14358
14359 * config.sub: Remove h8300hhms alias.
14360
14361 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14362
14363 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14364
14365 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14366
14367 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14368 as stmp-fixinc
14369
14370 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14371
14372 * config.sub: recognize m88110-bug-coff.
14373
14374 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14375
14376 * Makefile.in (all-libio): all dependencies on the toolchain used
14377 to build this (gcc, gas, ld, etc)
14378
14379 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14380
14381 * config.guess: Deal with OSF/1 1.3 on alpha.
14382
14383 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14384
14385 * install.sh: add some 'else true' clauses for portability
14386
14387 * configure.in: don't build libio for h8[35]00-*-* targets
14388
14389 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14390
14391 * Makefile.in: Add support for new libio.
14392
14393 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14394
14395 * install.sh: If one command fails, don't try the rest. Don't try
14396 to remove $dsttmp (via trap) unless we have already created it.
14397 If $src doesn't exist, detect it and exit with an error.
14398
14399 * config.guess: Recognize BSD on hp300.
14400
14401 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14402
14403 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14404 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14405
14406 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14407
14408 * Makefile.in (all-send-pr): depends on all-prms
14409
14410 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14411
14412 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14413
14414 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14415
14416 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14417 Added test for mips-mips-riscos5.
14418
14419 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14420
14421 * configure.in: use mh-hp300 for 68k HP hosts
14422
14423 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14424
14425 * configure: add support for CONFIG_SHELL, so that you can use
14426 some alternate shell for evaluating configure scripts
14427
14428 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14429
14430 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14431 in configure script to bug-gdb@prep.ai.mit.edu when building
14432 distribution archive.
14433 * Makefile.in (COMPRESS): Remove def.
14434 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14435 gdb.tar.Z and make-gdb.tar.Z respectively.
14436 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14437 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14438 to convergence with 'taz' target in Makefile.in.
14439
14440 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14441
14442 * install.sh (dsttmp): use trap to ensure that tmp files go
14443 away on error conditions
14444
14445 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14446
14447 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14448
14449 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14450
14451 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14452 its parent is '/' not ''.
14453
14454 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14455
14456 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14457
14458 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14459 that ${newsrcdir}/configure.in does.
14460
14461 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14462
14463 * test-build.mk: support for CONFIG_SHELL
14464
14465 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14466
14467 * config.sub (netware): Add as a basic system type.
14468
14469 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14470
14471 * Makefile.in (Makefile): depend on configure.in. Also drop the
14472 $(srcdir)/ from the dependency on Makefile.in.
14473
14474 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14475
14476 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14477 (h8300hhms is temporary until multi-libraries are implemented).
14478 * configure.in: Handle h8300h too.
14479
14480 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14481
14482 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14483
14484 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14485
14486 * configure: Remove extraneous output when guessing host type.
14487 * config.guess: Remove extraneous output when guessing using C
14488 compiler rather than uname, or when guessing fails.
14489
14490 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14491
14492 * Makefile.in: remove all.cross and install.cross targets
14493
14494 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14495 definitions
14496
14497 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14498
14499 * configure.in (target sh): Build gprof.
14500
14501 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14502
14503 * config.sub: change -solaris to -solaris2
14504
14505 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14506
14507 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14508
14509 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14510
14511 * configure: Correct error message for missing Makefile.in to
14512 print correct directory.
14513
14514 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14515
14516 * install.sh: kludge around 386BSD shell bug
14517
14518 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14519
14520 * config.guess: Recognize NeXT.
14521 * config.guess: Recognize i486-ncr-sysv4.
14522 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14523
14524 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14525
14526 * Makefile.in (MAKEINFOFLAGS): New variable.
14527 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14528 * build-all.mk, test-build.mk: Pass down --no-split as
14529 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14530
14531 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14532
14533 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14534
14535 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14536
14537 * Makefile.in (libg++.tar.z): New rule.
14538 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14539 * Makefile.in (taz): Only do a single chmod.
14540
14541 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14542
14543 * install.sh: don't use dirname anymore (replaced with sed usage)
14544
14545 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14546
14547 * Makefile.in: Change extension for gzip'd files from '.z' to
14548 '.gz' per new FSF standard usage.
14549
14550 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14551
14552 * configure: put quotes around the final value of program_transform_name
14553
14554 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14555
14556 * Makefile.in: new install.sh support; update install-info rules
14557
14558 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14559
14560 * configure.in: Build diff for crosses, but not for go32 host.
14561
14562 * configure.in: Build gprof only for native, and don't build it
14563 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14564
14565 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14566
14567 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14568
14569 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14570
14571 * configure.in (host_tools): Add prms.
14572
14573 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14574
14575 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14576 with $(FLAGS_TO_PASS) on the command line
14577
14578 * config.sub: Recognize lynx and lynxos
14579
14580 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14581
14582 * config.sub: Accept -ecoff*, not just -ecoff.
14583
14584 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14585
14586 * Makefile.in (taz): Use .gz suffix instead of .z.
14587 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14588 names.
14589
14590 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14591
14592 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14593
14594 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14595
14596 * Makefile.in (install-no-fixedincludes): install gcc last, so
14597 that rebuilds that might happen during 'make install' don't get
14598 bogus gcc include files
14599
14600 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14601
14602 Change from Utah for HPPA support:
14603 * config.guess: Recognize hppa1.x-hp-bsd.
14604
14605 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14606
14607 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14608 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14609
14610 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14611
14612 * config.sub: Add support for rom68k and bug boot monitors.
14613
14614 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14615
14616 * Makefile.in: Make all-opcodes depend on all-bfd.
14617
14618 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14619
14620 * config.guess: Added special check for i[34]86-univel-sysv4*.
14621
14622 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14623
14624 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14625 the processor rather than assuming i486.
14626
14627 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14628
14629 * config.guess: Recognize SunOS6 as Solaris3.
14630
14631 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14632
14633 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14634 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14635
14636 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14637
14638 * build-all.mk (all-cross): New target for Canadian Cross.
14639 Added Q2 go32 targets.
14640 * test-build.mk: Configure go32 cross sparclite-aout and
14641 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14642 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14643
14644 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14645
14646 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14647 GO32 hosted toolchains
14648
14649 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14650
14651 * configure: change so "-exec-prefix" gets passed down rather
14652 than "-exec_prefix" so autoconf generated Makefiles get the
14653 exec_prefix set right.
14654
14655 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14656
14657 * config.guess: get the Solaris2 minor version number
14658
14659 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14660
14661 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14662
14663 * config.guess: Recognize some Sequent platforms.
14664
14665 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14666
14667 * Makefile.in: added the vault-install target
14668
14669 * configure.in: actually use the Sun3 makefile fragment that's in
14670 config, also added the release dir to configdirs
14671
14672 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14673
14674 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14675
14676 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14677
14678 * configure.in: remove some program from Alpha targetted toolchains
14679
14680 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14681
14682 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14683 gprof.
14684 (taz): Run "make diststuff" in those directories instead of "make
14685 proto-dir". Look for "VERSION=" only at start of line in subdir
14686 Makefile. Use "gzip -9" for compression.
14687 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14688 (binutils.tar.z): New target.
14689
14690 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14691
14692 * Makefile.in (taz): Include gpl.texinfo.
14693
14694 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14695
14696 * Makefile.in (setup-dirs): Merged into "taz" target.
14697 (taz): Only do `proto-dir' stuff if a directory is actually needed
14698 for this target.
14699
14700 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14701
14702 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14703 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14704 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14705 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14706 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14707
14708 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14709
14710 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14711 config.sub, and move-if-change to gdb testsuite distribution
14712 archive, so the testsuite can be extracted, configured, and
14713 run separately from the gdb distribution. Blow away the Chill
14714 tests that require a Chill compiled executable, since GNU Chill
14715 is not yet publically available.
14716
14717 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14718
14719 * test-build.mk: set environment variables in a single command,
14720 instead of a list of assignments and exports
14721
14722 * config.guess: recognize Alpha/OSF1 systems
14723
14724 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14725
14726 * configure: Change help message to prefer --options rather than
14727 -options.
14728
14729 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14730
14731 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14732 zippy@ecst.csuchico.edu.
14733 * config.guess: Recognize miniframe.
14734
14735 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14736
14737 * Makefile.in: Use srcroot to find runtest rather than rootme.
14738 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14739
14740 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14741
14742 * test-build.mk: Extensive additions to support building on a
14743 machine other than the host.
14744
14745 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14746
14747 * configure (tooldir): Fix for i386-aix again.
14748
14749 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14750
14751 * configure, Makefile.in: Change definition of $(tooldir)
14752 to match the FSF.
14753
14754 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14755
14756 * config.guess: Recognize i[34]86/SVR4.
14757
14758 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14759
14760 * Makefile.in (all-gdb): gdb depends on sim.
14761
14762 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14763
14764 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14765 at the same time we make the prototype gdb directory.
14766 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14767 files at the same time as the gdb base release distribution.
14768
14769 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14770
14771 * Makefile.in (check): Use individual check targets rather than
14772 DO_X rule.
14773 (check-gcc): Added.
14774
14775 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14776
14777 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14778 for System V release 3.2.
14779
14780 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14781
14782 * config.sub: Recognize hppaosf.
14783 * configure.in: Do configure ld/binutils/gas for it.
14784
14785 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14786
14787 * configure (tooldir): Alter syntax used to set this, for systems
14788 where "\$" isn't handled right, like i386-aix.
14789
14790 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14791
14792 * configure: Pass program-transform-name, not
14793 program_transform_name, to recursive configures.
14794
14795 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14796
14797 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14798 of gas+ld+binutils.
14799
14800 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14801
14802 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14803
14804 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14805
14806 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14807
14808 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14809
14810 * Makefile.in (PRMS): Set back to all-prms.
14811
14812 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14813
14814 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14815 targets, rather than for MIPS hosts.
14816
14817 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14818
14819 * configure.in: add comment for --with-x default values
14820
14821 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14822
14823 * Makefile.in: add check-* targets for each of the directories in
14824 the tree. Add a definition of RUNTEST that will use the one we
14825 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14826
14827 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14828
14829 * configure.in: Removed obsolete references to bfd_target and
14830 target_makefile_frag.
14831
14832 * build-all.mk: Set assorted targets for Q2.
14833 * config.sub: Recognize z8k-sim and h8300-hms.
14834 * test-build.mk: Really don't pass host to configure.
14835 (HOLES): Added uname.
14836
14837 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14838
14839 * configure: Handle an empty program-prefix, program-suffix or
14840 program-transform-name correctly.
14841
14842 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14843
14844 * build-all.mk: -G 8 no longer required for MIPS targets.
14845 * test-build.mk: Don't pass host argument to configure; make it
14846 guess.
14847
14848 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14849
14850 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14851 * Makefile.in (COMPRESS): New macro, like GZIP.
14852
14853 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14854
14855 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14856
14857 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14858 with gas currently defaults to -G 0.
14859
14860 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14861
14862 * Makefile.in (all-flex): flex depends on byacc.
14863
14864 * build-all.mk: If host not specified, use config.guess. Pass TAG
14865 to test-build.mk as RELEASE_TAG.
14866 * test-build.mk (configargs): New variable containing arguments to
14867 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14868 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14869
14870 * config.guess: Use /bin/uname when checking -X argument on SCO,
14871 to avoid invoking GNU uname which doesn't understand -X.
14872
14873 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14874
14875 * configure.in: Build gas for mips-*-*.
14876
14877 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14878
14879 * Makefile.in (all.normal): insert missing backslash.
14880
14881 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14882
14883 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14884
14885 * Makefile.in: Complete overhaul to merge many almost identical
14886 targets.
14887
14888 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14889
14890 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14891 (gdb.tar.Z): Adjusted.
14892
14893 * Makefile.in (setup-dirs, taz): New targets; should be general
14894 enough to adapt for gdb sometime. Build only .z file.
14895 (gas.tar.z): New target.
14896
14897 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14898
14899 * build-all.mk: Use CC=cc -Xs on Solaris.
14900
14901 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14902
14903 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14904 for handling BISON for FSF releases.
14905
14906 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14907
14908 * configure: Actually implement the change zoo just documented.
14909
14910 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14911
14912 * configure: when using config.guess, only set target_alias when
14913 it's not already been set (ie, on the command line)
14914
14915 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14916
14917 * Makefile.in: add installcheck target, set PRMS to install-prms
14918
14919 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14920
14921 * configure: add support for package_makefile_fragment, handle the
14922 case where a directory has a configure.in file but no Makefile.in
14923 more gracefully (with an actual understandable error message, even);
14924 add support for --without (and add this to the usage message); also
14925 explicitly add a --host=${host_alias} to the command line when
14926 config.guess is used
14927
14928 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14929
14930 * configure: Must use both --host and --target in recursive calls.
14931
14932 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14933
14934 * Makefile.in: Change deja-gnu to dejagnu.
14935
14936 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14937
14938 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14939
14940 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14941
14942 * configure.in: canonicalize all instances to *-*-solaris2*,
14943 also strip out a number of tools to not build for go32 host
14944
14945 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14946
14947 * config.guess: add GPL.
14948
14949 * Makefile.in, config.guess, config.sub, configure: bump
14950 copyrights to 93.
14951
14952 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14953
14954 * Makefile.in (do-info): Removed obsolete check for existence of
14955 localenv file.
14956
14957 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14958
14959 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14960
14961 * Makefile.in: a couple of 'else true' for decstation,
14962 support for TclX
14963
14964 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14965
14966 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14967
14968 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14969
14970 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14971
14972 * config.guess: Recognize i386-ibm-aix (PS/2).
14973 * configure.in: Use config/mh-aix386 file for it.
14974
14975 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14976
14977 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14978 CC_FOR_TARGET instead.
14979 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14980
14981 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14982
14983 * Makefile.in: Add sim to list of directories sent with gdb
14984
14985 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14986
14987 * configure.in: Put back mips-dec-bsd* case.
14988
14989 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14990
14991 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14992 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14993 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14994
14995 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14996
14997 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14998
14999 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15000 (install-info): install dir.info only if it exists,
15001 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15002
15003 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15004
15005 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15006 gas for mips-dec-bsd.
15007
15008 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15009
15010 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15011 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15012
15013 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15014
15015 * configure.in: Added "dejagnu" to hosttools list.
15016
15017 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15018
15019 * config.sub, configure.in, config.guess: Add support
15020 for Bosx, an AIX variant from Bull.
15021 Patches from F.Pierresteguy@frcl.bull.fr.
15022
15023 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15024
15025 * devo/dejagnu: Initial creation of devo/dejagnu.
15026 Migrated dejagnu testcases and support files for testing software
15027 tools to reside as subdirectories, currently called "testsuite",
15028 within the directory of the software tool. Migrated all programs,
15029 support libraries, etc. beloging to dejagnu proper from
15030 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15031 with no modifications. The changes to these files which will
15032 allow them to configure, build, and execute properly will be made
15033 in a future update.
15034
15035 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15036
15037 * Makefile.in: Change send_pr to send-pr.
15038 * configure.in: Likewise.
15039 * send_pr: Renamed directory to send-pr.
15040
15041 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15042
15043 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15044
15045 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15046
15047 * README: Update for gdb-4.8 release.
15048 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15049 gdb-xxx.tar.z (gzip'd) file also.
15050
15051 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15052
15053 * Makefile.in: make all-diff depend on all-libiberty
15054
15055 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15056
15057 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15058
15059 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15060
15061 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15062
15063 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15064
15065 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15066 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15067 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15068
15069 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15070
15071 * Makefile.in: makeinfo binary is in a new location
15072
15073 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15074
15075 * config.sub: Accept -ecoff as an OS.
15076
15077 * Makefile.in: Various changes to eliminate a level of make
15078 recursion and reduce the required command line length.
15079 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15080 sub-makes.
15081 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15082 variables holding settings for specific sub-makes.
15083 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15084 in terms of BASE_FLAGS_TO_PASS.
15085 (TARGET_LIBS): New variable listing directories which use
15086 TARGET_FLAGS_TO_PASS.
15087 (subdir_do): Eliminated.
15088 (do-*): New set of targets to replace subdir_do.
15089 (various): All targets which used subdir_do now depend on do-*.
15090 (local-clean): Renamed from do_clean.
15091 (local-distclean): New target, dependency of distclean and
15092 realclean.
15093 (install-info): Don't create directories. Depend on dir.info
15094 rather than calling make recursively.
15095 (install-dir.info): Eliminated.
15096 (install-info-dirs): Create all info directories here.
15097 (dir.info): Depend upon do-install-info.
15098
15099 * test-build.mk (HOLES): Added false.
15100
15101 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15102
15103 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15104
15105 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15106
15107 * Makefile.in (info): remove dependency on all-texinfo. The
15108 problem was really in texinfo/C, not at this level.
15109
15110 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15111
15112 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15113
15114 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15115
15116 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15117 GDB releases.
15118
15119 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15120
15121 * configure: Include srcdir in message about target of link not
15122 being found. Don't convert `-' to `_' in `with' options being
15123 passed to subdirs.
15124
15125 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15126
15127 * configure.in: add uudecode to host_tools
15128
15129 * Makefile.in: added {all,install}-uudecode targets, added them to
15130 the appropriate lists
15131
15132 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15133
15134 * Makefile.in (all-gcc): Added dependency on all-gas.
15135
15136 * configure.in (mips-*-*): Build ld and binutils.
15137
15138 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15139
15140 * configure: check return code from mkdir, print error message and
15141 exit on failure.
15142
15143 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15144
15145 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15146
15147 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15148
15149 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15150
15151 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15152
15153 * config.sub (h8500): Recognize this as a cpu type.
15154
15155 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15156
15157 * configure: source directory missing is no longer a warning
15158
15159 * configure.in: recognize irix[34]* instead of irix[34]
15160
15161 * Makefile.in: define and pass down X11_LIB
15162
15163 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15164
15165 * guess-systype: Renamed to ...
15166 * config.guess: ... by popular request.
15167 * configure.in, Makefile.in: Update accordingly.
15168
15169 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15170
15171 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15172 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15173 + Execute ./dummy instead of assuming . is in PATH.
15174
15175 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15176
15177 * guess-systype: New shell script. Attempts to guess the
15178 canonical host name of the executing host.
15179 Only a few hosts are supported so far.
15180 * configure: Call guess-systype if no host is specified.
15181
15182 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15183
15184 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15185 gcc Makefile.
15186
15187
15188 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15189
15190 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15191 (all-gcc, install-gcc, subdir_do): Use it.
15192
15193 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15194
15195 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15196
15197 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15198
15199 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15200 set exclusively by configure, using configure.in .
15201
15202 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15203
15204 * test-build.mk: set $PATH for all builds
15205
15206 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15207
15208 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15209
15210 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15211 the one used in gcc/Makefile.in, so that a null expansion doesn't
15212 override the one needed to build gcc with a native cc.
15213
15214
15215 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15216
15217 * configure: Accept -with arguments.
15218
15219 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15220
15221 * Makefile.in: added h8300sim
15222
15223 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15224
15225 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15226 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15227 (all-cygnus, native, build-cygnus): Make
15228 $(canonhost)-stamp-3stage-done, not $(host)....
15229 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15230 i386-sco3.2v4. Added else true to if command.
15231
15232 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15233
15234 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15235
15236 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15237
15238 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15239
15240 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15241
15242 * configure.in: don't remove binutils from Solaris builds
15243
15244 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15245
15246 * Makefile.in: get rid of earlier definitions for *clean,
15247 also handle the recursive info rule better
15248
15249 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15250
15251 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15252 do more-or-less the right thing.
15253
15254 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15255
15256 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15257 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15258
15259 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15260
15261 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15262 $(host_canonical).
15263
15264 * configure.in: split the configdirs list into 4 categories (native
15265 v. cross, library v. tool) and handle the cross-only and native-
15266 only in more reasonable (and correct!) way.
15267
15268 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15269
15270 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15271 configdirs anymore.
15272
15273 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15274
15275 * Makefile.in: extensive cleanup:: removed all of the explicit
15276 clean-* targets, collapsed many wrappers around subdir_do into
15277 one, added additional targets to satisfy standards.texi, deleted
15278 some old targets, some changes for consistency
15279
15280 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15281
15282 * configure.in: handle some programs as cross-only, and others as
15283 native only
15284
15285 * test-build.mk: handle partial holes in a more generic manner
15286
15287 * Makefile.in: m4 depends on libiberty
15288
15289 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15290
15291 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15292 time, wdiff, and find to configdirs
15293
15294 * Makefile.in: all, clean, and install rules for the new programs
15295 added to configure.in
15296
15297 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15298
15299 * configure.in: use mh-sun for all *-sun-* hosts
15300
15301 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15302
15303 * Makefile.in: define flags for X11 include files and library file
15304 locations, pass them down to the programs that need this info
15305
15306 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15307
15308 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * configure.in: start building libg++ for HP-UX targets
15311
15312 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15313
15314 * README: Update references to files moved into etc/.
15315
15316 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15317
15318 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15319 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15320
15321 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15322
15323 * configure: accept dash as well as underscore in long option
15324 names for FSF compatibility.
15325
15326 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15327
15328 * config.sub: added -sco3.2v4 support from FSF.
15329
15330 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15331
15332 * configure.in: expand the section that adds or removes
15333 directories from the list of programs to build, to handle native
15334 vs. cross in addition to host v. native
15335
15336 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15337
15338 * Makefile.in: Replace C++ in macro names with CXX.
15339 This is less likely to break ...
15340
15341 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15342
15343 * test-build.mk: add -w to GNU_MAKE
15344
15345 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15346
15347 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15348 add 'sparc' to list of recognized cpus. This needed to make
15349 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15350 Delete some redundant ose68 variants. Recognize -wrs as an os,
15351 then changes that into $CPU-wrs-vxworks.
15352
15353 * configure.in: remove most references to gdbtest, regularize
15354 target based program removal
15355
15356 * test-build.mk: import from p3 tree (many fixes and changes)
15357
15358 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15359
15360 * Makefile.in: added rules to handle tcl, tk, and expect
15361
15362 * configure.in: handle those directories if they exist
15363
15364 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15365
15366 * config.sub: removed bogus hppabsd and hppahpux names, since
15367 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15368
15369 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15372 depends upon all-xiberty
15373
15374 * Makefile.in: changes from p3, including:
15375
15376 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15377
15378 * Makefile.in (XTRAFLAGS): include newlib directories if
15379 newlib/Makefile exists, rather than if host != target.
15380
15381 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15382
15383 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15384 from the same source tree and not building a cross-compiler. This
15385 matters for the libg++ configuration if reconfiguring a tree that
15386 has already been installed.
15387
15388 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15389
15390 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15391 pick up the machine and system specific header files.
15392
15393 * Makefile.in: added AS_FOR_TARGET, passed down in
15394 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15395 the C compiler to use to create programs which are run in the
15396 build environment, set it to default to $(CC), and passed it down
15397 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15398
15399 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15400
15401 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15402 We need them for unusual native builds, like systems without
15403 ranlib.
15404
15405 * configure: also define $(host_canonical) and
15406 $(target_canonical), which are the full, canonical names for the
15407 given host and target
15408
15409 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15410
15411 * Makefile.in: Added separate definitions for C++.
15412
15413 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15414
15415 * configure.in (configdirs): Add deja-gnu.
15416
15417 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15418
15419 * README: Update for configure.texi and gdb-4.7 release.
15420
15421 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15422
15423 * Makefile.in: Move "all" target to top of file.
15424 Previously, first target was ".PHONY" which caused BSD4.4 make
15425 to build .PHONY when make was run without arguments.
15426
15427 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15428
15429 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15430 Library-copylefted code in libiberty.
15431
15432 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15433
15434 * config.sub: Replace m68kmote with plain old m68k.
15435
15436 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15437
15438 * Makefile.in: Remove space from blank line, avoid Make complaints.
15439
15440 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15441
15442 * config.sub: Complain if no argument is given. Added support for
15443 386bsd as OS and target alias.
15444
15445 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15446
15447 * Makefile.in (XTRAFLAGS): include newlib directories if
15448 newlib/Makefile exists, rather than if host != target.
15449
15450 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15451
15452 * config.sub: recognize sparclite-wrs-vxworks.
15453
15454 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15455 p3.) Added clean-xiberty to clean.
15456
15457 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15458
15459 * configure.in: use *-*-* instead of nested cases for host and target
15460
15461 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15462
15463 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15464 from the same source tree and not building a cross-compiler. This
15465 matters for the libg++ configuration if reconfiguring a tree that
15466 has already been installed.
15467
15468 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15469
15470 * config.sub (i486v/i486v4): Merge in from FSF version.
15471
15472 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15473
15474 * configure: only set PWD if it is already set.
15475
15476 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15477
15478 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15479 doesn't have unset and all success paths (and most error paths)
15480 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15481 to just ${PWD} to avoid confusion.)
15482
15483 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15484
15485 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15486 even for a native compilation.
15487
15488 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15489
15490 Changes to make the gdb.tar.Z rule work better.
15491
15492 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15493 (DEVO_SUPPORT): Add configure.texi.
15494 (bfd-ilrt.tar.Z): Remove ancient rule.
15495
15496 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15497
15498 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15499 pick up the machine and system specific header files.
15500
15501 * configure.in, config.sub: added new target m68010-adobe-scout,
15502 with alias of adobe68k. Changed configure.in to check for
15503 -scout before -sco* to avoid a false match.
15504
15505 * Makefile.in: added AS_FOR_TARGET, passed down in
15506 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15507 the C compiler to use to create programs which are run in the
15508 build environment, set it to default to $(CC), and passed it down
15509 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15510
15511 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15512
15513 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15514 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15515 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15516 FOR_TARGET variants, to newlib and libg++.
15517
15518 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15519
15520 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15521 first.
15522
15523 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15524
15525 * config.sub: Accept `elf' as an environment.
15526
15527 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15528
15529 * Makefile.in (all-opcodes): cd into the right directory
15530
15531 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15532
15533 * configure: added -program_transform_name option, used as
15534 argument to sed when installing programs.
15535 configure.texi: added documentation for -program_prefix,
15536 -program_suffix and -program_transform_name.
15537
15538 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15539
15540 * config.sub: Accept i486 where i386 ok.
15541
15542 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15543
15544 * config.sub: accept we32k
15545
15546 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15547
15548 * config.sub, configure.in: accept OSE68000 and OSE68k.
15549
15550 * Makefile.in: don't create all directories for ``make install'';
15551 let the subdirectories create the ones they need.
15552
15553 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15554
15555 * COPYING: new file, GPL v2
15556
15557 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15558
15559 * Makefile.in: use the new gen-info-dir, which needs a template
15560 argument (which also lives in texinfo)
15561
15562 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15563
15564 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15565
15566 * config.sub (ncr3000): Change i386 to i486.
15567
15568 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15569
15570 * Makefile.in: add install-rcs, install-grep to
15571 install-no-fixedincludes, removed install-bison and install-libgcc
15572
15573 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15574
15575 * configure.in: grab the HPUX makefile fragment if on HPUX
15576
15577 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15578
15579 * Makefile.in: eradicate bison spoor (ditto libgcc).
15580 configure.in: recognise m68{k,000}-ericsson-OSE.
15581 es1800 is alias for m68k-ericsson-OSE
15582
15583 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15584
15585 * configure.in: rearrange the parts that remove programs from
15586 configdirs, based now on HOST==TARGET or by canonical triple.
15587
15588 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15589
15590 * test-build.mk: recurse explicitly with -f test-build.mk when
15591 appropriate. predicate stage3 and comparison on the existence
15592 of gcc. That is, if gcc isn't around, we aren't three-staging.
15593 On very clean, also remove ...stamp-co. Build in-place before
15594 doing other builds.
15595
15596 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15597
15598 * Makefile.in, configure.in: add tgas
15599
15600 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15601
15602 * Makefile.in: a number of changes merged in from progressive.
15603
15604 * configure.in: add libm.
15605
15606 * .cvsignore: ignore some stuff that comes from test-build.mk.
15607
15608 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15609
15610 * config.sub: Add es1800 (m68k-ericsson-es1800).
15611
15612 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15613
15614 * configure: Add program_suffix (parallel to program_prefix)
15615 * Makefile.in: adjust directory-creating script for losing decstation
15616
15617 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15618
15619 * configure: Minor $subdir-related fixes.
15620
15621 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15622
15623 * configure: fix various problems with propogating
15624 makefile_target_frag in subdirs.
15625 * configure.in: config libgcc if its there
15626
15627 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15628
15629 * config.sub: HPPA merge.
15630
15631 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15632
15633 * Makefile.in: Replace all-bison with all-byacc in all
15634 dependency lines for other tools (which now use byacc).
15635
15636 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15637
15638 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15639
15640 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15641
15642 * Makefile.in: make gprof rules similar to byacc rules (instead of
15643 vestigal $(unsubdir) that didn't work...)
15644
15645 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15646
15647 * config.sub: Add support for Linux.
15648 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15649 (at least for libg++).
15650
15651 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15652
15653 * configure.texi: fix doc for the -nfp option to configure
15654
15655 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15656
15657 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15658
15659 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15660
15661 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15662 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15663 * configure.in: added solaris* host_makefile_frag hook.
15664
15665 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15666
15667 * config.sub: changed recognition of m68000 so that various
15668 m68k types can be specified via m680[01234]0
15669
15670 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15671
15672 * config.sub (basic_machine): fix sed so that '-foo' isn't
15673 completely substituted out while .+'-foo' loses the '-foo'
15674
15675 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15676
15677 * config.sub ($os): Add -aout.
15678
15679 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15680
15681 * configure: If host_makefile_frag is absolute, don't
15682 prefix ${invsubdir} (relevant to libg++ auto-configure).
15683
15684 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15685
15686 * Makefile.in (tooldir): Define it.
15687 (all-ld): Depend on all-flex.
15688
15689 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15690
15691 * Makefile.in (check): Fix libg++ special case.
15692
15693 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15694
15695 * configure: do not bury `pwd` into config.status, thus do fewer
15696 pwd's.
15697
15698 * configure: print the "Building in" message only when building in
15699 other than "." AND verbose.
15700
15701 * configure: remove -s, rework -v to better accomodate guested
15702 configures.
15703
15704 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15705
15706 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15707
15708 * Makefile.in: macroize flags passed on recursion. remove
15709 fileutils.
15710
15711 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15712
15713 * configure: get makesrcdir right for subdirs deeper than 1.
15714
15715 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15716 install.
15717
15718 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15719
15720 * Makefile.in: don't print subdir_do or recursion lines.
15721
15722 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15723
15724 * standards.texi: added menu item.
15725
15726 * Makefile.in: build and install standards.info.
15727
15728 * standards.texi: new file.
15729
15730 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15731
15732 * configure: test for and move config.status pieces from
15733 ${subdir}/.
15734
15735 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15736
15737 * configure: Test for existance of files before trying to mv
15738 them, to avoid numerous non-existance messages.
15739
15740 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15741
15742 * configure: correct final line of config.status.
15743
15744 * configure: patch from eggert. Avoids a protection problem if
15745 the original Makefile.in is read only.
15746
15747 * configure: use move-if-change from gcc to create config.status.
15748 Some makefiles depend on config.status to tell if a directory
15749 has been reconfigured for a different host. This change
15750 prevents those directories from remaking everything in the case
15751 where the reconfig was only intended to rebuild a Makefile.
15752
15753 * configure: test for config.sub with "config.sub sun4" rather
15754 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15755 host alias from a missing config.sub.
15756
15757 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15758
15759 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15760 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15761
15762 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15763
15764 * configure: mkdir ${subdir} as needed.
15765
15766 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15767
15768 * Makefile.in,configure.in: added autoconf.
15769
15770 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15771
15772 * Makefile.in: no longer pass against on recursion.
15773
15774 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15775 definitions are not inherited.
15776
15777 * configure: correct makesrcdir when subdir is .
15778
15779 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15780
15781 * configure: Add support for 'subdirs' variable, which is
15782 like 'configdirs', except that configure doesn't re-invoke
15783 itself for subdirs, it just creates a Makefile for each subdir.
15784 * configure.texi: Document subdirs.
15785
15786 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15787
15788 * configure.in: added flex to configdirs
15789
15790 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15791
15792 * Makefile.in: remove clean-stamps from clean.
15793
15794 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15795
15796 * configure.in: Add gdbtest to configdirs.
15797
15798 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15799
15800 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15801 to recursive makes.
15802 * configure.in: Recognize new ncr3000 config.
15803
15804 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15805
15806 * Makefile.in, configure.in: removed references to gdbm.
15807
15808 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15809
15810 * config.sub: Don't canonicalize os value
15811 newsos* to bsd (readline needs to check for newsos).
15812 (This fix was earlier made Jan 31, but got re-broken.)
15813
15814 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15815
15816 * configure.in: sco is an os, not a vendor!
15817
15818 * configure: Quote $( better. Keep various shells happy.
15819
15820 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15821
15822 * Makefile.in: eliminate stamp-files.
15823
15824 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15825
15826 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15827 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15828
15829 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15830
15831 * config.sub: fix iris/iris3.
15832
15833 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15834
15835 * configure: re-add -rm.
15836
15837 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15838
15839 * Maskefile.in: add .stmp-rcs to all.
15840
15841 * configure.in: remove gas from rs6000 build, use aix host fragment.
15842
15843 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15844
15845 * configure: pass down site_option during recursion.
15846
15847 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15848
15849 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15850
15851 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15852
15853 * configure: Change exec_prefix so that it really defaults to prefix.
15854
15855 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15856
15857 * Makefile.in, configure.in: Add support for mmalloc library.
15858
15859 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15860
15861 * Makefile.in: add stmp dependencies for a few more things.
15862
15863 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15864
15865 * configure: adjusted error message on objdir/srcdir configure
15866 collision, per john's suggestion.
15867
15868 * Makefile.in: add libiberty stmp to all and all.cross.
15869
15870 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15871
15872 * Makefile.in: remove force dependencies, add grep to all.
15873
15874 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15875
15876 * Makefile.in: drop flex. make stamp files work.
15877
15878 * configure: added test for conflicting configuration in srcdir,
15879 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15880 gets cranky. use relative paths for configure and srcdir
15881 whenever possible. Send some error messages to stderr that were
15882 going to stdout.
15883
15884 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15885
15886 * Makefile.in: Fix libg++ rule to check for gcc directory
15887 before using gcc/gcc. Also pass XTRAFLAGS.
15888
15889 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15890
15891 * Makefile.in: added stmp-files so that directories aren't polled
15892 when they are already built.
15893
15894 * configure.texi: fixed a node pointer problem.
15895
15896 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15897
15898 * config.sub configure.in gdb/configure.in
15899 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15900 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15901 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15902
15903 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15904
15905 * configure: -recurring becomes -silent. corrected help message
15906 for -site= option.
15907
15908 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15909
15910 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15911
15912 * configure: when building Makefile for crosses, replace
15913 tooldir and program_prefix. default srcdir from location of
15914 config.sub. remove "for host in hosts" and "for target in
15915 targets" loops.
15916
15917 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15918
15919 * Makefile.in: Do not pass bindir or mandir to cvs.
15920
15921 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15922
15923 * Makefile.in, configure.in: removed traces of namesubdir,
15924 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15925 copyrights to '92, changed some from Cygnus to FSF.
15926
15927 * configure.texi: remove most references to multiple hosts,
15928 multiple targets, subdirs, etc.
15929
15930 * configure.man: removed rcsid. reference config.sub not
15931 config.subr.
15932
15933 * Makefile.in: mkdir $(infodir) on install-info.
15934
15935 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15936
15937 * configure.texi: Explain better about .gdbinit and about
15938 the environment that configure.in sections run in.
15939
15940 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15941
15942 * configure.in: Ultrix is only a decstation if it's a MIPS.
15943
15944 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15945
15946 * README: DOC.configure => cfg-paper.texi.
15947
15948 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15949
15950 * config.sub (near case $os): Don't convert newsos* to bsd!
15951
15952 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15953
15954 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15955 the number of copies of COPYING that go into the GDB tar file.
15956
15957 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15958
15959 * bfd/configure.in, gdb/config/mh-i386sco,
15960 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15961 Fix SCO configuration stuff.
15962
15963 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15964
15965 * Makefile.in: For libg++, make sure the -I pointing
15966 to the gcc directory goes *after* all the libg++-local -I flags.
15967 Also, move just-gcc dependency from just-libg++ to all-libg++.
15968
15969 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15970
15971 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15972
15973 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15974
15975 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15976
15977 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15978
15979 * config.sub: Add stratus configuration frags. Also
15980 submitted to FSF.
15981
15982 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15983
15984 * Makefile.in (DEV_SUPPORT): add configure.man.
15985
15986 * config.sub(Decode manufacturer-specific): add -none*.
15987
15988 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15989
15990 * Makefile.in: remove form feeds to make Sun's make happy.
15991 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15992
15993 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15994
15995 * Makefile.in (AR_FLAGS): Make quieter.
15996
15997 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15998
15999 * configure.in: Add libg++.
16000 * configure: When verbose, don't output the command line at each
16001 level; it will be unremarkably the same as the previous version,
16002 which will be the same as what the user typed.
16003
16004 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16005
16006 * configure.in, Makefile.in: fix clean-info, add flex. add
16007 fileutils.
16008
16009 * configure: be less sensitive to spaces in Makefile.in. Do not
16010 look for sources in "..". Doing so breaks subdirectories that
16011 might have their own configure. If a subdir has it's own
16012 configure script, use it.
16013
16014 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16015
16016 * cfg-paper.texi: some changes suggested by rms.
16017
16018 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16019
16020 * config.sub: Merge in some small additions from the FSF version,
16021 taken from the gcc distribution, to bring the Cygnus and FSF
16022 versions into closer sync.
16023
16024 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16025
16026 * configure.in: Changed svr4 references to sysv4.
16027
16028 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16029
16030 * configure: added -V for version number option.
16031
16032 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16033
16034 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16035 renamed from DOC.configure to cfg-paper.texi.
16036
16037 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16038
16039 * configure, config.subr, config.sub: config.subr is now
16040 config.sub again.
16041
16042 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16043
16044 * configure.texi: new file, in progress.
16045
16046 * Makefile.in: build info file and install the man page for
16047 configure.
16048
16049 * configure.man: new file, first cut.
16050
16051 * configure: find config.subr again now that configuration "none"
16052 has gone. removed all traces of the -ansi option. removed all
16053 traces of the -languages option.
16054
16055 * config.subr: resync from rms.
16056
16057 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16058
16059 * configure, config.sub, config.subr: merge config.sub into
16060 config.subr, call the result config.subr, remove config.sub, use
16061 config.subr.
16062
16063 * Makefile.in: revised install for dir.info.
16064
16065 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16066
16067 * configure.in: add decstation host makefile frag.
16068
16069 * Makefile.in: BISON now bison -y again. also install-gcc on
16070 install. clean-gdbm on clean. infodir belongs in datadir.
16071 Make directories for info install. Build dir.info here then
16072 install it.
16073
16074 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16075
16076 * Makefile.in: fix for bad directory tests.
16077
16078 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16079
16080 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16081 regexp. -srcdir relative was being handled incorrectly.
16082
16083 * Makefile.in: unwrapped some for loops so that parallel makes
16084 work again and so one can focus one's attention on a particular
16085 package.
16086
16087 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16088
16089 * configure: added PWD as a stand in for `pwd` (for speed). use
16090 elif wherever possible. make -srcdir work without -objdir.
16091 -objdir= commented out.
16092
16093 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16094
16095 * configure: +options become --options. -subdirs commented out.
16096 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16097 Makefile now at top of generated Makefile. Removed cvs log
16098 entries. added -srcdir. create .gdbinit only if there is one
16099 in ${srcdir}.
16100
16101 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16102 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16103 and mandir now keyed off datadir by default.
16104
16105 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16106
16107 * Freshly created ChangeLog.
16108
16109 \f
16110 Local Variables:
16111 mode: change-log
16112 left-margin: 8
16113 fill-column: 76
16114 version-control: never
16115 End: