Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / ChangeLog
1 2020-01-09 Aaron Merey <amerey@redhat.com>
2
3 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
4 new configure option --with-debuginfod.
5 * configure: Regenerate.
6 * configure.ac: Call AC_DEBUGINFOD.
7
8 2019-12-26 Christian Biesinger <cbiesinger@google.com>
9
10 * .gitignore: Add perf.data and perf.data.old.
11
12 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
13
14 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
15
16 2019-10-17 Alan Modra <amodra@gmail.com>
17
18 PR 29
19 * src-release.sh (getver): Replace "head -1" with "head -n 1".
20
21 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
22
23 * Makefile.def (host_modules): libctf is no longer no_install.
24 * Makefile.in: Regenerated.
25
26 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
27
28 * Makefile.def (dependencies): all-ld depends on all-libctf.
29 * Makefile.in: Regenerated.
30
31 2019-09-09 Phil Blundell <pb@pbcl.net>
32
33 binutils 2.33 branch created
34
35 2019-08-19 Tom Tromey <tom@tromey.com>
36
37 * configure: Rebuild.
38 * configure.ac: Add --with-static-standard-libraries.
39
40 2019-08-09 Nick Clifton <nickc@redhat.com>
41
42 * libiberty: Sync with gcc. Bring in:
43 2019-08-08 Martin Liska <mliska@suse.cz>
44
45 PR bootstrap/91352
46 * lrealpath.c (is_valid_fd): New function.
47
48 2019-07-24 Martin Liska <mliska@suse.cz>
49
50 PR lto/91228
51 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
52 Find first '\0' starting from gnu_lto + 1.
53
54 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
55
56 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
57 This fixes a Bug 90924.
58
59 2019-07-22 Martin Liska <mliska@suse.cz>
60
61 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
62 Do not search for gnu_lto_v1, but search for first '\0'.
63
64 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
65
66 * cplus-dem.c: Include rust-demangle.h.
67 * rust-demangle.c: Include rust-demangle.h.
68 * rust-demangle.h: New file.
69
70 2019-05-31 Michael Forney <mforney@mforney.org>
71
72 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
73 is non-zero.
74
75 2019-04-30 Ben L <bobsayshilol@live.co.uk>
76
77 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
78 * testsuite/d-demangle-expected: Add testcase.
79
80 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
81 * testsuite/d-demangle-expected: Add testcase.
82
83 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
84 * testsuite/d-demangle-expected: Add testcase.
85
86 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
87 * testsuite/d-demangle-expected: Add testcase.
88
89 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
90 * testsuite/d-demangle-expected: Add testcase.
91
92 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
93 * testsuite/demangle-expected: Add testcase.
94
95 * cp-demangle.c (d_encoding): Guard against NULL return values from
96 d_right (dc).
97 * testsuite/demangle-expected: Add testcase.
98
99 2019-04-29 Ben L <bobsayshilol@live.co.uk>
100
101 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
102 char is valid.
103 * testsuite/demangle-expected: Add testcase.
104
105 2019-04-10 Nick Clifton <nickc@redhat.com>
106
107 PR 89394
108 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
109 lengths.
110 (d_count_templates_scopes): Replace num_templates and num_scopes
111 parameters with a struct d_print_info pointer parameter. Adjust
112 body of the function accordingly. Add recursion counter and check
113 that the recursion limit is not reached.
114 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
115 Reset recursion counter afterwards, unless the recursion limit was
116 reached.
117
118 2019-07-13 Joel Brobecker <brobecker@adacore.com>
119
120 * src-release (getver): If $tool/gdbsupport/create-version.sh
121 exists, use that to determine the version number.
122
123 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
124
125 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
126
127 2019-06-14 Tom Tromey <tom@tromey.com>
128
129 * MAINTAINERS: Add gnulib.
130 * gnulib: New directory, move from gdb/gnulib.
131 * configure.ac (host_libs): Add gnulib.
132 * configure: Rebuild.
133 * Makefile.def (host_modules, dependencies): Add gnulib.
134 * Makefile.in: Rebuild.
135
136 2019-06-03 Nick Clifton <nickc@redhat.com>
137
138 Revert:
139 2019-05-29 Nick Clifton <nickc@redhat.com>
140
141 * configure.ac (noconfigdirs): Add libctf if the target does not use
142 the ELF file format.
143 * configure: Regenerate.
144
145 2019-05-29 Nick Clifton <nickc@redhat.com>
146
147 * src-release.sh (do_proto_toplev): Add libctf to list of
148 directories that can be disabled.
149
150 2019-05-29 Nick Clifton <nickc@redhat.com>
151
152 * configure.ac (noconfigdirs): Add libctf if the target does not use
153 the ELF file format.
154 * configure: Regenerate.
155
156 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
157
158 * Makefile.def (dependencies): configure-libctf depends on all-bfd
159 and all its deps.
160 * Makefile.in: Regenerated.
161
162 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
163
164 * MAINTAINERS: Add libctf.
165
166 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
167
168 * Makefile.def (host_modules): Add libctf.
169 * Makefile.def (dependencies): Likewise.
170 libctf depends on zlib, libiberty, and bfd.
171 * Makefile.in: Regenerated.
172 * configure.ac (host_libs): Add libctf.
173 * configure: Regenerated.
174
175 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
176
177 * config.guess: Synchronize with config project master sources.
178 * config.sub: Likewise.
179 * readline/support/config.guess: Likewise.
180 * readline/support/config.sub: Likewise.
181
182 2019-04-10 Nick Clifton <nickc@redhat.com>
183
184 * libiberty: Sync with gcc. Bring in:
185 2019-04-10 Nick Clifton <nickc@redhat.com>
186
187 PR 89394
188 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
189 lengths.
190 (d_count_templates_scopes): Replace num_templates and num_scopes
191 parameters with a struct d_print_info pointer parameter. Adjust
192 body of the function accordingly. Add recursion counter and check
193 that the recursion limit is not reached.
194 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
195 Reset recursion counter afterwards, unless the recursion limit was
196 reached.
197
198 2018-06-24 Nick Clifton <nickc@redhat.com>
199
200 2.32 branch created.
201
202 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
203
204 Merge from GCC:
205 PR target/88535
206 * config.guess: Import upstream version 2019-01-03.
207 * config.sub: Import upstream version 2019-01-01.
208
209 2019-01-10 Nick Clifton <nickc@redhat.com>
210
211 * libiberty: Sync with gcc. Bring in:
212 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
213
214 PR other/16615
215
216 * cp-demangle.c: Mechanically replace "can not" with "cannot".
217 * floatformat.c: Likewise.
218 * strerror.c: Likewise.
219
220 2018-12-22 Jason Merrill <jason@redhat.com>
221
222 Remove support for demangling GCC 2.x era mangling schemes.
223 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
224 internal_cplus_demangle, and all subroutines.
225 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
226 Lucid, ARM, HP, and EDG demangling styles.
227 (cplus_demangle): Remove 'work' variable. Don't call
228 internal_cplus_demangle.
229
230 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
231
232 * configure.ac: Don't configure readline if --with-system-readline is
233 used.
234 * configure: Re-generate.
235
236 2018-10-31 Joseph Myers <joseph@codesourcery.com>
237
238 Merge from GCC:
239 PR bootstrap/82856
240 * multilib.am: New file. From automake.
241
242 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
243
244 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
245
246 2018-07-16 Nick Clifton <nickc@redhat.com>
247
248 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
249
250 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
251
252 * config.sub: Sync with upstream version 2018-07-03.
253
254 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
255
256 * config.guess: Sync with upstream version 2018-06-26.
257 * config.sub: Sync with upstream version 2018-07-02.
258
259 2018-06-29 Alexandre Oliva <oliva@adacore.com>
260
261 * configure.ac: Introduce support for @unless/@endunless.
262 * Makefile.tpl (dep-kind): Rewrite with cond; return
263 postbootstrap in some cases.
264 (make-postboot-dep, postboot-targets): New.
265 (dependencies): Do not output postbootstrap dependencies at
266 first. Output non-target ones changed for configure to depend
267 on stage_last @if gcc-bootstrap, and the original deps @unless
268 gcc-bootstrap.
269 * configure.in, Makefile.in: Rebuilt.
270
271 2018-06-24 Nick Clifton <nickc@redhat.com>
272
273 * configure: Regenerate.
274
275 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
276
277 * libtool.m4: Use AC_LANG_SOURCE.
278 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
279 * README-maintainer-mode: Update version requirements.
280 * ar-lib: New file.
281 * test-driver: New file.
282 * configure: Re-generate.
283
284 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
285
286 * Makefile.def (fortran): Add check-target-libgomp-fortran.
287 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
288 * Makefile.in: Regenerate.
289
290 * configure: Regenerate.
291
292 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
293
294 * configure.ac: Sync with GCC, remove MPX-related things.
295
296 2018-05-01 Nick Clifton <nickc@redhat.com>
297
298 * config.guess: Synchronize with config project master sources.
299 * config.sub: Likewise.
300
301 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
302
303 * configure.ac: Added "nfp" target.
304 * configure: Regenerate.
305
306 2018-02-13 Maciej W. Rozycki <macro@mips.com>
307
308 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
309 * configure: Regenerate.
310
311 2018-01-30 Nick Clifton <nickc@redhat.com>
312
313 * src-release.sh (do_proto_toplev): Add patterns for more junk files
314 to delete before creating the tarball.
315
316 2018-01-29 Nick Clifton <nickc@redhat.com>
317
318 * src-release.sh (do_proto_toplev): Strip patch remnant files from
319 the sources before creating the tarball.
320
321 2018-01-13 Nick Clifton <nickc@redhat.com>
322
323 * src-release.sh: Update copyright notice. Change reference to devo
324 to be a reference to root.
325
326 2018-01-10 Nick Clifton <nickc@redhat.com>
327
328 * config-ml.in: Sync with gcc sources.
329 * config.guess: Likewise.
330 * config.sub: Likewise.
331 * configure.ac: Likewise.
332 * configure: Regenerate.
333
334 2017-12-14 Nick Clifton <nickc@redhat.com>
335
336 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
337
338 2017-12-12 Stafford Horne <shorne@gmail.com>
339
340 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
341 * configure: Regenerate.
342
343 2017-09-15 Nick Clifton <nickc@redhat.com>
344
345 * src-release.sh (LZIPPROG): New define. Provides the name of the
346 lzip program.
347 (do_lz): New function. Compresses a tarball using the lzip
348 program.
349 (do_compress): Add support for lzip compression.
350 (usage): Mention -l option.
351 (build_release): Support -l option to invoke lzip compression.
352
353 2017-09-15 Alan Modra <amodra@gmail.com>
354
355 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
356 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
357 and sim depending on $tool and $support_files. Echo configure line.
358
359 2017-09-14 Matt Rice <ratmice@gmail.com>
360
361 * src-release.sh (do_proto_toplev): Enable gold during release process.
362
363 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
364
365 * config.sub: Sync with master version in config project.
366
367 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
368
369 * config.sub: Handle ia16 in $basic_machine.
370
371 bfd/
372 * config.bfd: Handle ia16.
373
374 gas/
375 * configure.tgt: Handle ia16.
376
377 ld/
378 * configure.tgt: Handle ia16.
379
380 2017-03-22 Nick Clifton <nickc@redhat.com>
381
382 * config.sub: Sync with master version in config project.
383 * config.guess: Likewise.
384
385 2017-01-23 Nick Clifton <nickc@redhat.com>
386
387 * configure.ac: Update year in copyright notice.
388 Sync from FSF GCC mainline, bringing in the following patches.
389 * Makefile.def: Likewise.
390 * Makefile.tpl: Likewise.
391 * configure: Regenerate.
392 * Makefile.in: Regenerate.
393
394 2016-12-21 Jakub Jelinek <jakub@redhat.com>
395
396 * configure.ac: Don't bootstrap libmpx unless --with-build-config
397 includes bootstrap-mpx.
398
399 2016-12-01 Matthias Klose <doko@ubuntu.com>
400
401 * configure.ac: Don't use pkg-config to check for bdw-gc.
402
403 2016-11-30 Matthias Klose <doko@ubuntu.com>
404
405 * Makefile.def: Remove reference to boehm-gc target module.
406 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
407 options and for the bdw-gc pkg-config module.
408
409 2016-11-15 Matthias Klose <doko@ubuntu.com>
410
411 * config-ml.in: Remove references to GCJ.
412 * configure.ac: Likewise.
413
414 2016-09-30 Jakub Jelinek <jakub@redhat.com>
415
416 * configure.ac: Add target-libffi to target_libraries.
417 Readd libgcj target disablings, modified to only target-libffi.
418 Readd target addition of go to unsupported languages.
419
420 2016-09-30 Andrew Haley <aph@redhat.com>
421
422 * Makefile.def: Remove libjava.
423 * Makefile.tpl: Likewise.
424 * configure.ac: Likewise.
425
426 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
427
428 * configure.ac: Disable "sim" directory for arc*-*-*.
429
430 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
431
432 * configure.ac: Check for the minimum in-tree MPFR version
433 handled.
434
435 2016-12-31 Alan Modra <amodra@gmail.com>
436
437 * config.sub: Import from upstream.
438
439 2016-12-08 Alan Modra <amodra@gmail.com>
440
441 * configure: Regenerate.
442
443 2016-12-02 Josh Conner <joshconner@google.com>
444
445 * configure.ac: Add fuchsia to targets that use ELF.
446 * configure: Regenerated.
447
448 2016-11-07 Doug Evans <dje@google.com>
449
450 * config.sub: Sync with upstream version 2016-11-03.
451 git://git.sv.gnu.org/config.git
452 * config.guess: Sync with upstream version 2016-10-02.
453
454 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
455
456 * .gitignore: Add archives and make stamps.
457
458 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
459
460 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
461 * configure: Regenerated.
462
463 2016-06-28 Walter Lee <walt@tilera.com>
464
465 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
466 * configure: Regenerate.
467
468 2016-05-28 Alan Modra <amodra@gmail.com>
469
470 * Makefile.tpl (configure): Depend on m4 files included.
471 * Makefile.in: Regenerate.
472
473 2016-05-27 Nick Clifton <nickc@redhat.com>
474
475 * config.guess (Alpha OSF1): Fix typo introduced during the most
476 recent synchronization update.
477
478 2016-05-23 Nick Clifton <nickc@redhat.com>
479
480 * Import these patches from the gcc mainline:
481
482 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
483
484 * config.guess: Import version 2016-04-02 (newest).
485 * config.sub: Import version 2016-05-10 (newest).
486
487 2016-04-19 Nick Clifton <nickc@redhat.com>
488
489 * Import this patch from the GCC mainline:
490
491 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
492
493 PR bootstrap/70173
494 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
495 and gotools directories. Delete the stage_final file.
496 * Makefile.in: Regenerate.
497
498 2016-03-17 Cary Coutant <ccoutant@gmail.com>
499
500 * configure.ac: Add mips and s390 to the gold target check.
501 * configure: Regenerate.
502
503 2016-02-10 Nick Clifton <nickc@redhat.com>
504
505 Import these patches from the GCC mainline:
506
507 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
508
509 * configure.ac: Enable LTO for DJGPP
510 * configure: Regenerate
511
512 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
513
514 PR bootstrap/69329
515 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
516 * Makefile.in: Regenerate.
517
518 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
519 Sebastian Pop <s.pop@samsung.com>
520
521 * Makefile.in: Regenerate.
522 * Makefile.tpl: Export ISLVER.
523 * configure: Regenerate.
524 * config/isl.m4: Detect isl-0.15.
525
526 2016-01-29 Sebastian Pop <s.pop@samsung.com>
527
528 * config/isl.m4: Add comments about isl-0.16.
529 * configure: Regenerate.
530
531 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
532
533 Sync with GCC
534 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
535
536 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
537 symbols.
538
539 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
540
541 PR bootstrap/69134
542 * Makefile.def (mpfr): Disable assembler.
543 * Makefile.in: Regenerate.
544
545 2016-01-11 Nick Clifton <nickc@redhat.com>
546
547 Import the following changes from the GCC mainline:
548
549 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
550
551 * configure.ac: Enable libmpx by default.
552 * configure: Regenerated.
553
554 2015-11-19 Martin Liska <mliska@suse.cz>
555
556 * .gitignore: Add .clang-format to ignored files.
557 * Makefile.tpl: Add clang-format.
558 * Makefile.in: Regenerate.
559
560 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
561
562 PR libffi/65726
563 * Makefile.def (lang_env_dependencies): Make libffi depend
564 on cxx.
565 * Makefile.in: Regenerate.
566
567 2015-12-02 Ian Lance Taylor <iant@google.com>
568
569 PR go/66147
570 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
571 * Makefile.in: Regenerate.
572
573 2015-12-17 Nathan Sidwell <nathan@acm.org>
574
575 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
576 * configure: Regenerate.
577
578 2015-12-17 Sebastian Pop <s.pop@samsung.com>
579
580 * Makefile.in: Replace ISL with isl.
581 * Makefile.tpl: Same.
582 * config/isl.m4: Same.
583 * configure.ac: Same.
584 * contrib/download_prerequisites: Same.
585 * configure: Regenerate.
586
587 2016-01-01 Ben Elliston <bje@gnu.org>
588
589 * config.guess: Import version 2016-01-01.
590 * config.sub: Likewise.
591
592 2015-11-20 Tristan Gingold <gingold@adacore.com>
593
594 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
595 * configure: Regenerate.
596
597 2015-10-21 Nick Clifton <nickc@redhat.com>
598
599 PR gas/19109
600 * configure.ac: Note the 'none' is an acceptable argument to
601 --enable-compressed-debug-sections.
602 * configure: Regenerate.
603
604 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
605
606 PR gas/19109
607 * configure.ac: Add
608 --enable-compressed-debug-sections={all,gas,gold,ld}.
609 * configure: Regenerated.
610
611 2015-09-30 Nick Clifton <nickc@redhat.com>
612
613 Import the following patches from the GCC mainline:
614
615 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
616
617 PR libfortran/54572
618 * Makefile.def: Make libgfortran depend on libbacktrace.
619 * Makefile.in: Regenerate.
620
621 2015-08-12 Tom de Vries <tom@codesourcery.com>
622
623 PR other/67092
624 PR other/67098
625 * configure.ac: Remove --with_host_libstdcxx support.
626 * configure: Regenerate.
627
628 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
629 Jakub Jelinek <jakub@redhat.com>
630
631 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
632 nvptx*-*-*.
633 * configure: Regenerate.
634
635 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
636
637 Sync with GCC
638 2015-07-28 Ben Elliston <bje@gnu.org>
639
640 * config.sub, config.guess: Import from upstream.
641
642 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
643
644 * Makefile.def (libiconv): Define bootstrap=true.
645 Mark pdf/html/info as missing.
646 (configure-gcc): Depend on all-libiconv.
647 (all-gcc): Ditto.
648 (configure-libcpp): Ditto.
649 (all-libcpp): Ditto.
650 (configure-intl): Ditto.
651 (all-intl): Ditto.
652 * Makefile.in: Regenerate.
653
654 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
655
656 Sync with GCC
657 2015-07-24 Michael Darling <darlingm@gmail.com>
658
659 PR other/66259
660 * config-ml.in: Reflects renaming of configure.in to configure.ac
661 * configure: Likewise
662 * configure.ac: Likewise
663
664 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
665
666 * Makefile.in: Regenerated.
667
668 Sync with GCC
669 2015-05-21 Jason Merrill <jason@redhat.com>
670
671 * Makefile.tpl: Update comments.
672
673 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
674
675 * Makefile.tpl: Remove surplus whitespace throughout.
676
677 2015-03-25 Martin Liska <mliska@suse.cz>
678 Yury Gribov <y.gribov@samsung.com>
679
680 * Makefile.tpl: Fix ln source location for vimrc file.
681
682 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
683
684 Sync with GCC
685 2015-05-16 James Bowman <james.bowman@ftdichip.com>
686
687 * configure.ac: FT32 target added.
688 * configure: Regenerate.
689
690 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
691
692 Sync with GCC
693 2015-06-02 Jason Merrill <jason@redhat.com>
694
695 PR bootstrap/66319
696 * configure.ac: Use -std=gnu++98.
697
698 2015-05-28 Mike Frysinger <vapier@gentoo.org>
699
700 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
701 * configure: Regenerate.
702
703 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
704
705 * configure.ac: Fix typo.
706 * configure: Regenerate.
707
708 2015-05-03 Matthias Klose <doko@ubuntu.com>
709
710 * configure.ac: Match $host configured with triplets.
711 * configure: Regenerate.
712
713 2015-04-17 Jakub Jelinek <jakub@redhat.com>
714
715 PR bootstrap/62077
716 * configure.ac (--enable-stage1-checking): Default to
717 release,misc,gimple,rtlflag,tree,types if --disable-checking
718 or --enable-checking is not specified and DEV-PHASE is not
719 experimental.
720 * configure: Regenerated.
721
722 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
723
724 Install back PR target/47230 fix (Revert the revert).
725
726 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
727
728 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
729 target.
730 * configure: Regenerate.
731
732 2015-05-13 John David Anglin <dave.anglin@bell.net>
733
734 * configure.ac: Disable configuration of GDB for HPUX targets.
735 * configure: Regenerate.
736
737 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
738
739 PR ld/18355
740 * Makefile.def: Add extra_configure_flags to host zlib.
741 * configure.ac (extra_host_zlib_configure_flags): New. Set
742 to --enable-host-shared When bfd is to be built as shared
743 library. AC_SUBST.
744 * Makefile.in: Regenerated.
745
746 2015-04-15 Mike Frysinger <vapier@gentoo.org>
747 Hans-Peter Nilsson <hp@axis.com>
748
749 Adjust src-release.sh for sim using the gdb create-version.sh.
750 * src-release.sh (tar_compress): If there's a fifth parameter,
751 use that in the getver call instead of $tool.
752 (sim_release): Pass gdb as fifth parameter to tar_compress.
753 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
754
755 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
756
757 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
758 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
759 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
760 * Makefile.in: Regenerate.
761
762 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
763
764 * configure.ac: Add --with-system-zlib.
765 * configure: Regenerated.
766
767 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
768
769 * src-release.sh: Don't configure with --with-target-subdir=.
770 --disable-multilib.
771
772 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
773
774 * src-release.sh (DEVO_SUPPORT): Replace src-release with
775 src-release.sh.
776
777 2015-03-30 Ed Schouten <ed@nuxi.nl>
778
779 * config.sub: Update from upstream, to 2015-03-04 version.
780 * config.guess: Likewise.
781
782 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
783
784 * Makefile.def (dependencies): Add all-zlib to all-bfd.
785 * Makefile.in: Regenerated.
786
787 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
788
789 * src-release.sh (do_proto_toplev): Configure with --target
790 --with-target-subdir and --disable-multilib.
791 (BINUTILS_SUPPORT_DIRS): Add zlib.
792 (GAS_SUPPORT_DIRS): Likewise.
793 (GDB_SUPPORT_DIRS): Likewise.
794 (SIM_SUPPORT_DIRS): Likewise.
795
796 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
797
798 * configure.ac (target_configdirs): Exclude target-zlib if
799 target-libjava isn't built.
800 * configure: Regenerated.
801
802 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
803
804 Sync with GCC
805 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
806
807 * config-ml.in: Robustify ac_configure_args parsing.
808
809 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
810
811 * Makefile.def: Updated from GCC trunk.
812 * Makefile.tpl: Likewise.
813 * configure.ac: Likewise.
814 * Makefile.in: Regenerated.
815 * configure: Likewise.
816
817 2015-01-28 James Bowman <james.bowman@ftdichip.com>
818
819 * configure.ac: Add FT32 support.
820 * configure: Regenerate.
821
822 2015-01-12 Anthony Green <green@moxielogic.com>
823
824 * configure.ac: Don't disable gprof for moxie.
825 * configure: Rebuild.
826
827 2015-01-03 Andrew Pinski <apinski@cavium.com>
828
829 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
830 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
831 (BASE_TARGET_EXPORTS): Add OBJCOPY.
832 (OBJCOPY_FOR_TARGET): New variable.
833 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
834 * Makefile.in: Regenerate.
835 * configure.ac: Check for already installed target objcopy.
836 Also GCC_TARGET_TOOL on objcopy.
837 * configure: Regenerate.
838
839 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
840
841 * config.sub: Update from upstream, to 2015-01-01 version.
842 * config.guess: Ditto.
843
844 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
845
846 * config.sub: Update from upstream config repo.
847
848 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
849
850 * libtool.m4: Updated from GCC trunk.
851
852 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
853
854 * config.guess: Update from upstream config repo.
855 * config.sub: Ditto.
856
857 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
858
859 * move-if-change: Update from upstream gnulib.
860
861 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
862
863 * compile: Sync with upstream Automake.
864 * depcomp: Ditto.
865 * install-sh: Ditto.
866 * missing: Ditto.
867 * mkinstalldirs: Ditto.
868 * ylwrap: Ditto.
869
870 2014-10-15 Tristan Gingold <gingold@adacore.com>
871
872 * src-release.sh (do_proto_toplev): Configure with --target.
873
874 2014-10-03 Jing Yu <jingyu@google.com>
875
876 * configure.ac: Add aarch64 to list of targets that support gold.
877 * configure: Regenerate.
878
879 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
880
881 * configure.ac: Add mips*-img-elf* target triple.
882 * configure: Regenerate.
883
884 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
885 * configure: Disable gdb for nds32*-*-* until supported.
886 * configure.ac: Disable gdb for nds32*-*-* until supported.
887
888 2014-09-05 Joel Brobecker <brobecker@adacore.com>
889
890 * configure: Regenerate.
891
892 2014-08-27 Will Newton <will.newton@linaro.org>
893
894 * src-release.sh: New file.
895 * src-release: Remove file.
896
897 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
898
899 GDB not supported for or1k*-*-rtems*
900 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
901 of the stanzas results in this not being caught by or1k*-*-* later.
902 * configure. Regenerated.
903
904 2014-07-25 Samuel Bronson <naesten@gmail.com>
905
906 * .gitattributes: New file for use with git-merge-changelog.
907
908 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
909
910 Disable gdb for or1k*-*-* until supported
911 * configure.ac (or1k*-*-*): Disable gdb.
912 * configure: Regenerated.
913
914 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
915
916 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
917 * configure: Regenerated.
918
919 2014-03-26 Jakub Jelinek <jakub@redhat.com>
920
921 PR sanitizer/56781
922 * Makefile.def: Set bootstrap=true; for host fixincludes.
923 * configure.ac: Don't bootstrap host fixincludes unless
924 --with-build-config=bootstrap-{a,ub}san.
925 * Makefile.in: Regenerated.
926 * configure: Regenerated.
927
928 2014-03-21 Jakub Jelinek <jakub@redhat.com>
929
930 * configure.ac: Move BUILD_CONFIG set up earlier. Add
931 --enable-vtable-verify option parsing. Don't add
932 target-libsanitizer to bootstrap_target_libs unless
933 --with-build-config=bootstrap-asan or
934 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
935 to bootstrap_target_libs unless --enable-vtable-verify.
936 * configure: Regenerated.
937
938 2014-03-07 Jakub Jelinek <jakub@redhat.com>
939
940 PR bootstrap/58572
941 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
942 -I for libstdc++-v3 includes if $(LEAN).
943 * Makefile.in: Regenerated.
944
945 2014-02-24 Walter Lee <walt@tilera.com>
946
947 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
948 (tilegx-*-*): Change to tilegx*-*-*.
949 * configure: Regenerate.
950
951 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
952
953 * config.sub, config.guess: Import from upstream.
954
955 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
956
957 PR bootstrap/60620
958 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
959 * Makefile.in: Regenerate.
960
961 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
962
963 * Makefile.def (dependencies): Make all-ld depend on all-binutils
964 for WINDRES_FOR_TARGET in default-manifest.o rule.
965 * Makefile.in: Regenerate.
966
967 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
968
969 PR target/59788
970 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
971 *solaris2*.
972
973 2013-12-19 Keven Boell <keven.boell@intel.com>
974
975 * cp-namespace.c (cp_lookup_nested_symbol): Enable
976 nested lookups for fortran modules.
977 * dwarf2read.c (read_module): Add fortran module to
978 the symbol table.
979 (add_partial_symbol, add_partial_module): Add fortran
980 module to the partial symbol table.
981 (new_symbol_full): Create full symbol for fortran module.
982 * f-exp.y (yylex): Add new module domain to be parsed.
983 * symtab.h: New domain for fortran modules.
984
985 2013-12-19 Keven Boell <keven.boell@intel.com>
986
987 * f-exp.y (yylex): Add domain array to enable lookup
988 in multiple domains. Loop over lookup domains and try
989 to find requested symbol. Add STRUCT_DOMAIN to lookup
990 domains to be able to query for user defined types.
991
992 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
993
994 * configure.ac: Add user-friendly check for native x86_64-linux
995 multilibs.
996 * configure: Regenerate.
997
998 2013-11-23 Alan Modra <amodra@gmail.com>
999
1000 * config.sub, config.guess: Import from upstream.
1001
1002 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1003
1004 * Makefile.in: Regenerate.
1005
1006 * Makefile.tpl: Fix typo.
1007 * Makefile.in: Regenerate partially.
1008
1009 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1010
1011 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1012 supported.
1013 * configure: Regenerated.
1014
1015 2013-10-30 Jason Merrill <jason@redhat.com>
1016
1017 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1018 --disable-build-format-warnings.
1019
1020 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1021
1022 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1023 depend on libstdc++ and libgcc.
1024 * configure: Regenerate.
1025 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1026 libcilkrts for POSIX and i*86, and x86_64 architectures.
1027 * Makefile.in: Added libcilkrts related fields to support building it.
1028
1029 2013-10-26 Jeff Law <law@redhat.com>
1030
1031 * Makefile.def (target_modules): Remove libmudflap
1032 (languages): Remove check-target-libmudflap).
1033 * Makefile.in: Rebuilt.
1034 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1035 * configure.ac (target_libraries): Remove target-libmudflap.
1036 Remove checks which disabled libmudflap on some systems.
1037 * configure: Rebuilt.
1038 * libmudflap: Directory removed.
1039
1040 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1041
1042 * configure.ac: Update from GCC.
1043 * configure: Regenerate.
1044
1045 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1046
1047 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1048 files in SUPPORT_FILES.
1049 (SIM_SUPPORT_DIRS): New variable.
1050 (sim.tar.bz2): New rule.
1051
1052 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1053
1054 * configure.ac: Update from GCC.
1055 * configure: Regenerate.
1056
1057 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1058
1059 * COPYING.NEWLIB: Update with new copyright.
1060
1061 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1062
1063 * configure.ac: Update from GCC.
1064 * configure: Regenerate.
1065
1066 2013-09-20 Alan Modra <amodra@gmail.com>
1067
1068 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1069 ppc host match. Support little-endian powerpc linux hosts.
1070
1071 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1072
1073 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1074 strip the "-cvs" suffix from the version number if present.
1075
1076 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1077
1078 * configure.ac: Sync with GCC repo.
1079 * Makefile.def: Ditto.
1080 * configure: Regenerate.
1081 * Makefile.in: Ditto.
1082
1083 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1084
1085 * src-release (VER): Use $(TOOL)/common/create-version.sh
1086 if it exists.
1087
1088 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1089
1090 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1091 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1092 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1093 * configure: Regenerate.
1094
1095 2013-06-01 George Thomas <george.thomas@atmel.com>
1096
1097 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1098 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1099
1100 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1101
1102 * COPYING.NEWLIB: Add Altera Corporation copyright.
1103
1104 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1105
1106 * config.guess: Update from config repo.
1107 * config.sub: Ditto.
1108
1109 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1110
1111 * Makefile.def: Sync with GCC.
1112 * Makefile.in: Regenerate.
1113
1114 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1115
1116 * configure.ac: Sync with GCC.
1117 * configure: Regenerate.
1118
1119 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1120
1121 * src-release (VER): Change bfd/configure.in sed to use the new
1122 `bfd/configure --version` output.
1123
1124 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1125
1126 * configure.ac: Sync with GCC repo.
1127 * configure: Ditto.
1128
1129 2013-02-05 Ian Lance Taylor <iant@google.com>
1130
1131 PR go/55969
1132 * configure.ac: Disable libgo on some systems where it does not
1133 work.
1134 * configure: Rebuild.
1135
1136 2013-02-05 Alan Modra <amodra@gmail.com>
1137
1138 * configure: Regenerate after syncing config/.
1139
1140 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1141
1142 * configure.ac: Sync with GCC repo.
1143 * configure: Ditto.
1144 * Makefile.def: Ditto.
1145 * Makefile.in: Ditto.
1146
1147 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1148
1149 Sync with GCC, merge:
1150
1151 2013-01-09 Jason Merrill <jason@redhat.com>
1152
1153 * .gitignore: Import from gdb repository.
1154
1155 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1156
1157 * config.sub: Update from config repo.
1158
1159 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1160
1161 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1162 * Makefile.in: Regenerate.
1163
1164 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1165
1166 * Makefile.def (configure-gcc): Depend on all-gmp.
1167 (all-gcc): Remove dependency on all-gmp.
1168 * Makefile.in: Regenerated.
1169
1170 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1171
1172 * config.guess: Update from config repo.
1173 * config.sub: Ditto.
1174
1175 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1176
1177 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1178 exists and replace the new bfin license in its location.
1179
1180 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 PR gas/14899
1183 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1184 all-ld and all-gold depend on all-gas.
1185 * Makefile.in: Regenerated.
1186
1187 2012-12-29 Ben Elliston <bje@gnu.org>
1188
1189 * config.guess: Update to 2012-12-29 version.
1190 * config.sub: Likewise.
1191
1192 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1193
1194 * Makefile.def (install-target-libgo): Depend on
1195 install-target-libatomic. Merged from GCC repo.
1196 * Makefile.in: Regenerate.
1197
1198 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1199
1200 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1201
1202 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1203
1204 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1205 * configure: Regenerate.
1206
1207 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1208
1209 * Makefile.def (target_modules): Add bootstrap=true and
1210 raw_cxx=true to libsanitizer.
1211 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1212 * Makefile.in: Regenerated.
1213 * configure: Likewise.
1214
1215 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1216
1217 * config.sub: Merge from config repo.
1218
1219 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1220
1221 * configure.ac: Merge from GCC.
1222 * Makefile.tpl: Ditto.
1223 * Makefile.in: Ditto.
1224 * configure: Ditto.
1225
1226 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1227
1228 * configure.ac (noconfigdirs): Merge from GCC.
1229 * configure: Regenerate.
1230
1231 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1232
1233 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1234
1235 2012-11-14 Roland McGrath <mcgrathr@google.com>
1236
1237 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1238 * configure: Regenerate.
1239
1240 2012-11-13 Richard Henderson <rth@redhat.com>
1241
1242 * configure.ac: Move libsanitizer logic to subdirectory.
1243 * configure: Regenerate.
1244
1245 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1246
1247 * configure.ac: Enable libsanitizer just on x86 linux for now.
1248 * configure: Re-generate.
1249
1250 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1251
1252 * configure.ac: Merge libquadmath sections.
1253 * configure: Regenerate.
1254
1255 2012-11-12 Wei Mi <wmi@google.com>
1256
1257 * configure.ac: Add libsanitizer to target_libraries.
1258 * Makefile.def: Ditto.
1259 * configure: Regenerate.
1260 * Makefile.in: Regenerate.
1261
1262 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * configure: Regenerated.
1265
1266 2012-11-03 Robert Mason <rbmj@verizon.net>
1267
1268 * configure.ac: add --disable-libstdcxx configure option
1269 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1270
1271 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1272
1273 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1274 against Mingw64 w32api.
1275 * configure: Regenerate.
1276
1277 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1278
1279 PR bootstrap/54820
1280 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1281 * configure: Regenerate.
1282
1283 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1284
1285 PR bootstrap/54820
1286 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1287 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1288 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1289 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1290 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1291 * Makefile.in: Regenerate.
1292 * configure.ac (have_static_libs): New variable and associated check.
1293 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1294 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1295 * configure: Regenerate.
1296
1297 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1298
1299 * config.guess, config.sub: Include updated version from
1300 config-patches. Adds microblaze little endian support.
1301
1302 2012-09-28 Ian Lance Taylor <iant@google.com>
1303
1304 * Makefile.def: Make all-target-libgo depend on
1305 all-target-libbacktrace.
1306 * Makefile.in: Rebuild.
1307
1308 2012-09-26 Ian Lance Taylor <iant@google.com>
1309
1310 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1311 * Makefile.in: Rebuild.
1312
1313 2012-09-06 Diego Novillo <dnovillo@google.com>
1314
1315 * configure.ac: Bump minimum GMP version to 4.2.3.
1316 * configure: Re-generate.
1317
1318 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1319
1320 PR target/54461
1321 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1322 target-libgloss if not configured --with-avrlibc=no.
1323 * configure: Regenerate.
1324
1325 2012-09-04 Jason Merrill <jason@redhat.com>
1326
1327 * configure.ac: Fix --enable-languages=all.
1328
1329 2012-09-03 Richard Guenther <rguenther@suse.de>
1330
1331 PR bootstrap/54138
1332 * configure.ac: Re-organize ISL / CLOOG checks to allow
1333 disabling with either --without-isl or --without-cloog.
1334 * configure: Regenerated.
1335
1336 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1337
1338 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1339 * configure: Regenerate.
1340
1341 2012-09-21 Steve Ellcey <sellcey@mips.com>
1342
1343 * configure.ac: Add mips*-mti-elf* target.
1344 * configure: Regenerate.
1345
1346 2012-09-19 Ian Lance Taylor <iant@google.com>
1347
1348 * configure.ac (host_libs): Add libbacktrace.
1349 (target_libraries): Add libbacktrace.
1350 * Makefile.def (host_modules): Add libbacktrace.
1351 (target_modules): Likewise.
1352 * configure, Makefile.in: Rebuild.
1353
1354 2012-09-15 Jiong Wang <jiwang@tilera.com>
1355
1356 * configure.ac (ENABLE_GOLD): support tilegx*
1357 * configure: rebuild
1358
1359 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1360
1361 PR target/38607
1362 Merge upstream change.
1363 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1364
1365 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1366 Add libgomp*.o to compare_exclusions for AIX.
1367 * configure: Regenerate.
1368
1369 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 PR binutils/4970
1372 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1373 and opcodes.
1374 * Makefile.in: Regenerated.
1375
1376 2012-08-14 Diego Novillo <dnovillo@google.com>
1377
1378 Merge from cxx-conversion branch.
1379
1380 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1381 POSTSTAGE1_CONFIGURE_FLAGS.
1382 * Makefile.in: Regenerate.
1383 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1384 Force C++ when bootstrapping.
1385 * configure: Regenerate.
1386
1387 2012-07-06 Richard Guenther <rguenther@suse.de>
1388
1389 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1390 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1391 --with-gmp=system.
1392 * Makefile.in: Regenerated.
1393 * configure: Likewise.
1394
1395 2012-07-06 Richard Guenther <rguenther@suse.de>
1396
1397 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1398 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1399 supply V=1 as extra_make_flags.
1400 * configure: Regenerated.
1401 * Makefile.in: Likewise.
1402
1403 2012-07-03 Richard Guenther <rguenther@suse.de>
1404
1405 * Makfile.def (isl): Remove not necessary extra_exports and
1406 extra_make_flags.
1407 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1408 * Makefile.in: Regenerated.
1409
1410 2012-07-03 Richard Guenther <rguenther@suse.de>
1411
1412 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1413 * configure.ac: If either the ISL or the CLooG check failed
1414 do not try to build in-tree versions.
1415 * Makefile.in: Regenerated.
1416 * configure: Regenerated.
1417
1418 2012-07-02 Richard Guenther <rguenther@suse.de>
1419 Michael Matz <matz@suse.de>
1420 Tobias Grosser <tobias@grosser.es>
1421 Sebastian Pop <sebpop@gmail.com>
1422
1423 * Makefile.def: Add ISL host module, remove PPL host module.
1424 Adjust ClooG host module to use the proper ISL.
1425 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1426 * configure.ac: Include config/isl.m4. Add ISL host library,
1427 remove PPL. Remove PPL configury, add ISL configury, adjust
1428 ClooG configury.
1429 * Makefile.in: Regenerated.
1430 * configure: Likewise.
1431
1432 2012-07-02 Richard Guenther <rguenther@suse.de>
1433
1434 Merge from graphite branch
1435 2011-07-21 Tobias Grosser <tobias@grosser.es>
1436
1437 * configure: Regenerated.
1438 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1439 both cloog.org and legacy versions. The only supported version will
1440 be CLooG with the isl backend.
1441
1442 2011-07-21 Tobias Grosser <tobias@grosser.es>
1443
1444 * configure: Regenerated.
1445 * configure.ac: Require cloog isl 0.17.0
1446
1447 2011-07-21 Tobias Grosser <tobias@grosser.es>
1448
1449 * configure: Regenerated.
1450 * config/cloog.m4: Do not define CLOOG_ORG
1451
1452 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1453
1454 * configure.ac: Skip C if explicitly selected.
1455 * configure: Regenerate.
1456
1457 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1458
1459 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1460 they contain -O2.
1461 * configure: Regenerate.
1462
1463 2012-06-20 Jason Merrill <jason@redhat.com>
1464
1465 * Makefile.tpl (check-target-libgomp-c++): New.
1466 (check-target-libitm-c++): New.
1467 * Makefile.def (c++): Add them.
1468 * Makefile.in: Regenerate.
1469
1470 2012-05-16 Olivier Hainque <hainque@adacore.com>
1471
1472 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1473 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1474 (install-no-fixedincludes): Adjust accordingly.
1475 * Makefile.in: Regenerate.
1476
1477 2012-05-09 Nick Clifton <nickc@redhat.com>
1478 Paul Smith <psmith@gnu.org>
1479
1480 PR bootstrap/50461
1481 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1482 allow for the fact that from release v3.1.0 of MPFR the source
1483 files were moved into a src sub-directory.
1484 * configure: Regenerate.
1485
1486 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1487
1488 * configure.ac: Bump minimum MPFR version to 2.4.0.
1489 * configure: Regenerated.
1490
1491 2012-05-01 Richard Henderson <rth@redhat.com>
1492
1493 * Makefile.def (libatomic): New target_module.
1494 * configure.ac (target_libraries): Add libatomic.
1495 (noconfigdirs): Check if libatomic is supported.
1496 * Makefile.in, configure: Rebuild.
1497
1498 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 Merge upstream change
1501 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1502
1503 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1504
1505 * libtool.m4: Additional FreeBSD 10 fixes.
1506
1507 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1508
1509 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1510 they contain -O2.
1511 * configure: Regenerate.
1512
1513 2012-05-14 Catherine Moore <clm@codesourcery.com>
1514
1515 * NEWS: Mention PowerPC VLE port.
1516
1517 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1518
1519 * MAINTAINERS (config/): Move to intl/ section.
1520 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1521
1522 2012-05-09 Nick Clifton <nickc@redhat.com>
1523 Paul Smith <psmith@gnu.org>
1524
1525 PR bootstrap/50461
1526 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1527 allow for the fact that from release v3.1.0 of MPFR the source
1528 files were moved into a src sub-directory.
1529 * configure: Regenerate.
1530
1531 2012-05-02 Roland McGrath <mcgrathr@google.com>
1532
1533 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1534 * configure: Regenerate.
1535
1536 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1537
1538 * config.sub: Update to 2012-04-18 version from official repo.
1539
1540 2012-03-19 Tristan Gingold <gingold@adacore.com>
1541
1542 * configure.ac (ia64*-*-*vms*): Add support for ld.
1543 * configure: Regenerate.
1544
1545 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1546
1547 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1548 (unsupported_languages): Remove mips-sgi-irix6.*.
1549 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1550 (with_stabs): Remove.
1551 * configure: Regenerate.
1552
1553 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1554
1555 * configure.ac (enable_libgomp): Remove *-*-osf*.
1556 (with_stabs): Remove alpha*-*-osf*.
1557 * configure: Regenerate.
1558
1559 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1560
1561 * COPYING.NEWLIB: Modify DJ Delorie license to include
1562 modification rights in clause as permitted by DJ Delorie.
1563 * COPYING.LIBGLOSS: Ditto.
1564
1565 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1566
1567 * COPYING.NEWLIB: Remove two unused licenses.
1568
1569 2012-03-05 Tristan Gingold <gingold@adacore.com>
1570
1571 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1572 * configure: Regenerate.
1573
1574 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1575
1576 * COPYING.NEWLIB: Add Adapteva notice.
1577 * COPYING.LIBGLOSS: Add Adapteva notice.
1578
1579 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1580
1581 * configure: Regenerate.
1582
1583 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1584
1585 * COPYING.LIBGLOSS: Add GPL with exception license.
1586
1587 2011-11-09 Roland McGrath <mcgrathr@google.com>
1588
1589 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1590 * configure: Rebuild.
1591 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1592 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1593 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1594 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1595 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1596 Add READELF.
1597 * Makefile.in: Rebuild.
1598
1599 2011-11-08 Richard Henderson <rth@redhat.com>
1600
1601 * configure.ac: Test for libitm directory present first.
1602
1603 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1604
1605 * configure.ac: Test libitm/configure.tgt to disable libitm.
1606 * configure: Rebuild.
1607
1608 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1609
1610 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1611 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1612 * Makefile.in: Regenerate.
1613
1614 2011-11-01 DJ Delorie <dj@redhat.com>
1615
1616 * configure.ac (rl78-*-*) New case.
1617 * configure: Regenerate.
1618
1619 2011-11-01 DJ Delorie <dj@redhat.com>
1620
1621 * config.sub: Update to version 2011-10-29 (added rl78)
1622
1623 2011-10-27 Nick Clifton <nickc@redhat.com>
1624
1625 * config.sub: Import these changes from the config project:
1626
1627 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1628 Ben Elliston <bje@gnu.org>
1629
1630 * config.sub (epiphany): New.
1631
1632 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1633 Ben Elliston <bje@gnu.org>
1634
1635 * config.sub (hexagon, hexagon-*): New.
1636
1637 2011-08-23 Roland McGrath <mcgrathr@google.com>
1638
1639 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1640 64eb to be64.
1641
1642 2011-08-16 Roland McGrath <mcgrathr@google.com>
1643
1644 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1645 (nacl): Grok as alias for 32el-unknown-nacl.
1646
1647 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1648
1649 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1650
1651 2011-08-14 Yao Qi <yao@codesourcery.com>
1652
1653 Merge from gcc:
1654
1655 2011-08-14 Yao Qi <yao@codesourcery.com>
1656 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1657 * configure: Regenerate.
1658
1659 2011-07-26 Ian Lance Taylor <iant@google.com>
1660
1661 Merge from gcc:
1662
1663 2011-07-26 Ian Lance Taylor <iant@google.com>
1664 * configure.ac: Set have_compiler based on whether gcc directory
1665 exists, rather than on whether gcc is in configdirs.
1666 * configure: Rebuild.
1667
1668 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1669 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1670 link directories.
1671 * Makefile.in: Rebuild.
1672
1673 2011-07-20 Ian Lance Taylor <iant@google.com>
1674 PR bootstrap/49787
1675 * configure.ac: Move --enable-bootstrap handling earlier in file.
1676 If --enable-bootstrap and either --enable-build-with-cxx or
1677 --enable-build-poststage1-with-cxx, enable C++ automatically.
1678 * configure: Rebuild.
1679
1680 2011-07-19 Ian Lance Taylor <iant@google.com>
1681 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1682 make C++ a boot_language. Set and substitute
1683 POSTSTAGE1_CONFIGURE_FLAGS.
1684 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1685 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1686 * configure, Makefile.in: Rebuild.
1687
1688 2011-07-16 Jason Merrill <jason@redhat.com>
1689 * Makefile.def (language=c++): Add check-c++0x and
1690 check-target-libmudflap-c++.
1691 * Makefile.tpl (check-target-libmudflap-c++): New.
1692 * Makefile.in: Regenerate.
1693
1694 2011-07-16 Matthias Klose <doko@ubuntu.com>
1695 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1696 * Makefile.def (target_modules/libjava): Pass
1697 $(EXTRA_CONFIGARGS_LIBJAVA).
1698 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1699 if not configured with --enable-static-libjava.
1700 * Makefile.in: Regenerate.
1701 * configure: Likewise.
1702
1703 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1704 PR regression/47836
1705 PR bootstrap/23656
1706 PR other/47733
1707 PR bootstrap/49247
1708 PR c/48825
1709 * configure.ac (target_libraries): Remove target-libiberty.
1710 Remove case-statement setting skipdirs=target-libiberty for
1711 multiple targets. Remove checking target_configdirs and
1712 removing target-libiberty but keeping target-libgcc if
1713 otherwise empty.
1714 * Makefile.def (target_modules): Don't add libiberty.
1715 (dependencies): Remove all traces of target-libiberty.
1716 * configure, Makefile.in: Regenerate.
1717
1718 2011-07-22 Jason Merrill <jason@redhat.com>
1719
1720 * Makefile.def (language=c++): Add check-c++0x and
1721 check-target-libmudflap-c++.
1722 * Makefile.tpl (check-target-libmudflap-c++): New.
1723 * Makefile.in: Regenerate.
1724
1725 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1726
1727 * configure: Regenerate.
1728
1729 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1730
1731 PR target/39150
1732 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1733 x86_64-*-solaris2.1[0-9]*.
1734 * configure: Regenerate.
1735
1736 2011-06-13 Walter Lee <walt@tilera.com>
1737
1738 * configure.ac (tilepro-*-*) New case.
1739 (tilegx-*-*): Likewise.
1740 * configure: Regenerate.
1741
1742 2011-06-06 Nick Clifton <nickc@redhat.com>
1743
1744 * config.sub: Sync from upstream.
1745
1746 2011-05-08 Doug Kwan <dougkwan@google.com>
1747
1748 Merge from gcc:
1749
1750 2011-05-08 Doug Kwan <dougkwan@google.com>
1751
1752 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1753 * configure: Regenerated.
1754 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1755 value from configure.
1756 * Makefile.in: Regenerated.
1757
1758 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1759
1760 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1761 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1762 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1763 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1764 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1765 *-*-vxworks*): Disable newlib and libgloss in separate case
1766 statement.
1767 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1768 to separate case statement.
1769 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1770 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1771 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1772 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1773 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1774 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1775 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1776 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1777 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1778 i[[3456789]]86-*-rdos*, m32r-*-*,
1779 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1780 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1781 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1782 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1783 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1784 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1785 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1786 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1787 and libgloss in main case over targets. Remove most empty cases
1788 in main case over targets.
1789 * configure: Regenerate.
1790
1791 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1792
1793 * configure.ac: Remove code setting special library locations for
1794 hppa*64*-*-hpux11*. Remove code setting compiler for
1795 sparc-sun-solaris2*.
1796 * configure: Regenerate.
1797
1798 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1799
1800 * configure.ac: Separate libgloss_dir settings from general case
1801 over targets.
1802 * configure: Regenerate.
1803
1804 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1805
1806 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1807 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1808 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1809 cases in libgcj-disabling case statement.
1810 (hppa*64*-*-linux*): Set unsupported_languages instead of
1811 disabling target-zlib.
1812 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1813 to hppa*64*-*-hpux*.
1814 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1815 hppa*-*-hpux*.
1816 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1817 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1818 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1819 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1820 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1821 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1822 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1823 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1824 libgcj-disabling case statement.
1825 * configure: Regenerate.
1826
1827 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1828
1829 * configure.ac: Disable Java for targets not supporting libffi.
1830 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1831 Remove cases in Java-disabling statement.
1832 (*arm-wince-pe): Change to arm-wince-pe.
1833 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1834 cases in Java-disabling statement.
1835 (bfin-*-*): Don't disable Java again.
1836 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1837 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1838 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1839 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1840 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1841 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1842 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1843 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1844 Java-disabling statement.
1845 (mmix-*-*): Don't disable Java again.
1846 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1847 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1848 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1849 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1850 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1851 statement.
1852 * configure: Regenerate.
1853
1854 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1855
1856 Merge from GCC:
1857
1858 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1859
1860 PR lto/48086
1861 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1862 * configure: Regenerate.
1863
1864 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1865
1866 * configure.ac: Separate cases disabling Java and Java libraries
1867 from general case over targets.
1868 * configure: Regenerate.
1869
1870 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1871
1872 * configure.ac (build_tools): Remove build-byacc.
1873 (host_libs): Remove mmalloc.
1874 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1875 autoconf automake libtool diff rcs fileutils shellutils time
1876 textutils wdiff find uudecode hello tar gzip indent recode release
1877 sed perl gawk findutils gettext zip.
1878 (libgcj): Remove target-qthreads.
1879 (target_tools): Remove target-examples target-gperf.
1880 (YACC): Don't handle building byacc.
1881 * configure: Regenerate.
1882 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1883 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1884 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1885 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1886 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1887 handle building components.
1888 * Makefile.in: Regenerate.
1889
1890 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1891
1892 * config.sub: Sync from upstream.
1893
1894 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1895
1896 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1897 (microblaze*): Don't disable libssp.
1898 * configure: Regenerate.
1899
1900 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1901
1902 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1903 moveifchange.
1904 * configure: Regenerate.
1905 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1906 * Makefile.in: Regenerate.
1907
1908 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1909
1910 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1911 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1912 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1913 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1914 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1915 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1916 md_exec_prefix cases.
1917 * configure: Regenerate.
1918
1919 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1920
1921 * configure.ac: Separate cases disabling target-libssp,
1922 target-libiberty, target-libstdc++-v3 and Fortran from general
1923 case over targets.
1924 * configure: Regenerate.
1925
1926 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1927
1928 * configure.ac (*-*-chorusos): Don't disable libgcj.
1929 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1930 Remove case.
1931 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1932 (arm-*-coff): Don't disable libgcj.
1933 (arm*-*-linux-gnueabi): Remove useless assignment.
1934 (arm-*-riscix*): Don't disable libgcj.
1935 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1936 configuration.
1937 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1938 (c54x*-*-*): Remove case.
1939 (tic54x-*-*): Don't disable GCC or GCC libraries.
1940 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1941 to *.
1942 (d10v-*-*): Don't disable GCC libraries.
1943 (d30v-*-*): Don't disable libgcj.
1944 (h8500-*-*): Don't disable GCC libraries.
1945 (i960-*-*): Don't disable libgcj.
1946 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1947 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1948 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1949 libgcj.
1950 (m68k-*-coff*): Remove case.
1951 (mmix-*-*): Don't disable libgloss on host.
1952 (mn10200-*-*, mn10300-*-*): Remove cases.
1953 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1954 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1955 Don't disable libgcj.
1956 (romp-*-*): Remove case.
1957 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1958 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1959 case.
1960 (v810-*-*): Don't disable GCC libraries.
1961 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1962 (ip2k-*-*): Don't disable GCC libraries.
1963 * configure: Regenerate.
1964
1965 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1966
1967 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1968 libffi on host.
1969 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1970 on host.
1971 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1972 * configure: Regenerate.
1973
1974 2011-03-26 John Marino <binutils@marino.st>
1975
1976 * configure.ac: Add support for *-*-dragonfly*
1977 * configure: Regenerate.
1978
1979 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1980
1981 * configure.ac (native_only): Remove.
1982 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1983 send-pr uudecode guile gnuserv on host.
1984 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1985 send-pr rcs guile perl texinfo libtool on host.
1986 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1987 automake send-pr rcs guile perl texinfo libtool on host.
1988 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1989 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1990 (alpha*-dec-osf*): Don't disable fileutils on target.
1991 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1992 texinfo send-pr expect dejagnu on target.
1993 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1994 target-qthreads on target.
1995 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1996 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1997 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1998 x86_64-*-mingw*): Don't disable expect on target.
1999 (*-*-cygwin*): Don't disable target-gperf on target.
2000 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2001 gnuserv on target.
2002 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2003 target.
2004 * configure: Regenerate.
2005
2006 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2007
2008 * configure.ac (target_tools): Remove target-groff.
2009 (native_only): Remove target-groff.
2010 (hppa*64*-*-*): Don't disable byacc.
2011 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2012 setting.
2013 (*-*-kaos*): Don't skip target-librx and target-groff.
2014 (*-*-netware*): Don't skip target-libmudflap.
2015 (*-*-tpf*): Don't skip target-libmudflap.
2016 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2017 directories on the host.
2018 (ia64*-*-*vms*): Don't skip tix.
2019 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2020 host.
2021 * configure: Regenerate.
2022
2023 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2024
2025 * configure.ac: Remove references to mt-mep, mt-netware,
2026 mt-wince.
2027 * Makefile.def: Add all-utils soft dependencies.
2028 * Makefile.tpl: Remove GDB_NLM_DEPS.
2029 * configure: Regenerate.
2030 * Makefile.in: Regenerate.
2031
2032 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2033
2034 Sync from GCC:
2035
2036 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2037
2038 * configure.ac: Do not include mh-x86omitfp.
2039 * configure: Regenerate.
2040
2041 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2042
2043 * configure.ac: Remove empty cases.
2044 * configure: Regenerate.
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * Makefile.def: Add dependency from termcap to gdb.
2049 * Makefile.in: Regenerate.
2050
2051 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2052
2053 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2054 * configure: Regenerate.
2055 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2056 * Makefile.tpl: Likewise.
2057 * Makefile.in: Regenerate.
2058
2059 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2060
2061 * configure.ac: Remove all mentions of tentative_cc.
2062 * configure: Regenerate.
2063
2064 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2065
2066 PR lto/48086
2067 * configure.ac: Re-enable LTO on *-apple-darwin9.
2068 * configure: Regenerate.
2069
2070 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2071
2072 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2073 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2074 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2075 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2076 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2077 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2078 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2079 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2080 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2081 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2082 *-*-rhapsody*): Remove host cases.
2083 * configure: Regenerate.
2084
2085 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2086
2087 * configure.ac (ppc*-*-pe): Remove host case.
2088 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2089 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2090 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2091 cases.
2092 * configure: Regenerate.
2093
2094 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2095
2096 * config.sub: Update to version 2011-03-23.
2097
2098 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2099
2100 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2101 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2102 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2103 * configure: Regenerate.
2104
2105 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2106
2107 * config-ml.in: Don't handle arc-*-elf*.
2108 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2109 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2110 handle GCC libraries.
2111 * configure: Regenerate.
2112
2113 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2114
2115 PR bootstrap/48120:
2116 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2117 Add -lstdc++ -lm to LIBS.
2118 * configure: Regenerate.
2119
2120 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2121
2122 * config.guess: Update to version 2011-02-02
2123 * config.sub: Update to version 2011-02-24
2124
2125 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2126
2127 * configure.ac: Adjust test of with_ppl.
2128 * configure: Regenerated.
2129
2130 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2131
2132 * configure.ac: Add -lpwl to ppllibs.
2133 * config/cloog.m4: Add -lisl to clooglibs.
2134 * configure: Regenerated.
2135
2136 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2137
2138 Import from Libtool and gnulib:
2139
2140 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2141
2142 Prepare for supporting FreeBSD 10.
2143 * config.rpath: Remove handling of freebsd1* which soon would
2144 match FreeBSD 10.0.
2145
2146 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2147
2148 Remove support for FreeBSD 1.x.
2149 * libtool.m4 (_LT_LINKER_SHLIBS)
2150 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2151 soon would incorrectly match FreeBSD 10.0.
2152
2153 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2154
2155 PR binutils/12283
2156 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2157 (move-if-change): Comes from gnulib.
2158 * move-if-change: Import version from gnulib.
2159
2160 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2161
2162 Sync from GCC:
2163
2164 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2165
2166 PR lto/47225
2167 * Makefile.def (lto-plugin): Double dash for enable-shared.
2168 (configure-gcc): Depend on all-lto-plugin.
2169 * Makefile.in: Rebuilt.
2170
2171 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2172
2173 * configure.ac: Remove extra bracket.
2174 * configure: Regenerate.
2175
2176 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2177
2178 PR lto/47225
2179 * Makefile.def: Add dependency for install-gcc
2180 on install-lto-plugin.
2181 * Makfile.in: Regenerated
2182
2183 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2184
2185 * configure.ac: If with_ppl is no, move setting with_cloog=no
2186 after CLOOG_REQUESTED check.
2187 * configure: Regenerated.
2188
2189 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2190
2191 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2192 CLooG has been requested.
2193 * configure: Regenerated.
2194
2195 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2196
2197 * configure: Regenerated.
2198 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2199
2200 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2201
2202 * configure: Regenerated.
2203 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2204
2205 2011-01-07 Jan Hubicka <jh@suse.cz>
2206
2207 PR lto/47225
2208 * Makefile.in: Regenerate.
2209 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2210 configure.
2211
2212 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2213
2214 PR libgcj/44341
2215 * configure.ac: Discard --with-* flags for host when configuring
2216 target libraries for cross build.
2217 * configure: Rebuilt.
2218
2219 2011-01-21 Andreas Schwab <schwab@redhat.com>
2220
2221 Sync from GCC:
2222
2223 2011-01-21 Andreas Schwab <schwab@redhat.com>
2224
2225 * configure.ac: Use AS_HELP_STRING throughout.
2226 * configure: Regenerate.
2227
2228 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2229
2230 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2231 * configure: Regenerate.
2232
2233 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2234
2235 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2236
2237 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2238
2239 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2240 for ia64-hpux.
2241 * configure: Regenerate.
2242
2243 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2244
2245 Sync from GCC:
2246 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2247
2248 * configure.ac: (picochip): Disable libiberty.
2249 * configure: Regenerate.
2250
2251 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2252
2253 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2254
2255 2010-12-10 Ian Lance Taylor <iant@google.com>
2256
2257 PR bootstrap/46819
2258 * configure.ac: For --disable-libgcj clear libgcj_saved.
2259 * configure: Rebuild.
2260
2261 2010-12-10 Tobias Burnus <burnus@net-b.de>
2262
2263 PR fortran/46540
2264 * configure.ac: Add --disable-libquadmath and
2265 --disable-libquadmath-support.
2266 * configure: Regenerate.
2267
2268 2010-12-10 Tristan Gingold <gingold@adacore.com>
2269
2270 * src-release (ETC_SUPPORT): add gnu-oids.texi
2271
2272 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2273
2274 PR libffi/46792
2275 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2276 * configure: Regenerate.
2277
2278 2010-12-02 Ian Lance Taylor <iant@google.com>
2279
2280 * configure.ac: Always set default for poststage1_ldflags to
2281 -static-libstdc++ -static-libgcc.
2282
2283 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2284
2285 * COPYING.NEWLIB: Add National Semiconductor notice.
2286
2287 2010-11-29 Andreas Schwab <schwab@redhat.com>
2288
2289 * configure.ac: Move comment to remove extra space in last argument
2290 of GCC_TARGET_TOOL.
2291
2292 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2293
2294 PR other/46026
2295 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2296 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2297 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2298 (BASE_FLAGS_TO_PASS): Use it.
2299 * configure: Rebuilt.
2300 * Makefile.in: Rebuilt.
2301
2302 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2303
2304 PR binutils/12258
2305 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2306 Properly check default linker.
2307 * configure: Regnerated.
2308
2309 2010-11-23 Matthias Klose <doko@ubuntu.com>
2310
2311 * configure.ac: For --enable-gold, handle value `default' instead of
2312 `both*'. New configure option --{en,dis}able-ld.
2313 * configure: Regenerate.
2314
2315 2010-11-20 Ian Lance Taylor <iant@google.com>
2316
2317 * configure.ac: Only disable a language library if no language needs
2318 it. Don't let --disable-libgcj uncondtionally disable libffi.
2319 * configure: Rebuild.
2320
2321 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2322
2323 * configure: Regenerate.
2324
2325 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2326
2327 PR other/46202
2328 * configure.ac: Fix just-built in-tree STRIP name to be
2329 binutils/strip-new.
2330 * configure: Regenerate.
2331 * Makefile.def (install-strip-gcc, install-strip-binutils)
2332 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2333 (install-strip-sid): Mirror dependencies on non-strip variants
2334 of these targets on the respective -strip prerequisites.
2335 * Makefile.tpl (install-strip, install-strip-host)
2336 (install-strip-target): New targets.
2337 (install-strip-[+module+], install-strip-target-[+module+]):
2338 New targets.
2339 * Makefile.in: Regenerate.
2340
2341 2010-11-19 Ian Lance Taylor <iant@google.com>
2342 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2343
2344 * configure.ac: Add target-libgo to target_libraries. Set
2345 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2346 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2347 (HOST_EXPORTS): Add GOC.
2348 (BASE_TARGET_EXPORTS): Add GOC.
2349 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2350 (GOCFLAGS_FOR_TARGET): New variable.
2351 (EXTRA_HOST_FLAGS): Add GOC.
2352 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2353 * Makefile.def (target_modules): Add libgo.
2354 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2355 (dependencies): Add dependency from configure-target-libgo to
2356 configure-target-libffi and all-target-libstdc++-v3. Add
2357 dependencies from all-target-libgo to all-target-libffi.
2358 (languages): Add go.
2359 * configure: Rebuild.
2360 * Makefile.in: Rebuild.
2361
2362 2010-11-19 Ian Lance Taylor <iant@google.com>
2363
2364 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2365 compiler/flag environment variables.
2366
2367 2010-11-18 Ian Lance Taylor <iant@google.com>
2368
2369 * configure.ac: Check for lang_requires_boot_languages in
2370 config-lang.in files.
2371 * configure: Rebuild.
2372
2373 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2374
2375 * .gitignore: New file.
2376
2377 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2378 Tobias Burnus <burnus@net-b.de>
2379
2380 PR fortran/32049
2381 * Makefile.def: Add libquadmath; build it with language=fortran.
2382 * configure.ac: Add libquadmath.
2383 * Makefile.tpl: Handle multiple libs in check-[+language+].
2384 * Makefile.in: Regenerate.
2385 * configure: Regenerate.
2386
2387 2010-11-15 Andreas Schwab <schwab@redhat.com>
2388
2389 * configure.ac: Fix spelling in option names.
2390 * configure: Regenerated.
2391
2392 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2393
2394 PR bootstrap/39622
2395 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2396 * configure: Regenerated.
2397
2398 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2399
2400 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2401 define the cloog backend to use. Furthermore, only pass the ppllibs to
2402 the configure checks, if necessary.
2403 * configure: Regenerate.
2404
2405 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2406
2407 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2408 * configure: regenerate
2409
2410 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2411
2412 * config/cloog.m4: Fix typo. verison -> version.
2413 * configure: Regenerate.
2414
2415 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2416
2417 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2418 * configure: Regenerate.
2419
2420 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2421
2422 * configure.ac: Support official CLooG.org versions.
2423 * configure: Regenerate.
2424 * config/cloog.m4: New.
2425
2426 2010-11-05 Michael Eager <eager@eagercon.com>
2427
2428 * COPYING.LIBGLOSS: Correct typo in microblaze.
2429 * COPYING.NEWLIB: Same.
2430
2431 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2432
2433 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2434 * configure: Regenerate.
2435
2436 2010-11-03 Ian Lance Taylor <iant@google.com>
2437 Dave Korn <dave.korn.cygwin@gmail.com>
2438
2439 PR lto/46273
2440 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2441 and on other supported platforms whenever LTO is enabled.
2442 * configure: Rebuild.
2443
2444 2010-11-02 Alan Modra <amodra@gmail.com>
2445
2446 PR binutils/12110
2447 * configure.ac: Error when source path contains spaces.
2448 * configure: Regenerate.
2449
2450 2010-10-20 Ian Lance Taylor <iant@google.com>
2451
2452 * Makefile.def (target_modules): Set lib_path to src/.libs for
2453 libstdc++-v3 module.
2454 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2455 * Makefile.in: Rebuild.
2456
2457 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2458 Joseph Myers <joseph@codesourcery.com>
2459
2460 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2461 notices.
2462 * COPYING.NEWLIB: Add Texas Instruments notice.
2463
2464 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2465
2466 * configure.ac (build_lto_plugin): New shell variable.
2467 (--enable-lto): Turn on by default for all non-ELF platforms that
2468 have had LTO support added so far. Set build_lto_plugin appropriately
2469 for both ELF and non-ELF.
2470 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2471 * configure: Regenerate.
2472
2473 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 PR bootstrap/45326
2476 PR bootstrap/45174
2477 * configure.ac: Honor initial values of $build_configargs,
2478 $host_configargs, $target_configargs. Mark the precious, so
2479 environment settings get recorded.
2480 * configure: Regenerate.
2481
2482 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2483
2484 Sync from GCC:
2485
2486 2010-09-30 Michael Eager <eager@eagercon.com>
2487
2488 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2489 * configure: Regenerate.
2490
2491 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2492
2493 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2494 targets and amend comment.
2495 * configure: Regenerate.
2496
2497 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2498
2499 * configure.ac: Enable LTO by default on Darwin.
2500 * configure: Regenerate.
2501
2502 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2503
2504 PR bootstrap/44455
2505 * configure.ac (extra_mpfr_configure_flags): Copy from
2506 extra_mpc_gmp_configure_flags.
2507 * configure: Re-generated.
2508
2509 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2510
2511 Sync from GCC:
2512
2513 PR bootstrap/45796
2514 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2515 Depend on all-build-libiberty.
2516 * Makefile.in: Regenerate.
2517
2518 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2519
2520 Sync from GCC:
2521
2522 PR bootstrap/44621
2523 * configure.ac: Fix unportable shell quoting.
2524 * configure: Regenerate.
2525
2526 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2527
2528 * configure.ac: Support all v850 targets.
2529 * configure: Regenerate.
2530
2531 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2532
2533 PR target/44862
2534 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2535 Provide -B option to allow for link spec %s substitutions for
2536 libstdc++.a on darwin.
2537 * Makefile.in: Regenerate.
2538
2539 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2540
2541 * Makefile.def (configure-gcc): Depend on all-libelf.
2542 * Makefile.in: Rebuild.
2543
2544 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2545
2546 * config.sub, config.guess: Update from upstream sources.
2547
2548 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2549
2550 Sync from GCC:
2551
2552 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2553 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2554 * configure: Regenerated.
2555
2556 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2557 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2558 * configure: Regenerate.
2559
2560 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2561 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2562 * configure: Regenerate.
2563
2564 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2565 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2566 separately.
2567 * configure: Regenerate.
2568
2569 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2570 * configure: Regenerate after change to elf.m4.
2571
2572 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2573 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2574 * configure: Regenerated.
2575
2576 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2577 * configure.ac: Print "buggy but acceptable" when CLooG
2578 revision is less than 9.
2579 * configure: Regenerated.
2580
2581 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2582
2583 Merge from gcc:
2584
2585 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2586 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2587 * configure: Regenerate.
2588
2589 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2590 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2591 a platform that supports LTO.
2592 * configure: Regenerate.
2593
2594 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2595 PR lto/42776
2596 * configure.ac (--enable-lto): Refactor handling so libelf tests
2597 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2598 and allow LTO to be explicitly enabled on non-ELF platforms that
2599 are known to support it inside else-clause.
2600 * configure: Regenerate.
2601
2602 2010-04-27 Roland McGrath <roland@redhat.com>
2603 H.J. Lu <hongjiu.lu@intel.com>
2604
2605 * configure.ac (--enable-gold): Support both, both/gold and
2606 both/bfd to add gold to configdirs without removing ld.
2607 * configure: Regenerated.
2608
2609 * Makefile.def: Add install-gold dependency to install-ld.
2610 * Makefile.in: Regenerated.
2611
2612 2010-04-14 Tristan Gingold <gingold@adacore.com>
2613
2614 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2615 * configure: Regenerate.
2616
2617 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2618
2619 Merge from gcc:
2620 PR bootstrap/43615
2621 PR bootstrap/43328
2622 Revert:
2623 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624 * configure.ac: Do not pass --enable-multilib nor
2625 --disable-multilib in baseargs. Accept explicitly passed
2626 --enable_multilib.
2627 * configure: Regenerate.
2628
2629 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2630
2631 PR bootstrap/43328
2632 * configure.ac: Do not pass --enable-multilib nor
2633 --disable-multilib in baseargs. Accept explicitly passed
2634 --enable_multilib.
2635 * configure: Regenerate.
2636
2637 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2638
2639 * configure.ac (tic6x-*-*): New case.
2640 * configure: Regenerate.
2641
2642 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2643
2644 Merge from gcc:
2645 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2646 PR ada/42554
2647 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2648 * configure: Regenerate.
2649
2650 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2651
2652 * config.sub: Update to version 2010-03-22.
2653 * config.guess: Update to version 2009-12-30.
2654
2655 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2656
2657 Merge from gcc:
2658 2010-01-11 Richard Guenther <rguenther@suse.de>
2659 PR lto/41569
2660 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2661 * Makefile.in: Regenerated.
2662
2663 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2664
2665 PR libstdc++/32499
2666 * configure.ac (RANLIB): Default to true.
2667 (STRIP): Likewise.
2668 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2669 * configure: Regenerate.
2670
2671 2010-02-17 Nick Clifton <nickc@redhat.com>
2672
2673 PR 11238
2674 * Makefile.tpl (local-distclean): Also remove config.cache files in
2675 sub-directories as there may not be Makefiles present in the
2676 sub-directories.
2677 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2678 the config.cache files found by the find command.
2679
2680 * Makefile.in: Regenerate.
2681 * configure.ac: Revert previous delta.
2682 * configure: Regenerate.
2683
2684 2010-02-15 Nick Clifton <nickc@redhat.com>
2685
2686 PR 11238
2687 * configure.ac: Delete config.cache files in sub-directories when
2688 deleting Makefiles.
2689 * configure: Regenerate.
2690
2691 2010-02-15 Nick Clifton <nickc@redhat.com>
2692
2693 * configure.ac: Sync from gcc.
2694 * configure: Regenerate.
2695
2696 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2697
2698 Sync from gcc:
2699 * configure.ac: Add "recommended" version checks for GMP/MPC.
2700 Update recommended GMP/MPFR/MPC versions.
2701 * configure: Regenerate.
2702
2703 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2704
2705 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2706 * configure.ac (bootstrap_target_libs): Make inclusion of
2707 target-libgomp conditional on libgomb being in target_configdirs.
2708 * configure: Regenerate.
2709
2710 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2711
2712 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2713 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2714 * configure: Regenerate.
2715
2716 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2717
2718 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2719 * configure.ac (target_configdirs): Substitute.
2720 * Makefile.def: Bootstrap target module libgomp.
2721 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2722 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2723 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2724 * configure, Makefile.in: Regenerate.
2725
2726 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2727
2728 * libtool.m4: Sync from git Libtool.
2729 * ltmain.sh: Likewise.
2730 * ltoptions.m4: Likewise.
2731 * ltversion.m4: Likewise.
2732 * lt~obsolete.m4: Likewise.
2733
2734 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2735 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2736
2737 PR bootstrap/42424
2738 * configure.ac: Include libtool m4 files.
2739 (_LT_CHECK_OBJDIR): Call it.
2740 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2741 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2742
2743 * configure: Regenerate.
2744
2745 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2746
2747 PR bootstrap/41818
2748 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2749 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2750 * Makefile.in: Regenerate.
2751
2752 2009-12-18 Ben Elliston <bje@au.ibm.com>
2753
2754 * config.sub, config.guess: Update from upstream sources.
2755
2756 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2757
2758 * COPYING.NEWLIB: Update copyright date.
2759 * COPYING.LIBGLOSS: Ditto.
2760
2761 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2762
2763 PR middle-end/30447
2764 PR middle-end/30789
2765 PR other/40302
2766
2767 * configure.ac: Require MPC.
2768 * configure: Regenerate.
2769
2770 * configure.ac: Update minimum MPC version to 0.8.
2771 * configure: Regenerate.
2772
2773 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2774
2775 * config.guess: Sync with upstream and gcc.
2776 * config.sub: Sync with upstream and gcc.
2777
2778 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2779
2780 * Makefile.def: Restore host and target settings for gmp.
2781 * Makefile.in: Rebuild.
2782
2783 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2784
2785 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2786 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2787 Fix portability of test of C++ as bootstrap language. Add
2788 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2789 * configure: Rebuild.
2790 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2791 and cloog. Fix in-tree ppl configuration. Introduce libelf
2792 in-tree building.
2793 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2794 (POSTSTAGE1_HOST_EXPORTS): Use it.
2795 (STAGE[+id+]_CXXFLAGS): New.
2796 (BASE_FLAGS_TO_PASS): Pass it down.
2797 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2798 extra_exports.
2799 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2800 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2801 extra_exports.
2802 * Makefile.in: Rebuild.
2803
2804 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2805
2806 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2807 paths for *-w64-mingw* and x86_64-*mingw*.
2808 * configure: Regenerated.
2809
2810 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2811
2812 * configure.ac: Disable target-winsup & co for
2813 x86_64-*-mingw* and *-w64-mingw* targets.
2814 * configure: Regenerated.
2815
2816 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2817
2818 * configure.ac (CLooG test): Use = with test.
2819 * configure: Regenerate.
2820
2821 2009-10-22 Richard Guenther <rguenther@suse.de>
2822
2823 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2824 cloog if the ppl version check failed. Move flags saving
2825 before setting in libelf check.
2826 * configure: Regenerate.
2827
2828 2009-10-21 Richard Guenther <rguenther@suse.de>
2829
2830 * configure.ac: Adjust the ppl and cloog configure to work as
2831 documented. Disable cloog if ppl was disabled. Omit the version
2832 checks if they were disabled.
2833 * configure: Re-generate.
2834
2835 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2836
2837 * configure.ac: Add 'lto' to enable_languages, not
2838 new_enable_languages, and only if not already present.
2839 * configure: Regenerate.
2840
2841 2009-10-06 Ian Lance Taylor <iant@google.com>
2842
2843 * Makefile.def: check-gold depends upon all-gas.
2844 * Makefile.in: Rebuild.
2845
2846 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2847
2848 * Makefile.def: all-lto-plugin depends on all-libiberty.
2849 set bootstrap=true for lto-plugin.
2850 Add lto-plugin.
2851 * Makefile.in: Regenerate.
2852 * configure.ac (host_libs): Add lto-plugin.
2853 * configure: Regenerate.
2854
2855 2009-10-03 Diego Novillo <dnovillo@google.com>
2856
2857 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2858 (HOST_LIBELFLIBS): Define.
2859 (HOST_LIBELFINC): Define.
2860 * Makefile.in: Regenerate.
2861 * configure.ac: Add --enable-lto.
2862 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2863 If --enable-lto is used, add 'lto' to new_enable_languages.
2864 If --enable-lto is used and gold is enabled, add
2865 lto-plugin to configdirs.
2866 * configure: Regenerate.
2867
2868 2009-10-03 Simon Baldwin <simonb@google.com>
2869
2870 * configure.ac: If --with-system-zlib, suppress local zlib and
2871 pass --with-system-zlib to subdir configure scripts.
2872 * configure: Regenerate.
2873
2874 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2875 Paolo Bonzini <bonzini@gnu.org>
2876
2877 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2878 $(srcdir).
2879 * Makefile.in: Rebuilt.
2880
2881 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2882
2883 Sync from gcc:
2884 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2885
2886 * configure.ac: Update minimum MPC version to 0.7.
2887 * configure: Regenerate.
2888
2889 2009-09-25 Nick Clifton <nickc@redhat.com>
2890
2891 * configure.ac: Pass any --cache-file=/dev/null option on to
2892 subconfigures.
2893 * configure: Regenerate.
2894
2895 2009-09-23 Nick Clifton <nickc@redhat.com>
2896
2897 * config.sub, config.guess: Update from upstream sources.
2898
2899 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2900
2901 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2902 * Makefile.in: Rebuilt.
2903
2904 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905
2906 PR bootstrap/32272
2907 * configure.ac: Error out if $srcdir isn't '.' but contains
2908 host-${host_noncanonical}.
2909 * configure: Regenerate.
2910
2911 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2912
2913 * configure.ac: If bootstrapping a combined tree with
2914 --enable-gold, require c++ in stage1_languages.
2915 * configure: Regenerate.
2916
2917 * configure.ac: Also add target_libs of stage1_languages to
2918 bootstrap_target_libs.
2919 * configure: Regenerate.
2920
2921 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2922 with --enable-languages not containing c++.
2923 * configure: Regenerate.
2924
2925 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2926
2927 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2928 * configure: Regenerate.
2929
2930 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2931
2932 * configure.ac: Do not use $extrasub for replacing @if/@endif
2933 parts in Makefile; instead, use additional arguments to
2934 AC_CONFIG_COMMANDS to do the replacement manually, with several
2935 sed invocations, to avoid HP-UX sed command limits.
2936 * configure: Regenerate.
2937
2938 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2939
2940 * configure.ac (with-build-config): Document. Handle without.
2941 Handle missing argument.
2942 * configure: Rebuilt.
2943
2944 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2945
2946 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2947 Default to bootstrap-debug only if compare-debug works.
2948 * configure: Rebuilt.
2949 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2950 * Makefile.in: Rebuilt.
2951
2952 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2953
2954 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2955 * Makefile.in: Rebuilt.
2956
2957 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2958
2959 * Makefile.tpl (AWK): Fix typo.
2960 * Makefile.in: Regenerate.
2961
2962 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2963
2964 * configure.ac: Detect awk and sed.
2965 * Makefile.def (flags_to_pass): Add AWK and SED.
2966 * Makefile.tpl (AWK, SED): New.
2967 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2968 * configure: Regenerate.
2969 * Makefile.in: Regenerate.
2970
2971 2009-09-01 Tristan Gingold <gingold@adacore.com>
2972
2973 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2974 Remove logical names.
2975
2976 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2977
2978 * ltmain.sh (func_normal_abspath): New function.
2979 (func_relative_path): Likewise.
2980 (func_mode_help): Document new -bindir option for link mode.
2981 (func_mode_link): Add new -bindir option, and use it to place
2982 output DLL if specified.
2983
2984 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2985
2986 * configure.ac (AC_PREREQ): Bump to 2.64.
2987
2988 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2989
2990 * README-maintainer-mode: Point directly to upstream locations
2991 for autoconf, automake, libtool, gettext, instead of copies on
2992 sources.redhat.com. Document required versions.
2993 * configure.ac: Do not substitute datarootdir, htmldir,
2994 pdfdir, docdir. Do not process --with-datarootdir,
2995 --with-htmldir, --with-pdfdir, --with-docdir.
2996 * configure: Regenerate.
2997
2998 * configure: Regenerate.
2999
3000 * compile: Sync from Automake 1.11.
3001 * depcomp: Likewise.
3002 * install-sh: Likewise.
3003 * missing: Likewise.
3004 * mkinstalldirs: Likewise.
3005 * ylwrap: Likewise.
3006
3007 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3008
3009 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3010 (baseargs): Add --disable-option-checking.
3011 * configure: Regenerate.
3012
3013 * Makefile.def (configure-target-libiberty): Depend on
3014 all-binutils and all-ld.
3015 (configure-target-newlib): Likewise.
3016 * Makefile.in: Regenerate.
3017
3018 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3019
3020 Sync with GCC, merge:
3021
3022 2009-07-31 Christian Bruel <christian.bruel@st.com>
3023
3024 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3025 * configure: Regenerate.
3026
3027 2009-07-06 Ian Lance Taylor <iant@google.com>
3028
3029 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3030 * configure: Rebuild.
3031
3032 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3033
3034 PR bootstrap/40338
3035 * configure.ac (comparestring): Create new variable.
3036 * Makefile.tpl (comparestring): Use to skip some comparisions.
3037 * configure: Regenerate.
3038 * Makefile.in: Regenerate.
3039
3040 2009-06-23 Ian Lance Taylor <iant@google.com>
3041
3042 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3043 boot_languages. Only bootstrap target libraries listed in
3044 target_libs for some boot language. Add --with-stage1-ldflags,
3045 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3046 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3047 if not building with C++.
3048 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3049 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3050 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3051 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3052 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3053 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3054 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3055 * configure, Makefile.in: Rebuild.
3056
3057 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3058
3059 * configure.ac: Detect MPC in default directory.
3060 * configure: Regenerate.
3061
3062 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3063
3064 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3065 to noconfdirs.
3066 * configure: Regenerate.
3067
3068 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3069
3070 * Makefile.def: Add MPC support and dependencies.
3071 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3072
3073 * Makefile.in, configure: Regenerate.
3074
3075 2009-05-24 Nicolas Roche <roche@adacore.com>
3076
3077 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3078 * Makefile.in: Regenerate.
3079
3080 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3081
3082 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3083 * configure: Regenerate.
3084
3085 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3086
3087 * configure.ac ($with_ppl): Default to no if not supplied.
3088 ($with_cloog): Likewise.
3089 configure: Regenerate.
3090
3091 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3092
3093 PR bootstrap/39739
3094 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3095 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3096
3097 * configure, Makefile.in: Regenerate.
3098
3099 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3100
3101 * configure.ac: Change copyright header to refer to version
3102 3 of the GNU General Public License and to point readers at the
3103 COPYING3 file and the FSF's license web page.
3104 * Makefile.def: Likewise.
3105 * Makefile.tpl: Likewise.
3106 * Makefile.in: Regenerate.
3107
3108 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3109
3110 * configure.ac: Restore match for darwin9 or later. Use double
3111 brackets since regeneration eats one pair.
3112 * configure: Regenerate.
3113
3114 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3115
3116 * MAINTAINERS: Perform some obvious fixups.
3117
3118 2009-08-17 Ben Elliston <bje@au.ibm.com>
3119
3120 * config.sub, config.guess: Update from upstream sources.
3121
3122 2009-08-06 Michael Eager <eager@eagercon.com>
3123
3124 * configure.ac: Add Microblaze target.
3125 * configure: Regenerate.
3126
3127 2009-07-02 Tristan Gingold <gingold@adacore.com>
3128
3129 * configure.ac: Do not exclude gas for i386-*-darwin.
3130 Add a case for x86_64-*-darwin.
3131 * configure: Regenerate.
3132
3133 2009-06-26 Doug Evans <dje@sebabeach.org>
3134
3135 * Makefile.def (host_modules): Add cgen.
3136 * Makefile.in: Regenerate.
3137 * configure.ac (host_tools): Add cgen.
3138 * configure: Regenerate.
3139
3140 2009-06-17 Michael Eager <eager@eagercon.com>
3141
3142 * COPYING.LIBGLOSS: Add Xilinx license.
3143
3144 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3145
3146 * configure.ac: Define is_elf for QNX Neutrino targets.
3147 * configure: Regenerate.
3148
3149 2009-06-03 Jerome Guitton <guitton@adacore.com>
3150 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3151
3152 * Makefile.tpl (all): Avoid a trailing backslash.
3153 * Makefile.in: Regenerate.
3154
3155 2009-06-03 Ben Elliston <bje@au.ibm.com>
3156
3157 * config.sub, config.guess: Update from upstream sources.
3158
3159 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3160
3161 * Makefile.tpl ([+compare-target+]): Compare all stage
3162 directories, rather than just gcc.
3163 * Makefile.in: Rebuilt.
3164
3165 2009-05-28 Doug Kwan <dougkwan@google.com>
3166
3167 * configure.ac: Support gold for target arm*-*-*.
3168 * configure: Regenerate.
3169
3170 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3171
3172 * Makefile.tpl (all): Avoid harmless warning in make all when
3173 gcc-bootstrap is enabled but stage_last does not exist.
3174 * Makefile.in: Rebuilt.
3175
3176 2009-05-25 Tristan Gingold <gingold@adacore.com>
3177
3178 * setup.com: Complete the file with configuration and build.
3179
3180 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3181
3182 PR other/40159
3183 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3184 gcc-no-bootstrap are mutually exclusive.
3185 * Makefile.in: Rebuilt.
3186
3187 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3188
3189 PR other/40159
3190 * Makefile.tpl (all): Don't end with unconditional success.
3191 * Makefile.in: Rebuilt.
3192
3193 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3194
3195 PR target/37137
3196 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3197 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3198 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3199 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3200 stage_configureflags, stage_cflags and stage_libcflags into
3201 explicit Makefile macros.
3202 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3203 GFORTRAN.
3204 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3205 CC. Set CC_FOR_BUILD from CC.
3206 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3207 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3208 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3209 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3210 and GFORTRAN.
3211 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3212 (_LIBCFLAGS): Renamed to _TFLAGS.
3213 (do-compare-debug, do-compare3-debug): Drop.
3214 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3215 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3216 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3217 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3218 (XGCC_FLAGS_FOR_TARGET): New.
3219 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3220 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3221 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3222 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3223 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3224 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3225 TFLAGS.
3226 (BUILD_CONFIG): Include if requested.
3227 (all): Set TFLAGS on bootstrap.
3228 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3229 (all-stageid-prefixmodule): Likewise.
3230 (do-clean, distclean-stageid): Set TFLAGS.
3231 (restrap): Fix whitespace.
3232 * Makefile.in: Rebuilt.
3233
3234 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3235
3236 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3237 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3238 * Makefile.in: Regenerate.
3239
3240 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3241
3242 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3243 consistency with config.sub. (Update from upstream sources.)
3244
3245 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3246
3247 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3248
3249 2009-04-17 Ben Elliston <bje@au.ibm.com>
3250
3251 * config.sub, config.guess: Update from upstream sources.
3252
3253 2009-04-15 Anthony Green <green@moxielogic.com>
3254
3255 * configure.ac: Add moxie support.
3256 * configure: Rebuilt.
3257
3258 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3259
3260 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3261 * configure: Regenerate.
3262
3263 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3264
3265 PR gas/10039
3266 * configure.ac: Require texinfo 4.7.
3267 * configure: Regenerated.
3268
3269 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3270
3271 * Makefil.def (languages): New entries.
3272 * Makefile.tpl (check-gcc-*): New generic target.
3273 * Makefile.in: Regenerate.
3274
3275 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3276
3277 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3278 Windows builds of Sed.
3279
3280 2009-03-18 Tom Tromey <tromey@redhat.com>
3281
3282 * configure: Rebuild.
3283 * configure.ac (host_libs): Add libiconv.
3284 * Makefile.in: Rebuild.
3285 * Makefile.def (host_modules): Add libiconv.
3286 (configure-gdb, all-gdb): Depend on libiconv.
3287
3288 2009-03-16 Tristan Gingold <gingold@adacore.com>
3289
3290 * configure.ac: Treat gdb as supported on x86_64-darwin.
3291 * configure: Regenerate.
3292
3293 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3294
3295 Merge from GCC:
3296
3297 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3298
3299 * configure.ac (--with-host-libstdcxx): New option.
3300 * configure: Regenerate.
3301
3302 2009-01-29 Robert Millan <rmh@aybabtu.com>
3303
3304 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3305 * configure: Regenerate.
3306
3307 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3308
3309 PR tree-optimization/38515
3310 * configure.ac (cloog-polylib): Removed.
3311 (with_ppl, with_cloog): Test for "no".
3312 * configure: Regenerated.
3313
3314 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3315
3316 Backport from git Libtool:
3317
3318 2009-01-19 Robert Millan <rmh@aybabtu.com>
3319 Support GNU/kOpenSolaris.
3320 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3321 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3322 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3323 GNU/kOpenSolaris.
3324
3325 2009-02-05 Andreas Schwab <schwab@suse.de>
3326
3327 * Makefile.tpl (stage_last): Define $r and $s before using
3328 $(RECURSE_FLAGS_TO_PASS).
3329 * Makefile.in: Regenerate
3330
3331 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3332
3333 * COPYING.NEWLIB: Add ARM license.
3334
3335 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3336
3337 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3338 (all-opcodes): Depend on all-libiberty.
3339 * Makefile.in: Regenerate.
3340
3341 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3342
3343 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3344 * configure: Regenerate.
3345
3346 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3347
3348 Backport link test fix from upstream Libtool:
3349
3350 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3351 Add cache variables to tests that require the linker to work.
3352 For shlibpath_overrides_runpath, this also changes the semantics
3353 to let the result from the C compiler take precedence.
3354 compiler take precedence.
3355
3356 2008-12-02 Ben Elliston <bje@au.ibm.com>
3357
3358 * config.sub, config.guess: Update from upstream sources.
3359
3360 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3361
3362 * COPYING.NEWLIB: Updated.
3363 * COPYING.LIBGLOSS: Ditto.
3364
3365 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3366
3367 Sync with GCC:
3368
3369 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3370
3371 * configure.ac (ppllibs): Add by default the lib flags.
3372 * configure: Regenerate.
3373
3374 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3375
3376 * configure.ac: Add double brackets on darwin[912].
3377 * configure: Regenerate.
3378
3379 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3380
3381 * configure.ac: Expand to darwin10 and later.
3382 * configure: Regenerate.
3383
3384 2008-12-02 Andreas Schwab <schwab@suse.de>
3385
3386 * Makefile.def: configure-target-boehm-gc depends on
3387 all-target-libstdc++-v3.
3388 * Makefile.in: Regenerate.
3389
3390 2008-12-02 Ben Elliston <bje@au.ibm.com>
3391
3392 * config.sub, config.guess: Update from upstream sources.
3393
3394 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3395
3396 Merge from GCC:
3397
3398 2007-12-02 Matthias Klose <doko@ubuntu.com>
3399
3400 * config-ml.in: Remove 64bit configure tests.
3401
3402 2008-05-14 Rafael Espindola <espindola@google.com>
3403
3404 * config-ml.in: don't handle --enable-shared and --enable-static.
3405
3406 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3407 Tobias Grosser <grosser@fim.uni-passau.de>
3408 Jan Sjodin <jan.sjodin@amd.com>
3409 Harsha Jagasia <harsha.jagasia@amd.com>
3410 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3411 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3412 Adrien Eliche <aeliche@isty.uvsq.fr>
3413
3414 Merge from graphite branch.
3415 * configure: Regenerate.
3416 * Makefile.in: Regenerate.
3417 * configure.ac (host_libs): Add ppl and cloog.
3418 Add checks for PPL and CLooG.
3419 * Makefile.def (ppl, cloog): Added modules and dependences.
3420 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3421 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3422
3423 2008-09-03 Richard Guenther <rguenther@suse.de>
3424
3425 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3426 cloog test.
3427 * configure: Re-generate.
3428
3429 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3430
3431 * configure.ac (--with-cloog-polylib): New.
3432 (--disable-cloog-version-check): New.
3433 (--disable-ppl-version-check): New.
3434 * configure: Re-generate.
3435
3436 2008-09-05 Richard Guenther <rguenther@suse.de>
3437
3438 * configure.ac: Initialize clooglibs to -lcloog.
3439 * configure: Re-generate.
3440
3441 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3442
3443 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3444 recommended version to 2.3.2.
3445
3446 * configure: Regenerate.
3447
3448 2008-10-31 Ben Elliston <bje@au.ibm.com>
3449
3450 * configure.ac (spu-*-*): Remove special case.
3451 * configure: Regenerate.
3452
3453 Complete comment text from GCC version of:
3454
3455 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3456
3457 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3458 (GCC_SHLIB_SUBDIR): New.
3459 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3460 * configure: Regenerate.
3461 * Makefile.in: Regenerate.
3462
3463 2008-11-27 Tristan Gingold <gingold@adacore.com>
3464
3465 * configure.ac: Build gdb for i?86-*-darwin*
3466 * configure: Regenerated.
3467
3468 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3469
3470 PR bootstrap/38014
3471 PR bootstrap/37923
3472
3473 Revert:
3474
3475 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3476
3477 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3478 * Makefile.in: Regenerated.
3479
3480 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3481
3482 PR gdb/921
3483 PR gdb/1646
3484 PR gdb/2175
3485 PR gdb/2176
3486
3487 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3488 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3489 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3490 (HOST_EXPORTS): Pass CPPFLAGS.
3491 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3492 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3493 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3494 * Makefile.in, configure: Regenerated.
3495 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3496 and CPPFLAGS_FOR_BUILD.
3497
3498 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3499
3500 * configure.ac [spu-*-*]: Do not set skipdirs.
3501 * configure: Re-generate.
3502
3503 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3506 * Makefile.in: Regenerated.
3507
3508 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3509
3510 PR gdb/921
3511 PR gdb/1646
3512 PR gdb/2175
3513 PR gdb/2176
3514
3515 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3516 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3517 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3518 (HOST_EXPORTS): Pass CPPFLAGS.
3519 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3520 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3521 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3522 * Makefile.in, configure: Regenerated.
3523 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3524 and CPPFLAGS_FOR_BUILD.
3525
3526 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3527
3528 * libtool.m4: Update to libtool 2.2.6.
3529 * lt~obsolete.m4: Update to libtool 2.2.6.
3530 * ltmain.sh: Update to libtool 2.2.6.
3531 * ltsugar.m4: Update to libtool 2.2.6.
3532 * ltversion.m4: Update to libtool 2.2.6.
3533 * ltoptions.m4: Update to libtool 2.2.6.
3534 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3535
3536 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3537
3538 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3539 (GCC_SHLIB_SUBDIR): New.
3540 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3541 * configure: Regenerate.
3542 * Makefile.in: Regenerate.
3543
3544 2008-08-28 Tristan Gingold <gingold@adacore.com>
3545
3546 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3547 Enable bfd, binutils and opcodes.
3548 * configure: Regenerate.
3549
3550 2008-08-16 Nicolas Roche <roche@adacore.com>
3551
3552 * Makefile.tpl: Add BOOT_ADAFLAGS.
3553 * Makefile.in: Regenerate.
3554
3555 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3556
3557 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3558 * configure: Regenerate.
3559
3560 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3561
3562 Sync with gcc:
3563 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3564
3565 * configure.ac: Add makefile fragments for hpux.
3566 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3567 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3568 * configure: Regenerate.
3569 * Makefile.in: Regenerate.
3570
3571 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3572
3573 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3574 * Makefile.in: Regenerate.
3575 * configure: Regenerate.
3576
3577 2008-06-18 Ian Lance Taylor <iant@google.com>
3578
3579 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3580
3581 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3582
3583 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3584
3585 * configure: Regenerate.
3586
3587 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3588
3589 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3590 "$@" is still intact with both Autoconf 2.59 and 2.62.
3591 * configure: Regenerate.
3592
3593 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 * Makefile.tpl: Fix comment errors.
3596 * Makefile.in: Regenerate.
3597
3598 2008-06-13 Julian Brown <julian@codesourcery.com>
3599
3600 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3601 of libobjc for ARM EABI Linux.
3602 * configure: Regenerate.
3603
3604 2008-06-12 David S. Miller <davem@davemloft.net>
3605 David Edelsohn <edelsohn@gnu.org>
3606
3607 * configure.ac: Add powerpc*-*-* to gold supported targets.
3608 * configure: Regenerate.
3609
3610 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3611
3612 PR tree-optimization/36218
3613 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3614 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3615 (all prefix="build-"): Pass them to build-system sub-makes.
3616 * Makefile.in: Regenerate.
3617
3618 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3619
3620 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3621 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3622 mkdep, and compile. Update comments.
3623 (ETC_SUPPORT): Add ChangeLog and update comments.
3624
3625 2008-05-11 Ian Lance Taylor <iant@google.com>
3626
3627 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3628
3629 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3630
3631 Sync with gcc:
3632 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3633
3634 PR bootstrap/35457
3635 * configure.ac: Include override.m4.
3636 * configure: Regenerate.
3637
3638 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3639
3640 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3641 * Makefile.in: Regenerate.
3642
3643 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3644
3645 * configure.ac: Do not build libssp for the AVR.
3646 * configure: Regenerate.
3647
3648 2008-04-18 Nick Clifton <nickc@redhat.com>
3649
3650 * MAINTAINERS: Replace reference to configure.in with reference to
3651 configure.ac.
3652
3653 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3654
3655 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3656 as nonconfigurable directories list.
3657 * configure: Regenerate.
3658
3659 2008-04-14 David S. Miller <davem@davemloft.net>
3660
3661 * configure.ac: Add sparc*-*-* to gold supported targets.
3662 * configure: Regenerate.
3663
3664 2008-04-14 Ben Elliston <bje@au.ibm.com>
3665
3666 * config.sub, config.guess: Update from upstream sources.
3667
3668 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3669
3670 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3671 * Makefile.in: Regenerate.
3672
3673 2008-04-07 Ian Lance Taylor <iant@google.com>
3674
3675 * Makefile.def: check-gold depends upon all-binutils.
3676 * Makefile.in: Regenerate.
3677
3678 2008-04-04 Nick Clifton <nickc@redhat.com>
3679
3680 PR binutils/4334
3681 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3682 builds.
3683 * configure: Regenerate.
3684
3685 2008-04-04 NightStrike <NightStrike@gmail.com>
3686
3687 PR other/35151
3688 * configure.ac: Combine rules for mingw32 and mingw64.
3689 * configure: Regenerate.
3690
3691 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3692
3693 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3694 * Makefile.in: Regenerate.
3695
3696 2008-03-20 Ian Lance Taylor <iant@google.com>
3697
3698 * configure.ac: Add support for --enable-gold.
3699 * Makefile.def: Add gold as a directory like ld.
3700 * configure, Makefile.in: Regenerate.
3701
3702 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3703
3704 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3705 (s390_cond_extensions): Reduced extensions to the compare related.
3706 (main): z10 cpu type option added.
3707 (expandConditionalJump): Renamed to ...
3708 (insertExpandedMnemonic): ... this.
3709
3710 * opcodes/s390-opc.c: Re-group the operand format makros.
3711 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3712 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3713 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3714 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3715 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3716 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3717 INSTR_SIL_RDU): New instruction formats added.
3718 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3719 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3720 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3721 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3722 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3723 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3724 masks added.
3725 (s390_opformats): New formats added "ris", "rrs", "sil".
3726 * opcodes/s390-opc.txt: Add the conditional jumps with the
3727 extensions removed from automatic expansion in s390-mkopc.c manually.
3728 (asi - trtre): Add new System z10 EC instructions.
3729 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3730
3731 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3732
3733 * configure.ac: m4_include config/proginstall.m4.
3734 * configure: Regenerate.
3735
3736 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3737
3738 Backport from upstream Libtool:
3739
3740 2007-10-12 Eric Blake <ebb9@byu.net>
3741
3742 Deal with Autoconf 2.62's semantic change in m4_append.
3743 * ltsugar.m4 (lt_append): Replace broken versions of
3744 m4_append.
3745 (lt_if_append_uniq): Don't require separator to be overquoted,
3746 and avoid broken m4_append.
3747 (lt_dict_add): Fix typo.
3748 * libtool.m4 (_LT_DECL): Don't overquote separator.
3749
3750 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3751
3752 * config.rpath: Add AIX 6 support.
3753
3754 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * Makefile.def (stageprofile). Remove -fprofile-generate
3757 from stage_libcflags.
3758 * Makefile.in: Regenerate.
3759
3760 2008-03-13 Ben Elliston <bje@au.ibm.com>
3761
3762 * config.sub, config.guess: Update from upstream sources.
3763
3764 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3765
3766 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3767 * s390-opc.txt (cmpsc): Duplicate entry removed.
3768 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3769 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3770 fier, cu42, cu41): Fix operand format.
3771
3772 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3773
3774 PR bootstrap/32009
3775 PR bootstrap/32161
3776
3777 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3778 * configure: Regenerate.
3779
3780 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3781 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3782 STAGE4_LIBCFLAGS): New.
3783 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3784 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3785 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3786 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3787 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3788 for target modules. Don't export LIBCFLAGS.
3789 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3790 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3791 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3792 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3793 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3794 * Makefile.in: Regenerate.
3795
3796 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3797
3798 PR libgcj/33085
3799 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3800 Do not use -DDLL_EXPORT. Backport from upstream.
3801
3802 2008-02-14 Nick Clifton <nickc@redhat.com>
3803
3804 Import this patch from gcc:
3805 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3806
3807 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3808
3809 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3810
3811 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3812 * configure: Regenerate.
3813
3814 2008-01-31 Marc Gauthier <marc@tensilica.com>
3815
3816 * configure.ac (xtensa*-*-*): Recognize processor variants.
3817 * configure: Regenerate.
3818
3819 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3820
3821 PR bootstrap/34922
3822 * configure.ac (PARSE_ARGS): Push suitable setting of
3823 ac_subdirs_all, for `./configure --help=recursive'.
3824 Handle `+' in generic toplevel directory disabling.
3825 * configure: Regenerate.
3826
3827 2008-01-23 Ben Elliston <bje@au.ibm.com>
3828
3829 * config.sub, config.guess: Update from upstream sources.
3830
3831 2008-01-08 Ben Elliston <bje@au.ibm.com>
3832
3833 * config.sub, config.guess: Update from upstream sources.
3834
3835 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3836
3837 * COPYING.LIBGLOSS: Update default copyright.
3838
3839 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3840
3841 * COPYING.NEWLIB: Update default copyright.
3842
3843 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3844
3845 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3846 Change recommended MPFR from 2.2.1 > 2.3.0.
3847 * configure: Regenerate.
3848
3849 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3850
3851 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3852 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3853 * Makefile.in: Regenerate.
3854
3855 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3856
3857 * configure.ac: Enable libjava for x86_64-*-darwin9.
3858 * configure: Regenerate.
3859
3860 2007-12-05 Ben Elliston <bje@au.ibm.com>
3861
3862 * config.sub, config.guess: Update from upstream sources.
3863
3864 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3865
3866 * config-ml.in: Robustify against white space in absolute file
3867 names.
3868
3869 * config-ml.in (multi-clean): Substitute ${Makefile}.
3870 Remove superfluous ${Makefile} in list.
3871
3872 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3873
3874 * Makefile.def (dependencies): Make configure-gdb depend on
3875 all-intl.
3876 * Makefile.in: Regenerated.
3877
3878 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3879
3880 * Makefile.def: To avoid problems running with parallel makes,
3881 build newlib before libgloss so that target specific header
3882 files are availble.
3883 * Makefile.in: Regenerate.
3884
3885 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3888 * Makefile.in: Regenerate.
3889
3890 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3893 * libdecnumber: New directory, imported from GCC.
3894
3895 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3896
3897 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3898 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3899 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3900 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3901 * configure: Regenerate.
3902
3903 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3904
3905 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3906 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3907 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3908 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3909 * configure.ac: Default them to host tools for $host = $build.
3910 Subst them.
3911
3912 * configure: Regenerate.
3913 * Makefile.in: Regenerate.
3914
3915 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3916
3917 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3918 * configure: Regenerate.
3919
3920 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3921
3922 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3923 libstdc++.
3924 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3925 * configure: Regenerate.
3926 * Makefile.in: Regenerate.
3927
3928 2007-09-17 Andreas Schwab <schwab@suse.de>
3929
3930 * configure.ac: Raise minimum makeinfo version to 4.6.
3931 * configure: Regenerate.
3932
3933 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3934
3935 * configure.ac: Correct makeinfo version check.
3936 * configure: Regenerate.
3937
3938 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3939
3940 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3941 to $skipdirs and only disable gprof for newlib. Use the normal
3942 mips*-elf* handling in other respects.
3943 * configure: Regnerate.
3944
3945 2007-09-12 David Daney <ddaney@avtrex.com>
3946
3947 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3948 enabling libgcj.
3949 * configure: Regenerate.
3950
3951 2007-09-12 Richard Guenther <rguenther@suse.de>
3952
3953 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3954 nor --disable-checking is provided also turn on yes and types
3955 checking for stage1.
3956 * configure: Re-generate.
3957
3958 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3959
3960 PR target/33281
3961 * configure.ac: Use config/mh-mingw on mingw.
3962 * configure: Regenerate.
3963
3964 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3965
3966 PR other/32154
3967 * configure.ac: For libgloss targets, point the linker to the linker
3968 script, startup code and simulator library.
3969 * configure: Regenerate.
3970
3971 2007-09-09 Andrew Haley <aph@redhat.com>
3972
3973 * configure.ac (noconfigdirs): Remove target-libffi and
3974 target-libjava.
3975
3976 2007-08-29 Nick Clifton <nickc@redhat.com>
3977
3978 * config.sub, config.guess: Update from upstream sources.
3979
3980 2007-08-21 Richard Guenther <rguenther@suse.de>
3981
3982 * configure.ac: Add types checking to stage1 checking flags.
3983 * configure: Regenerate.
3984
3985 2007-08-18 Paul Brook <paul@codesourcery.com>
3986 Joseph Myers <joseph@codesourcery.com>
3987
3988 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3989 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3990 * Makefile.in: Regenerate.
3991 * configure.ac (--with-debug-prefix-map): New.
3992 * configure: Regenerate.
3993
3994 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3995 Nigel Stephens <nigel@mips.com>
3996
3997 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3998 as target_makefile_frag.
3999 * configure: Regenerate.
4000
4001 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4002
4003 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4004 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4005 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4006 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4007 (do-compare, do-compare3, do-compare-debug): New.
4008 ([+compare-target+]): Use them.
4009
4010 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4011
4012 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4013 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4014 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4015 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4016 (do-compare, do-compare3, do-compare-debug): New.
4017 ([+compare-target+]): Use them.
4018
4019 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4020 Ben Elliston <bje@au.ibm.com>
4021
4022 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4023 --silent if $silent.
4024 * configure: Regenerate.
4025
4026 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4027
4028 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4029
4030 2007-07-17 Nick Clifton <nickc@redhat.com>
4031
4032 * COPYING3: New file. Contains version 3 of the GNU General
4033 Public License.
4034 * COPYING3.LIB: New file. Contains version 3 of the GNU
4035 Lesser General Public License.
4036
4037 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4038
4039 * configure.ac: Fix my previous change to really match GCC.
4040 * configure: Regenerate.
4041
4042 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4043
4044 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4045 * configure: Regenerate.
4046
4047 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4048
4049 * configure.ac: Add some missing m4 quotation.
4050 * configure: Regenerate.
4051
4052 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4053
4054 * Makefile.def: Add windmc tool to build.
4055 * Makefile.tpl: Likewise.
4056 * configure.ac: Likewise.
4057 * Makefile.in: Regenerate.
4058 * configure: Regenerate.
4059
4060 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4061
4062 * lt~obsolete.m4: New. Import from 20070318 libtool.
4063
4064 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4065
4066 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4067 uclinux and linux-uclibc targets.
4068 * configure: Regenerate.
4069
4070 2007-06-28 DJ Delorie <dj@redhat.com>
4071
4072 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4073 not building newlib.
4074 * configure: Regenerated.
4075
4076 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4077
4078 * src-release (DEVO_SUPPORT): Correct typos.
4079
4080 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4081
4082 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4083 * Makefile.in: Regenerated.
4084
4085 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4086
4087 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4088 (distclean-stage[+id+]): Possibly delete stage_last.
4089 * Makefile.in: Regenerate.
4090
4091 2007-06-07 Ben Elliston <bje@au.ibm.com>
4092
4093 * config.sub, config.guess: Update from upstream sources.
4094
4095 2007-06-07 Ben Elliston <bje@au.ibm.com>
4096
4097 * Makefile.tpl: Fix spelling error.
4098 * Makefile.in: Regenerate.
4099
4100 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4101
4102 Sync with gcc:
4103 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4104
4105 PR bootstrap/29382
4106 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4107 * configure: Rebuilt.
4108
4109 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4110
4111 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4112 lt_cv_sys_max_cmd_len.
4113
4114 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4115
4116 * ltgcc.m4: Update from GCC.
4117
4118 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4119
4120 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4121
4122 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4123
4124 * ltmain.sh: Update from GCC.
4125 * libtool.m4: Update from GCC.
4126 * ltsugar.m4: New. Update from GCC.
4127 * ltversion.m4: New. Update from GCC.
4128 * ltoptions.m4: New. Update from GCC.
4129 * ltconfig: Remove.
4130 * ltcf-c.sh: Remove.
4131 * ltcf-cxx.sh: Remove.
4132 * ltcf-gcj.sh: Remove.
4133 * src-release: Update with new libtool file list.
4134
4135 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4138 stage_cflags.
4139 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4140 Remove CFLAGS/LIBCFLAGS.
4141 (configure-stage[+id+]-[+prefix+][+module+],
4142 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4143 * Makefile.in: Regenerate.
4144
4145 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4146
4147 * config-ml.in: Update from GCC.
4148
4149 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4150
4151 * src-release (do-proto-toplev): Process the support directories before
4152 the tool directory.
4153
4154 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4155
4156 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4157 of glob. Quote arguments with single quotes too.
4158 * configure: Regenerate.
4159
4160 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4161
4162 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4163 * Makefile.in: Regenerate
4164
4165 2007-03-07 Andreas Schwab <schwab@suse.de>
4166
4167 * configure: Regenerate.
4168
4169 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4170
4171 * configure.ac: Add "--with-pdfdir" configure option,
4172 which defines pdfdir variable.
4173 * Makefile.def (target=fixincludes): Add install-pdf to
4174 missing targets.
4175 (recursive_targets): Add install-pdf target.
4176 (flags_to_pass): Add pdfdir.
4177 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4178 target.
4179 * configure: Regenerate
4180 * Makefile.in: Regenerate
4181
4182 2007-02-28 Eric Christopher <echristo@apple.com>
4183
4184 Revert:
4185 2006-12-07 Mike Stump <mrs@apple.com>
4186
4187 * Makefile.def (dependencies): Add dependency for
4188 install-target-libssp and install-target-libgomp on
4189 install-gcc.
4190 * Makefile.in: Regenerate.
4191
4192 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4193
4194 * configure: Regenerate.
4195 * configure.ac: Move statements after variable declarations.
4196
4197 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4198
4199 * configure.ac: Adjust for loop syntax.
4200 * configure: Regenerate.
4201
4202 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4203
4204 * configure: Rebuilt.
4205
4206 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4207
4208 * configure.ac: Drop multiple occurrences of --enable-languages,
4209 and fix its quoting.
4210 * configure: Rebuilt.
4211
4212 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4213 Nathan Sidwell <nathan@codesourcery.com>
4214 Vladimir Prus <vladimir@codesourcery.com
4215 Joseph Myers <joseph@codesourcery.com>
4216
4217 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4218 * configure: Regenerate.
4219
4220 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * configure.ac (target_libraries): Move libgcc before libiberty.
4223 * configure: Regenerated.
4224
4225 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4226
4227 * configure: Regenerate again?
4228
4229 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * configure: Reapply PR30748 fix which was lost in the previous commit.
4232
4233 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4234 Paolo Bonzini <bonzini@gnu.org>
4235
4236 PR bootstrap/30753
4237 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4238 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4239 * configure: Regenerated.
4240
4241 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4242
4243 * configure: Regenerate.
4244
4245 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4246
4247 PR bootstrap/30748
4248 * configure.ac: Correct syntax for Solaris ksh.
4249 * configure: Regenerated.
4250
4251 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4252
4253 * Makefile.def: Sync with GCC.
4254 * Makefile.tpl: Sync with GCC.
4255 * Makefile.in: Regenerate.
4256 * configure: Regenerate.
4257
4258 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4259
4260 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4261 noncanonical equivalents.
4262 * configure.in: Rename to...
4263 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4264 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4265 target_noncanonical. Use them. Rewrite removal of configure
4266 arguments for autoconf 2.59. Discard variable settings. Force
4267 program_transform_name for native tools.
4268
4269 * Makefile.in: Regenerated.
4270 * configure: Regenerated with autoconf 2.59.
4271
4272 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4273
4274 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4275
4276 * COPYING.LIBGLOSS: Reformat default Red Hat
4277 license to fit within 80 columns.
4278 * COPYING.NEWLIB: Ditto.
4279
4280 2007-02-05 Dave Brolley <brolley@redhat.com>
4281
4282 * Contribute the following changes:
4283 2006-11-28 DJ Delorie <dj@redhat.com>
4284
4285 * configure.in: Fix typo for mep's target_makefile_frag.
4286 * configure: Regenerated.
4287
4288 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4289
4290 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4291 * configure: Regenerate.
4292
4293 2001-09-19 DJ Delorie <dj@redhat.com>
4294
4295 * configure.in (target_makefile_frag): use mt-mep
4296
4297 2001-06-12 Don Howard <dhoward@redhat.com>
4298
4299 * configure.in: Remove gdb from MeP skip list.
4300
4301 2001-04-05 DJ Delorie <dj@redhat.com>
4302
4303 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4304
4305 2001-03-20 Ben Elliston <bje@redhat.com>
4306
4307 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4308
4309 2001-03-19 Ben Elliston <bje@redhat.com>
4310
4311 * config.sub (mep, mep-*): Add.
4312
4313 2007-01-31 Andreas Schwab <schwab@suse.de>
4314
4315 * Makefile.tpl (LDFLAGS): Substitute it.
4316 * Makefile.in: Regenerate.
4317
4318 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4319
4320 * configure.in: Change == to = in test command.
4321 * configure: Regenerate.
4322
4323 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4324 Nick Clifton <nickc@redhat.com>
4325 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4326
4327 * configure.in (build_configargs, host_configargs, target_configargs):
4328 Remove build/host/target parameters.
4329 (host_libs): Add gmp and mpfr.
4330 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4331 * Makefile.def (gmp, mpfr): New.
4332 (gcc): Remove target.
4333 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4334 target_os, target_vendor): New.
4335 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4336 * configure: Regenerate.
4337 * Makefile.in: Regenerate.
4338
4339 2007-01-11 Matt Fago <fago@earthlink.net>
4340
4341 * configure.in: Try to link to functions only in mpfr 2.2.x
4342 to improve robustness of configure tests.
4343 * configure: Regenerate.
4344
4345 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4346
4347 * configure.in: Add support for an x86_64-mingw* target.
4348 * configure: Regenerate.
4349
4350 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * Makefile.tpl (all-target): Correct @if conditional for target
4353 modules.
4354 * configure.in: Omit libiberty if building only target libgcc.
4355 * configure, Makefile.in: Regenerated.
4356
4357 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4358
4359 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4360 * configure: Regenerate.
4361
4362 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4363
4364 * Makefile.def (target_modules): Add libgcc.
4365 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4366 * Makefile.tpl (clean-target-libgcc): Delete.
4367 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4368 on gcc even for bootstrapped modules. Rewrite handling of
4369 lang_env_dependencies to loop over target_modules.
4370 * configure.in (target_libraries): Add target-libgcc.
4371 * Makefile.in, configure: Regenerated.
4372
4373 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4374
4375 Sync with gcc:
4376 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * configure.in: Reorganize recognition of languages. Add
4379 --enable-stage1-languages. Show supported languages for the chosen
4380 target rather than all recognized languages.
4381 * configure: Regenerate.
4382
4383 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4384
4385 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4386 * Makefile.in: Regenerate.
4387
4388 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4389
4390 * configure.in: Warn that MPFR 2.2.0 is buggy.
4391 * configure: Regenerate.
4392
4393 2006-12-27 Ian Lance Taylor <iant@google.com>
4394
4395 * configure.in: When removing Makefiles to force a reconfigure, also
4396 remove prev-DIR*/Makefile.
4397 * configure: Regenerate.
4398
4399 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4400
4401 * config.bfd: Recognize fido.
4402
4403 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4404
4405 Sync with gcc:
4406
4407 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4408
4409 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4410 it only affects bootstrap and could be tested on "$host" as well.
4411 * configure: Regenerate.
4412 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4413
4414 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4415
4416 PR bootstrap/29544
4417 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4418 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4419 move here comment from Makefile.tpl.
4420 * Makefile.tpl: Move some definitions higher in the file.
4421 (STAGE1_CHECKING): New.
4422 * configure.in: Add --enable-stage1-checking.
4423 * configure: Regenerate.
4424 * Makefile.in: Regenerate.
4425
4426 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4427
4428 * configure.in: Update error message for missing GMP/MPFR.
4429
4430 * configure: Regenerate.
4431
4432 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4433
4434 * configure.in: Update MPFR version in error message.
4435
4436 * configure: Regenerate.
4437
4438 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4439
4440 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4441 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4442 --with-gmp-lib): New flags.
4443
4444 * configure: Regenerate.
4445
4446 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4447
4448 PR bootstrap/30134
4449 * configure.in: Correct x86 darwin support for libjava to powerpc
4450 and i?86 only.
4451 * configure: Regenerate.
4452
4453 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4454
4455 * configure.in: Handle spu makefile frag.
4456 * Makefile.tpl (MAINT): Define
4457 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4458 * configure: Regenerate.
4459 * Makefile.in: Regenerate.
4460
4461 2006-12-11 Ben Elliston <bje@au.ibm.com>
4462
4463 * config.sub, config.guess: Update from upstream sources.
4464
4465 2006-12-11 Ben Elliston <bje@au.ibm.com>
4466
4467 * configure.in: Sync with GCC (spu-*-*).
4468 * configure: Sync with GCC.
4469
4470 2006-12-07 Mike Stump <mrs@apple.com>
4471
4472 * Makefile.def (dependencies): Add dependency for
4473 install-target-libssp and install-target-libgomp on
4474 install-gcc.
4475 * Makefile.in: Regenerate.
4476
4477 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4478
4479 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4480 (unstage): Test for stage_last presence.
4481
4482 PR bootstrap/29802
4483 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4484 * Makefile.in: Regenerate.
4485
4486 2006-11-14 DJ Delorie <dj@redhat.com>
4487
4488 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4489 * Makefile.in: Sync with GCC.
4490 * configure.in: Sync with GCC (mpfr, gmp).
4491 * configure: Sync with GCC.
4492
4493 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4494
4495 * configure.in: Remove target-libgloss from noconfigdirs for
4496 bfin-*-*.
4497 * configure: Regenerated.
4498
4499 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4500
4501 * COPYING.NEWLIB: Add spu license.
4502 * COPYING.LIBGLOSS: Ditto.
4503
4504 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4505
4506 * Makefile.def: Added pdf target handling.
4507 * Makefile.tpl: Added pdf target handling.
4508 * Makefile.in: Regenerated.
4509
4510 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4511
4512 * COPYING.NEWLIB: Updated.
4513 * COPYING.LIBGLOSS: Ditto.
4514
4515 2006-09-27 Dave Brolley <brolley@redhat.com>
4516
4517 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4518 $s instead of $r.
4519 * configure: Regenerated.
4520
4521 2006-09-26 Ben Elliston <bje@au.ibm.com>
4522
4523 * config.sub, config.guess: Update from upstream sources.
4524
4525 2006-09-20 Thiemo Seufer <ths@mips.com>
4526
4527 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4528 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4529 * configure: Regenerate.
4530
4531 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4532
4533 * configure.in: Never build newlib for a Mingw host.
4534 Never build newlib as Mingw target library.
4535 Test the existence of winsup/cygwin for building a Cygwin newlib,
4536 rather than just winsup.
4537 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4538 building a Mingw target.
4539 * configure: Regenerate.
4540
4541 2006-08-15 Thiemo Seufer <ths@mips.com>
4542 Nigel Stephens <nigel@mips.com>
4543 David Ung <davidu@mips.com>
4544
4545 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4546
4547 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4548
4549 Sync from GCC:
4550 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4551
4552 PR bootstrap/18058
4553 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4554 if the bootstrap compiler is a GCC version that supports it.
4555 * configure: Regenerate.
4556
4557 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4558
4559 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4560 * configure: Regenerated.
4561
4562 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4563
4564 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4565 for stages after the first.
4566
4567 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4568
4569 * Makefile.def: Add dependencies for configure-opcodes
4570 on configure-intl and all-opcodes on all-intl.
4571 * Makefile.in: Regenerated.
4572
4573 2006-07-04 Peter O'Gorman <peter@pogma.com>
4574
4575 * ltconfig: chmod 644 before ranlib during install.
4576
4577 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4578
4579 * configure.in: Fix thinkos in previous check-in.
4580 * configure: Regenerate.
4581
4582 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4583
4584 Sync from gcc:
4585
4586 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4587
4588 PR other/27063
4589 * configure.in: Test subdir_requires and give an appropriate
4590 error message.
4591 * configure: Regenerate.
4592
4593 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4594
4595 PR target/27540
4596 * configure.in: Only enable libgomp on IRIX 6.
4597 * configure: Regenerate.
4598
4599 2006-06-20 David Ayers <d.ayers@inode.at>
4600
4601 PR bootstrap/28072
4602 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4603 whether target-libjava is being configured instead of whether the
4604 java front end is enabled.
4605 * configure: Regenerate.
4606
4607 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4608
4609 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4610 to R_ARM_LDC_SB_G{0,1,2} respectively.
4611
4612 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4615 too.
4616 * Makefile.in: Regenerate.
4617
4618 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4619
4620 Sync from gcc:
4621
4622 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4623 * configure.in: Don't enable libgomp on hpux10.
4624 * configure: Rebuilt.
4625
4626 2006-06-13 David Ayers <d.ayers@inode.at>
4627
4628 Sync from gcc:
4629
4630 2006-06-12 David Ayers <d.ayers@inode.at>
4631
4632 PR bootstrap/27963
4633 PR target/19970
4634 * configure.in: Remove target-boehm-gc from noconfigdirs where
4635 ${libgcj} is specified.
4636 * configure: Regenerate.
4637
4638 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4639
4640 Sync from gcc:
4641
4642 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4643 Andreas Schwab <schwab@suse.de>
4644
4645 PR bootstrap/18033
4646 * config-ml.in: Eval option if surrounded by single quotes.
4647
4648 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4649
4650 Sync from gcc:
4651
4652 2006-06-06 David Ayers <d.ayers@inode.at>
4653
4654 PR libobjc/13946
4655 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4656 * Makefile.in: Regenerate.
4657 * configure.in: Add --enable-objc-gc at toplevel and have it
4658 enable boehm-gc for Objective-C.
4659 Remove target-boehm-gc from libgcj.
4660 Add target-boehm-gc to target_libraries.
4661 Add target-boehm-gc to noconfigdirs where ${libgcj}
4662 is specified.
4663 Assert that boehm-gc is supported when requested for Objective-C.
4664 Only build boehm-gc if needed either for Java or Objective-C.
4665 * configure: Regenerate.
4666
4667 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4668
4669 PR 27674
4670 * Makefile.tpl (configure-[+prefix+][+module+],
4671 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4672 Remove rule to unstage bootstrapped modules.
4673 (stage_current): New.
4674 * Makefile.in: Regenerate.
4675
4676 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4677 Andreas Tobler <a.tobler@schweiz.ch>
4678
4679 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4680 * configure: Rebuilt.
4681
4682 Revert
4683 2006-01-31 Richard Guenther <rguenther@suse.de>
4684 Paolo Bonzini <bonzini@gnu.org>
4685
4686 * Makefile.def (target_modules): Add libgcc-math target module.
4687 * configure.in (target_libraries): Add libgcc-math target library.
4688 (--enable-libgcc-math): New configure switch.
4689 * Makefile.in: Re-generate.
4690 * configure: Re-generate.
4691
4692 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4693
4694 * config-ml.in: Alter CCASFLAGS to include special
4695 multilib options the same as is done for CFLAGS.
4696
4697 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * Makefile.def: Added dependencies from sim and gdb on intl, and
4700 added configure dependencies to everything with an all dependency
4701 on intl.
4702 * gettext.m4: Removed.
4703 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4704 (GDB_SUPPORT_DIRS): Add intl.
4705 * Makefile.in: Regenerated.
4706
4707 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * src-release (DEVO_SUPPORT): Add config.rpath.
4710
4711 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4712
4713 * Makefile.def (bfd, opcodes): Fix lib_path.
4714 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4715 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4716 * Makefile.in: Regenerate.
4717
4718 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4719
4720 * configure.in: Enable gprof for cross builds.
4721 * configure: Regenerate.
4722
4723 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4724
4725 * src-release (MAKEINFOFLAGS): Define.
4726 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4727
4728 2006-05-14 Ben Elliston <bje@au.ibm.com>
4729
4730 * config.sub, config.guess: Update from upstream sources.
4731
4732 2006-05-12 Ben Elliston <bje@au.ibm.com>
4733
4734 * config.sub, config.guess: Update from upstream sources.
4735
4736 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4737
4738 * blt, iwidgets, mmalloc: Remove directories.
4739
4740 2006-05-01 DJ Delorie <dj@redhat.com>
4741
4742 * configure.in: Restore CFLAGS if GMP isn't present.
4743 * configure: Regenerate.
4744
4745 2006-04-18 DJ Delorie <dj@redhat.com>
4746
4747 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4748 reference libgloss so that libssp can be built in a combined
4749 tree.
4750 * configure: Regenerate.
4751
4752 2006-04-10 Ben Elliston <bje@au.ibm.com>
4753
4754 * contrib: Remove directory.
4755
4756 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4757
4758 * Makefile.tpl: Add install-html target.
4759 * Makefile.def: Add install-html target.
4760 * Makefile.in: Regenerate.
4761 * configure.in: Add --with-datarootdir, --with-docdir,
4762 and --with-htmldir options.
4763 * configure: Regenerate.
4764
4765 2006-03-31 Ben Elliston <bje@au.ibm.com>
4766
4767 PR binutils/1860
4768 * configure.in: Require makeinfo 4.4 or higher.
4769 * configure: Regenerate.
4770
4771 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4772
4773 * Makefile.in: Regenerate.
4774
4775 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4776
4777 Sync with gcc:
4778 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4779
4780 * configure.in: Handle --disable-<component> generically.
4781 * configure: Regenerate.
4782
4783 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4784
4785 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4786 (TARGET_CONFIGDIRS): Remove.
4787 * configure.in: Remove AC_SUBST(target_configdirs).
4788 * Makefile.in, configure: Regenerated.
4789
4790
4791 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4792
4793 PR libgcj/17311
4794 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4795
4796 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4797
4798 PR bootstrap/25670
4799
4800 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4801
4802 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4803 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4804 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4805 BUILD_PREFIX, BUILD_PREFIX_1.
4806 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4807
4808 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4809 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4810
4811 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4812 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4813 of `cat stage_current`. Always provide the `r' and `s' variables.
4814 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4815 a single shell execution.
4816 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4817 bootstrapped modules, make the stage1 module if the build was not
4818 started yet, else build the current stage.
4819 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4820 (all-build, all-host, all-target, [+make_target+]-host,
4821 [+make_target+]-target): Do not use \-continued lines.
4822 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4823 (current_stage, restrap, stage_last): New.
4824
4825 * Makefile.in: Regenerate.
4826 * configure: Regenerate.
4827
4828 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4829
4830 Sync from gcc:
4831
4832 2006-01-31 Richard Guenther <rguenther@suse.de>
4833 Paolo Bonzini <bonzini@gnu.org>
4834
4835 * Makefile.def (target_modules): Add libgcc-math target module.
4836 * configure.in (target_libraries): Add libgcc-math target library.
4837 (--enable-libgcc-math): New configure switch.
4838 * Makefile.in: Re-generate.
4839 * configure: Re-generate.
4840 * libgcc-math: New toplevel directory.
4841
4842 2006-01-18 Richard Henderson <rth@redhat.com>
4843 Jakub Jelinek <jakub@redhat.com>
4844 Diego Novillo <dnovillo@redhat.com>
4845
4846 * libgomp: New directory.
4847 * Makefile.def: Add target_module libgomp.
4848 * Makefile.in: Regenerate.
4849 * configure.in (target_libraries): Add target-libgomp.
4850 * configure: Regenerate.
4851
4852 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4853 Andreas Schwab <schwab@suse.de>
4854
4855 * configure: Regenerate.
4856
4857 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4860 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4861 the assembler, linker and binutils.
4862 * configure: Regenerate.
4863
4864 2006-01-16 Nick Clifton <nickc@redhat.com>
4865
4866 * config.sub, config.guess: Sync from config repository.
4867
4868 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4869
4870 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4871 @ from continuation.
4872 * Makefile.in: Rebuilt.
4873
4874 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4875
4876 Sync from gcc:
4877
4878 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4879
4880 PR bootstrap/24252
4881
4882 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4883 * Makefile.tpl (OBJDUMP): New.
4884 (EXTRA_HOST_FLAGS): Add it.
4885 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4886
4887 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4888 to use symbolic links between directories. Avoid race conditions
4889 or make them harmless.
4890 * configure.in: Do not try to use symbolic links between directories.
4891
4892 * Makefile.def (LEAN): Pass.
4893 * Makefile.tpl (LEAN): Define.
4894 (stage[+id+]-start): Accept that the previous directory does not
4895 exist, if the bootstrap is lean.
4896 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4897 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4898 configure substitution.
4899 ([+compare-target+]): Likewise.
4900 ([+bootstrap-target+]-lean): New.
4901 * configure.in: Remove lean bootstrap support from here.
4902
4903 * Makefile.in: Regenerate.
4904 * configure: Regenerate.
4905
4906 2006-01-02 Andreas Schwab <schwab@suse.de>
4907
4908 * configure.in: When reconfiguring remove Makefile in
4909 all stage directories.
4910 * configure: Regenerate.
4911
4912 2005-12-27 Leif Ekblad <leif@rdos.net>
4913
4914 * configure.in: Add support for RDOS target.
4915 * configure: Regenerate.
4916
4917 2005-12-27 Nick Clifton <nickc@redhat.com>
4918
4919 PR binutils/1990
4920 * libtool.m4: Synchronize with version in GCC sources.
4921
4922 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4923
4924 Revert Ada-related part of the previous change.
4925
4926 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4927 Do not pass.
4928 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4929 * Makefile.in: Regenerate.
4930 * configure.in: Do not include mt-ppc-aix target fragment.
4931 * configure: Regenerate.
4932
4933 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4934
4935 * configure.in: Select appropriate fragments for PowerPC/AIX.
4936 * configure: Regenerate.
4937
4938 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4939 BOOT_CFLAGS, BOOT_LDFLAGS.
4940 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4941 BOOT_CFLAGS, BOOT_LDFLAGS.
4942 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4943 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4944 (stage): Fail if we cannot complete the work.
4945 * Makefile.in: Regenerate.
4946
4947 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4948
4949 * COPYING.NEWLIB: Update copyright year for default
4950 copyright.
4951
4952 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4953
4954 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4955 install-host-nogcc): Don't invoke $(stage) at the end.
4956 * Makefile.in: Regenerate.
4957
4958 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4959
4960 * configure.in: Flip the top-level bootstrap switch.
4961 * configure: Regenerate.
4962
4963 Merge from gcc:
4964
4965 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4966
4967 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4968 $(stage) and $(unstage).
4969 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4970 (all): Remove stray semicolon.
4971 (local-distclean): Don't handle multilib.tmp and multilib.out.
4972 (install.all): Set $s for consistency.
4973 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4974 check_multilibs setting. Always make the install directory.
4975 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4976 Correct @if/@endif.
4977 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4978 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4979 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4980 (multilib.out): Remove.
4981 * Makefile.in: Regenerated.
4982
4983 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4984
4985 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4986 * configure.in: Replace ms1 arch with mt.
4987 * configure: Rebuilt.
4988
4989 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4990
4991 Sync with gcc:
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-05 Paolo Bonzini <bonzini@gnu.org>
5004
5005 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5006 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5007 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5008 Find in-tree tools if available.
5009 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5010 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5011 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5012 (COMPILER_*_FOR_TARGET): New.
5013 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5014 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5015 (CONFIGURED_*, USUAL_*): Remove.
5016 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5017 STRIP): Use autoconf substitutions.
5018 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5019 COMPILER_NM_FOR_TARGET): New.
5020 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5021
5022 (all): Make all-host and all-target in parallel.
5023 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5024 that $$r and $$s are set before invoking a recursive make.
5025 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5026 ([+bootstrap-target+]): Inline most of the `all' target.
5027
5028 2005-11-29 Ben Elliston <bje@au.ibm.com>
5029
5030 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5031 from the gcc build directory.
5032 * Makefile.in: Regenerate.
5033
5034 2005-11-29 Ben Elliston <bje@au.ibm.com>
5035
5036 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5037 depend on all-libdecnumber.
5038 * configure.in (host_libs): Include libdecnumber.
5039 * Makefile.in: Regenerate.
5040 * configure: Likewise.
5041
5042 2005-11-21 Kean Johnston <jkj@sco.com>
5043
5044 * config.sub, config.guess: Sync from upstream sources.
5045
5046 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * Makefile.def: Remove gdb dependencies for gdbtk.
5049 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5050 (configure-gdb, install-gdb): New rules.
5051 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5052 * Makefile.in, configure: Regenerated.
5053
5054 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5055
5056 PR bootstrap/24297
5057 * Makefile.tpl (do-[+make-target+], do-check, install,
5058 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5059 are set before recursing.
5060 * Makefile.in: Regenerate.
5061
5062 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5063
5064 PR bootstrap/18939
5065 * Makefile.def (gcc) <target>: Fix thinko.
5066 * Makefile.in: Regenerate.
5067
5068 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5069
5070 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5071 * configure: Regenerate.
5072
5073 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5074
5075 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5076 target-libffi, target-qthreads, target-libjava, and
5077 targetlibobjc.
5078 * configure: Regenerate.
5079
5080 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5081
5082 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5083 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5084 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5085 (USUAL_OBJDUMP_FOR_TARGET): New.
5086 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5087 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5088 * configure, Makefile.in: Regenerated.
5089
5090 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5093 before other host packages.
5094
5095 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5096
5097 PR bootstrap/22340
5098
5099 * configure.in (default_target): Remove.
5100 * Makefile.tpl (all): Do not use prerequisites as subroutines
5101 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5102 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5103 use prerequisites as subroutines.
5104 (check-host, check-target): New.
5105 (bootstrap configure & all targets): Do not use stage*-start
5106 if the directory layout is already ok.
5107 (non-bootstrap configure & all targets): Prepend a $(unstage).
5108 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5109 (NOTPARALLEL): Remove.
5110 (unstage, stage variables): New variables.
5111 (unstage, stage targets): Simply expand to those variables.
5112
5113 * configure: Regenerate.
5114 * Makefile.in: Regenerate.
5115
5116 2005-10-04 James E Wilson <wilson@specifix.com>
5117
5118 * Makefile.def (lang_env_dependencies): Add libmudflap.
5119 * Makefile.in: Regenerate.
5120
5121 2005-10-03 Catherine Moore <clm@cm00re.com>
5122
5123 * configure.in (bfin-*-*): Support bfin.
5124 * configure: Regenerated.
5125
5126 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5127
5128 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5129 * configure: Regenerated.
5130
5131 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5132
5133 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5134 (LIPO_FOR_TARGET): New.
5135 (CONFIGURED_LIPO_FOR_TARGET): New.
5136 (USUAL_LIPO_FOR_TARGET): New.
5137 (STRIP_FOR_TARGET): New.
5138 (CONFIGURED_STRIP_FOR_TARGET): New.
5139 (USUAL_STRIP_FOR_TARGET): New.
5140 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5141 STRIP_FOR_TARGET.
5142 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5143 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5144 * Makefile.in: Regenerate.
5145 * configure: Regenerate.
5146
5147 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5148
5149 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5150 (rs6000-*-aix*): Same.
5151 * configure: Regenerate.
5152
5153 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5154
5155 * configure.in: Recognize f95 in the --enable-languages option,
5156 and substitute it for fortran, issuing a warning.
5157 * configure: Regenerate.
5158
5159 2005-09-07 Ben Elliston <bje@au.ibm.com>
5160
5161 Import from Autoconf sources:
5162
5163 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5164 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5165 Elliston. Handle weird characters correctly.
5166
5167 2005-08-30 Phil Edwards <phil@codesourcery.com>
5168
5169 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5170 * configure: Regenerated.
5171
5172 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5173
5174 * Makefile.def (libssp): Add to lang_env_dependencies.
5175 * Makefile.in: Regenerate.
5176
5177 2005-08-17 Christian Groessler <chris@groessler.org>
5178
5179 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5180 * Makefile.in: Regenerate.
5181
5182 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5183
5184 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5185 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5186 Look for alternate names of the target cc and c++
5187 * configure: Regenerate.
5188
5189 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5190
5191 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5192 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5193 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5194 tools; remove code to manually set them.
5195 (Target tools): Look in the environment for them.
5196 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5197 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5198 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5199 build directory.
5200 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5201 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5202 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5203 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5204 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5205 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5206 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5207 * configure: Regenerate.
5208 * Makefile.in: Regenerate.
5209
5210 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5211
5212 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5213 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5214 * Makefile.in: Regenerated.
5215
5216 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5217
5218 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5219 (CFLAGS_FOR_TARGET): Use it.
5220 (CXXFLAGS_FOR_TARGET): Likewise.
5221 * Makefile.in: Regenerated.
5222 * configure.in (--with-build-sysroot): New option.
5223 * configure: Regenerated.
5224
5225 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5226
5227 * Makefile.tpl: Wrap install between unstage and stage
5228 * Makefile.in: Regenerate.
5229
5230 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5231
5232 * all files: Update FSF address.
5233
5234 2005-07-14 Jim Blandy <jimb@redhat.com>
5235
5236 * configure.in: Add cases for Renesas m32c.
5237 * configure: Regenerated.
5238
5239 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5240
5241 * COPYING, compile, config-ml.in, config.guess,
5242 config.sub, install-sh, missing, mkinstalldirs,
5243 symlink-tree, ylwrap: Sync from upstream sources.
5244
5245 2005-07-13 Eric Christopher <echristo@redhat.com>
5246
5247 * configure.in: Add toplevel noconfigdir support for tpf.
5248 * configure: Regenerate.
5249
5250 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5251
5252 * Makefile.def (target_modules): Add libssp.
5253 * configure.in (target_libraries): Add target-libssp.
5254 * configure: Rebuilt.
5255 * Makefile.in: Rebuilt.
5256
5257 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5258
5259 PR ada/22340
5260
5261 * Makefile.def: Sync with gcc.
5262 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5263 * Makefile.in: Regenerate.
5264
5265 2005-07-07 Andreas Schwab <schwab@suse.de>
5266
5267 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5268 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5269 * Makefile.in: Regenerated.
5270
5271 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5272
5273 * configure.in: Add --enable-libssp and --disable-libssp.
5274 * configure: Regenerate with autoconf-2.13.
5275
5276 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5277
5278 * configure.in: Don't build sim or rda when targetting darwin.
5279 * configure: Regenerate.
5280
5281 2005-07-04 Ben Elliston <bje@gnu.org>
5282
5283 * src-release (do-proto-toplev): Remove dejagnu bits.
5284 (DEJAGNU_SUPPORT_DIRS): Remove.
5285 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5286 (GDBD_SUPPORT_DIRS): Likewise.
5287 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5288 (INSIGHTD_SUPPORT_DIRS): Likewise.
5289 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5290
5291 2005-06-30 Ben Elliston <bje@gnu.org>
5292
5293 * setup.com (mpw): Remove unused directive.
5294
5295 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5296
5297 * Makefile.def (stagefeedback): Come after profile.
5298 Define profiledbootstrap target.
5299 * Makefile.tpl (profiledbootstrap): Remove.
5300 (stageprofile-end): Zap stagefeedback.
5301 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5302 * Makefile.in: Regenerate.
5303
5304 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5305
5306 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5307 In 'cpp' stanza, support '#line' as well as '# '.
5308
5309 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5310
5311 * configure.in (unsupported_languages): New macro.
5312 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5313 non-ported target libraries in noconfigdirs.
5314 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5315 non-linux-gnu. Remove libgcj_ex_libffi.
5316 <lang_frag loop>: Set add_this_lang=no if the language is in
5317 unsupported_languages.
5318 * configure: Regenerate.
5319
5320 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5321
5322 * configure.in: Fix typo in handling of --with-mpfr-dir.
5323 * configure: Regenerate.
5324
5325 2005-06-02 Jim Blandy <jimb@redhat.com>
5326
5327 * config.sub: Add cases for the Renesas m32c. (This patch has been
5328 accepted into the master sources.)
5329
5330 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5331 Michael Snyder <msnyder@redhat.com>
5332 Stan Cox <scox@redhat.com>
5333
5334 * configure.in: Set noconfigdirs for ms1.
5335
5336 * configure: Regenerate.
5337
5338 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5339
5340 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5341 (Dependencies): Consider target modules for bootstrap dependencies.
5342 Make target bootstrap modules depend on each stage's gcc.
5343 * Makefile.in: Regenerate.
5344
5345 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5346
5347 * Makefile.def (configure-gcc): Depend on binutils having been built.
5348 (all-gcc): No need to do it here.
5349 * Makefile.in: Regenerate.
5350
5351 2005-05-19 Paul Brook <paul@codesourcery.com>
5352
5353 * configure.in: Rewrite misleading error message when requested
5354 language cannot be built.
5355 * configure: Regenerate.
5356
5357 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5358
5359 * ylwrap: Import from Automake 1.9.5.
5360
5361 2005-05-04 Mike Stump <mrs@apple.com>
5362
5363 * configure.in: Always pass --target to target configures as
5364 otherwise rebuilds that do --recheck will fail.
5365 * configure: Rebuilt.
5366
5367 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5368
5369 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5370 STAGE_HOST_EXPORTS.
5371 (configure, all): Add bootstrap support.
5372 (Host modules, target modules): Pass post-stage1 flags and exports.
5373 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5374 * Makefile.in: Regenerate.
5375
5376 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5377
5378 Sync from gcc:
5379
5380 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5381
5382 * config.sub: Update from master copy.
5383
5384 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5385
5386 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5387 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5388 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5389 "*-*-elf" and "*-*-linux*".
5390 * configure: Regenerate.
5391
5392 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5393
5394 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5395 (TARGET_CONFIGARGS): Include --with-target-subdir.
5396 (configure, all): New macros. Use them throughout.
5397
5398 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5399
5400 * Makefile.tpl: Sync with gcc.
5401 * Makefile.in: Regenerate.
5402
5403 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5404
5405 * config/mh-mingw32: Delete.
5406 * configure.in: Don't use it.
5407 * configure: Regenerate.
5408
5409 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5412 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5413 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5414 (HOST_LIB_PATH): Generate from Makefile.def.
5415 (TARGET_LIB_PATH): Likewise.
5416 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5417 * Makefile.in: Regenerate.
5418 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5419 (RPATH_ENVVAR): Include Darwin case.
5420 * configure: Regenerate.
5421
5422 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5423
5424 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5425 * configure: Regenerate.
5426
5427 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5428
5429 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5430 gcc_version, and gcc_version_trigger from set of flags to pass.
5431 * Makefile.tpl: Remove definitions of above variables.
5432 (config.status): Remove dependency on $(gcc_version_trigger).
5433 * Makefile.in: Regenerate.
5434 * configure.in: Do not reference config/gcc-version.m4 nor
5435 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5436 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5437 * configure: Regenerate.
5438
5439 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5440 Andrew Pinski <pinskia@physics.uc.edu>
5441
5442 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5443 * Makefile.in: Regenerate.
5444
5445 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5446
5447 PR libgcj/20160
5448 * ltmain.sh: Avoid creating archives with components that have
5449 duplicate basenames.
5450
5451 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5452
5453 PR bootstrap/20250
5454 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5455 instead of check.
5456 * Makefile.in: Regenerate.
5457
5458 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5459
5460 Sync from gcc.
5461
5462 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5463
5464 PR bootstrap/17383
5465 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5466 * Makefile.tpl (HOST_SUBDIR): New substitution.
5467 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5468 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5469 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5470 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5471 (Host modules, Bootstrapped modules): Use it.
5472 (Build modules, Target modules): Do not create symlink trees,
5473 always configure out-of-srcdir.
5474 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5475 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5476 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5477 $(HOST_SUBDIR). Create a symlink for host_subdir.
5478
5479 * Makefile.in: Regenerate.
5480 * configure: Regenerate.
5481
5482 Merged from libada-gnattools-branch:
5483 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5484
5485 * Makefile.def: Add gnattools as a module, depending on target-libada.
5486 * Makefile.in: Regenerate.
5487 * configure.in: Include gnattools in host_tools; disable it if ada
5488 is disabled.
5489 * configure: Regenerate.
5490
5491 2005-02-23 Nick Clifton <nickc@redhat.com>
5492
5493 * configure: Regenerate.
5494
5495 2005-02-22 Paul Schlie <schlie@comcast.net>
5496
5497 * configure.in: Allow darwin targeted ports to build tk, itcl and
5498 libgui.
5499
5500 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5501
5502 PR libgcj/10353
5503 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5504 * configure: Regenerate.
5505
5506 2005-02-08 Andrew Cagney <cagney@gnu.org>
5507
5508 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5509 gdb/ section. Update GDB's URL.
5510
5511 2005-01-31 Andrew Cagney <cagney@gnu.org>
5512
5513 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5514
5515 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5516
5517 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5518 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5519 target-libgloss when not *-*-elf and *-*-aout.
5520 * configure: Regenerate.
5521
5522 2005-01-27 Andrew Cagney <cagney@gnu.org>
5523
5524 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5525
5526 2005-01-24 Andrew Cagney <cagney@gnu.org>
5527
5528 * gettext.m4: Only fall back to ../intl/ when it's present.
5529
5530 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5531
5532 * install-sh, config.sub: Import from upstream.
5533
5534 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5535
5536 PR bootstrap/18222
5537 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5538 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5539 * Makefile.in: Regenerate.
5540
5541 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5542
5543 Revert 2004-12-28 Makefile changes, a better fix will be
5544 applied to mainline and src after GCC 4.0 branches.
5545
5546 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5547
5548 PR bootstrap/17383
5549
5550 * Makefile.def (target_modules): Remove stage parameter,
5551 it is always true now.
5552 * Makefile.tpl (configure-build-[+module+],
5553 configure-target-[+module+]): Always build symlink tree
5554 for the directory and for include. BUILD_SUBDIR and
5555 TARGET_SUBDIR cannot be . anymore.
5556 * Makefile.in: Regenerate.
5557
5558 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5559
5560 Revert 2004-12-08 Makefile changes.
5561
5562 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5563
5564 * configure.in (sh64-*-*): Reenable gprof.
5565 * configure: Regenerate.
5566
5567 2004-12-09 Jim Blandy <jimb@redhat.com>
5568
5569 * MAINTAINERS: List 'depcomp' as part of automake.
5570
5571 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5572
5573 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5574 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5575 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5576 * Makefile.in: Regenerate.
5577
5578 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5579
5580 * Makefile.tpl: Generate normal dependencies if the LHS module is
5581 not bootstrapped.
5582 * Makefile.in: Regenerate.
5583
5584 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5585
5586 * configure.in: Include config/gxx-include-dir.m4. Use
5587 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5588 * configure: Regenerate.
5589
5590 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5591
5592 * config.if: Delete.
5593 * configure.in: Set libstdcxx_incdir directly.
5594 * configure: Regenerate.
5595 * MAINTAINERS: Remove mention of config.if.
5596 * src-release (DEVO_SUPPORT): Remove config.if.
5597
5598 2004-12-02 Eric Christopher <echristo@redhat.com>
5599
5600 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5601 of things to remove.
5602 * Makefile.in: Regenerate.
5603
5604 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5605
5606 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5607 * configure: Regenerate.
5608
5609 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5610
5611 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5612 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5613 * configure: Regenerate.
5614
5615 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5616
5617 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5618 (hppa*64*-*-*): Delete incorrect comment.
5619 * configure: Rebuilt.
5620
5621 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5622
5623 * install-sh, compile: Import from automake.
5624
5625 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5626
5627 * config.guess, config.sub: Import from savannnah.
5628
5629 2004-11-12 Mike Stump <mrs@apple.com>
5630
5631 * Makefile.def: Add html support.
5632 * Makefile.tpl: Likewise.
5633 * Makefile.in: Regenerate.
5634
5635 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5636
5637 PR 18423
5638 * configure.in: Remove all instances of build-fixincludes from
5639 noconfigdirs.
5640 (build_configargs): Supply --target to subdirectories.
5641 * configure: Regenerate.
5642
5643 * Makefile.def: Make gcc install depend on fixincludes install.
5644 * Makefile.in: Regenerate.
5645
5646 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5647
5648 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5649 target-libgfortran.
5650 * configure: Regenerate.
5651
5652 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5653
5654 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5655 like CC.
5656
5657 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5658
5659 * Makefile.def (host fixincludes): Specify missing targets.
5660 * Makefile.in: Regenerate.
5661
5662 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5663
5664 PR other/17783
5665 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5666 * configure: Regenerated.
5667
5668 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5669
5670 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5671 * configure: Regenerated.
5672
5673 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5674
5675 PR target/18151
5676 * configure.in (case ${target}): Do not build fixincludes for avr.
5677 * configure: Regenerated.
5678
5679 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5680
5681 * configure.in (case ${target}): Do not build fixincludes
5682 on platforms where it is not used.
5683 * configure: Regenerated.
5684
5685 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5686
5687 * configure.in: Use an absolute path to install-sh.
5688 * configure: Regenerated.
5689
5690 2004-10-19 Andrew Cagney <cagney@gnu.org>
5691
5692 * src-release (do-djunpack, do-md5sum): Install the generated file
5693 directly into the proto-toplev/ directory.
5694
5695 2004-10-19 Andrew Cagney <cagney@gnu.org>
5696
5697 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5698
5699 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5700
5701 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5702 * configure: Regenerate.
5703
5704 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5705
5706 Fix wrong conflict resolution in:
5707
5708 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5709
5710 * Makefile.in: Regenerate.
5711 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5712 in the recursive `make', instead of hardwiring `all'.
5713 (Autogenerated TARGET-* variables): New.
5714
5715 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5716
5717 Merged from GCC / libtool upstream:
5718 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5719 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5720 * ltcf-cxx.sh (tpf*): Likewise.
5721 * ltconfig (tpf*): Add TPF OS configuration support.
5722
5723 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5724
5725 * configure.in: Enable target-libgloss for crx-*-*.
5726 * configure: Regenerate.
5727
5728 2004-09-24 Michael Roth <mroth@nessie.de>
5729
5730 * configure.in (--without-headers): Add missing double quotes.
5731 * configure: Regenerate.
5732
5733 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5734
5735 * ylwrap: Revert to previous version.
5736
5737 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5738
5739 PR bootstrap/17369
5740 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5741 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5742 SET_GCC_LIB_PATH_CMD.
5743 (BASE_TARGET_EXPORTS): Likewise.
5744 * Makefile.in: Regenerated.
5745
5746 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5747 * configure: Regenerated.
5748
5749 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5750
5751 * config.guess: New upstream version
5752 * compile, depcomp, install-sh, ylwrap: Likewise.
5753
5754 2004-09-19 Roger Sayle <roger@eyesopen.com>
5755
5756 * config/mh-x86omitfp: New host makefile fragment. Add
5757 -fomit-frame-pointer to the default BOOT_CFLAGS.
5758 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5759 * configure: Regenerate.
5760
5761 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5762
5763 PR target/11572
5764 * configure.in (*-*-darwin*): Renable libobjc.
5765 * configure: Regenerate.
5766
5767 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5768
5769 * Makefile.def: Remove libbanshee.
5770 * Makefile.tpl: Ditto.
5771 * configure.in: Ditto.
5772 * Makefile.in: Regen.
5773 * configure: Ditto.
5774
5775 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5776
5777 * missing: Import latest version from master repository.
5778
5779 2004-09-04 Nick Clifton <nickc@redhat.com>
5780
5781 * config.sub: Import latest version from master repository.
5782 * config.guess: Likewise.
5783 This includes these changes:
5784
5785 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5786
5787 * config.sub: Handle crisv32, alias etraxfs.
5788 * config.guess (crisv32:Linux:*:*): Handle.
5789
5790 2004-08-13 Brad Smith <brad@comstyle.com>
5791
5792 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5793 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5794
5795 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5796
5797 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5798 assume the processor is a powerpc. This is because coreutils
5799 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5800 in this case, due to a MacOS X bug that causes
5801 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5802 to return a negative number.
5803 Problem reported by Petter Reinholdtsen in:
5804 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5805
5806 2004-07-19 Ben Elliston <bje@gnu.org>
5807
5808 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5809
5810 2004-06-24 Ben Elliston <bje@gnu.org>
5811
5812 * config.guess: Update copyright years.
5813 * config.sub: Likewise.
5814
5815 2004-06-22 Robert Millan <robertmh@gnu.org>
5816
5817 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5818 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5819
5820 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5821
5822 * config.guess (*:*VMS:*:*): New entry. Replaces
5823 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5824 manufacturer.
5825
5826 2004-06-22 Ben Elliston <bje@gnu.org>
5827
5828 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5829 * config.sub: Likewise.
5830
5831 2004-06-22 Ben Elliston <bje@gnu.org>
5832
5833 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5834 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5835
5836 2004-06-11 Ben Elliston <bje@gnu.org>
5837
5838 * config.guess (pegasos:OpenBSD:*:*): Remove.
5839
5840 2004-06-11 Ben Elliston <bje@gnu.org>
5841
5842 From Wouter Verhelst <wouter@grep.be>:
5843 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5844
5845 2004-06-11 Ben Elliston <bje@gnu.org>
5846
5847 * config.guess (luna88k:OpenBSD:*:*): New.
5848
5849 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5850
5851 * config.guess (m32r*:Linux:*:*): New case.
5852 * config.sub: Handle m32rle.
5853
5854 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5855
5856 From Jens Petersen <petersen@redhat.com>:
5857 * config.sub: Handle sparcv8.
5858
5859 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5860
5861 From Tom Smith <smith@cag.lkg.hp.com>:
5862 * config.guess: Version suffixes are equally significant on Tru64
5863 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5864 prefix of "P" (patched kernel).
5865
5866 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5867
5868 * config.sub: Add support for National Semiconductor CRX target.
5869
5870 2004-09-03 Jan Beulich <jbeulich@novell.com>
5871
5872 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5873 *-*-netware, but add target-libmudflap.
5874 Consolidate *-*-netware targets (of which really only i?86 exists)
5875 into a single entry.
5876 * configure: Likewise.
5877
5878 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5879
5880 * Makefile.tpl (sorry): Remove.
5881 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5882 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5883 (do-clean): Clean per-stage directories too.
5884 (do-distclean): Run distclean-stage1 too.
5885 (.NOTPARALLEL): Enable during toplevel bootstrap.
5886 (stage[+id+]-bubble): Enable parallel execution during
5887 the recursive invocation.
5888 * Makefile.in: Regenerate.
5889
5890 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5891
5892 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5893
5894 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5895 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5896 * configure: regenerate
5897 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5898 -mdynamic-no-pic
5899
5900 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5901
5902 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5903 include.
5904 * configure.in: Fix indentation.
5905 * configure: Regenerate.
5906
5907 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5908
5909 * Makefile.def (build_modules): Add fixincludes.
5910 (dependencies): Make gcc depend on fixincludes.
5911 * configure.in (build_tools): Add fixincludes.
5912 (build_configdirs): Always include build_libs.
5913 * Makefile.in: Regenerate.
5914 * configure: Regenerate.
5915
5916 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5917
5918 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5919 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5920 phony targets; do not generate timestamp files.
5921 (distclean-stageN): Remove references to their timestamp files.
5922 (restageN, touch-stageN): Remove.
5923 (stageN-bubble): Rewritten.
5924 (compare): Support lean bootstraps.
5925 * Makefile.in: Regenerate.
5926
5927 * configure.in: Only warn when bootstrapping but
5928 build != host or build != target. Support lean bootstraps.
5929 * configure: Regenerate.
5930
5931 Sync from gcc:
5932 2004-08-26 Phil Edwards <phil@codesourcery.com>
5933
5934 * configure.in: Give a better error message if GMP/MPFR are missing
5935 and a language needing them has been requested.
5936 * configure: Regenerated.
5937
5938 2004-08-25 Phil Edwards <phil@codesourcery.com>
5939
5940 * configure.in: Print a list of available language front-ends if
5941 a requested one is missing. Tidy stray tab characters.
5942 * configure: Regenerated.
5943
5944 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5945
5946 * Makefile.in: Regenerate.
5947 * configure: Regenerate.
5948
5949 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5950 stage_*_flags.
5951 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5952 for bootstrapped modules if toplevel bootstrap is going.
5953 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5954 modules. Adjust for changes in Makefile.def. Enable several
5955 rules even in non-bootstrap mode, just to avoid peppering the
5956 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5957 (stage-[+prev+]-bubble): Remove.
5958
5959 * Makefile.def (Dependencies): Depend on all-build-bison,
5960 all-build-flex, all-build-byacc, all-build-texinfo, rather
5961 than the host variations.
5962 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5963 with BUILD_SUBDIR.
5964 (BISON): Update for recent Bisons.
5965 (YACC): Fix typo.
5966 (cross): Depend on all-build.
5967 (all): Do not depend on all-build.
5968 (prebootstrap): Remove.
5969 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5970 (Prebootstrap dependencies): Add them to the per-stage targets
5971 and to all-prebootstrap.
5972 * configure.in (build_configdirs): Always enable build_tools.
5973 (BUILD_DIR_PREFIX): Remove.
5974
5975 * Makefile.def (gcc): Add target variable.
5976 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5977 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5978 in the recursive `make', instead of hardwiring `all'.
5979 (Autogenerated TARGET-* variables): New.
5980
5981 2004-08-17 Robert Millan <robertmh@gnu.org>
5982
5983 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5984 (instead of FreeBSD).
5985 * configure: Regenerate.
5986
5987 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5988
5989 * Makefile.def, configure.in, src-release: Remove useless, bogus
5990 references to tix.
5991 * Makefile.in, configure: Regenerate.
5992
5993 * src-release: Stop distributing mmalloc with gdb (which doesn't
5994 use it).
5995 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5996 * Makefile.in: Regenerate.
5997
5998 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5999
6000 * configure.in (arm*-*-eabi*): New target.
6001 * configure: Regenerate.
6002
6003 2004-08-01 Robert Millan <robertmh@gnu.org>
6004
6005 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6006 libmudflap for all GNU-based systems (with Glibc).
6007 * configure: Regenerate.
6008
6009 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6010
6011 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6012 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6013 (Dependencies): New section.
6014 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6015 (configure-target-[+module+]): Depend on maybe-all-gcc
6016 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6017 (toplevel profiledbootstrap): Fix dependencies.
6018 * Makefile.in: Regenerate.
6019
6020 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6021
6022 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6023 target-libiberty to noconfigdirs.
6024
6025 2004-08-03 Paul Brook <paul@codesourcery.com>
6026
6027 * configure.in: Check for MPFR as well as GMP.
6028 * configure: Regenerate.
6029
6030 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6031
6032 * Makefile.def (host-modules): Add gcc.
6033 * Makefile.in: Regenerate.
6034 * Makefile.tpl (sorry): New rule.
6035 (configure-host, all-host, [+make_target+]-host, do-check,
6036 install-host): Do not add gcc as a special case.
6037 (host modules): Add a small special-casing for gcc. Export
6038 extra_make_flags through the environment.
6039 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6040 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6041 other recursive targets for gcc): Remove.
6042
6043 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6044 (stage, unstage): New rules.
6045 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6046 distclean-stage[+id+]): Use stage_current.
6047 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6048 the stage*-start rules.
6049
6050 2004-07-19 Robert Millan <robertmh@gnu.org>
6051
6052 Synced from gcc:
6053
6054 2004-04-26 Robert Millan <robertmh@gnu.org>
6055
6056 Add patches from libtool CVS.
6057 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6058 * ltconfig: Likewise.
6059 * ltcf-c.sh: Likewise.
6060 * ltcf-cxx.sh: Likewise.
6061 * ltcf-gcj.sh: Likewise.
6062
6063 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6064
6065 * configure.in: Add noconfigdirs for crx-*-*.
6066 * configure: Regenerate.
6067
6068 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6069
6070 Synced from gcc:
6071
6072 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6073
6074 * configure.in: Build libmudflap by default on FreeBSD.
6075 * configure: Regenerated.
6076
6077 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6078
6079 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6080 systems.
6081 * configure: Regenerated.
6082
6083 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6084
6085 PR target/16344
6086 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6087 feedback based compiler.
6088 * Makefile.in: Rebuilt.
6089
6090 2004-07-05 Phil Edwards <phil@codesourcery.com>
6091
6092 * configure.in: Do not prepend $srcdir to /dev/null in
6093 makefile fragments.
6094 * configure: Regenerate.
6095
6096 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6097
6098 * Makefile.def (host_modules): Set bootstrap=true for flex.
6099 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6100 * Makefile.in: Rebuilt.
6101
6102 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6103
6104 * Makefile.def (build_modules): Add bison, byacc, flex,
6105 m4, texinfo.
6106 (flags_to_pass): Add FLEX.
6107 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6108 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6109 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6110 DEFAULT_MAKEINFO): Remove.
6111 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6112 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6113 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6114 objdir or else use configured tool.
6115 (all-build): New.
6116 (all): Depend on it.
6117 (Build module dependencies): Add.
6118 * Makefile.in: Regenerate.
6119 * configure.in: Better support for multiple build modules,
6120 matching what is done for host/target modules. Do not look
6121 for "plausible" locations of build tools if Canadian cross.
6122 Use autoconf's AC_PROG_CC to find a C compiler. Define
6123 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6124 * configure: Regenerate.
6125
6126 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6129 * Makefile.in: Regenerate.
6130
6131 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.tpl (configure-build-[+module+],
6134 configure-[+module+], configure-target-[+module+]): Pass
6135 [+extra_configure_args+].
6136 (all-build-[+module+], all-[+module+], check-[+module+],
6137 install-[+module+], [+make_target+]-[+module+],
6138 all-target-[+module+], check-target-[+module+],
6139 install-target-[+module+], [+make_target+]-target-[+module+]):
6140 Pass [+extra_make_args+].
6141 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6142 (GCC_HOST_EXPORTS): Remove.
6143 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6144 cross, check-gcc, check-gcc-c++, install-gcc,
6145 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6146 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6147 * Makefile.in: Regenerate.
6148
6149 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6150
6151 * configure.in: Check for srcdir/winsup rather than build directory
6152 winsup.
6153 * configure: Regenerate.
6154
6155 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6156
6157 * configure.in: Don't build Cygwin native newlib if winsup
6158 directory is missing. Emit warning instead.
6159 * configure: Regenerate.
6160
6161 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6162
6163 * Makefile.tpl (touch-stage[+id+]): New.
6164 (restage[+prev+]): Depend on touch-stage[+id+].
6165
6166 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6167 Use it throughout.
6168
6169 * Makefile.def: Add profile and feedback bootstrap stages.
6170 Remove next field from bootstrap stages.
6171 * Makefile.tpl (LN, LN_S): Substitute.
6172 (stageN-start, stageN-end): Use double-colon rules, to
6173 provide a hook for additional setup commands.
6174 (distclean-stageN-gcc, restageN): Create dependencies from
6175 [+prev+], not from [+next+].
6176 (stageN-bubble): Add commands for successive stages from
6177 [+prev+], using double-colon rules.
6178 (all-stageN-gcc): Fix typo.
6179 (stagefeedback-start, profiledbootstrap): New.
6180 * Makefile.in: Regenerate.
6181 * configure.in: Call ACX_PROG_LN.
6182 * configure: Regenerate.
6183
6184 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6185
6186 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6187 without gcc.
6188 * configure: Regenerate.
6189
6190 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.tpl: Fix typo.
6193 * Makefile.in: Regenerate.
6194
6195 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6196
6197 * configure.in: Remove new- prefix from toplevel
6198 bootstrap targets.
6199 * configure: Regenerate.
6200
6201 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6202
6203 Merge this patch from the gcc tree:
6204
6205 2004-05-30 Andreas Jaeger <aj@suse.de>
6206 Jim Wilson <wilson@specifixinc.com>
6207
6208 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6209 like CC.
6210
6211 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6212
6213 * Makefile.tpl (all.normal): Rename to all.
6214 (all): Replace with a rule to pick the default
6215 target from configure.
6216 (all-gcc, configure-gcc): Use conditionals to
6217 do nothing when toplevel bootstrap is going on.
6218 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6219 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6220 * configure.in: Support --enable-bootstrap.
6221
6222 * Makefile.def: Remove new- prefix from toplevel
6223 bootstrap targets.
6224 * Makefile.tpl: Likewise.
6225
6226 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6227 target.
6228
6229 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6230 $(RECURSE_FLAGS) to recursive invocation of make.
6231
6232 * Makefile.in: Regenerate.
6233 * configure: Regenerate.
6234
6235 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6236
6237 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6238 * configure: Regenerate.
6239
6240 2004-05-25 Daniel Jacobowitz <drow@false.org>
6241
6242 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6243 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6244 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6245 targets.
6246 * Makefile.in: Regenerate.
6247
6248 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6249
6250 * configure.in: Test the ability to symlink directories.
6251 * configure: Regenerate.
6252
6253 * Makefile.def (bootstrap-stage): New definitions.
6254 * Makefile.tpl (configure-stage1-gcc,
6255 configure-stage2-gcc, configure-stage3-gcc,
6256 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6257 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6258 new-restage3, compare): Autogenerate, see Makefile.in
6259 entry for behavioral changes.
6260 (distclean-stage1, new-stage1-start, new-stage1-end,
6261 new-stage1-bubble, distclean-stage2, new-stage2-start,
6262 new-stage2-end, new-stage2-bubble, distclean-stage3,
6263 new-stage3-start, new-stage3-end): New autogenerated targets.
6264 (objext, prebootstrap, BOOT_CFLAGS,
6265 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6266 targets.
6267
6268 * Makefile.in: Regenerate.
6269 (distclean-stage1, new-stage1-start, new-stage1-end,
6270 new-stage1-bubble, distclean-stage2, new-stage2-start,
6271 new-stage2-end, new-stage2-bubble, distclean-stage3,
6272 new-stage3-start, new-stage3-end): New targets.
6273 (all-stage1-gcc): Move prebootstrap dependency from here...
6274 (configure-stage1-gcc): ...to here.
6275 (new-bootstrap): Use bubble targets.
6276 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6277 Use per-stage distclean targets.
6278 (configure-stage1-gcc, configure-stage2-gcc,
6279 configure-stage3-gcc, all-stage1-gcc,
6280 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6281 Use new-stageN-start to prepare the tree.
6282
6283 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6284
6285 * Makefile.def (host_modules): add libcpp.
6286 * Makefile.tpl: Add dependencies on and for libcpp.
6287 * Makefile.in: Regenerate.
6288 * configure.in: Add libcpp host module.
6289 * configure: Regenerate.
6290
6291 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6292
6293 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6294 of libf2c.
6295 * configure, Makefile.in: Regenerate.
6296
6297 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6298
6299 Merge from tree-ssa-20020619-branch.
6300
6301 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6302 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6303 (HOST_GMPLIBS): Define.
6304 (HOST_GMPINC): Define.
6305 (TARGET_LIB_PATH): Add libmudflap.
6306 (GFORTRAN_FOR_TARGET): Define.
6307 (configure-build*): Export GFORTRAN.
6308 (configure-gcc): Export GMPLIBS and GMPINC.
6309 (all-gcc): Add maybe-all-libbanshee.
6310 (configure-target-libgfortran): Define.
6311 * Makefile.in: Regenerate.
6312 * configure.in (host_libs): Add libbanshee.
6313 (target_libraries): Add target-libmudflap and target-libgfortran.
6314 Add --with-libbanshee.
6315 Handle --disable-libmudflap.
6316 (*-*-freebsd*): Use with_gmp.
6317 Add $(libgcj) to noconfigdirs.
6318 * configure: Regenerate.
6319 * depcomp: New file.
6320 * MAINTAINERS: Add tree-ssa maintainers.
6321
6322 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6323
6324 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6325 * configure: Regenerate.
6326
6327 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6328
6329 Revert:
6330 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6331
6332 * Makefile.def (flags_to_pass): Remove *dir variables that
6333 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6334 as well as prefix and exec_prefix.
6335 * Makefile.in: Regenerate.
6336
6337 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6338
6339 * Makefile.def (host_modules): Mark with the bootstrap
6340 flag packages on which gcc depends.
6341 * Makefile.tpl (all-bootstrap): Use it.
6342 * Makefile.in: Regenerate.
6343
6344 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6345
6346 * Makefile.def (flags_to_pass): Remove *dir variables that
6347 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6348 as well as prefix and exec_prefix.
6349 * Makefile.in: Regenerate.
6350
6351 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6352
6353 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6354 * configure: Regenerate.
6355 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6356 * gcc/Makefile.tpl (compare): Use the result of the test.
6357 * gcc/Makefile.in: Regenerate.
6358
6359 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6360
6361 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6362 Always relocate gcc and prev-gcc to the original names, even
6363 if the build fails.
6364 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6365 New targets.
6366
6367 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6368
6369 * configure.in (mips*-*-irix5*): Enable ld.
6370 * configure: Regenerate.
6371
6372 2004-04-15 James E Wilson <wilson@specifixinc.com>
6373
6374 * Makefile.tpl (configure-[+module+], configure-gcc,
6375 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6376 Set and export LDFLAGS.
6377 * Makefile.in: Regenerate.
6378
6379 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6380
6381 PR bootstrap/14871
6382 * Makefile.tpl: If we don't have built-in-tree target tools,
6383 use the ones found by configure rather than hacking around with
6384 program_transform_name.
6385 * configure.in: Give Makefile.tpl the information necessary
6386 to do that.
6387 * Makefile.in: Regenerate.
6388 * configure: Regenerate.
6389
6390 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6391
6392 PR bootstrap/14760
6393 * configure.in: When computing baseargs, strip *all* copies of
6394 offending options. Also, don't match/substitute the trailing space,
6395 so that this actually works when two similar options are separated by
6396 only one space.
6397 * configure: Regenerate.
6398
6399 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6400
6401 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6402 (rs6000-*-aix*): Same.
6403 * configure: Regenerate.
6404
6405 2004-03-25 Stan Shebs <shebs@apple.com>
6406
6407 Remove MPW support, no longer used.
6408 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6409 mpw-install: Remove files.
6410 * src-release (DEVO_SUPPORT): Remove names of removed files.
6411 * MAINTAINERS: Likewise.
6412
6413 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6414
6415 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6416 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6417 * Makefile.in: Regenerate.
6418
6419 * configure.in (top level bootstrap support): Rework --enable-werror
6420 to set @stage2_werror_flag@.
6421 * configure: Regenerate.
6422 * Makefile.tpl (top level bootstrap support): Pass
6423 @stage2_werror_flag@ down to configure in stages 2 and 3.
6424 * Makefile.in: Regenerate.
6425
6426 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6427
6428 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6429 for stages 2 and 3 as well as in make. As a consequence, remove
6430 OUTPUT_OPTION (now detected by configure) from the flags passed down
6431 to make.
6432 * Makefile.in: Regenerate.
6433
6434 * Makefile.tpl (new-bootstrap): Fix typo.
6435 * Makefile.in: Regenerate.
6436
6437 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6438
6439 * Makefile.tpl: Rearrange by moving recursive_targets rules
6440 into their proper sections.
6441 * Makefile.tpl (top level bootstrap support): Move disabling
6442 of coverage flags from 'make' to 'configure'; improve comments.
6443 * Makefile.in: Regenerate.
6444
6445 * Makefile.tpl (experimental top level bootstrap) Move stage1
6446 language setting from all- target to configure- target; disable
6447 intermodule optimization in stage 1; prevent gratuitous rebuilds
6448 of stage 1.
6449 * Makefile.in: Regenerate.
6450 * configure.in: Comma-separate stage 1 language list for top
6451 level bootstrap.
6452 * configure: Regenerate.
6453
6454 * Makefile.tpl: Clean up experimental top level bootstrap support:
6455 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6456 prev-gcc in configure- targets as well as all- targets.
6457 * Makefile.in: Regenerate.
6458
6459 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6460
6461 * configure.in: Remove symbolic link section.
6462 * configure: Regenerate.
6463 * Makefile.tpl (links): Remove.
6464 * Makefile.in: Regenerate.
6465
6466 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6467 Nathanael Nerode <neroden@gcc.gnu.org>
6468
6469 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6470 Set with AC_CHECK_PROGS.
6471 * configure.in: Fix comment typo from last patch.
6472 * configure: Regenerate.
6473
6474 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6475
6476 * Makefile.tpl: Introduce experimental top level bootstrap support.
6477 * Makefile.in: Regenerate.
6478 * configure.in: Introduce support for top level bootstrap.
6479 * configure: Regenerate.
6480
6481 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6482 Paolo Bonzini <bonzini@gnu.org>
6483
6484 PR bootstrap/14522
6485 * configure.in: Cope with shells that do not support unquoted ^
6486 * configure: Regenerate.
6487
6488 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6489 Paolo Bonzini <bonzini@gnu.org>
6490
6491 PR bootstrap/14522
6492 * configure.in: Cope with shell that do not support nesting
6493 quotes inside quoted backquote substitutions.
6494 * configure: Regenerate.
6495
6496 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6497
6498 PR bootstrap/14522
6499 * configure.in: Fix escaping of $.
6500 * configure: Regenerate.
6501
6502 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6503
6504 * configure: Regenerate.
6505
6506 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6507
6508 PR ada/14131
6509 Move language detection to the top level.
6510 * configure.in: Find default values for the tools as
6511 soon as possible. Disable ada if GNAT is not found.
6512 Emit error message about missing languages. Expand
6513 --enable-languages=all for the gcc subdirectory.
6514
6515 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6516
6517 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6518 and disable libgcj.
6519 * configure: Regenerated.
6520
6521 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6522
6523 PR bootstrap/7087
6524 * Makefile.tpl: Guard XFOO sed statements better.
6525 * Makefile.tpl: Add dependency for configure-target-libada.
6526 * Makefile.in: Regenerate (incidentally fixes broken
6527 commit when libada-branch was merged).
6528
6529 2004-02-28 Andrew Cagney <cagney@redhat.com>
6530
6531 * src-release (CVS_NAMES): Define.
6532 (do-tar, do-tar): Prune $(CVS_NAMES).
6533
6534 2004-02-23 Andrew Cagney <cagney@redhat.com>
6535
6536 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6537 2004-02-19.09.
6538
6539 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6540
6541 PR bootstrap/11932
6542 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6543
6544 2004-02-19 Andrew Cagney <cagney@redhat.com>
6545
6546 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6547 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6548
6549 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6550
6551 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6552 (rs6000-*-aix*): Same.
6553 * configure: Regenerate.
6554
6555 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6556
6557 * configure.in (host): Add in missing $noconfigdirs to defines.
6558 * configure: Regenerate.
6559
6560 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6561 Nathanael Nerode <neroden@gcc.gnu.org>
6562
6563 PR ada/6637, PR ada/5911
6564 Merge with libada-branch:
6565 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6566 with appropriate dependencies. Add --enable-libada configure switch.
6567 * configure, Makefile.in: Regenerate.
6568
6569 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6570
6571 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6572 * configure: Regenerate.
6573
6574 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6575
6576 * COPYING.NEWLIB: Update Red Hat license to 2004.
6577
6578 2004-01-23 DJ Delorie <dj@redhat.com>
6579
6580 * Makefile.def (target_modules) [libiberty]: Don't stage.
6581 * Makefile.in: Rebuilt.
6582
6583 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6584
6585 * COPYING.NEWLIB: Update to include copyrights for new
6586 iconv code.
6587
6588 2004-01-15 Andrew Cagney <cagney@redhat.com>
6589
6590 * src-release: Update copyright year.
6591 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6592 (NEWLIB_SUPPORT_DIRS): Delete macro.
6593 (newlib.tar.bz2): Delete rule.
6594
6595 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6596
6597 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6598 * Makefile.tpl (configure-target-[+module+]): Support stage.
6599 * Makefile.in: Rebuilt.
6600
6601 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6602
6603 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6604 throughout.
6605
6606 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6607
6608 * configure.in: Use ./config.cache, not config.cache.
6609 * configure: Regenerate.
6610 * Makefile.tpl: Special-casing not needed for GCC any more.
6611 * Makefile.in: Regenerate.
6612
6613 * configure.in: Don't share a cache file for host dirs.
6614 * configure: Regenerate.
6615
6616 * config-ml.in: Don't mess with the cache file.
6617
6618 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6619
6620 * Makefile.tpl: Make GCC use a separate config.cache.
6621 * Makefile.in: Regenerate.
6622
6623 PR bootstrap/11932, PR bootstrap/11933
6624 (I don't know if it will fix either of them, but it relates
6625 to them.)
6626 * configure.in: Don't use shared config.cache for target
6627 directories.
6628 * configure: Regenerate.
6629
6630 2003-12-31 Roger Sayle <roger@eyesopen.com>
6631
6632 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6633 * configure: Regenerated.
6634
6635 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6636
6637 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6638 * configure: Regenerated.
6639
6640 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6641
6642 Port change over from GCC:
6643 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6644 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6645 (configure-build-[+module+], configure-[+module+]): Likewise.
6646 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6647 * Makefile.in: Regenerate.
6648
6649 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6650
6651 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6652 * configure: Regenerate.
6653
6654 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6655
6656 * COPYING.NEWLIB: Add license info for long long routines added to
6657 stdlib.
6658
6659 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6660
6661 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6662 * Makefile.in: Regenerate.
6663
6664 2003-10-20 Phil Edwards <phil@codesourcery.com>
6665
6666 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6667 * configure: Regenerate.
6668
6669 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6670
6671 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6672 HOST_FLAGS_TO_PASS.
6673 * Makefile.in: Regenerate.
6674
6675 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6676
6677 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6678 * configure: Rebuilt
6679 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6680 * Makefile.in: Rebuilt
6681
6682 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6683
6684 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6685
6686 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6687
6688 * config-ml.in: Use ac_configure_args directly instead of
6689 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6690 actually seen.
6691
6692 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6693
6694 * config-ml.in: Propagate INSTALL variables.
6695
6696 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6697
6698 * configure.in: Pass a computed --program-transform-name
6699 to subconfigures.
6700 * configure: Regenerated.
6701
6702 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6703
6704 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6705 * Makefile.in: Regenerate.
6706
6707 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6708 * Makefile.in: Regenerate.
6709
6710 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6711
6712 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6713 quoting.
6714 * configure: Regenerated.
6715
6716 2003-09-12 Michael Chastain <mec@shout.net>
6717
6718 Fix PR gdb/857.
6719 * src-release (do-proto-topleve): Remove junk files
6720 intl/config.cache, intl/config.status,
6721 intl/config.h, intl/stamp-h.
6722
6723 2003-09-14 Andrew Cagney <cagney@redhat.com>
6724
6725 * src-release (dejagnu.tar): New target.
6726 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6727 (do-djunpack): Use $(PACKAGE) for the package name.
6728
6729 2003-09-04 DJ Delorie <dj@redhat.com>
6730
6731 * configure: Regenerate.
6732
6733 2003-09-04 Robert Millan <robertmh@gnu.org>
6734
6735 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6736
6737 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6738
6739 * configure.in: Ensure arguments to sed are properly spaced.
6740 * configure: Regenerate.
6741
6742 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6743
6744 Merge from gcc:
6745 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6746 * install-sh: Update to newer upstream versions (associated with
6747 aclocal 1.7).
6748 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6749
6750 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6751
6752 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6753 * configure: Regenerated.
6754
6755 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6756
6757 * configure.in: Use newline instead of semicolon when assuming
6758 shell arguments in a for loop.
6759 * configure: Regenerated.
6760
6761 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6762
6763 PR 8180
6764 * configure.in: When testing with_libs and with_headers, treat
6765 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6766 * configure: Regenerate.
6767
6768 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6769 make, shell, etc.
6770 (baseargs): Likewise.
6771 * configure: Regenerate.
6772
6773 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6774
6775 * configure.in: Disable libgcj for darwin not on powerpc.
6776 * configure: Rebuild.
6777
6778 2003-08-15 Michael Chastain <mec@shout.net>
6779
6780 * src-release (do-proto-toplev): Remove junk files
6781 dejagnu/example/calc/config.status,
6782 dejagnu/example/calc/config.log.
6783
6784 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6785
6786 * config-ml.in, symlink-tree: Add license.
6787
6788 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6789
6790 Merge from gcc:
6791
6792 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6793 * Makefile.tpl (check, check-c++): Express dependencies using
6794 dependencies rather than commands.
6795 * Makefile.in: Regenerate.
6796
6797 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6798 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6799 * Makefile.in: Update.
6800
6801 2003-08-01 Andrew Cagney <cagney@redhat.com>
6802
6803 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6804 * configure: Ditto.
6805
6806 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6807
6808 * configure.in: Enable libgcj for darwin.
6809 * configure: Rebuild.
6810
6811 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6812
6813 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6814
6815 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6816
6817 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6818 creating target and build subdirs to build all parent dirs as needed.
6819 * Makefile.in: Rebuild.
6820 * configure.in: Don't build dirs explicitly here.
6821 * configure: Rebuild.
6822
6823 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6824
6825 * Makefile.tpl (all-make): Depend on intl.
6826 * Makefile.in: Rebuilt.
6827
6828 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6829
6830 * config.if: Remove unused libc_interface determination.
6831
6832 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6833
6834 * Makefile.in: Regenerate, correctly this time.
6835
6836 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6839 unused INSTALL_PROGRAM_ARGS.
6840 * configure.in: Use AC_PROG_INSTALL.
6841 * Makefile.in: Regenerate.
6842 * configure: Regenerate.
6843
6844 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6845
6846 * configure: Rebuilt.
6847 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6848 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6849 newlib nor libgloss.
6850 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6851 * configure.in (am33_2.0-*-linux*): Added.
6852
6853 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6854
6855 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6856 * configure: Regenerate.
6857
6858 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6859
6860 * config-ml.in: Replace PWD with PWD_COMMAND.
6861 * Makefile.tpl: Likewise.
6862 * Makefile.in: Regenerated.
6863
6864 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6865
6866 * configure.in: Clean up config-lang.in handling. Delete
6867 useless assignment to "subdirs".
6868 * configure: Regenerate.
6869
6870 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6871
6872 * configure.in: Rename 'target_libs' to 'target_libraries'.
6873 Remove useless reference to 'target_libs'.
6874 * configure: Regenerate.
6875
6876 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6877
6878 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6879 * Makefile.in: Regenerate.
6880
6881 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6882
6883 * Makefile.def: Introduce flags_to_pass.
6884 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6885 * Makefile.in: Regenerate.
6886
6887 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6888
6889 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6890 and target-libgloss.
6891 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6892 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6893 * configure: Regenerate.
6894
6895 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6896
6897 * configure.in: Update testsuite_flags to new location.
6898 * configure. Regenerate.
6899
6900 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6901
6902 * Makefile.tpl: Remove BUILD_CC stuff.
6903 * Makefile.in: Regenerate.
6904
6905 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6906
6907 * config.guess: Update to 2003-06-12 version.
6908 * config.sub: Update to 2003-06-13 version.
6909
6910 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6911
6912 * MAINTAINERS: Add myself as MIPS co-maintainer.
6913
6914 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6915
6916 * config.guess: Update to 2003-06-06 version.
6917 * config.sub: Update to 2003-06-06 version.
6918
6919 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6920
6921 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6922 * configure. Regenerate.
6923
6924 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6925
6926 * configure.in: Disable serial configure by default.
6927 * configure: Regenerate.
6928 * Makefile.tpl: Abolish .NOTPARALLEL.
6929 * Makefile.in: Regenerate.
6930
6931 * Makefile.tpl: Replace {build,host,target}_canonical by
6932 {build,host,target}.
6933 * Makefile.in: Regenerate.
6934
6935 * Makefile.tpl: Fix stupid pasto.
6936 * Makefile.in: Regenerate.
6937
6938 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6939
6940 * Makefile.tpl: Remove bogus conditional.
6941 * Makefile.in: Regenerate.
6942
6943 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6944
6945 * Makefile.tpl: Make 'recursive targets' using autogen rather
6946 than shell loop. Remove duplicate 'clean' targets and false
6947 comments.
6948 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6949 Add systematic method of specifying missing targets in subdirs.
6950 Add copyright boilerplate.
6951 * Makefile.in: Regenerate.
6952 * configure.in: Add 'recursive targets' to maybe list.
6953 * configure: Regenerate.
6954
6955 * Makefile.tpl: Rename [+target+] to [+make_target+].
6956 * Makefile.def: Rename 'target' to 'make_target'.
6957
6958 2003-05-30 Nick Clifton <nickc@redhat.com>
6959
6960 * README-maintainer-mode: Update URL for locating blessed config
6961 tools.
6962
6963 2003-05-29 Robert Millan <rmh@debian.org>
6964
6965 * ltconfig: Import this patch and modify for use with current
6966 version of ltconfig:
6967
6968 2003-05-21 Bruno Haible <bruno@clisp.org>
6969
6970 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6971 GNU/FreeBSD.
6972
6973 2003-05-28 DJ Delorie <dj@redhat.com>
6974
6975 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6976 * Makefile.in: Regenerate.
6977
6978 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6979
6980 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6981
6982 2003-05-21 DJ Delorie <dj@redhat.com>
6983
6984 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6985 newlib or libgloss.
6986 * Makefile.in: Regenerate.
6987
6988 2003-05-21 DJ Delorie <dj@redhat.com>
6989
6990 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6991 * Makefile.in: Regenerate.
6992
6993 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6994
6995 * configure.in: Use curly braces in the definition of tooldir.
6996 * configure: Regenerate.
6997
6998 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6999
7000 * configure.in: Switch more things to use maybe dependencies.
7001 * Makefile.tpl: Switch more things to use maybe dependencies.
7002 Factor out common code from autogen IF statements.
7003 * configure: Regenerate.
7004 * Makefile.in: Regenerate.
7005
7006 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7007
7008 * configure.in: Accept i[3456789]86 for machine type.
7009 * configure: Regenerate.
7010
7011 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 * configure.in: Switch more things to use maybe dependencies.
7014 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7015 * configure: Regenerate.
7016 * Makefile.tpl: Switch more things to use maybe dependencies.
7017 * Makefile.in: Regenerate.
7018
7019 2003-05-16 Andreas Schwab <schwab@suse.de>
7020
7021 * Makefile.tpl (install-opcodes): Define.
7022 * Makefile.in: Rebuild.
7023
7024 2003-05-13 Andreas Jaeger <aj@suse.de>
7025
7026 * config.guess: Update to 2003-05-09 version.
7027 * config.sub: Update to 2003-05-09 version.
7028
7029 2003-05-13 Michael Eager <eager@mvista.com>
7030
7031 * configure.in: Correct sed script so that options in quotes are not
7032 deleted.
7033 * configure: Rebuild.
7034
7035 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7036
7037 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7038 and $$s/newlib/libc/sys/cygwin32 include paths.
7039 * configure: Ditto.
7040
7041 2003-05-05 H.J. Lu <hjl@gnu.org>
7042
7043 * config-ml.in: Restored from gcc repository.
7044
7045 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7046
7047 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7048 * Makefile.in: Regenerate.
7049
7050 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7051
7052 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7053 and Makefile.def.
7054
7055 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7056
7057 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7058 * Makefile.in: Regenerated.
7059
7060 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7061
7062 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7063 * Makefile.in: Regenerate.
7064
7065 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7066
7067 * configure.in (powerpc64*-*-linux*): Remove.
7068 * configure: Rebuilt.
7069
7070 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7071
7072 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7073 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7074 and restrap.
7075 * Makefile.in: Regenerate.
7076
7077 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7078
7079 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7080 * configure: Regenerated.
7081
7082 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7083
7084 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7085 * */configure: Rebuilt.
7086
7087 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7088
7089 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7090 * Makefile.in: Regenerate.
7091
7092 2003-03-14 Michael Chastain <mec@shout.net>
7093
7094 * Makefile.in: Regenerate with correct Makefile.def.
7095
7096 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7097
7098 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7099 Make macro.
7100 * Makefile.in: Regenerate.
7101 * configure.in: Clean up gxx_include_dir logic.
7102 * configure: Regenerate.
7103
7104 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7105
7106 * configure.in (gxx_include_dir): Fix typo.
7107 * configure: Regenerated.
7108
7109 2003-03-06 Andrew Cagney <cagney@redhat.com>
7110
7111 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7112
7113 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7114
7115 * configure.in: Include $(build_tooldir)/sys-include in
7116 FLAGS_FOR_TARGET.
7117 * configure: Regenerated.
7118
7119 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7120
7121 * Makefile.tpl: Reindent.
7122 * Makefile.in: Regenerate.
7123 * configure.in: Reindent. Don't set unused variables.
7124 * configure: Regenerate.
7125
7126 * Makefile.tpl: Always pass down RANLIB.
7127 * Makefile.in: Regenerate.
7128
7129 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7130 * Makefile.in: Regenerate.
7131 * configure.in: Remove unused logic relating to --enable-shared
7132 and --enable-threads. Remove bogus comments. Remove redundant
7133 noconfigdirs.
7134 * configure: Regenerate.
7135
7136 * configure.in: Replace ${libstdcxx_version} by its value.
7137 Remove reference to mh-dgux.
7138 * configure: Regenerate.
7139
7140 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * Makefile.tpl: Rearrange.
7143 * Makefile.in: Regenerate.
7144
7145 2003-02-25 Nick Clifton <nickc@redhat.com>
7146
7147 * configure: Remove site-file supprot - it is obsolete.
7148
7149 2003-02-24 Uwe Stieber <uwe@wwws.de>
7150
7151 * configure.in: Add support for kaOS as cross build target system.
7152 * configure: Regenerated.
7153
7154 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7155
7156 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7157 configure-target-* as some target builds may require additional
7158 flags for preprocessor tests.
7159 * Makefile.in: Regenerated.
7160
7161 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7162
7163 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7164 * ltconfig: Handle it.
7165 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7166 auto-detecting it.
7167
7168 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7169
7170 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7171 it is used as argument to $CC.
7172 * ltcf-gcj.sh: Likewise.
7173
7174 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7175
7176 * configure.in: Introduce --enable-maintainer-mode.
7177 * configure: Rebuilt.
7178 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7179 for maintainer mode.
7180 * Makefile.in: Rebuilt.
7181
7182 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7183
7184 * configure: Regenerate using autoconf 2.13.
7185
7186 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7187
7188 * config.guess: Import latest version.
7189 * config.sub: Import latest version.
7190
7191 2003-02-18 Jason Merrill <jason@redhat.com>
7192
7193 * Makefile.tpl (check-c++): Allow parallelism.
7194
7195 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7196
7197 * configure: Regenerate using autoconf 000227.
7198
7199 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7200
7201 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7202 don't configure target-libobjc.
7203 * configure: Regenerate.
7204
7205 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7206
7207 * Makefile.tpl (RANLIB): Define.
7208 * Makefile.in: Regenerate.
7209
7210 2003-02-06 Keith R Seitz <keiths@redhat.com>
7211
7212 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7213 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7214 * Makefile.in: Regenerated.
7215 * configure.in: Remove all traces of snavigator, db, and grep.
7216 * configure: Regenerated.
7217
7218 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7219
7220 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7221 * Makefile.in: Regenerated.
7222
7223 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7224
7225 * config.if: Copy from GCC.
7226
7227 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7228
7229 * configure.in: Revert 24Jan change.
7230 * configure: Regenerate.
7231
7232 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7233
7234 * configure.in: Revert previous change.
7235 * configure: Regenerate.
7236
7237 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7238
7239 * configure.in: Make rda native-only.
7240 * configure: Regenerate.
7241
7242 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7243
7244 * configure.in: Add missing \.
7245 * configure: Rebuilt.
7246
7247 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7248
7249 * configure.in (baseargs): Avoid using \| in sed regular
7250 expressions.
7251 * configure: Rebuilt.
7252
7253 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7254
7255 * configure.in (baseargs): Remove all supported forms of
7256 --cache-file, --srcdir, --host, --build and --target options
7257 from argument lists.
7258 * configure: Rebuilt.
7259
7260 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7261
7262 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7263 * configure: Rebuilt.
7264
7265 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7266
7267 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7268 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7269 * Makefile.in: Regenerate.
7270 * configure: Regenerate.
7271
7272 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7273
7274 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7275 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7276 * Makefile.in: Regenerate.
7277
7278 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7279
7280 * configure.in: Remove Makefile in build, host and target modules
7281 unless configure was run with --no-recursion.
7282 * configure: Rebuilt.
7283
7284 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7285
7286 * config.guess: Update to 2003-01-03 version.
7287 * config.sub: Update to 2003-01-03 version.
7288
7289 2003-01-07 Christopher Faylor <cgf@redhat.com>
7290
7291 * configure: Regenerate with proper autoconf 2.13.
7292
7293 2003-01-07 Christopher Faylor <cgf@redhat.com>
7294
7295 * configure.in: Add AC_PREREQ for consistency.
7296 * configure: Regenerate.
7297
7298 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7299
7300 * configure.in (GDB_TK): Add tcl directories conditional on
7301 gdb/gdbtk directory being present.
7302 * configure: Regenerate.
7303
7304 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7305
7306 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7307 by gcc if LD is not defined and we are not doing a Canadian Cross.
7308 * configure: Rebuilt.
7309
7310 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7313
7314 2002-12-31 Tom Tromey <tromey@redhat.com>
7315
7316 * Makefile.in: Rebuilt.
7317 * Makefile.def (target_modules) [libffi]: Allow installation.
7318
7319 2002-12-31 Andreas Schwab <schwab@suse.de>
7320
7321 * configure.in: Fix use of $program_transform_name.
7322 * configure: Regenerated.
7323
7324 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7325
7326 * configure.in (baseargs): Don't remove first configure argument.
7327 * configure: Regenerated.
7328
7329 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7330
7331 * Makefile.tpl (local-distclean): Don't remove...
7332 (multilib.ts): ... this. Moved into...
7333 (multilib.out): ... this. Don't use sub-make.
7334 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7335 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7336 (configure-build-[+module+], configure-[+module+],
7337 configure-target-[+module+], configure-gcc): ... these. Test
7338 for Makefile existence. Drop config.status from dependencies.
7339 * Makefile.in: Rebuilt.
7340 * configure.in: Move gcc-version-trigger to the end of
7341 ac_configure_args. Add comments to maybedep.tmp and
7342 serdep.tmp. Introduce --disable-serial-configure. Remove
7343 nonopt from baseargs, matching and removing corresponding
7344 whitespace while at it.
7345 * configure: Rebuilt.
7346
7347 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7348
7349 * configure.in (host_configargs): Replace reference to
7350 no-longer-defined buildopts with --build=${build_alias}.
7351 * configure: Rebuilt.
7352
7353 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7356 program_transform_name to standard idiom.
7357 (AUTOGEN, AUTOCONF): Define.
7358 (Makefile.in): Use $(AUTOGEN).
7359 (Makefile): Depend on config.status, and use autoconf-style rule to
7360 build it. Move original commands to...
7361 (config.status): ... this new target.
7362 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7363 $(AUTOCONF).
7364 * Makefile.in: Rebuilt.
7365
7366 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7367
7368 * Makefile.tpl: Fix dramatic bustage due to change in
7369 program_transform_name.
7370 * Makefile.in: Regenerate.
7371
7372 * configure.in: Remove unnecessary PATH setting.
7373 * configure: Regnerate.
7374
7375 * configure.in: Don't default to unprefixed tools unless
7376 the native tools will work.
7377 * configure: Regenerate.
7378
7379 * configure.in: Convert to autoconf script. Blow away lots
7380 of now-redundant Makefile fragments.
7381 * configure: Generate using Autoconf.
7382 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7383 * Makefile.in: Regenerate.
7384
7385 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7386
7387 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7388 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7389
7390 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7391 where they belong.
7392
7393 2002-12-24 Andreas Schwab <schwab@suse.de>
7394
7395 * Makefile.tpl (multilib.out): Fix missing space.
7396 * Makefile.in: Regenerate.
7397
7398 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7399
7400 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7401 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7402 * Makefile.in: Regenerate.
7403 * configure.in: Remove unnecessary leftovers.
7404
7405 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7406
7407 * configure.in (extra_ranlibflags_for_target): New variable.
7408 (*-*-darwin): Add -c to ranlib commands.
7409 * configure (tooldir): Handle extra_ranlibflags_for_target.
7410
7411 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7412
7413 * COPYING.NEWLIB: Updated.
7414 * COPYING.LIBGLOSS: Ditto.
7415
7416 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7417
7418 * Makefile.tpl: Revert HJL's change.
7419 * Makefile.in: Regenerated.
7420 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7421 always.
7422
7423 2002-12-19 Andreas Schwab <schwab@suse.de>
7424
7425 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7426 * Makefile.in: Regenerate.
7427
7428 2002-12-18 H.J. Lu <hjl@gnu.org>
7429
7430 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7431 * Makefile.in: Regenerated.
7432
7433 * configure.in (build_prefix): New. Substitute.
7434
7435 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7436
7437 * Makefile.tpl: Don't let real targets depend on phony targets.
7438 * Makefile.in: Regenerate.
7439
7440 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7441 * Makefile.in: Regenerate.
7442
7443 2002-12-16 Jason Merrill <jason@redhat.com>
7444
7445 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7446 previous 'make bootstrap'.
7447 * Makefile.in: Regenerate.
7448
7449 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7450
7451 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7452
7453 2002-12-13 Jason Merrill <jason@redhat.com>
7454
7455 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7456 library tests.
7457 (check-c++): Just depend on it and check-target-libstdc++-v3.
7458 * Makefile.in: Regenerate.
7459
7460 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7461
7462 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7463 * Makefile.in: Regenerate.
7464
7465 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7466
7467 * COPYING.NEWLIB: Update list of alternate Regent of California
7468 licenses and discuss official revoking of advertising clause.
7469 * COPYING.LIBGLOSS: Ditto.
7470
7471 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7472
7473 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7474 * Makefile.in: Rebuilt.
7475
7476 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7477
7478 * configure: Fix bug put in by gremlins.
7479
7480 * Makefile.tpl: Substitute more autoconfily.
7481 * configure: Substitute more autoconfily.
7482 * Makefile.in: Regenerate.
7483
7484 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7485
7486 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7487 * Makefile.in (all-sim): Ditto.
7488
7489 2002-12-06 DJ Delorie <dj@redhat.com>
7490
7491 * Makefile.tpl: Change configure dependencies to not have real
7492 targets depend on phony targets.
7493
7494 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7495
7496 * configure.in: Revert unintentional change.
7497
7498 * src-release: Configure host subdirs.
7499
7500 * Makefile.tpl: Change dependency for */multilib.out so that
7501 it works when gcc isn't in the tree.
7502
7503 * configure.in: Substitute more.
7504 * configure: Run subconfigures from the Makefile.
7505 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7506 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7507
7508 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7509
7510 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7511 and corresponding dependencies.
7512 * Makefile.in: Regenerate.
7513
7514 * configure.in (host_tools): Order binutils, gas and ld for
7515 convenience in running the testsuites.
7516
7517 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7518 * Makefile.in: Regenerate.
7519 * configure.in: Introduce rules to serialize subconfigure runs.
7520
7521 * configure.in: Introduce BASE_CC_FOR_TARGET.
7522 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7523 Realize configure-build-* targets. Realize configure-target-* targets.
7524 * Makefile.in: Regenerate.
7525
7526 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7527
7528 * configure: Move gcc_version_trigger stuff from here...
7529 * configure.in: ...to here.
7530
7531 * configure.in: Separate subconfigure options added by this file from
7532 options given by the user. Add machinery to put args for host
7533 subconfigures into the Makefile.
7534
7535 * Makefile.tpl: Remove 'vault' targets.
7536 * Makefile.tpl: Reorder and comment dependencies.
7537 * Makefile.in: Regenerate.
7538
7539 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7540
7541 * configure.in: Move host-specific darwin noconfigdirs into
7542 the host-specific section.
7543
7544 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7545
7546 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7547 during replay.
7548 * Makefile.in: Regenerate.
7549
7550 (finishing slow-motion replay)
7551 * configure: Remove skip-this-dir support.
7552 * Makefile.tpl: Remove skip-this-dir support.
7553
7554 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7555 subdirectories.
7556 * Makefile.in: Regenerate.
7557
7558 * Makefile.tpl: Strip out useless setting of 'dir'.
7559 * Makefile.in: Regenerate.
7560
7561 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 (finishing slow-motion replay)
7564 * configure.in: Fix deeply stupid bug.
7565
7566 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7567 shell code in CXX_FOR_TARGET
7568 * Makefile.def: Introduce raw_cxx.
7569 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7570 RAW_CXX_FOR_TARGET.
7571 * Makefile.in: Regenerate.
7572
7573 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7574
7575 (finishing slow-motion replay)
7576 * Makefile.tpl: Remove unnecessary ifs.
7577 * Makefile.in: Regenerate.
7578
7579 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7580 dependencies. Maybe-ize build-libiberty. Create dummy install
7581 targets for 'no_install' modules.
7582 * configure: Move GDB_TK substitution to configure.in. Move
7583 build_modules stuff to configure.in.
7584 * configure.in: Implement soft dependency machinery. Maybe-ize
7585 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7586 * Makefile.in: Regenerate.
7587
7588 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7589
7590 (continuing slow-motion replay)
7591 * Makefile.tpl: Make all-target, install-target behave similarly
7592 to all, install (only hitting configured targets). Eliminate
7593 unused macro defintions.
7594
7595 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7596 build != host.
7597
7598 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7599
7600 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7601
7602 * configure.in: Produce lists of subdir targets we're actually
7603 configuring. Remove references to "dosrel".
7604 * Makefile.tpl: Let configure set which subdir targets are hit.
7605 Remove install-cross; clean up install; remove ALL. Remove
7606 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7607 Autogenerate host module targets. Remove empty dependency lines
7608 and redundant dependency; rearrange slightly.
7609 * Makefile.def: Add host-side libtermcap, utils.
7610
7611 * Makefile.in: Regenerate.
7612
7613 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 (Continuing slow-motion replay)
7616 * Makefile.def: Add list of recursive targets to autogenerate.
7617 Add build_modules.
7618 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7619 targets. Autogenerate *-build-* targets.
7620 * Makefile.in: Regenerate.
7621
7622 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7623
7624 (Continuing slow-motion replay)
7625 * configure: More autoconf-style substitutions.
7626 * Makefile.tpl: More autoconf-style substitutions.
7627 * Makefile.in: Regenerate.
7628
7629 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7630
7631 (Continuing slow-motion replay)
7632 * configure: Substitute more variables in a more autoconf-friendly
7633 way. Simplify slightly.
7634 * Makefile.tpl: Make more variables substitutable in an
7635 autoconf-friendly way.
7636 * Makefile.in: Regenerate.
7637
7638 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7639
7640 (Continuing slow-motion replay)
7641 * configure.in (v810*): Remove special setting of tools.
7642
7643 * configure: Add support for extra required flags for ar or nm.
7644 * configure.in (aix4.3+): Use above support for target-specific
7645 issues, rather than using config/mt-aix43.
7646
7647 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7648
7649 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7650 * configure: Remove 'removing', which doesn't work. Replace $subdir
7651 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7652 with $srcdir. Reformat indentation. Substitute some variables
7653 formerly hard-coded in the Makefile for build=host.
7654 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7655 * Makefile.def: Autogenerate more.
7656 * Makefile.in: Regenerate.
7657
7658 2002-11-13 Bruce Korb <bkorb@gnu.org>
7659
7660 * Makefile.tpl: syntactic cleanup
7661
7662 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7663
7664 * Makefile.def (host_modules): Add rda.
7665 * Makefile.in: Regenerate.
7666 * configure.in (target_tool): Add target-rda to list.
7667
7668 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7669
7670 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7671 and restrap targets to this rule.
7672 * Makefile.in: Regenerate.
7673
7674 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7675
7676 * configure.in (i[3456]86-*-linux*): Add check to disable
7677 ${libgcj} for glibc1.
7678
7679 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7680
7681 * configure.in: Add tic4x target.
7682
7683 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7684
7685 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7686 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7687 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7688 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7689 * Makefile.in: Regenerate.
7690
7691 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7692
7693 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7694 * Makefile.in: Regenerate.
7695
7696 * Makefile.def: Remove order dependency comments.
7697 * Makefile.tpl: Add explicit install-install dependencies.
7698 * Makefile.in: Regenerate.
7699
7700 * Makefile.tpl: Remove material now in src-release. (Finally!)
7701 * Makefile.in: Regenerate.
7702
7703 * configure: Restore my original patch by syncing with gcc version.
7704
7705 * Bring following over from gcc:
7706
7707 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7708
7709 * configure.in (s390*-*-linux*): Enable libgcj.
7710
7711 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7712
7713 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7714
7715 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7716
7717 * configure: Move stray lines back to where they belong.
7718
7719 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7720
7721 * Makefile.tpl: Insert configure-target target, for src-release.
7722
7723 * configure: Finish reverting change which Andrew Cagney started
7724 reverting. Should fix bustage.
7725
7726 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7727 * src-release: New file. Contains material for making net
7728 releases for gdb, binutils, et al., formerly in Makefile.in.
7729
7730 2002-09-30 Nick Clifton <nickc@redhat.com>
7731
7732 * cpu: New top level directory. Intended to hold input files for
7733 CGEN which have FSF copyright assignment.
7734 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7735
7736 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7737
7738 Revert below (note that src does not contain Makefile.tpl):
7739 * Makefile.tpl: Make subsituted variables more autoconfy.
7740 * Makefile.in: Regenerate.
7741
7742 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7743
7744 * configure: Revert accidentally applied changes.
7745
7746 * Makefile.tpl: Make more autoconf-friendly.
7747 * Makefile.in: Regenerate.
7748 * configure: Make substitution more autoconf-like.
7749
7750 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7751
7752 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7753 single entry to handle all these.
7754 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7755 libjava on arm-*-elf.
7756
7757 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7758
7759 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7760 things that depend on them.
7761
7762 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7763
7764 * Makefile.tpl: Make subsituted variables more autoconfy.
7765 * Makefile.in: Regenerate.
7766 * configure: Make seds more autoconfy.
7767
7768 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7769
7770 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7771 * Makefile.in: Regenerate.
7772 * configure.in: Rewrite sed statements to look autoconfy.
7773
7774 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7775 all-target-foo on configure-target-foo.
7776 * Makefile.def: Ditto.
7777 * Makefile.in: Rebuild.
7778
7779 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7780
7781 * Makefile.def: New file.
7782 * Makefile.tpl: New file.
7783 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7784
7785 * configure.in: Minor rearrangement. Simplify tests.
7786
7787 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7788
7789 * configure.in (with_headers): Skip copy if value is "yes".
7790 (with_libs): Likewise.
7791
7792 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7793
7794 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7795 * configure.in (sh*-*-pe*): Ditto.
7796 * configure.in (mips*-*-pe*): Ditto.
7797 * configure.in (*arm-wince-pe): Ditto.
7798
7799 * configure.in: Rearrange.
7800
7801 2002-09-12 Nick Clifton <nickc@redhat.com>
7802
7803 * Import these changes from the config master repository:
7804
7805 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7806
7807 * config.sub: Add tic4x target.
7808
7809 2002-09-03 Ben Elliston <bje@redhat.com>
7810
7811 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7812 Reported by <Duncan_Stodart@insession.com>.
7813
7814 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7815
7816 * COPYING.NEWLIB: More updates.
7817
7818 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7819
7820 * COPYING.NEWLIB: Update.
7821
7822 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7823
7824 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7825
7826 * config.guess: Import version 2002-08-23.
7827 * config.sub: Import version 2002-08-22.
7828
7829 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7830
7831 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7832 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7833 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7834
7835 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7836
7837 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7838
7839 2002-08-04 H.J. Lu (hjl@gnu.org)
7840
7841 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7842
7843 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7844
7845 * configure.in: Move generic linux case to end. Copy generic
7846 linux noconfigdirs to mips*-*-linux* entry and new
7847 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7848
7849 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7850
7851 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7852 one instance of them which was missed to the list to update.
7853
7854 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7855
7856 * config.guess: Update to 2002-07-09 version.
7857 * config.sub: Update to 2002-07-03 version.
7858
7859 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7860
7861 * configure.in: Remove two redundant tests.
7862
7863 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7864
7865 * configure.in (mips*-*-irix6*o32): Enable stabs.
7866
7867 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7868
7869 * configure.in: Don't build grez.
7870 * Makefile.in: Ditto.
7871
7872 * Makefile.in: Remove references to bsp, cygmon, libstub.
7873 * configure.in: Ditto.
7874
7875 * configure.in: Remove leftover reference to gdbtest.
7876
7877 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7878
7879 * configure.in (gxx_include_dir): Change to match versioned
7880 C++ headers if --enable-version-specific-runtime-libs is used.
7881
7882 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7883
7884 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7885
7886 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7887
7888 * configure.in: Make --without-x work.
7889
7890 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7891
7892 * contrib: New directory. Created to contain a copy of the
7893 texi2pod.pl script so that it is in the same place as the version in
7894 the FSF GCC sources.
7895
7896 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7897
7898 * configure.in: Rearrange target Makefile fragment collection.
7899
7900 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7901 cvs[src].
7902 * configure.in: Ditto.
7903
7904 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7905
7906 * Makefile.in: Eliminate 'apache' targets.
7907 * configure.in: Eliminate 'apache' targets.
7908
7909 * configure.in: Eliminate redundant tests. Reorganize.
7910
7911 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7912
7913 * config-ml.in: Eliminate references to Cygnus configure.
7914
7915 * Makefile.in: Eliminate references to building emacs.
7916
7917 2002-07-01 Denis Chertykov <denisc@overta.ru>
7918
7919 * configure.in: Add support for ip2k.
7920
7921 2002-06-24 Ben Elliston <bje@redhat.com>
7922
7923 * configure.in (host_tools): Remove cgen.
7924
7925 * Makefile.in (all-cgen): Remove; runs from its source directory.
7926 (check-cgen, install-cgen, clean-cgen): Likewise.
7927 (all-opcodes): No not depend on all-cgen.
7928 (all-sim): Likewise.
7929
7930 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7931
7932 * configure.in: Fix AIX configury bug.
7933
7934 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7935
7936 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7937
7938 * configure.in: Move definition of libstdcxx_flags right above
7939 usage, rather than way earlier.
7940
7941 * configure.in: Pull definition of is_cross_compiler earlier.
7942
7943 * configure.in: Rearrange a little.
7944
7945 * configure.in: Remove references to librx.
7946 * Makefile.in: Remove references to librx.
7947
7948 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7949
7950 * configure.in: Eliminate ${gasdir} variable.
7951
7952 2002-06-18 Dave Brolley <brolley@redhat.com>
7953
7954 * configure.in: Add support for frv.
7955 * config.sub: Add support for frv.
7956
7957 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7958
7959 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7960
7961 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7962
7963 * configure.in (vax-*-netbsd*): Re-enable gas.
7964
7965 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7966
7967 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7968 BUILD_PREFIX_1, to correct nomenclature.
7969 * configure: Likewise.
7970
7971 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7972 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7973
7974 2002-05-31 Olaf Hering <olh@suse.de>
7975
7976 * config-ml.in: Propogate DESTDIR also.
7977
7978 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7979
7980 * configure.in (vax-*-netbsd*): Don't build gas for this
7981 platform.
7982
7983 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7984
7985 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7986 and libgcj for AVR.
7987
7988 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7989
7990 * config.sub: Add DLX target.
7991
7992 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7993
7994 * config.guess: Update to 2002-05-22 version.
7995 * config.sub: Likewise.
7996
7997 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7998
7999 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8000 * config-ml.in: Likewise.
8001 * configure: Likewise.
8002 * configure.in: Likewise.
8003
8004 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8005
8006 * configure.in: Simplify makefile fragment collection.
8007
8008 * configure.in: Remove code to build emacs.
8009
8010 * configure.in : Remove --srcdir argument from targargs and buildargs
8011 (it's always overridden in the Makefile anyway). Rearrange a bit.
8012
8013 * configure: Move some logic to configure.in.
8014 * configure.in: Move some logic from configure.
8015
8016 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8017
8018 * COPYING.LIBGLOSS: New file.
8019
8020 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8021
8022 * Makefile.in: Honour DESTDIR.
8023
8024 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8025
8026 * configure.in (noconfigdirs): Don't disable libgcj on
8027 sparc64-*-solaris* and sparcv9-*-solaris*.
8028
8029 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8030
8031 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8032
8033 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8034
8035 * configure.in (FLAGS_FOR_TARGET): Do not add
8036 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8037 on i[3456]86-*-linux*.
8038
8039 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8040
8041 * configure.in (noconfigdirs): Replace [ ] with test.
8042
8043 * configure.in (noconfigdirs): Do not add target-newlib if
8044 target == i[3456]86-*-linux*, and host == target.
8045
8046 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8047
8048 * config.guess: Updated to 2002-04-26's version.
8049 * config.sub: Updated to 2002-04-26's version.
8050
8051 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8052
8053 * configure.in: delete reference to absent file
8054
8055 * configure.in: replace '[' with 'test'
8056
8057 * configure.in: Eliminate references to gash.
8058 * Makefile.in: Eliminate references to gash.
8059
8060 * configure.in: remove useless references to 'pic' makefile fragments.
8061
8062 * configure.in: (*-*-windows*) Finish removing.
8063
8064 * configure.in: Eliminate redundant test for libgui.
8065
8066 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8067
8068 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8069 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8070
8071 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8072
8073 * configure.in: remove references to dead files
8074
8075 2002-04-18 Tom Tromey <tromey@redhat.com>
8076
8077 * configure.in: Disallow configuring libgcj when it is already
8078 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8079 Solaris 2.8 by default. For PR libgcj/6158.
8080
8081 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8082
8083 * configure.in: Move default CC setting out of config/mh-* fragments
8084 directly into here.
8085
8086 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8087
8088 * configure.in: don't even try to configure or make a subdirectory
8089 if there's no configure script for it.
8090
8091 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8092
8093 * MAINTAINERS: Remove chill maintainers.
8094 * Makefile.in (CHILLFLAGS): Remove.
8095 (CHILL_LIB): Remove.
8096 (TARGET_CONFIGDIRS): Remove libchill.
8097 (CHILL_FOR_TARGET): Remove.
8098 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8099 CHILL_LIB.
8100 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8101 (CHECK_TARGET_MODULES): Likewise.
8102 (INSTALL_TARGET_MODULES): Likewise.
8103 (CLEAN_TARGET_MODULES): Likewise.
8104 (configure-target-libchill): Remove.
8105 (all-target-libchill): Remove.
8106 * configure.in (target_libs): Remove target-libchill.
8107 Do not compute CHILL_FOR_TARGET.
8108 * libchill: Remove directory.
8109
8110 2002-04-15 DJ Delorie <dj@redhat.com>
8111
8112 * Makefile.in, configure.in, configure: Sync with gcc, entries
8113 follow...
8114
8115 2002-04-08 Tom Tromey <tromey@redhat.com>
8116
8117 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8118 Fixes PR libgcj/6068.
8119
8120 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8121
8122 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8123
8124 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8125
8126 * configure.in (alpha*-dec-osf*): Enable libgcj.
8127
8128 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8129
8130 Fix for: PR bootstrap/3591, target/5676
8131 * configure.in (mcore-pe): Disable the configuration of
8132 libstdc++-v3 since exceptions are not supported.
8133
8134 2002-03-20 Anthony Green <green@redhat.com>
8135
8136 * configure.in: Enable libgcj for xscale-elf target.
8137
8138 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8139
8140 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8141 libjava.
8142 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8143
8144 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8145
8146 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8147 libstdc++-v3 and libjava.
8148
8149 2002-02-11 Adam Megacz <adam@xwt.org>
8150
8151 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8152 boehm-gc
8153
8154 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * config.guess: Updated to 2002-01-30's version.
8157 * config.sub: Updated to 2002-02-01's version.
8158 Contribute sh64-elf.
8159 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8160 * configure.in: Added sh64-*-*.
8161
8162 2002-01-17 H.J. Lu <hjl@gnu.org>
8163
8164 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8165 (all-target-fastjar): Also depend on all-target-libiberty.
8166
8167 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8168
8169 * configure, configure.in: Use temp file for long sed commands.
8170
8171 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8172
8173 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8174 libf2c.
8175
8176 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8177
8178 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8179
8180 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8181
8182 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8183
8184 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8185
8186 * configure: Handle temporary files securely using mkdir.
8187
8188 2001-09-26 Will Cohen <wcohen@redhat.com>
8189
8190 * configure.in (*-*-linux*): Disable configuration of target-newlib
8191 and target-libgloss.
8192
8193 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8194
8195 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8196 RANLIB.
8197
8198 2001-08-11 Graham Stott <grahams@redhat.com>
8199
8200 * Makefile.in (check-c++): Add missing semicolon.
8201
8202 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8203
8204 * configure.in (sh-*-linux*): New.
8205
8206 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8207
8208 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8209 and libgcj on m68hc11/m68hc12.
8210
8211 2001-06-27 H.J. Lu (hjl@gnu.org)
8212
8213 * Makefile (CFLAGS_FOR_BUILD): New.
8214 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8215
8216 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8217
8218 * configure.in (libstdcxx_flags): Do not try to execute
8219 libstdc++-v3/testsuite_flags until it exists.
8220
8221 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8222
8223 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8224
8225 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8226
8227 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8228
8229 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8230
8231 * configure.in: Move *-chorusos target case to the proper switch.
8232 Disable libgcj.
8233
8234 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8235
8236 * Makefile.in (STAGE1_CFLAGS): Pass down.
8237
8238 2001-04-13 Alan Modra <amodra@one.net.au>
8239
8240 * config.guess: Add hppa64-linux support. Note for next import that
8241 this is already in the master file.
8242 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8243
8244 2001-03-22 Colin Howell <chowell@redhat.com>
8245
8246 * Makefile.in (DO_X): Do not backslash single-quotes in
8247 backquotes (two places).
8248
8249 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8250
8251 * Makefile.in (DO_X): Quote nested quotes.
8252
8253 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8254
8255 * Makefile.in (DO_X): Use double quotes for quoting
8256 "RANLIB=$${RANLIB}".
8257
8258 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8259
8260 * configure.in: Only use `lang_requires' for languages athat are
8261 actually enabled.
8262
8263 2001-03-07 Tom Tromey <tromey@redhat.com>
8264
8265 * configure.in: Allow config-lang.in to set `lang_requires' to list
8266 of other required languages.
8267
8268 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8269
8270 * Makefile.in: Remove RANLIB definition. Use RANLIB
8271 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8272 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8273
8274 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8275 Alexandre Oliva <aoliva@redhat.com>
8276
8277 * Makefile.in (check-c++): Use tabs, not spaces.
8278
8279 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8280
8281 * Makefile.in (check-c++): New rule.
8282
8283 * configure.in (target_libs): Remove libg++.
8284 (noconfigdirs): Remove libg++.
8285 (noconfigdirs): Same.
8286 (noconfigdirs): Same.
8287 (noconfigdirs): Same.
8288
8289 * config-ml.in: Remove libg++ references.
8290
8291 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8292 (ALL_TARGET_MODULES): Same.
8293 (configure-target-libg++): Remove.
8294 (all-target-libg++): Remove.
8295 (configure-target-libio): Remove.
8296 (all-target-libio): Remove.
8297 (check-target-libio): Remove.
8298 (.PHONY): Remove.
8299 (libg++.tar.bz2): Remove.
8300 (all-target-cygmon): Remove libio.
8301 (all-target-libstdc++): Remove.
8302 (configure-target-libstdc++): Remove.
8303 (TARGET_LIB_PATH): Remove libstdc++.
8304 (ALL_GCC_CXX): Remove libstdc++.
8305 (all-target-gperf): Correct.
8306
8307 2001-02-15 Anthony Green <green@redhat.com>
8308
8309 * configure: Introduce GCJ_FOR_TARGET.
8310 * configure.in: Ditto.
8311 * Makefile.in: Ditto.
8312
8313 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8314
8315 * configure.in: for *-chorusos, don't config target-newlib and
8316 target-libgloss.
8317
8318 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8319
8320 Remove V2 C++ library.
8321 * configure.in: Remove --enable-libstdcxx_v3 support.
8322
8323 2001-01-27 Richard Henderson <rth@redhat.com>
8324
8325 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8326
8327 2001-01-26 Tom Tromey <tromey@redhat.com>
8328
8329 * configure.in: Allow libgcj to be built on Sparc Solaris.
8330
8331 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8332
8333 * configure.in: Enable libgcj on several additional platforms.
8334
8335 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8336
8337 * configure.in: Enable libgcj for linux targets.
8338
8339 2001-01-09 Mike Stump <mrs@wrs.com>
8340
8341 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8342 failures of subdirectories.
8343
8344 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8345
8346 * configure: handle DOS-style absolute paths.
8347
8348 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8349
8350 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8351
8352 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8353
8354 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8355 (libstdcxx_incdir): Pass down.
8356 * config.if: Remove expired bits for cxx_interface, add stub.
8357 (libstdcxx_incdir): Add variable for g++ include directory.
8358 * configure.in (gxx_include_dir): Use it.
8359
8360 2000-12-15 Andreas Jaeger <aj@suse.de>
8361
8362 * configure.in: Handle lang_dirs.
8363
8364 2000-12-13 Anthony Green <green@redhat.com>
8365
8366 * configure.in: Disable libgcj for any target not specifically
8367 listed. Disable libgcj for x86 and Alpha Linux until compatible
8368 with g++ abi.
8369
8370 2000-12-13 Mike Stump <mrs@wrs.com>
8371
8372 * Makefile.in (local-distclean): Also remove fastjar.
8373
8374 2000-12-10 Anthony Green <green@redhat.com>
8375
8376 * configure.in: Define libgcj. Disable libgcj target libraries for
8377 most targets.
8378
8379 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8380
8381 * configure.in (target_libs): Revert 2000-12-08 patch.
8382 (noconfigdirs): Added target-libjava.
8383
8384 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8385
8386 * Makefile.in: handle DOS-style absolute paths.
8387
8388 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8389
8390 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8391 libjava.
8392 * configure.in (target_libs): Removed `target-libjava'.
8393
8394 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8395
8396 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8397 (ALL_MODULES): Added fastjar.
8398 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8399 (all-target-libjava): all-fastjar replaces all-zip.
8400 (all-fastjar): Added.
8401 (configure-target-fastjar, all-target-fastjar): Likewise.
8402 * configure.in (host_tools): Added fastjar.
8403
8404 2000-12-07 Mike Stump <mrs@wrs.com>
8405
8406 * Makefile.in (local-distclean): Remove leftover built files.
8407
8408 2000-11-16 Fred Fish <fnf@be.com>
8409
8410 * configure.in (enable_libstdcxx_v3): Fix typo,
8411 libstd++ -> libstdc++.
8412
8413 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8414
8415 * configure: Provide the original toplevel configure arguments
8416 (including $0) to subprocesses in the environment rather than
8417 through gcc/configargs.h.
8418
8419 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8420
8421 * configure: Turn on libstdc++ V3 by default.
8422
8423 2000-10-16 Michael Meissner <meissner@redhat.com>
8424
8425 * configure (gcc/configargs.h): Only create if there is a build GCC
8426 directory created.
8427
8428 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8429
8430 * configure: Save configure arguments to gcc/configargs.h.
8431
8432 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8433
8434 * Makefile.in (bootstrap): avoid recursion if subdir missing
8435 (cross): ditto
8436 (do-proto-toplev): ditto
8437
8438 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8439
8440 * configure.in: Do not build byacc for hppa64. Provide paths to the
8441 X11 libraries for hppa64.
8442
8443 2000-09-02 Anthony Green <green@cygnus.com>
8444
8445 * Makefile.in (all-gcc): Depend on all-zlib.
8446 (CLEAN_MODULES): Add clean-zlib.
8447 (ALL_MODULES): Add all-zlib.
8448 * configure.in (host_libs): Add zlib.
8449
8450 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8451
8452 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8453 $targargs to tell whether newlib is going to be built.
8454
8455 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8456 $$r/TARGET_SUBDIR/libio for _G_config.h.
8457
8458 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8459
8460 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8461
8462 * configure: Make enable_threads and enable_shared defaults
8463 explicit. Substitute enable_threads into generated Makefiles.
8464 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8465 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8466
8467 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8468
8469 * configure.in: Re-enable all references to libg++ and librx.
8470
8471 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8472
8473 * configure.in: Add *-*-freebsd* configurations.
8474
8475 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8476
8477 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8478 (do-tar, do-bz2): New rules.
8479 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8480 (gdb-tar): New rule.
8481 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8482 (insight_dejagnu.tar): New rule.
8483 (insight.tar): New rule.
8484 (gdb+dejagnu.tar): New rule.
8485 (gdb.tar): New rule.
8486
8487 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8488
8489 * MAINTAINERS: Update dejagnu/
8490
8491 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * ltmain.sh (relink_command): Fix typo in previous change.
8494
8495 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8496
8497 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8498 (relink_command): Added --tag flags.
8499 (mode=install): If relinking fails; error out.
8500
8501 2002-03-12 Richard Henderson <rth@redhat.com>
8502
8503 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8504 .NOTPARALLEL tag.
8505 (do-check): Rename from check.
8506 (check): Allow parallel check.
8507
8508 2002-03-11 Richard Henderson <rth@redhat.com>
8509
8510 * Makefile.in (.NOTPARALLEL): Add fake tag.
8511
8512 2002-03-07 H.J. Lu (hjl@gnu.org)
8513
8514 * configure.in: Enable gprof for mips*-*-linux*.
8515
8516 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8517
8518 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8519 libjava.
8520 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8521
8522 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8523
8524 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8525
8526 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * config.guess: Import from master sources, rev 1.232.
8529 * config.sub: Import from master sources, rev 1.246.
8530
8531 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8532
8533 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8534 because its Makefile is there; test for the executable instead.
8535
8536 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8537
8538 Contribute sh64-elf.
8539 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8540 * configure.in: Added sh64-*-*.
8541
8542 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8543
8544 * COPYING.NEWLIB: Remove advertising clause from
8545 Berkeley and Red Hat licenses.
8546
8547 2002-02-01 Mo DeJong <supermo@bayarea.net>
8548
8549 * Makefile.in: Add all-tix to deps for all-snavigator
8550 so that tix is built when building snavigator.
8551
8552 2002-02-01 Ben Elliston <bje@redhat.com>
8553
8554 * config.guess: Import from master sources, rev 1.229.
8555 * config.sub: Import from master sources, rev 1.240.
8556
8557 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8558
8559 From Steve Ellcey <sje@cup.hp.com>:
8560 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8561 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8562 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8563 IA64.
8564 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8565 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8566 soname_spec, sys_lib_search_path_spec): Ditto.
8567
8568 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8569
8570 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8571 target-libiberty, and target-libgloss. Skip Java-related
8572 libraries if not supported for NetBSD on target CPU.
8573
8574 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8575
8576 * configure.in: Import StrongARM and XScale target_configdirs from
8577 FSF GCC version.
8578
8579 2002-01-16 H.J. Lu (hjl@gnu.org)
8580
8581 * config.guess: Import from master sources, rev 1.225.
8582 * config.sub: Import from master sources, rev 1.238.
8583
8584 * MAINTAINERS: Updated notes on config.guess and config.sub.
8585
8586 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8587
8588 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8589 ld and gdb are not supported.
8590
8591 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8592
8593 * Change reference to Cygnus Solutions to be Red Hat.
8594
8595 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8596
8597 * COPYING.NEWLIB: Update generic copyright date.
8598
8599 2002-01-07 Mark Salter <msalter@redhat.com>
8600
8601 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8602 Allow target-libgloss to be built for arm, strongarm, and xscale.
8603
8604 2002-01-03 Ben Elliston <bje@redhat.com>
8605
8606 * MAINTAINERS: Update URL for config.* scripts.
8607
8608 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8609
8610 * config.sub: Import latest version.
8611 * config.guess: Likewise.
8612
8613 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8614
8615 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8616 options for i[3456]86-pc-linux* native builds.
8617
8618 2001-12-05 Laurent Guerby <guerby@acm.org>
8619
8620 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8621 libiberty.
8622
8623 Import this patch from gcc:
8624
8625 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8626
8627 * symlink-tree: handle DOS-style absolute paths.
8628
8629 2001-11-28 DJ Delorie <dj@redhat.com>
8630 Zack Weinberg <zack@codesourcery.com>
8631
8632 When build != host, create libiberty for the build machine.
8633
8634 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8635 CONFIG_ARGUMENTS.
8636 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8637 New variables.
8638 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8639 and rules.
8640 (all.normal): Depend on ALL_BUILD_MODULES.
8641 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8642 (all-build-libiberty): Depend on configure-build-libiberty.
8643
8644 * configure: Calculate and substitute proper value for
8645 ALL_BUILD_MODULES.
8646 * configure.in: Create the build subdirectory.
8647 Calculate and substitute TARGET_CONFIGARGS (formerly
8648 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8649
8650 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8651
8652 * config.sub: Update to version 1.232 on subversion.
8653
8654 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8655
8656 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8657 files from .po files for a distribution.
8658
8659 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8660
8661 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8662
8663 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8664
8665 Merged from net gcc:
8666 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8667 * ltcf-c.sh: Use $objext, not $ac_objext.
8668 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8669 * ltcf-cxx.sh: Add support for GNU.
8670 2001-07-22 Timothy Wall <twall@redhat.com>
8671 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8672 default settings if using GNU tools with that configuration.
8673 * ltcf-cxx.sh: Ditto.
8674 * ltcf-gcj.sh: Ditto.
8675 2001-07-21 Michael Chastain <chastain@redhat.com>
8676 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8677 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8678 * ltmain.sh: Mark as gcc-local.
8679
8680 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8681
8682 * Makefile.in (all-bison): Revert 2001-10-24.
8683 Don't depend on texinfo.
8684
8685 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8686
8687 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8688
8689 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8690
8691 * configure.in (--enable-languages): Be more permissive about
8692 syntax. Check for empty lists better. Warn about $LANGUAGES.
8693
8694 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8695
8696 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8697
8698 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8699
8700 Makefile.in (all-bison): Don't depend on texinfo.
8701
8702 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8703
8704 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8705
8706 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8707
8708 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8709
8710 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8711
8712 * config.sub, config.guess: Import latest from subversions.
8713
8714 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8715
8716 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8717 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8718 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8719 avoid quotes nesting problems.
8720 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8721 (DO_X): Export only variables that are set.
8722
8723 2001-09-19 Ben Elliston <bje@redhat.com>
8724
8725 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8726 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8727 semantics. Use the shell built-in "type" command instead.
8728
8729 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8730
8731 * config.sub: Reverted the earlier change, this version is not the
8732 master file.
8733
8734 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8735
8736 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8737 Add support for mips64.
8738
8739 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8740
8741 * configure.in: Enable libstdc++-v3 for h8300 targets.
8742
8743 2001-08-30 Eric Christopher <echristo@redhat.com>
8744 Jason Eckhardt <jle@redhat.com>
8745
8746 * config.sub: Add support for mipsisa32.
8747
8748 2001-08-30 Eric Christopher <echristo@redhat.com>
8749
8750 * config.sub, config.guess: Import latest from subversions.
8751
8752 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8753
8754 * config.sub, config.guess: Import latest from subversions.
8755
8756 2001-07-26 DJ Delorie <dj@redhat.com>
8757
8758 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8759
8760 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8761
8762 * Makefile.in: Revert 2001-06-17.
8763 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8764
8765 2001-06-17 H.J. Lu <hjl@gnu.org>
8766
8767 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8768 (gas+binutils.tar.bz2): Likewise.
8769 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8770
8771 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8772
8773 * Makefile.in (VER): When present, extract the version number from
8774 the file version.in.
8775
8776 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8777
8778 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8779 gcc/xgcc is built, use -print-prog-name to find out the program
8780 name to use.
8781
8782 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8783
8784 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8785 with_gcc]: Use `gcc -shared' to build a shared library.
8786
8787 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8788
8789 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8790 archives.
8791
8792 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8793
8794 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8795 libraries when using g++ with native linker.
8796
8797 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8798
8799 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8800
8801 2001-05-24 Tom Rix <trix@redhat.com>
8802
8803 * configure.in : enable ld for aix
8804
8805 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8806
8807 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8808 [aix4*|aix5*]: Prepend blank.
8809
8810 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8811
8812 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8813 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8814 of subdir/configure scripts to use the new libtool.m4.
8815
8816 2001-05-14 H.J. Lu <hjl@gnu.org>
8817
8818 * config.if (libc_interface): Set to -libc6.2- for cross
8819 compiling to Linux/glibc 2.2.
8820
8821 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8824 libgcj.
8825
8826 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8827
8828 * configure.in (noconfigdirs): Don't reset it from scratch in the
8829 target case; only append to it.
8830
8831 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8832
8833 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8834 sparc-*-solaris2.8]: Disable ${libgcj}.
8835
8836 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8837
8838 * configure.in (libgcj_saved): Copy from $libgcj.
8839 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8840 --disable-libgcj.
8841
8842 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8843
8844 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8845 1.641.2.228.
8846
8847 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8848
8849 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8850 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8851
8852 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8853
8854 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8855 New macros.
8856 (bootstrap, cross): Use RECURSE_FLAGS.
8857 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8858
8859 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8860
8861 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8862
8863 2001-03-23 Nick Clifton <nickc@redhat.com>
8864
8865 * README-maintainer-mode: Add note about inability to use "make
8866 distclean" in maintainer mode.
8867
8868 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8869
8870 Re-installed:
8871 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8872 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8873 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8874 * ltcf-cxx.sh: Likewise.
8875 * ltcf-gcj.sh: Likewise.
8876
8877 2001-03-22 Philip Blundell <philb@gnu.org>
8878
8879 * config.sub, config.guess: Import latest from subversions.
8880
8881 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8882
8883 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8884 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8885
8886 2001-03-20 Michael Chastain <chastain@redhat.com>
8887
8888 * Makefile.in: all-m4 depends on all-texinfo.
8889
8890 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8891
8892 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8893
8894 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8895
8896 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8897 longer valid.
8898
8899 2001-02-16 Nick Clifton <nickc@redhat.com>
8900
8901 * configure.in (noconfigdirs): Allow configuration of texinfo
8902 for Cygwin hosts.
8903
8904 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8905
8906 * config.guess: Add linux target for S/390.
8907 * config.sub: Likewise.
8908 * configure.in: Likewise.
8909
8910 2001-02-06 Ben Elliston <bje@redhat.com>
8911
8912 * configure: Output host type to stdout, not stderr.
8913
8914 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8915
8916 * config.guess: Import from subversions.gnu.org (revision 1.181).
8917 * config.sub: Import from subversions.gnu.org (revision 1.199).
8918
8919 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8920
8921 * config.guess: Handle hppa64-linux systems.
8922
8923 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8924
8925 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8926 Don't unset, it's non-portable and no longer necessary, set to empty
8927 instead.
8928
8929 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8930
8931 * ltconfig: Shell portability fix for the tagname validity check.
8932
8933 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8934
8935 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8936
8937 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8938
8939 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8940 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8941
8942 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8943
8944 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8945 keep at least one of build_libtool_libs or build_old_libs set to
8946 yes.
8947
8948 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8949
8950 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8951 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8952
8953 2000-11-07 Philip Blundell <pb@futuretv.com>
8954
8955 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8956
8957 2000-11-03 Philip Blundell <pb@futuretv.com>
8958
8959 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8960 files.
8961
8962 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8963
8964 * COPYING.NEWLIB: Put into source repository.
8965
8966 2001-01-15 Ben Elliston <bje@redhat.com>
8967
8968 * configure.in (host_tools): Add sid.
8969 Always configure cgen.
8970 * Makefile.in (all-sid): New target.
8971 (check-sid, clean-sid, install-sid): Likewise.
8972
8973 2001-01-07 Andreas Jaeger <aj@suse.de>
8974
8975 * config.sub, config.guess: Update from subversions.
8976
8977 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8978
8979 * configure.in: Disable language-specific target libraries for
8980 languages that aren't enabled.
8981
8982 2000-11-24 Nick Clifton <nickc@redhat.com>
8983
8984 * configure.in (xscale-elf): Add target.
8985 (xscale-coff): Add target.
8986 (c4x, c5x, tic54x): Move after ARM targets.
8987
8988 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8989
8990 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8991
8992 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8993
8994 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8995
8996 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8997
8998 * Makefile.in: Merge with GCC and libgcj.
8999 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9000 configure-target-<library> when their configure scripts need the C
9001 or C++ library to have already been built to work properly.
9002 (do_proto_toplev): Set them to an empty string.
9003
9004 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9005
9006 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9007 (REALLY_SET_LIB_PATH): Use them.
9008
9009 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9010
9011 * config.sub: Add support for Sun Chorus
9012
9013 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9014
9015 * config.sub: Add support for the *-storm-chaos OS.
9016
9017 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9018
9019 * configure.in (noconfigdirs): Don't compile some
9020 of the libraries for 68HC11 & 68hc12 targets.
9021
9022 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9023
9024 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9025 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9026 all affected `configure' scripts.
9027
9028 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9029
9030 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9031 ltcf-c.sh.
9032
9033 2000-09-12 Philip Blundell <philb@gnu.org>
9034
9035 * config.sub, config.guess: Update from subversions.
9036
9037 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9038
9039 * Makefile.in (all-zlib): Added dummy target.
9040
9041 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9042 multi-language branch.
9043
9044 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9045
9046 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9047 (bootstrap*): Depend on all-bootstrap.
9048
9049 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9050
9051 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9052 crosses, but add gcc/include to the header search path for them.
9053
9054 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9055
9056 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9057 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9058 * gettext.m4: New file, extracted from aclocal.m4.
9059
9060 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9061
9062 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9063 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9064 sub-configures.
9065
9066 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9067
9068 * Makefile.in (ALL_MODULES): Add all-cgen.
9069 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9070 (all-cgen): New target.
9071 (all-opcodes,all-sim): Depend on all-cgen.
9072 * configure.in (host_tools): Add cgen.
9073 Only configure cgen if --enable-cgen-maint.
9074
9075 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9076
9077 * config-ml.in (CC, CXX): Don't introduce a leading space.
9078
9079 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9080
9081 * configure.in (libstdcxx_flags): Use
9082 libstdc++-v3/src/libstdc++.INC.
9083
9084 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9085
9086 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9087
9088 2000-08-11 Jason Merrill <jason@redhat.com>
9089
9090 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9091 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9092 (FLAGS_FOR_TARGET): Not here.
9093 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9094
9095 2000-08-07 DJ Delorie <dj@redhat.com>
9096
9097 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9098 "if we're also building gcc, and it's a gcc that will run on the
9099 build machine, we want to use its includes instead of the system's
9100 default includes".
9101
9102 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9103
9104 * configure.in (libstdcxx_flags): Don't use `"'.
9105
9106 * config-ml.in: Adjust multilib search paths to the
9107 appropriate multilib tree.
9108
9109 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9110
9111 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9112 commas in $LANGUAGES.
9113
9114 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9115
9116 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9117
9118 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9121 CXX_FOR_TARGET for sed.
9122
9123 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9124
9125 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9126 Do not override if already set in the environment or in configure.
9127 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9128 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9129
9130 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9131
9132 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9133 (GCC_FOR_TARGET): Use it.
9134 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9135 * configure.in: ... here.
9136 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9137 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9138
9139 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9142 (configure-target-libchill, configure-target-libobjc): Likewise.
9143
9144 * configure.in: Use the same cache file for all target libs.
9145 * config-ml.in: But different cache files per multilib variant.
9146
9147 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9148
9149 * configure (topsrcdir): Don't use dirname.
9150
9151 2000-07-20 Jason Merrill <jason@redhat.com>
9152
9153 * configure.in: Remove all references to libg++ and librx.
9154
9155 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9156
9157 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9158
9159 * config.sub: Update to subversions version 2000-07-06.
9160
9161 2000-07-12 Andrew Haley <aph@cygnus.com>
9162
9163 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9164 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9165
9166 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9167
9168 * symlink-tree: Check number of arguments.
9169
9170 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9171
9172 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9173
9174 2000-07-05 Jim Wilson <wilson@cygnus.com>
9175
9176 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9177 search path for a g++ extracted from the build tree. This
9178 will allow link tests run by configure scripts in
9179 subdirectories to succeed.
9180
9181 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9182
9183 * ltconfig: Add support for mips-dde-sysv4.2MP
9184
9185 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9186
9187 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9188 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9189
9190 2000-06-19 Timothy Wall <twall@cygnus.com>
9191
9192 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9193 * config.sub: Add tic54x target.
9194
9195 2000-06-07 Phillip Thomas <pthomas@suse.de>
9196
9197 * README-maintainer-mode: New file: Contains notes on using
9198 --enable-maintainer-mode with binutils.
9199
9200 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9201
9202 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9203
9204 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9205
9206 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9207 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9208
9209 20000-05-21 H.J. Lu (hjl@gnu.org)
9210
9211 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9212 directory are used if they exist. Make sure
9213 $(build_tooldir)/include is searched for header files,
9214 $(build_tooldir)/lib/ for library files.
9215 (GCC_FOR_TARGET): Likewise.
9216 (CXX_FOR_TARGET): Likewise.
9217
9218 2000-05-18 Jeffrey A Law (law@cygnus.com)
9219
9220 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9221
9222 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9223
9224 * Makefile.in (configure-target-libiberty): Depend on
9225 configure-target-newlib.
9226
9227 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9228
9229 * configure.in, Makefile.in: Merge all libffi-related
9230 configury stuff from the libgcj tree.
9231
9232 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9233
9234 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9235 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9236
9237 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9238
9239 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9240 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9241 current version information. Add to proto-toplev directory.
9242 (gdb-taz): Build do-djunpack.
9243
9244 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9245
9246 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9247
9248 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9249
9250 * ltmain.sh: Preserve in relink_command any environment
9251 variables that may affect the linker behavior.
9252
9253 2000-05-12 Jeffrey A Law (law@cygnus.com)
9254
9255 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9256
9257 2000-05-10 Jim Wilson <wilson@cygnus.com>
9258
9259 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9260
9261 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9262
9263 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9264 with the version name.
9265
9266 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9267
9268 * config.if: Tweak.
9269
9270 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * djunpack.bat: New file.
9273
9274 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9275
9276 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9277 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9278 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9279 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9280
9281 2000-04-16 Dave Pitts <dpitts@cozx.com>
9282
9283 * config.sub (case $basic_machine): Change default for "ibm-*"
9284 to "openedition".
9285
9286 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9287
9288 * Makefile.in (gdb-taz): New target. GDB specific archive.
9289 (do-md5sum): New target.
9290 (MD5PROG): Define.
9291 (PACKAGE): Default to TOOL.
9292 (VER): Default to a shell script.
9293 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9294 md5 checksum generation.
9295 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9296 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9297 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9298 insight.tar.bz2): Use gdb-taz to create archive.
9299
9300 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9301
9302 * configure (warn_cflags): Delete.
9303
9304 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9305 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9306
9307 * configure.in (enable_libstdcxx_v3): Add.
9308 (target_libs): Add bits here to switch between libstdc++-v2 and
9309 libstdc++-v3.
9310 * config.if: And this file too.
9311 * Makefile.in: Add libstdc++-v3 targets.
9312
9313 2000-04-05 Michael Meissner <meissner@redhat.com>
9314
9315 * config.sub (d30v): Add d30v as a basic machine type.
9316
9317 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9318
9319 * configure.in: -linux-gnu*, not -linux-gnu.
9320
9321 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9322
9323 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9324 (do-tar-bz2): Replace TOOL with PACKAGE.
9325 (gdb.tar.bz2): Remove GDBTK from GDB package.
9326 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9327 dejagnu.tar.bz2): New packages.
9328
9329 2000-02-27 Andreas Jaeger <aj@suse.de>
9330
9331 * configure.in: Add entry for mips*-*-linux*, move catch all
9332 *-*-*linux* entry below this one.
9333
9334 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9335
9336 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9337
9338 2000-02-24 Nick Clifton <nickc@cygnus.com>
9339
9340 * config.sub: Support an OS of "wince".
9341
9342 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9343
9344 * config.guess, config.sub: Updated to match config's 2000-02-15
9345 version.
9346
9347 2000-02-23 Linas Vepstas <linas@linas.org>
9348
9349 * config.sub: Add support for Linux/IBM 370.
9350 * configure.in: Likewise.
9351
9352 2000-02-22 Nick Clifton <nickc@cygnus.com>
9353
9354 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9355
9356 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9357
9358 * config.guess: Guess "cygwin" rather than "cygwin32".
9359
9360 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9361
9362 * configure (gcc_version): When setting, narrow search to
9363 lines containing `version_string'.
9364
9365 2000-02-15 Denis Chertykov <denisc@overta.ru>
9366
9367 * config.sub: Add support for avr target.
9368
9369 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9370
9371 * config.sub: Add mmix-knuth-mmixware.
9372
9373 2000-01-27 Christopher Faylor <cgf@redhat.com>
9374
9375 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9376 structure stuff to -L library search.
9377 (CXX_FOR_TARGET): Ditto.
9378 (CROSS_CHECK_MODULES): Fix spelling mistake.
9379
9380 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9381
9382 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9383 the C++ compiler.
9384
9385 2000-01-12 Richard Henderson <rth@cygnus.com>
9386
9387 * configure.in: Don't build some bits for beos.
9388
9389 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9390
9391 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9392 as include files.
9393
9394 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9395
9396 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9397 not mh-aix43.
9398
9399 1999-12-14 Richard Henderson <rth@cygnus.com>
9400
9401 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9402 * config.sub: Accept alphaev[78], alphaev8.
9403
9404 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9405
9406 * config.guess, config.sub: Update from autoconf.
9407
9408 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9409
9410 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9411 necessary libraries are missing.
9412
9413 1999-10-25 Andreas Schwab <schwab@suse.de>
9414
9415 * configure: Fix quoting inside arguments of eval.
9416
9417 1999-10-21 Nick Clifton <nickc@cygnus.com>
9418
9419 * config-ml.in: Allow suppression of some ARM multilibs.
9420
9421 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9422
9423 * config.guess: Add OS/390 match pattern.
9424 * config.sub: Add mvs, openedition targets.
9425 * configure.in (i370-ibm-opened*): New.
9426
9427 1999-09-04 Steve Chamberlain <sac@pobox.com>
9428
9429 * config.sub: Add support for configuring for pj.
9430
9431 1999-08-31 Nick Clifton <nickc@cygnus.com>
9432
9433 * config.sub (maybe_os): Add support for configuring for fr30.
9434
9435 1999-08-25 Nick Clifton <nickc@cygnus.com>
9436
9437 * configure.in: Do not configure or build ld for AIX
9438 platforms. ld is known to be broken on these platforms.
9439
9440 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9441
9442 * config-ml.in: Pass compiler flag corresponding to multidirs to
9443 subdir configures.
9444
9445 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9446
9447 * Makefile.in (LDFLAGS): Define.
9448
9449 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9450
9451 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9452 noconfigdirs.
9453 (*-*-cygwin*): Likewise.
9454
9455 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9456
9457 * mkdep: New file.
9458 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9459 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9460
9461 From Eli Zaretskii <eliz@is.elta.co.il>:
9462 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9463 long file name when using DJGPP on MS-DOS.
9464
9465 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9466
9467 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9468
9469 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9470
9471 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9472 dependency as this causes "make check" to globally "make all"
9473
9474 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9475
9476 * configure.in (target_libs): Added target-zlib.
9477 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9478 (CONFIGURE_TARGET_MODULES): Likewise.
9479 (CHECK_TARGET_MODULES): Likewise.
9480 (INSTALL_TARGET_MODULES): Likewise.
9481 (CLEAN_TARGET_MODULES): Likewise.
9482 (configure-target-zlib): New target.
9483 (all-target-zlib): Likewise.
9484 (all-target-libjava): Depend on all-target-zlib.
9485 (configure-target-libjava): Depend on configure-target-zlib.
9486
9487 * Makefile.in (configure-target-libjava): Depend on
9488 configure-target-newlib.
9489 (configure-target-boehm-gc): New target.
9490 (configure-target-qthreads): New target.
9491
9492 * configure.in (target_libs): Added target-qthreads.
9493 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9494 (CONFIGURE_TARGET_MODULES): Likewise.
9495 (CHECK_TARGET_MODULES): Likewise.
9496 (INSTALL_TARGET_MODULES): Likewise.
9497 (CLEAN_TARGET_MODULES): Likewise.
9498 (all-target-qthreads): New target.
9499 (configure-target-libjava): Depend on configure-target-qthreads.
9500 (all-target-libjava): Depend on all-target-qthreads.
9501
9502 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9503 (CONFIGURE_TARGET_MODULES): Likewise.
9504 (CHECK_TARGET_MODULES): Likewise.
9505 (INSTALL_TARGET_MODULES): Likewise.
9506 (CLEAN_TARGET_MODULES): Likewise.
9507 (all-target-libjava): New target.
9508 (all-target-boehm-gc): Likewise.
9509 * configure.in (target_libs): Added libjava, boehm-gc.
9510
9511 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9512
9513 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9514 configure.bat in SUPPORT_FILES.
9515 (gas+binutils.tar.bz2): Likewise.
9516
9517 * makeall.bat: Remove; obsolete.
9518
9519 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9520
9521 From Mark Elbrecht:
9522 * configure.bat: Remove; obsolete.
9523
9524 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9525
9526 * configure: Add -W -Wall to the default CFLAGS when compiling with
9527 gcc.
9528
9529 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9530
9531 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9532
9533 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9534
9535 * configure.in: Build ld on IRIX6.
9536
9537 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9538
9539 * Makefile.in: Change distribution targets to use bzip2 instead of
9540 gzip.
9541 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9542 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9543
9544 1999-06-04 Nick Clifton <nickc@cygnus.com>
9545
9546 * config.sub: Add mcore target.
9547
9548 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9549
9550 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9551
9552 1999-05-25 H.J. Lu (hjl@gnu.org)
9553
9554 * config.guess (dummy): Changed to $dummy.
9555
9556 1999-05-24 Nick Clifton <nickc@cygnus.com>
9557
9558 * config.sub: Tidied up case statements.
9559
9560 1999-05-22 Ben Elliston <bje@cygnus.com>
9561
9562 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9563 <jiro@din.or.jp>.
9564
9565 * config.guess: Merge with FSF version. Future changes will be
9566 more accurately recorded in this ChangeLog.
9567 * config.sub: Likewise.
9568
9569 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9570
9571 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9572
9573 1999-04-30 Tom Tromey <tromey@cygnus.com>
9574
9575 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9576
9577 1999-04-23 Tom Tromey <tromey@cygnus.com>
9578
9579 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9580
9581 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9582
9583 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9584 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9585 Bad merge removed these two changes.
9586
9587 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9588 Martin Heller (Ing.-Buero_Heller@t-online.de)
9589
9590 * config.guess (interix Alpha): Add.
9591
9592 1999-04-11 Richard Henderson <rth@cygnus.com>
9593
9594 * configure.in (i?86-*-beos*): Do config gperf; don't config
9595 gdb, newlib, or libgloss.
9596
9597 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9598
9599 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9600 link a trivial program with -mabi=64. If it fails, remove mabi=64
9601 from multidirs.
9602
9603 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9604
9605 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9606
9607 1999-04-08 Nick Clifton <nickc@cygnus.com>
9608
9609 * config.sub: Add support for mcore targets.
9610
9611 1999-04-07 Michael Meissner <meissner@cygnus.com>
9612
9613 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9614 not mt-ospace, in order to shut up assembler warning about using
9615 symbols that are named the same as registers.
9616
9617 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9618
9619 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9620 dependency list for all-target-cygmon.
9621
9622 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9623
9624 * config-ml.in: Check $host, not $target, for selective multilibs.
9625 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9626 thumb interworking, and underscore prefix multilibs.
9627
9628 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9629
9630 * missing: Update to version from current automake.
9631
9632 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9633
9634 * configure (gxx_include_dir): Removed.
9635
9636 * configure.in (gxx_include_dir): Handle it.
9637 * Makefile.in: Likewise.
9638
9639 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9640
9641 * config.sub (mips64vr4111,mips64vr4111el) Add.
9642
9643 1999-03-21 Ben Elliston <bje@cygnus.com>
9644
9645 * config.guess: Correct typo for detecting ELF on FreeBSD.
9646
9647 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9648
9649 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9650 config/mh-djgpp.
9651
9652 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9653
9654 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9655 all-target-newlib to dependency list for all-target-bsp.
9656
9657 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9658
9659 * config.sub: Add i386-uwin support.
9660 * config.guess: Likewise.
9661
9662 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9663
9664 * configure.in: cleanup, add mh-*pic handling for arm, special
9665 case powerpc*-*-aix*
9666
9667 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9668
9669 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9670 can be built.
9671
9672 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9673
9674 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9675 targets.
9676
9677 1999-03-02 Nick Clifton <nickc@cygnus.com>
9678
9679 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9680
9681 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9682
9683 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9684
9685 1999-02-24 Nick Clifton <nickc@cygnus.com>
9686
9687 * config.sub: Fix typo in arm recognition.
9688
9689 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9690
9691 * configure.in (noconfigdirs): Changed target_configdirs to
9692 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9693 rather than m68k-*-* since it is not known to work on
9694 m68k-aout. Ditto for arm-*-*oabi.
9695
9696 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9697
9698 * configure.in (*-*-windows*): Remove, no longer used.
9699
9700 1999-02-19 Ben Elliston <bje@cygnus.com>
9701
9702 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9703 Smart and improved by Andrew Cagney.
9704
9705 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9706
9707 * config.guess: Recognize openbsd-*-hppa.
9708
9709 1999-02-17 H.J. Lu (hjl@gnu.org)
9710
9711 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9712 only if it is not empty.
9713
9714 1999-02-17 Nick Clifton <nickc@cygnus.com>
9715
9716 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9717
9718 * config.guess: Modified to recognize uname's armv* syntax.
9719
9720 * config.sub: Modified to recognize uname's armv* syntax.
9721
9722 1999-02-17 Mark Salter <msalter@cygnus.com>
9723
9724 * configure.in: Added target-bsp for sparclite.
9725
9726 1999-02-08 Richard Henderson <rth@cygnus.com>
9727
9728 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9729
9730 1999-02-08 Nick Clifton <nickc@cygnus.com>
9731
9732 * configure.in: Add support for strongarm port.
9733 * config.sub: Add support for strongarm target.
9734
9735 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9736
9737 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9738 the old name config/mh-cygwin32.
9739 Enable texinfo.
9740
9741 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9742
9743 * configure.in: Do build ld for ix86 Solaris.
9744
9745 1999-02-02 Jim Wilson <wilson@cygnus.com>
9746
9747 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9748 $AR_FOR_TARGET. Likewise for RANLIB.
9749
9750 1999-02-02 Catherine Moore <clm@cygnus.com>
9751
9752 * config.sub (oabi): Recognize.
9753 * configure.in (arm-*-oabi): Handle.
9754
9755 1999-01-30 Robert Lipe (robertlipe@usa.net)
9756
9757 * config.guess: Improve detection of i686 on UnixWare 7.
9758
9759 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9760
9761 * config.guess: Add support for i386-pc-interix.
9762 * config.sub: Likewise.
9763 * configure.in: Likewise.
9764
9765 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9766
9767 * Makefile.in: Remove unneeded all-target-libio from
9768 from all-target-winsup target since it is now unneeded.
9769 Add all-target-libtermcap in its place since it is now
9770 needed.
9771
9772 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9773
9774 * configure.in: makefile stub for cygwin target is probably
9775 unnecessary. Remove it for now.
9776
9777 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9778
9779 * configure.in: libtermcap.a should be built when cygwin is the
9780 target as well as the host.
9781 * config.guess: Allow mixed case in cygwin uname output.
9782 * Makefile.in: Add libtermcap target.
9783
9784 1998-12-23 Jeffrey A Law (law@cygnus.com)
9785
9786 * config.sub: Clean up handling of hppa2.0.
9787
9788 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9789
9790 * config.guess: Use C code to identify more HP machines.
9791
9792 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9793
9794 * config.sub: Handle hppa2.0.
9795
9796 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9797
9798 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9799 cygmon for all sparclite targets, regardless of object format.
9800
9801 1998-12-15 Mark Salter <msalter@cygnus.com>
9802
9803 * configure.in: Added target-bsp for several target architectures.
9804
9805 * Makefile.in: Added rules for bsp.
9806
9807 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9808
9809 * config.guess: Improve detection of hppa2.0 processors.
9810
9811 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9812
9813 * config.guess: Recognize FreeBSD using ELF automatically.
9814
9815 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9816
9817 * configure (skip-this-dir): Add handling for new shell script, which
9818 might be created by a sub-directory's configure to indicate, this particular
9819 directory is "unwanted".
9820 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9821
9822 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9823
9824 * ltconfig: import from libtool, after changing libtool to
9825 account for the cygwin name change.
9826
9827 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9828
9829 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9830 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9831
9832 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9833
9834 * configure.in: Add libtermcap to list of cygwin dependencies.
9835
9836 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9837
9838 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9839 they include winsup/include when it's a cygwin target.
9840
9841 1998-11-12 Tom Tromey <tromey@cygnus.com>
9842
9843 * configure.in (host_tools): Added zip.
9844 * Makefile.in (all-target-libjava): Depend on all-zip.
9845 (all-zip): New target.
9846 (ALL_MODULES): Added all-zip.
9847 (NATIVE_CHECK_MODULES): Added check-zip.
9848 (INSTALL_MODULES): Added install-zip.
9849 (CLEAN_MODULES): Added clean-zip.
9850
9851 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9852
9853 * Makefile.in: lose "32" from comment about cygwin.
9854
9855 1998-11-05 Nick Clifton <nickc@cygnus.com>
9856
9857 * configure.in: Use -Os to build target libraries for the fr30.
9858
9859 1998-11-04 Dave Brolley <brolley@cygnus.com>
9860
9861 * config.sub: Add fr30.
9862
9863 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9864
9865 * configure.in: drop "32" from config/mh-cygwin32. Check
9866 cygwin* instead of cygwin32*.
9867 * config.sub: Check cygwin* instead of cygwin32*.
9868
9869 1998-10-22 Robert Lipe <robertl@dgii.com>
9870
9871 * config.guess: Match any version of Unixware7.
9872
9873 1998-10-20 Syd Polk <spolk@cygnus.com>
9874
9875 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9876 if desired.
9877
9878 1998-10-18 Jeffrey A Law (law@cygnus.com)
9879
9880 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9881 these if the appropriate directories and files to not exist.
9882
9883 1998-10-14 Jeffrey A Law (law@cygnus.com)
9884
9885 * Makefile.in (DEVO_SUPPORT): Add config.if.
9886
9887 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9888
9889 * configure: Add pattern to replace "build_tooldir"'s
9890 definition in the generated Makefile with "tooldir"'s
9891 actual value.
9892
9893 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9894
9895 * config.sub: Bring back lost sparcv9.
9896
9897 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9898
9899 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9900
9901 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9902 CC_FOR_TARGET and friends.
9903
9904 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9905
9906 * Makefile.in (build_tooldir): New variable, same as tooldir.
9907 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9908 -B$(build_tooldir)/bin/.
9909 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9910
9911 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9912
9913 * config.sub: Add support for i[34567]86-pc-udk.
9914 * configure.in: Likewise.
9915
9916 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9917
9918 * Makefile.in: add bzip2 package building bits for user
9919 tools module
9920 * configure.in: ditto
9921
9922 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9923
9924 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9925 (ALL_TARGET_MODULES): Add all-target-libobjc.
9926 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9927 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9928 (all-target-libchill): Add dependencies.
9929 * configure.in (target_libs): Add libchill.
9930
9931 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9932
9933 * configure.in (target_subdir): Remove duplicate line.
9934
9935 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9936
9937 * Makefile.in (all-automake): fix dependencies.
9938
9939 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9940
9941 * configure.in: Minor cleanups for building in the $(target_alias)
9942 subdir.
9943
9944 1998-09-22 Jim Wilson <wilson@cygnus.com>
9945
9946 * Makefile.in (bootstrap): Set r and s before make all. Use
9947 BASE_FLAGS_TO_PASS in make all.
9948 (cross): Likewise.
9949
9950 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9951
9952 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9953
9954 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9955
9956 * config.sub: Fix typo in last change.
9957
9958 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9959
9960 * config.sub: Add support for C4x target.
9961 * configure.in: Likewise.
9962
9963 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9964
9965 * config.sub: Recognize sparcv9 just like sparc64.
9966
9967 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9968
9969 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9970
9971 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9972
9973 * config.guess: Correctly identify Pentium II sco boxes.
9974
9975 * config.guess: Fix "tr" code. From Weiwen Liu.
9976
9977 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9978
9979 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9980 stabs.
9981
9982 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9983
9984 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9985 (ALL_TARGET_MODULES): Add all-target-libchill.
9986 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9987 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9988 (all-target-libchill): Add dependencies.
9989 * configure.in (target_libs): Add libchill.
9990
9991 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9992
9993 * config.guess: Avoid assumptions about "tr" behaves when
9994 LANG is set to something other than English.
9995
9996 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9997
9998 * configure (gxx_include_dir): Changed to
9999 '${prefix}/include/g++'-${libstdcxx_interface}.
10000
10001 * config.if: New to determine the interfaces.
10002
10003 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10004
10005 * config.guess: Detect and handle MPE/IX.
10006 * config.sub: Deal with MPE/IX.
10007
10008 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10009
10010 * configure.in: Use mh-aix43.
10011
10012 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10013
10014 * configure: Fix --without/--disable cases for gxx-include-dir.
10015
10016 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10017
10018 * mdata-sh: Imported. Needed for automake support.
10019
10020 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10021
10022 * Makefile.in (taz): Try "chmod -R og=u ." before
10023 "chmod og=u `find . -print`".
10024
10025 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10026
10027 * configure.in: Add arm-elf and thumb-elf support.
10028
10029 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10030
10031 * Makefile.in: Undo previous patch.
10032
10033 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10034
10035 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10036 to here ...
10037 (install-no-fixedincludes): and here
10038 (INSTALL_MODULES): ... from here.
10039
10040 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10041
10042 * config.sub: Merge with FSF.
10043
10044 * config.guess: Merge with FSF.
10045
10046 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10047
10048 * configure (extraconfigdirs): New variable.
10049 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10050 * Makefile.in (all): Move higher in file.
10051 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10052 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10053 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10054 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10055 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10056
10057 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10058
10059 * Makefile.in (all-target-libjava): Depend on all-gcc and
10060 all-target-newlib.
10061 (configure-target-libjava): Depend on $(ALL_GCC).
10062
10063 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10064
10065 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10066 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10067
10068 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10069
10070 * ylwrap: Change absolute path checks to check for DOS style path
10071 names.
10072
10073 * ylwrap: Don't use a full path name if the source file is in the
10074 same directory. From hjl@lucon.org (H.J. Lu).
10075
10076 * config-ml.in: Default to being verbose, to match Feb 18 change to
10077 configure.
10078
10079 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10080
10081 Brought over from egcs:
10082
10083 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10084
10085 * configure.in (target_subdir): Set to ${target_alias} instead
10086 of "libraries".
10087
10088 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10089
10090 * configure.in (target_subdir): Set to libraries if enable_multilib.
10091
10092 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10093
10094 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10095 multilibs, force reconfiguration the first time we create
10096 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10097
10098 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10099
10100 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10101 avoid confusion with --no-recursion.
10102
10103 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10104
10105 * configure.in: Win32 hosts shouldn't use install -x
10106 * install-sh: remove -x option, and special .exe-handling
10107 hack.
10108
10109 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10110
10111 * config.guess: Recognize i586-pc-beos.
10112 * configure.in: Don't build some bits for beos.
10113
10114 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10117 CFLAGS default to -O2.
10118
10119 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10120 when using GNU ld.
10121
10122 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10123
10124 * ltmain.sh: Correct install when using a different shell.
10125
10126 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10127
10128 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10129
10130 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10131
10132 * makefile.vms: Update to build binutils/makefile.vms. Add install
10133 target.
10134
10135 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10136
10137 * ltconfig: Update to correct AIX handling.
10138
10139 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10140
10141 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10142
10143 * configure.in (target_subdir): Set to ${target_alias} instead
10144 of "libraries".
10145
10146 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10147
10148 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10149 (Makefile): Depend on $(gcc_version_trigger).
10150
10151 * configure (gcc_version): Change default initializer to empty
10152 string.
10153 (gcc_version_trigger): New variable; pass this variable down
10154 to subdir configures to enable them checking gcc's version
10155 themselves. Emit make macros for both gcc_version vars.
10156 (topsrcdir): Initialize reliably.
10157 (recursion line): Remove --with-gcc-version=${gcc_version}.
10158
10159 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10160
10161 * configure (enable_version_specific_runtime_libs): Implement new flag
10162 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10163 in $(libsubdir); emit definition in each generated Makefile.
10164 (gxx_include_dir): Initialize depending on
10165 $enable_version_specific_runtime_libs.
10166
10167 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10168
10169 * configure (gcc_version): Initialize properly depending on
10170 how and where configure is started.
10171 (recursion line): Pass a --with-gcc-version=${gcc_version}
10172 to configures in subdirs.
10173
10174 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10175
10176 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10177 cygmon
10178
10179 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10180
10181 * configure.in: Add cygmon and libstub support for mn10200.
10182
10183 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10184
10185 * configure (gcc_version): Add new variable describing the
10186 particular gcc version we're building.
10187 * Makefile.in (libsubdir): Add new macro for the directory
10188 in which the compiler finds executables, libraries, etc.
10189 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10190 and libsubdir.
10191
10192 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10193
10194 * Makefile.in (local-clean): Remove *.log.
10195 (warning.log): Built with warn_summary from build.log.
10196 (mail-report.log): Run test_summary.
10197 (mail-report-with-warnings.log): Run test_summary including
10198 warning.log in the report.
10199
10200 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10201
10202 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10203
10204 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10205
10206 * Makefile.in (grep): Grep no longer depends on libiberty.
10207
10208 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10209
10210 * Makefile.in: all-snavigator needs all-libgui.
10211
10212 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10213
10214 * configure.in: Add cygmon and libstub support for mn10300.
10215
10216 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10217
10218 * missing: Update to version from automake 1.3.
10219
10220 * ltmain.sh: On installation, don't get confused if the same name
10221 appears more than once in the list of library names.
10222
10223 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10224
10225 * config.sub: Accept m68060 and m5200 as CPU names.
10226
10227 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10228
10229 * configure: Use && rather than using -a in test, because odd
10230 strings can confuse test.
10231 * configure.in: Likewise.
10232
10233 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10236
10237 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10238
10239 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10240 bootstrap4-lean): New targets.
10241
10242 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10243
10244 * mpw-* Delete. Not used.
10245
10246 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10247
10248 * COPYING.LIB: Update FSF address.
10249
10250 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10251
10252 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10253
10254 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10255 GAS_SUPPORT_DIRS.
10256
10257 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10258
10259 * ltconfig, ltmain.sh: Avoid producing a version number if
10260 -version-info was not used.
10261
10262 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10263
10264 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10265 building with newlib.
10266
10267 1998-04-30 Paul Eggert <eggert@twinsun.com>
10268
10269 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10270 Solaris `make' causes it to continue to next definition.
10271
10272 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10273
10274 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10275 the right GUI libraries and files are installed along with GDB.
10276
10277 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10278
10279 * configure.in: Change alpha to alpha* in several places.
10280
10281 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10282
10283 * config.sub: Recognize sparc86x.
10284
10285 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10286
10287 * configure.in (--enable-target-optspace): Remove debug echo.
10288
10289 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10290
10291 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10292
10293 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10294
10295 * ltconfig: Update cygwin32 support.
10296
10297 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10298 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10299 (GDB_SUPPORT_DIRS): Likewise.
10300
10301 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10302
10303 * configure.in (target_makefile_frag): If --enable-target-optspace,
10304 use -Os to compile target libraries rather than -O2. Default to
10305 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10306 not used.
10307 * configure.in (target_cflags): Ditto for d30v.
10308
10309 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10310
10311 * Makefile.in (all-bfd): Depend on all-intl.
10312 (all-binutils): Likewise.
10313 (all-gas): Likewise.
10314 (all-gprof): Likewise.
10315 (all-ld): Likewise.
10316
10317 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10318
10319 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10320
10321 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10322
10323 * Makefile.in (all-bfd): Depend upon all-libiberty.
10324
10325 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10326
10327 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10328
10329 * Makefile.in: Add libstub.
10330
10331 * configure.in: Ditto. Build libstub for targets that have cygmon
10332 support.
10333
10334 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10335
10336 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10337
10338 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10339
10340 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10341 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10342
10343 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10344
10345 * configure: Define DEFAULT_M4 by searching PATH.
10346 * Makfile.in: Use DEFAULT_M4.
10347
10348 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * ltconfig: Add cygwin32 support.
10351
10352 * Makefile.in, configure.in: Add libtool as a native only directory
10353 to configure and build.
10354
10355 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10356
10357 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10358
10359 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10360
10361 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10362
10363 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10364
10365 * Makefile.in: add ash make rules
10366 * configure.in: add ash to native_only and host_tools lists
10367
10368 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10369
10370 * Makefile.in (all-gettext, all-intl): New targets.
10371 (ALL_MODULES): Added all-gettext, all-intl.
10372 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10373 (INSTALL_MODULES): Added install-gettext, install-intl.
10374 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10375
10376 * configure.in (host_tools): Added gettext.
10377 (native_only): Likewise.
10378 (noconfigdirs) [various cases]: Likewise.
10379 (host_libs): Added intl.
10380
10381 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10382
10383 * configure: Do not disable building gdbtk for cygwin32 hosts.
10384
10385 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10386
10387 * configure.in: Add thumb-coff target.
10388 * config.sub: Add thumb-coff target.
10389
10390 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10391
10392 * Makefile.in: Revert yesterday's change.
10393 (all-target-winsup): all-target-librx stays out of here.
10394
10395 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10396
10397 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10398 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10399 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10400 Remove references to librx and libg++.
10401
10402 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10403
10404 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10405 recursive makes
10406
10407 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10408
10409 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10410 for newlib directory.
10411 (CXX_FOR_TARGET): Likewise.
10412
10413 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10414
10415 * ltconfig: Update after libtool/ltconfig.in change for
10416 hpux11.
10417
10418 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10419
10420 * ltconfig, ltmain.sh: Update to libtool 1.2.
10421
10422 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10423
10424 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10425 (install-gcc-cross): Instead, override LANGUAGES here.
10426
10427 1998-03-18 Dave Love <d.love@dl.ac.uk>
10428
10429 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10430 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10431
10432 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10433
10434 * configure.in: Add Thumb-pe target.
10435
10436 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10437
10438 * Makefile.in - changed sn targets to snavigator
10439 * configure.in - changed sn targets to snavigator
10440
10441 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10442
10443 * config-ml.in: After building symlink tree call make distclean
10444 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10445 to be the case for libiberty.
10446
10447 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10448
10449 * configure: When making link, also check the current
10450 directory. The configure scripts may create one.
10451
10452 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10453
10454 * config.sub: Accept alphapca56 and alphaev6 properly.
10455
10456 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10457
10458 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10459
10460 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10461
10462 * config.sub (sco5): Fix typo.
10463
10464 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10467 install-itcl.
10468 (install-itcl): Remove dependency on install-tcl.
10469
10470 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10471
10472 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10473
10474 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * configure.in: Don't build libgui for a cygwin32 target when not on
10477 a cygwin32 host.
10478
10479 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10480
10481 * configure (redirect): Set to null, so default behavior of
10482 configure is now --verbose.
10483
10484 1998-02-16 Dave Love <d.love@dl.ac.uk>
10485
10486 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10487 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10488
10489 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10490
10491 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10492 this change to sync Makefile.in with its ChangeLog entries.
10493
10494 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10495
10496 * ltmain.sh (mkdir): Check that the directory doesn't exist
10497 before we exit with error, so that we don't get races during
10498 parallel builds.
10499
10500 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10503
10504 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10505
10506 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10507 PICFLAG_FOR_TARGET.
10508 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10509
10510 * configure: Emit a definition for the new macro enable_shared
10511 into each Makefile.
10512
10513 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10514
10515 * configure.in (host_tools, native_only): Add libtool.
10516
10517 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10518
10519 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10520 Fix typo in ming config comment.
10521
10522 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10523
10524 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10525
10526 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10527
10528 * config.sub: Add tic30 cases, and map c30 to tic30.
10529
10530 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10531
10532 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10533 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10534 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10535 (CLEAN_TARGET_MODULES): Similarly
10536 (all-target-libf2c): Add dependences.
10537 * configure.in (target_libs): Add libf2c.
10538
10539 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10540
10541 * configure.in: Remove expect from noconfigdirs when target
10542 is cygwin32. OK to build expect and dejagnu with Canadian
10543 Cross.
10544
10545 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10546
10547 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10548 host.
10549
10550 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10551 and mingw32.
10552
10553 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10554
10555 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10556 here as it is not defined in the toplevel Makefile.
10557
10558 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10559
10560 * configure (package_makefile_rules_frag): New variable, which names
10561 a file with generic rules, ...
10562 Change comment to mention we now have FIVE parts.
10563 * configure: Undo last change.
10564
10565 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10566
10567 * config.guess: More accurate determination of HP processor types.
10568 * config.sub: More accurate determination of HP processor types.
10569
10570 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10571
10572 * configure (package_makefile_frag): Move inserting the
10573 ${package_makefile_frag} to where it should be according
10574 to the comment.
10575
10576 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10577
10578 * config.guess: Add support for Linux/ARM.
10579
10580 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10581
10582 * .cvsignore: Remove *-info and *-install since they match
10583 release-info and mpw-install, which we don't want to just ignore.
10584
10585 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10586
10587 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10588
10589 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10590
10591 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10592 local_prefix to sub-make invocations.
10593
10594 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10595
10596 * configure.in: Check makefile fragments in the source
10597 directory.
10598
10599 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10600
10601 * configure.in: Check whether host and target makefile
10602 fragments exist before adding them to *_makefile_frag.
10603
10604 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10605
10606 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10607
10608 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10609
10610 * configure.in: Make sure we only replace RPATH_ENVVAR on
10611 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10612 regexp to sed.
10613
10614 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10615 to sub-makes.
10616
10617 1998-01-13 Lee Iverson (leei@ai.sri.com)
10618
10619 * config-ml.in (multi-do): LDFLAGS must include multilib
10620 designator.
10621
10622 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10623
10624 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10625
10626 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10627
10628 * config.sub: Add mingw32 support.
10629 * configure.in: Likewise.
10630
10631 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10632
10633 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10634
10635 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10636
10637 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10638 * configure (gxx_include_dir): Provide a definition for subdirs
10639 which do not use autoconf.
10640
10641 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10642
10643 * config.guess: Sync with egcs. Picks up new alpha support,
10644 BeOS & some additional linux support.
10645
10646 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10647
10648 * config.guess: HP 9000/803 is a PA1.1 machine.
10649
10650 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10651
10652 * configure.in: It's alpha*-...
10653
10654 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10655
10656 * configure.in (host_makefile_frag, target_makefile_frag):
10657 Handle multiple config files.
10658 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10659 alpha-*-*.
10660
10661 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10662
10663 * mkdep: New file.
10664
10665 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10666
10667 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10668
10669 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10670
10671 * Makefile.in: Add libgui directory.
10672 (GDB_TK): Add all-libgui.
10673 * configure.in: Add libgui directory.
10674 * configure: Add all-libgui to GDB_TK.
10675
10676 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10677
10678 * config-ml.in (multidirs): Add m32r to multilib list.
10679
10680 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10681
10682 * Makefile.in (all-target-gperf): Change dependency to
10683 all-target-libstdc++.
10684
10685 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10686
10687 * config.guess: Add BeOS support.
10688
10689 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10690
10691 Source directory cvs renamed to cvssrc:
10692 * configure.in (host_tools): Change cvs to cvssrc.
10693 (native_only): Likewise.
10694 (noconfigdirs) [various cases]: Likewise.
10695 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10696 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10697 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10698 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10699 (all-cvssrc): Rename target from all-cvs.
10700
10701 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10702
10703 * configure (gxx_include_dir): Fix thinko.
10704
10705 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10706
10707 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10708 (install-cross, install-gcc-cross): New targets.
10709
10710 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10711
10712 * configure.in (noconfigdirs): Add support for Thumb target.
10713
10714 * config.sub (maybe_os): Add support for Thumb target.
10715
10716 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10717
10718 * Makefile.in: Add rules for cygmon.
10719
10720 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10721
10722 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10723
10724 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10725 * configure (gxx_include_dir): Provide a definition for subdirs
10726 which do not use autoconf.
10727
10728 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10729
10730 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10731 11/18/97 build
10732
10733 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10734
10735 * From Franz Sirl.
10736 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10737 found on RedHat Linux systems.
10738
10739 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10740
10741 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10742 guesses.
10743
10744 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10745
10746 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10747
10748 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10749
10750 * ltmain.sh: If mkdir fails, check whether the directory was created
10751 anyhow by some other process.
10752
10753 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10754
10755 * configure.in (d30v-*-*): Configure all directories.
10756
10757 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10758
10759 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10760 for the D30V.
10761
10762 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10763
10764 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10765
10766 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10767
10768 * include/libiberty.h: Add extern "C" { so it can be used with C++
10769 progrms.
10770 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10771 programs.
10772
10773 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10774
10775 * configure.in (d30v-*-*): Configure GCC now.
10776
10777 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10778
10779 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10780 is no longer needed.
10781
10782 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10783
10784 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10785
10786 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10787
10788 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10789 targets using "$@" to provide support for similar but not identical
10790 targets without having to duplicate code.
10791
10792 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10793
10794 * makefile.vms: Fix to work with DEC C.
10795
10796 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10797
10798 * config.sub: Add mips-tx39-elf to marketing names.
10799
10800 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10801
10802 * ltmain.sh: Handle symlinks in generated script.
10803
10804 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10805
10806 * configure: Handle autoconf style directory options: --bindir,
10807 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10808 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10809 --sysconfdir.
10810 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10811 (sharedstatedir, localstatedir, oldincludedir): New variables.
10812 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10813 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10814 sbindir, sharedstatedir, and sysconfdir.
10815
10816 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10817
10818 * Makefile.in (bootstrap-lean): New target.
10819
10820 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10821
10822 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10823 sn, and gnuserv from noconfigdirs.
10824
10825 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10828
10829 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10830
10831 * Makefile.in (cross): New target.
10832
10833 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10834 Jeff Law <law@cygnus.com>
10835
10836 * Makefile.in (bootstrap2, bootstrap3): New targets.
10837 (all-bootstrap): Remove outdated and confusing target.
10838 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10839
10840 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10841
10842 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10843 windows. Consistent with gdb/configure.
10844
10845 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10846
10847 * configure.in: Name Linux target fragment.
10848
10849 * configure: Rewrite so that project Makefile fragment is inserted
10850 first and appears last in the resulting Makefile.
10851
10852 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10853
10854 * Makefile.in (install-itcl): Install tcl first.
10855
10856 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10857
10858 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10859
10860 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10861
10862 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10863
10864 * configure.in (skipdirs): Add target-librx for Linux.
10865 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10866
10867 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10868
10869 * Makefile.in (bootstrap): New target.
10870
10871 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10872
10873 * config.sub: Accept 'amigados' for backward compatability.
10874
10875 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10876
10877 * config.guess: Merge with FSF.
10878
10879 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10880
10881 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10882
10883 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10884
10885 * config.sub: Add "marketing-names" patch.
10886
10887 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10888
10889 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10890
10891 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10892
10893 * config.sub: Handle v850-elf.
10894
10895 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10896
10897 * .cvsignore (*-install): Remove.
10898
10899 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10900
10901 * ltconfig: Set CONFIG_SHELL in libtool.
10902 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10903
10904 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10905
10906 * configure.in (target_subdir): Set to libraries if enable_multilib.
10907
10908 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10909
10910 * config.guess: Update from gcc directory.
10911
10912 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10913
10914 * Makefile.in (all-sim): Depends on all-readline.
10915
10916 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10917
10918 * Makefile.in (BISON, YACC): Use $$s.
10919 (all-bison): Depend on all-texinfo.
10920
10921 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10922
10923 * Makefile.in (BISON): Add -L flag.
10924 (YACC): Likewise.
10925
10926 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10927
10928 * configure.in (noconfigdirs): Add support for v850e target.
10929
10930 * config.sub (maybe_os): Add support for v850e target.
10931
10932 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10933
10934 * configure.in (noconfigdirs): Add support for v850ea target.
10935
10936 * config.sub (maybe_os): Add support for v850ea target.
10937
10938 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10939
10940 * config.sub: Add mipstx39. Delete r3900.
10941
10942 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10943
10944 * Makefile.in (all-autoconf): Depends on all-texinfo.
10945
10946 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10947
10948 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10949 eabi targets.
10950
10951 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10954
10955 * configure: When handling a Canadian Cross, handle YACC as well as
10956 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10957 * Makefile.in (all-bison): Depend upon all-texinfo.
10958
10959 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10960
10961 * Makefile.in (BISON): bison, not byacc or bison -y.
10962 (YACC): bison -y or byacc or yacc.
10963 (various): Add *-bison as appropriate.
10964 (taz): No need to mess with BISON anymore.
10965
10966 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * configure: If OSTYPE matches *win32*, try to find a good value for
10969 CONFIG_SHELL.
10970
10971 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10974 configure.in if it is present.
10975
10976 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10979
10980 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10981
10982 * config.sub: Recognize `arc' cpu.
10983 * configure.in: Likewise.
10984 * config-ml.in: Likewise.
10985
10986 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10989
10990 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10991
10992 * configure: Changed sed delimiter from ':' to '|' when
10993 attempting to substitute ${config_shell} for SHELL. On
10994 NT ${config_shell} may contain a ':' in it.
10995
10996 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10997
10998 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10999
11000 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11001
11002 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11003
11004 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11005
11006 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11007
11008 * ylwrap: If the program is a relative path, force it to be
11009 absolute.
11010
11011 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11012
11013 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11014
11015 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11016
11017 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11018 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11019 for libraries.
11020
11021 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11022
11023 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11024 separated by spaces.
11025
11026 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11027
11028 * ylwrap: New file.
11029 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11030
11031 * ltmain.sh: Handle /bin/sh at start of install program.
11032
11033 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11034
11035 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11036 * missing: New file, from automake 1.2.
11037
11038 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11039
11040 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11041 check-tk to CHECK_X11_MODULES.
11042
11043 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11044
11045 * config.sub: Merge with FSF.
11046
11047 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11048
11049 * config.guess: Merge with FSF.
11050
11051 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11052
11053 * configure: Treat msdosdjgpp like go32.
11054 * configure.in: Likewise. Don't remove gprof for go32.
11055
11056 * configure: Change Makefile.tem2 to Makefile.tm2.
11057
11058 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11059
11060 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11061
11062 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11063
11064 * install-sh (chmodcmd): Set to null if the DST directory already
11065 exists. Same as Nov 11th change.
11066
11067 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11068
11069 * configure (GDB_TK): Needs itcl and tix.
11070
11071 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11072
11073 * config.guess: Update from FSF.
11074
11075 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11076
11077 * Makefile.in (GDB_TK): Depend on itcl and tix.
11078
11079 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11080
11081 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11082 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11083 (INSTALL_SCRIPT): New variable.
11084 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11085 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11086 to -x.
11087 * install-sh: Add support for -x option.
11088
11089 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11090
11091 * configure.in, Makefile.in: Treat tix like itcl.
11092
11093 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11094
11095 * Makefile.in (WINDRES): New variable.
11096 (WINDRES_FOR_TARGET): New variable.
11097 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11098 (EXTRA_HOST_FLAGS): Add WINDRES.
11099 (EXTRA_TARGET_FLAGS): Add WINDRES.
11100 (EXTRA_GCC_FLAGS): Add WINDRES.
11101 ($(DO_X)): Pass down WINDRES.
11102 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11103 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11104 DLLTOOL_FOR_TARGET.
11105
11106 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11107
11108 * configure.in: configure sim before gdb for win32-x-ppc
11109
11110 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11111
11112 Move gperf into the toplevel, from libg++.
11113 * configure.in (target_tools): Add target-gperf.
11114 (native_only): Add target-gperf.
11115 * Makefile.in (all-target-gperf): New target, depend on
11116 all-target-libg++.
11117 (configure-target-gperf): Empty rule.
11118 (ALL_TARGET_MODULES): Add all-target-gperf.
11119 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11120 (CHECK_TARGET_MODULES): Add check-target-gperf.
11121 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11122 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11123
11124 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11125
11126 * config.sub (mn10200): Recognize new basic machine.
11127
11128 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11129
11130 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11131 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11132
11133 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11134
11135 * configure.in: If we're building mips-sgi-irix6* native, turn on
11136 ENABLE_MULTILIB and set TARGET_SUBDIR.
11137
11138 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11139
11140 * Makefile.in (all-sn): Depend on all-grep.
11141
11142 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11143
11144 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11145
11146 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11147 Makefile. From Jeff Makey <jeff@cts.com>.
11148 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11149
11150 * Makefile.in (DISTBISONFILES): Remove.
11151 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11152 $(DEFAULT_YACC).
11153
11154 * configure.in: Build itl, db, sn, etc., when building for native
11155 cygwin32.
11156
11157 * Makefile.in (LD): New variable.
11158 (EXTRA_HOST_FLAGS): Pass down LD.
11159 ($(DO_X)): Likewise.
11160
11161 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11162
11163 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11164
11165 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11166
11167 * configure.in (targargs): Strip out any supplied --build argument
11168 before adding our own. Always add --build.
11169
11170 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11171
11172 * configure.in (targargs): Pass --build if we're doing
11173 a cross-compile.
11174
11175 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11176
11177 * configure: Use '|' instead of ":" as the separator in
11178 sed. Otherwise sed chokes on NT path names with drive
11179 designators. Also look for "?:*" as the leading characters in an
11180 absolute pathname.
11181
11182 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11183
11184 * config.sub: Support for r3900.
11185
11186 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11187
11188 * configure.in: Use install-sh, not install.sh.
11189
11190 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11191
11192 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11193 apply it twice.
11194
11195 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11196
11197 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11198 install-binutils.
11199
11200 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * Makefile.in: Add automake targets.
11203 * configure.in (host_tools): Add automake.
11204
11205 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11206
11207 * configure: Default CXX to c++, not gcc.
11208 * Makefile.in (CXX): Set to c++, not gcc.
11209 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11210
11211 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11212
11213 * install-sh: try appending a .exe if source file doesn't
11214 exist
11215
11216 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11217
11218 * configure.in: Turn on multilib by default.
11219 (cross_only): Remove target-libiberty.
11220
11221 * Makefile.in (all-gcc): Don't depend on libiberty.
11222
11223 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11224
11225 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11226
11227 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11228
11229 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11230 (DISTBISONFILES): Add ld/Makefile.in
11231
11232 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11233
11234 * configure.in: if target is cygwin32 but host isn't cygwin32,
11235 don't configure gdb tcl tk expect, not just gdb.
11236
11237 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11238
11239 * configure.in: Added gnuserv everywhere sn appears.
11240
11241 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11242 (CROSS_CHECK_MODULES): Added check-gnuserv.
11243 (INSTALL_MODULES): Added install-gnuserv.
11244 (CLEAN_MODULES): Added clean-gnuserv.
11245 (all-gnuserv): New target.
11246
11247 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11248
11249 * config.guess: Fixes for MIPS OpenBSD systems.
11250
11251 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11252
11253 * Makefile.in (INSTALL_XFORM): Remove.
11254 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11255
11256 * mkinstalldirs: New file, copied from automake.
11257 * Makefile.in (installdirs): Rename from install-dirs. Use
11258 mkinstalldirs. Change all users.
11259 (DEVO_SUPPORT): Add mkinstalldirs.
11260
11261 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * install-sh: Rename from install.sh.
11264 * Makefile.in (INSTALL): Change install.sh to install-sh.
11265 (DEVO_SUPPORT): Likewise.
11266
11267 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11268 Graichen <graichen@rzpd.de>.
11269
11270 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11271
11272 * config.guess: Recognize OpenBSD systems correctly.
11273
11274 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11275
11276 * README, Makefile.in (ETC_SUPPORT): Remove references to
11277 cfg-paper*, configure.{texi,man,info*}._
11278
11279 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11280
11281 * Makefile.in (all.normal): Ensure that gcc is built after all
11282 the x11 - ie gdb - targets.
11283
11284 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11285
11286 * makefile.vms: Don't run conf-a-gas.
11287
11288 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11289
11290 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11291
11292 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11293
11294 * configure.in: Remove noconfigdirs case since gdb also
11295 configures and builds for tic80-coff.
11296
11297 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11298
11299 * configure: Set cache_file to config.cache.
11300 * Makefile.in (local-distclean): Remove config.cache.
11301
11302 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11303
11304 * COPYING: Update FSF address.
11305
11306 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11307
11308 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11309 noconfigdirs.
11310
11311 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11312
11313 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11314 MAKEDIRS, is empty.
11315
11316 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11317
11318 * config.sub: Tweak mn10300 entry.
11319
11320 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11321
11322 * configure.in (host_tools): Put sim before gdb, so gdb's
11323 configure.tgt can determine if the simulator was configured.
11324
11325 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11326
11327 * config.sub: Move BeOS $os case to be with other Cygnus
11328 local cases.
11329
11330 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11331
11332 * config.sub: Remove misplaced comment that broke Linux.
11333
11334 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11335
11336 * config.sub: Add BeOS support.
11337
11338 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11339
11340 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11341
11342 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11343
11344 * configure.in (noconfigdirs): Remove tcl and tk from
11345 noconfigdirs for cygwin32 builds.
11346
11347 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11348
11349 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11350
11351 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11352
11353 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11354 make-all.com, use makefile.vms instead.
11355
11356 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11357
11358 * config.sub: Accept -lnews*.
11359
11360 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11361
11362 * configure.in (noconfigdirs): Disable target-newlib,
11363 target-examples and target-libiberty for d30v.
11364
11365 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11366
11367 * configure.in (noconfigdirs): Enable ld for d30v.
11368
11369 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11370
11371 * configure.in (tic80-*-*): Build compiler.
11372
11373 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11374
11375 * configure.in (d30v-*): Remove sim directory from list of
11376 unsupported d30v directories
11377
11378 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11379
11380 * config.sub, configure.in: Add d30v target cpu.
11381
11382 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11383
11384 * makefile.vms: New file.
11385 * make-all.com: Remove.
11386
11387 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11388
11389 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11390
11391 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11392
11393 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11394
11395 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11396
11397 * Makefile.in (ALL_MODULES): Added all-db.
11398 (CROSS_CHECK_MODULES): Addec check-db.
11399 (INSTALL_MODULES): Added install-db.
11400 (CLEAN_MODULES): Added clean-db.
11401
11402 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11403
11404 * config.guess: Merge with latest FSF sources.
11405
11406 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11407
11408 * Makefile.in (ALL_MODULES): Added all-itcl.
11409 (CROSS_CHECK_MODULES): Added check-itcl.
11410 (INSTALL_MODULES): Added install-itcl.
11411 (CLEAN_MODULES): Added clean-itcl.
11412
11413 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11414
11415 * configure.in: build gdb for mn10200
11416
11417 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11418
11419 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11420
11421 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11422
11423 * configure.in (tic80-*-*): Turn off most targets right now.
11424
11425 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11426
11427 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11428 rather than the makeinfo program.
11429 (do-info): Depend upon all-texinfo.
11430
11431 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11432
11433 * configure.in: Remove uses of config/mh-linux.
11434
11435 * config.sub, config.guess: Merge with latest FSF sources.
11436
11437 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11438
11439 * config.sub (case $basic_machine): Add tic80 entries.
11440
11441 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11442
11443 * config.sub, config.guess: Merge with latest FSF sources.
11444
11445 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11446
11447 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11448 * mpw-config.in: Test for NewFolderRecursive.
11449 * mpw-install: Use symbolic name for startup filename.
11450 * mpw-README: Add various additional details.
11451
11452 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11453
11454 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11455
11456 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11457
11458 * configure.in: Do build gcc and the target libraries for
11459 the mn10200.
11460
11461 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11462
11463 * configure.in: don't avoid building gdb for mn10300 any more
11464 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11465 instead of single-quoting it.
11466
11467 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11468
11469 * configure.in: Don't use --with-stabs on IRIX 6.
11470
11471 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11472
11473 * configure.in (m32r): Build gdb, libg++ now.
11474
11475 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11476
11477 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11478 directories from noconfigdirs.
11479
11480 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11481
11482 * config.sub (basic_machine): added mips16 configuration
11483
11484 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11485
11486 * config.sub: Handle d10v-unknown.
11487
11488 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11489
11490 * config.sub: Handle v850-unknown.
11491
11492 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11493
11494 * Makefile.in: add findutils
11495 * configure.in: add findutils to list of host_tools
11496
11497 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11498
11499 * config.sub: Handle mn10200 and mn10300.
11500
11501 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11502
11503 * configure.in (d10v-*): Do not build librx.
11504
11505 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11506
11507 * configure.in (mn10300): Build everything except gdb & libgloss.
11508
11509 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11510
11511 * config.guess: Patch for Dansk Data Elektronik servers,
11512 from Niels Skou Olsen <nso@dde.dk>.
11513
11514 For ncr, use /bin/uname rather than uname, since GNU uname does not
11515 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11516
11517 Patch for MIPS R4000 running System V,
11518 from Eric S. Raymond <esr@snark.thyrsus.com>.
11519
11520 Fix thinko for nextstep.
11521
11522 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11523
11524 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11525 * config.guess: Guess mips-dec-mach_bsd4.3.
11526
11527 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11528 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11529 release numbers.
11530 * config.guess (mips-mips-riscos*): Emit just enough of the
11531 release number.
11532
11533 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11534 * config.guess (sparc-auspex-sunos*): Added.
11535 (f300-fujitsu-*): Added.
11536
11537 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11538 * config.guess: Recognize a Tadpole as a sparc.
11539
11540 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11541
11542 * config.guess: Don't assume that NextStep version is either 2 or
11543 3. NextStep 4 (aka OpenStep 4) has come out now.
11544
11545 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11546
11547 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11548 From Rik Faith <faith@cs.unc.edu>.
11549
11550 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11551
11552 * config.sub: Contributions from bug-gnu-utils to:
11553 Support plain "hppa" (no version given) architecture, reported by
11554 OpenStep.
11555 OpenBSD like NetBSD.
11556 LynxOs is not a hardware supplier.
11557
11558 * config.guess: Contributions from bug-gnu-utils to add support for:
11559 OpenBSD like NetBSD.
11560 Stratus systems.
11561 More Pyramid systems.
11562 i[n>4]86 Intel chips.
11563 M680[n>4]0 Motorola chips.
11564 Use unknown instead of lynx for hardware manufacturer.
11565
11566 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11567
11568 * install.sh (chmodcmd): Set to null if the DST directory already
11569 exists.
11570
11571 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11572
11573 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11574 not use mt-ppc target Makefile fragment any more.
11575
11576 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11577
11578 * configure.in (*-*-windows): Exclude everything but those dirs
11579 needed to build windows.
11580
11581 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11582
11583 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11584
11585 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11586
11587 * configure.in: Exclude mmalloc from i386-windows.
11588
11589 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11590
11591 * Undo my previous change.
11592
11593 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11594
11595 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11596 unconditionally.
11597 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11598
11599 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11600
11601 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11602 host to add it's own flags.
11603
11604 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11605
11606 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11607
11608 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11611 (CXX_FOR_TARGET): Likewise.
11612 (GCC_FOR_TARGET): Define.
11613 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11614 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11615 CC_FOR_TARGET was specified on the command line.
11616 (MAKEOVERRIDES): Don't define.
11617
11618 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11619
11620 * configure.in (m32r): Fix spelling of libg++ libs.
11621
11622 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11623
11624 * config.sub (-apple*): Remove, now redundant.
11625
11626 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11627
11628 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11629
11630 * configure: Rework yesterday's sed script patch.
11631
11632 * config.sub: Merge with FSF.
11633
11634 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11635
11636 * config.guess: Merge from FSF.
11637
11638 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11639 * config.guess: Use pc instead of unknown, for pc clone systems.
11640 Change linux to linux-gnu.
11641
11642 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11643 * config.guess: Avoid non-portable tr syntax.
11644
11645 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11646
11647 * test-build.mk (HOLES): Add "xargs" for gdb.
11648
11649 * configure: Avoid hpux10.20 sed bug.
11650
11651 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11652
11653 * configure.in: Add support for windows host
11654 (that is a build done under the Microsoft build environment).
11655
11656 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11657
11658 * Makefile.in: Replace all uses of srcroot with s, to shrink
11659 command line lengths.
11660
11661 Patches from Geoffrey Noer <noer@cygnus.com>:
11662 * configure.in: If configuring for newlib, pass --with-newlib to
11663 subdirectories.
11664 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11665 -Bnewlib/ and -Lwinsup to gcc.
11666 (CXX_FOR_TARGET): Likewise.
11667
11668 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * Makefile.in (ETC_SUPPORT): Add configure.
11671
11672 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11673
11674 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11675 host configuration file.
11676
11677 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11678
11679 * configure.in: Break mn10x00 support into separate
11680 mn10200 and mn10300 configurations.
11681 * config.sub: Likewise.
11682
11683 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11684
11685 * configure.in: Add lots of stuff to noconfigdirs for
11686 the mn10x00 targets.
11687
11688 * config.sub, configure.in: Add mn10x00 support.
11689
11690 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11691
11692 * make-all.com: Call conf-a-gas, not config-a-gas.
11693
11694 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11695
11696 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11697 targets.
11698
11699 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11700
11701 * mpw-README: Add much more detail for native PowerMac.
11702 * mpw-install: New file.
11703 * mpw-configure: Add --norecursion and --help options.
11704 * mpw-config.in: Translate readme and install files when
11705 copying to objdir.
11706 * mpw-build.in: Don't always depend on byacc and flex.
11707 (install-only-top): New action.
11708
11709 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11710
11711 * configure.in: You can now configure GDB for the v850.
11712
11713 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11714
11715 * configure.in (noconfigdirs): Don't configure any C++ dirs
11716 if targeting D10V.
11717
11718 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * config.sub: Recognize mips64vr5000.
11721
11722 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11723
11724 * configure.in: Use a single line for host_tools and native_only.
11725
11726 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11727
11728 * config.sub, configure.in: Add entries for m32r.
11729
11730 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11731
11732 * Makefile.in (inet-install): Don't run install-gzip.
11733
11734 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11735
11736 * configure.in: Don't config lots of things for *-*-windows*.
11737
11738 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11739
11740 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11741 (host_libs, host_tools): Copy from configure.in.
11742 * mpw-configure: Don't complain about directories not found.
11743
11744 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11745
11746 * configure.in (i[345]86): Recognize i686 for pentium pro.
11747 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11748 file.
11749
11750 * config.guess (i[345]86): Ditto.
11751
11752 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11753
11754 * configure.in (noconfigdirs): Removed gdb for D10V.
11755
11756 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11757
11758 * configure.in: Remove ld, target-libio, target-libg++, and
11759 target-libstdc++ from noconfigdirs.
11760
11761 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11762
11763 * configure: Fix three locations where shell scripts were
11764 being run directly rather than with config_shell.
11765
11766 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11767
11768 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11769 * config.sub (basic_machine): Recognize v850.
11770
11771 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11772
11773 * mpw-configure: Handle multiple enable/disable options and
11774 pass them down recursively, handle -c and -s flags appropriately
11775 depending on choice of compiler, add escape mechanism for
11776 quoted arguments to gC.
11777
11778 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11779
11780 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11781 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11782 so that -mrelocatable-lib and -mno-eabi are used.
11783
11784 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11785 not support --print-multi-lib, don't abort.
11786
11787 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11788
11789 * make-all.com: Run config-a-gas.
11790 * setup.com: Don't copy subdirectory files around.
11791
11792 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11793
11794 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11795 target, it now compiles correctly.
11796
11797 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11800
11801 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11802
11803 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11804
11805 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11806
11807 * configure.in (native_only): Add prms.
11808
11809 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11810
11811 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11812 (BINUTILS_SUPPORT_DIRS): Likewise.
11813
11814 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11815
11816 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11817 d10v support is added.
11818
11819 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11820
11821 * configure.in (d10v-*-*): New target.
11822
11823 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11824
11825 * config.guess (HP 9000/811): Recognize this as a PA1.1
11826 machine.
11827
11828 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11829
11830 * Makefile.in (do-tar-gz): New target, split out from tail end of
11831 taz target. Run each command separately, don't use pipes.
11832 (taz): Use it.
11833
11834 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11835
11836 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11837 * mpw-build.in: No builds should depend on building byacc or flex,
11838 they are assumed to be installed already.
11839
11840 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11841
11842 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11843 variable that CC_FOR_TARGET needs.
11844
11845 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11846
11847 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11848 options have changed since the last time the subdirectory was
11849 configured, and if it has, reconfigure.
11850 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11851 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11852
11853 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11854
11855 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11856 CLEAN_MODULES): Add bash.
11857 (all-bash): New target.
11858
11859 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11860
11861 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11862
11863 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11864
11865 * config.sub (basic_machine): Recognize d10v as a valid processor.
11866
11867 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11868
11869 * mpw-configure: Add support for --bindir.
11870 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11871
11872 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11873
11874 * configure.in: add bash, time, gawk to list of hosttools and things
11875 to only build for native toolchains
11876
11877 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11878
11879 * Makefile.in (docdir): Remove.
11880
11881 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11882
11883 * Makefile.in (datadir): Set to $(prefix)/share.
11884
11885 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11886
11887 * configure.in: build diff and patch for cygwin32-hosted
11888 toolchains.
11889
11890 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11891
11892 * config.sub: Accept -rtems*.
11893
11894 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11895
11896 * configure.in: enable dosrel for cygwin32-hosted builds,
11897 remove diff from the list of things not buildable
11898 via Canadian Cross
11899
11900 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11901
11902 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11903 don't get ". ".
11904
11905 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11906
11907 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11908
11909 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11910
11911 * Makefile.in (taz): Handle case where tex3patch didn't even get
11912 checked out. Also, if it was found, put the symlink in a new util
11913 subdirectory.
11914
11915 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11916
11917 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11918
11919 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11920
11921 * config.sub: Recognize -openvms.
11922 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11923 * make-all.com, setup.com: New files.
11924
11925 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11926
11927 * Makefile.in (taz): tex3patch moved to texinfo/util.
11928
11929 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11930
11931 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11932 * configure.in: remove make from disable-if-Can-Cross list
11933 enable gdb if ${host} and ${target} are cygwin32
11934
11935 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11936
11937 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11938 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11939
11940 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11941
11942 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11943 distinguish sysv/svr4/bsd variants.
11944 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11945
11946 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11947
11948 * configure.in: Added copyright notice.
11949 * move-if-change: Added copyright notice.
11950
11951 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11952
11953 * configure.in (powerpcle-*-solaris*): Until we get shared
11954 libraries working, don't build gdb, sim, make, tcl, tk, or
11955 expect.
11956
11957 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11958
11959 * config.guess: Merge with FSF:
11960
11961 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11962 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11963
11964 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11965 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11966
11967 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11968 * config.guess: Combine two OSF1 rules.
11969 Also recognize field test versions. From mjr@zk3.dec.com.
11970 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11971 because GNU uname does not support -p. From pmr@pajato.com.
11972
11973 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11974
11975 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11976
11977 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11978
11979 * mpw-README: Document GCCIncludes.
11980
11981 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11982
11983 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11984
11985 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11986
11987 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11988
11989 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11990
11991 * configure.in (*-*-cygwin32): Configure make.
11992
11993 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11994
11995 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11996
11997 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11998
11999 * Makefile.in (all-inet): Depend on all-perl.
12000
12001 * Makefile.in (inet-install): New target.
12002
12003 * Makefile.in (all-inet): Depend on all-tcl.
12004 (all-inet): Depend on all-send-pr.
12005
12006 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12007
12008 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12009 temporarily.
12010
12011 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12012
12013 * configure.in: Don't configure --with-gnu-ld on AIX.
12014
12015 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12016
12017 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12018
12019 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12020
12021 * Makefile.in (ALL_MODULES): Added all-inet.
12022 (CROSS_CHECK_MODULES): Added check-inet.
12023 (INSTALL_MODULES): Added install-inet.
12024 (CLEAN_MODULES): Added clean-inet.
12025 (all-indent): New target.
12026
12027 * configure.in (host_tools): Added inet.
12028 (native_only): Added inet.
12029 (noconfigdirs): Added inet.
12030
12031 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12032
12033 * configure.in: Don't configure libgloss if we are not configuring
12034 newlib.
12035
12036 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12037
12038 * configure.in: Don't configure libgloss for unsupported
12039 architectures.
12040
12041 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12042
12043 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12044
12045 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12046
12047 * Makefile.in (ALL_MODULES): Include all-apache.
12048 (CROSS_CHECK_MODULES): Include check-apache.
12049 (INSTALL_MODULES): Include install-apache.
12050 (all-apache): New target.
12051
12052 * configure.in: Added apache everywhere perl is seen.
12053
12054 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12055
12056 * Makefile.in: Add support for clean-{module} and
12057 clean-target-{module} rules.
12058
12059 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12060
12061 * configure.in (*-*-ose) do not build libgloss.
12062
12063 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12064
12065 * config.guess (prep*:SunOS:5.*:*): Turn into
12066 powerpele-unknown-solaris2.
12067
12068 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12069
12070 * configure.in: Permit --enable-shared to specify a list of
12071 directories.
12072
12073 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12074
12075 * configure.in (host==solaris): Pass only the first word of $CC
12076 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12077
12078 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12079
12080 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12081
12082 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12083
12084 * Makefile.in (ALL_MODULES): Include all-perl.
12085 (CROSS_CHECK_MODULES): Include check-perl.
12086 (INSTALL_MODULES): Include install-perl.
12087 (ALL_X11_MODULES): Include all-guile.
12088 (CHECK_X11_MODULES): Include check-guile.
12089 (INSTALL_X11_MODULES): Include install-guile.
12090 (all-perl): New target.
12091 (all-guile): New target.
12092
12093 * configure.in (host_tools): Include perl and guile.
12094 (native_only): Include perl and guile.
12095 (noconfigdirs): Don't build guile and perl; no ports have been
12096 done.
12097
12098 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12099
12100 * configure (--enable-*): Handle quoted option lists such as
12101 --enable-sim-cflags='-g0 -O' better.
12102
12103 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12104
12105 * Makefile.in ({,inst}all-target): New rule so we can make and
12106 install all of the target directories easily.
12107
12108 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12109
12110 * configure.in: Add missing global flag in sed substitution when
12111 deleting `target-' from ${configdirs}.
12112
12113 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12114
12115 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12116 option.
12117
12118 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12119 config/mh-necv4.
12120
12121 * install.sh: Correct misspelling of transformbasename.
12122
12123 * config.guess: Recognize mips-*-sysv*.
12124
12125 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12126
12127 * config.sub: Recognize mon960.
12128
12129 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12130
12131 * configure: Restore Canadian Cross handling of BISON and LEX,
12132 removed in Feb 20 change.
12133
12134 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12135
12136 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12137 Mention make install. Remove the old copyright date as well the
12138 clumsy and rather pointless copyright on the README file.
12139
12140 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12141
12142 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12143 Makefile after running symlink-tree, then run `make distclean' to
12144 avoid clobbering any generated files in srcdir.
12145
12146 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12147
12148 * configure.in (m68k-*-netbsd*): Build everything now.
12149
12150 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12151
12152 * Makefile.in (taz): Fix quoting.
12153
12154 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12155
12156 * configure.in (sparclet-*-*): Build everything now.
12157
12158 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12159
12160 * configure.in (m68k-*-linux*): New host.
12161
12162 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * configure: Check for bison before byacc.
12165
12166 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12167
12168 * Makefile.in configure: Change the way LEX and BISON/YACC are
12169 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12170 searching PATH. These are used as fallbacks by Makefile.in if
12171 flex/bison/byacc aren't in objdir.
12172
12173 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12174
12175 * Makefile.in: Make everything which depends upon all-bfd also
12176 depend upon all-opcodes, in case --with-commonbfdlib is used.
12177
12178 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12179
12180 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12181 building NT native compilers on Unix.
12182
12183 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12184
12185 * configure.in: Don't get CC from the host Makefile fragment if we
12186 can find gcc in PATH, or if this is a Canadian Cross. Move the
12187 Solaris test for /usr/ucb/cc to the post target script, just after
12188 the compiler sanity test.
12189
12190 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12191
12192 * config.sub: Merge with FSF.
12193
12194 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12195
12196 * Makefile.in (RPATH_ENVVAR): New variable.
12197 (REALLY_SET_LIB_PATH): Use it.
12198 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12199
12200 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12201
12202 * config.sub, configure.in: Recognize sparclet cpu.
12203
12204 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12205
12206 * config.guess: Support m68k-cbm-sysv4.
12207
12208 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12209
12210 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12211 m68k-unknown-linuxaout from linker help string. Put quotes around
12212 $ld_help_string.
12213
12214 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12215
12216 * config.guess (powerpc-harris-powerunix): Add guess for port
12217 to new target.
12218
12219 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12220
12221 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12222
12223 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12224
12225 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12226 $(REALLY_SET_LIB_PATH) in Makefile.
12227 * Makefile.in (SET_LIB_PATH): New variable.
12228 (REALLY_SET_LIB_PATH): New variable.
12229 ($(DO_X)): Use $(SET_LIB_PATH).
12230 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12231 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12232 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12233 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12234 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12235 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12236 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12237 (install-dosrel): Likewise.
12238 (all-opcodes): Depend upon all-libiberty.
12239
12240 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12241
12242 * config.guess (*:CYGWIN*): New
12243
12244 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12245
12246 * Makefile.in (all-target-winsup): All all-target-libiberty.
12247
12248 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12249
12250 * configure.in (noconfigdirs): Add missing # in front of comment.
12251
12252 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12253
12254 * configure.in: add second pass to things added to noconfigdirs
12255 so *-gm-magic can exclude libgloss properly.
12256
12257 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12258
12259 * mpw-configure (extralibs_name, rez_name): Set correctly
12260 for MWC68K compiler.
12261
12262 * mpw-README: Add more info on the necessary build tools.
12263
12264 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12265
12266 * configure.in, config.sub: Recognize cygwin32.
12267
12268 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12269
12270 * config.guess, config.sub: Recognize A/UX.
12271
12272 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * config.sub: Merge with gcc/config.sub.
12275
12276 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12277
12278 * mpw-build.in (do-binutils): Add build of stamps.
12279
12280 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12281
12282 * config.sub: Add recognition for mips64vr4100*-* targets.
12283
12284 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12285
12286 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12287 Add creation of gconfigargs with `--enable-shared' turned on.
12288 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12289 ($(host)-stamp-stage3-configured): Likewise.
12290 (HOLES): Add chatr and ldd.
12291 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12292
12293 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12294
12295 * configure: Pass --nfp to recursive configures.
12296
12297 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12298
12299 * Makefile.in (DLLTOOL): New.
12300 (DLLTOOL_FOR_TARGET): New.
12301 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12302 (EXTRA_TARGET_FLAGS): Ditto.
12303 (EXTRA_GCC_FLAGS): Ditto.
12304 (CONFIGURE_TARGET_MODULES): Ditto.
12305 (DO_X): Ditto.
12306 * configure: Add DLLTOOL.
12307
12308 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12309
12310 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12311 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12312 mh-sco, since old workarounds no longer needed, and don't
12313 build ld, since libraries have weak symbols in COFF.
12314
12315 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12316
12317 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12318
12319 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12320
12321 * configure.in: Make sure that ${CC} can be used to compile an
12322 executable.
12323
12324 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12325
12326 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12327 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12328 nothing depending on whether gdbtk is being built.
12329
12330 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12331
12332 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12333
12334 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12335
12336 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12337 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12338
12339 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12340
12341 * config-ml.in: Add support for
12342 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12343 Simplify setting of multidirs from --disable-foo.
12344
12345 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12346
12347 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12348 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12349 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12350 non-empty, pass them on to the GCC make.
12351 (all-bootstrap): New rule that is like all-gcc, except it executes
12352 the GCC bootstrap rule instead of the GCC all rule.
12353
12354 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12355
12356 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12357
12358 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12359
12360 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12361 DG/UX support.
12362
12363 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12364
12365 * config.sub (i*86*) Change [345] to [3456]
12366
12367 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12368
12369 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12370 --with-gnu-ld=no.
12371
12372 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12373
12374 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12375 AIX multilibs get built.
12376
12377 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12378
12379 * configure.in (i386-win32): Don't build expect if we're not
12380 building the tcl subdir.
12381
12382 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12383
12384 * Makefile.in: (configure-target-examples, all-target-examples):
12385 New targets, configure and build example programs.
12386
12387 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12388
12389 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12390 use it as input to sedit the generated MPW makefile.
12391 * mpw-README: Add a suggestion about Gestalt.h.
12392
12393 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12394
12395 * config.sub: Accept *-*-ieee*.
12396
12397 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12400 Ronald F. Guilmette <rfg@monkeys.com>.
12401
12402 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12403
12404 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12405 for powerpc-pe native.
12406 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12407 (target==powerpc-pe): duplicate i386-win32 entry.
12408
12409 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12410
12411 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12412 of vxworks, not just vxworks5.1.
12413
12414 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12415
12416 * mpw-configure: Add support for exec-prefix.
12417
12418 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12419
12420 * config.guess: Recognize HP model 816 machines as having
12421 a PA1.1 processor.
12422
12423 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12424
12425 * configure: Ignore new autoconf configure options.
12426
12427 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12428
12429 * config.guess: Recognize Pentium under SCO.
12430 From Robert Lipe <robertl@arnet.com>.
12431
12432 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12433
12434 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12435
12436 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12437
12438 * configure.in: Don't configure gas for alpha-dec-osf*.
12439
12440 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12441
12442 * configure.in: Default to --with-stabs for some targets for which
12443 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12444 i[345]86*-*-unixware*.
12445
12446 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12447
12448 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12449 rather than basing it on the target. Simplify handling of options
12450 controlling which directories to configure. Remove extraneous
12451 slash in multi-clean target.
12452
12453 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12454
12455 * config-ml.in: Prefix more variables with ml_ so they don't collide
12456 with configure's.
12457
12458 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12459
12460 * configure: Don't turn -v into --v.
12461
12462 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12463
12464 * configure.in (targargs): Fix typo.
12465
12466 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12467
12468 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12469
12470 * configure.in: Strip --host and --target options from
12471 CONFIG_ARGUMENTS, and always configure for --host only. Add
12472 --with-cross-host option when building with a cross-compiler.
12473 * configure: Canonicalize the arguments put into config.status by
12474 always using `=' for an option with an argument. Pass a presumed
12475 --host or --target explicitly.
12476
12477 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12478
12479 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12480 into general OS recognition case.
12481
12482 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12483
12484 * configure.in (target_configdirs): add target-winsup only
12485 for win32 target systems.
12486
12487 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * Makefile.in (all-target-libgloss): Depend upon
12490 configure-target-newlib, since when libgloss is built it looks to
12491 see if the newlib directory exists.
12492
12493 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12494
12495 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12496 cfg-ml-*.in.
12497
12498 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12499
12500 * configure: Handle LD and LD_FOR_TARGET when configuring a
12501 Canadian Cross.
12502
12503 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12504
12505 * configure.in (target_libs): add target-winsup.
12506 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12507 (target==ppcle-pe): remove ld from $noconfigdirs.
12508
12509 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12510
12511 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12512 Preserve relative path names in $srcdir. Build symlink tree if
12513 configuring cross target dir and srcdir=. (= no VPATH support).
12514 (configure-target-libg++): Depend on configure-target-librx.
12515 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12516 * config-ml.in: New file.
12517 * symlink-tree: New file.
12518 * configure: Ensure srcdir="." if that's what it is.
12519
12520 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12521
12522 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12523 includes and FLEX_SKELETON setting.
12524 * mpw-configure (--with-gnu-ld): New option, controls whether
12525 to use PPCLink or ld with PowerMac GCC.
12526 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12527 * mpw-config.in: Configure grez if targeting Mac.
12528
12529 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12530 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12531 just macos.
12532 * configure.in: Configure grez resource compiler if targeting Mac.
12533 * Makefile.in (all-grez, install-grez): New targets.
12534
12535 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12536
12537 * configure: CXX defaults to gcc, not g++. If we find
12538 gcc in the path, set CC to gcc -O2.
12539
12540 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12541
12542 * configure: Default ${build} correctly. Avoid picking up extra
12543 spaces when reading CC and CXX from Makefile. When doing a
12544 Canadian Cross, use plausible default values for numerous
12545 variables.
12546 * configure.in: When doing a Canadian Cross, don't try to
12547 configure tools whose configure script can't handle it.
12548
12549 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12550
12551 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12552
12553 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12554
12555 * configure: Remove dubious bug reporting address.
12556
12557 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12558
12559 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12560 configure script, run that instead of this directory's configure.
12561 In either case, print a message that we're configuring the sub-dir.
12562
12563 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12564
12565 * configure.in: Before checking for the existence of various files,
12566 use sed to filter out "target-".
12567
12568 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * Makefile.in (DO_X): Split rule to decrease command line length
12571 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12572 (Philippe De Muyter).
12573
12574 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12575
12576 * Makefile.in (all-patch): depend on all-libiberty.
12577
12578 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * configure.in: If the only directory in target_configdirs which
12581 actually exists is libiberty, then set target_configdirs to empty,
12582 to avoid trying to build a target libiberty in a gas or gdb
12583 distribution.
12584
12585 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12586
12587 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12588 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12589 systems.
12590
12591 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12592
12593 * configure.in (copy_dirs): Use sys-include instead of include
12594 for --with-headers option.
12595
12596 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12597
12598 * Makefile.in, configure.in: Make winsup builds work with
12599 new scheme.
12600
12601 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12602
12603 * configure.in: Build the linker on AIX.
12604
12605 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12606
12607 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12608 where needed.
12609
12610 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12611
12612 * Makefile.in (all-gcc): Fix typo.
12613
12614 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12615
12616 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12617
12618 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12619
12620 * configure.in: Rename libFOO to target-libFOO, and xiberty
12621 to target-xiberty, to provide more flexibility.
12622 (target_subdir): Define. Create if cross.
12623 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12624 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12625 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12626 check-libFOO -> check-target-libFOO, etc.
12627 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12628 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12629 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12630 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12631 allow ALL_GCC="" to only configure.
12632 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12633 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12634 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12635
12636 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12637
12638 * Makefile.in (taz): Build "info" in etc explicitly.
12639
12640 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12641
12642 * configure.in: Make sure that CC is undefined (as opposed to
12643 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12644 problem with autoconf trying to configure on a host without GCC.
12645
12646 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12647
12648 * mpw-configure: Set host alias from choice of host compiler,
12649 only use generic MPW Makefile sed if present, edit a file
12650 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12651 * mpw-README: Add problem notes about CW6 and CW7.
12652
12653 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12654
12655 * Makefile.in (taz): Use ";" instead of ";;".
12656
12657 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12658
12659 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12660 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12661 DISTDOCDIRS.
12662 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12663 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12664
12665 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12666
12667 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12668 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12669 Move bfd to DISTSTUFFDIRS.
12670
12671 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12672
12673 * Makefile.in (X11_LIB): Removed.
12674 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12675
12676 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12677
12678 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12679
12680 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12681 names.
12682
12683 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12684
12685 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12686
12687 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12688
12689 * configure.in (i[345]86-*-win32): Always build newlib.
12690 Don't configure cvs, autoconf or texinfo.
12691 * Makefile.in (LD_FOR_TARGET): New.
12692 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12693 Pass down LD_FOR_TARGET.
12694
12695 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12696
12697 * winsup: New directory.
12698 * Makefile.in: Build winsup.
12699 * configure.in: Winsup is configured when target is win32.
12700 Can only build win32 target GDB when native.
12701
12702 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12703
12704 * config.guess: Recognize HP model 819 machines as having
12705 a PA 1.1 processor.
12706
12707 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12708
12709 * configure: Fix sed loop which substitutes for CC and CXX to
12710 avoid bug found in various sed implementations.
12711
12712 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12713
12714 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12715 simulator. Use standard powerpc-*-eabi*.
12716
12717 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12718
12719 * configure.in: Stop putting gas and binutils in noconfigdirs for
12720 powerpc-*-aix* and rs6000-*-*.
12721
12722 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12723
12724 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12725 -mcall-aixdesc libraries.
12726
12727 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12728
12729 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12730
12731 * config.sub (arm | armel | armeb): Fix shell syntax.
12732
12733 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12734
12735 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12736 -msoft-float and -mcpu=common support.
12737 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12738 libraries.
12739
12740 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12741
12742 * configure.in: Allow configuration and build of emacs19 for the alpha.
12743
12744 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12745
12746 * configure.in (CC): Get ^CC, not just any old CC, from
12747 ${host_makefile_frag}.
12748
12749 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * configure.in (CC): Try to get CC from
12752 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12753
12754 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12755
12756 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12757 only if it exists in $(srcdir).
12758
12759 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure: If CC and CXX are not set in the environment, set
12762 them, based on either an existing Makefile or on searching for gcc
12763 in PATH. Substitute for CC and CXX in Makefile.
12764 * configure.in: Remove libm from target_libs. Separate
12765 target_configdirs from configdirs. If CC is not set in
12766 environment, try to get it from a host Makefile fragment. Rewrite
12767 changes of configdirs to use skipdirs instead. A few minor
12768 tweaks. Take directories out of target_configdirs as they are
12769 taken out of configdirs. Remove existing Makefile files from
12770 subdirectories. Substitute for TARGET_CONFIGDIRS and
12771 CONFIG_ARGUMENTS in Makefile.
12772 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12773 by configure.in.
12774 (CONFIG_ARGUMENTS): Likewise.
12775 (CONFIGURE_TARGET_MODULES): New variable.
12776 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12777 ($(CONFIGURE_TARGET_MODULES)): New target.
12778 (configure-libg++, configure-libio): New targets.
12779 (all-libg++): Depend upon configure-libg++.
12780 (all-libio): Depend upon configure-libio.
12781 (configure-libgloss, all-libgloss): New targets.
12782 (configure-libstdc++): New target.
12783 (all-libstdc++): Depend upon configure-libstdc++.
12784 (configure-librx, all-librx): New targets.
12785 (configure-newlib): New target.
12786 (all-newlib): Depend upon configure-newlib
12787 (configure-xiberty): New target.
12788 (all-xiberty): Depend upon configure-xiberty.
12789
12790 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12791
12792 * configure.in (host i[345]86-*-win32): Expand the
12793 noconfigdirs again.
12794
12795 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12796
12797 * mpw-configure: Fix sed command file name.
12798
12799 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12800
12801 * configure.in (host i[345]86-*-win32): Reduce the
12802 noconfigdirs again.
12803
12804 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12805
12806 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12807 or powerpc*-*-pe*, since they are not yet supported.
12808
12809 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12810
12811 Add PowerMac support and many other enhancements.
12812 * mpw-configure: New option --cc to select compiler to use,
12813 paste options set according to --cc into the generated
12814 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12815 if mpw-make.sed is present.
12816 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12817 add forward includes for PowerPC include files.
12818 * mpw-build.in: Build using Makefile.PPC if present.
12819 (do-byacc, etc): Remove separate version resource builds.
12820 (do-gas): Build "stamps" before "all".
12821 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12822 * mpw-README: Update to reflect --cc option, PowerMac support,
12823 and recently-reported compatibility problems.
12824
12825 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12826
12827 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12828 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12829 (--with-multilib-top): Pass to recursive invocations.
12830
12831 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12832
12833 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12834 v810-*-*.
12835
12836 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12837
12838 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12839 gdb, ld and opcodes on v810-*-*.
12840
12841 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12842
12843 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12844 (local-maintainer-clean): New target.
12845 (maintainer-clean): New target.
12846 (realclean): Just depend upon maintainer-clean.
12847
12848 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12849
12850 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12851
12852 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12853
12854 * configure.in: Build ld in mips*-*-bsd* case.
12855
12856 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12857
12858 * config.sub: Accept -lites* OS. From Ian Dall.
12859
12860 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12861
12862 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12863 targets.
12864
12865 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12866
12867 * configure.in: treat i386-win32 canadian cross the same as
12868 i386-go32 canadian cross.
12869
12870 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12871
12872 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12873 running under the simulator to build a reduced set of libraries.
12874 (powerpc-*-eabiaix): Add fine grained multilib support added to
12875 other powerpc targets yesterday.
12876
12877 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12878
12879 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12880 -disable-softfloat, -disable-relocatable, -disable-aix, and
12881 -disable-sysv to control which multilib libraries get built.
12882
12883 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12884
12885 * configure: Add Makefile.tem to list of files to remove in trap
12886 handler.
12887
12888 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12889
12890 * config.guess (*Linux*): Add missing "exit"s.
12891 Also, need specific check for alpha-unknown-linux (uses COFF).
12892
12893 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12894
12895 * config.guess: Merge with FSF:
12896
12897 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12898 * config.guess (AIX4): More robust release numbering discovery.
12899
12900 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12901 * config.guess (i386-sequent-ptx): Properly get version number.
12902
12903 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12904 * config.guess (mips:*:4*:UMIPS): New case.
12905
12906 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12907
12908 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12909 (i386-win32 host): Likewise. Don't build readline.
12910
12911 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12912
12913 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12914 SUPPORT_FILES to submakes.
12915
12916 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12917
12918 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12919 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12920 mpw-configure.
12921
12922 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12923
12924 * configure.in (appdirs): Use =, not ==, in test expression when
12925 trying to build the text to print in the warning message for
12926 Solaris users.
12927
12928 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12929
12930 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12931
12932 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12933
12934 * config.guess: Recognize lynx-2.3.
12935
12936 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12937
12938 * config.sub (z8ksim): Deleted
12939 (z8k-*-coff): New, this is the one true name of the target.
12940
12941 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12942
12943 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12944
12945 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12946
12947 * config.guess (*:Linux:*:*): First try asking the linker what the
12948 default object file format is (elf, aout, or coff). Then if this
12949 fails, try previous methods.
12950
12951 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12952
12953 * configure.in: Don't build newlib for *-*-vxworks5.1.
12954
12955 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12956
12957 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12958 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12959
12960 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12961
12962 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12963
12964 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12965
12966 * cfg-ml-com.in: New file.
12967 * cfg-ml-pos.in: New file.
12968
12969 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12970
12971 * COPYING.NEWLIB: Add HP free copyright to list.
12972
12973 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12974
12975 * config.sub: Recognize -eabi* for the system, not just -eabi.
12976
12977 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12978
12979 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12980 * config.sub, configure.in (win32): New target and host.
12981
12982 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12983
12984 * configure.in: Add i386-pe configuration.
12985
12986 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12987
12988 * mpw-build.in (install): Install GDB after LD.
12989
12990 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12991
12992 * mpw-config.in (elf/mips.h): Always forward-include, needed
12993 for GDB to build.
12994
12995 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12996
12997 * testsuite: New directory for customer acceptance and whole tool
12998 chain tests.
12999
13000 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13001
13002 * configure: If per-host line isn't found, but AC_OUTPUT is found
13003 and a configure script exists, run it instead.
13004
13005 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13006
13007 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13008
13009 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13010
13011 * configure: Set build_{cpu,vendor,os,alias} to host values when
13012 --build isn't specified.
13013
13014 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13015
13016 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13017 (FLAGS_TO_PASS): Pass them.
13018 (EXTRA_TARGET_FLAGS): Ditto.
13019
13020 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13021
13022 * Makefile.in (all-libg++): Depend on all-libstdc++.
13023
13024 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13025
13026 * configure.in (noconfigdirs): Enable all packages for
13027 i386-unknown-netbsd.
13028
13029 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13030
13031 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13032 hosted builds (DOS builds)
13033
13034 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13035
13036 Changes for ARM based on patches from Richard Earnshaw:
13037 * config.sub: Handle armeb and armel.
13038 * configure.in: Omit arm linker only for riscix.
13039
13040 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13041
13042 * config.guess: Update from FSF.
13043
13044 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13045
13046 * config.sub: Recognize powerpcle as the little endian varient of
13047 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13048 powerpcle variant. Convert pentium into i586, not i486. Add p5
13049 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13050 temporarily.
13051
13052 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13053
13054 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13055
13056 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13057
13058 * config.sub: Accept -lites* as a basic system type.
13059
13060 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13061
13062 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13063 installed, and if so return linuxoldld as the system name.
13064
13065 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13066
13067 * config.guess: Add hppa1.1-hp-lites support.
13068
13069 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13070
13071 * configure.in: Don't build newlib for m68k-vxworks5.1.
13072
13073 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13074
13075 * configure.in (mips-sgi-irix6): Use mh-irix5.
13076
13077 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13078
13079 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13080
13081 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13082
13083 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13084 OSF/1. Fix compiler flags.
13085 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13086
13087 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13088
13089 * configure.in: Recognize --with-newlib.
13090 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13091
13092 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13093
13094 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13095 to *_X11_MODULES due to gdbtk needing X include files et al.
13096
13097 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13098
13099 Merge in support for Mac MPW as a host.
13100 (Old change descriptions retained for informational value.)
13101
13102 * mpw-config.in: Add generic include forwards for cpu-specific
13103 include files in aout and elf directories.
13104
13105 * mpw-configure: Added copyright.
13106 * mpw-config.in: Check for presence of required build tools.
13107 (target_libs): Add newlib.
13108 (target_tools): Add examples.
13109 (Read Me): Generate as "Read Me for MPW" instead.
13110 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13111 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13112 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13113
13114 * mpw-configure: Remove subdir-specific makefile hackery,
13115 delete mk.tmp after using it.
13116
13117 * mpw-build.in (all): Display start and end times.
13118
13119 * mpw-configure (host_canonical): Set.
13120 (target_cpu): Always add to makefiles.
13121 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13122 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13123 (mpw-mh-mpw): Look for in srcdir and srcroot.
13124 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13125
13126 * mpw-build.in: (install-only): New target.
13127
13128 * mpw-configure (host_alias, target_alias): Rename from hostalias
13129 and targetalias, add into generated Makefile.
13130 (mk.tmp): If present, add into generated Makefile.
13131 * mpw-build.in (all-gas): Build config.h first before gas proper.
13132
13133 * mpw-configure (config.status): Write only if changed.
13134 * mpw-config.in (readline): Configure it (not built, just used for
13135 definitions).
13136
13137 * mpw-config.in (elf/mips.h): Add a forward include.
13138
13139 * mpw-config.in: Forward-include most .h files in include into
13140 extra-include.
13141 (readline): Don't build.
13142 mpw-build.in (install): Install GDB.
13143
13144 * mpw-configure (prefix, mpw_prefix): Handle it.
13145 * mpw-config.in (mmalloc, readline): Don't configure.
13146 * mpw-build.in (thisscript): Rename to ThisScript.
13147 Use mpw-build instead of BuildProgram everywhere.
13148 (mmalloc, readline): Don't build.
13149 * mpw-README: New file, basic documentation about the MPW port.
13150
13151 * mpw-config.in: Use forward-include to create include files.
13152
13153 * mpw-configure: Add more things to the top of each configured
13154 Makefile, including contents of config/mpw-mh-mpw.
13155 * mpw-config.in (extra-include): Create this directory and fill it
13156 with Posix-like include files when configuring.
13157
13158 * config.sub (apple, mac, mpw): Add various aliases.
13159
13160 * mpw-build.in: New file, top-level build script fragment for MPW.
13161 * mpw-configure: New file, configure script for MPW.
13162 * mpw-config.in: New file, config fragment for MPW.
13163
13164 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13165
13166 * configure.in (host_libs): Remove glob, since it is gone from the
13167 sources.
13168
13169 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13170
13171 * Makefile.in: define empty GDB_NLM_DEPS var.
13172
13173 * configure.in(target_makefile_frag): use config/mt-netware
13174 for netware targets.
13175
13176 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13177
13178 * config.sub: Merge in recent FSF changes. Remove linux special
13179 cases.
13180
13181 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13182
13183 Revert this change:
13184
13185 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13186
13187 * build-all.mk: Use CC=cc -Xs on Solaris.
13188
13189 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13190
13191 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13192 stop using it.
13193 * Makefile.in: Nuke all references to glob subdirectory.
13194
13195 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13196
13197 * configure.in: Fix --enable-shared logic in per-host.
13198
13199 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13200
13201 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13202
13203 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13204
13205 * configure.in (noconfigdirs): Don't build gas on AIX, for
13206 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13207
13208 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13209
13210 * configure: Fix --cache-file to work if the file argument is a
13211 relative path.
13212
13213 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13214
13215 * configure: If the --cache-file is used, pass it down to
13216 configure in subdirectories.
13217
13218 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13219
13220 * config.sub: add vxworks29k configuration.
13221
13222 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13223
13224 * Makefile.in (taz): Do "diststuff" part quietly.
13225
13226 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13227
13228 * config.sub: Mini-merge with gcc/config.sub.
13229
13230 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13231
13232 * config.guess (IRIX): Sed - to _.
13233
13234 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13235
13236 * Makefile.in (source-vault, binary-vault): New targets.
13237
13238 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13239
13240 * config.sub: Recognize -eabi as a basic system type.
13241
13242 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13243
13244 * configure.in (enable_shared stuff): Fix typo.
13245
13246 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13247
13248 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13249
13250 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13251
13252 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13253
13254 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13255
13256 * configure.in (rs6000-*-*): Don't build gas.
13257
13258 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13259
13260 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13261 reduce command line length.
13262 (AS_FOR_TARGET): Check for as.new, not Makefile.
13263 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13264
13265 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13266
13267 * config.guess: Merge from FSF.
13268
13269 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13270
13271 * configure: Don't use $ when handling program_suffix.
13272
13273 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13274
13275 * configure.in: Configure tk for hppa/hpux.
13276
13277 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13278
13279 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13280
13281 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13282
13283 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13284 to LIBCXXFLAGS. Tests are better run without it.
13285
13286 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13287
13288 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13289
13290 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13291
13292 * configure.in (*-*-netware*): Don't configure xiberty.
13293
13294 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13295
13296 * configure.in: Remove tk from native_only list.
13297
13298 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13299
13300 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13301 for special NCD build.
13302
13303 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13304
13305 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13306 makeall.bat, they're only useful for binutils snapshots.
13307 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13308 makeall.bat to specified SUPPORT_FILES.
13309
13310 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13311
13312 * build-all.mk: Add Ericsson targets to sun4 and solaris
13313 hosts. Add BNR's sun4 target to solaris host, so their
13314 build-from-source will be tested in-house first.
13315
13316 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13317
13318 * Makefile.in (LIBCFLAGS): New variable.
13319 (CFLAGS_FOR_TARGET): Ditto.
13320 (LIBCFLAGS_FOR_TARGET): Ditto.
13321 (LIBCXXFLAGS): Ditto.
13322 (CXXFLAGS_FOR_TARGET): Ditto.
13323 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13324 (BASE_FLAGS_TO_PASS): Pass them.
13325 (EXTRA_TARGET_FLAGS): Ditto.
13326
13327 * configure.in: Support --enable-shared.
13328
13329 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13330
13331 * configure.in (target_libs): Include libstdc++ again.
13332 * config.guess: Update from FSF (for FreeBSD).
13333
13334 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13335
13336 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13337 makeall.bat.
13338 (DISTDOCDIRS): Add `etc'.
13339 (ETC_SUPPORT_PFX): New variable.
13340 (taz): Include anything from etc starting with a word in
13341 ETC_SUPPORT_PFX.
13342
13343 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13344
13345 * config.sub: Update for recent FSF changes. Remove obsolete
13346 h8300hds entry. Add -windows* and -osx as basic os. Minor
13347 spacing changes.
13348
13349 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13350
13351 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13352
13353 * config.guess: Merge with FSF.
13354 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13355
13356 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13357
13358 * configure: Since the "trap 0" handler will override the exit
13359 status on many systems, only use it for "exit 1", and make it set
13360 a non-zero exit status; reset it before "exit 0". Also, check
13361 exit status of config.sub, and error out if it failed.
13362
13363 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13364
13365 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13366 and install libgloss.
13367
13368 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13369
13370 * Makefile.in (all-binutils): Depend upon all-byacc.
13371
13372 * configure.in: Don't build emacs on Irix 5.
13373
13374 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13375
13376 * configure.in (*-*-netware*): Add libio.
13377
13378 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13379
13380 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13381 (CHECK_TARGET_MODULES): Ditto.
13382 (INSTALL_TARGET_MODULES): Ditto.
13383 (TARGET_LIBS): Ditto.
13384 (all-libstdc++): Note dependencies.
13385
13386 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13387
13388 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13389
13390 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13391
13392 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13393 -fexternal-templates.
13394
13395 * configure.in (target_libs): Add libstdc++.
13396 (noconfigdirs): Add libstdc++ as appropriate.
13397
13398 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13399
13400 * config.guess: Update from FSF.
13401
13402 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13403
13404 * configure: Use ${config_shell} when running ${configsub}.
13405
13406 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13407
13408 * config.sub: No longer recognize h8300h.
13409
13410 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13411
13412 * config.sub: Remove extraneous differences between config.sub and
13413 gcc/config.sub.
13414
13415 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13416
13417 * Makefile.in (DISTSTUFFDIRS): Add gas.
13418
13419 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13420
13421 * COPYING.NEWLIB: New file.
13422
13423 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13424
13425 * config.guess (HP-UX): Patch from Harlan Stenn
13426 <harlan@landmark.com> to also emit release level.
13427
13428 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13429
13430 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13431
13432 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13433
13434 * config.sub: Merge nextstep cleanup from FSF.
13435
13436 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13437
13438 * configure.in (arm-*-*): Don't configure ld for this target.
13439
13440 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13441
13442 * configure.in (*-*-netware): don't configure libg++, libio,
13443 librx, or newlib.
13444
13445 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13446
13447 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13448 configure ld--it works, but it doesn't support shared libraries.
13449
13450 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13451
13452 * config.guess (*-unknown-freebsd*): Get rid of possible
13453 trailing "(Release)" in version string.
13454 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13455
13456 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13457
13458 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13459 Fix type: *-next-neststep -> *-next-nextstep.
13460
13461 * config.guess: Merge from FSF:
13462
13463 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13464
13465 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13466
13467 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13468
13469 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13470 instead of UNIX_SV for UnixWare 1.0).
13471
13472 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13473
13474 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13475 to make gdb/nlm/* build after the compiler and linker.
13476
13477 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13478
13479 * config.guess (netbsd, freebsd, linux): Accept any machine,
13480 not just i[34]86.
13481 (m68k-atari-sysv4): Relocate to match FSF version.
13482
13483 * config.guess: More merges from the FSF:
13484
13485 Add a space before function call or macro invocation.
13486
13487 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13488
13489 * config.guess: Add trap cmd to remove dummy.c and dummy when
13490 interrupted.
13491
13492 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13493
13494 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13495 (dummy): Redirect stderr from compilation of dummy.c.
13496
13497 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13498
13499 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13500
13501 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13502
13503 * configure: Accept and ignore --cache*, for compatibility with
13504 new autoconf.
13505
13506 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13507
13508 * config.guess: Merge from FSF:
13509
13510 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13511
13512 * config.guess (Pyramid*:OSx*:*:*): New case.
13513 (PATH): Add /.attbin at end for finding uname.
13514 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13515
13516 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13517
13518 * config.guess (M88*:DolphinOS:*:*): New case.
13519
13520 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13521
13522 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13523 to select whether to use ELF or COFF.
13524
13525 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13526
13527 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13528
13529 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13530
13531 * config.guess: Guess the OS version for HPUX.
13532
13533 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13534
13535 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13536
13537 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13538
13539 * configure.in: Recognize --with-headers, --with-libs, and
13540 --without-newlib.
13541 * Makefile.in (all-xiberty): Depend upon all-ld.
13542
13543 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13544
13545 * configure.in: Change i[34]86 to i[345]86.
13546
13547 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13548
13549 * configure (version): A few more tweaks to help message.
13550
13551 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13552
13553 * Makefile.in: Remove (for now) librx as a host library,
13554 now that we're building it for target.
13555
13556 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13557
13558 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13559 (Karl Berry).
13560
13561 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13562
13563 * configure.in: Also configure librx.
13564
13565 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13566
13567 * Makefile.in: Update various rules to reflect that librx
13568 is now needed for libg++.
13569
13570 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13571
13572 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13573
13574 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13575
13576 * configure.in: Configure the examples directory.
13577
13578 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13579
13580 * configure: Simplify Jun 2 1994 change.
13581
13582 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13583
13584 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13585 /bin/gcc isn't good enough to build gcc.
13586
13587 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13588
13589 * Makefile.in (GDB_SUPPORT_FILES): Remove
13590 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13591 (gdb.tar.gz): Add new rule to use standard distribution building
13592 mechanism.
13593
13594 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13595
13596 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13597 Bill Cox <bill@cygnus.com>.
13598
13599 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13600
13601 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13602
13603 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13604
13605 * configure: Search current dir first in .gdbinit.
13606
13607 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13608
13609 * config.sub: Recognize freebsd (merged from gcc config.sub).
13610
13611 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13612
13613 * config.sub: Refer to NeXT's operating system as nextstep.
13614
13615 * config.sub (case $basic_machine): Re-order the cases, to match
13616 the order in the FSF version (which is mostly alphabethical).
13617 Merge in some additions and changes from the FSF.
13618
13619 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13620
13621 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13622 * config.sub: Recognize cxux7.
13623 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13624
13625 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13626
13627 * config.sub: Fix typo powerpc -> powerpc-*.
13628
13629 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13630
13631 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13632
13633 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13634 parallel with all-emacs and install-emacs). Top-level command
13635 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13636
13637 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13638
13639 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13640 $(relbindir)/make before doing ``make install'', and use
13641 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13642 installing over running make binary.
13643 ($(host)-stamp-stage3-installed): Likewise.
13644
13645 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13646
13647 * config.guess: Recognize Mach.
13648
13649 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13650
13651 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13652 see whether --exec-prefix was used.
13653
13654 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13655
13656 * README: Explicitly mention libg++/README. (Zoo's idea.)
13657
13658 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13659
13660 * Makefile.in: Add all-librx target similar to all-libproc.
13661
13662 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13663
13664 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13665 with post 1.2 uname bogosity.
13666
13667 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13668
13669 * configure: Remove temporary files on receipt of a signal.
13670
13671 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13672
13673 * configure: If there is a package_makefile_frag, remove
13674 ${subdir}/Makefile.tem after copying it in.
13675
13676 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13677
13678 * build_all.mk: support rs6000 lynx identifies itself as
13679 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13680 since /bin/gcc is too feeble to compile a modern gcc.
13681
13682 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13683
13684 * brought devo/test-build.mk update-to-date with progressive/
13685 test-build.mk. Add lynx targets and hppa flag info.
13686
13687 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13688
13689 * configure.in: Use mh-ncrsvr43. Patch from
13690 Tom McConnell <tmcconne@sedona.intel.com>.
13691
13692 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13693
13694 * config.guess (i386-unknown-bsdi): No longer need to
13695 check #if defined(__bsdi__) && defined(__i386__).
13696
13697 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13698
13699 * configure: Set program_transform_nameoption correctly.
13700
13701 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13702
13703 * brought build-all.mk update-to-date with progressive build-all.mk,
13704 added new targets and hppa info.
13705
13706 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13707
13708 * configure: If config.guess result is a prefix of the user
13709 specified target, assume a native build and use the user specified
13710 target as the host alias. Remove SunOS patch suffix removal hack.
13711 * configure.in: Remove SunOS patch suffix removal hack.
13712
13713 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13714 in NATIVE_CHECK_MODULES.
13715
13716 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13717
13718 * Makefile.in: Rename HOST_ONLY to NATIVE.
13719 * configure: Delete SunOs patch suffix from host_canonical
13720 and build_canonical variables that are prepended to Makefiles.
13721 * configure.in: Add comments for easier maintenance.
13722
13723 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * Makefile.in: Add all-libproc target similar to all-gui.
13726
13727 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13728
13729 * Makefile.in (CHECK_MODULES): split into
13730 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13731
13732 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13733
13734 * config.guess (i386-unknown-bsdi): New system to guess.
13735
13736 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * Makefile.in: Add all-gui target (but not yet build by "all").
13739
13740 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13741
13742 * config.sub: Move deletion of patch suffix from here...
13743 * configure.in: To here, at Ian's suggestion. The top-
13744 level scripts might need to know of a patch level.
13745
13746 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13747
13748 * config.sub: Strip off patch suffix so rtl is recognized
13749 as a sunos4.1.3 machine, even though it's been patched.
13750
13751 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13752
13753 * Makefile.in (INSTALL_LAST): Delete.
13754 (INSTALL_DOSREL): New.
13755
13756 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13757
13758 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13759 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13760 whether we pass down --with-gnu-ld anyhow.
13761
13762 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13763
13764 * Makefile.in (INSTALL_LAST): Change operation so it works
13765 on more flavors of make.
13766 * configure.in (go32): Don't build libg++ or libio.
13767
13768 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13769
13770 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13771 they can be overriden by templates.
13772
13773 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13774
13775 * configure.in (target==go32): Don't build gdb.
13776 * dosrel: New directory.
13777
13778 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13779
13780 * configure.in (host==go32): Configure dosrel too.
13781 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13782 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13783 be set by incoming names or templates.
13784 (INSTALL_LAST): New rule.
13785
13786 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13787
13788 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13789
13790 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13791
13792 * configure.in (appdirs): New variable. Currently empty, but will
13793 be used in gas distribution. If nonempty, lists a set of
13794 directories at least one of which must get configured, or top
13795 level configuration is considered to have failed.
13796 (rs6000-*-lynxos*): Use new file name.
13797
13798 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13799
13800 Eliminate XTRAFLAGS.
13801 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13802 newlib include files using -idirafter, and also use -nostdinc.
13803 (CXX_FOR_TARGET): Likewise.
13804 (XTRAFLAGS): Removed.
13805 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13806 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13807 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13808 ($(DO_X)): Don't pass down XTRAFLAGS.
13809
13810 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13811
13812 * configure.in (mips*-dec-bsd*): New target; do build linker.
13813 (mips*-*-bsd*): New target; don't build linker.
13814
13815 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13816
13817 * configure.in: support rs6000-*-lynxos* configuration.
13818 support sunos4 as a cross target.
13819
13820 * config.sub: look for lynx*, not lynx since the OS version may
13821 legitimately be part of the name.
13822
13823 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13824
13825 * configure.in (i[34]86-*-sco*): Move to be with other i386
13826 targets.
13827 (romp-*-*): New target. Skip various binary utilities.
13828 (vax-*-*): New target. Don't build newlib.
13829 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13830
13831 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13832
13833 * configure.in: Only set host_makefile_frag if config
13834 directory exists.
13835
13836 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13837
13838 * install.sh: If $dstdir exists, don't check whether each
13839 component does.
13840
13841 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13842
13843 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13844
13845 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13846
13847 * configure.in (*-*-lynxos*): Don't configure newlib for either
13848 native or cross Lynx.
13849
13850 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13851
13852 * config.sub (sparc64-elf): Fix os.
13853 (z8k): Remove duplicate.
13854
13855 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13856
13857 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13858 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13859
13860 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13861
13862 * configure: Make file links cleanly even if Lynx fails on
13863 an NFS symlink (at least fail cleanly).
13864
13865 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13866
13867 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13868 -XNh2000.
13869
13870 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13871
13872 * configure: Unknown options are fatal again.
13873
13874 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13875
13876 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13877 compatibility.
13878
13879 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13880
13881 * build-all.mk: Add `clean' target.
13882
13883 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13884
13885 * config.guess: Add SINIX support.
13886 * configure.in: Add mips-*-sysv4* support.
13887
13888 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13889
13890 * build-all.mk: Document all useful targets.
13891 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13892 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13893
13894 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13895
13896 * configure: Support --silent, --quiet.
13897
13898 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13899
13900 * configure: Support --disable-FEATURE.
13901
13902 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13903
13904 * config.guess: Recognize NCR running SVR4.3.
13905
13906 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13907
13908 * config.guess: Make BSDI generate i386-unknown-bsd386.
13909 Patch from Paul Eggert <eggert@twinsun.com>.
13910
13911 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13912
13913 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13914
13915 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13916
13917 * configure: Make unrecognized options give nonfatal warnings
13918 instead of fatal errors, and pass them to any subdirectory
13919 configures in case they recognize them.
13920 Make --x equivalent to --with-x.
13921
13922 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13923
13924 * configure: Add --enable-* options. Clean up usage message and
13925 some comments.
13926
13927 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13928
13929 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13930
13931 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13932
13933 * configure.in (hppa*-*-*): Enable binutils.
13934
13935 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13936
13937 * config.sub: Recognize cisco.
13938
13939 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13940
13941 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13942
13943 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13944
13945 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13946 than one configuration name. Add comment.
13947
13948 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13949
13950 * config.guess: about target *-hitachi-hiuxwe2, fixed
13951 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13952 macro is incorrect.]
13953
13954 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13955
13956 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13957 than the "make ls" stuff which used to be here.
13958
13959 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * config.guess: Recognize i[34]86-unknown-freebsd.
13962 From Shawn M Carey <smcarey@rodan.syr.edu>.
13963
13964 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13965
13966 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13967
13968 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13969
13970 * config.guess: Check for ptx.
13971
13972 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13973
13974 * config.sub: Add os9k checking.
13975
13976 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13977
13978 * config.guess: Handle OSF1 running on HPPA processors
13979
13980 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13981
13982 * configure: If subdir configure fails, print out a message with
13983 subdirectory name, in case subdir's configure code didn't identify
13984 itself.
13985
13986 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13987
13988 * configure.in: Remove embedded newlines from configdirs.
13989 Avoid mismatches of substrings. Fix matching strings at end
13990 of configdirs.
13991
13992 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13993
13994 * config.guess: Add Lynx/rs6000 config support.
13995
13996 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13997
13998 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13999
14000 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14001
14002 * configure.in (hppa*-*-osf*): Treat this just like most other
14003 PA configurations (eg no binutils or ld).
14004 (hppa*-*-*elf*): These configurations have binutils and ld.
14005
14006 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14007
14008 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14009
14010 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14011
14012 * configure.in (rs6000-*-*): Build gas.
14013
14014 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14015
14016 * Makefile.in: Avoid bug in losing hpux sed.
14017
14018 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14019
14020 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14021 for GDB and GDB has been fixed to not need it.
14022
14023 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14024
14025 * config.guess: Recognize vax hosts.
14026
14027 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14028
14029 * configure (while loop): Don't use "break 2" inside case
14030 statement -- the case statement isn't an enclosing loop.
14031
14032 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14033
14034 * config.guess: Clean up NeXT support, to allow nextstep
14035 on Intel machines. Make OS be nextstep.
14036
14037 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14038
14039 * config.guess: Add alternate forms for Convex.
14040
14041 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14042
14043 * configure: Completely rewrite option processing. Take
14044 advantage of pattern-matching to avoid invoking test frequently.
14045 Also clean up host and target defaulting logic.
14046
14047 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14048
14049 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14050 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14051 commands (plus user environment) will fit SCO limits.
14052
14053 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14054
14055 * configure.in: Don't issue warnings about directories which are
14056 not being configured if -norecursion is set. Correct test for
14057 --with-gnu-as and --with-gnu-ld to not get confused by substring
14058 matches.
14059
14060 * configure.in: Don't build gas for alpha-dec-osf1*.
14061
14062 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14063
14064 * configure: Back out Per's change of 12/19/1993. It changes the
14065 behavior of configure in unexpected and confusing ways.
14066
14067 Also, use different delim char when calculating
14068 program_transform_name so that the name can contain slashes.
14069
14070 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14071
14072 * configure.in, config.sub: Add support for VSTa micro-kernel.
14073
14074 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14075
14076 * configure.in: Nuke hacks which were used to get a special
14077 version of GAS for HPPA configurations.
14078
14079 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14080
14081 * configure: If only ${target_alias} is given, use that
14082 as the default for ${host_alias}.
14083 * configure: Add missing back-slashes before nested quotes.
14084
14085 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14086
14087 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14088
14089 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14090
14091 * config.guess: Recognize some Tektronix configurations.
14092 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14093
14094 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14095
14096 * config.sub: Match any flavor of SH.
14097
14098 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14099
14100 * configure.in: Don't try to configure newlib for Alpha.
14101
14102 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14103
14104 * configure.in: Don't build ld for Irix 5. Don't build gas,
14105 libg++ or libio for any Alpha target.
14106
14107 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14108
14109 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14110
14111 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14112 default arguments -- so it tried to compress itself.
14113
14114 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14115
14116 * configure.in (notsupp): ensure that a space is always at the end
14117 of the configdirs list, since the grep checks for an explicit space
14118
14119 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14120
14121 * configure.in (target i386-sysv4.2): don't build ld, since static
14122 versions of many libraries are not available.
14123
14124 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14125
14126 * config.guess: Recognize Apollos (using environment variables).
14127 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14128
14129 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14130
14131 * config.guess: Recognize Sony news mips running newsos.
14132
14133 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14134
14135 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14136 "fi ; else" for bash.
14137
14138 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14139
14140 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14141
14142 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14143
14144 * config.sub: accept unixware as an alias for svr4.2.
14145 Fix some inconsistancies with the gcc version.
14146
14147 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14148
14149 * Makefile.in (DISTDOCDIRS): Add gdb.
14150
14151 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14152
14153 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14154
14155 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14156
14157 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14158 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14159 this now.
14160
14161 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14162
14163 * config.sub: Accept hiux* as an OS name.
14164
14165 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14166 etc/make-stds.texi. The underscore came from gcc, and dje now
14167 agrees that RUNTESTFLAGS is the correct name.
14168
14169 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14170
14171 * install.sh: Remove 'set -e'. It makes any conditionals
14172 in the script useless.
14173
14174 * config.guess: Automatically recognize arm-acorn-riscix
14175 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14176
14177 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14178
14179 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14180
14181 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14182
14183 * Makefile.in (DISTDOCDIRS): New variable.
14184 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14185 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14186
14187 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14188
14189 * configure.in (hppa target): check the source directory for the
14190 pagas sub-directory
14191
14192 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14193
14194 * config.sub: Allow -aout* and -elf*.
14195
14196 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14197
14198 * configure.in: Don't build ld on i386-solaris2, same as for
14199 sparc-solaris2.
14200
14201 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14202
14203 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14204
14205 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14206
14207 * configure.in: Configure gdb for alpha.
14208
14209 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14210
14211 * Makefile.in (CXXFLAGS): Add -O.
14212
14213 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14214
14215 * config.guess: added support for DG Aviion
14216
14217 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14218
14219 * configure.in: Produce warning message for subdirectories not
14220 configurable for this host/target combination. Don't try to
14221 configure gdb for vms.
14222
14223 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14224
14225 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14226 appropriate files before making "diststuff".
14227 (DISTBISONFILES): New var: list of files to be edited.
14228 (DISTSTUFFDIRS): Add binutils.
14229
14230 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14231
14232 * config.sub: also handle mipsel and mips64el (for little endian mips)
14233
14234 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14235
14236 * configure.in: Add * to end of all OS names.
14237
14238 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14239
14240 * configure.in: Build newlib for LynxOS native.
14241
14242 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14243
14244 * config.guess: Add support for delta 88k running SVR3.
14245
14246 * configure.in: Add comment about HP compiler vs. emacs.
14247
14248 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14249
14250 * configure.in: don't build ld on solaris2 (not a viable option
14251 due to bugs in getpwnam & getpwuid)
14252
14253 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14254
14255 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14256 config.guess will produce a full version number.
14257
14258 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14259
14260 * configure.in: Build linker and binutils for alpha-dec-osf1.
14261
14262 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14263
14264 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14265 and gdb/testsuite/Makefile.in.
14266
14267 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14268
14269 * configure.in: recognize mips*- instead of mips-
14270
14271 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14272
14273 * config.sub: Accept linux*coff and linux*elf as operating
14274 systems.
14275
14276 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14277
14278 * config.sub: Recognize mips64, and mips3 as an alias for it.
14279
14280 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14281
14282 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14283 gdb knows how to handle OSF/1 shared libraries.
14284
14285 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14286
14287 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14288 * config.guess: Recognize Hitachi's HIUX.
14289 * config.sub: Recognize h3050r* and hppahitachi.
14290 Remove redundant cases for hp9k[23]*.
14291
14292 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14293
14294 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14295 if gas and ld are in the source tree and are in ${configdirs}.
14296 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14297 --with options (but still pass them down on the command line,
14298 if they were explicitly specified).
14299
14300 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14301
14302 * configure: substitute SHELL value in Makefile.in with
14303 ${CONFIG_SHELL}
14304
14305 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14306
14307 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14308 *-*-solaris2* targets.
14309
14310 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14311
14312 * Makefile.in: define M4, and pass it down to sub-makes;
14313 all-autoconf now depends on all-m4
14314
14315 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14316
14317 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14318 presence of {ar,ranlib} instead of a configured directory
14319
14320 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14321
14322 * config.guess: Accept 34?? as well as 33?? for NCR.
14323
14324 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14325
14326 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14327 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14328
14329 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14330
14331 * configure: grab values for $(CC) and $(CXX) from the
14332 environment, so that someone can do "CC=gcc configure; make" and
14333 have it work right (matching the way that autoconf works now)
14334
14335 * configure.in, Makefile.in: add support for gash, the tcl
14336 interface to Galaxy
14337
14338 * config.guess: add NetBSD variants (hp300, x86)
14339
14340 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14341
14342 * install.sh: Support -d option (in the manner of SunOS 4 install,
14343 as it is more deterministic than that of GNU install)
14344 (chmodcmd): Set file to mode 755 by default (should also do default
14345 chgrp and chown, but I don't feel like dealing with that now)
14346
14347 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14348
14349 * config.sub: Remove h8300hhms alias.
14350
14351 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14352
14353 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14354
14355 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14356
14357 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14358 as stmp-fixinc
14359
14360 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14361
14362 * config.sub: recognize m88110-bug-coff.
14363
14364 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14365
14366 * Makefile.in (all-libio): all dependencies on the toolchain used
14367 to build this (gcc, gas, ld, etc)
14368
14369 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 * config.guess: Deal with OSF/1 1.3 on alpha.
14372
14373 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14374
14375 * install.sh: add some 'else true' clauses for portability
14376
14377 * configure.in: don't build libio for h8[35]00-*-* targets
14378
14379 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14380
14381 * Makefile.in: Add support for new libio.
14382
14383 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14384
14385 * install.sh: If one command fails, don't try the rest. Don't try
14386 to remove $dsttmp (via trap) unless we have already created it.
14387 If $src doesn't exist, detect it and exit with an error.
14388
14389 * config.guess: Recognize BSD on hp300.
14390
14391 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14392
14393 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14394 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14395
14396 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14397
14398 * Makefile.in (all-send-pr): depends on all-prms
14399
14400 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14401
14402 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14403
14404 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14405
14406 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14407 Added test for mips-mips-riscos5.
14408
14409 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14410
14411 * configure.in: use mh-hp300 for 68k HP hosts
14412
14413 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14414
14415 * configure: add support for CONFIG_SHELL, so that you can use
14416 some alternate shell for evaluating configure scripts
14417
14418 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14419
14420 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14421 in configure script to bug-gdb@prep.ai.mit.edu when building
14422 distribution archive.
14423 * Makefile.in (COMPRESS): Remove def.
14424 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14425 gdb.tar.Z and make-gdb.tar.Z respectively.
14426 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14427 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14428 to convergence with 'taz' target in Makefile.in.
14429
14430 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14431
14432 * install.sh (dsttmp): use trap to ensure that tmp files go
14433 away on error conditions
14434
14435 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14436
14437 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14438
14439 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14440
14441 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14442 its parent is '/' not ''.
14443
14444 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14445
14446 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14447
14448 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14449 that ${newsrcdir}/configure.in does.
14450
14451 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * test-build.mk: support for CONFIG_SHELL
14454
14455 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14456
14457 * config.sub (netware): Add as a basic system type.
14458
14459 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14460
14461 * Makefile.in (Makefile): depend on configure.in. Also drop the
14462 $(srcdir)/ from the dependency on Makefile.in.
14463
14464 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14465
14466 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14467 (h8300hhms is temporary until multi-libraries are implemented).
14468 * configure.in: Handle h8300h too.
14469
14470 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14471
14472 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14473
14474 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14475
14476 * configure: Remove extraneous output when guessing host type.
14477 * config.guess: Remove extraneous output when guessing using C
14478 compiler rather than uname, or when guessing fails.
14479
14480 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14481
14482 * Makefile.in: remove all.cross and install.cross targets
14483
14484 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14485 definitions
14486
14487 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14488
14489 * configure.in (target sh): Build gprof.
14490
14491 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14492
14493 * config.sub: change -solaris to -solaris2
14494
14495 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14498
14499 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14500
14501 * configure: Correct error message for missing Makefile.in to
14502 print correct directory.
14503
14504 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14505
14506 * install.sh: kludge around 386BSD shell bug
14507
14508 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14509
14510 * config.guess: Recognize NeXT.
14511 * config.guess: Recognize i486-ncr-sysv4.
14512 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14513
14514 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14515
14516 * Makefile.in (MAKEINFOFLAGS): New variable.
14517 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14518 * build-all.mk, test-build.mk: Pass down --no-split as
14519 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14520
14521 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14522
14523 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14524
14525 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14526
14527 * Makefile.in (libg++.tar.z): New rule.
14528 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14529 * Makefile.in (taz): Only do a single chmod.
14530
14531 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14532
14533 * install.sh: don't use dirname anymore (replaced with sed usage)
14534
14535 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14536
14537 * Makefile.in: Change extension for gzip'd files from '.z' to
14538 '.gz' per new FSF standard usage.
14539
14540 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14541
14542 * configure: put quotes around the final value of program_transform_name
14543
14544 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14545
14546 * Makefile.in: new install.sh support; update install-info rules
14547
14548 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14549
14550 * configure.in: Build diff for crosses, but not for go32 host.
14551
14552 * configure.in: Build gprof only for native, and don't build it
14553 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14554
14555 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14556
14557 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14558
14559 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14560
14561 * configure.in (host_tools): Add prms.
14562
14563 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14564
14565 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14566 with $(FLAGS_TO_PASS) on the command line
14567
14568 * config.sub: Recognize lynx and lynxos
14569
14570 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14571
14572 * config.sub: Accept -ecoff*, not just -ecoff.
14573
14574 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14575
14576 * Makefile.in (taz): Use .gz suffix instead of .z.
14577 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14578 names.
14579
14580 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14581
14582 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14583
14584 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14585
14586 * Makefile.in (install-no-fixedincludes): install gcc last, so
14587 that rebuilds that might happen during 'make install' don't get
14588 bogus gcc include files
14589
14590 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14591
14592 Change from Utah for HPPA support:
14593 * config.guess: Recognize hppa1.x-hp-bsd.
14594
14595 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14596
14597 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14598 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14599
14600 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14601
14602 * config.sub: Add support for rom68k and bug boot monitors.
14603
14604 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14605
14606 * Makefile.in: Make all-opcodes depend on all-bfd.
14607
14608 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14609
14610 * config.guess: Added special check for i[34]86-univel-sysv4*.
14611
14612 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14613
14614 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14615 the processor rather than assuming i486.
14616
14617 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14618
14619 * config.guess: Recognize SunOS6 as Solaris3.
14620
14621 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14622
14623 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14624 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14625
14626 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * build-all.mk (all-cross): New target for Canadian Cross.
14629 Added Q2 go32 targets.
14630 * test-build.mk: Configure go32 cross sparclite-aout and
14631 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14632 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14633
14634 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14635
14636 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14637 GO32 hosted toolchains
14638
14639 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14640
14641 * configure: change so "-exec-prefix" gets passed down rather
14642 than "-exec_prefix" so autoconf generated Makefiles get the
14643 exec_prefix set right.
14644
14645 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14646
14647 * config.guess: get the Solaris2 minor version number
14648
14649 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14650
14651 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14652
14653 * config.guess: Recognize some Sequent platforms.
14654
14655 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14656
14657 * Makefile.in: added the vault-install target
14658
14659 * configure.in: actually use the Sun3 makefile fragment that's in
14660 config, also added the release dir to configdirs
14661
14662 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14663
14664 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14665
14666 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14667
14668 * configure.in: remove some program from Alpha targetted toolchains
14669
14670 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14671
14672 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14673 gprof.
14674 (taz): Run "make diststuff" in those directories instead of "make
14675 proto-dir". Look for "VERSION=" only at start of line in subdir
14676 Makefile. Use "gzip -9" for compression.
14677 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14678 (binutils.tar.z): New target.
14679
14680 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14681
14682 * Makefile.in (taz): Include gpl.texinfo.
14683
14684 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14685
14686 * Makefile.in (setup-dirs): Merged into "taz" target.
14687 (taz): Only do `proto-dir' stuff if a directory is actually needed
14688 for this target.
14689
14690 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14693 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14694 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14695 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14696 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14697
14698 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14699
14700 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14701 config.sub, and move-if-change to gdb testsuite distribution
14702 archive, so the testsuite can be extracted, configured, and
14703 run separately from the gdb distribution. Blow away the Chill
14704 tests that require a Chill compiled executable, since GNU Chill
14705 is not yet publically available.
14706
14707 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14708
14709 * test-build.mk: set environment variables in a single command,
14710 instead of a list of assignments and exports
14711
14712 * config.guess: recognize Alpha/OSF1 systems
14713
14714 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14715
14716 * configure: Change help message to prefer --options rather than
14717 -options.
14718
14719 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14720
14721 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14722 zippy@ecst.csuchico.edu.
14723 * config.guess: Recognize miniframe.
14724
14725 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14726
14727 * Makefile.in: Use srcroot to find runtest rather than rootme.
14728 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14729
14730 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14731
14732 * test-build.mk: Extensive additions to support building on a
14733 machine other than the host.
14734
14735 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14736
14737 * configure (tooldir): Fix for i386-aix again.
14738
14739 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14740
14741 * configure, Makefile.in: Change definition of $(tooldir)
14742 to match the FSF.
14743
14744 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14745
14746 * config.guess: Recognize i[34]86/SVR4.
14747
14748 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14749
14750 * Makefile.in (all-gdb): gdb depends on sim.
14751
14752 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14753
14754 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14755 at the same time we make the prototype gdb directory.
14756 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14757 files at the same time as the gdb base release distribution.
14758
14759 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14760
14761 * Makefile.in (check): Use individual check targets rather than
14762 DO_X rule.
14763 (check-gcc): Added.
14764
14765 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14766
14767 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14768 for System V release 3.2.
14769
14770 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14771
14772 * config.sub: Recognize hppaosf.
14773 * configure.in: Do configure ld/binutils/gas for it.
14774
14775 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14776
14777 * configure (tooldir): Alter syntax used to set this, for systems
14778 where "\$" isn't handled right, like i386-aix.
14779
14780 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14781
14782 * configure: Pass program-transform-name, not
14783 program_transform_name, to recursive configures.
14784
14785 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14786
14787 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14788 of gas+ld+binutils.
14789
14790 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14791
14792 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14793
14794 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14797
14798 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14799
14800 * Makefile.in (PRMS): Set back to all-prms.
14801
14802 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14803
14804 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14805 targets, rather than for MIPS hosts.
14806
14807 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14808
14809 * configure.in: add comment for --with-x default values
14810
14811 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14812
14813 * Makefile.in: add check-* targets for each of the directories in
14814 the tree. Add a definition of RUNTEST that will use the one we
14815 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14816
14817 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14818
14819 * configure.in: Removed obsolete references to bfd_target and
14820 target_makefile_frag.
14821
14822 * build-all.mk: Set assorted targets for Q2.
14823 * config.sub: Recognize z8k-sim and h8300-hms.
14824 * test-build.mk: Really don't pass host to configure.
14825 (HOLES): Added uname.
14826
14827 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14828
14829 * configure: Handle an empty program-prefix, program-suffix or
14830 program-transform-name correctly.
14831
14832 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14833
14834 * build-all.mk: -G 8 no longer required for MIPS targets.
14835 * test-build.mk: Don't pass host argument to configure; make it
14836 guess.
14837
14838 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14839
14840 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14841 * Makefile.in (COMPRESS): New macro, like GZIP.
14842
14843 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14844
14845 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14846
14847 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14848 with gas currently defaults to -G 0.
14849
14850 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14851
14852 * Makefile.in (all-flex): flex depends on byacc.
14853
14854 * build-all.mk: If host not specified, use config.guess. Pass TAG
14855 to test-build.mk as RELEASE_TAG.
14856 * test-build.mk (configargs): New variable containing arguments to
14857 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14858 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14859
14860 * config.guess: Use /bin/uname when checking -X argument on SCO,
14861 to avoid invoking GNU uname which doesn't understand -X.
14862
14863 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14864
14865 * configure.in: Build gas for mips-*-*.
14866
14867 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14868
14869 * Makefile.in (all.normal): insert missing backslash.
14870
14871 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14872
14873 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14874
14875 * Makefile.in: Complete overhaul to merge many almost identical
14876 targets.
14877
14878 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14879
14880 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14881 (gdb.tar.Z): Adjusted.
14882
14883 * Makefile.in (setup-dirs, taz): New targets; should be general
14884 enough to adapt for gdb sometime. Build only .z file.
14885 (gas.tar.z): New target.
14886
14887 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14888
14889 * build-all.mk: Use CC=cc -Xs on Solaris.
14890
14891 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14892
14893 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14894 for handling BISON for FSF releases.
14895
14896 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14897
14898 * configure: Actually implement the change zoo just documented.
14899
14900 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14901
14902 * configure: when using config.guess, only set target_alias when
14903 it's not already been set (ie, on the command line)
14904
14905 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14906
14907 * Makefile.in: add installcheck target, set PRMS to install-prms
14908
14909 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14910
14911 * configure: add support for package_makefile_fragment, handle the
14912 case where a directory has a configure.in file but no Makefile.in
14913 more gracefully (with an actual understandable error message, even);
14914 add support for --without (and add this to the usage message); also
14915 explicitly add a --host=${host_alias} to the command line when
14916 config.guess is used
14917
14918 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14919
14920 * configure: Must use both --host and --target in recursive calls.
14921
14922 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14923
14924 * Makefile.in: Change deja-gnu to dejagnu.
14925
14926 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14927
14928 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14929
14930 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14931
14932 * configure.in: canonicalize all instances to *-*-solaris2*,
14933 also strip out a number of tools to not build for go32 host
14934
14935 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14936
14937 * config.guess: add GPL.
14938
14939 * Makefile.in, config.guess, config.sub, configure: bump
14940 copyrights to 93.
14941
14942 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14943
14944 * Makefile.in (do-info): Removed obsolete check for existence of
14945 localenv file.
14946
14947 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14948
14949 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14950
14951 * Makefile.in: a couple of 'else true' for decstation,
14952 support for TclX
14953
14954 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14955
14956 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14957
14958 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14959
14960 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14961
14962 * config.guess: Recognize i386-ibm-aix (PS/2).
14963 * configure.in: Use config/mh-aix386 file for it.
14964
14965 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14968 CC_FOR_TARGET instead.
14969 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14970
14971 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14972
14973 * Makefile.in: Add sim to list of directories sent with gdb
14974
14975 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14976
14977 * configure.in: Put back mips-dec-bsd* case.
14978
14979 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14980
14981 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14982 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14983 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14984
14985 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14986
14987 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14988
14989 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14990 (install-info): install dir.info only if it exists,
14991 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14992
14993 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14994
14995 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14996 gas for mips-dec-bsd.
14997
14998 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14999
15000 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15001 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15002
15003 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15004
15005 * configure.in: Added "dejagnu" to hosttools list.
15006
15007 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15008
15009 * config.sub, configure.in, config.guess: Add support
15010 for Bosx, an AIX variant from Bull.
15011 Patches from F.Pierresteguy@frcl.bull.fr.
15012
15013 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15014
15015 * devo/dejagnu: Initial creation of devo/dejagnu.
15016 Migrated dejagnu testcases and support files for testing software
15017 tools to reside as subdirectories, currently called "testsuite",
15018 within the directory of the software tool. Migrated all programs,
15019 support libraries, etc. beloging to dejagnu proper from
15020 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15021 with no modifications. The changes to these files which will
15022 allow them to configure, build, and execute properly will be made
15023 in a future update.
15024
15025 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15026
15027 * Makefile.in: Change send_pr to send-pr.
15028 * configure.in: Likewise.
15029 * send_pr: Renamed directory to send-pr.
15030
15031 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15032
15033 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15034
15035 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15036
15037 * README: Update for gdb-4.8 release.
15038 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15039 gdb-xxx.tar.z (gzip'd) file also.
15040
15041 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15042
15043 * Makefile.in: make all-diff depend on all-libiberty
15044
15045 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15046
15047 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15048
15049 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15050
15051 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15052
15053 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15054
15055 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15056 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15057 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15058
15059 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15060
15061 * Makefile.in: makeinfo binary is in a new location
15062
15063 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15064
15065 * config.sub: Accept -ecoff as an OS.
15066
15067 * Makefile.in: Various changes to eliminate a level of make
15068 recursion and reduce the required command line length.
15069 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15070 sub-makes.
15071 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15072 variables holding settings for specific sub-makes.
15073 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15074 in terms of BASE_FLAGS_TO_PASS.
15075 (TARGET_LIBS): New variable listing directories which use
15076 TARGET_FLAGS_TO_PASS.
15077 (subdir_do): Eliminated.
15078 (do-*): New set of targets to replace subdir_do.
15079 (various): All targets which used subdir_do now depend on do-*.
15080 (local-clean): Renamed from do_clean.
15081 (local-distclean): New target, dependency of distclean and
15082 realclean.
15083 (install-info): Don't create directories. Depend on dir.info
15084 rather than calling make recursively.
15085 (install-dir.info): Eliminated.
15086 (install-info-dirs): Create all info directories here.
15087 (dir.info): Depend upon do-install-info.
15088
15089 * test-build.mk (HOLES): Added false.
15090
15091 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15092
15093 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15094
15095 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15096
15097 * Makefile.in (info): remove dependency on all-texinfo. The
15098 problem was really in texinfo/C, not at this level.
15099
15100 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15101
15102 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15103
15104 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15105
15106 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15107 GDB releases.
15108
15109 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15110
15111 * configure: Include srcdir in message about target of link not
15112 being found. Don't convert `-' to `_' in `with' options being
15113 passed to subdirs.
15114
15115 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15116
15117 * configure.in: add uudecode to host_tools
15118
15119 * Makefile.in: added {all,install}-uudecode targets, added them to
15120 the appropriate lists
15121
15122 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15123
15124 * Makefile.in (all-gcc): Added dependency on all-gas.
15125
15126 * configure.in (mips-*-*): Build ld and binutils.
15127
15128 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15129
15130 * configure: check return code from mkdir, print error message and
15131 exit on failure.
15132
15133 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15134
15135 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15136
15137 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15138
15139 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15140
15141 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15142
15143 * config.sub (h8500): Recognize this as a cpu type.
15144
15145 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15146
15147 * configure: source directory missing is no longer a warning
15148
15149 * configure.in: recognize irix[34]* instead of irix[34]
15150
15151 * Makefile.in: define and pass down X11_LIB
15152
15153 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15154
15155 * guess-systype: Renamed to ...
15156 * config.guess: ... by popular request.
15157 * configure.in, Makefile.in: Update accordingly.
15158
15159 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15160
15161 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15162 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15163 + Execute ./dummy instead of assuming . is in PATH.
15164
15165 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15166
15167 * guess-systype: New shell script. Attempts to guess the
15168 canonical host name of the executing host.
15169 Only a few hosts are supported so far.
15170 * configure: Call guess-systype if no host is specified.
15171
15172 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15173
15174 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15175 gcc Makefile.
15176
15177
15178 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15179
15180 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15181 (all-gcc, install-gcc, subdir_do): Use it.
15182
15183 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15184
15185 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15186
15187 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15188
15189 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15190 set exclusively by configure, using configure.in .
15191
15192 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15193
15194 * test-build.mk: set $PATH for all builds
15195
15196 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15197
15198 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15199
15200 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15201 the one used in gcc/Makefile.in, so that a null expansion doesn't
15202 override the one needed to build gcc with a native cc.
15203
15204
15205 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15206
15207 * configure: Accept -with arguments.
15208
15209 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15210
15211 * Makefile.in: added h8300sim
15212
15213 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15214
15215 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15216 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15217 (all-cygnus, native, build-cygnus): Make
15218 $(canonhost)-stamp-3stage-done, not $(host)....
15219 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15220 i386-sco3.2v4. Added else true to if command.
15221
15222 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15223
15224 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15225
15226 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15227
15228 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15229
15230 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15231
15232 * configure.in: don't remove binutils from Solaris builds
15233
15234 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15235
15236 * Makefile.in: get rid of earlier definitions for *clean,
15237 also handle the recursive info rule better
15238
15239 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15240
15241 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15242 do more-or-less the right thing.
15243
15244 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15245
15246 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15247 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15248
15249 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15250
15251 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15252 $(host_canonical).
15253
15254 * configure.in: split the configdirs list into 4 categories (native
15255 v. cross, library v. tool) and handle the cross-only and native-
15256 only in more reasonable (and correct!) way.
15257
15258 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15259
15260 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15261 configdirs anymore.
15262
15263 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15264
15265 * Makefile.in: extensive cleanup:: removed all of the explicit
15266 clean-* targets, collapsed many wrappers around subdir_do into
15267 one, added additional targets to satisfy standards.texi, deleted
15268 some old targets, some changes for consistency
15269
15270 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15271
15272 * configure.in: handle some programs as cross-only, and others as
15273 native only
15274
15275 * test-build.mk: handle partial holes in a more generic manner
15276
15277 * Makefile.in: m4 depends on libiberty
15278
15279 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15280
15281 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15282 time, wdiff, and find to configdirs
15283
15284 * Makefile.in: all, clean, and install rules for the new programs
15285 added to configure.in
15286
15287 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15288
15289 * configure.in: use mh-sun for all *-sun-* hosts
15290
15291 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15292
15293 * Makefile.in: define flags for X11 include files and library file
15294 locations, pass them down to the programs that need this info
15295
15296 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15297
15298 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15299
15300 * configure.in: start building libg++ for HP-UX targets
15301
15302 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15303
15304 * README: Update references to files moved into etc/.
15305
15306 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15307
15308 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15309 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15310
15311 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15312
15313 * configure: accept dash as well as underscore in long option
15314 names for FSF compatibility.
15315
15316 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15317
15318 * config.sub: added -sco3.2v4 support from FSF.
15319
15320 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15321
15322 * configure.in: expand the section that adds or removes
15323 directories from the list of programs to build, to handle native
15324 vs. cross in addition to host v. native
15325
15326 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15327
15328 * Makefile.in: Replace C++ in macro names with CXX.
15329 This is less likely to break ...
15330
15331 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15332
15333 * test-build.mk: add -w to GNU_MAKE
15334
15335 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15336
15337 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15338 add 'sparc' to list of recognized cpus. This needed to make
15339 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15340 Delete some redundant ose68 variants. Recognize -wrs as an os,
15341 then changes that into $CPU-wrs-vxworks.
15342
15343 * configure.in: remove most references to gdbtest, regularize
15344 target based program removal
15345
15346 * test-build.mk: import from p3 tree (many fixes and changes)
15347
15348 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15349
15350 * Makefile.in: added rules to handle tcl, tk, and expect
15351
15352 * configure.in: handle those directories if they exist
15353
15354 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15355
15356 * config.sub: removed bogus hppabsd and hppahpux names, since
15357 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15358
15359 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15360
15361 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15362 depends upon all-xiberty
15363
15364 * Makefile.in: changes from p3, including:
15365
15366 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15367
15368 * Makefile.in (XTRAFLAGS): include newlib directories if
15369 newlib/Makefile exists, rather than if host != target.
15370
15371 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15372
15373 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15374 from the same source tree and not building a cross-compiler. This
15375 matters for the libg++ configuration if reconfiguring a tree that
15376 has already been installed.
15377
15378 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15379
15380 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15381 pick up the machine and system specific header files.
15382
15383 * Makefile.in: added AS_FOR_TARGET, passed down in
15384 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15385 the C compiler to use to create programs which are run in the
15386 build environment, set it to default to $(CC), and passed it down
15387 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15388
15389 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15390
15391 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15392 We need them for unusual native builds, like systems without
15393 ranlib.
15394
15395 * configure: also define $(host_canonical) and
15396 $(target_canonical), which are the full, canonical names for the
15397 given host and target
15398
15399 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15400
15401 * Makefile.in: Added separate definitions for C++.
15402
15403 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15404
15405 * configure.in (configdirs): Add deja-gnu.
15406
15407 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15408
15409 * README: Update for configure.texi and gdb-4.7 release.
15410
15411 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15412
15413 * Makefile.in: Move "all" target to top of file.
15414 Previously, first target was ".PHONY" which caused BSD4.4 make
15415 to build .PHONY when make was run without arguments.
15416
15417 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15418
15419 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15420 Library-copylefted code in libiberty.
15421
15422 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15423
15424 * config.sub: Replace m68kmote with plain old m68k.
15425
15426 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15427
15428 * Makefile.in: Remove space from blank line, avoid Make complaints.
15429
15430 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15431
15432 * config.sub: Complain if no argument is given. Added support for
15433 386bsd as OS and target alias.
15434
15435 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15436
15437 * Makefile.in (XTRAFLAGS): include newlib directories if
15438 newlib/Makefile exists, rather than if host != target.
15439
15440 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15441
15442 * config.sub: recognize sparclite-wrs-vxworks.
15443
15444 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15445 p3.) Added clean-xiberty to clean.
15446
15447 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15448
15449 * configure.in: use *-*-* instead of nested cases for host and target
15450
15451 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15452
15453 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15454 from the same source tree and not building a cross-compiler. This
15455 matters for the libg++ configuration if reconfiguring a tree that
15456 has already been installed.
15457
15458 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15459
15460 * config.sub (i486v/i486v4): Merge in from FSF version.
15461
15462 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15463
15464 * configure: only set PWD if it is already set.
15465
15466 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15467
15468 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15469 doesn't have unset and all success paths (and most error paths)
15470 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15471 to just ${PWD} to avoid confusion.)
15472
15473 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15474
15475 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15476 even for a native compilation.
15477
15478 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15479
15480 Changes to make the gdb.tar.Z rule work better.
15481
15482 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15483 (DEVO_SUPPORT): Add configure.texi.
15484 (bfd-ilrt.tar.Z): Remove ancient rule.
15485
15486 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15487
15488 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15489 pick up the machine and system specific header files.
15490
15491 * configure.in, config.sub: added new target m68010-adobe-scout,
15492 with alias of adobe68k. Changed configure.in to check for
15493 -scout before -sco* to avoid a false match.
15494
15495 * Makefile.in: added AS_FOR_TARGET, passed down in
15496 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15497 the C compiler to use to create programs which are run in the
15498 build environment, set it to default to $(CC), and passed it down
15499 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15500
15501 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15502
15503 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15504 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15505 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15506 FOR_TARGET variants, to newlib and libg++.
15507
15508 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15509
15510 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15511 first.
15512
15513 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15514
15515 * config.sub: Accept `elf' as an environment.
15516
15517 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15518
15519 * Makefile.in (all-opcodes): cd into the right directory
15520
15521 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15522
15523 * configure: added -program_transform_name option, used as
15524 argument to sed when installing programs.
15525 configure.texi: added documentation for -program_prefix,
15526 -program_suffix and -program_transform_name.
15527
15528 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15529
15530 * config.sub: Accept i486 where i386 ok.
15531
15532 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15533
15534 * config.sub: accept we32k
15535
15536 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15537
15538 * config.sub, configure.in: accept OSE68000 and OSE68k.
15539
15540 * Makefile.in: don't create all directories for ``make install'';
15541 let the subdirectories create the ones they need.
15542
15543 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15544
15545 * COPYING: new file, GPL v2
15546
15547 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15548
15549 * Makefile.in: use the new gen-info-dir, which needs a template
15550 argument (which also lives in texinfo)
15551
15552 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15553
15554 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15555
15556 * config.sub (ncr3000): Change i386 to i486.
15557
15558 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15559
15560 * Makefile.in: add install-rcs, install-grep to
15561 install-no-fixedincludes, removed install-bison and install-libgcc
15562
15563 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15564
15565 * configure.in: grab the HPUX makefile fragment if on HPUX
15566
15567 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15568
15569 * Makefile.in: eradicate bison spoor (ditto libgcc).
15570 configure.in: recognise m68{k,000}-ericsson-OSE.
15571 es1800 is alias for m68k-ericsson-OSE
15572
15573 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15574
15575 * configure.in: rearrange the parts that remove programs from
15576 configdirs, based now on HOST==TARGET or by canonical triple.
15577
15578 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15579
15580 * test-build.mk: recurse explicitly with -f test-build.mk when
15581 appropriate. predicate stage3 and comparison on the existence
15582 of gcc. That is, if gcc isn't around, we aren't three-staging.
15583 On very clean, also remove ...stamp-co. Build in-place before
15584 doing other builds.
15585
15586 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15587
15588 * Makefile.in, configure.in: add tgas
15589
15590 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15591
15592 * Makefile.in: a number of changes merged in from progressive.
15593
15594 * configure.in: add libm.
15595
15596 * .cvsignore: ignore some stuff that comes from test-build.mk.
15597
15598 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15599
15600 * config.sub: Add es1800 (m68k-ericsson-es1800).
15601
15602 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15603
15604 * configure: Add program_suffix (parallel to program_prefix)
15605 * Makefile.in: adjust directory-creating script for losing decstation
15606
15607 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15608
15609 * configure: Minor $subdir-related fixes.
15610
15611 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15612
15613 * configure: fix various problems with propogating
15614 makefile_target_frag in subdirs.
15615 * configure.in: config libgcc if its there
15616
15617 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15618
15619 * config.sub: HPPA merge.
15620
15621 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15622
15623 * Makefile.in: Replace all-bison with all-byacc in all
15624 dependency lines for other tools (which now use byacc).
15625
15626 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15627
15628 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15629
15630 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15631
15632 * Makefile.in: make gprof rules similar to byacc rules (instead of
15633 vestigal $(unsubdir) that didn't work...)
15634
15635 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15636
15637 * config.sub: Add support for Linux.
15638 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15639 (at least for libg++).
15640
15641 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15642
15643 * configure.texi: fix doc for the -nfp option to configure
15644
15645 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15646
15647 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15648
15649 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15650
15651 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15652 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15653 * configure.in: added solaris* host_makefile_frag hook.
15654
15655 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15656
15657 * config.sub: changed recognition of m68000 so that various
15658 m68k types can be specified via m680[01234]0
15659
15660 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15661
15662 * config.sub (basic_machine): fix sed so that '-foo' isn't
15663 completely substituted out while .+'-foo' loses the '-foo'
15664
15665 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15666
15667 * config.sub ($os): Add -aout.
15668
15669 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15670
15671 * configure: If host_makefile_frag is absolute, don't
15672 prefix ${invsubdir} (relevant to libg++ auto-configure).
15673
15674 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15675
15676 * Makefile.in (tooldir): Define it.
15677 (all-ld): Depend on all-flex.
15678
15679 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15680
15681 * Makefile.in (check): Fix libg++ special case.
15682
15683 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15684
15685 * configure: do not bury `pwd` into config.status, thus do fewer
15686 pwd's.
15687
15688 * configure: print the "Building in" message only when building in
15689 other than "." AND verbose.
15690
15691 * configure: remove -s, rework -v to better accomodate guested
15692 configures.
15693
15694 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15695
15696 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15697
15698 * Makefile.in: macroize flags passed on recursion. remove
15699 fileutils.
15700
15701 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15702
15703 * configure: get makesrcdir right for subdirs deeper than 1.
15704
15705 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15706 install.
15707
15708 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15709
15710 * Makefile.in: don't print subdir_do or recursion lines.
15711
15712 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15713
15714 * standards.texi: added menu item.
15715
15716 * Makefile.in: build and install standards.info.
15717
15718 * standards.texi: new file.
15719
15720 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15721
15722 * configure: test for and move config.status pieces from
15723 ${subdir}/.
15724
15725 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15726
15727 * configure: Test for existance of files before trying to mv
15728 them, to avoid numerous non-existance messages.
15729
15730 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15731
15732 * configure: correct final line of config.status.
15733
15734 * configure: patch from eggert. Avoids a protection problem if
15735 the original Makefile.in is read only.
15736
15737 * configure: use move-if-change from gcc to create config.status.
15738 Some makefiles depend on config.status to tell if a directory
15739 has been reconfigured for a different host. This change
15740 prevents those directories from remaking everything in the case
15741 where the reconfig was only intended to rebuild a Makefile.
15742
15743 * configure: test for config.sub with "config.sub sun4" rather
15744 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15745 host alias from a missing config.sub.
15746
15747 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15748
15749 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15750 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15751
15752 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15753
15754 * configure: mkdir ${subdir} as needed.
15755
15756 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15757
15758 * Makefile.in,configure.in: added autoconf.
15759
15760 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15761
15762 * Makefile.in: no longer pass against on recursion.
15763
15764 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15765 definitions are not inherited.
15766
15767 * configure: correct makesrcdir when subdir is .
15768
15769 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15770
15771 * configure: Add support for 'subdirs' variable, which is
15772 like 'configdirs', except that configure doesn't re-invoke
15773 itself for subdirs, it just creates a Makefile for each subdir.
15774 * configure.texi: Document subdirs.
15775
15776 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15777
15778 * configure.in: added flex to configdirs
15779
15780 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15781
15782 * Makefile.in: remove clean-stamps from clean.
15783
15784 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15785
15786 * configure.in: Add gdbtest to configdirs.
15787
15788 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15789
15790 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15791 to recursive makes.
15792 * configure.in: Recognize new ncr3000 config.
15793
15794 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15795
15796 * Makefile.in, configure.in: removed references to gdbm.
15797
15798 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15799
15800 * config.sub: Don't canonicalize os value
15801 newsos* to bsd (readline needs to check for newsos).
15802 (This fix was earlier made Jan 31, but got re-broken.)
15803
15804 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15805
15806 * configure.in: sco is an os, not a vendor!
15807
15808 * configure: Quote $( better. Keep various shells happy.
15809
15810 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15811
15812 * Makefile.in: eliminate stamp-files.
15813
15814 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15815
15816 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15817 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15818
15819 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15820
15821 * config.sub: fix iris/iris3.
15822
15823 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15824
15825 * configure: re-add -rm.
15826
15827 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15828
15829 * Maskefile.in: add .stmp-rcs to all.
15830
15831 * configure.in: remove gas from rs6000 build, use aix host fragment.
15832
15833 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15834
15835 * configure: pass down site_option during recursion.
15836
15837 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15838
15839 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15840
15841 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15842
15843 * configure: Change exec_prefix so that it really defaults to prefix.
15844
15845 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15846
15847 * Makefile.in, configure.in: Add support for mmalloc library.
15848
15849 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15850
15851 * Makefile.in: add stmp dependencies for a few more things.
15852
15853 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15854
15855 * configure: adjusted error message on objdir/srcdir configure
15856 collision, per john's suggestion.
15857
15858 * Makefile.in: add libiberty stmp to all and all.cross.
15859
15860 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15861
15862 * Makefile.in: remove force dependencies, add grep to all.
15863
15864 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15865
15866 * Makefile.in: drop flex. make stamp files work.
15867
15868 * configure: added test for conflicting configuration in srcdir,
15869 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15870 gets cranky. use relative paths for configure and srcdir
15871 whenever possible. Send some error messages to stderr that were
15872 going to stdout.
15873
15874 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15875
15876 * Makefile.in: Fix libg++ rule to check for gcc directory
15877 before using gcc/gcc. Also pass XTRAFLAGS.
15878
15879 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15880
15881 * Makefile.in: added stmp-files so that directories aren't polled
15882 when they are already built.
15883
15884 * configure.texi: fixed a node pointer problem.
15885
15886 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15887
15888 * config.sub configure.in gdb/configure.in
15889 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15890 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15891 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15892
15893 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15894
15895 * configure: -recurring becomes -silent. corrected help message
15896 for -site= option.
15897
15898 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15899
15900 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15901
15902 * configure: when building Makefile for crosses, replace
15903 tooldir and program_prefix. default srcdir from location of
15904 config.sub. remove "for host in hosts" and "for target in
15905 targets" loops.
15906
15907 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15908
15909 * Makefile.in: Do not pass bindir or mandir to cvs.
15910
15911 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15912
15913 * Makefile.in, configure.in: removed traces of namesubdir,
15914 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15915 copyrights to '92, changed some from Cygnus to FSF.
15916
15917 * configure.texi: remove most references to multiple hosts,
15918 multiple targets, subdirs, etc.
15919
15920 * configure.man: removed rcsid. reference config.sub not
15921 config.subr.
15922
15923 * Makefile.in: mkdir $(infodir) on install-info.
15924
15925 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15926
15927 * configure.texi: Explain better about .gdbinit and about
15928 the environment that configure.in sections run in.
15929
15930 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15931
15932 * configure.in: Ultrix is only a decstation if it's a MIPS.
15933
15934 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15935
15936 * README: DOC.configure => cfg-paper.texi.
15937
15938 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15939
15940 * config.sub (near case $os): Don't convert newsos* to bsd!
15941
15942 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15943
15944 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15945 the number of copies of COPYING that go into the GDB tar file.
15946
15947 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15948
15949 * bfd/configure.in, gdb/config/mh-i386sco,
15950 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15951 Fix SCO configuration stuff.
15952
15953 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15954
15955 * Makefile.in: For libg++, make sure the -I pointing
15956 to the gcc directory goes *after* all the libg++-local -I flags.
15957 Also, move just-gcc dependency from just-libg++ to all-libg++.
15958
15959 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15960
15961 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15962
15963 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15964
15965 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15966
15967 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15968
15969 * config.sub: Add stratus configuration frags. Also
15970 submitted to FSF.
15971
15972 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15973
15974 * Makefile.in (DEV_SUPPORT): add configure.man.
15975
15976 * config.sub(Decode manufacturer-specific): add -none*.
15977
15978 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15979
15980 * Makefile.in: remove form feeds to make Sun's make happy.
15981 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15982
15983 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15984
15985 * Makefile.in (AR_FLAGS): Make quieter.
15986
15987 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15988
15989 * configure.in: Add libg++.
15990 * configure: When verbose, don't output the command line at each
15991 level; it will be unremarkably the same as the previous version,
15992 which will be the same as what the user typed.
15993
15994 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15995
15996 * configure.in, Makefile.in: fix clean-info, add flex. add
15997 fileutils.
15998
15999 * configure: be less sensitive to spaces in Makefile.in. Do not
16000 look for sources in "..". Doing so breaks subdirectories that
16001 might have their own configure. If a subdir has it's own
16002 configure script, use it.
16003
16004 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16005
16006 * cfg-paper.texi: some changes suggested by rms.
16007
16008 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16009
16010 * config.sub: Merge in some small additions from the FSF version,
16011 taken from the gcc distribution, to bring the Cygnus and FSF
16012 versions into closer sync.
16013
16014 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16015
16016 * configure.in: Changed svr4 references to sysv4.
16017
16018 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16019
16020 * configure: added -V for version number option.
16021
16022 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16023
16024 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16025 renamed from DOC.configure to cfg-paper.texi.
16026
16027 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16028
16029 * configure, config.subr, config.sub: config.subr is now
16030 config.sub again.
16031
16032 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16033
16034 * configure.texi: new file, in progress.
16035
16036 * Makefile.in: build info file and install the man page for
16037 configure.
16038
16039 * configure.man: new file, first cut.
16040
16041 * configure: find config.subr again now that configuration "none"
16042 has gone. removed all traces of the -ansi option. removed all
16043 traces of the -languages option.
16044
16045 * config.subr: resync from rms.
16046
16047 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16048
16049 * configure, config.sub, config.subr: merge config.sub into
16050 config.subr, call the result config.subr, remove config.sub, use
16051 config.subr.
16052
16053 * Makefile.in: revised install for dir.info.
16054
16055 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16056
16057 * configure.in: add decstation host makefile frag.
16058
16059 * Makefile.in: BISON now bison -y again. also install-gcc on
16060 install. clean-gdbm on clean. infodir belongs in datadir.
16061 Make directories for info install. Build dir.info here then
16062 install it.
16063
16064 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16065
16066 * Makefile.in: fix for bad directory tests.
16067
16068 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16069
16070 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16071 regexp. -srcdir relative was being handled incorrectly.
16072
16073 * Makefile.in: unwrapped some for loops so that parallel makes
16074 work again and so one can focus one's attention on a particular
16075 package.
16076
16077 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16078
16079 * configure: added PWD as a stand in for `pwd` (for speed). use
16080 elif wherever possible. make -srcdir work without -objdir.
16081 -objdir= commented out.
16082
16083 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16084
16085 * configure: +options become --options. -subdirs commented out.
16086 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16087 Makefile now at top of generated Makefile. Removed cvs log
16088 entries. added -srcdir. create .gdbinit only if there is one
16089 in ${srcdir}.
16090
16091 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16092 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16093 and mandir now keyed off datadir by default.
16094
16095 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16096
16097 * Freshly created ChangeLog.
16098
16099 \f
16100 Local Variables:
16101 mode: change-log
16102 left-margin: 8
16103 fill-column: 76
16104 version-control: never
16105 End:
This page took 0.520963 seconds and 4 git commands to generate.