Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / ChangeLog
1 2020-02-01 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * configure.ac: Don't abort the build if trying to build GDB in tree
4 _and_ invoking with '--enable-src-release-build'.
5 * configure: Regenerate.
6 * src-release.sh (do_proto_toplev): Invoke 'configure' using
7 '--enable-src-release-build'.
8
9 2020-01-17 Joel Brobecker <brobecker@adacore.com>
10
11 * configure.ac: Abort the build with an error if trying to build
12 GDB in tree.
13 * configure: Regenerate.
14
15 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
18
19 2019-10-17 Alan Modra <amodra@gmail.com>
20
21 PR 29
22 * src-release.sh (getver): Replace "head -1" with "head -n 1".
23
24 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
25
26 * Makefile.def (host_modules): libctf is no longer no_install.
27 * Makefile.in: Regenerated.
28
29 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
30
31 * Makefile.def (dependencies): all-ld depends on all-libctf.
32 * Makefile.in: Regenerated.
33
34 2019-09-09 Phil Blundell <pb@pbcl.net>
35
36 binutils 2.33 branch created
37
38 2019-08-19 Tom Tromey <tom@tromey.com>
39
40 * configure: Rebuild.
41 * configure.ac: Add --with-static-standard-libraries.
42
43 2019-08-09 Nick Clifton <nickc@redhat.com>
44
45 * libiberty: Sync with gcc. Bring in:
46 2019-08-08 Martin Liska <mliska@suse.cz>
47
48 PR bootstrap/91352
49 * lrealpath.c (is_valid_fd): New function.
50
51 2019-07-24 Martin Liska <mliska@suse.cz>
52
53 PR lto/91228
54 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
55 Find first '\0' starting from gnu_lto + 1.
56
57 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
58
59 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
60 This fixes a Bug 90924.
61
62 2019-07-22 Martin Liska <mliska@suse.cz>
63
64 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
65 Do not search for gnu_lto_v1, but search for first '\0'.
66
67 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
68
69 * cplus-dem.c: Include rust-demangle.h.
70 * rust-demangle.c: Include rust-demangle.h.
71 * rust-demangle.h: New file.
72
73 2019-05-31 Michael Forney <mforney@mforney.org>
74
75 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
76 is non-zero.
77
78 2019-04-30 Ben L <bobsayshilol@live.co.uk>
79
80 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
81 * testsuite/d-demangle-expected: Add testcase.
82
83 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
84 * testsuite/d-demangle-expected: Add testcase.
85
86 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
87 * testsuite/d-demangle-expected: Add testcase.
88
89 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
90 * testsuite/d-demangle-expected: Add testcase.
91
92 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
93 * testsuite/d-demangle-expected: Add testcase.
94
95 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
96 * testsuite/demangle-expected: Add testcase.
97
98 * cp-demangle.c (d_encoding): Guard against NULL return values from
99 d_right (dc).
100 * testsuite/demangle-expected: Add testcase.
101
102 2019-04-29 Ben L <bobsayshilol@live.co.uk>
103
104 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
105 char is valid.
106 * testsuite/demangle-expected: Add testcase.
107
108 2019-04-10 Nick Clifton <nickc@redhat.com>
109
110 PR 89394
111 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
112 lengths.
113 (d_count_templates_scopes): Replace num_templates and num_scopes
114 parameters with a struct d_print_info pointer parameter. Adjust
115 body of the function accordingly. Add recursion counter and check
116 that the recursion limit is not reached.
117 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
118 Reset recursion counter afterwards, unless the recursion limit was
119 reached.
120
121 2019-07-13 Joel Brobecker <brobecker@adacore.com>
122
123 * src-release (getver): If $tool/gdbsupport/create-version.sh
124 exists, use that to determine the version number.
125
126 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
127
128 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
129
130 2019-06-14 Tom Tromey <tom@tromey.com>
131
132 * MAINTAINERS: Add gnulib.
133 * gnulib: New directory, move from gdb/gnulib.
134 * configure.ac (host_libs): Add gnulib.
135 * configure: Rebuild.
136 * Makefile.def (host_modules, dependencies): Add gnulib.
137 * Makefile.in: Rebuild.
138
139 2019-06-03 Nick Clifton <nickc@redhat.com>
140
141 Revert:
142 2019-05-29 Nick Clifton <nickc@redhat.com>
143
144 * configure.ac (noconfigdirs): Add libctf if the target does not use
145 the ELF file format.
146 * configure: Regenerate.
147
148 2019-05-29 Nick Clifton <nickc@redhat.com>
149
150 * src-release.sh (do_proto_toplev): Add libctf to list of
151 directories that can be disabled.
152
153 2019-05-29 Nick Clifton <nickc@redhat.com>
154
155 * configure.ac (noconfigdirs): Add libctf if the target does not use
156 the ELF file format.
157 * configure: Regenerate.
158
159 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
160
161 * Makefile.def (dependencies): configure-libctf depends on all-bfd
162 and all its deps.
163 * Makefile.in: Regenerated.
164
165 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
166
167 * MAINTAINERS: Add libctf.
168
169 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
170
171 * Makefile.def (host_modules): Add libctf.
172 * Makefile.def (dependencies): Likewise.
173 libctf depends on zlib, libiberty, and bfd.
174 * Makefile.in: Regenerated.
175 * configure.ac (host_libs): Add libctf.
176 * configure: Regenerated.
177
178 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
179
180 * config.guess: Synchronize with config project master sources.
181 * config.sub: Likewise.
182 * readline/support/config.guess: Likewise.
183 * readline/support/config.sub: Likewise.
184
185 2019-04-10 Nick Clifton <nickc@redhat.com>
186
187 * libiberty: Sync with gcc. Bring in:
188 2019-04-10 Nick Clifton <nickc@redhat.com>
189
190 PR 89394
191 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
192 lengths.
193 (d_count_templates_scopes): Replace num_templates and num_scopes
194 parameters with a struct d_print_info pointer parameter. Adjust
195 body of the function accordingly. Add recursion counter and check
196 that the recursion limit is not reached.
197 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
198 Reset recursion counter afterwards, unless the recursion limit was
199 reached.
200
201 2018-06-24 Nick Clifton <nickc@redhat.com>
202
203 2.32 branch created.
204
205 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
206
207 Merge from GCC:
208 PR target/88535
209 * config.guess: Import upstream version 2019-01-03.
210 * config.sub: Import upstream version 2019-01-01.
211
212 2019-01-10 Nick Clifton <nickc@redhat.com>
213
214 * libiberty: Sync with gcc. Bring in:
215 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
216
217 PR other/16615
218
219 * cp-demangle.c: Mechanically replace "can not" with "cannot".
220 * floatformat.c: Likewise.
221 * strerror.c: Likewise.
222
223 2018-12-22 Jason Merrill <jason@redhat.com>
224
225 Remove support for demangling GCC 2.x era mangling schemes.
226 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
227 internal_cplus_demangle, and all subroutines.
228 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
229 Lucid, ARM, HP, and EDG demangling styles.
230 (cplus_demangle): Remove 'work' variable. Don't call
231 internal_cplus_demangle.
232
233 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
234
235 * configure.ac: Don't configure readline if --with-system-readline is
236 used.
237 * configure: Re-generate.
238
239 2018-10-31 Joseph Myers <joseph@codesourcery.com>
240
241 Merge from GCC:
242 PR bootstrap/82856
243 * multilib.am: New file. From automake.
244
245 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
246
247 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
248
249 2018-07-16 Nick Clifton <nickc@redhat.com>
250
251 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
252
253 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
254
255 * config.sub: Sync with upstream version 2018-07-03.
256
257 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
258
259 * config.guess: Sync with upstream version 2018-06-26.
260 * config.sub: Sync with upstream version 2018-07-02.
261
262 2018-06-29 Alexandre Oliva <oliva@adacore.com>
263
264 * configure.ac: Introduce support for @unless/@endunless.
265 * Makefile.tpl (dep-kind): Rewrite with cond; return
266 postbootstrap in some cases.
267 (make-postboot-dep, postboot-targets): New.
268 (dependencies): Do not output postbootstrap dependencies at
269 first. Output non-target ones changed for configure to depend
270 on stage_last @if gcc-bootstrap, and the original deps @unless
271 gcc-bootstrap.
272 * configure.in, Makefile.in: Rebuilt.
273
274 2018-06-24 Nick Clifton <nickc@redhat.com>
275
276 * configure: Regenerate.
277
278 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
279
280 * libtool.m4: Use AC_LANG_SOURCE.
281 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
282 * README-maintainer-mode: Update version requirements.
283 * ar-lib: New file.
284 * test-driver: New file.
285 * configure: Re-generate.
286
287 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
288
289 * Makefile.def (fortran): Add check-target-libgomp-fortran.
290 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
291 * Makefile.in: Regenerate.
292
293 * configure: Regenerate.
294
295 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
296
297 * configure.ac: Sync with GCC, remove MPX-related things.
298
299 2018-05-01 Nick Clifton <nickc@redhat.com>
300
301 * config.guess: Synchronize with config project master sources.
302 * config.sub: Likewise.
303
304 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
305
306 * configure.ac: Added "nfp" target.
307 * configure: Regenerate.
308
309 2018-02-13 Maciej W. Rozycki <macro@mips.com>
310
311 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
312 * configure: Regenerate.
313
314 2018-01-30 Nick Clifton <nickc@redhat.com>
315
316 * src-release.sh (do_proto_toplev): Add patterns for more junk files
317 to delete before creating the tarball.
318
319 2018-01-29 Nick Clifton <nickc@redhat.com>
320
321 * src-release.sh (do_proto_toplev): Strip patch remnant files from
322 the sources before creating the tarball.
323
324 2018-01-13 Nick Clifton <nickc@redhat.com>
325
326 * src-release.sh: Update copyright notice. Change reference to devo
327 to be a reference to root.
328
329 2018-01-10 Nick Clifton <nickc@redhat.com>
330
331 * config-ml.in: Sync with gcc sources.
332 * config.guess: Likewise.
333 * config.sub: Likewise.
334 * configure.ac: Likewise.
335 * configure: Regenerate.
336
337 2017-12-14 Nick Clifton <nickc@redhat.com>
338
339 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
340
341 2017-12-12 Stafford Horne <shorne@gmail.com>
342
343 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
344 * configure: Regenerate.
345
346 2017-09-15 Nick Clifton <nickc@redhat.com>
347
348 * src-release.sh (LZIPPROG): New define. Provides the name of the
349 lzip program.
350 (do_lz): New function. Compresses a tarball using the lzip
351 program.
352 (do_compress): Add support for lzip compression.
353 (usage): Mention -l option.
354 (build_release): Support -l option to invoke lzip compression.
355
356 2017-09-15 Alan Modra <amodra@gmail.com>
357
358 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
359 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
360 and sim depending on $tool and $support_files. Echo configure line.
361
362 2017-09-14 Matt Rice <ratmice@gmail.com>
363
364 * src-release.sh (do_proto_toplev): Enable gold during release process.
365
366 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
367
368 * config.sub: Sync with master version in config project.
369
370 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
371
372 * config.sub: Handle ia16 in $basic_machine.
373
374 bfd/
375 * config.bfd: Handle ia16.
376
377 gas/
378 * configure.tgt: Handle ia16.
379
380 ld/
381 * configure.tgt: Handle ia16.
382
383 2017-03-22 Nick Clifton <nickc@redhat.com>
384
385 * config.sub: Sync with master version in config project.
386 * config.guess: Likewise.
387
388 2017-01-23 Nick Clifton <nickc@redhat.com>
389
390 * configure.ac: Update year in copyright notice.
391 Sync from FSF GCC mainline, bringing in the following patches.
392 * Makefile.def: Likewise.
393 * Makefile.tpl: Likewise.
394 * configure: Regenerate.
395 * Makefile.in: Regenerate.
396
397 2016-12-21 Jakub Jelinek <jakub@redhat.com>
398
399 * configure.ac: Don't bootstrap libmpx unless --with-build-config
400 includes bootstrap-mpx.
401
402 2016-12-01 Matthias Klose <doko@ubuntu.com>
403
404 * configure.ac: Don't use pkg-config to check for bdw-gc.
405
406 2016-11-30 Matthias Klose <doko@ubuntu.com>
407
408 * Makefile.def: Remove reference to boehm-gc target module.
409 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
410 options and for the bdw-gc pkg-config module.
411
412 2016-11-15 Matthias Klose <doko@ubuntu.com>
413
414 * config-ml.in: Remove references to GCJ.
415 * configure.ac: Likewise.
416
417 2016-09-30 Jakub Jelinek <jakub@redhat.com>
418
419 * configure.ac: Add target-libffi to target_libraries.
420 Readd libgcj target disablings, modified to only target-libffi.
421 Readd target addition of go to unsupported languages.
422
423 2016-09-30 Andrew Haley <aph@redhat.com>
424
425 * Makefile.def: Remove libjava.
426 * Makefile.tpl: Likewise.
427 * configure.ac: Likewise.
428
429 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
430
431 * configure.ac: Disable "sim" directory for arc*-*-*.
432
433 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
434
435 * configure.ac: Check for the minimum in-tree MPFR version
436 handled.
437
438 2016-12-31 Alan Modra <amodra@gmail.com>
439
440 * config.sub: Import from upstream.
441
442 2016-12-08 Alan Modra <amodra@gmail.com>
443
444 * configure: Regenerate.
445
446 2016-12-02 Josh Conner <joshconner@google.com>
447
448 * configure.ac: Add fuchsia to targets that use ELF.
449 * configure: Regenerated.
450
451 2016-11-07 Doug Evans <dje@google.com>
452
453 * config.sub: Sync with upstream version 2016-11-03.
454 git://git.sv.gnu.org/config.git
455 * config.guess: Sync with upstream version 2016-10-02.
456
457 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
458
459 * .gitignore: Add archives and make stamps.
460
461 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
462
463 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
464 * configure: Regenerated.
465
466 2016-06-28 Walter Lee <walt@tilera.com>
467
468 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
469 * configure: Regenerate.
470
471 2016-05-28 Alan Modra <amodra@gmail.com>
472
473 * Makefile.tpl (configure): Depend on m4 files included.
474 * Makefile.in: Regenerate.
475
476 2016-05-27 Nick Clifton <nickc@redhat.com>
477
478 * config.guess (Alpha OSF1): Fix typo introduced during the most
479 recent synchronization update.
480
481 2016-05-23 Nick Clifton <nickc@redhat.com>
482
483 * Import these patches from the gcc mainline:
484
485 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
486
487 * config.guess: Import version 2016-04-02 (newest).
488 * config.sub: Import version 2016-05-10 (newest).
489
490 2016-04-19 Nick Clifton <nickc@redhat.com>
491
492 * Import this patch from the GCC mainline:
493
494 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
495
496 PR bootstrap/70173
497 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
498 and gotools directories. Delete the stage_final file.
499 * Makefile.in: Regenerate.
500
501 2016-03-17 Cary Coutant <ccoutant@gmail.com>
502
503 * configure.ac: Add mips and s390 to the gold target check.
504 * configure: Regenerate.
505
506 2016-02-10 Nick Clifton <nickc@redhat.com>
507
508 Import these patches from the GCC mainline:
509
510 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
511
512 * configure.ac: Enable LTO for DJGPP
513 * configure: Regenerate
514
515 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
516
517 PR bootstrap/69329
518 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
519 * Makefile.in: Regenerate.
520
521 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
522 Sebastian Pop <s.pop@samsung.com>
523
524 * Makefile.in: Regenerate.
525 * Makefile.tpl: Export ISLVER.
526 * configure: Regenerate.
527 * config/isl.m4: Detect isl-0.15.
528
529 2016-01-29 Sebastian Pop <s.pop@samsung.com>
530
531 * config/isl.m4: Add comments about isl-0.16.
532 * configure: Regenerate.
533
534 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
535
536 Sync with GCC
537 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
538
539 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
540 symbols.
541
542 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
543
544 PR bootstrap/69134
545 * Makefile.def (mpfr): Disable assembler.
546 * Makefile.in: Regenerate.
547
548 2016-01-11 Nick Clifton <nickc@redhat.com>
549
550 Import the following changes from the GCC mainline:
551
552 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
553
554 * configure.ac: Enable libmpx by default.
555 * configure: Regenerated.
556
557 2015-11-19 Martin Liska <mliska@suse.cz>
558
559 * .gitignore: Add .clang-format to ignored files.
560 * Makefile.tpl: Add clang-format.
561 * Makefile.in: Regenerate.
562
563 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
564
565 PR libffi/65726
566 * Makefile.def (lang_env_dependencies): Make libffi depend
567 on cxx.
568 * Makefile.in: Regenerate.
569
570 2015-12-02 Ian Lance Taylor <iant@google.com>
571
572 PR go/66147
573 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
574 * Makefile.in: Regenerate.
575
576 2015-12-17 Nathan Sidwell <nathan@acm.org>
577
578 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
579 * configure: Regenerate.
580
581 2015-12-17 Sebastian Pop <s.pop@samsung.com>
582
583 * Makefile.in: Replace ISL with isl.
584 * Makefile.tpl: Same.
585 * config/isl.m4: Same.
586 * configure.ac: Same.
587 * contrib/download_prerequisites: Same.
588 * configure: Regenerate.
589
590 2016-01-01 Ben Elliston <bje@gnu.org>
591
592 * config.guess: Import version 2016-01-01.
593 * config.sub: Likewise.
594
595 2015-11-20 Tristan Gingold <gingold@adacore.com>
596
597 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
598 * configure: Regenerate.
599
600 2015-10-21 Nick Clifton <nickc@redhat.com>
601
602 PR gas/19109
603 * configure.ac: Note the 'none' is an acceptable argument to
604 --enable-compressed-debug-sections.
605 * configure: Regenerate.
606
607 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
608
609 PR gas/19109
610 * configure.ac: Add
611 --enable-compressed-debug-sections={all,gas,gold,ld}.
612 * configure: Regenerated.
613
614 2015-09-30 Nick Clifton <nickc@redhat.com>
615
616 Import the following patches from the GCC mainline:
617
618 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
619
620 PR libfortran/54572
621 * Makefile.def: Make libgfortran depend on libbacktrace.
622 * Makefile.in: Regenerate.
623
624 2015-08-12 Tom de Vries <tom@codesourcery.com>
625
626 PR other/67092
627 PR other/67098
628 * configure.ac: Remove --with_host_libstdcxx support.
629 * configure: Regenerate.
630
631 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
632 Jakub Jelinek <jakub@redhat.com>
633
634 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
635 nvptx*-*-*.
636 * configure: Regenerate.
637
638 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
639
640 Sync with GCC
641 2015-07-28 Ben Elliston <bje@gnu.org>
642
643 * config.sub, config.guess: Import from upstream.
644
645 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
646
647 * Makefile.def (libiconv): Define bootstrap=true.
648 Mark pdf/html/info as missing.
649 (configure-gcc): Depend on all-libiconv.
650 (all-gcc): Ditto.
651 (configure-libcpp): Ditto.
652 (all-libcpp): Ditto.
653 (configure-intl): Ditto.
654 (all-intl): Ditto.
655 * Makefile.in: Regenerate.
656
657 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
658
659 Sync with GCC
660 2015-07-24 Michael Darling <darlingm@gmail.com>
661
662 PR other/66259
663 * config-ml.in: Reflects renaming of configure.in to configure.ac
664 * configure: Likewise
665 * configure.ac: Likewise
666
667 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
668
669 * Makefile.in: Regenerated.
670
671 Sync with GCC
672 2015-05-21 Jason Merrill <jason@redhat.com>
673
674 * Makefile.tpl: Update comments.
675
676 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
677
678 * Makefile.tpl: Remove surplus whitespace throughout.
679
680 2015-03-25 Martin Liska <mliska@suse.cz>
681 Yury Gribov <y.gribov@samsung.com>
682
683 * Makefile.tpl: Fix ln source location for vimrc file.
684
685 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
686
687 Sync with GCC
688 2015-05-16 James Bowman <james.bowman@ftdichip.com>
689
690 * configure.ac: FT32 target added.
691 * configure: Regenerate.
692
693 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
694
695 Sync with GCC
696 2015-06-02 Jason Merrill <jason@redhat.com>
697
698 PR bootstrap/66319
699 * configure.ac: Use -std=gnu++98.
700
701 2015-05-28 Mike Frysinger <vapier@gentoo.org>
702
703 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
704 * configure: Regenerate.
705
706 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
707
708 * configure.ac: Fix typo.
709 * configure: Regenerate.
710
711 2015-05-03 Matthias Klose <doko@ubuntu.com>
712
713 * configure.ac: Match $host configured with triplets.
714 * configure: Regenerate.
715
716 2015-04-17 Jakub Jelinek <jakub@redhat.com>
717
718 PR bootstrap/62077
719 * configure.ac (--enable-stage1-checking): Default to
720 release,misc,gimple,rtlflag,tree,types if --disable-checking
721 or --enable-checking is not specified and DEV-PHASE is not
722 experimental.
723 * configure: Regenerated.
724
725 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
726
727 Install back PR target/47230 fix (Revert the revert).
728
729 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
730
731 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
732 target.
733 * configure: Regenerate.
734
735 2015-05-13 John David Anglin <dave.anglin@bell.net>
736
737 * configure.ac: Disable configuration of GDB for HPUX targets.
738 * configure: Regenerate.
739
740 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
741
742 PR ld/18355
743 * Makefile.def: Add extra_configure_flags to host zlib.
744 * configure.ac (extra_host_zlib_configure_flags): New. Set
745 to --enable-host-shared When bfd is to be built as shared
746 library. AC_SUBST.
747 * Makefile.in: Regenerated.
748
749 2015-04-15 Mike Frysinger <vapier@gentoo.org>
750 Hans-Peter Nilsson <hp@axis.com>
751
752 Adjust src-release.sh for sim using the gdb create-version.sh.
753 * src-release.sh (tar_compress): If there's a fifth parameter,
754 use that in the getver call instead of $tool.
755 (sim_release): Pass gdb as fifth parameter to tar_compress.
756 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
757
758 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
759
760 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
761 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
762 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
763 * Makefile.in: Regenerate.
764
765 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
766
767 * configure.ac: Add --with-system-zlib.
768 * configure: Regenerated.
769
770 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
771
772 * src-release.sh: Don't configure with --with-target-subdir=.
773 --disable-multilib.
774
775 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
776
777 * src-release.sh (DEVO_SUPPORT): Replace src-release with
778 src-release.sh.
779
780 2015-03-30 Ed Schouten <ed@nuxi.nl>
781
782 * config.sub: Update from upstream, to 2015-03-04 version.
783 * config.guess: Likewise.
784
785 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
786
787 * Makefile.def (dependencies): Add all-zlib to all-bfd.
788 * Makefile.in: Regenerated.
789
790 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
791
792 * src-release.sh (do_proto_toplev): Configure with --target
793 --with-target-subdir and --disable-multilib.
794 (BINUTILS_SUPPORT_DIRS): Add zlib.
795 (GAS_SUPPORT_DIRS): Likewise.
796 (GDB_SUPPORT_DIRS): Likewise.
797 (SIM_SUPPORT_DIRS): Likewise.
798
799 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
800
801 * configure.ac (target_configdirs): Exclude target-zlib if
802 target-libjava isn't built.
803 * configure: Regenerated.
804
805 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
806
807 Sync with GCC
808 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
809
810 * config-ml.in: Robustify ac_configure_args parsing.
811
812 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
813
814 * Makefile.def: Updated from GCC trunk.
815 * Makefile.tpl: Likewise.
816 * configure.ac: Likewise.
817 * Makefile.in: Regenerated.
818 * configure: Likewise.
819
820 2015-01-28 James Bowman <james.bowman@ftdichip.com>
821
822 * configure.ac: Add FT32 support.
823 * configure: Regenerate.
824
825 2015-01-12 Anthony Green <green@moxielogic.com>
826
827 * configure.ac: Don't disable gprof for moxie.
828 * configure: Rebuild.
829
830 2015-01-03 Andrew Pinski <apinski@cavium.com>
831
832 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
833 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
834 (BASE_TARGET_EXPORTS): Add OBJCOPY.
835 (OBJCOPY_FOR_TARGET): New variable.
836 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
837 * Makefile.in: Regenerate.
838 * configure.ac: Check for already installed target objcopy.
839 Also GCC_TARGET_TOOL on objcopy.
840 * configure: Regenerate.
841
842 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
843
844 * config.sub: Update from upstream, to 2015-01-01 version.
845 * config.guess: Ditto.
846
847 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
848
849 * config.sub: Update from upstream config repo.
850
851 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
852
853 * libtool.m4: Updated from GCC trunk.
854
855 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
856
857 * config.guess: Update from upstream config repo.
858 * config.sub: Ditto.
859
860 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
861
862 * move-if-change: Update from upstream gnulib.
863
864 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
865
866 * compile: Sync with upstream Automake.
867 * depcomp: Ditto.
868 * install-sh: Ditto.
869 * missing: Ditto.
870 * mkinstalldirs: Ditto.
871 * ylwrap: Ditto.
872
873 2014-10-15 Tristan Gingold <gingold@adacore.com>
874
875 * src-release.sh (do_proto_toplev): Configure with --target.
876
877 2014-10-03 Jing Yu <jingyu@google.com>
878
879 * configure.ac: Add aarch64 to list of targets that support gold.
880 * configure: Regenerate.
881
882 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
883
884 * configure.ac: Add mips*-img-elf* target triple.
885 * configure: Regenerate.
886
887 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
888 * configure: Disable gdb for nds32*-*-* until supported.
889 * configure.ac: Disable gdb for nds32*-*-* until supported.
890
891 2014-09-05 Joel Brobecker <brobecker@adacore.com>
892
893 * configure: Regenerate.
894
895 2014-08-27 Will Newton <will.newton@linaro.org>
896
897 * src-release.sh: New file.
898 * src-release: Remove file.
899
900 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
901
902 GDB not supported for or1k*-*-rtems*
903 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
904 of the stanzas results in this not being caught by or1k*-*-* later.
905 * configure. Regenerated.
906
907 2014-07-25 Samuel Bronson <naesten@gmail.com>
908
909 * .gitattributes: New file for use with git-merge-changelog.
910
911 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
912
913 Disable gdb for or1k*-*-* until supported
914 * configure.ac (or1k*-*-*): Disable gdb.
915 * configure: Regenerated.
916
917 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
918
919 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
920 * configure: Regenerated.
921
922 2014-03-26 Jakub Jelinek <jakub@redhat.com>
923
924 PR sanitizer/56781
925 * Makefile.def: Set bootstrap=true; for host fixincludes.
926 * configure.ac: Don't bootstrap host fixincludes unless
927 --with-build-config=bootstrap-{a,ub}san.
928 * Makefile.in: Regenerated.
929 * configure: Regenerated.
930
931 2014-03-21 Jakub Jelinek <jakub@redhat.com>
932
933 * configure.ac: Move BUILD_CONFIG set up earlier. Add
934 --enable-vtable-verify option parsing. Don't add
935 target-libsanitizer to bootstrap_target_libs unless
936 --with-build-config=bootstrap-asan or
937 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
938 to bootstrap_target_libs unless --enable-vtable-verify.
939 * configure: Regenerated.
940
941 2014-03-07 Jakub Jelinek <jakub@redhat.com>
942
943 PR bootstrap/58572
944 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
945 -I for libstdc++-v3 includes if $(LEAN).
946 * Makefile.in: Regenerated.
947
948 2014-02-24 Walter Lee <walt@tilera.com>
949
950 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
951 (tilegx-*-*): Change to tilegx*-*-*.
952 * configure: Regenerate.
953
954 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
955
956 * config.sub, config.guess: Import from upstream.
957
958 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
959
960 PR bootstrap/60620
961 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
962 * Makefile.in: Regenerate.
963
964 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
965
966 * Makefile.def (dependencies): Make all-ld depend on all-binutils
967 for WINDRES_FOR_TARGET in default-manifest.o rule.
968 * Makefile.in: Regenerate.
969
970 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
971
972 PR target/59788
973 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
974 *solaris2*.
975
976 2013-12-19 Keven Boell <keven.boell@intel.com>
977
978 * cp-namespace.c (cp_lookup_nested_symbol): Enable
979 nested lookups for fortran modules.
980 * dwarf2read.c (read_module): Add fortran module to
981 the symbol table.
982 (add_partial_symbol, add_partial_module): Add fortran
983 module to the partial symbol table.
984 (new_symbol_full): Create full symbol for fortran module.
985 * f-exp.y (yylex): Add new module domain to be parsed.
986 * symtab.h: New domain for fortran modules.
987
988 2013-12-19 Keven Boell <keven.boell@intel.com>
989
990 * f-exp.y (yylex): Add domain array to enable lookup
991 in multiple domains. Loop over lookup domains and try
992 to find requested symbol. Add STRUCT_DOMAIN to lookup
993 domains to be able to query for user defined types.
994
995 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
996
997 * configure.ac: Add user-friendly check for native x86_64-linux
998 multilibs.
999 * configure: Regenerate.
1000
1001 2013-11-23 Alan Modra <amodra@gmail.com>
1002
1003 * config.sub, config.guess: Import from upstream.
1004
1005 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1006
1007 * Makefile.in: Regenerate.
1008
1009 * Makefile.tpl: Fix typo.
1010 * Makefile.in: Regenerate partially.
1011
1012 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1013
1014 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1015 supported.
1016 * configure: Regenerated.
1017
1018 2013-10-30 Jason Merrill <jason@redhat.com>
1019
1020 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1021 --disable-build-format-warnings.
1022
1023 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1024
1025 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1026 depend on libstdc++ and libgcc.
1027 * configure: Regenerate.
1028 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1029 libcilkrts for POSIX and i*86, and x86_64 architectures.
1030 * Makefile.in: Added libcilkrts related fields to support building it.
1031
1032 2013-10-26 Jeff Law <law@redhat.com>
1033
1034 * Makefile.def (target_modules): Remove libmudflap
1035 (languages): Remove check-target-libmudflap).
1036 * Makefile.in: Rebuilt.
1037 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1038 * configure.ac (target_libraries): Remove target-libmudflap.
1039 Remove checks which disabled libmudflap on some systems.
1040 * configure: Rebuilt.
1041 * libmudflap: Directory removed.
1042
1043 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1044
1045 * configure.ac: Update from GCC.
1046 * configure: Regenerate.
1047
1048 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1049
1050 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1051 files in SUPPORT_FILES.
1052 (SIM_SUPPORT_DIRS): New variable.
1053 (sim.tar.bz2): New rule.
1054
1055 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1056
1057 * configure.ac: Update from GCC.
1058 * configure: Regenerate.
1059
1060 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1061
1062 * COPYING.NEWLIB: Update with new copyright.
1063
1064 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1065
1066 * configure.ac: Update from GCC.
1067 * configure: Regenerate.
1068
1069 2013-09-20 Alan Modra <amodra@gmail.com>
1070
1071 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1072 ppc host match. Support little-endian powerpc linux hosts.
1073
1074 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1075
1076 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1077 strip the "-cvs" suffix from the version number if present.
1078
1079 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1080
1081 * configure.ac: Sync with GCC repo.
1082 * Makefile.def: Ditto.
1083 * configure: Regenerate.
1084 * Makefile.in: Ditto.
1085
1086 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1087
1088 * src-release (VER): Use $(TOOL)/common/create-version.sh
1089 if it exists.
1090
1091 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1092
1093 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1094 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1095 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1096 * configure: Regenerate.
1097
1098 2013-06-01 George Thomas <george.thomas@atmel.com>
1099
1100 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1101 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1102
1103 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1104
1105 * COPYING.NEWLIB: Add Altera Corporation copyright.
1106
1107 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1108
1109 * config.guess: Update from config repo.
1110 * config.sub: Ditto.
1111
1112 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1113
1114 * Makefile.def: Sync with GCC.
1115 * Makefile.in: Regenerate.
1116
1117 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1118
1119 * configure.ac: Sync with GCC.
1120 * configure: Regenerate.
1121
1122 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1123
1124 * src-release (VER): Change bfd/configure.in sed to use the new
1125 `bfd/configure --version` output.
1126
1127 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1128
1129 * configure.ac: Sync with GCC repo.
1130 * configure: Ditto.
1131
1132 2013-02-05 Ian Lance Taylor <iant@google.com>
1133
1134 PR go/55969
1135 * configure.ac: Disable libgo on some systems where it does not
1136 work.
1137 * configure: Rebuild.
1138
1139 2013-02-05 Alan Modra <amodra@gmail.com>
1140
1141 * configure: Regenerate after syncing config/.
1142
1143 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1144
1145 * configure.ac: Sync with GCC repo.
1146 * configure: Ditto.
1147 * Makefile.def: Ditto.
1148 * Makefile.in: Ditto.
1149
1150 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1151
1152 Sync with GCC, merge:
1153
1154 2013-01-09 Jason Merrill <jason@redhat.com>
1155
1156 * .gitignore: Import from gdb repository.
1157
1158 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1159
1160 * config.sub: Update from config repo.
1161
1162 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1163
1164 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1165 * Makefile.in: Regenerate.
1166
1167 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * Makefile.def (configure-gcc): Depend on all-gmp.
1170 (all-gcc): Remove dependency on all-gmp.
1171 * Makefile.in: Regenerated.
1172
1173 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1174
1175 * config.guess: Update from config repo.
1176 * config.sub: Ditto.
1177
1178 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1179
1180 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1181 exists and replace the new bfin license in its location.
1182
1183 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1184
1185 PR gas/14899
1186 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1187 all-ld and all-gold depend on all-gas.
1188 * Makefile.in: Regenerated.
1189
1190 2012-12-29 Ben Elliston <bje@gnu.org>
1191
1192 * config.guess: Update to 2012-12-29 version.
1193 * config.sub: Likewise.
1194
1195 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1196
1197 * Makefile.def (install-target-libgo): Depend on
1198 install-target-libatomic. Merged from GCC repo.
1199 * Makefile.in: Regenerate.
1200
1201 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1202
1203 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1204
1205 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1206
1207 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1208 * configure: Regenerate.
1209
1210 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1211
1212 * Makefile.def (target_modules): Add bootstrap=true and
1213 raw_cxx=true to libsanitizer.
1214 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1215 * Makefile.in: Regenerated.
1216 * configure: Likewise.
1217
1218 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * config.sub: Merge from config repo.
1221
1222 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1223
1224 * configure.ac: Merge from GCC.
1225 * Makefile.tpl: Ditto.
1226 * Makefile.in: Ditto.
1227 * configure: Ditto.
1228
1229 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1230
1231 * configure.ac (noconfigdirs): Merge from GCC.
1232 * configure: Regenerate.
1233
1234 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1235
1236 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1237
1238 2012-11-14 Roland McGrath <mcgrathr@google.com>
1239
1240 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1241 * configure: Regenerate.
1242
1243 2012-11-13 Richard Henderson <rth@redhat.com>
1244
1245 * configure.ac: Move libsanitizer logic to subdirectory.
1246 * configure: Regenerate.
1247
1248 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1249
1250 * configure.ac: Enable libsanitizer just on x86 linux for now.
1251 * configure: Re-generate.
1252
1253 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1254
1255 * configure.ac: Merge libquadmath sections.
1256 * configure: Regenerate.
1257
1258 2012-11-12 Wei Mi <wmi@google.com>
1259
1260 * configure.ac: Add libsanitizer to target_libraries.
1261 * Makefile.def: Ditto.
1262 * configure: Regenerate.
1263 * Makefile.in: Regenerate.
1264
1265 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1266
1267 * configure: Regenerated.
1268
1269 2012-11-03 Robert Mason <rbmj@verizon.net>
1270
1271 * configure.ac: add --disable-libstdcxx configure option
1272 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1273
1274 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1275
1276 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1277 against Mingw64 w32api.
1278 * configure: Regenerate.
1279
1280 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1281
1282 PR bootstrap/54820
1283 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1284 * configure: Regenerate.
1285
1286 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1287
1288 PR bootstrap/54820
1289 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1290 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1291 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1292 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1293 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1294 * Makefile.in: Regenerate.
1295 * configure.ac (have_static_libs): New variable and associated check.
1296 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1297 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1298 * configure: Regenerate.
1299
1300 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1301
1302 * config.guess, config.sub: Include updated version from
1303 config-patches. Adds microblaze little endian support.
1304
1305 2012-09-28 Ian Lance Taylor <iant@google.com>
1306
1307 * Makefile.def: Make all-target-libgo depend on
1308 all-target-libbacktrace.
1309 * Makefile.in: Rebuild.
1310
1311 2012-09-26 Ian Lance Taylor <iant@google.com>
1312
1313 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1314 * Makefile.in: Rebuild.
1315
1316 2012-09-06 Diego Novillo <dnovillo@google.com>
1317
1318 * configure.ac: Bump minimum GMP version to 4.2.3.
1319 * configure: Re-generate.
1320
1321 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1322
1323 PR target/54461
1324 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1325 target-libgloss if not configured --with-avrlibc=no.
1326 * configure: Regenerate.
1327
1328 2012-09-04 Jason Merrill <jason@redhat.com>
1329
1330 * configure.ac: Fix --enable-languages=all.
1331
1332 2012-09-03 Richard Guenther <rguenther@suse.de>
1333
1334 PR bootstrap/54138
1335 * configure.ac: Re-organize ISL / CLOOG checks to allow
1336 disabling with either --without-isl or --without-cloog.
1337 * configure: Regenerated.
1338
1339 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1340
1341 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1342 * configure: Regenerate.
1343
1344 2012-09-21 Steve Ellcey <sellcey@mips.com>
1345
1346 * configure.ac: Add mips*-mti-elf* target.
1347 * configure: Regenerate.
1348
1349 2012-09-19 Ian Lance Taylor <iant@google.com>
1350
1351 * configure.ac (host_libs): Add libbacktrace.
1352 (target_libraries): Add libbacktrace.
1353 * Makefile.def (host_modules): Add libbacktrace.
1354 (target_modules): Likewise.
1355 * configure, Makefile.in: Rebuild.
1356
1357 2012-09-15 Jiong Wang <jiwang@tilera.com>
1358
1359 * configure.ac (ENABLE_GOLD): support tilegx*
1360 * configure: rebuild
1361
1362 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1363
1364 PR target/38607
1365 Merge upstream change.
1366 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1367
1368 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1369 Add libgomp*.o to compare_exclusions for AIX.
1370 * configure: Regenerate.
1371
1372 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 PR binutils/4970
1375 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1376 and opcodes.
1377 * Makefile.in: Regenerated.
1378
1379 2012-08-14 Diego Novillo <dnovillo@google.com>
1380
1381 Merge from cxx-conversion branch.
1382
1383 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1384 POSTSTAGE1_CONFIGURE_FLAGS.
1385 * Makefile.in: Regenerate.
1386 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1387 Force C++ when bootstrapping.
1388 * configure: Regenerate.
1389
1390 2012-07-06 Richard Guenther <rguenther@suse.de>
1391
1392 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1393 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1394 --with-gmp=system.
1395 * Makefile.in: Regenerated.
1396 * configure: Likewise.
1397
1398 2012-07-06 Richard Guenther <rguenther@suse.de>
1399
1400 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1401 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1402 supply V=1 as extra_make_flags.
1403 * configure: Regenerated.
1404 * Makefile.in: Likewise.
1405
1406 2012-07-03 Richard Guenther <rguenther@suse.de>
1407
1408 * Makfile.def (isl): Remove not necessary extra_exports and
1409 extra_make_flags.
1410 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1411 * Makefile.in: Regenerated.
1412
1413 2012-07-03 Richard Guenther <rguenther@suse.de>
1414
1415 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1416 * configure.ac: If either the ISL or the CLooG check failed
1417 do not try to build in-tree versions.
1418 * Makefile.in: Regenerated.
1419 * configure: Regenerated.
1420
1421 2012-07-02 Richard Guenther <rguenther@suse.de>
1422 Michael Matz <matz@suse.de>
1423 Tobias Grosser <tobias@grosser.es>
1424 Sebastian Pop <sebpop@gmail.com>
1425
1426 * Makefile.def: Add ISL host module, remove PPL host module.
1427 Adjust ClooG host module to use the proper ISL.
1428 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1429 * configure.ac: Include config/isl.m4. Add ISL host library,
1430 remove PPL. Remove PPL configury, add ISL configury, adjust
1431 ClooG configury.
1432 * Makefile.in: Regenerated.
1433 * configure: Likewise.
1434
1435 2012-07-02 Richard Guenther <rguenther@suse.de>
1436
1437 Merge from graphite branch
1438 2011-07-21 Tobias Grosser <tobias@grosser.es>
1439
1440 * configure: Regenerated.
1441 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1442 both cloog.org and legacy versions. The only supported version will
1443 be CLooG with the isl backend.
1444
1445 2011-07-21 Tobias Grosser <tobias@grosser.es>
1446
1447 * configure: Regenerated.
1448 * configure.ac: Require cloog isl 0.17.0
1449
1450 2011-07-21 Tobias Grosser <tobias@grosser.es>
1451
1452 * configure: Regenerated.
1453 * config/cloog.m4: Do not define CLOOG_ORG
1454
1455 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1456
1457 * configure.ac: Skip C if explicitly selected.
1458 * configure: Regenerate.
1459
1460 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1461
1462 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1463 they contain -O2.
1464 * configure: Regenerate.
1465
1466 2012-06-20 Jason Merrill <jason@redhat.com>
1467
1468 * Makefile.tpl (check-target-libgomp-c++): New.
1469 (check-target-libitm-c++): New.
1470 * Makefile.def (c++): Add them.
1471 * Makefile.in: Regenerate.
1472
1473 2012-05-16 Olivier Hainque <hainque@adacore.com>
1474
1475 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1476 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1477 (install-no-fixedincludes): Adjust accordingly.
1478 * Makefile.in: Regenerate.
1479
1480 2012-05-09 Nick Clifton <nickc@redhat.com>
1481 Paul Smith <psmith@gnu.org>
1482
1483 PR bootstrap/50461
1484 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1485 allow for the fact that from release v3.1.0 of MPFR the source
1486 files were moved into a src sub-directory.
1487 * configure: Regenerate.
1488
1489 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1490
1491 * configure.ac: Bump minimum MPFR version to 2.4.0.
1492 * configure: Regenerated.
1493
1494 2012-05-01 Richard Henderson <rth@redhat.com>
1495
1496 * Makefile.def (libatomic): New target_module.
1497 * configure.ac (target_libraries): Add libatomic.
1498 (noconfigdirs): Check if libatomic is supported.
1499 * Makefile.in, configure: Rebuild.
1500
1501 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1502
1503 Merge upstream change
1504 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1505
1506 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1507
1508 * libtool.m4: Additional FreeBSD 10 fixes.
1509
1510 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1511
1512 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1513 they contain -O2.
1514 * configure: Regenerate.
1515
1516 2012-05-14 Catherine Moore <clm@codesourcery.com>
1517
1518 * NEWS: Mention PowerPC VLE port.
1519
1520 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1521
1522 * MAINTAINERS (config/): Move to intl/ section.
1523 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1524
1525 2012-05-09 Nick Clifton <nickc@redhat.com>
1526 Paul Smith <psmith@gnu.org>
1527
1528 PR bootstrap/50461
1529 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1530 allow for the fact that from release v3.1.0 of MPFR the source
1531 files were moved into a src sub-directory.
1532 * configure: Regenerate.
1533
1534 2012-05-02 Roland McGrath <mcgrathr@google.com>
1535
1536 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1537 * configure: Regenerate.
1538
1539 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1540
1541 * config.sub: Update to 2012-04-18 version from official repo.
1542
1543 2012-03-19 Tristan Gingold <gingold@adacore.com>
1544
1545 * configure.ac (ia64*-*-*vms*): Add support for ld.
1546 * configure: Regenerate.
1547
1548 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1549
1550 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1551 (unsupported_languages): Remove mips-sgi-irix6.*.
1552 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1553 (with_stabs): Remove.
1554 * configure: Regenerate.
1555
1556 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1557
1558 * configure.ac (enable_libgomp): Remove *-*-osf*.
1559 (with_stabs): Remove alpha*-*-osf*.
1560 * configure: Regenerate.
1561
1562 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1563
1564 * COPYING.NEWLIB: Modify DJ Delorie license to include
1565 modification rights in clause as permitted by DJ Delorie.
1566 * COPYING.LIBGLOSS: Ditto.
1567
1568 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1569
1570 * COPYING.NEWLIB: Remove two unused licenses.
1571
1572 2012-03-05 Tristan Gingold <gingold@adacore.com>
1573
1574 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1575 * configure: Regenerate.
1576
1577 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1578
1579 * COPYING.NEWLIB: Add Adapteva notice.
1580 * COPYING.LIBGLOSS: Add Adapteva notice.
1581
1582 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1583
1584 * configure: Regenerate.
1585
1586 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1587
1588 * COPYING.LIBGLOSS: Add GPL with exception license.
1589
1590 2011-11-09 Roland McGrath <mcgrathr@google.com>
1591
1592 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1593 * configure: Rebuild.
1594 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1595 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1596 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1597 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1598 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1599 Add READELF.
1600 * Makefile.in: Rebuild.
1601
1602 2011-11-08 Richard Henderson <rth@redhat.com>
1603
1604 * configure.ac: Test for libitm directory present first.
1605
1606 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1607
1608 * configure.ac: Test libitm/configure.tgt to disable libitm.
1609 * configure: Rebuild.
1610
1611 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1612
1613 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1614 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1615 * Makefile.in: Regenerate.
1616
1617 2011-11-01 DJ Delorie <dj@redhat.com>
1618
1619 * configure.ac (rl78-*-*) New case.
1620 * configure: Regenerate.
1621
1622 2011-11-01 DJ Delorie <dj@redhat.com>
1623
1624 * config.sub: Update to version 2011-10-29 (added rl78)
1625
1626 2011-10-27 Nick Clifton <nickc@redhat.com>
1627
1628 * config.sub: Import these changes from the config project:
1629
1630 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1631 Ben Elliston <bje@gnu.org>
1632
1633 * config.sub (epiphany): New.
1634
1635 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1636 Ben Elliston <bje@gnu.org>
1637
1638 * config.sub (hexagon, hexagon-*): New.
1639
1640 2011-08-23 Roland McGrath <mcgrathr@google.com>
1641
1642 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1643 64eb to be64.
1644
1645 2011-08-16 Roland McGrath <mcgrathr@google.com>
1646
1647 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1648 (nacl): Grok as alias for 32el-unknown-nacl.
1649
1650 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1651
1652 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1653
1654 2011-08-14 Yao Qi <yao@codesourcery.com>
1655
1656 Merge from gcc:
1657
1658 2011-08-14 Yao Qi <yao@codesourcery.com>
1659 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1660 * configure: Regenerate.
1661
1662 2011-07-26 Ian Lance Taylor <iant@google.com>
1663
1664 Merge from gcc:
1665
1666 2011-07-26 Ian Lance Taylor <iant@google.com>
1667 * configure.ac: Set have_compiler based on whether gcc directory
1668 exists, rather than on whether gcc is in configdirs.
1669 * configure: Rebuild.
1670
1671 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1672 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1673 link directories.
1674 * Makefile.in: Rebuild.
1675
1676 2011-07-20 Ian Lance Taylor <iant@google.com>
1677 PR bootstrap/49787
1678 * configure.ac: Move --enable-bootstrap handling earlier in file.
1679 If --enable-bootstrap and either --enable-build-with-cxx or
1680 --enable-build-poststage1-with-cxx, enable C++ automatically.
1681 * configure: Rebuild.
1682
1683 2011-07-19 Ian Lance Taylor <iant@google.com>
1684 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1685 make C++ a boot_language. Set and substitute
1686 POSTSTAGE1_CONFIGURE_FLAGS.
1687 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1688 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1689 * configure, Makefile.in: Rebuild.
1690
1691 2011-07-16 Jason Merrill <jason@redhat.com>
1692 * Makefile.def (language=c++): Add check-c++0x and
1693 check-target-libmudflap-c++.
1694 * Makefile.tpl (check-target-libmudflap-c++): New.
1695 * Makefile.in: Regenerate.
1696
1697 2011-07-16 Matthias Klose <doko@ubuntu.com>
1698 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1699 * Makefile.def (target_modules/libjava): Pass
1700 $(EXTRA_CONFIGARGS_LIBJAVA).
1701 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1702 if not configured with --enable-static-libjava.
1703 * Makefile.in: Regenerate.
1704 * configure: Likewise.
1705
1706 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1707 PR regression/47836
1708 PR bootstrap/23656
1709 PR other/47733
1710 PR bootstrap/49247
1711 PR c/48825
1712 * configure.ac (target_libraries): Remove target-libiberty.
1713 Remove case-statement setting skipdirs=target-libiberty for
1714 multiple targets. Remove checking target_configdirs and
1715 removing target-libiberty but keeping target-libgcc if
1716 otherwise empty.
1717 * Makefile.def (target_modules): Don't add libiberty.
1718 (dependencies): Remove all traces of target-libiberty.
1719 * configure, Makefile.in: Regenerate.
1720
1721 2011-07-22 Jason Merrill <jason@redhat.com>
1722
1723 * Makefile.def (language=c++): Add check-c++0x and
1724 check-target-libmudflap-c++.
1725 * Makefile.tpl (check-target-libmudflap-c++): New.
1726 * Makefile.in: Regenerate.
1727
1728 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1729
1730 * configure: Regenerate.
1731
1732 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1733
1734 PR target/39150
1735 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1736 x86_64-*-solaris2.1[0-9]*.
1737 * configure: Regenerate.
1738
1739 2011-06-13 Walter Lee <walt@tilera.com>
1740
1741 * configure.ac (tilepro-*-*) New case.
1742 (tilegx-*-*): Likewise.
1743 * configure: Regenerate.
1744
1745 2011-06-06 Nick Clifton <nickc@redhat.com>
1746
1747 * config.sub: Sync from upstream.
1748
1749 2011-05-08 Doug Kwan <dougkwan@google.com>
1750
1751 Merge from gcc:
1752
1753 2011-05-08 Doug Kwan <dougkwan@google.com>
1754
1755 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1756 * configure: Regenerated.
1757 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1758 value from configure.
1759 * Makefile.in: Regenerated.
1760
1761 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1762
1763 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1764 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1765 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1766 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1767 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1768 *-*-vxworks*): Disable newlib and libgloss in separate case
1769 statement.
1770 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1771 to separate case statement.
1772 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1773 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1774 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1775 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1776 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1777 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1778 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1779 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1780 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1781 i[[3456789]]86-*-rdos*, m32r-*-*,
1782 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1783 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1784 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1785 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1786 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1787 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1788 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1789 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1790 and libgloss in main case over targets. Remove most empty cases
1791 in main case over targets.
1792 * configure: Regenerate.
1793
1794 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1795
1796 * configure.ac: Remove code setting special library locations for
1797 hppa*64*-*-hpux11*. Remove code setting compiler for
1798 sparc-sun-solaris2*.
1799 * configure: Regenerate.
1800
1801 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1802
1803 * configure.ac: Separate libgloss_dir settings from general case
1804 over targets.
1805 * configure: Regenerate.
1806
1807 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1808
1809 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1810 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1811 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1812 cases in libgcj-disabling case statement.
1813 (hppa*64*-*-linux*): Set unsupported_languages instead of
1814 disabling target-zlib.
1815 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1816 to hppa*64*-*-hpux*.
1817 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1818 hppa*-*-hpux*.
1819 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1820 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1821 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1822 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1823 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1824 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1825 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1826 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1827 libgcj-disabling case statement.
1828 * configure: Regenerate.
1829
1830 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1831
1832 * configure.ac: Disable Java for targets not supporting libffi.
1833 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1834 Remove cases in Java-disabling statement.
1835 (*arm-wince-pe): Change to arm-wince-pe.
1836 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1837 cases in Java-disabling statement.
1838 (bfin-*-*): Don't disable Java again.
1839 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1840 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1841 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1842 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1843 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1844 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1845 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1846 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1847 Java-disabling statement.
1848 (mmix-*-*): Don't disable Java again.
1849 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1850 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1851 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1852 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1853 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1854 statement.
1855 * configure: Regenerate.
1856
1857 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1858
1859 Merge from GCC:
1860
1861 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1862
1863 PR lto/48086
1864 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1865 * configure: Regenerate.
1866
1867 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1868
1869 * configure.ac: Separate cases disabling Java and Java libraries
1870 from general case over targets.
1871 * configure: Regenerate.
1872
1873 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1874
1875 * configure.ac (build_tools): Remove build-byacc.
1876 (host_libs): Remove mmalloc.
1877 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1878 autoconf automake libtool diff rcs fileutils shellutils time
1879 textutils wdiff find uudecode hello tar gzip indent recode release
1880 sed perl gawk findutils gettext zip.
1881 (libgcj): Remove target-qthreads.
1882 (target_tools): Remove target-examples target-gperf.
1883 (YACC): Don't handle building byacc.
1884 * configure: Regenerate.
1885 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1886 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1887 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1888 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1889 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1890 handle building components.
1891 * Makefile.in: Regenerate.
1892
1893 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1894
1895 * config.sub: Sync from upstream.
1896
1897 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1898
1899 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1900 (microblaze*): Don't disable libssp.
1901 * configure: Regenerate.
1902
1903 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1904
1905 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1906 moveifchange.
1907 * configure: Regenerate.
1908 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1909 * Makefile.in: Regenerate.
1910
1911 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1912
1913 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1914 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1915 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1916 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1917 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1918 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1919 md_exec_prefix cases.
1920 * configure: Regenerate.
1921
1922 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1923
1924 * configure.ac: Separate cases disabling target-libssp,
1925 target-libiberty, target-libstdc++-v3 and Fortran from general
1926 case over targets.
1927 * configure: Regenerate.
1928
1929 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1930
1931 * configure.ac (*-*-chorusos): Don't disable libgcj.
1932 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1933 Remove case.
1934 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1935 (arm-*-coff): Don't disable libgcj.
1936 (arm*-*-linux-gnueabi): Remove useless assignment.
1937 (arm-*-riscix*): Don't disable libgcj.
1938 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1939 configuration.
1940 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1941 (c54x*-*-*): Remove case.
1942 (tic54x-*-*): Don't disable GCC or GCC libraries.
1943 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1944 to *.
1945 (d10v-*-*): Don't disable GCC libraries.
1946 (d30v-*-*): Don't disable libgcj.
1947 (h8500-*-*): Don't disable GCC libraries.
1948 (i960-*-*): Don't disable libgcj.
1949 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1950 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1951 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1952 libgcj.
1953 (m68k-*-coff*): Remove case.
1954 (mmix-*-*): Don't disable libgloss on host.
1955 (mn10200-*-*, mn10300-*-*): Remove cases.
1956 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1957 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1958 Don't disable libgcj.
1959 (romp-*-*): Remove case.
1960 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1961 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1962 case.
1963 (v810-*-*): Don't disable GCC libraries.
1964 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1965 (ip2k-*-*): Don't disable GCC libraries.
1966 * configure: Regenerate.
1967
1968 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1969
1970 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1971 libffi on host.
1972 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1973 on host.
1974 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1975 * configure: Regenerate.
1976
1977 2011-03-26 John Marino <binutils@marino.st>
1978
1979 * configure.ac: Add support for *-*-dragonfly*
1980 * configure: Regenerate.
1981
1982 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1983
1984 * configure.ac (native_only): Remove.
1985 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1986 send-pr uudecode guile gnuserv on host.
1987 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1988 send-pr rcs guile perl texinfo libtool on host.
1989 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1990 automake send-pr rcs guile perl texinfo libtool on host.
1991 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1992 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1993 (alpha*-dec-osf*): Don't disable fileutils on target.
1994 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1995 texinfo send-pr expect dejagnu on target.
1996 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1997 target-qthreads on target.
1998 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1999 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2000 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2001 x86_64-*-mingw*): Don't disable expect on target.
2002 (*-*-cygwin*): Don't disable target-gperf on target.
2003 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2004 gnuserv on target.
2005 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2006 target.
2007 * configure: Regenerate.
2008
2009 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2010
2011 * configure.ac (target_tools): Remove target-groff.
2012 (native_only): Remove target-groff.
2013 (hppa*64*-*-*): Don't disable byacc.
2014 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2015 setting.
2016 (*-*-kaos*): Don't skip target-librx and target-groff.
2017 (*-*-netware*): Don't skip target-libmudflap.
2018 (*-*-tpf*): Don't skip target-libmudflap.
2019 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2020 directories on the host.
2021 (ia64*-*-*vms*): Don't skip tix.
2022 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2023 host.
2024 * configure: Regenerate.
2025
2026 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2027
2028 * configure.ac: Remove references to mt-mep, mt-netware,
2029 mt-wince.
2030 * Makefile.def: Add all-utils soft dependencies.
2031 * Makefile.tpl: Remove GDB_NLM_DEPS.
2032 * configure: Regenerate.
2033 * Makefile.in: Regenerate.
2034
2035 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2036
2037 Sync from GCC:
2038
2039 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2040
2041 * configure.ac: Do not include mh-x86omitfp.
2042 * configure: Regenerate.
2043
2044 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2045
2046 * configure.ac: Remove empty cases.
2047 * configure: Regenerate.
2048
2049 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2050
2051 * Makefile.def: Add dependency from termcap to gdb.
2052 * Makefile.in: Regenerate.
2053
2054 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2057 * configure: Regenerate.
2058 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2059 * Makefile.tpl: Likewise.
2060 * Makefile.in: Regenerate.
2061
2062 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2063
2064 * configure.ac: Remove all mentions of tentative_cc.
2065 * configure: Regenerate.
2066
2067 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2068
2069 PR lto/48086
2070 * configure.ac: Re-enable LTO on *-apple-darwin9.
2071 * configure: Regenerate.
2072
2073 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2074
2075 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2076 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2077 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2078 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2079 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2080 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2081 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2082 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2083 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2084 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2085 *-*-rhapsody*): Remove host cases.
2086 * configure: Regenerate.
2087
2088 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2089
2090 * configure.ac (ppc*-*-pe): Remove host case.
2091 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2092 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2093 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2094 cases.
2095 * configure: Regenerate.
2096
2097 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2098
2099 * config.sub: Update to version 2011-03-23.
2100
2101 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2102
2103 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2104 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2105 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2106 * configure: Regenerate.
2107
2108 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2109
2110 * config-ml.in: Don't handle arc-*-elf*.
2111 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2112 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2113 handle GCC libraries.
2114 * configure: Regenerate.
2115
2116 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2117
2118 PR bootstrap/48120:
2119 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2120 Add -lstdc++ -lm to LIBS.
2121 * configure: Regenerate.
2122
2123 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2124
2125 * config.guess: Update to version 2011-02-02
2126 * config.sub: Update to version 2011-02-24
2127
2128 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2129
2130 * configure.ac: Adjust test of with_ppl.
2131 * configure: Regenerated.
2132
2133 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2134
2135 * configure.ac: Add -lpwl to ppllibs.
2136 * config/cloog.m4: Add -lisl to clooglibs.
2137 * configure: Regenerated.
2138
2139 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2140
2141 Import from Libtool and gnulib:
2142
2143 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2144
2145 Prepare for supporting FreeBSD 10.
2146 * config.rpath: Remove handling of freebsd1* which soon would
2147 match FreeBSD 10.0.
2148
2149 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2150
2151 Remove support for FreeBSD 1.x.
2152 * libtool.m4 (_LT_LINKER_SHLIBS)
2153 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2154 soon would incorrectly match FreeBSD 10.0.
2155
2156 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2157
2158 PR binutils/12283
2159 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2160 (move-if-change): Comes from gnulib.
2161 * move-if-change: Import version from gnulib.
2162
2163 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2164
2165 Sync from GCC:
2166
2167 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2168
2169 PR lto/47225
2170 * Makefile.def (lto-plugin): Double dash for enable-shared.
2171 (configure-gcc): Depend on all-lto-plugin.
2172 * Makefile.in: Rebuilt.
2173
2174 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2175
2176 * configure.ac: Remove extra bracket.
2177 * configure: Regenerate.
2178
2179 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2180
2181 PR lto/47225
2182 * Makefile.def: Add dependency for install-gcc
2183 on install-lto-plugin.
2184 * Makfile.in: Regenerated
2185
2186 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2187
2188 * configure.ac: If with_ppl is no, move setting with_cloog=no
2189 after CLOOG_REQUESTED check.
2190 * configure: Regenerated.
2191
2192 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2193
2194 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2195 CLooG has been requested.
2196 * configure: Regenerated.
2197
2198 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2199
2200 * configure: Regenerated.
2201 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2202
2203 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2204
2205 * configure: Regenerated.
2206 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2207
2208 2011-01-07 Jan Hubicka <jh@suse.cz>
2209
2210 PR lto/47225
2211 * Makefile.in: Regenerate.
2212 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2213 configure.
2214
2215 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2216
2217 PR libgcj/44341
2218 * configure.ac: Discard --with-* flags for host when configuring
2219 target libraries for cross build.
2220 * configure: Rebuilt.
2221
2222 2011-01-21 Andreas Schwab <schwab@redhat.com>
2223
2224 Sync from GCC:
2225
2226 2011-01-21 Andreas Schwab <schwab@redhat.com>
2227
2228 * configure.ac: Use AS_HELP_STRING throughout.
2229 * configure: Regenerate.
2230
2231 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2232
2233 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2234 * configure: Regenerate.
2235
2236 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2237
2238 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2239
2240 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2241
2242 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2243 for ia64-hpux.
2244 * configure: Regenerate.
2245
2246 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2247
2248 Sync from GCC:
2249 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2250
2251 * configure.ac: (picochip): Disable libiberty.
2252 * configure: Regenerate.
2253
2254 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2255
2256 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2257
2258 2010-12-10 Ian Lance Taylor <iant@google.com>
2259
2260 PR bootstrap/46819
2261 * configure.ac: For --disable-libgcj clear libgcj_saved.
2262 * configure: Rebuild.
2263
2264 2010-12-10 Tobias Burnus <burnus@net-b.de>
2265
2266 PR fortran/46540
2267 * configure.ac: Add --disable-libquadmath and
2268 --disable-libquadmath-support.
2269 * configure: Regenerate.
2270
2271 2010-12-10 Tristan Gingold <gingold@adacore.com>
2272
2273 * src-release (ETC_SUPPORT): add gnu-oids.texi
2274
2275 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2276
2277 PR libffi/46792
2278 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2279 * configure: Regenerate.
2280
2281 2010-12-02 Ian Lance Taylor <iant@google.com>
2282
2283 * configure.ac: Always set default for poststage1_ldflags to
2284 -static-libstdc++ -static-libgcc.
2285
2286 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2287
2288 * COPYING.NEWLIB: Add National Semiconductor notice.
2289
2290 2010-11-29 Andreas Schwab <schwab@redhat.com>
2291
2292 * configure.ac: Move comment to remove extra space in last argument
2293 of GCC_TARGET_TOOL.
2294
2295 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2296
2297 PR other/46026
2298 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2299 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2300 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2301 (BASE_FLAGS_TO_PASS): Use it.
2302 * configure: Rebuilt.
2303 * Makefile.in: Rebuilt.
2304
2305 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2306
2307 PR binutils/12258
2308 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2309 Properly check default linker.
2310 * configure: Regnerated.
2311
2312 2010-11-23 Matthias Klose <doko@ubuntu.com>
2313
2314 * configure.ac: For --enable-gold, handle value `default' instead of
2315 `both*'. New configure option --{en,dis}able-ld.
2316 * configure: Regenerate.
2317
2318 2010-11-20 Ian Lance Taylor <iant@google.com>
2319
2320 * configure.ac: Only disable a language library if no language needs
2321 it. Don't let --disable-libgcj uncondtionally disable libffi.
2322 * configure: Rebuild.
2323
2324 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2325
2326 * configure: Regenerate.
2327
2328 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2329
2330 PR other/46202
2331 * configure.ac: Fix just-built in-tree STRIP name to be
2332 binutils/strip-new.
2333 * configure: Regenerate.
2334 * Makefile.def (install-strip-gcc, install-strip-binutils)
2335 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2336 (install-strip-sid): Mirror dependencies on non-strip variants
2337 of these targets on the respective -strip prerequisites.
2338 * Makefile.tpl (install-strip, install-strip-host)
2339 (install-strip-target): New targets.
2340 (install-strip-[+module+], install-strip-target-[+module+]):
2341 New targets.
2342 * Makefile.in: Regenerate.
2343
2344 2010-11-19 Ian Lance Taylor <iant@google.com>
2345 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2346
2347 * configure.ac: Add target-libgo to target_libraries. Set
2348 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2349 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2350 (HOST_EXPORTS): Add GOC.
2351 (BASE_TARGET_EXPORTS): Add GOC.
2352 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2353 (GOCFLAGS_FOR_TARGET): New variable.
2354 (EXTRA_HOST_FLAGS): Add GOC.
2355 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2356 * Makefile.def (target_modules): Add libgo.
2357 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2358 (dependencies): Add dependency from configure-target-libgo to
2359 configure-target-libffi and all-target-libstdc++-v3. Add
2360 dependencies from all-target-libgo to all-target-libffi.
2361 (languages): Add go.
2362 * configure: Rebuild.
2363 * Makefile.in: Rebuild.
2364
2365 2010-11-19 Ian Lance Taylor <iant@google.com>
2366
2367 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2368 compiler/flag environment variables.
2369
2370 2010-11-18 Ian Lance Taylor <iant@google.com>
2371
2372 * configure.ac: Check for lang_requires_boot_languages in
2373 config-lang.in files.
2374 * configure: Rebuild.
2375
2376 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2377
2378 * .gitignore: New file.
2379
2380 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2381 Tobias Burnus <burnus@net-b.de>
2382
2383 PR fortran/32049
2384 * Makefile.def: Add libquadmath; build it with language=fortran.
2385 * configure.ac: Add libquadmath.
2386 * Makefile.tpl: Handle multiple libs in check-[+language+].
2387 * Makefile.in: Regenerate.
2388 * configure: Regenerate.
2389
2390 2010-11-15 Andreas Schwab <schwab@redhat.com>
2391
2392 * configure.ac: Fix spelling in option names.
2393 * configure: Regenerated.
2394
2395 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2396
2397 PR bootstrap/39622
2398 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2399 * configure: Regenerated.
2400
2401 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2402
2403 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2404 define the cloog backend to use. Furthermore, only pass the ppllibs to
2405 the configure checks, if necessary.
2406 * configure: Regenerate.
2407
2408 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2409
2410 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2411 * configure: regenerate
2412
2413 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2414
2415 * config/cloog.m4: Fix typo. verison -> version.
2416 * configure: Regenerate.
2417
2418 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2419
2420 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2421 * configure: Regenerate.
2422
2423 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2424
2425 * configure.ac: Support official CLooG.org versions.
2426 * configure: Regenerate.
2427 * config/cloog.m4: New.
2428
2429 2010-11-05 Michael Eager <eager@eagercon.com>
2430
2431 * COPYING.LIBGLOSS: Correct typo in microblaze.
2432 * COPYING.NEWLIB: Same.
2433
2434 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2435
2436 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2437 * configure: Regenerate.
2438
2439 2010-11-03 Ian Lance Taylor <iant@google.com>
2440 Dave Korn <dave.korn.cygwin@gmail.com>
2441
2442 PR lto/46273
2443 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2444 and on other supported platforms whenever LTO is enabled.
2445 * configure: Rebuild.
2446
2447 2010-11-02 Alan Modra <amodra@gmail.com>
2448
2449 PR binutils/12110
2450 * configure.ac: Error when source path contains spaces.
2451 * configure: Regenerate.
2452
2453 2010-10-20 Ian Lance Taylor <iant@google.com>
2454
2455 * Makefile.def (target_modules): Set lib_path to src/.libs for
2456 libstdc++-v3 module.
2457 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2458 * Makefile.in: Rebuild.
2459
2460 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2461 Joseph Myers <joseph@codesourcery.com>
2462
2463 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2464 notices.
2465 * COPYING.NEWLIB: Add Texas Instruments notice.
2466
2467 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2468
2469 * configure.ac (build_lto_plugin): New shell variable.
2470 (--enable-lto): Turn on by default for all non-ELF platforms that
2471 have had LTO support added so far. Set build_lto_plugin appropriately
2472 for both ELF and non-ELF.
2473 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2474 * configure: Regenerate.
2475
2476 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2477
2478 PR bootstrap/45326
2479 PR bootstrap/45174
2480 * configure.ac: Honor initial values of $build_configargs,
2481 $host_configargs, $target_configargs. Mark the precious, so
2482 environment settings get recorded.
2483 * configure: Regenerate.
2484
2485 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2486
2487 Sync from GCC:
2488
2489 2010-09-30 Michael Eager <eager@eagercon.com>
2490
2491 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2492 * configure: Regenerate.
2493
2494 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2495
2496 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2497 targets and amend comment.
2498 * configure: Regenerate.
2499
2500 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2501
2502 * configure.ac: Enable LTO by default on Darwin.
2503 * configure: Regenerate.
2504
2505 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2506
2507 PR bootstrap/44455
2508 * configure.ac (extra_mpfr_configure_flags): Copy from
2509 extra_mpc_gmp_configure_flags.
2510 * configure: Re-generated.
2511
2512 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2513
2514 Sync from GCC:
2515
2516 PR bootstrap/45796
2517 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2518 Depend on all-build-libiberty.
2519 * Makefile.in: Regenerate.
2520
2521 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2522
2523 Sync from GCC:
2524
2525 PR bootstrap/44621
2526 * configure.ac: Fix unportable shell quoting.
2527 * configure: Regenerate.
2528
2529 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2530
2531 * configure.ac: Support all v850 targets.
2532 * configure: Regenerate.
2533
2534 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2535
2536 PR target/44862
2537 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2538 Provide -B option to allow for link spec %s substitutions for
2539 libstdc++.a on darwin.
2540 * Makefile.in: Regenerate.
2541
2542 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2543
2544 * Makefile.def (configure-gcc): Depend on all-libelf.
2545 * Makefile.in: Rebuild.
2546
2547 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2548
2549 * config.sub, config.guess: Update from upstream sources.
2550
2551 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2552
2553 Sync from GCC:
2554
2555 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2556 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2557 * configure: Regenerated.
2558
2559 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2560 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2561 * configure: Regenerate.
2562
2563 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2564 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2565 * configure: Regenerate.
2566
2567 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2568 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2569 separately.
2570 * configure: Regenerate.
2571
2572 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2573 * configure: Regenerate after change to elf.m4.
2574
2575 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2576 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2577 * configure: Regenerated.
2578
2579 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2580 * configure.ac: Print "buggy but acceptable" when CLooG
2581 revision is less than 9.
2582 * configure: Regenerated.
2583
2584 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2585
2586 Merge from gcc:
2587
2588 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2589 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2590 * configure: Regenerate.
2591
2592 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2593 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2594 a platform that supports LTO.
2595 * configure: Regenerate.
2596
2597 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2598 PR lto/42776
2599 * configure.ac (--enable-lto): Refactor handling so libelf tests
2600 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2601 and allow LTO to be explicitly enabled on non-ELF platforms that
2602 are known to support it inside else-clause.
2603 * configure: Regenerate.
2604
2605 2010-04-27 Roland McGrath <roland@redhat.com>
2606 H.J. Lu <hongjiu.lu@intel.com>
2607
2608 * configure.ac (--enable-gold): Support both, both/gold and
2609 both/bfd to add gold to configdirs without removing ld.
2610 * configure: Regenerated.
2611
2612 * Makefile.def: Add install-gold dependency to install-ld.
2613 * Makefile.in: Regenerated.
2614
2615 2010-04-14 Tristan Gingold <gingold@adacore.com>
2616
2617 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2618 * configure: Regenerate.
2619
2620 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2621
2622 Merge from gcc:
2623 PR bootstrap/43615
2624 PR bootstrap/43328
2625 Revert:
2626 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2627 * configure.ac: Do not pass --enable-multilib nor
2628 --disable-multilib in baseargs. Accept explicitly passed
2629 --enable_multilib.
2630 * configure: Regenerate.
2631
2632 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2633
2634 PR bootstrap/43328
2635 * configure.ac: Do not pass --enable-multilib nor
2636 --disable-multilib in baseargs. Accept explicitly passed
2637 --enable_multilib.
2638 * configure: Regenerate.
2639
2640 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2641
2642 * configure.ac (tic6x-*-*): New case.
2643 * configure: Regenerate.
2644
2645 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2646
2647 Merge from gcc:
2648 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2649 PR ada/42554
2650 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2651 * configure: Regenerate.
2652
2653 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2654
2655 * config.sub: Update to version 2010-03-22.
2656 * config.guess: Update to version 2009-12-30.
2657
2658 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2659
2660 Merge from gcc:
2661 2010-01-11 Richard Guenther <rguenther@suse.de>
2662 PR lto/41569
2663 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2664 * Makefile.in: Regenerated.
2665
2666 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2667
2668 PR libstdc++/32499
2669 * configure.ac (RANLIB): Default to true.
2670 (STRIP): Likewise.
2671 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2672 * configure: Regenerate.
2673
2674 2010-02-17 Nick Clifton <nickc@redhat.com>
2675
2676 PR 11238
2677 * Makefile.tpl (local-distclean): Also remove config.cache files in
2678 sub-directories as there may not be Makefiles present in the
2679 sub-directories.
2680 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2681 the config.cache files found by the find command.
2682
2683 * Makefile.in: Regenerate.
2684 * configure.ac: Revert previous delta.
2685 * configure: Regenerate.
2686
2687 2010-02-15 Nick Clifton <nickc@redhat.com>
2688
2689 PR 11238
2690 * configure.ac: Delete config.cache files in sub-directories when
2691 deleting Makefiles.
2692 * configure: Regenerate.
2693
2694 2010-02-15 Nick Clifton <nickc@redhat.com>
2695
2696 * configure.ac: Sync from gcc.
2697 * configure: Regenerate.
2698
2699 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2700
2701 Sync from gcc:
2702 * configure.ac: Add "recommended" version checks for GMP/MPC.
2703 Update recommended GMP/MPFR/MPC versions.
2704 * configure: Regenerate.
2705
2706 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2707
2708 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2709 * configure.ac (bootstrap_target_libs): Make inclusion of
2710 target-libgomp conditional on libgomb being in target_configdirs.
2711 * configure: Regenerate.
2712
2713 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2714
2715 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2716 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2717 * configure: Regenerate.
2718
2719 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2720
2721 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2722 * configure.ac (target_configdirs): Substitute.
2723 * Makefile.def: Bootstrap target module libgomp.
2724 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2725 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2726 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2727 * configure, Makefile.in: Regenerate.
2728
2729 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2730
2731 * libtool.m4: Sync from git Libtool.
2732 * ltmain.sh: Likewise.
2733 * ltoptions.m4: Likewise.
2734 * ltversion.m4: Likewise.
2735 * lt~obsolete.m4: Likewise.
2736
2737 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2738 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2739
2740 PR bootstrap/42424
2741 * configure.ac: Include libtool m4 files.
2742 (_LT_CHECK_OBJDIR): Call it.
2743 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2744 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2745
2746 * configure: Regenerate.
2747
2748 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2749
2750 PR bootstrap/41818
2751 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2752 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2753 * Makefile.in: Regenerate.
2754
2755 2009-12-18 Ben Elliston <bje@au.ibm.com>
2756
2757 * config.sub, config.guess: Update from upstream sources.
2758
2759 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2760
2761 * COPYING.NEWLIB: Update copyright date.
2762 * COPYING.LIBGLOSS: Ditto.
2763
2764 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2765
2766 PR middle-end/30447
2767 PR middle-end/30789
2768 PR other/40302
2769
2770 * configure.ac: Require MPC.
2771 * configure: Regenerate.
2772
2773 * configure.ac: Update minimum MPC version to 0.8.
2774 * configure: Regenerate.
2775
2776 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2777
2778 * config.guess: Sync with upstream and gcc.
2779 * config.sub: Sync with upstream and gcc.
2780
2781 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2782
2783 * Makefile.def: Restore host and target settings for gmp.
2784 * Makefile.in: Rebuild.
2785
2786 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2787
2788 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2789 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2790 Fix portability of test of C++ as bootstrap language. Add
2791 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2792 * configure: Rebuild.
2793 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2794 and cloog. Fix in-tree ppl configuration. Introduce libelf
2795 in-tree building.
2796 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2797 (POSTSTAGE1_HOST_EXPORTS): Use it.
2798 (STAGE[+id+]_CXXFLAGS): New.
2799 (BASE_FLAGS_TO_PASS): Pass it down.
2800 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2801 extra_exports.
2802 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2803 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2804 extra_exports.
2805 * Makefile.in: Rebuild.
2806
2807 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2808
2809 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2810 paths for *-w64-mingw* and x86_64-*mingw*.
2811 * configure: Regenerated.
2812
2813 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2814
2815 * configure.ac: Disable target-winsup & co for
2816 x86_64-*-mingw* and *-w64-mingw* targets.
2817 * configure: Regenerated.
2818
2819 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2820
2821 * configure.ac (CLooG test): Use = with test.
2822 * configure: Regenerate.
2823
2824 2009-10-22 Richard Guenther <rguenther@suse.de>
2825
2826 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2827 cloog if the ppl version check failed. Move flags saving
2828 before setting in libelf check.
2829 * configure: Regenerate.
2830
2831 2009-10-21 Richard Guenther <rguenther@suse.de>
2832
2833 * configure.ac: Adjust the ppl and cloog configure to work as
2834 documented. Disable cloog if ppl was disabled. Omit the version
2835 checks if they were disabled.
2836 * configure: Re-generate.
2837
2838 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 * configure.ac: Add 'lto' to enable_languages, not
2841 new_enable_languages, and only if not already present.
2842 * configure: Regenerate.
2843
2844 2009-10-06 Ian Lance Taylor <iant@google.com>
2845
2846 * Makefile.def: check-gold depends upon all-gas.
2847 * Makefile.in: Rebuild.
2848
2849 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2850
2851 * Makefile.def: all-lto-plugin depends on all-libiberty.
2852 set bootstrap=true for lto-plugin.
2853 Add lto-plugin.
2854 * Makefile.in: Regenerate.
2855 * configure.ac (host_libs): Add lto-plugin.
2856 * configure: Regenerate.
2857
2858 2009-10-03 Diego Novillo <dnovillo@google.com>
2859
2860 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2861 (HOST_LIBELFLIBS): Define.
2862 (HOST_LIBELFINC): Define.
2863 * Makefile.in: Regenerate.
2864 * configure.ac: Add --enable-lto.
2865 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2866 If --enable-lto is used, add 'lto' to new_enable_languages.
2867 If --enable-lto is used and gold is enabled, add
2868 lto-plugin to configdirs.
2869 * configure: Regenerate.
2870
2871 2009-10-03 Simon Baldwin <simonb@google.com>
2872
2873 * configure.ac: If --with-system-zlib, suppress local zlib and
2874 pass --with-system-zlib to subdir configure scripts.
2875 * configure: Regenerate.
2876
2877 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2878 Paolo Bonzini <bonzini@gnu.org>
2879
2880 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2881 $(srcdir).
2882 * Makefile.in: Rebuilt.
2883
2884 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2885
2886 Sync from gcc:
2887 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2888
2889 * configure.ac: Update minimum MPC version to 0.7.
2890 * configure: Regenerate.
2891
2892 2009-09-25 Nick Clifton <nickc@redhat.com>
2893
2894 * configure.ac: Pass any --cache-file=/dev/null option on to
2895 subconfigures.
2896 * configure: Regenerate.
2897
2898 2009-09-23 Nick Clifton <nickc@redhat.com>
2899
2900 * config.sub, config.guess: Update from upstream sources.
2901
2902 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2903
2904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2905 * Makefile.in: Rebuilt.
2906
2907 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2908
2909 PR bootstrap/32272
2910 * configure.ac: Error out if $srcdir isn't '.' but contains
2911 host-${host_noncanonical}.
2912 * configure: Regenerate.
2913
2914 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2915
2916 * configure.ac: If bootstrapping a combined tree with
2917 --enable-gold, require c++ in stage1_languages.
2918 * configure: Regenerate.
2919
2920 * configure.ac: Also add target_libs of stage1_languages to
2921 bootstrap_target_libs.
2922 * configure: Regenerate.
2923
2924 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2925 with --enable-languages not containing c++.
2926 * configure: Regenerate.
2927
2928 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2929
2930 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2931 * configure: Regenerate.
2932
2933 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2934
2935 * configure.ac: Do not use $extrasub for replacing @if/@endif
2936 parts in Makefile; instead, use additional arguments to
2937 AC_CONFIG_COMMANDS to do the replacement manually, with several
2938 sed invocations, to avoid HP-UX sed command limits.
2939 * configure: Regenerate.
2940
2941 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2942
2943 * configure.ac (with-build-config): Document. Handle without.
2944 Handle missing argument.
2945 * configure: Rebuilt.
2946
2947 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2948
2949 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2950 Default to bootstrap-debug only if compare-debug works.
2951 * configure: Rebuilt.
2952 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2953 * Makefile.in: Rebuilt.
2954
2955 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2956
2957 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2958 * Makefile.in: Rebuilt.
2959
2960 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2961
2962 * Makefile.tpl (AWK): Fix typo.
2963 * Makefile.in: Regenerate.
2964
2965 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2966
2967 * configure.ac: Detect awk and sed.
2968 * Makefile.def (flags_to_pass): Add AWK and SED.
2969 * Makefile.tpl (AWK, SED): New.
2970 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2971 * configure: Regenerate.
2972 * Makefile.in: Regenerate.
2973
2974 2009-09-01 Tristan Gingold <gingold@adacore.com>
2975
2976 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2977 Remove logical names.
2978
2979 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2980
2981 * ltmain.sh (func_normal_abspath): New function.
2982 (func_relative_path): Likewise.
2983 (func_mode_help): Document new -bindir option for link mode.
2984 (func_mode_link): Add new -bindir option, and use it to place
2985 output DLL if specified.
2986
2987 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2988
2989 * configure.ac (AC_PREREQ): Bump to 2.64.
2990
2991 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2992
2993 * README-maintainer-mode: Point directly to upstream locations
2994 for autoconf, automake, libtool, gettext, instead of copies on
2995 sources.redhat.com. Document required versions.
2996 * configure.ac: Do not substitute datarootdir, htmldir,
2997 pdfdir, docdir. Do not process --with-datarootdir,
2998 --with-htmldir, --with-pdfdir, --with-docdir.
2999 * configure: Regenerate.
3000
3001 * configure: Regenerate.
3002
3003 * compile: Sync from Automake 1.11.
3004 * depcomp: Likewise.
3005 * install-sh: Likewise.
3006 * missing: Likewise.
3007 * mkinstalldirs: Likewise.
3008 * ylwrap: Likewise.
3009
3010 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3011
3012 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3013 (baseargs): Add --disable-option-checking.
3014 * configure: Regenerate.
3015
3016 * Makefile.def (configure-target-libiberty): Depend on
3017 all-binutils and all-ld.
3018 (configure-target-newlib): Likewise.
3019 * Makefile.in: Regenerate.
3020
3021 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3022
3023 Sync with GCC, merge:
3024
3025 2009-07-31 Christian Bruel <christian.bruel@st.com>
3026
3027 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3028 * configure: Regenerate.
3029
3030 2009-07-06 Ian Lance Taylor <iant@google.com>
3031
3032 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3033 * configure: Rebuild.
3034
3035 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3036
3037 PR bootstrap/40338
3038 * configure.ac (comparestring): Create new variable.
3039 * Makefile.tpl (comparestring): Use to skip some comparisions.
3040 * configure: Regenerate.
3041 * Makefile.in: Regenerate.
3042
3043 2009-06-23 Ian Lance Taylor <iant@google.com>
3044
3045 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3046 boot_languages. Only bootstrap target libraries listed in
3047 target_libs for some boot language. Add --with-stage1-ldflags,
3048 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3049 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3050 if not building with C++.
3051 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3052 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3053 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3054 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3055 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3056 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3057 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3058 * configure, Makefile.in: Rebuild.
3059
3060 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3061
3062 * configure.ac: Detect MPC in default directory.
3063 * configure: Regenerate.
3064
3065 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3066
3067 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3068 to noconfdirs.
3069 * configure: Regenerate.
3070
3071 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3072
3073 * Makefile.def: Add MPC support and dependencies.
3074 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3075
3076 * Makefile.in, configure: Regenerate.
3077
3078 2009-05-24 Nicolas Roche <roche@adacore.com>
3079
3080 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3081 * Makefile.in: Regenerate.
3082
3083 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3084
3085 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3086 * configure: Regenerate.
3087
3088 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3089
3090 * configure.ac ($with_ppl): Default to no if not supplied.
3091 ($with_cloog): Likewise.
3092 configure: Regenerate.
3093
3094 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3095
3096 PR bootstrap/39739
3097 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3098 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3099
3100 * configure, Makefile.in: Regenerate.
3101
3102 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3103
3104 * configure.ac: Change copyright header to refer to version
3105 3 of the GNU General Public License and to point readers at the
3106 COPYING3 file and the FSF's license web page.
3107 * Makefile.def: Likewise.
3108 * Makefile.tpl: Likewise.
3109 * Makefile.in: Regenerate.
3110
3111 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3112
3113 * configure.ac: Restore match for darwin9 or later. Use double
3114 brackets since regeneration eats one pair.
3115 * configure: Regenerate.
3116
3117 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3118
3119 * MAINTAINERS: Perform some obvious fixups.
3120
3121 2009-08-17 Ben Elliston <bje@au.ibm.com>
3122
3123 * config.sub, config.guess: Update from upstream sources.
3124
3125 2009-08-06 Michael Eager <eager@eagercon.com>
3126
3127 * configure.ac: Add Microblaze target.
3128 * configure: Regenerate.
3129
3130 2009-07-02 Tristan Gingold <gingold@adacore.com>
3131
3132 * configure.ac: Do not exclude gas for i386-*-darwin.
3133 Add a case for x86_64-*-darwin.
3134 * configure: Regenerate.
3135
3136 2009-06-26 Doug Evans <dje@sebabeach.org>
3137
3138 * Makefile.def (host_modules): Add cgen.
3139 * Makefile.in: Regenerate.
3140 * configure.ac (host_tools): Add cgen.
3141 * configure: Regenerate.
3142
3143 2009-06-17 Michael Eager <eager@eagercon.com>
3144
3145 * COPYING.LIBGLOSS: Add Xilinx license.
3146
3147 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3148
3149 * configure.ac: Define is_elf for QNX Neutrino targets.
3150 * configure: Regenerate.
3151
3152 2009-06-03 Jerome Guitton <guitton@adacore.com>
3153 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3154
3155 * Makefile.tpl (all): Avoid a trailing backslash.
3156 * Makefile.in: Regenerate.
3157
3158 2009-06-03 Ben Elliston <bje@au.ibm.com>
3159
3160 * config.sub, config.guess: Update from upstream sources.
3161
3162 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3163
3164 * Makefile.tpl ([+compare-target+]): Compare all stage
3165 directories, rather than just gcc.
3166 * Makefile.in: Rebuilt.
3167
3168 2009-05-28 Doug Kwan <dougkwan@google.com>
3169
3170 * configure.ac: Support gold for target arm*-*-*.
3171 * configure: Regenerate.
3172
3173 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3174
3175 * Makefile.tpl (all): Avoid harmless warning in make all when
3176 gcc-bootstrap is enabled but stage_last does not exist.
3177 * Makefile.in: Rebuilt.
3178
3179 2009-05-25 Tristan Gingold <gingold@adacore.com>
3180
3181 * setup.com: Complete the file with configuration and build.
3182
3183 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3184
3185 PR other/40159
3186 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3187 gcc-no-bootstrap are mutually exclusive.
3188 * Makefile.in: Rebuilt.
3189
3190 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3191
3192 PR other/40159
3193 * Makefile.tpl (all): Don't end with unconditional success.
3194 * Makefile.in: Rebuilt.
3195
3196 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3197
3198 PR target/37137
3199 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3200 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3201 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3202 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3203 stage_configureflags, stage_cflags and stage_libcflags into
3204 explicit Makefile macros.
3205 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3206 GFORTRAN.
3207 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3208 CC. Set CC_FOR_BUILD from CC.
3209 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3210 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3211 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3212 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3213 and GFORTRAN.
3214 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3215 (_LIBCFLAGS): Renamed to _TFLAGS.
3216 (do-compare-debug, do-compare3-debug): Drop.
3217 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3218 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3219 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3220 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3221 (XGCC_FLAGS_FOR_TARGET): New.
3222 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3223 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3224 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3225 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3226 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3227 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3228 TFLAGS.
3229 (BUILD_CONFIG): Include if requested.
3230 (all): Set TFLAGS on bootstrap.
3231 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3232 (all-stageid-prefixmodule): Likewise.
3233 (do-clean, distclean-stageid): Set TFLAGS.
3234 (restrap): Fix whitespace.
3235 * Makefile.in: Rebuilt.
3236
3237 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3238
3239 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3240 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3241 * Makefile.in: Regenerate.
3242
3243 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3244
3245 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3246 consistency with config.sub. (Update from upstream sources.)
3247
3248 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3249
3250 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3251
3252 2009-04-17 Ben Elliston <bje@au.ibm.com>
3253
3254 * config.sub, config.guess: Update from upstream sources.
3255
3256 2009-04-15 Anthony Green <green@moxielogic.com>
3257
3258 * configure.ac: Add moxie support.
3259 * configure: Rebuilt.
3260
3261 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3262
3263 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3264 * configure: Regenerate.
3265
3266 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3267
3268 PR gas/10039
3269 * configure.ac: Require texinfo 4.7.
3270 * configure: Regenerated.
3271
3272 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3273
3274 * Makefil.def (languages): New entries.
3275 * Makefile.tpl (check-gcc-*): New generic target.
3276 * Makefile.in: Regenerate.
3277
3278 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3279
3280 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3281 Windows builds of Sed.
3282
3283 2009-03-18 Tom Tromey <tromey@redhat.com>
3284
3285 * configure: Rebuild.
3286 * configure.ac (host_libs): Add libiconv.
3287 * Makefile.in: Rebuild.
3288 * Makefile.def (host_modules): Add libiconv.
3289 (configure-gdb, all-gdb): Depend on libiconv.
3290
3291 2009-03-16 Tristan Gingold <gingold@adacore.com>
3292
3293 * configure.ac: Treat gdb as supported on x86_64-darwin.
3294 * configure: Regenerate.
3295
3296 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3297
3298 Merge from GCC:
3299
3300 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3301
3302 * configure.ac (--with-host-libstdcxx): New option.
3303 * configure: Regenerate.
3304
3305 2009-01-29 Robert Millan <rmh@aybabtu.com>
3306
3307 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3308 * configure: Regenerate.
3309
3310 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3311
3312 PR tree-optimization/38515
3313 * configure.ac (cloog-polylib): Removed.
3314 (with_ppl, with_cloog): Test for "no".
3315 * configure: Regenerated.
3316
3317 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3318
3319 Backport from git Libtool:
3320
3321 2009-01-19 Robert Millan <rmh@aybabtu.com>
3322 Support GNU/kOpenSolaris.
3323 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3324 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3325 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3326 GNU/kOpenSolaris.
3327
3328 2009-02-05 Andreas Schwab <schwab@suse.de>
3329
3330 * Makefile.tpl (stage_last): Define $r and $s before using
3331 $(RECURSE_FLAGS_TO_PASS).
3332 * Makefile.in: Regenerate
3333
3334 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * COPYING.NEWLIB: Add ARM license.
3337
3338 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3339
3340 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3341 (all-opcodes): Depend on all-libiberty.
3342 * Makefile.in: Regenerate.
3343
3344 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3345
3346 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3347 * configure: Regenerate.
3348
3349 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3350
3351 Backport link test fix from upstream Libtool:
3352
3353 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3354 Add cache variables to tests that require the linker to work.
3355 For shlibpath_overrides_runpath, this also changes the semantics
3356 to let the result from the C compiler take precedence.
3357 compiler take precedence.
3358
3359 2008-12-02 Ben Elliston <bje@au.ibm.com>
3360
3361 * config.sub, config.guess: Update from upstream sources.
3362
3363 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3364
3365 * COPYING.NEWLIB: Updated.
3366 * COPYING.LIBGLOSS: Ditto.
3367
3368 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3369
3370 Sync with GCC:
3371
3372 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3373
3374 * configure.ac (ppllibs): Add by default the lib flags.
3375 * configure: Regenerate.
3376
3377 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3378
3379 * configure.ac: Add double brackets on darwin[912].
3380 * configure: Regenerate.
3381
3382 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3383
3384 * configure.ac: Expand to darwin10 and later.
3385 * configure: Regenerate.
3386
3387 2008-12-02 Andreas Schwab <schwab@suse.de>
3388
3389 * Makefile.def: configure-target-boehm-gc depends on
3390 all-target-libstdc++-v3.
3391 * Makefile.in: Regenerate.
3392
3393 2008-12-02 Ben Elliston <bje@au.ibm.com>
3394
3395 * config.sub, config.guess: Update from upstream sources.
3396
3397 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3398
3399 Merge from GCC:
3400
3401 2007-12-02 Matthias Klose <doko@ubuntu.com>
3402
3403 * config-ml.in: Remove 64bit configure tests.
3404
3405 2008-05-14 Rafael Espindola <espindola@google.com>
3406
3407 * config-ml.in: don't handle --enable-shared and --enable-static.
3408
3409 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3410 Tobias Grosser <grosser@fim.uni-passau.de>
3411 Jan Sjodin <jan.sjodin@amd.com>
3412 Harsha Jagasia <harsha.jagasia@amd.com>
3413 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3414 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3415 Adrien Eliche <aeliche@isty.uvsq.fr>
3416
3417 Merge from graphite branch.
3418 * configure: Regenerate.
3419 * Makefile.in: Regenerate.
3420 * configure.ac (host_libs): Add ppl and cloog.
3421 Add checks for PPL and CLooG.
3422 * Makefile.def (ppl, cloog): Added modules and dependences.
3423 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3424 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3425
3426 2008-09-03 Richard Guenther <rguenther@suse.de>
3427
3428 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3429 cloog test.
3430 * configure: Re-generate.
3431
3432 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3433
3434 * configure.ac (--with-cloog-polylib): New.
3435 (--disable-cloog-version-check): New.
3436 (--disable-ppl-version-check): New.
3437 * configure: Re-generate.
3438
3439 2008-09-05 Richard Guenther <rguenther@suse.de>
3440
3441 * configure.ac: Initialize clooglibs to -lcloog.
3442 * configure: Re-generate.
3443
3444 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3445
3446 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3447 recommended version to 2.3.2.
3448
3449 * configure: Regenerate.
3450
3451 2008-10-31 Ben Elliston <bje@au.ibm.com>
3452
3453 * configure.ac (spu-*-*): Remove special case.
3454 * configure: Regenerate.
3455
3456 Complete comment text from GCC version of:
3457
3458 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3459
3460 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3461 (GCC_SHLIB_SUBDIR): New.
3462 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3463 * configure: Regenerate.
3464 * Makefile.in: Regenerate.
3465
3466 2008-11-27 Tristan Gingold <gingold@adacore.com>
3467
3468 * configure.ac: Build gdb for i?86-*-darwin*
3469 * configure: Regenerated.
3470
3471 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3472
3473 PR bootstrap/38014
3474 PR bootstrap/37923
3475
3476 Revert:
3477
3478 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3481 * Makefile.in: Regenerated.
3482
3483 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 PR gdb/921
3486 PR gdb/1646
3487 PR gdb/2175
3488 PR gdb/2176
3489
3490 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3491 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3492 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3493 (HOST_EXPORTS): Pass CPPFLAGS.
3494 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3495 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3496 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3497 * Makefile.in, configure: Regenerated.
3498 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3499 and CPPFLAGS_FOR_BUILD.
3500
3501 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3502
3503 * configure.ac [spu-*-*]: Do not set skipdirs.
3504 * configure: Re-generate.
3505
3506 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3507
3508 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3509 * Makefile.in: Regenerated.
3510
3511 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3512
3513 PR gdb/921
3514 PR gdb/1646
3515 PR gdb/2175
3516 PR gdb/2176
3517
3518 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3519 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3520 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3521 (HOST_EXPORTS): Pass CPPFLAGS.
3522 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3523 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3524 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3525 * Makefile.in, configure: Regenerated.
3526 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3527 and CPPFLAGS_FOR_BUILD.
3528
3529 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3530
3531 * libtool.m4: Update to libtool 2.2.6.
3532 * lt~obsolete.m4: Update to libtool 2.2.6.
3533 * ltmain.sh: Update to libtool 2.2.6.
3534 * ltsugar.m4: Update to libtool 2.2.6.
3535 * ltversion.m4: Update to libtool 2.2.6.
3536 * ltoptions.m4: Update to libtool 2.2.6.
3537 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3538
3539 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3540
3541 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3542 (GCC_SHLIB_SUBDIR): New.
3543 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3544 * configure: Regenerate.
3545 * Makefile.in: Regenerate.
3546
3547 2008-08-28 Tristan Gingold <gingold@adacore.com>
3548
3549 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3550 Enable bfd, binutils and opcodes.
3551 * configure: Regenerate.
3552
3553 2008-08-16 Nicolas Roche <roche@adacore.com>
3554
3555 * Makefile.tpl: Add BOOT_ADAFLAGS.
3556 * Makefile.in: Regenerate.
3557
3558 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3559
3560 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3561 * configure: Regenerate.
3562
3563 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3564
3565 Sync with gcc:
3566 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3567
3568 * configure.ac: Add makefile fragments for hpux.
3569 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3570 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3571 * configure: Regenerate.
3572 * Makefile.in: Regenerate.
3573
3574 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3575
3576 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3577 * Makefile.in: Regenerate.
3578 * configure: Regenerate.
3579
3580 2008-06-18 Ian Lance Taylor <iant@google.com>
3581
3582 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3583
3584 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3585
3586 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3587
3588 * configure: Regenerate.
3589
3590 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3591
3592 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3593 "$@" is still intact with both Autoconf 2.59 and 2.62.
3594 * configure: Regenerate.
3595
3596 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3597
3598 * Makefile.tpl: Fix comment errors.
3599 * Makefile.in: Regenerate.
3600
3601 2008-06-13 Julian Brown <julian@codesourcery.com>
3602
3603 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3604 of libobjc for ARM EABI Linux.
3605 * configure: Regenerate.
3606
3607 2008-06-12 David S. Miller <davem@davemloft.net>
3608 David Edelsohn <edelsohn@gnu.org>
3609
3610 * configure.ac: Add powerpc*-*-* to gold supported targets.
3611 * configure: Regenerate.
3612
3613 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3614
3615 PR tree-optimization/36218
3616 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3617 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3618 (all prefix="build-"): Pass them to build-system sub-makes.
3619 * Makefile.in: Regenerate.
3620
3621 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3622
3623 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3624 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3625 mkdep, and compile. Update comments.
3626 (ETC_SUPPORT): Add ChangeLog and update comments.
3627
3628 2008-05-11 Ian Lance Taylor <iant@google.com>
3629
3630 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3631
3632 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3633
3634 Sync with gcc:
3635 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3636
3637 PR bootstrap/35457
3638 * configure.ac: Include override.m4.
3639 * configure: Regenerate.
3640
3641 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3642
3643 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3644 * Makefile.in: Regenerate.
3645
3646 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3647
3648 * configure.ac: Do not build libssp for the AVR.
3649 * configure: Regenerate.
3650
3651 2008-04-18 Nick Clifton <nickc@redhat.com>
3652
3653 * MAINTAINERS: Replace reference to configure.in with reference to
3654 configure.ac.
3655
3656 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3657
3658 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3659 as nonconfigurable directories list.
3660 * configure: Regenerate.
3661
3662 2008-04-14 David S. Miller <davem@davemloft.net>
3663
3664 * configure.ac: Add sparc*-*-* to gold supported targets.
3665 * configure: Regenerate.
3666
3667 2008-04-14 Ben Elliston <bje@au.ibm.com>
3668
3669 * config.sub, config.guess: Update from upstream sources.
3670
3671 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3672
3673 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3674 * Makefile.in: Regenerate.
3675
3676 2008-04-07 Ian Lance Taylor <iant@google.com>
3677
3678 * Makefile.def: check-gold depends upon all-binutils.
3679 * Makefile.in: Regenerate.
3680
3681 2008-04-04 Nick Clifton <nickc@redhat.com>
3682
3683 PR binutils/4334
3684 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3685 builds.
3686 * configure: Regenerate.
3687
3688 2008-04-04 NightStrike <NightStrike@gmail.com>
3689
3690 PR other/35151
3691 * configure.ac: Combine rules for mingw32 and mingw64.
3692 * configure: Regenerate.
3693
3694 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3695
3696 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3697 * Makefile.in: Regenerate.
3698
3699 2008-03-20 Ian Lance Taylor <iant@google.com>
3700
3701 * configure.ac: Add support for --enable-gold.
3702 * Makefile.def: Add gold as a directory like ld.
3703 * configure, Makefile.in: Regenerate.
3704
3705 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3706
3707 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3708 (s390_cond_extensions): Reduced extensions to the compare related.
3709 (main): z10 cpu type option added.
3710 (expandConditionalJump): Renamed to ...
3711 (insertExpandedMnemonic): ... this.
3712
3713 * opcodes/s390-opc.c: Re-group the operand format makros.
3714 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3715 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3716 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3717 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3718 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3719 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3720 INSTR_SIL_RDU): New instruction formats added.
3721 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3722 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3723 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3724 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3725 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3726 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3727 masks added.
3728 (s390_opformats): New formats added "ris", "rrs", "sil".
3729 * opcodes/s390-opc.txt: Add the conditional jumps with the
3730 extensions removed from automatic expansion in s390-mkopc.c manually.
3731 (asi - trtre): Add new System z10 EC instructions.
3732 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3733
3734 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3735
3736 * configure.ac: m4_include config/proginstall.m4.
3737 * configure: Regenerate.
3738
3739 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3740
3741 Backport from upstream Libtool:
3742
3743 2007-10-12 Eric Blake <ebb9@byu.net>
3744
3745 Deal with Autoconf 2.62's semantic change in m4_append.
3746 * ltsugar.m4 (lt_append): Replace broken versions of
3747 m4_append.
3748 (lt_if_append_uniq): Don't require separator to be overquoted,
3749 and avoid broken m4_append.
3750 (lt_dict_add): Fix typo.
3751 * libtool.m4 (_LT_DECL): Don't overquote separator.
3752
3753 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3754
3755 * config.rpath: Add AIX 6 support.
3756
3757 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3758
3759 * Makefile.def (stageprofile). Remove -fprofile-generate
3760 from stage_libcflags.
3761 * Makefile.in: Regenerate.
3762
3763 2008-03-13 Ben Elliston <bje@au.ibm.com>
3764
3765 * config.sub, config.guess: Update from upstream sources.
3766
3767 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3768
3769 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3770 * s390-opc.txt (cmpsc): Duplicate entry removed.
3771 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3772 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3773 fier, cu42, cu41): Fix operand format.
3774
3775 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3776
3777 PR bootstrap/32009
3778 PR bootstrap/32161
3779
3780 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3781 * configure: Regenerate.
3782
3783 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3784 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3785 STAGE4_LIBCFLAGS): New.
3786 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3787 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3788 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3789 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3790 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3791 for target modules. Don't export LIBCFLAGS.
3792 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3793 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3794 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3795 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3796 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3797 * Makefile.in: Regenerate.
3798
3799 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3800
3801 PR libgcj/33085
3802 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3803 Do not use -DDLL_EXPORT. Backport from upstream.
3804
3805 2008-02-14 Nick Clifton <nickc@redhat.com>
3806
3807 Import this patch from gcc:
3808 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3809
3810 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3811
3812 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3813
3814 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3815 * configure: Regenerate.
3816
3817 2008-01-31 Marc Gauthier <marc@tensilica.com>
3818
3819 * configure.ac (xtensa*-*-*): Recognize processor variants.
3820 * configure: Regenerate.
3821
3822 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3823
3824 PR bootstrap/34922
3825 * configure.ac (PARSE_ARGS): Push suitable setting of
3826 ac_subdirs_all, for `./configure --help=recursive'.
3827 Handle `+' in generic toplevel directory disabling.
3828 * configure: Regenerate.
3829
3830 2008-01-23 Ben Elliston <bje@au.ibm.com>
3831
3832 * config.sub, config.guess: Update from upstream sources.
3833
3834 2008-01-08 Ben Elliston <bje@au.ibm.com>
3835
3836 * config.sub, config.guess: Update from upstream sources.
3837
3838 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3839
3840 * COPYING.LIBGLOSS: Update default copyright.
3841
3842 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3843
3844 * COPYING.NEWLIB: Update default copyright.
3845
3846 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3847
3848 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3849 Change recommended MPFR from 2.2.1 > 2.3.0.
3850 * configure: Regenerate.
3851
3852 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3853
3854 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3855 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3856 * Makefile.in: Regenerate.
3857
3858 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3859
3860 * configure.ac: Enable libjava for x86_64-*-darwin9.
3861 * configure: Regenerate.
3862
3863 2007-12-05 Ben Elliston <bje@au.ibm.com>
3864
3865 * config.sub, config.guess: Update from upstream sources.
3866
3867 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3868
3869 * config-ml.in: Robustify against white space in absolute file
3870 names.
3871
3872 * config-ml.in (multi-clean): Substitute ${Makefile}.
3873 Remove superfluous ${Makefile} in list.
3874
3875 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * Makefile.def (dependencies): Make configure-gdb depend on
3878 all-intl.
3879 * Makefile.in: Regenerated.
3880
3881 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3882
3883 * Makefile.def: To avoid problems running with parallel makes,
3884 build newlib before libgloss so that target specific header
3885 files are availble.
3886 * Makefile.in: Regenerate.
3887
3888 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3889
3890 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3891 * Makefile.in: Regenerate.
3892
3893 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3896 * libdecnumber: New directory, imported from GCC.
3897
3898 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3899
3900 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3901 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3902 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3903 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3904 * configure: Regenerate.
3905
3906 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3907
3908 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3909 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3910 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3911 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3912 * configure.ac: Default them to host tools for $host = $build.
3913 Subst them.
3914
3915 * configure: Regenerate.
3916 * Makefile.in: Regenerate.
3917
3918 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3919
3920 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3921 * configure: Regenerate.
3922
3923 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3924
3925 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3926 libstdc++.
3927 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3928 * configure: Regenerate.
3929 * Makefile.in: Regenerate.
3930
3931 2007-09-17 Andreas Schwab <schwab@suse.de>
3932
3933 * configure.ac: Raise minimum makeinfo version to 4.6.
3934 * configure: Regenerate.
3935
3936 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3937
3938 * configure.ac: Correct makeinfo version check.
3939 * configure: Regenerate.
3940
3941 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3942
3943 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3944 to $skipdirs and only disable gprof for newlib. Use the normal
3945 mips*-elf* handling in other respects.
3946 * configure: Regnerate.
3947
3948 2007-09-12 David Daney <ddaney@avtrex.com>
3949
3950 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3951 enabling libgcj.
3952 * configure: Regenerate.
3953
3954 2007-09-12 Richard Guenther <rguenther@suse.de>
3955
3956 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3957 nor --disable-checking is provided also turn on yes and types
3958 checking for stage1.
3959 * configure: Re-generate.
3960
3961 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3962
3963 PR target/33281
3964 * configure.ac: Use config/mh-mingw on mingw.
3965 * configure: Regenerate.
3966
3967 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3968
3969 PR other/32154
3970 * configure.ac: For libgloss targets, point the linker to the linker
3971 script, startup code and simulator library.
3972 * configure: Regenerate.
3973
3974 2007-09-09 Andrew Haley <aph@redhat.com>
3975
3976 * configure.ac (noconfigdirs): Remove target-libffi and
3977 target-libjava.
3978
3979 2007-08-29 Nick Clifton <nickc@redhat.com>
3980
3981 * config.sub, config.guess: Update from upstream sources.
3982
3983 2007-08-21 Richard Guenther <rguenther@suse.de>
3984
3985 * configure.ac: Add types checking to stage1 checking flags.
3986 * configure: Regenerate.
3987
3988 2007-08-18 Paul Brook <paul@codesourcery.com>
3989 Joseph Myers <joseph@codesourcery.com>
3990
3991 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3992 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3993 * Makefile.in: Regenerate.
3994 * configure.ac (--with-debug-prefix-map): New.
3995 * configure: Regenerate.
3996
3997 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3998 Nigel Stephens <nigel@mips.com>
3999
4000 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4001 as target_makefile_frag.
4002 * configure: Regenerate.
4003
4004 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4005
4006 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4007 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4008 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4009 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4010 (do-compare, do-compare3, do-compare-debug): New.
4011 ([+compare-target+]): Use them.
4012
4013 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4014
4015 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4016 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4017 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4018 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4019 (do-compare, do-compare3, do-compare-debug): New.
4020 ([+compare-target+]): Use them.
4021
4022 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4023 Ben Elliston <bje@au.ibm.com>
4024
4025 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4026 --silent if $silent.
4027 * configure: Regenerate.
4028
4029 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4032
4033 2007-07-17 Nick Clifton <nickc@redhat.com>
4034
4035 * COPYING3: New file. Contains version 3 of the GNU General
4036 Public License.
4037 * COPYING3.LIB: New file. Contains version 3 of the GNU
4038 Lesser General Public License.
4039
4040 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4041
4042 * configure.ac: Fix my previous change to really match GCC.
4043 * configure: Regenerate.
4044
4045 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4046
4047 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4048 * configure: Regenerate.
4049
4050 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4051
4052 * configure.ac: Add some missing m4 quotation.
4053 * configure: Regenerate.
4054
4055 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4056
4057 * Makefile.def: Add windmc tool to build.
4058 * Makefile.tpl: Likewise.
4059 * configure.ac: Likewise.
4060 * Makefile.in: Regenerate.
4061 * configure: Regenerate.
4062
4063 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4064
4065 * lt~obsolete.m4: New. Import from 20070318 libtool.
4066
4067 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4068
4069 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4070 uclinux and linux-uclibc targets.
4071 * configure: Regenerate.
4072
4073 2007-06-28 DJ Delorie <dj@redhat.com>
4074
4075 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4076 not building newlib.
4077 * configure: Regenerated.
4078
4079 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4080
4081 * src-release (DEVO_SUPPORT): Correct typos.
4082
4083 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4086 * Makefile.in: Regenerated.
4087
4088 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4089
4090 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4091 (distclean-stage[+id+]): Possibly delete stage_last.
4092 * Makefile.in: Regenerate.
4093
4094 2007-06-07 Ben Elliston <bje@au.ibm.com>
4095
4096 * config.sub, config.guess: Update from upstream sources.
4097
4098 2007-06-07 Ben Elliston <bje@au.ibm.com>
4099
4100 * Makefile.tpl: Fix spelling error.
4101 * Makefile.in: Regenerate.
4102
4103 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4104
4105 Sync with gcc:
4106 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4107
4108 PR bootstrap/29382
4109 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4110 * configure: Rebuilt.
4111
4112 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4113
4114 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4115 lt_cv_sys_max_cmd_len.
4116
4117 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4118
4119 * ltgcc.m4: Update from GCC.
4120
4121 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4122
4123 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4124
4125 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4126
4127 * ltmain.sh: Update from GCC.
4128 * libtool.m4: Update from GCC.
4129 * ltsugar.m4: New. Update from GCC.
4130 * ltversion.m4: New. Update from GCC.
4131 * ltoptions.m4: New. Update from GCC.
4132 * ltconfig: Remove.
4133 * ltcf-c.sh: Remove.
4134 * ltcf-cxx.sh: Remove.
4135 * ltcf-gcj.sh: Remove.
4136 * src-release: Update with new libtool file list.
4137
4138 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4139
4140 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4141 stage_cflags.
4142 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4143 Remove CFLAGS/LIBCFLAGS.
4144 (configure-stage[+id+]-[+prefix+][+module+],
4145 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4146 * Makefile.in: Regenerate.
4147
4148 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4149
4150 * config-ml.in: Update from GCC.
4151
4152 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4153
4154 * src-release (do-proto-toplev): Process the support directories before
4155 the tool directory.
4156
4157 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4158
4159 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4160 of glob. Quote arguments with single quotes too.
4161 * configure: Regenerate.
4162
4163 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4164
4165 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4166 * Makefile.in: Regenerate
4167
4168 2007-03-07 Andreas Schwab <schwab@suse.de>
4169
4170 * configure: Regenerate.
4171
4172 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4173
4174 * configure.ac: Add "--with-pdfdir" configure option,
4175 which defines pdfdir variable.
4176 * Makefile.def (target=fixincludes): Add install-pdf to
4177 missing targets.
4178 (recursive_targets): Add install-pdf target.
4179 (flags_to_pass): Add pdfdir.
4180 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4181 target.
4182 * configure: Regenerate
4183 * Makefile.in: Regenerate
4184
4185 2007-02-28 Eric Christopher <echristo@apple.com>
4186
4187 Revert:
4188 2006-12-07 Mike Stump <mrs@apple.com>
4189
4190 * Makefile.def (dependencies): Add dependency for
4191 install-target-libssp and install-target-libgomp on
4192 install-gcc.
4193 * Makefile.in: Regenerate.
4194
4195 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4196
4197 * configure: Regenerate.
4198 * configure.ac: Move statements after variable declarations.
4199
4200 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4201
4202 * configure.ac: Adjust for loop syntax.
4203 * configure: Regenerate.
4204
4205 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4206
4207 * configure: Rebuilt.
4208
4209 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4210
4211 * configure.ac: Drop multiple occurrences of --enable-languages,
4212 and fix its quoting.
4213 * configure: Rebuilt.
4214
4215 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4216 Nathan Sidwell <nathan@codesourcery.com>
4217 Vladimir Prus <vladimir@codesourcery.com
4218 Joseph Myers <joseph@codesourcery.com>
4219
4220 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4221 * configure: Regenerate.
4222
4223 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4224
4225 * configure.ac (target_libraries): Move libgcc before libiberty.
4226 * configure: Regenerated.
4227
4228 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * configure: Regenerate again?
4231
4232 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4233
4234 * configure: Reapply PR30748 fix which was lost in the previous commit.
4235
4236 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4237 Paolo Bonzini <bonzini@gnu.org>
4238
4239 PR bootstrap/30753
4240 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4241 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4242 * configure: Regenerated.
4243
4244 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * configure: Regenerate.
4247
4248 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 PR bootstrap/30748
4251 * configure.ac: Correct syntax for Solaris ksh.
4252 * configure: Regenerated.
4253
4254 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4255
4256 * Makefile.def: Sync with GCC.
4257 * Makefile.tpl: Sync with GCC.
4258 * Makefile.in: Regenerate.
4259 * configure: Regenerate.
4260
4261 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4264 noncanonical equivalents.
4265 * configure.in: Rename to...
4266 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4267 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4268 target_noncanonical. Use them. Rewrite removal of configure
4269 arguments for autoconf 2.59. Discard variable settings. Force
4270 program_transform_name for native tools.
4271
4272 * Makefile.in: Regenerated.
4273 * configure: Regenerated with autoconf 2.59.
4274
4275 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4276
4277 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4278
4279 * COPYING.LIBGLOSS: Reformat default Red Hat
4280 license to fit within 80 columns.
4281 * COPYING.NEWLIB: Ditto.
4282
4283 2007-02-05 Dave Brolley <brolley@redhat.com>
4284
4285 * Contribute the following changes:
4286 2006-11-28 DJ Delorie <dj@redhat.com>
4287
4288 * configure.in: Fix typo for mep's target_makefile_frag.
4289 * configure: Regenerated.
4290
4291 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4292
4293 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4294 * configure: Regenerate.
4295
4296 2001-09-19 DJ Delorie <dj@redhat.com>
4297
4298 * configure.in (target_makefile_frag): use mt-mep
4299
4300 2001-06-12 Don Howard <dhoward@redhat.com>
4301
4302 * configure.in: Remove gdb from MeP skip list.
4303
4304 2001-04-05 DJ Delorie <dj@redhat.com>
4305
4306 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4307
4308 2001-03-20 Ben Elliston <bje@redhat.com>
4309
4310 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4311
4312 2001-03-19 Ben Elliston <bje@redhat.com>
4313
4314 * config.sub (mep, mep-*): Add.
4315
4316 2007-01-31 Andreas Schwab <schwab@suse.de>
4317
4318 * Makefile.tpl (LDFLAGS): Substitute it.
4319 * Makefile.in: Regenerate.
4320
4321 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4322
4323 * configure.in: Change == to = in test command.
4324 * configure: Regenerate.
4325
4326 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4327 Nick Clifton <nickc@redhat.com>
4328 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4329
4330 * configure.in (build_configargs, host_configargs, target_configargs):
4331 Remove build/host/target parameters.
4332 (host_libs): Add gmp and mpfr.
4333 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4334 * Makefile.def (gmp, mpfr): New.
4335 (gcc): Remove target.
4336 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4337 target_os, target_vendor): New.
4338 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4339 * configure: Regenerate.
4340 * Makefile.in: Regenerate.
4341
4342 2007-01-11 Matt Fago <fago@earthlink.net>
4343
4344 * configure.in: Try to link to functions only in mpfr 2.2.x
4345 to improve robustness of configure tests.
4346 * configure: Regenerate.
4347
4348 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4349
4350 * configure.in: Add support for an x86_64-mingw* target.
4351 * configure: Regenerate.
4352
4353 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * Makefile.tpl (all-target): Correct @if conditional for target
4356 modules.
4357 * configure.in: Omit libiberty if building only target libgcc.
4358 * configure, Makefile.in: Regenerated.
4359
4360 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4361
4362 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4363 * configure: Regenerate.
4364
4365 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * Makefile.def (target_modules): Add libgcc.
4368 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4369 * Makefile.tpl (clean-target-libgcc): Delete.
4370 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4371 on gcc even for bootstrapped modules. Rewrite handling of
4372 lang_env_dependencies to loop over target_modules.
4373 * configure.in (target_libraries): Add target-libgcc.
4374 * Makefile.in, configure: Regenerated.
4375
4376 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4377
4378 Sync with gcc:
4379 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4380
4381 * configure.in: Reorganize recognition of languages. Add
4382 --enable-stage1-languages. Show supported languages for the chosen
4383 target rather than all recognized languages.
4384 * configure: Regenerate.
4385
4386 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4387
4388 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4389 * Makefile.in: Regenerate.
4390
4391 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4392
4393 * configure.in: Warn that MPFR 2.2.0 is buggy.
4394 * configure: Regenerate.
4395
4396 2006-12-27 Ian Lance Taylor <iant@google.com>
4397
4398 * configure.in: When removing Makefiles to force a reconfigure, also
4399 remove prev-DIR*/Makefile.
4400 * configure: Regenerate.
4401
4402 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4403
4404 * config.bfd: Recognize fido.
4405
4406 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4407
4408 Sync with gcc:
4409
4410 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4411
4412 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4413 it only affects bootstrap and could be tested on "$host" as well.
4414 * configure: Regenerate.
4415 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4416
4417 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4418
4419 PR bootstrap/29544
4420 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4421 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4422 move here comment from Makefile.tpl.
4423 * Makefile.tpl: Move some definitions higher in the file.
4424 (STAGE1_CHECKING): New.
4425 * configure.in: Add --enable-stage1-checking.
4426 * configure: Regenerate.
4427 * Makefile.in: Regenerate.
4428
4429 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4430
4431 * configure.in: Update error message for missing GMP/MPFR.
4432
4433 * configure: Regenerate.
4434
4435 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4436
4437 * configure.in: Update MPFR version in error message.
4438
4439 * configure: Regenerate.
4440
4441 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4442
4443 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4444 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4445 --with-gmp-lib): New flags.
4446
4447 * configure: Regenerate.
4448
4449 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4450
4451 PR bootstrap/30134
4452 * configure.in: Correct x86 darwin support for libjava to powerpc
4453 and i?86 only.
4454 * configure: Regenerate.
4455
4456 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4457
4458 * configure.in: Handle spu makefile frag.
4459 * Makefile.tpl (MAINT): Define
4460 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4461 * configure: Regenerate.
4462 * Makefile.in: Regenerate.
4463
4464 2006-12-11 Ben Elliston <bje@au.ibm.com>
4465
4466 * config.sub, config.guess: Update from upstream sources.
4467
4468 2006-12-11 Ben Elliston <bje@au.ibm.com>
4469
4470 * configure.in: Sync with GCC (spu-*-*).
4471 * configure: Sync with GCC.
4472
4473 2006-12-07 Mike Stump <mrs@apple.com>
4474
4475 * Makefile.def (dependencies): Add dependency for
4476 install-target-libssp and install-target-libgomp on
4477 install-gcc.
4478 * Makefile.in: Regenerate.
4479
4480 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4481
4482 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4483 (unstage): Test for stage_last presence.
4484
4485 PR bootstrap/29802
4486 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4487 * Makefile.in: Regenerate.
4488
4489 2006-11-14 DJ Delorie <dj@redhat.com>
4490
4491 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4492 * Makefile.in: Sync with GCC.
4493 * configure.in: Sync with GCC (mpfr, gmp).
4494 * configure: Sync with GCC.
4495
4496 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4497
4498 * configure.in: Remove target-libgloss from noconfigdirs for
4499 bfin-*-*.
4500 * configure: Regenerated.
4501
4502 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4503
4504 * COPYING.NEWLIB: Add spu license.
4505 * COPYING.LIBGLOSS: Ditto.
4506
4507 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4508
4509 * Makefile.def: Added pdf target handling.
4510 * Makefile.tpl: Added pdf target handling.
4511 * Makefile.in: Regenerated.
4512
4513 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4514
4515 * COPYING.NEWLIB: Updated.
4516 * COPYING.LIBGLOSS: Ditto.
4517
4518 2006-09-27 Dave Brolley <brolley@redhat.com>
4519
4520 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4521 $s instead of $r.
4522 * configure: Regenerated.
4523
4524 2006-09-26 Ben Elliston <bje@au.ibm.com>
4525
4526 * config.sub, config.guess: Update from upstream sources.
4527
4528 2006-09-20 Thiemo Seufer <ths@mips.com>
4529
4530 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4531 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4532 * configure: Regenerate.
4533
4534 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4535
4536 * configure.in: Never build newlib for a Mingw host.
4537 Never build newlib as Mingw target library.
4538 Test the existence of winsup/cygwin for building a Cygwin newlib,
4539 rather than just winsup.
4540 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4541 building a Mingw target.
4542 * configure: Regenerate.
4543
4544 2006-08-15 Thiemo Seufer <ths@mips.com>
4545 Nigel Stephens <nigel@mips.com>
4546 David Ung <davidu@mips.com>
4547
4548 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4549
4550 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4551
4552 Sync from GCC:
4553 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4554
4555 PR bootstrap/18058
4556 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4557 if the bootstrap compiler is a GCC version that supports it.
4558 * configure: Regenerate.
4559
4560 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4563 * configure: Regenerated.
4564
4565 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4566
4567 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4568 for stages after the first.
4569
4570 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4571
4572 * Makefile.def: Add dependencies for configure-opcodes
4573 on configure-intl and all-opcodes on all-intl.
4574 * Makefile.in: Regenerated.
4575
4576 2006-07-04 Peter O'Gorman <peter@pogma.com>
4577
4578 * ltconfig: chmod 644 before ranlib during install.
4579
4580 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * configure.in: Fix thinkos in previous check-in.
4583 * configure: Regenerate.
4584
4585 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4586
4587 Sync from gcc:
4588
4589 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4590
4591 PR other/27063
4592 * configure.in: Test subdir_requires and give an appropriate
4593 error message.
4594 * configure: Regenerate.
4595
4596 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4597
4598 PR target/27540
4599 * configure.in: Only enable libgomp on IRIX 6.
4600 * configure: Regenerate.
4601
4602 2006-06-20 David Ayers <d.ayers@inode.at>
4603
4604 PR bootstrap/28072
4605 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4606 whether target-libjava is being configured instead of whether the
4607 java front end is enabled.
4608 * configure: Regenerate.
4609
4610 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4611
4612 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4613 to R_ARM_LDC_SB_G{0,1,2} respectively.
4614
4615 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4616
4617 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4618 too.
4619 * Makefile.in: Regenerate.
4620
4621 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4622
4623 Sync from gcc:
4624
4625 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4626 * configure.in: Don't enable libgomp on hpux10.
4627 * configure: Rebuilt.
4628
4629 2006-06-13 David Ayers <d.ayers@inode.at>
4630
4631 Sync from gcc:
4632
4633 2006-06-12 David Ayers <d.ayers@inode.at>
4634
4635 PR bootstrap/27963
4636 PR target/19970
4637 * configure.in: Remove target-boehm-gc from noconfigdirs where
4638 ${libgcj} is specified.
4639 * configure: Regenerate.
4640
4641 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4642
4643 Sync from gcc:
4644
4645 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4646 Andreas Schwab <schwab@suse.de>
4647
4648 PR bootstrap/18033
4649 * config-ml.in: Eval option if surrounded by single quotes.
4650
4651 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4652
4653 Sync from gcc:
4654
4655 2006-06-06 David Ayers <d.ayers@inode.at>
4656
4657 PR libobjc/13946
4658 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4659 * Makefile.in: Regenerate.
4660 * configure.in: Add --enable-objc-gc at toplevel and have it
4661 enable boehm-gc for Objective-C.
4662 Remove target-boehm-gc from libgcj.
4663 Add target-boehm-gc to target_libraries.
4664 Add target-boehm-gc to noconfigdirs where ${libgcj}
4665 is specified.
4666 Assert that boehm-gc is supported when requested for Objective-C.
4667 Only build boehm-gc if needed either for Java or Objective-C.
4668 * configure: Regenerate.
4669
4670 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4671
4672 PR 27674
4673 * Makefile.tpl (configure-[+prefix+][+module+],
4674 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4675 Remove rule to unstage bootstrapped modules.
4676 (stage_current): New.
4677 * Makefile.in: Regenerate.
4678
4679 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4680 Andreas Tobler <a.tobler@schweiz.ch>
4681
4682 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4683 * configure: Rebuilt.
4684
4685 Revert
4686 2006-01-31 Richard Guenther <rguenther@suse.de>
4687 Paolo Bonzini <bonzini@gnu.org>
4688
4689 * Makefile.def (target_modules): Add libgcc-math target module.
4690 * configure.in (target_libraries): Add libgcc-math target library.
4691 (--enable-libgcc-math): New configure switch.
4692 * Makefile.in: Re-generate.
4693 * configure: Re-generate.
4694
4695 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4696
4697 * config-ml.in: Alter CCASFLAGS to include special
4698 multilib options the same as is done for CFLAGS.
4699
4700 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 * Makefile.def: Added dependencies from sim and gdb on intl, and
4703 added configure dependencies to everything with an all dependency
4704 on intl.
4705 * gettext.m4: Removed.
4706 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4707 (GDB_SUPPORT_DIRS): Add intl.
4708 * Makefile.in: Regenerated.
4709
4710 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * src-release (DEVO_SUPPORT): Add config.rpath.
4713
4714 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4715
4716 * Makefile.def (bfd, opcodes): Fix lib_path.
4717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4718 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4719 * Makefile.in: Regenerate.
4720
4721 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4722
4723 * configure.in: Enable gprof for cross builds.
4724 * configure: Regenerate.
4725
4726 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4727
4728 * src-release (MAKEINFOFLAGS): Define.
4729 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4730
4731 2006-05-14 Ben Elliston <bje@au.ibm.com>
4732
4733 * config.sub, config.guess: Update from upstream sources.
4734
4735 2006-05-12 Ben Elliston <bje@au.ibm.com>
4736
4737 * config.sub, config.guess: Update from upstream sources.
4738
4739 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4740
4741 * blt, iwidgets, mmalloc: Remove directories.
4742
4743 2006-05-01 DJ Delorie <dj@redhat.com>
4744
4745 * configure.in: Restore CFLAGS if GMP isn't present.
4746 * configure: Regenerate.
4747
4748 2006-04-18 DJ Delorie <dj@redhat.com>
4749
4750 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4751 reference libgloss so that libssp can be built in a combined
4752 tree.
4753 * configure: Regenerate.
4754
4755 2006-04-10 Ben Elliston <bje@au.ibm.com>
4756
4757 * contrib: Remove directory.
4758
4759 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4760
4761 * Makefile.tpl: Add install-html target.
4762 * Makefile.def: Add install-html target.
4763 * Makefile.in: Regenerate.
4764 * configure.in: Add --with-datarootdir, --with-docdir,
4765 and --with-htmldir options.
4766 * configure: Regenerate.
4767
4768 2006-03-31 Ben Elliston <bje@au.ibm.com>
4769
4770 PR binutils/1860
4771 * configure.in: Require makeinfo 4.4 or higher.
4772 * configure: Regenerate.
4773
4774 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4775
4776 * Makefile.in: Regenerate.
4777
4778 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4779
4780 Sync with gcc:
4781 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4782
4783 * configure.in: Handle --disable-<component> generically.
4784 * configure: Regenerate.
4785
4786 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4787
4788 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4789 (TARGET_CONFIGDIRS): Remove.
4790 * configure.in: Remove AC_SUBST(target_configdirs).
4791 * Makefile.in, configure: Regenerated.
4792
4793
4794 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4795
4796 PR libgcj/17311
4797 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4798
4799 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4800
4801 PR bootstrap/25670
4802
4803 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4804
4805 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4806 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4807 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4808 BUILD_PREFIX, BUILD_PREFIX_1.
4809 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4810
4811 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4812 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4813
4814 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4815 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4816 of `cat stage_current`. Always provide the `r' and `s' variables.
4817 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4818 a single shell execution.
4819 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4820 bootstrapped modules, make the stage1 module if the build was not
4821 started yet, else build the current stage.
4822 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4823 (all-build, all-host, all-target, [+make_target+]-host,
4824 [+make_target+]-target): Do not use \-continued lines.
4825 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4826 (current_stage, restrap, stage_last): New.
4827
4828 * Makefile.in: Regenerate.
4829 * configure: Regenerate.
4830
4831 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4832
4833 Sync from gcc:
4834
4835 2006-01-31 Richard Guenther <rguenther@suse.de>
4836 Paolo Bonzini <bonzini@gnu.org>
4837
4838 * Makefile.def (target_modules): Add libgcc-math target module.
4839 * configure.in (target_libraries): Add libgcc-math target library.
4840 (--enable-libgcc-math): New configure switch.
4841 * Makefile.in: Re-generate.
4842 * configure: Re-generate.
4843 * libgcc-math: New toplevel directory.
4844
4845 2006-01-18 Richard Henderson <rth@redhat.com>
4846 Jakub Jelinek <jakub@redhat.com>
4847 Diego Novillo <dnovillo@redhat.com>
4848
4849 * libgomp: New directory.
4850 * Makefile.def: Add target_module libgomp.
4851 * Makefile.in: Regenerate.
4852 * configure.in (target_libraries): Add target-libgomp.
4853 * configure: Regenerate.
4854
4855 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4856 Andreas Schwab <schwab@suse.de>
4857
4858 * configure: Regenerate.
4859
4860 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4861
4862 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4863 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4864 the assembler, linker and binutils.
4865 * configure: Regenerate.
4866
4867 2006-01-16 Nick Clifton <nickc@redhat.com>
4868
4869 * config.sub, config.guess: Sync from config repository.
4870
4871 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4872
4873 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4874 @ from continuation.
4875 * Makefile.in: Rebuilt.
4876
4877 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4878
4879 Sync from gcc:
4880
4881 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4882
4883 PR bootstrap/24252
4884
4885 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4886 * Makefile.tpl (OBJDUMP): New.
4887 (EXTRA_HOST_FLAGS): Add it.
4888 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4889
4890 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4891 to use symbolic links between directories. Avoid race conditions
4892 or make them harmless.
4893 * configure.in: Do not try to use symbolic links between directories.
4894
4895 * Makefile.def (LEAN): Pass.
4896 * Makefile.tpl (LEAN): Define.
4897 (stage[+id+]-start): Accept that the previous directory does not
4898 exist, if the bootstrap is lean.
4899 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4900 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4901 configure substitution.
4902 ([+compare-target+]): Likewise.
4903 ([+bootstrap-target+]-lean): New.
4904 * configure.in: Remove lean bootstrap support from here.
4905
4906 * Makefile.in: Regenerate.
4907 * configure: Regenerate.
4908
4909 2006-01-02 Andreas Schwab <schwab@suse.de>
4910
4911 * configure.in: When reconfiguring remove Makefile in
4912 all stage directories.
4913 * configure: Regenerate.
4914
4915 2005-12-27 Leif Ekblad <leif@rdos.net>
4916
4917 * configure.in: Add support for RDOS target.
4918 * configure: Regenerate.
4919
4920 2005-12-27 Nick Clifton <nickc@redhat.com>
4921
4922 PR binutils/1990
4923 * libtool.m4: Synchronize with version in GCC sources.
4924
4925 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4926
4927 Revert Ada-related part of the previous change.
4928
4929 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4930 Do not pass.
4931 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4932 * Makefile.in: Regenerate.
4933 * configure.in: Do not include mt-ppc-aix target fragment.
4934 * configure: Regenerate.
4935
4936 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * configure.in: Select appropriate fragments for PowerPC/AIX.
4939 * configure: Regenerate.
4940
4941 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4942 BOOT_CFLAGS, BOOT_LDFLAGS.
4943 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4944 BOOT_CFLAGS, BOOT_LDFLAGS.
4945 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4946 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4947 (stage): Fail if we cannot complete the work.
4948 * Makefile.in: Regenerate.
4949
4950 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4951
4952 * COPYING.NEWLIB: Update copyright year for default
4953 copyright.
4954
4955 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4956
4957 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4958 install-host-nogcc): Don't invoke $(stage) at the end.
4959 * Makefile.in: Regenerate.
4960
4961 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4962
4963 * configure.in: Flip the top-level bootstrap switch.
4964 * configure: Regenerate.
4965
4966 Merge from gcc:
4967
4968 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4969
4970 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4971 $(stage) and $(unstage).
4972 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4973 (all): Remove stray semicolon.
4974 (local-distclean): Don't handle multilib.tmp and multilib.out.
4975 (install.all): Set $s for consistency.
4976 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4977 check_multilibs setting. Always make the install directory.
4978 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4979 Correct @if/@endif.
4980 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4981 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4982 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4983 (multilib.out): Remove.
4984 * Makefile.in: Regenerated.
4985
4986 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4987
4988 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4989 * configure.in: Replace ms1 arch with mt.
4990 * configure: Rebuilt.
4991
4992 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4993
4994 Sync with gcc:
4995
4996 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4997
4998 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4999 * configure.in: Replace ms1 arch with mt.
5000 * configure: Rebuilt.
5001
5002 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5003
5004 Sync with gcc:
5005
5006 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5007
5008 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5009 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5010 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5011 Find in-tree tools if available.
5012 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5013 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5014 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5015 (COMPILER_*_FOR_TARGET): New.
5016 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5017 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5018 (CONFIGURED_*, USUAL_*): Remove.
5019 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5020 STRIP): Use autoconf substitutions.
5021 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5022 COMPILER_NM_FOR_TARGET): New.
5023 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5024
5025 (all): Make all-host and all-target in parallel.
5026 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5027 that $$r and $$s are set before invoking a recursive make.
5028 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5029 ([+bootstrap-target+]): Inline most of the `all' target.
5030
5031 2005-11-29 Ben Elliston <bje@au.ibm.com>
5032
5033 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5034 from the gcc build directory.
5035 * Makefile.in: Regenerate.
5036
5037 2005-11-29 Ben Elliston <bje@au.ibm.com>
5038
5039 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5040 depend on all-libdecnumber.
5041 * configure.in (host_libs): Include libdecnumber.
5042 * Makefile.in: Regenerate.
5043 * configure: Likewise.
5044
5045 2005-11-21 Kean Johnston <jkj@sco.com>
5046
5047 * config.sub, config.guess: Sync from upstream sources.
5048
5049 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * Makefile.def: Remove gdb dependencies for gdbtk.
5052 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5053 (configure-gdb, install-gdb): New rules.
5054 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5055 * Makefile.in, configure: Regenerated.
5056
5057 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5058
5059 PR bootstrap/24297
5060 * Makefile.tpl (do-[+make-target+], do-check, install,
5061 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5062 are set before recursing.
5063 * Makefile.in: Regenerate.
5064
5065 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5066
5067 PR bootstrap/18939
5068 * Makefile.def (gcc) <target>: Fix thinko.
5069 * Makefile.in: Regenerate.
5070
5071 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5072
5073 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5074 * configure: Regenerate.
5075
5076 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5077
5078 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5079 target-libffi, target-qthreads, target-libjava, and
5080 targetlibobjc.
5081 * configure: Regenerate.
5082
5083 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5086 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5087 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5088 (USUAL_OBJDUMP_FOR_TARGET): New.
5089 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5090 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5091 * configure, Makefile.in: Regenerated.
5092
5093 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5094
5095 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5096 before other host packages.
5097
5098 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5099
5100 PR bootstrap/22340
5101
5102 * configure.in (default_target): Remove.
5103 * Makefile.tpl (all): Do not use prerequisites as subroutines
5104 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5105 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5106 use prerequisites as subroutines.
5107 (check-host, check-target): New.
5108 (bootstrap configure & all targets): Do not use stage*-start
5109 if the directory layout is already ok.
5110 (non-bootstrap configure & all targets): Prepend a $(unstage).
5111 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5112 (NOTPARALLEL): Remove.
5113 (unstage, stage variables): New variables.
5114 (unstage, stage targets): Simply expand to those variables.
5115
5116 * configure: Regenerate.
5117 * Makefile.in: Regenerate.
5118
5119 2005-10-04 James E Wilson <wilson@specifix.com>
5120
5121 * Makefile.def (lang_env_dependencies): Add libmudflap.
5122 * Makefile.in: Regenerate.
5123
5124 2005-10-03 Catherine Moore <clm@cm00re.com>
5125
5126 * configure.in (bfin-*-*): Support bfin.
5127 * configure: Regenerated.
5128
5129 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5130
5131 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5132 * configure: Regenerated.
5133
5134 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5135
5136 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5137 (LIPO_FOR_TARGET): New.
5138 (CONFIGURED_LIPO_FOR_TARGET): New.
5139 (USUAL_LIPO_FOR_TARGET): New.
5140 (STRIP_FOR_TARGET): New.
5141 (CONFIGURED_STRIP_FOR_TARGET): New.
5142 (USUAL_STRIP_FOR_TARGET): New.
5143 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5144 STRIP_FOR_TARGET.
5145 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5146 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5147 * Makefile.in: Regenerate.
5148 * configure: Regenerate.
5149
5150 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5151
5152 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5153 (rs6000-*-aix*): Same.
5154 * configure: Regenerate.
5155
5156 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5157
5158 * configure.in: Recognize f95 in the --enable-languages option,
5159 and substitute it for fortran, issuing a warning.
5160 * configure: Regenerate.
5161
5162 2005-09-07 Ben Elliston <bje@au.ibm.com>
5163
5164 Import from Autoconf sources:
5165
5166 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5167 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5168 Elliston. Handle weird characters correctly.
5169
5170 2005-08-30 Phil Edwards <phil@codesourcery.com>
5171
5172 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5173 * configure: Regenerated.
5174
5175 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5176
5177 * Makefile.def (libssp): Add to lang_env_dependencies.
5178 * Makefile.in: Regenerate.
5179
5180 2005-08-17 Christian Groessler <chris@groessler.org>
5181
5182 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5183 * Makefile.in: Regenerate.
5184
5185 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5186
5187 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5188 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5189 Look for alternate names of the target cc and c++
5190 * configure: Regenerate.
5191
5192 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5193
5194 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5195 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5196 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5197 tools; remove code to manually set them.
5198 (Target tools): Look in the environment for them.
5199 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5200 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5201 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5202 build directory.
5203 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5204 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5205 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5206 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5207 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5208 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5209 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5210 * configure: Regenerate.
5211 * Makefile.in: Regenerate.
5212
5213 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5214
5215 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5216 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5217 * Makefile.in: Regenerated.
5218
5219 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5220
5221 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5222 (CFLAGS_FOR_TARGET): Use it.
5223 (CXXFLAGS_FOR_TARGET): Likewise.
5224 * Makefile.in: Regenerated.
5225 * configure.in (--with-build-sysroot): New option.
5226 * configure: Regenerated.
5227
5228 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5229
5230 * Makefile.tpl: Wrap install between unstage and stage
5231 * Makefile.in: Regenerate.
5232
5233 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5234
5235 * all files: Update FSF address.
5236
5237 2005-07-14 Jim Blandy <jimb@redhat.com>
5238
5239 * configure.in: Add cases for Renesas m32c.
5240 * configure: Regenerated.
5241
5242 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5243
5244 * COPYING, compile, config-ml.in, config.guess,
5245 config.sub, install-sh, missing, mkinstalldirs,
5246 symlink-tree, ylwrap: Sync from upstream sources.
5247
5248 2005-07-13 Eric Christopher <echristo@redhat.com>
5249
5250 * configure.in: Add toplevel noconfigdir support for tpf.
5251 * configure: Regenerate.
5252
5253 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5254
5255 * Makefile.def (target_modules): Add libssp.
5256 * configure.in (target_libraries): Add target-libssp.
5257 * configure: Rebuilt.
5258 * Makefile.in: Rebuilt.
5259
5260 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5261
5262 PR ada/22340
5263
5264 * Makefile.def: Sync with gcc.
5265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5266 * Makefile.in: Regenerate.
5267
5268 2005-07-07 Andreas Schwab <schwab@suse.de>
5269
5270 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5271 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5272 * Makefile.in: Regenerated.
5273
5274 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5275
5276 * configure.in: Add --enable-libssp and --disable-libssp.
5277 * configure: Regenerate with autoconf-2.13.
5278
5279 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5280
5281 * configure.in: Don't build sim or rda when targetting darwin.
5282 * configure: Regenerate.
5283
5284 2005-07-04 Ben Elliston <bje@gnu.org>
5285
5286 * src-release (do-proto-toplev): Remove dejagnu bits.
5287 (DEJAGNU_SUPPORT_DIRS): Remove.
5288 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5289 (GDBD_SUPPORT_DIRS): Likewise.
5290 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5291 (INSIGHTD_SUPPORT_DIRS): Likewise.
5292 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5293
5294 2005-06-30 Ben Elliston <bje@gnu.org>
5295
5296 * setup.com (mpw): Remove unused directive.
5297
5298 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5299
5300 * Makefile.def (stagefeedback): Come after profile.
5301 Define profiledbootstrap target.
5302 * Makefile.tpl (profiledbootstrap): Remove.
5303 (stageprofile-end): Zap stagefeedback.
5304 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5305 * Makefile.in: Regenerate.
5306
5307 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5308
5309 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5310 In 'cpp' stanza, support '#line' as well as '# '.
5311
5312 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5313
5314 * configure.in (unsupported_languages): New macro.
5315 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5316 non-ported target libraries in noconfigdirs.
5317 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5318 non-linux-gnu. Remove libgcj_ex_libffi.
5319 <lang_frag loop>: Set add_this_lang=no if the language is in
5320 unsupported_languages.
5321 * configure: Regenerate.
5322
5323 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5324
5325 * configure.in: Fix typo in handling of --with-mpfr-dir.
5326 * configure: Regenerate.
5327
5328 2005-06-02 Jim Blandy <jimb@redhat.com>
5329
5330 * config.sub: Add cases for the Renesas m32c. (This patch has been
5331 accepted into the master sources.)
5332
5333 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5334 Michael Snyder <msnyder@redhat.com>
5335 Stan Cox <scox@redhat.com>
5336
5337 * configure.in: Set noconfigdirs for ms1.
5338
5339 * configure: Regenerate.
5340
5341 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5342
5343 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5344 (Dependencies): Consider target modules for bootstrap dependencies.
5345 Make target bootstrap modules depend on each stage's gcc.
5346 * Makefile.in: Regenerate.
5347
5348 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5349
5350 * Makefile.def (configure-gcc): Depend on binutils having been built.
5351 (all-gcc): No need to do it here.
5352 * Makefile.in: Regenerate.
5353
5354 2005-05-19 Paul Brook <paul@codesourcery.com>
5355
5356 * configure.in: Rewrite misleading error message when requested
5357 language cannot be built.
5358 * configure: Regenerate.
5359
5360 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * ylwrap: Import from Automake 1.9.5.
5363
5364 2005-05-04 Mike Stump <mrs@apple.com>
5365
5366 * configure.in: Always pass --target to target configures as
5367 otherwise rebuilds that do --recheck will fail.
5368 * configure: Rebuilt.
5369
5370 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5371
5372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5373 STAGE_HOST_EXPORTS.
5374 (configure, all): Add bootstrap support.
5375 (Host modules, target modules): Pass post-stage1 flags and exports.
5376 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5377 * Makefile.in: Regenerate.
5378
5379 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5380
5381 Sync from gcc:
5382
5383 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5384
5385 * config.sub: Update from master copy.
5386
5387 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5388
5389 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5390 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5391 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5392 "*-*-elf" and "*-*-linux*".
5393 * configure: Regenerate.
5394
5395 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5396
5397 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5398 (TARGET_CONFIGARGS): Include --with-target-subdir.
5399 (configure, all): New macros. Use them throughout.
5400
5401 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5402
5403 * Makefile.tpl: Sync with gcc.
5404 * Makefile.in: Regenerate.
5405
5406 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5407
5408 * config/mh-mingw32: Delete.
5409 * configure.in: Don't use it.
5410 * configure: Regenerate.
5411
5412 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5413
5414 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5415 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5416 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5417 (HOST_LIB_PATH): Generate from Makefile.def.
5418 (TARGET_LIB_PATH): Likewise.
5419 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5420 * Makefile.in: Regenerate.
5421 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5422 (RPATH_ENVVAR): Include Darwin case.
5423 * configure: Regenerate.
5424
5425 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5428 * configure: Regenerate.
5429
5430 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5431
5432 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5433 gcc_version, and gcc_version_trigger from set of flags to pass.
5434 * Makefile.tpl: Remove definitions of above variables.
5435 (config.status): Remove dependency on $(gcc_version_trigger).
5436 * Makefile.in: Regenerate.
5437 * configure.in: Do not reference config/gcc-version.m4 nor
5438 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5439 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5440 * configure: Regenerate.
5441
5442 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5443 Andrew Pinski <pinskia@physics.uc.edu>
5444
5445 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5446 * Makefile.in: Regenerate.
5447
5448 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5449
5450 PR libgcj/20160
5451 * ltmain.sh: Avoid creating archives with components that have
5452 duplicate basenames.
5453
5454 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5455
5456 PR bootstrap/20250
5457 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5458 instead of check.
5459 * Makefile.in: Regenerate.
5460
5461 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5462
5463 Sync from gcc.
5464
5465 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5466
5467 PR bootstrap/17383
5468 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5469 * Makefile.tpl (HOST_SUBDIR): New substitution.
5470 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5471 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5472 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5473 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5474 (Host modules, Bootstrapped modules): Use it.
5475 (Build modules, Target modules): Do not create symlink trees,
5476 always configure out-of-srcdir.
5477 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5478 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5479 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5480 $(HOST_SUBDIR). Create a symlink for host_subdir.
5481
5482 * Makefile.in: Regenerate.
5483 * configure: Regenerate.
5484
5485 Merged from libada-gnattools-branch:
5486 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5487
5488 * Makefile.def: Add gnattools as a module, depending on target-libada.
5489 * Makefile.in: Regenerate.
5490 * configure.in: Include gnattools in host_tools; disable it if ada
5491 is disabled.
5492 * configure: Regenerate.
5493
5494 2005-02-23 Nick Clifton <nickc@redhat.com>
5495
5496 * configure: Regenerate.
5497
5498 2005-02-22 Paul Schlie <schlie@comcast.net>
5499
5500 * configure.in: Allow darwin targeted ports to build tk, itcl and
5501 libgui.
5502
5503 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5504
5505 PR libgcj/10353
5506 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5507 * configure: Regenerate.
5508
5509 2005-02-08 Andrew Cagney <cagney@gnu.org>
5510
5511 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5512 gdb/ section. Update GDB's URL.
5513
5514 2005-01-31 Andrew Cagney <cagney@gnu.org>
5515
5516 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5517
5518 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5519
5520 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5521 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5522 target-libgloss when not *-*-elf and *-*-aout.
5523 * configure: Regenerate.
5524
5525 2005-01-27 Andrew Cagney <cagney@gnu.org>
5526
5527 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5528
5529 2005-01-24 Andrew Cagney <cagney@gnu.org>
5530
5531 * gettext.m4: Only fall back to ../intl/ when it's present.
5532
5533 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5534
5535 * install-sh, config.sub: Import from upstream.
5536
5537 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5538
5539 PR bootstrap/18222
5540 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5541 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5542 * Makefile.in: Regenerate.
5543
5544 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5545
5546 Revert 2004-12-28 Makefile changes, a better fix will be
5547 applied to mainline and src after GCC 4.0 branches.
5548
5549 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5550
5551 PR bootstrap/17383
5552
5553 * Makefile.def (target_modules): Remove stage parameter,
5554 it is always true now.
5555 * Makefile.tpl (configure-build-[+module+],
5556 configure-target-[+module+]): Always build symlink tree
5557 for the directory and for include. BUILD_SUBDIR and
5558 TARGET_SUBDIR cannot be . anymore.
5559 * Makefile.in: Regenerate.
5560
5561 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5562
5563 Revert 2004-12-08 Makefile changes.
5564
5565 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5566
5567 * configure.in (sh64-*-*): Reenable gprof.
5568 * configure: Regenerate.
5569
5570 2004-12-09 Jim Blandy <jimb@redhat.com>
5571
5572 * MAINTAINERS: List 'depcomp' as part of automake.
5573
5574 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5575
5576 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5577 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5578 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5579 * Makefile.in: Regenerate.
5580
5581 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5582
5583 * Makefile.tpl: Generate normal dependencies if the LHS module is
5584 not bootstrapped.
5585 * Makefile.in: Regenerate.
5586
5587 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5588
5589 * configure.in: Include config/gxx-include-dir.m4. Use
5590 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5591 * configure: Regenerate.
5592
5593 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5594
5595 * config.if: Delete.
5596 * configure.in: Set libstdcxx_incdir directly.
5597 * configure: Regenerate.
5598 * MAINTAINERS: Remove mention of config.if.
5599 * src-release (DEVO_SUPPORT): Remove config.if.
5600
5601 2004-12-02 Eric Christopher <echristo@redhat.com>
5602
5603 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5604 of things to remove.
5605 * Makefile.in: Regenerate.
5606
5607 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5608
5609 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5610 * configure: Regenerate.
5611
5612 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5613
5614 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5615 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5616 * configure: Regenerate.
5617
5618 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5619
5620 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5621 (hppa*64*-*-*): Delete incorrect comment.
5622 * configure: Rebuilt.
5623
5624 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5625
5626 * install-sh, compile: Import from automake.
5627
5628 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5629
5630 * config.guess, config.sub: Import from savannnah.
5631
5632 2004-11-12 Mike Stump <mrs@apple.com>
5633
5634 * Makefile.def: Add html support.
5635 * Makefile.tpl: Likewise.
5636 * Makefile.in: Regenerate.
5637
5638 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5639
5640 PR 18423
5641 * configure.in: Remove all instances of build-fixincludes from
5642 noconfigdirs.
5643 (build_configargs): Supply --target to subdirectories.
5644 * configure: Regenerate.
5645
5646 * Makefile.def: Make gcc install depend on fixincludes install.
5647 * Makefile.in: Regenerate.
5648
5649 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5650
5651 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5652 target-libgfortran.
5653 * configure: Regenerate.
5654
5655 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5656
5657 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5658 like CC.
5659
5660 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5661
5662 * Makefile.def (host fixincludes): Specify missing targets.
5663 * Makefile.in: Regenerate.
5664
5665 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5666
5667 PR other/17783
5668 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5669 * configure: Regenerated.
5670
5671 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5672
5673 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5674 * configure: Regenerated.
5675
5676 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5677
5678 PR target/18151
5679 * configure.in (case ${target}): Do not build fixincludes for avr.
5680 * configure: Regenerated.
5681
5682 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5683
5684 * configure.in (case ${target}): Do not build fixincludes
5685 on platforms where it is not used.
5686 * configure: Regenerated.
5687
5688 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5689
5690 * configure.in: Use an absolute path to install-sh.
5691 * configure: Regenerated.
5692
5693 2004-10-19 Andrew Cagney <cagney@gnu.org>
5694
5695 * src-release (do-djunpack, do-md5sum): Install the generated file
5696 directly into the proto-toplev/ directory.
5697
5698 2004-10-19 Andrew Cagney <cagney@gnu.org>
5699
5700 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5701
5702 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5703
5704 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5705 * configure: Regenerate.
5706
5707 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5708
5709 Fix wrong conflict resolution in:
5710
5711 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5712
5713 * Makefile.in: Regenerate.
5714 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5715 in the recursive `make', instead of hardwiring `all'.
5716 (Autogenerated TARGET-* variables): New.
5717
5718 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 Merged from GCC / libtool upstream:
5721 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5722 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5723 * ltcf-cxx.sh (tpf*): Likewise.
5724 * ltconfig (tpf*): Add TPF OS configuration support.
5725
5726 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5727
5728 * configure.in: Enable target-libgloss for crx-*-*.
5729 * configure: Regenerate.
5730
5731 2004-09-24 Michael Roth <mroth@nessie.de>
5732
5733 * configure.in (--without-headers): Add missing double quotes.
5734 * configure: Regenerate.
5735
5736 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5737
5738 * ylwrap: Revert to previous version.
5739
5740 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5741
5742 PR bootstrap/17369
5743 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5744 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5745 SET_GCC_LIB_PATH_CMD.
5746 (BASE_TARGET_EXPORTS): Likewise.
5747 * Makefile.in: Regenerated.
5748
5749 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5750 * configure: Regenerated.
5751
5752 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5753
5754 * config.guess: New upstream version
5755 * compile, depcomp, install-sh, ylwrap: Likewise.
5756
5757 2004-09-19 Roger Sayle <roger@eyesopen.com>
5758
5759 * config/mh-x86omitfp: New host makefile fragment. Add
5760 -fomit-frame-pointer to the default BOOT_CFLAGS.
5761 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5762 * configure: Regenerate.
5763
5764 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5765
5766 PR target/11572
5767 * configure.in (*-*-darwin*): Renable libobjc.
5768 * configure: Regenerate.
5769
5770 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5771
5772 * Makefile.def: Remove libbanshee.
5773 * Makefile.tpl: Ditto.
5774 * configure.in: Ditto.
5775 * Makefile.in: Regen.
5776 * configure: Ditto.
5777
5778 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5779
5780 * missing: Import latest version from master repository.
5781
5782 2004-09-04 Nick Clifton <nickc@redhat.com>
5783
5784 * config.sub: Import latest version from master repository.
5785 * config.guess: Likewise.
5786 This includes these changes:
5787
5788 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5789
5790 * config.sub: Handle crisv32, alias etraxfs.
5791 * config.guess (crisv32:Linux:*:*): Handle.
5792
5793 2004-08-13 Brad Smith <brad@comstyle.com>
5794
5795 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5796 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5797
5798 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5799
5800 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5801 assume the processor is a powerpc. This is because coreutils
5802 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5803 in this case, due to a MacOS X bug that causes
5804 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5805 to return a negative number.
5806 Problem reported by Petter Reinholdtsen in:
5807 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5808
5809 2004-07-19 Ben Elliston <bje@gnu.org>
5810
5811 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5812
5813 2004-06-24 Ben Elliston <bje@gnu.org>
5814
5815 * config.guess: Update copyright years.
5816 * config.sub: Likewise.
5817
5818 2004-06-22 Robert Millan <robertmh@gnu.org>
5819
5820 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5821 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5822
5823 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5824
5825 * config.guess (*:*VMS:*:*): New entry. Replaces
5826 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5827 manufacturer.
5828
5829 2004-06-22 Ben Elliston <bje@gnu.org>
5830
5831 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5832 * config.sub: Likewise.
5833
5834 2004-06-22 Ben Elliston <bje@gnu.org>
5835
5836 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5837 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5838
5839 2004-06-11 Ben Elliston <bje@gnu.org>
5840
5841 * config.guess (pegasos:OpenBSD:*:*): Remove.
5842
5843 2004-06-11 Ben Elliston <bje@gnu.org>
5844
5845 From Wouter Verhelst <wouter@grep.be>:
5846 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5847
5848 2004-06-11 Ben Elliston <bje@gnu.org>
5849
5850 * config.guess (luna88k:OpenBSD:*:*): New.
5851
5852 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5853
5854 * config.guess (m32r*:Linux:*:*): New case.
5855 * config.sub: Handle m32rle.
5856
5857 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5858
5859 From Jens Petersen <petersen@redhat.com>:
5860 * config.sub: Handle sparcv8.
5861
5862 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5863
5864 From Tom Smith <smith@cag.lkg.hp.com>:
5865 * config.guess: Version suffixes are equally significant on Tru64
5866 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5867 prefix of "P" (patched kernel).
5868
5869 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5870
5871 * config.sub: Add support for National Semiconductor CRX target.
5872
5873 2004-09-03 Jan Beulich <jbeulich@novell.com>
5874
5875 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5876 *-*-netware, but add target-libmudflap.
5877 Consolidate *-*-netware targets (of which really only i?86 exists)
5878 into a single entry.
5879 * configure: Likewise.
5880
5881 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5882
5883 * Makefile.tpl (sorry): Remove.
5884 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5885 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5886 (do-clean): Clean per-stage directories too.
5887 (do-distclean): Run distclean-stage1 too.
5888 (.NOTPARALLEL): Enable during toplevel bootstrap.
5889 (stage[+id+]-bubble): Enable parallel execution during
5890 the recursive invocation.
5891 * Makefile.in: Regenerate.
5892
5893 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5894
5895 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5896
5897 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5898 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5899 * configure: regenerate
5900 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5901 -mdynamic-no-pic
5902
5903 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5904
5905 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5906 include.
5907 * configure.in: Fix indentation.
5908 * configure: Regenerate.
5909
5910 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5911
5912 * Makefile.def (build_modules): Add fixincludes.
5913 (dependencies): Make gcc depend on fixincludes.
5914 * configure.in (build_tools): Add fixincludes.
5915 (build_configdirs): Always include build_libs.
5916 * Makefile.in: Regenerate.
5917 * configure: Regenerate.
5918
5919 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5920
5921 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5922 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5923 phony targets; do not generate timestamp files.
5924 (distclean-stageN): Remove references to their timestamp files.
5925 (restageN, touch-stageN): Remove.
5926 (stageN-bubble): Rewritten.
5927 (compare): Support lean bootstraps.
5928 * Makefile.in: Regenerate.
5929
5930 * configure.in: Only warn when bootstrapping but
5931 build != host or build != target. Support lean bootstraps.
5932 * configure: Regenerate.
5933
5934 Sync from gcc:
5935 2004-08-26 Phil Edwards <phil@codesourcery.com>
5936
5937 * configure.in: Give a better error message if GMP/MPFR are missing
5938 and a language needing them has been requested.
5939 * configure: Regenerated.
5940
5941 2004-08-25 Phil Edwards <phil@codesourcery.com>
5942
5943 * configure.in: Print a list of available language front-ends if
5944 a requested one is missing. Tidy stray tab characters.
5945 * configure: Regenerated.
5946
5947 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5948
5949 * Makefile.in: Regenerate.
5950 * configure: Regenerate.
5951
5952 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5953 stage_*_flags.
5954 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5955 for bootstrapped modules if toplevel bootstrap is going.
5956 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5957 modules. Adjust for changes in Makefile.def. Enable several
5958 rules even in non-bootstrap mode, just to avoid peppering the
5959 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5960 (stage-[+prev+]-bubble): Remove.
5961
5962 * Makefile.def (Dependencies): Depend on all-build-bison,
5963 all-build-flex, all-build-byacc, all-build-texinfo, rather
5964 than the host variations.
5965 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5966 with BUILD_SUBDIR.
5967 (BISON): Update for recent Bisons.
5968 (YACC): Fix typo.
5969 (cross): Depend on all-build.
5970 (all): Do not depend on all-build.
5971 (prebootstrap): Remove.
5972 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5973 (Prebootstrap dependencies): Add them to the per-stage targets
5974 and to all-prebootstrap.
5975 * configure.in (build_configdirs): Always enable build_tools.
5976 (BUILD_DIR_PREFIX): Remove.
5977
5978 * Makefile.def (gcc): Add target variable.
5979 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5980 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5981 in the recursive `make', instead of hardwiring `all'.
5982 (Autogenerated TARGET-* variables): New.
5983
5984 2004-08-17 Robert Millan <robertmh@gnu.org>
5985
5986 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5987 (instead of FreeBSD).
5988 * configure: Regenerate.
5989
5990 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5991
5992 * Makefile.def, configure.in, src-release: Remove useless, bogus
5993 references to tix.
5994 * Makefile.in, configure: Regenerate.
5995
5996 * src-release: Stop distributing mmalloc with gdb (which doesn't
5997 use it).
5998 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5999 * Makefile.in: Regenerate.
6000
6001 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6002
6003 * configure.in (arm*-*-eabi*): New target.
6004 * configure: Regenerate.
6005
6006 2004-08-01 Robert Millan <robertmh@gnu.org>
6007
6008 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6009 libmudflap for all GNU-based systems (with Glibc).
6010 * configure: Regenerate.
6011
6012 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6013
6014 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6015 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6016 (Dependencies): New section.
6017 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6018 (configure-target-[+module+]): Depend on maybe-all-gcc
6019 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6020 (toplevel profiledbootstrap): Fix dependencies.
6021 * Makefile.in: Regenerate.
6022
6023 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6024
6025 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6026 target-libiberty to noconfigdirs.
6027
6028 2004-08-03 Paul Brook <paul@codesourcery.com>
6029
6030 * configure.in: Check for MPFR as well as GMP.
6031 * configure: Regenerate.
6032
6033 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6034
6035 * Makefile.def (host-modules): Add gcc.
6036 * Makefile.in: Regenerate.
6037 * Makefile.tpl (sorry): New rule.
6038 (configure-host, all-host, [+make_target+]-host, do-check,
6039 install-host): Do not add gcc as a special case.
6040 (host modules): Add a small special-casing for gcc. Export
6041 extra_make_flags through the environment.
6042 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6043 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6044 other recursive targets for gcc): Remove.
6045
6046 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6047 (stage, unstage): New rules.
6048 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6049 distclean-stage[+id+]): Use stage_current.
6050 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6051 the stage*-start rules.
6052
6053 2004-07-19 Robert Millan <robertmh@gnu.org>
6054
6055 Synced from gcc:
6056
6057 2004-04-26 Robert Millan <robertmh@gnu.org>
6058
6059 Add patches from libtool CVS.
6060 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6061 * ltconfig: Likewise.
6062 * ltcf-c.sh: Likewise.
6063 * ltcf-cxx.sh: Likewise.
6064 * ltcf-gcj.sh: Likewise.
6065
6066 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6067
6068 * configure.in: Add noconfigdirs for crx-*-*.
6069 * configure: Regenerate.
6070
6071 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6072
6073 Synced from gcc:
6074
6075 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6076
6077 * configure.in: Build libmudflap by default on FreeBSD.
6078 * configure: Regenerated.
6079
6080 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6081
6082 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6083 systems.
6084 * configure: Regenerated.
6085
6086 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6087
6088 PR target/16344
6089 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6090 feedback based compiler.
6091 * Makefile.in: Rebuilt.
6092
6093 2004-07-05 Phil Edwards <phil@codesourcery.com>
6094
6095 * configure.in: Do not prepend $srcdir to /dev/null in
6096 makefile fragments.
6097 * configure: Regenerate.
6098
6099 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6100
6101 * Makefile.def (host_modules): Set bootstrap=true for flex.
6102 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6103 * Makefile.in: Rebuilt.
6104
6105 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6106
6107 * Makefile.def (build_modules): Add bison, byacc, flex,
6108 m4, texinfo.
6109 (flags_to_pass): Add FLEX.
6110 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6111 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6112 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6113 DEFAULT_MAKEINFO): Remove.
6114 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6115 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6116 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6117 objdir or else use configured tool.
6118 (all-build): New.
6119 (all): Depend on it.
6120 (Build module dependencies): Add.
6121 * Makefile.in: Regenerate.
6122 * configure.in: Better support for multiple build modules,
6123 matching what is done for host/target modules. Do not look
6124 for "plausible" locations of build tools if Canadian cross.
6125 Use autoconf's AC_PROG_CC to find a C compiler. Define
6126 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6127 * configure: Regenerate.
6128
6129 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6130
6131 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6132 * Makefile.in: Regenerate.
6133
6134 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6135
6136 * Makefile.tpl (configure-build-[+module+],
6137 configure-[+module+], configure-target-[+module+]): Pass
6138 [+extra_configure_args+].
6139 (all-build-[+module+], all-[+module+], check-[+module+],
6140 install-[+module+], [+make_target+]-[+module+],
6141 all-target-[+module+], check-target-[+module+],
6142 install-target-[+module+], [+make_target+]-target-[+module+]):
6143 Pass [+extra_make_args+].
6144 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6145 (GCC_HOST_EXPORTS): Remove.
6146 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6147 cross, check-gcc, check-gcc-c++, install-gcc,
6148 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6149 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6150 * Makefile.in: Regenerate.
6151
6152 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6153
6154 * configure.in: Check for srcdir/winsup rather than build directory
6155 winsup.
6156 * configure: Regenerate.
6157
6158 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6159
6160 * configure.in: Don't build Cygwin native newlib if winsup
6161 directory is missing. Emit warning instead.
6162 * configure: Regenerate.
6163
6164 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6165
6166 * Makefile.tpl (touch-stage[+id+]): New.
6167 (restage[+prev+]): Depend on touch-stage[+id+].
6168
6169 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6170 Use it throughout.
6171
6172 * Makefile.def: Add profile and feedback bootstrap stages.
6173 Remove next field from bootstrap stages.
6174 * Makefile.tpl (LN, LN_S): Substitute.
6175 (stageN-start, stageN-end): Use double-colon rules, to
6176 provide a hook for additional setup commands.
6177 (distclean-stageN-gcc, restageN): Create dependencies from
6178 [+prev+], not from [+next+].
6179 (stageN-bubble): Add commands for successive stages from
6180 [+prev+], using double-colon rules.
6181 (all-stageN-gcc): Fix typo.
6182 (stagefeedback-start, profiledbootstrap): New.
6183 * Makefile.in: Regenerate.
6184 * configure.in: Call ACX_PROG_LN.
6185 * configure: Regenerate.
6186
6187 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6188
6189 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6190 without gcc.
6191 * configure: Regenerate.
6192
6193 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6194
6195 * Makefile.tpl: Fix typo.
6196 * Makefile.in: Regenerate.
6197
6198 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6199
6200 * configure.in: Remove new- prefix from toplevel
6201 bootstrap targets.
6202 * configure: Regenerate.
6203
6204 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6205
6206 Merge this patch from the gcc tree:
6207
6208 2004-05-30 Andreas Jaeger <aj@suse.de>
6209 Jim Wilson <wilson@specifixinc.com>
6210
6211 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6212 like CC.
6213
6214 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6215
6216 * Makefile.tpl (all.normal): Rename to all.
6217 (all): Replace with a rule to pick the default
6218 target from configure.
6219 (all-gcc, configure-gcc): Use conditionals to
6220 do nothing when toplevel bootstrap is going on.
6221 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6222 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6223 * configure.in: Support --enable-bootstrap.
6224
6225 * Makefile.def: Remove new- prefix from toplevel
6226 bootstrap targets.
6227 * Makefile.tpl: Likewise.
6228
6229 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6230 target.
6231
6232 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6233 $(RECURSE_FLAGS) to recursive invocation of make.
6234
6235 * Makefile.in: Regenerate.
6236 * configure: Regenerate.
6237
6238 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6239
6240 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6241 * configure: Regenerate.
6242
6243 2004-05-25 Daniel Jacobowitz <drow@false.org>
6244
6245 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6246 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6247 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6248 targets.
6249 * Makefile.in: Regenerate.
6250
6251 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6252
6253 * configure.in: Test the ability to symlink directories.
6254 * configure: Regenerate.
6255
6256 * Makefile.def (bootstrap-stage): New definitions.
6257 * Makefile.tpl (configure-stage1-gcc,
6258 configure-stage2-gcc, configure-stage3-gcc,
6259 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6260 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6261 new-restage3, compare): Autogenerate, see Makefile.in
6262 entry for behavioral changes.
6263 (distclean-stage1, new-stage1-start, new-stage1-end,
6264 new-stage1-bubble, distclean-stage2, new-stage2-start,
6265 new-stage2-end, new-stage2-bubble, distclean-stage3,
6266 new-stage3-start, new-stage3-end): New autogenerated targets.
6267 (objext, prebootstrap, BOOT_CFLAGS,
6268 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6269 targets.
6270
6271 * Makefile.in: Regenerate.
6272 (distclean-stage1, new-stage1-start, new-stage1-end,
6273 new-stage1-bubble, distclean-stage2, new-stage2-start,
6274 new-stage2-end, new-stage2-bubble, distclean-stage3,
6275 new-stage3-start, new-stage3-end): New targets.
6276 (all-stage1-gcc): Move prebootstrap dependency from here...
6277 (configure-stage1-gcc): ...to here.
6278 (new-bootstrap): Use bubble targets.
6279 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6280 Use per-stage distclean targets.
6281 (configure-stage1-gcc, configure-stage2-gcc,
6282 configure-stage3-gcc, all-stage1-gcc,
6283 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6284 Use new-stageN-start to prepare the tree.
6285
6286 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6287
6288 * Makefile.def (host_modules): add libcpp.
6289 * Makefile.tpl: Add dependencies on and for libcpp.
6290 * Makefile.in: Regenerate.
6291 * configure.in: Add libcpp host module.
6292 * configure: Regenerate.
6293
6294 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6295
6296 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6297 of libf2c.
6298 * configure, Makefile.in: Regenerate.
6299
6300 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6301
6302 Merge from tree-ssa-20020619-branch.
6303
6304 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6305 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6306 (HOST_GMPLIBS): Define.
6307 (HOST_GMPINC): Define.
6308 (TARGET_LIB_PATH): Add libmudflap.
6309 (GFORTRAN_FOR_TARGET): Define.
6310 (configure-build*): Export GFORTRAN.
6311 (configure-gcc): Export GMPLIBS and GMPINC.
6312 (all-gcc): Add maybe-all-libbanshee.
6313 (configure-target-libgfortran): Define.
6314 * Makefile.in: Regenerate.
6315 * configure.in (host_libs): Add libbanshee.
6316 (target_libraries): Add target-libmudflap and target-libgfortran.
6317 Add --with-libbanshee.
6318 Handle --disable-libmudflap.
6319 (*-*-freebsd*): Use with_gmp.
6320 Add $(libgcj) to noconfigdirs.
6321 * configure: Regenerate.
6322 * depcomp: New file.
6323 * MAINTAINERS: Add tree-ssa maintainers.
6324
6325 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6326
6327 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6328 * configure: Regenerate.
6329
6330 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6331
6332 Revert:
6333 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6334
6335 * Makefile.def (flags_to_pass): Remove *dir variables that
6336 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6337 as well as prefix and exec_prefix.
6338 * Makefile.in: Regenerate.
6339
6340 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6341
6342 * Makefile.def (host_modules): Mark with the bootstrap
6343 flag packages on which gcc depends.
6344 * Makefile.tpl (all-bootstrap): Use it.
6345 * Makefile.in: Regenerate.
6346
6347 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6348
6349 * Makefile.def (flags_to_pass): Remove *dir variables that
6350 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6351 as well as prefix and exec_prefix.
6352 * Makefile.in: Regenerate.
6353
6354 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6355
6356 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6357 * configure: Regenerate.
6358 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6359 * gcc/Makefile.tpl (compare): Use the result of the test.
6360 * gcc/Makefile.in: Regenerate.
6361
6362 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6363
6364 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6365 Always relocate gcc and prev-gcc to the original names, even
6366 if the build fails.
6367 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6368 New targets.
6369
6370 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6371
6372 * configure.in (mips*-*-irix5*): Enable ld.
6373 * configure: Regenerate.
6374
6375 2004-04-15 James E Wilson <wilson@specifixinc.com>
6376
6377 * Makefile.tpl (configure-[+module+], configure-gcc,
6378 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6379 Set and export LDFLAGS.
6380 * Makefile.in: Regenerate.
6381
6382 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6383
6384 PR bootstrap/14871
6385 * Makefile.tpl: If we don't have built-in-tree target tools,
6386 use the ones found by configure rather than hacking around with
6387 program_transform_name.
6388 * configure.in: Give Makefile.tpl the information necessary
6389 to do that.
6390 * Makefile.in: Regenerate.
6391 * configure: Regenerate.
6392
6393 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6394
6395 PR bootstrap/14760
6396 * configure.in: When computing baseargs, strip *all* copies of
6397 offending options. Also, don't match/substitute the trailing space,
6398 so that this actually works when two similar options are separated by
6399 only one space.
6400 * configure: Regenerate.
6401
6402 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6403
6404 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6405 (rs6000-*-aix*): Same.
6406 * configure: Regenerate.
6407
6408 2004-03-25 Stan Shebs <shebs@apple.com>
6409
6410 Remove MPW support, no longer used.
6411 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6412 mpw-install: Remove files.
6413 * src-release (DEVO_SUPPORT): Remove names of removed files.
6414 * MAINTAINERS: Likewise.
6415
6416 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6417
6418 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6419 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6420 * Makefile.in: Regenerate.
6421
6422 * configure.in (top level bootstrap support): Rework --enable-werror
6423 to set @stage2_werror_flag@.
6424 * configure: Regenerate.
6425 * Makefile.tpl (top level bootstrap support): Pass
6426 @stage2_werror_flag@ down to configure in stages 2 and 3.
6427 * Makefile.in: Regenerate.
6428
6429 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6430
6431 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6432 for stages 2 and 3 as well as in make. As a consequence, remove
6433 OUTPUT_OPTION (now detected by configure) from the flags passed down
6434 to make.
6435 * Makefile.in: Regenerate.
6436
6437 * Makefile.tpl (new-bootstrap): Fix typo.
6438 * Makefile.in: Regenerate.
6439
6440 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6441
6442 * Makefile.tpl: Rearrange by moving recursive_targets rules
6443 into their proper sections.
6444 * Makefile.tpl (top level bootstrap support): Move disabling
6445 of coverage flags from 'make' to 'configure'; improve comments.
6446 * Makefile.in: Regenerate.
6447
6448 * Makefile.tpl (experimental top level bootstrap) Move stage1
6449 language setting from all- target to configure- target; disable
6450 intermodule optimization in stage 1; prevent gratuitous rebuilds
6451 of stage 1.
6452 * Makefile.in: Regenerate.
6453 * configure.in: Comma-separate stage 1 language list for top
6454 level bootstrap.
6455 * configure: Regenerate.
6456
6457 * Makefile.tpl: Clean up experimental top level bootstrap support:
6458 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6459 prev-gcc in configure- targets as well as all- targets.
6460 * Makefile.in: Regenerate.
6461
6462 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6463
6464 * configure.in: Remove symbolic link section.
6465 * configure: Regenerate.
6466 * Makefile.tpl (links): Remove.
6467 * Makefile.in: Regenerate.
6468
6469 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6470 Nathanael Nerode <neroden@gcc.gnu.org>
6471
6472 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6473 Set with AC_CHECK_PROGS.
6474 * configure.in: Fix comment typo from last patch.
6475 * configure: Regenerate.
6476
6477 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6478
6479 * Makefile.tpl: Introduce experimental top level bootstrap support.
6480 * Makefile.in: Regenerate.
6481 * configure.in: Introduce support for top level bootstrap.
6482 * configure: Regenerate.
6483
6484 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6485 Paolo Bonzini <bonzini@gnu.org>
6486
6487 PR bootstrap/14522
6488 * configure.in: Cope with shells that do not support unquoted ^
6489 * configure: Regenerate.
6490
6491 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6492 Paolo Bonzini <bonzini@gnu.org>
6493
6494 PR bootstrap/14522
6495 * configure.in: Cope with shell that do not support nesting
6496 quotes inside quoted backquote substitutions.
6497 * configure: Regenerate.
6498
6499 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6500
6501 PR bootstrap/14522
6502 * configure.in: Fix escaping of $.
6503 * configure: Regenerate.
6504
6505 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6506
6507 * configure: Regenerate.
6508
6509 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6510
6511 PR ada/14131
6512 Move language detection to the top level.
6513 * configure.in: Find default values for the tools as
6514 soon as possible. Disable ada if GNAT is not found.
6515 Emit error message about missing languages. Expand
6516 --enable-languages=all for the gcc subdirectory.
6517
6518 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6519
6520 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6521 and disable libgcj.
6522 * configure: Regenerated.
6523
6524 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6525
6526 PR bootstrap/7087
6527 * Makefile.tpl: Guard XFOO sed statements better.
6528 * Makefile.tpl: Add dependency for configure-target-libada.
6529 * Makefile.in: Regenerate (incidentally fixes broken
6530 commit when libada-branch was merged).
6531
6532 2004-02-28 Andrew Cagney <cagney@redhat.com>
6533
6534 * src-release (CVS_NAMES): Define.
6535 (do-tar, do-tar): Prune $(CVS_NAMES).
6536
6537 2004-02-23 Andrew Cagney <cagney@redhat.com>
6538
6539 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6540 2004-02-19.09.
6541
6542 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6543
6544 PR bootstrap/11932
6545 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6546
6547 2004-02-19 Andrew Cagney <cagney@redhat.com>
6548
6549 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6550 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6551
6552 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6553
6554 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6555 (rs6000-*-aix*): Same.
6556 * configure: Regenerate.
6557
6558 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6559
6560 * configure.in (host): Add in missing $noconfigdirs to defines.
6561 * configure: Regenerate.
6562
6563 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6564 Nathanael Nerode <neroden@gcc.gnu.org>
6565
6566 PR ada/6637, PR ada/5911
6567 Merge with libada-branch:
6568 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6569 with appropriate dependencies. Add --enable-libada configure switch.
6570 * configure, Makefile.in: Regenerate.
6571
6572 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6573
6574 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6575 * configure: Regenerate.
6576
6577 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6578
6579 * COPYING.NEWLIB: Update Red Hat license to 2004.
6580
6581 2004-01-23 DJ Delorie <dj@redhat.com>
6582
6583 * Makefile.def (target_modules) [libiberty]: Don't stage.
6584 * Makefile.in: Rebuilt.
6585
6586 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6587
6588 * COPYING.NEWLIB: Update to include copyrights for new
6589 iconv code.
6590
6591 2004-01-15 Andrew Cagney <cagney@redhat.com>
6592
6593 * src-release: Update copyright year.
6594 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6595 (NEWLIB_SUPPORT_DIRS): Delete macro.
6596 (newlib.tar.bz2): Delete rule.
6597
6598 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6599
6600 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6601 * Makefile.tpl (configure-target-[+module+]): Support stage.
6602 * Makefile.in: Rebuilt.
6603
6604 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6605
6606 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6607 throughout.
6608
6609 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6610
6611 * configure.in: Use ./config.cache, not config.cache.
6612 * configure: Regenerate.
6613 * Makefile.tpl: Special-casing not needed for GCC any more.
6614 * Makefile.in: Regenerate.
6615
6616 * configure.in: Don't share a cache file for host dirs.
6617 * configure: Regenerate.
6618
6619 * config-ml.in: Don't mess with the cache file.
6620
6621 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6622
6623 * Makefile.tpl: Make GCC use a separate config.cache.
6624 * Makefile.in: Regenerate.
6625
6626 PR bootstrap/11932, PR bootstrap/11933
6627 (I don't know if it will fix either of them, but it relates
6628 to them.)
6629 * configure.in: Don't use shared config.cache for target
6630 directories.
6631 * configure: Regenerate.
6632
6633 2003-12-31 Roger Sayle <roger@eyesopen.com>
6634
6635 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6636 * configure: Regenerated.
6637
6638 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6639
6640 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6641 * configure: Regenerated.
6642
6643 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6644
6645 Port change over from GCC:
6646 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6647 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6648 (configure-build-[+module+], configure-[+module+]): Likewise.
6649 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6650 * Makefile.in: Regenerate.
6651
6652 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6653
6654 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6655 * configure: Regenerate.
6656
6657 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6658
6659 * COPYING.NEWLIB: Add license info for long long routines added to
6660 stdlib.
6661
6662 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6663
6664 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6665 * Makefile.in: Regenerate.
6666
6667 2003-10-20 Phil Edwards <phil@codesourcery.com>
6668
6669 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6670 * configure: Regenerate.
6671
6672 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6673
6674 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6675 HOST_FLAGS_TO_PASS.
6676 * Makefile.in: Regenerate.
6677
6678 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6679
6680 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6681 * configure: Rebuilt
6682 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6683 * Makefile.in: Rebuilt
6684
6685 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6686
6687 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6688
6689 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6690
6691 * config-ml.in: Use ac_configure_args directly instead of
6692 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6693 actually seen.
6694
6695 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6696
6697 * config-ml.in: Propagate INSTALL variables.
6698
6699 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6700
6701 * configure.in: Pass a computed --program-transform-name
6702 to subconfigures.
6703 * configure: Regenerated.
6704
6705 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6706
6707 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6708 * Makefile.in: Regenerate.
6709
6710 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6711 * Makefile.in: Regenerate.
6712
6713 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6714
6715 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6716 quoting.
6717 * configure: Regenerated.
6718
6719 2003-09-12 Michael Chastain <mec@shout.net>
6720
6721 Fix PR gdb/857.
6722 * src-release (do-proto-topleve): Remove junk files
6723 intl/config.cache, intl/config.status,
6724 intl/config.h, intl/stamp-h.
6725
6726 2003-09-14 Andrew Cagney <cagney@redhat.com>
6727
6728 * src-release (dejagnu.tar): New target.
6729 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6730 (do-djunpack): Use $(PACKAGE) for the package name.
6731
6732 2003-09-04 DJ Delorie <dj@redhat.com>
6733
6734 * configure: Regenerate.
6735
6736 2003-09-04 Robert Millan <robertmh@gnu.org>
6737
6738 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6739
6740 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6741
6742 * configure.in: Ensure arguments to sed are properly spaced.
6743 * configure: Regenerate.
6744
6745 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6746
6747 Merge from gcc:
6748 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6749 * install-sh: Update to newer upstream versions (associated with
6750 aclocal 1.7).
6751 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6752
6753 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6754
6755 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6756 * configure: Regenerated.
6757
6758 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6759
6760 * configure.in: Use newline instead of semicolon when assuming
6761 shell arguments in a for loop.
6762 * configure: Regenerated.
6763
6764 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6765
6766 PR 8180
6767 * configure.in: When testing with_libs and with_headers, treat
6768 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6769 * configure: Regenerate.
6770
6771 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6772 make, shell, etc.
6773 (baseargs): Likewise.
6774 * configure: Regenerate.
6775
6776 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6777
6778 * configure.in: Disable libgcj for darwin not on powerpc.
6779 * configure: Rebuild.
6780
6781 2003-08-15 Michael Chastain <mec@shout.net>
6782
6783 * src-release (do-proto-toplev): Remove junk files
6784 dejagnu/example/calc/config.status,
6785 dejagnu/example/calc/config.log.
6786
6787 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6788
6789 * config-ml.in, symlink-tree: Add license.
6790
6791 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6792
6793 Merge from gcc:
6794
6795 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6796 * Makefile.tpl (check, check-c++): Express dependencies using
6797 dependencies rather than commands.
6798 * Makefile.in: Regenerate.
6799
6800 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6801 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6802 * Makefile.in: Update.
6803
6804 2003-08-01 Andrew Cagney <cagney@redhat.com>
6805
6806 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6807 * configure: Ditto.
6808
6809 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6810
6811 * configure.in: Enable libgcj for darwin.
6812 * configure: Rebuild.
6813
6814 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6815
6816 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6817
6818 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6819
6820 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6821 creating target and build subdirs to build all parent dirs as needed.
6822 * Makefile.in: Rebuild.
6823 * configure.in: Don't build dirs explicitly here.
6824 * configure: Rebuild.
6825
6826 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6827
6828 * Makefile.tpl (all-make): Depend on intl.
6829 * Makefile.in: Rebuilt.
6830
6831 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6832
6833 * config.if: Remove unused libc_interface determination.
6834
6835 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6836
6837 * Makefile.in: Regenerate, correctly this time.
6838
6839 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6840
6841 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6842 unused INSTALL_PROGRAM_ARGS.
6843 * configure.in: Use AC_PROG_INSTALL.
6844 * Makefile.in: Regenerate.
6845 * configure: Regenerate.
6846
6847 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6848
6849 * configure: Rebuilt.
6850 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6851 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6852 newlib nor libgloss.
6853 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6854 * configure.in (am33_2.0-*-linux*): Added.
6855
6856 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6857
6858 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6859 * configure: Regenerate.
6860
6861 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6862
6863 * config-ml.in: Replace PWD with PWD_COMMAND.
6864 * Makefile.tpl: Likewise.
6865 * Makefile.in: Regenerated.
6866
6867 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6868
6869 * configure.in: Clean up config-lang.in handling. Delete
6870 useless assignment to "subdirs".
6871 * configure: Regenerate.
6872
6873 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * configure.in: Rename 'target_libs' to 'target_libraries'.
6876 Remove useless reference to 'target_libs'.
6877 * configure: Regenerate.
6878
6879 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6880
6881 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6882 * Makefile.in: Regenerate.
6883
6884 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6885
6886 * Makefile.def: Introduce flags_to_pass.
6887 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6888 * Makefile.in: Regenerate.
6889
6890 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6891
6892 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6893 and target-libgloss.
6894 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6895 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6896 * configure: Regenerate.
6897
6898 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6899
6900 * configure.in: Update testsuite_flags to new location.
6901 * configure. Regenerate.
6902
6903 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6904
6905 * Makefile.tpl: Remove BUILD_CC stuff.
6906 * Makefile.in: Regenerate.
6907
6908 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6909
6910 * config.guess: Update to 2003-06-12 version.
6911 * config.sub: Update to 2003-06-13 version.
6912
6913 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6914
6915 * MAINTAINERS: Add myself as MIPS co-maintainer.
6916
6917 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6918
6919 * config.guess: Update to 2003-06-06 version.
6920 * config.sub: Update to 2003-06-06 version.
6921
6922 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6923
6924 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6925 * configure. Regenerate.
6926
6927 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6928
6929 * configure.in: Disable serial configure by default.
6930 * configure: Regenerate.
6931 * Makefile.tpl: Abolish .NOTPARALLEL.
6932 * Makefile.in: Regenerate.
6933
6934 * Makefile.tpl: Replace {build,host,target}_canonical by
6935 {build,host,target}.
6936 * Makefile.in: Regenerate.
6937
6938 * Makefile.tpl: Fix stupid pasto.
6939 * Makefile.in: Regenerate.
6940
6941 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.tpl: Remove bogus conditional.
6944 * Makefile.in: Regenerate.
6945
6946 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6947
6948 * Makefile.tpl: Make 'recursive targets' using autogen rather
6949 than shell loop. Remove duplicate 'clean' targets and false
6950 comments.
6951 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6952 Add systematic method of specifying missing targets in subdirs.
6953 Add copyright boilerplate.
6954 * Makefile.in: Regenerate.
6955 * configure.in: Add 'recursive targets' to maybe list.
6956 * configure: Regenerate.
6957
6958 * Makefile.tpl: Rename [+target+] to [+make_target+].
6959 * Makefile.def: Rename 'target' to 'make_target'.
6960
6961 2003-05-30 Nick Clifton <nickc@redhat.com>
6962
6963 * README-maintainer-mode: Update URL for locating blessed config
6964 tools.
6965
6966 2003-05-29 Robert Millan <rmh@debian.org>
6967
6968 * ltconfig: Import this patch and modify for use with current
6969 version of ltconfig:
6970
6971 2003-05-21 Bruno Haible <bruno@clisp.org>
6972
6973 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6974 GNU/FreeBSD.
6975
6976 2003-05-28 DJ Delorie <dj@redhat.com>
6977
6978 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6979 * Makefile.in: Regenerate.
6980
6981 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6982
6983 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6984
6985 2003-05-21 DJ Delorie <dj@redhat.com>
6986
6987 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6988 newlib or libgloss.
6989 * Makefile.in: Regenerate.
6990
6991 2003-05-21 DJ Delorie <dj@redhat.com>
6992
6993 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6994 * Makefile.in: Regenerate.
6995
6996 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6997
6998 * configure.in: Use curly braces in the definition of tooldir.
6999 * configure: Regenerate.
7000
7001 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7002
7003 * configure.in: Switch more things to use maybe dependencies.
7004 * Makefile.tpl: Switch more things to use maybe dependencies.
7005 Factor out common code from autogen IF statements.
7006 * configure: Regenerate.
7007 * Makefile.in: Regenerate.
7008
7009 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7010
7011 * configure.in: Accept i[3456789]86 for machine type.
7012 * configure: Regenerate.
7013
7014 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7015
7016 * configure.in: Switch more things to use maybe dependencies.
7017 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7018 * configure: Regenerate.
7019 * Makefile.tpl: Switch more things to use maybe dependencies.
7020 * Makefile.in: Regenerate.
7021
7022 2003-05-16 Andreas Schwab <schwab@suse.de>
7023
7024 * Makefile.tpl (install-opcodes): Define.
7025 * Makefile.in: Rebuild.
7026
7027 2003-05-13 Andreas Jaeger <aj@suse.de>
7028
7029 * config.guess: Update to 2003-05-09 version.
7030 * config.sub: Update to 2003-05-09 version.
7031
7032 2003-05-13 Michael Eager <eager@mvista.com>
7033
7034 * configure.in: Correct sed script so that options in quotes are not
7035 deleted.
7036 * configure: Rebuild.
7037
7038 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7039
7040 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7041 and $$s/newlib/libc/sys/cygwin32 include paths.
7042 * configure: Ditto.
7043
7044 2003-05-05 H.J. Lu <hjl@gnu.org>
7045
7046 * config-ml.in: Restored from gcc repository.
7047
7048 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7049
7050 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7051 * Makefile.in: Regenerate.
7052
7053 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7054
7055 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7056 and Makefile.def.
7057
7058 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7059
7060 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7061 * Makefile.in: Regenerated.
7062
7063 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7064
7065 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7066 * Makefile.in: Regenerate.
7067
7068 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7069
7070 * configure.in (powerpc64*-*-linux*): Remove.
7071 * configure: Rebuilt.
7072
7073 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7074
7075 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7076 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7077 and restrap.
7078 * Makefile.in: Regenerate.
7079
7080 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7081
7082 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7083 * configure: Regenerated.
7084
7085 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7086
7087 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7088 * */configure: Rebuilt.
7089
7090 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7091
7092 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7093 * Makefile.in: Regenerate.
7094
7095 2003-03-14 Michael Chastain <mec@shout.net>
7096
7097 * Makefile.in: Regenerate with correct Makefile.def.
7098
7099 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7100
7101 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7102 Make macro.
7103 * Makefile.in: Regenerate.
7104 * configure.in: Clean up gxx_include_dir logic.
7105 * configure: Regenerate.
7106
7107 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7108
7109 * configure.in (gxx_include_dir): Fix typo.
7110 * configure: Regenerated.
7111
7112 2003-03-06 Andrew Cagney <cagney@redhat.com>
7113
7114 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7115
7116 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7117
7118 * configure.in: Include $(build_tooldir)/sys-include in
7119 FLAGS_FOR_TARGET.
7120 * configure: Regenerated.
7121
7122 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7123
7124 * Makefile.tpl: Reindent.
7125 * Makefile.in: Regenerate.
7126 * configure.in: Reindent. Don't set unused variables.
7127 * configure: Regenerate.
7128
7129 * Makefile.tpl: Always pass down RANLIB.
7130 * Makefile.in: Regenerate.
7131
7132 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7133 * Makefile.in: Regenerate.
7134 * configure.in: Remove unused logic relating to --enable-shared
7135 and --enable-threads. Remove bogus comments. Remove redundant
7136 noconfigdirs.
7137 * configure: Regenerate.
7138
7139 * configure.in: Replace ${libstdcxx_version} by its value.
7140 Remove reference to mh-dgux.
7141 * configure: Regenerate.
7142
7143 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7144
7145 * Makefile.tpl: Rearrange.
7146 * Makefile.in: Regenerate.
7147
7148 2003-02-25 Nick Clifton <nickc@redhat.com>
7149
7150 * configure: Remove site-file supprot - it is obsolete.
7151
7152 2003-02-24 Uwe Stieber <uwe@wwws.de>
7153
7154 * configure.in: Add support for kaOS as cross build target system.
7155 * configure: Regenerated.
7156
7157 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7158
7159 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7160 configure-target-* as some target builds may require additional
7161 flags for preprocessor tests.
7162 * Makefile.in: Regenerated.
7163
7164 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7165
7166 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7167 * ltconfig: Handle it.
7168 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7169 auto-detecting it.
7170
7171 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7172
7173 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7174 it is used as argument to $CC.
7175 * ltcf-gcj.sh: Likewise.
7176
7177 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * configure.in: Introduce --enable-maintainer-mode.
7180 * configure: Rebuilt.
7181 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7182 for maintainer mode.
7183 * Makefile.in: Rebuilt.
7184
7185 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7186
7187 * configure: Regenerate using autoconf 2.13.
7188
7189 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7190
7191 * config.guess: Import latest version.
7192 * config.sub: Import latest version.
7193
7194 2003-02-18 Jason Merrill <jason@redhat.com>
7195
7196 * Makefile.tpl (check-c++): Allow parallelism.
7197
7198 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7199
7200 * configure: Regenerate using autoconf 000227.
7201
7202 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7203
7204 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7205 don't configure target-libobjc.
7206 * configure: Regenerate.
7207
7208 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7209
7210 * Makefile.tpl (RANLIB): Define.
7211 * Makefile.in: Regenerate.
7212
7213 2003-02-06 Keith R Seitz <keiths@redhat.com>
7214
7215 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7216 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7217 * Makefile.in: Regenerated.
7218 * configure.in: Remove all traces of snavigator, db, and grep.
7219 * configure: Regenerated.
7220
7221 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7222
7223 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7224 * Makefile.in: Regenerated.
7225
7226 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7227
7228 * config.if: Copy from GCC.
7229
7230 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7231
7232 * configure.in: Revert 24Jan change.
7233 * configure: Regenerate.
7234
7235 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7236
7237 * configure.in: Revert previous change.
7238 * configure: Regenerate.
7239
7240 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7241
7242 * configure.in: Make rda native-only.
7243 * configure: Regenerate.
7244
7245 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7246
7247 * configure.in: Add missing \.
7248 * configure: Rebuilt.
7249
7250 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7251
7252 * configure.in (baseargs): Avoid using \| in sed regular
7253 expressions.
7254 * configure: Rebuilt.
7255
7256 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7257
7258 * configure.in (baseargs): Remove all supported forms of
7259 --cache-file, --srcdir, --host, --build and --target options
7260 from argument lists.
7261 * configure: Rebuilt.
7262
7263 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7264
7265 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7266 * configure: Rebuilt.
7267
7268 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7269
7270 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7271 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7272 * Makefile.in: Regenerate.
7273 * configure: Regenerate.
7274
7275 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7276
7277 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7278 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7279 * Makefile.in: Regenerate.
7280
7281 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * configure.in: Remove Makefile in build, host and target modules
7284 unless configure was run with --no-recursion.
7285 * configure: Rebuilt.
7286
7287 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7288
7289 * config.guess: Update to 2003-01-03 version.
7290 * config.sub: Update to 2003-01-03 version.
7291
7292 2003-01-07 Christopher Faylor <cgf@redhat.com>
7293
7294 * configure: Regenerate with proper autoconf 2.13.
7295
7296 2003-01-07 Christopher Faylor <cgf@redhat.com>
7297
7298 * configure.in: Add AC_PREREQ for consistency.
7299 * configure: Regenerate.
7300
7301 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7302
7303 * configure.in (GDB_TK): Add tcl directories conditional on
7304 gdb/gdbtk directory being present.
7305 * configure: Regenerate.
7306
7307 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7308
7309 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7310 by gcc if LD is not defined and we are not doing a Canadian Cross.
7311 * configure: Rebuilt.
7312
7313 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7314
7315 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7316
7317 2002-12-31 Tom Tromey <tromey@redhat.com>
7318
7319 * Makefile.in: Rebuilt.
7320 * Makefile.def (target_modules) [libffi]: Allow installation.
7321
7322 2002-12-31 Andreas Schwab <schwab@suse.de>
7323
7324 * configure.in: Fix use of $program_transform_name.
7325 * configure: Regenerated.
7326
7327 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7328
7329 * configure.in (baseargs): Don't remove first configure argument.
7330 * configure: Regenerated.
7331
7332 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7333
7334 * Makefile.tpl (local-distclean): Don't remove...
7335 (multilib.ts): ... this. Moved into...
7336 (multilib.out): ... this. Don't use sub-make.
7337 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7338 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7339 (configure-build-[+module+], configure-[+module+],
7340 configure-target-[+module+], configure-gcc): ... these. Test
7341 for Makefile existence. Drop config.status from dependencies.
7342 * Makefile.in: Rebuilt.
7343 * configure.in: Move gcc-version-trigger to the end of
7344 ac_configure_args. Add comments to maybedep.tmp and
7345 serdep.tmp. Introduce --disable-serial-configure. Remove
7346 nonopt from baseargs, matching and removing corresponding
7347 whitespace while at it.
7348 * configure: Rebuilt.
7349
7350 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7351
7352 * configure.in (host_configargs): Replace reference to
7353 no-longer-defined buildopts with --build=${build_alias}.
7354 * configure: Rebuilt.
7355
7356 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7357
7358 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7359 program_transform_name to standard idiom.
7360 (AUTOGEN, AUTOCONF): Define.
7361 (Makefile.in): Use $(AUTOGEN).
7362 (Makefile): Depend on config.status, and use autoconf-style rule to
7363 build it. Move original commands to...
7364 (config.status): ... this new target.
7365 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7366 $(AUTOCONF).
7367 * Makefile.in: Rebuilt.
7368
7369 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7370
7371 * Makefile.tpl: Fix dramatic bustage due to change in
7372 program_transform_name.
7373 * Makefile.in: Regenerate.
7374
7375 * configure.in: Remove unnecessary PATH setting.
7376 * configure: Regnerate.
7377
7378 * configure.in: Don't default to unprefixed tools unless
7379 the native tools will work.
7380 * configure: Regenerate.
7381
7382 * configure.in: Convert to autoconf script. Blow away lots
7383 of now-redundant Makefile fragments.
7384 * configure: Generate using Autoconf.
7385 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7386 * Makefile.in: Regenerate.
7387
7388 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7389
7390 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7391 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7392
7393 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7394 where they belong.
7395
7396 2002-12-24 Andreas Schwab <schwab@suse.de>
7397
7398 * Makefile.tpl (multilib.out): Fix missing space.
7399 * Makefile.in: Regenerate.
7400
7401 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7402
7403 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7404 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7405 * Makefile.in: Regenerate.
7406 * configure.in: Remove unnecessary leftovers.
7407
7408 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7409
7410 * configure.in (extra_ranlibflags_for_target): New variable.
7411 (*-*-darwin): Add -c to ranlib commands.
7412 * configure (tooldir): Handle extra_ranlibflags_for_target.
7413
7414 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7415
7416 * COPYING.NEWLIB: Updated.
7417 * COPYING.LIBGLOSS: Ditto.
7418
7419 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7420
7421 * Makefile.tpl: Revert HJL's change.
7422 * Makefile.in: Regenerated.
7423 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7424 always.
7425
7426 2002-12-19 Andreas Schwab <schwab@suse.de>
7427
7428 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7429 * Makefile.in: Regenerate.
7430
7431 2002-12-18 H.J. Lu <hjl@gnu.org>
7432
7433 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7434 * Makefile.in: Regenerated.
7435
7436 * configure.in (build_prefix): New. Substitute.
7437
7438 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7439
7440 * Makefile.tpl: Don't let real targets depend on phony targets.
7441 * Makefile.in: Regenerate.
7442
7443 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7444 * Makefile.in: Regenerate.
7445
7446 2002-12-16 Jason Merrill <jason@redhat.com>
7447
7448 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7449 previous 'make bootstrap'.
7450 * Makefile.in: Regenerate.
7451
7452 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7453
7454 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7455
7456 2002-12-13 Jason Merrill <jason@redhat.com>
7457
7458 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7459 library tests.
7460 (check-c++): Just depend on it and check-target-libstdc++-v3.
7461 * Makefile.in: Regenerate.
7462
7463 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7464
7465 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7466 * Makefile.in: Regenerate.
7467
7468 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7469
7470 * COPYING.NEWLIB: Update list of alternate Regent of California
7471 licenses and discuss official revoking of advertising clause.
7472 * COPYING.LIBGLOSS: Ditto.
7473
7474 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7475
7476 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7477 * Makefile.in: Rebuilt.
7478
7479 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7480
7481 * configure: Fix bug put in by gremlins.
7482
7483 * Makefile.tpl: Substitute more autoconfily.
7484 * configure: Substitute more autoconfily.
7485 * Makefile.in: Regenerate.
7486
7487 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7488
7489 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7490 * Makefile.in (all-sim): Ditto.
7491
7492 2002-12-06 DJ Delorie <dj@redhat.com>
7493
7494 * Makefile.tpl: Change configure dependencies to not have real
7495 targets depend on phony targets.
7496
7497 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7498
7499 * configure.in: Revert unintentional change.
7500
7501 * src-release: Configure host subdirs.
7502
7503 * Makefile.tpl: Change dependency for */multilib.out so that
7504 it works when gcc isn't in the tree.
7505
7506 * configure.in: Substitute more.
7507 * configure: Run subconfigures from the Makefile.
7508 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7509 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7510
7511 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7512
7513 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7514 and corresponding dependencies.
7515 * Makefile.in: Regenerate.
7516
7517 * configure.in (host_tools): Order binutils, gas and ld for
7518 convenience in running the testsuites.
7519
7520 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7521 * Makefile.in: Regenerate.
7522 * configure.in: Introduce rules to serialize subconfigure runs.
7523
7524 * configure.in: Introduce BASE_CC_FOR_TARGET.
7525 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7526 Realize configure-build-* targets. Realize configure-target-* targets.
7527 * Makefile.in: Regenerate.
7528
7529 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7530
7531 * configure: Move gcc_version_trigger stuff from here...
7532 * configure.in: ...to here.
7533
7534 * configure.in: Separate subconfigure options added by this file from
7535 options given by the user. Add machinery to put args for host
7536 subconfigures into the Makefile.
7537
7538 * Makefile.tpl: Remove 'vault' targets.
7539 * Makefile.tpl: Reorder and comment dependencies.
7540 * Makefile.in: Regenerate.
7541
7542 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7543
7544 * configure.in: Move host-specific darwin noconfigdirs into
7545 the host-specific section.
7546
7547 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7548
7549 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7550 during replay.
7551 * Makefile.in: Regenerate.
7552
7553 (finishing slow-motion replay)
7554 * configure: Remove skip-this-dir support.
7555 * Makefile.tpl: Remove skip-this-dir support.
7556
7557 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7558 subdirectories.
7559 * Makefile.in: Regenerate.
7560
7561 * Makefile.tpl: Strip out useless setting of 'dir'.
7562 * Makefile.in: Regenerate.
7563
7564 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7565
7566 (finishing slow-motion replay)
7567 * configure.in: Fix deeply stupid bug.
7568
7569 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7570 shell code in CXX_FOR_TARGET
7571 * Makefile.def: Introduce raw_cxx.
7572 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7573 RAW_CXX_FOR_TARGET.
7574 * Makefile.in: Regenerate.
7575
7576 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 (finishing slow-motion replay)
7579 * Makefile.tpl: Remove unnecessary ifs.
7580 * Makefile.in: Regenerate.
7581
7582 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7583 dependencies. Maybe-ize build-libiberty. Create dummy install
7584 targets for 'no_install' modules.
7585 * configure: Move GDB_TK substitution to configure.in. Move
7586 build_modules stuff to configure.in.
7587 * configure.in: Implement soft dependency machinery. Maybe-ize
7588 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7589 * Makefile.in: Regenerate.
7590
7591 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7592
7593 (continuing slow-motion replay)
7594 * Makefile.tpl: Make all-target, install-target behave similarly
7595 to all, install (only hitting configured targets). Eliminate
7596 unused macro defintions.
7597
7598 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7599 build != host.
7600
7601 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7602
7603 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7604
7605 * configure.in: Produce lists of subdir targets we're actually
7606 configuring. Remove references to "dosrel".
7607 * Makefile.tpl: Let configure set which subdir targets are hit.
7608 Remove install-cross; clean up install; remove ALL. Remove
7609 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7610 Autogenerate host module targets. Remove empty dependency lines
7611 and redundant dependency; rearrange slightly.
7612 * Makefile.def: Add host-side libtermcap, utils.
7613
7614 * Makefile.in: Regenerate.
7615
7616 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7617
7618 (Continuing slow-motion replay)
7619 * Makefile.def: Add list of recursive targets to autogenerate.
7620 Add build_modules.
7621 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7622 targets. Autogenerate *-build-* targets.
7623 * Makefile.in: Regenerate.
7624
7625 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7626
7627 (Continuing slow-motion replay)
7628 * configure: More autoconf-style substitutions.
7629 * Makefile.tpl: More autoconf-style substitutions.
7630 * Makefile.in: Regenerate.
7631
7632 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7633
7634 (Continuing slow-motion replay)
7635 * configure: Substitute more variables in a more autoconf-friendly
7636 way. Simplify slightly.
7637 * Makefile.tpl: Make more variables substitutable in an
7638 autoconf-friendly way.
7639 * Makefile.in: Regenerate.
7640
7641 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7642
7643 (Continuing slow-motion replay)
7644 * configure.in (v810*): Remove special setting of tools.
7645
7646 * configure: Add support for extra required flags for ar or nm.
7647 * configure.in (aix4.3+): Use above support for target-specific
7648 issues, rather than using config/mt-aix43.
7649
7650 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7651
7652 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7653 * configure: Remove 'removing', which doesn't work. Replace $subdir
7654 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7655 with $srcdir. Reformat indentation. Substitute some variables
7656 formerly hard-coded in the Makefile for build=host.
7657 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7658 * Makefile.def: Autogenerate more.
7659 * Makefile.in: Regenerate.
7660
7661 2002-11-13 Bruce Korb <bkorb@gnu.org>
7662
7663 * Makefile.tpl: syntactic cleanup
7664
7665 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7666
7667 * Makefile.def (host_modules): Add rda.
7668 * Makefile.in: Regenerate.
7669 * configure.in (target_tool): Add target-rda to list.
7670
7671 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7672
7673 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7674 and restrap targets to this rule.
7675 * Makefile.in: Regenerate.
7676
7677 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7678
7679 * configure.in (i[3456]86-*-linux*): Add check to disable
7680 ${libgcj} for glibc1.
7681
7682 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7683
7684 * configure.in: Add tic4x target.
7685
7686 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7687
7688 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7689 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7690 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7691 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7692 * Makefile.in: Regenerate.
7693
7694 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7695
7696 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7697 * Makefile.in: Regenerate.
7698
7699 * Makefile.def: Remove order dependency comments.
7700 * Makefile.tpl: Add explicit install-install dependencies.
7701 * Makefile.in: Regenerate.
7702
7703 * Makefile.tpl: Remove material now in src-release. (Finally!)
7704 * Makefile.in: Regenerate.
7705
7706 * configure: Restore my original patch by syncing with gcc version.
7707
7708 * Bring following over from gcc:
7709
7710 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7711
7712 * configure.in (s390*-*-linux*): Enable libgcj.
7713
7714 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7715
7716 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7717
7718 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7719
7720 * configure: Move stray lines back to where they belong.
7721
7722 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7723
7724 * Makefile.tpl: Insert configure-target target, for src-release.
7725
7726 * configure: Finish reverting change which Andrew Cagney started
7727 reverting. Should fix bustage.
7728
7729 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7730 * src-release: New file. Contains material for making net
7731 releases for gdb, binutils, et al., formerly in Makefile.in.
7732
7733 2002-09-30 Nick Clifton <nickc@redhat.com>
7734
7735 * cpu: New top level directory. Intended to hold input files for
7736 CGEN which have FSF copyright assignment.
7737 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7738
7739 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7740
7741 Revert below (note that src does not contain Makefile.tpl):
7742 * Makefile.tpl: Make subsituted variables more autoconfy.
7743 * Makefile.in: Regenerate.
7744
7745 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7746
7747 * configure: Revert accidentally applied changes.
7748
7749 * Makefile.tpl: Make more autoconf-friendly.
7750 * Makefile.in: Regenerate.
7751 * configure: Make substitution more autoconf-like.
7752
7753 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7754
7755 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7756 single entry to handle all these.
7757 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7758 libjava on arm-*-elf.
7759
7760 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7761
7762 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7763 things that depend on them.
7764
7765 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7766
7767 * Makefile.tpl: Make subsituted variables more autoconfy.
7768 * Makefile.in: Regenerate.
7769 * configure: Make seds more autoconfy.
7770
7771 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7772
7773 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7774 * Makefile.in: Regenerate.
7775 * configure.in: Rewrite sed statements to look autoconfy.
7776
7777 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7778 all-target-foo on configure-target-foo.
7779 * Makefile.def: Ditto.
7780 * Makefile.in: Rebuild.
7781
7782 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7783
7784 * Makefile.def: New file.
7785 * Makefile.tpl: New file.
7786 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7787
7788 * configure.in: Minor rearrangement. Simplify tests.
7789
7790 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * configure.in (with_headers): Skip copy if value is "yes".
7793 (with_libs): Likewise.
7794
7795 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7796
7797 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7798 * configure.in (sh*-*-pe*): Ditto.
7799 * configure.in (mips*-*-pe*): Ditto.
7800 * configure.in (*arm-wince-pe): Ditto.
7801
7802 * configure.in: Rearrange.
7803
7804 2002-09-12 Nick Clifton <nickc@redhat.com>
7805
7806 * Import these changes from the config master repository:
7807
7808 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7809
7810 * config.sub: Add tic4x target.
7811
7812 2002-09-03 Ben Elliston <bje@redhat.com>
7813
7814 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7815 Reported by <Duncan_Stodart@insession.com>.
7816
7817 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7818
7819 * COPYING.NEWLIB: More updates.
7820
7821 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7822
7823 * COPYING.NEWLIB: Update.
7824
7825 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7826
7827 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7828
7829 * config.guess: Import version 2002-08-23.
7830 * config.sub: Import version 2002-08-22.
7831
7832 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7833
7834 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7835 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7836 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7837
7838 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7839
7840 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7841
7842 2002-08-04 H.J. Lu (hjl@gnu.org)
7843
7844 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7845
7846 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7847
7848 * configure.in: Move generic linux case to end. Copy generic
7849 linux noconfigdirs to mips*-*-linux* entry and new
7850 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7851
7852 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7853
7854 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7855 one instance of them which was missed to the list to update.
7856
7857 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7858
7859 * config.guess: Update to 2002-07-09 version.
7860 * config.sub: Update to 2002-07-03 version.
7861
7862 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7863
7864 * configure.in: Remove two redundant tests.
7865
7866 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7867
7868 * configure.in (mips*-*-irix6*o32): Enable stabs.
7869
7870 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7871
7872 * configure.in: Don't build grez.
7873 * Makefile.in: Ditto.
7874
7875 * Makefile.in: Remove references to bsp, cygmon, libstub.
7876 * configure.in: Ditto.
7877
7878 * configure.in: Remove leftover reference to gdbtest.
7879
7880 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7881
7882 * configure.in (gxx_include_dir): Change to match versioned
7883 C++ headers if --enable-version-specific-runtime-libs is used.
7884
7885 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7886
7887 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7888
7889 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7890
7891 * configure.in: Make --without-x work.
7892
7893 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7894
7895 * contrib: New directory. Created to contain a copy of the
7896 texi2pod.pl script so that it is in the same place as the version in
7897 the FSF GCC sources.
7898
7899 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7900
7901 * configure.in: Rearrange target Makefile fragment collection.
7902
7903 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7904 cvs[src].
7905 * configure.in: Ditto.
7906
7907 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 * Makefile.in: Eliminate 'apache' targets.
7910 * configure.in: Eliminate 'apache' targets.
7911
7912 * configure.in: Eliminate redundant tests. Reorganize.
7913
7914 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7915
7916 * config-ml.in: Eliminate references to Cygnus configure.
7917
7918 * Makefile.in: Eliminate references to building emacs.
7919
7920 2002-07-01 Denis Chertykov <denisc@overta.ru>
7921
7922 * configure.in: Add support for ip2k.
7923
7924 2002-06-24 Ben Elliston <bje@redhat.com>
7925
7926 * configure.in (host_tools): Remove cgen.
7927
7928 * Makefile.in (all-cgen): Remove; runs from its source directory.
7929 (check-cgen, install-cgen, clean-cgen): Likewise.
7930 (all-opcodes): No not depend on all-cgen.
7931 (all-sim): Likewise.
7932
7933 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7934
7935 * configure.in: Fix AIX configury bug.
7936
7937 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7938
7939 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7940
7941 * configure.in: Move definition of libstdcxx_flags right above
7942 usage, rather than way earlier.
7943
7944 * configure.in: Pull definition of is_cross_compiler earlier.
7945
7946 * configure.in: Rearrange a little.
7947
7948 * configure.in: Remove references to librx.
7949 * Makefile.in: Remove references to librx.
7950
7951 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7952
7953 * configure.in: Eliminate ${gasdir} variable.
7954
7955 2002-06-18 Dave Brolley <brolley@redhat.com>
7956
7957 * configure.in: Add support for frv.
7958 * config.sub: Add support for frv.
7959
7960 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7961
7962 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7963
7964 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7965
7966 * configure.in (vax-*-netbsd*): Re-enable gas.
7967
7968 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7969
7970 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7971 BUILD_PREFIX_1, to correct nomenclature.
7972 * configure: Likewise.
7973
7974 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7975 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7976
7977 2002-05-31 Olaf Hering <olh@suse.de>
7978
7979 * config-ml.in: Propogate DESTDIR also.
7980
7981 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7982
7983 * configure.in (vax-*-netbsd*): Don't build gas for this
7984 platform.
7985
7986 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7987
7988 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7989 and libgcj for AVR.
7990
7991 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7992
7993 * config.sub: Add DLX target.
7994
7995 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7996
7997 * config.guess: Update to 2002-05-22 version.
7998 * config.sub: Likewise.
7999
8000 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8001
8002 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8003 * config-ml.in: Likewise.
8004 * configure: Likewise.
8005 * configure.in: Likewise.
8006
8007 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8008
8009 * configure.in: Simplify makefile fragment collection.
8010
8011 * configure.in: Remove code to build emacs.
8012
8013 * configure.in : Remove --srcdir argument from targargs and buildargs
8014 (it's always overridden in the Makefile anyway). Rearrange a bit.
8015
8016 * configure: Move some logic to configure.in.
8017 * configure.in: Move some logic from configure.
8018
8019 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8020
8021 * COPYING.LIBGLOSS: New file.
8022
8023 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8024
8025 * Makefile.in: Honour DESTDIR.
8026
8027 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8028
8029 * configure.in (noconfigdirs): Don't disable libgcj on
8030 sparc64-*-solaris* and sparcv9-*-solaris*.
8031
8032 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8033
8034 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8035
8036 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8037
8038 * configure.in (FLAGS_FOR_TARGET): Do not add
8039 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8040 on i[3456]86-*-linux*.
8041
8042 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8043
8044 * configure.in (noconfigdirs): Replace [ ] with test.
8045
8046 * configure.in (noconfigdirs): Do not add target-newlib if
8047 target == i[3456]86-*-linux*, and host == target.
8048
8049 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8050
8051 * config.guess: Updated to 2002-04-26's version.
8052 * config.sub: Updated to 2002-04-26's version.
8053
8054 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8055
8056 * configure.in: delete reference to absent file
8057
8058 * configure.in: replace '[' with 'test'
8059
8060 * configure.in: Eliminate references to gash.
8061 * Makefile.in: Eliminate references to gash.
8062
8063 * configure.in: remove useless references to 'pic' makefile fragments.
8064
8065 * configure.in: (*-*-windows*) Finish removing.
8066
8067 * configure.in: Eliminate redundant test for libgui.
8068
8069 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8070
8071 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8072 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8073
8074 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8075
8076 * configure.in: remove references to dead files
8077
8078 2002-04-18 Tom Tromey <tromey@redhat.com>
8079
8080 * configure.in: Disallow configuring libgcj when it is already
8081 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8082 Solaris 2.8 by default. For PR libgcj/6158.
8083
8084 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8085
8086 * configure.in: Move default CC setting out of config/mh-* fragments
8087 directly into here.
8088
8089 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8090
8091 * configure.in: don't even try to configure or make a subdirectory
8092 if there's no configure script for it.
8093
8094 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8095
8096 * MAINTAINERS: Remove chill maintainers.
8097 * Makefile.in (CHILLFLAGS): Remove.
8098 (CHILL_LIB): Remove.
8099 (TARGET_CONFIGDIRS): Remove libchill.
8100 (CHILL_FOR_TARGET): Remove.
8101 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8102 CHILL_LIB.
8103 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8104 (CHECK_TARGET_MODULES): Likewise.
8105 (INSTALL_TARGET_MODULES): Likewise.
8106 (CLEAN_TARGET_MODULES): Likewise.
8107 (configure-target-libchill): Remove.
8108 (all-target-libchill): Remove.
8109 * configure.in (target_libs): Remove target-libchill.
8110 Do not compute CHILL_FOR_TARGET.
8111 * libchill: Remove directory.
8112
8113 2002-04-15 DJ Delorie <dj@redhat.com>
8114
8115 * Makefile.in, configure.in, configure: Sync with gcc, entries
8116 follow...
8117
8118 2002-04-08 Tom Tromey <tromey@redhat.com>
8119
8120 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8121 Fixes PR libgcj/6068.
8122
8123 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8124
8125 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8126
8127 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8128
8129 * configure.in (alpha*-dec-osf*): Enable libgcj.
8130
8131 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8132
8133 Fix for: PR bootstrap/3591, target/5676
8134 * configure.in (mcore-pe): Disable the configuration of
8135 libstdc++-v3 since exceptions are not supported.
8136
8137 2002-03-20 Anthony Green <green@redhat.com>
8138
8139 * configure.in: Enable libgcj for xscale-elf target.
8140
8141 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8142
8143 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8144 libjava.
8145 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8146
8147 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8148
8149 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8150 libstdc++-v3 and libjava.
8151
8152 2002-02-11 Adam Megacz <adam@xwt.org>
8153
8154 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8155 boehm-gc
8156
8157 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8158
8159 * config.guess: Updated to 2002-01-30's version.
8160 * config.sub: Updated to 2002-02-01's version.
8161 Contribute sh64-elf.
8162 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8163 * configure.in: Added sh64-*-*.
8164
8165 2002-01-17 H.J. Lu <hjl@gnu.org>
8166
8167 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8168 (all-target-fastjar): Also depend on all-target-libiberty.
8169
8170 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8171
8172 * configure, configure.in: Use temp file for long sed commands.
8173
8174 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8175
8176 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8177 libf2c.
8178
8179 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8180
8181 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8182
8183 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8184
8185 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8186
8187 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8188
8189 * configure: Handle temporary files securely using mkdir.
8190
8191 2001-09-26 Will Cohen <wcohen@redhat.com>
8192
8193 * configure.in (*-*-linux*): Disable configuration of target-newlib
8194 and target-libgloss.
8195
8196 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8197
8198 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8199 RANLIB.
8200
8201 2001-08-11 Graham Stott <grahams@redhat.com>
8202
8203 * Makefile.in (check-c++): Add missing semicolon.
8204
8205 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8206
8207 * configure.in (sh-*-linux*): New.
8208
8209 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8210
8211 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8212 and libgcj on m68hc11/m68hc12.
8213
8214 2001-06-27 H.J. Lu (hjl@gnu.org)
8215
8216 * Makefile (CFLAGS_FOR_BUILD): New.
8217 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8218
8219 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8220
8221 * configure.in (libstdcxx_flags): Do not try to execute
8222 libstdc++-v3/testsuite_flags until it exists.
8223
8224 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8225
8226 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8227
8228 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8229
8230 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8231
8232 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8233
8234 * configure.in: Move *-chorusos target case to the proper switch.
8235 Disable libgcj.
8236
8237 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8238
8239 * Makefile.in (STAGE1_CFLAGS): Pass down.
8240
8241 2001-04-13 Alan Modra <amodra@one.net.au>
8242
8243 * config.guess: Add hppa64-linux support. Note for next import that
8244 this is already in the master file.
8245 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8246
8247 2001-03-22 Colin Howell <chowell@redhat.com>
8248
8249 * Makefile.in (DO_X): Do not backslash single-quotes in
8250 backquotes (two places).
8251
8252 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8253
8254 * Makefile.in (DO_X): Quote nested quotes.
8255
8256 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8257
8258 * Makefile.in (DO_X): Use double quotes for quoting
8259 "RANLIB=$${RANLIB}".
8260
8261 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8262
8263 * configure.in: Only use `lang_requires' for languages athat are
8264 actually enabled.
8265
8266 2001-03-07 Tom Tromey <tromey@redhat.com>
8267
8268 * configure.in: Allow config-lang.in to set `lang_requires' to list
8269 of other required languages.
8270
8271 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8272
8273 * Makefile.in: Remove RANLIB definition. Use RANLIB
8274 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8275 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8276
8277 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8278 Alexandre Oliva <aoliva@redhat.com>
8279
8280 * Makefile.in (check-c++): Use tabs, not spaces.
8281
8282 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8283
8284 * Makefile.in (check-c++): New rule.
8285
8286 * configure.in (target_libs): Remove libg++.
8287 (noconfigdirs): Remove libg++.
8288 (noconfigdirs): Same.
8289 (noconfigdirs): Same.
8290 (noconfigdirs): Same.
8291
8292 * config-ml.in: Remove libg++ references.
8293
8294 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8295 (ALL_TARGET_MODULES): Same.
8296 (configure-target-libg++): Remove.
8297 (all-target-libg++): Remove.
8298 (configure-target-libio): Remove.
8299 (all-target-libio): Remove.
8300 (check-target-libio): Remove.
8301 (.PHONY): Remove.
8302 (libg++.tar.bz2): Remove.
8303 (all-target-cygmon): Remove libio.
8304 (all-target-libstdc++): Remove.
8305 (configure-target-libstdc++): Remove.
8306 (TARGET_LIB_PATH): Remove libstdc++.
8307 (ALL_GCC_CXX): Remove libstdc++.
8308 (all-target-gperf): Correct.
8309
8310 2001-02-15 Anthony Green <green@redhat.com>
8311
8312 * configure: Introduce GCJ_FOR_TARGET.
8313 * configure.in: Ditto.
8314 * Makefile.in: Ditto.
8315
8316 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8317
8318 * configure.in: for *-chorusos, don't config target-newlib and
8319 target-libgloss.
8320
8321 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8322
8323 Remove V2 C++ library.
8324 * configure.in: Remove --enable-libstdcxx_v3 support.
8325
8326 2001-01-27 Richard Henderson <rth@redhat.com>
8327
8328 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8329
8330 2001-01-26 Tom Tromey <tromey@redhat.com>
8331
8332 * configure.in: Allow libgcj to be built on Sparc Solaris.
8333
8334 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8335
8336 * configure.in: Enable libgcj on several additional platforms.
8337
8338 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8339
8340 * configure.in: Enable libgcj for linux targets.
8341
8342 2001-01-09 Mike Stump <mrs@wrs.com>
8343
8344 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8345 failures of subdirectories.
8346
8347 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8348
8349 * configure: handle DOS-style absolute paths.
8350
8351 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8352
8353 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8354
8355 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8356
8357 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8358 (libstdcxx_incdir): Pass down.
8359 * config.if: Remove expired bits for cxx_interface, add stub.
8360 (libstdcxx_incdir): Add variable for g++ include directory.
8361 * configure.in (gxx_include_dir): Use it.
8362
8363 2000-12-15 Andreas Jaeger <aj@suse.de>
8364
8365 * configure.in: Handle lang_dirs.
8366
8367 2000-12-13 Anthony Green <green@redhat.com>
8368
8369 * configure.in: Disable libgcj for any target not specifically
8370 listed. Disable libgcj for x86 and Alpha Linux until compatible
8371 with g++ abi.
8372
8373 2000-12-13 Mike Stump <mrs@wrs.com>
8374
8375 * Makefile.in (local-distclean): Also remove fastjar.
8376
8377 2000-12-10 Anthony Green <green@redhat.com>
8378
8379 * configure.in: Define libgcj. Disable libgcj target libraries for
8380 most targets.
8381
8382 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8383
8384 * configure.in (target_libs): Revert 2000-12-08 patch.
8385 (noconfigdirs): Added target-libjava.
8386
8387 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8388
8389 * Makefile.in: handle DOS-style absolute paths.
8390
8391 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8392
8393 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8394 libjava.
8395 * configure.in (target_libs): Removed `target-libjava'.
8396
8397 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8398
8399 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8400 (ALL_MODULES): Added fastjar.
8401 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8402 (all-target-libjava): all-fastjar replaces all-zip.
8403 (all-fastjar): Added.
8404 (configure-target-fastjar, all-target-fastjar): Likewise.
8405 * configure.in (host_tools): Added fastjar.
8406
8407 2000-12-07 Mike Stump <mrs@wrs.com>
8408
8409 * Makefile.in (local-distclean): Remove leftover built files.
8410
8411 2000-11-16 Fred Fish <fnf@be.com>
8412
8413 * configure.in (enable_libstdcxx_v3): Fix typo,
8414 libstd++ -> libstdc++.
8415
8416 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8417
8418 * configure: Provide the original toplevel configure arguments
8419 (including $0) to subprocesses in the environment rather than
8420 through gcc/configargs.h.
8421
8422 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8423
8424 * configure: Turn on libstdc++ V3 by default.
8425
8426 2000-10-16 Michael Meissner <meissner@redhat.com>
8427
8428 * configure (gcc/configargs.h): Only create if there is a build GCC
8429 directory created.
8430
8431 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8432
8433 * configure: Save configure arguments to gcc/configargs.h.
8434
8435 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8436
8437 * Makefile.in (bootstrap): avoid recursion if subdir missing
8438 (cross): ditto
8439 (do-proto-toplev): ditto
8440
8441 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8442
8443 * configure.in: Do not build byacc for hppa64. Provide paths to the
8444 X11 libraries for hppa64.
8445
8446 2000-09-02 Anthony Green <green@cygnus.com>
8447
8448 * Makefile.in (all-gcc): Depend on all-zlib.
8449 (CLEAN_MODULES): Add clean-zlib.
8450 (ALL_MODULES): Add all-zlib.
8451 * configure.in (host_libs): Add zlib.
8452
8453 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8454
8455 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8456 $targargs to tell whether newlib is going to be built.
8457
8458 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8459 $$r/TARGET_SUBDIR/libio for _G_config.h.
8460
8461 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8462
8463 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8464
8465 * configure: Make enable_threads and enable_shared defaults
8466 explicit. Substitute enable_threads into generated Makefiles.
8467 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8468 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8469
8470 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8471
8472 * configure.in: Re-enable all references to libg++ and librx.
8473
8474 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8475
8476 * configure.in: Add *-*-freebsd* configurations.
8477
8478 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8479
8480 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8481 (do-tar, do-bz2): New rules.
8482 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8483 (gdb-tar): New rule.
8484 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8485 (insight_dejagnu.tar): New rule.
8486 (insight.tar): New rule.
8487 (gdb+dejagnu.tar): New rule.
8488 (gdb.tar): New rule.
8489
8490 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8491
8492 * MAINTAINERS: Update dejagnu/
8493
8494 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8495
8496 * ltmain.sh (relink_command): Fix typo in previous change.
8497
8498 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8499
8500 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8501 (relink_command): Added --tag flags.
8502 (mode=install): If relinking fails; error out.
8503
8504 2002-03-12 Richard Henderson <rth@redhat.com>
8505
8506 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8507 .NOTPARALLEL tag.
8508 (do-check): Rename from check.
8509 (check): Allow parallel check.
8510
8511 2002-03-11 Richard Henderson <rth@redhat.com>
8512
8513 * Makefile.in (.NOTPARALLEL): Add fake tag.
8514
8515 2002-03-07 H.J. Lu (hjl@gnu.org)
8516
8517 * configure.in: Enable gprof for mips*-*-linux*.
8518
8519 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8522 libjava.
8523 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8524
8525 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8526
8527 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8528
8529 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * config.guess: Import from master sources, rev 1.232.
8532 * config.sub: Import from master sources, rev 1.246.
8533
8534 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8535
8536 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8537 because its Makefile is there; test for the executable instead.
8538
8539 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8540
8541 Contribute sh64-elf.
8542 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8543 * configure.in: Added sh64-*-*.
8544
8545 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8546
8547 * COPYING.NEWLIB: Remove advertising clause from
8548 Berkeley and Red Hat licenses.
8549
8550 2002-02-01 Mo DeJong <supermo@bayarea.net>
8551
8552 * Makefile.in: Add all-tix to deps for all-snavigator
8553 so that tix is built when building snavigator.
8554
8555 2002-02-01 Ben Elliston <bje@redhat.com>
8556
8557 * config.guess: Import from master sources, rev 1.229.
8558 * config.sub: Import from master sources, rev 1.240.
8559
8560 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8561
8562 From Steve Ellcey <sje@cup.hp.com>:
8563 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8564 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8565 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8566 IA64.
8567 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8568 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8569 soname_spec, sys_lib_search_path_spec): Ditto.
8570
8571 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8572
8573 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8574 target-libiberty, and target-libgloss. Skip Java-related
8575 libraries if not supported for NetBSD on target CPU.
8576
8577 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8578
8579 * configure.in: Import StrongARM and XScale target_configdirs from
8580 FSF GCC version.
8581
8582 2002-01-16 H.J. Lu (hjl@gnu.org)
8583
8584 * config.guess: Import from master sources, rev 1.225.
8585 * config.sub: Import from master sources, rev 1.238.
8586
8587 * MAINTAINERS: Updated notes on config.guess and config.sub.
8588
8589 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8590
8591 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8592 ld and gdb are not supported.
8593
8594 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8595
8596 * Change reference to Cygnus Solutions to be Red Hat.
8597
8598 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8599
8600 * COPYING.NEWLIB: Update generic copyright date.
8601
8602 2002-01-07 Mark Salter <msalter@redhat.com>
8603
8604 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8605 Allow target-libgloss to be built for arm, strongarm, and xscale.
8606
8607 2002-01-03 Ben Elliston <bje@redhat.com>
8608
8609 * MAINTAINERS: Update URL for config.* scripts.
8610
8611 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8612
8613 * config.sub: Import latest version.
8614 * config.guess: Likewise.
8615
8616 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8617
8618 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8619 options for i[3456]86-pc-linux* native builds.
8620
8621 2001-12-05 Laurent Guerby <guerby@acm.org>
8622
8623 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8624 libiberty.
8625
8626 Import this patch from gcc:
8627
8628 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8629
8630 * symlink-tree: handle DOS-style absolute paths.
8631
8632 2001-11-28 DJ Delorie <dj@redhat.com>
8633 Zack Weinberg <zack@codesourcery.com>
8634
8635 When build != host, create libiberty for the build machine.
8636
8637 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8638 CONFIG_ARGUMENTS.
8639 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8640 New variables.
8641 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8642 and rules.
8643 (all.normal): Depend on ALL_BUILD_MODULES.
8644 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8645 (all-build-libiberty): Depend on configure-build-libiberty.
8646
8647 * configure: Calculate and substitute proper value for
8648 ALL_BUILD_MODULES.
8649 * configure.in: Create the build subdirectory.
8650 Calculate and substitute TARGET_CONFIGARGS (formerly
8651 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8652
8653 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8654
8655 * config.sub: Update to version 1.232 on subversion.
8656
8657 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8658
8659 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8660 files from .po files for a distribution.
8661
8662 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8663
8664 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8665
8666 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8667
8668 Merged from net gcc:
8669 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8670 * ltcf-c.sh: Use $objext, not $ac_objext.
8671 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8672 * ltcf-cxx.sh: Add support for GNU.
8673 2001-07-22 Timothy Wall <twall@redhat.com>
8674 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8675 default settings if using GNU tools with that configuration.
8676 * ltcf-cxx.sh: Ditto.
8677 * ltcf-gcj.sh: Ditto.
8678 2001-07-21 Michael Chastain <chastain@redhat.com>
8679 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8680 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8681 * ltmain.sh: Mark as gcc-local.
8682
8683 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8684
8685 * Makefile.in (all-bison): Revert 2001-10-24.
8686 Don't depend on texinfo.
8687
8688 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8689
8690 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8691
8692 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8693
8694 * configure.in (--enable-languages): Be more permissive about
8695 syntax. Check for empty lists better. Warn about $LANGUAGES.
8696
8697 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8698
8699 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8700
8701 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8702
8703 Makefile.in (all-bison): Don't depend on texinfo.
8704
8705 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8706
8707 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8708
8709 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8710
8711 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8712
8713 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8714
8715 * config.sub, config.guess: Import latest from subversions.
8716
8717 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8718
8719 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8720 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8721 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8722 avoid quotes nesting problems.
8723 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8724 (DO_X): Export only variables that are set.
8725
8726 2001-09-19 Ben Elliston <bje@redhat.com>
8727
8728 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8729 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8730 semantics. Use the shell built-in "type" command instead.
8731
8732 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8733
8734 * config.sub: Reverted the earlier change, this version is not the
8735 master file.
8736
8737 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8738
8739 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8740 Add support for mips64.
8741
8742 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8743
8744 * configure.in: Enable libstdc++-v3 for h8300 targets.
8745
8746 2001-08-30 Eric Christopher <echristo@redhat.com>
8747 Jason Eckhardt <jle@redhat.com>
8748
8749 * config.sub: Add support for mipsisa32.
8750
8751 2001-08-30 Eric Christopher <echristo@redhat.com>
8752
8753 * config.sub, config.guess: Import latest from subversions.
8754
8755 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8756
8757 * config.sub, config.guess: Import latest from subversions.
8758
8759 2001-07-26 DJ Delorie <dj@redhat.com>
8760
8761 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8762
8763 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8764
8765 * Makefile.in: Revert 2001-06-17.
8766 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8767
8768 2001-06-17 H.J. Lu <hjl@gnu.org>
8769
8770 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8771 (gas+binutils.tar.bz2): Likewise.
8772 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8773
8774 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8775
8776 * Makefile.in (VER): When present, extract the version number from
8777 the file version.in.
8778
8779 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8780
8781 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8782 gcc/xgcc is built, use -print-prog-name to find out the program
8783 name to use.
8784
8785 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8786
8787 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8788 with_gcc]: Use `gcc -shared' to build a shared library.
8789
8790 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8791
8792 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8793 archives.
8794
8795 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8796
8797 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8798 libraries when using g++ with native linker.
8799
8800 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8801
8802 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8803
8804 2001-05-24 Tom Rix <trix@redhat.com>
8805
8806 * configure.in : enable ld for aix
8807
8808 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8809
8810 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8811 [aix4*|aix5*]: Prepend blank.
8812
8813 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8814
8815 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8816 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8817 of subdir/configure scripts to use the new libtool.m4.
8818
8819 2001-05-14 H.J. Lu <hjl@gnu.org>
8820
8821 * config.if (libc_interface): Set to -libc6.2- for cross
8822 compiling to Linux/glibc 2.2.
8823
8824 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8825
8826 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8827 libgcj.
8828
8829 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8830
8831 * configure.in (noconfigdirs): Don't reset it from scratch in the
8832 target case; only append to it.
8833
8834 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8835
8836 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8837 sparc-*-solaris2.8]: Disable ${libgcj}.
8838
8839 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8840
8841 * configure.in (libgcj_saved): Copy from $libgcj.
8842 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8843 --disable-libgcj.
8844
8845 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8846
8847 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8848 1.641.2.228.
8849
8850 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8853 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8854
8855 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8856
8857 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8858 New macros.
8859 (bootstrap, cross): Use RECURSE_FLAGS.
8860 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8861
8862 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8865
8866 2001-03-23 Nick Clifton <nickc@redhat.com>
8867
8868 * README-maintainer-mode: Add note about inability to use "make
8869 distclean" in maintainer mode.
8870
8871 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8872
8873 Re-installed:
8874 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8875 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8876 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8877 * ltcf-cxx.sh: Likewise.
8878 * ltcf-gcj.sh: Likewise.
8879
8880 2001-03-22 Philip Blundell <philb@gnu.org>
8881
8882 * config.sub, config.guess: Import latest from subversions.
8883
8884 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8885
8886 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8887 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8888
8889 2001-03-20 Michael Chastain <chastain@redhat.com>
8890
8891 * Makefile.in: all-m4 depends on all-texinfo.
8892
8893 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8894
8895 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8896
8897 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8898
8899 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8900 longer valid.
8901
8902 2001-02-16 Nick Clifton <nickc@redhat.com>
8903
8904 * configure.in (noconfigdirs): Allow configuration of texinfo
8905 for Cygwin hosts.
8906
8907 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8908
8909 * config.guess: Add linux target for S/390.
8910 * config.sub: Likewise.
8911 * configure.in: Likewise.
8912
8913 2001-02-06 Ben Elliston <bje@redhat.com>
8914
8915 * configure: Output host type to stdout, not stderr.
8916
8917 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8918
8919 * config.guess: Import from subversions.gnu.org (revision 1.181).
8920 * config.sub: Import from subversions.gnu.org (revision 1.199).
8921
8922 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8923
8924 * config.guess: Handle hppa64-linux systems.
8925
8926 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8927
8928 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8929 Don't unset, it's non-portable and no longer necessary, set to empty
8930 instead.
8931
8932 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8933
8934 * ltconfig: Shell portability fix for the tagname validity check.
8935
8936 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8937
8938 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8939
8940 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8941
8942 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8943 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8944
8945 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8946
8947 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8948 keep at least one of build_libtool_libs or build_old_libs set to
8949 yes.
8950
8951 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8952
8953 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8954 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8955
8956 2000-11-07 Philip Blundell <pb@futuretv.com>
8957
8958 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8959
8960 2000-11-03 Philip Blundell <pb@futuretv.com>
8961
8962 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8963 files.
8964
8965 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8966
8967 * COPYING.NEWLIB: Put into source repository.
8968
8969 2001-01-15 Ben Elliston <bje@redhat.com>
8970
8971 * configure.in (host_tools): Add sid.
8972 Always configure cgen.
8973 * Makefile.in (all-sid): New target.
8974 (check-sid, clean-sid, install-sid): Likewise.
8975
8976 2001-01-07 Andreas Jaeger <aj@suse.de>
8977
8978 * config.sub, config.guess: Update from subversions.
8979
8980 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8981
8982 * configure.in: Disable language-specific target libraries for
8983 languages that aren't enabled.
8984
8985 2000-11-24 Nick Clifton <nickc@redhat.com>
8986
8987 * configure.in (xscale-elf): Add target.
8988 (xscale-coff): Add target.
8989 (c4x, c5x, tic54x): Move after ARM targets.
8990
8991 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8992
8993 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8994
8995 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8996
8997 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8998
8999 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9000
9001 * Makefile.in: Merge with GCC and libgcj.
9002 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9003 configure-target-<library> when their configure scripts need the C
9004 or C++ library to have already been built to work properly.
9005 (do_proto_toplev): Set them to an empty string.
9006
9007 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9008
9009 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9010 (REALLY_SET_LIB_PATH): Use them.
9011
9012 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9013
9014 * config.sub: Add support for Sun Chorus
9015
9016 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9017
9018 * config.sub: Add support for the *-storm-chaos OS.
9019
9020 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9021
9022 * configure.in (noconfigdirs): Don't compile some
9023 of the libraries for 68HC11 & 68hc12 targets.
9024
9025 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9028 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9029 all affected `configure' scripts.
9030
9031 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9032
9033 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9034 ltcf-c.sh.
9035
9036 2000-09-12 Philip Blundell <philb@gnu.org>
9037
9038 * config.sub, config.guess: Update from subversions.
9039
9040 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9041
9042 * Makefile.in (all-zlib): Added dummy target.
9043
9044 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9045 multi-language branch.
9046
9047 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9048
9049 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9050 (bootstrap*): Depend on all-bootstrap.
9051
9052 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9053
9054 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9055 crosses, but add gcc/include to the header search path for them.
9056
9057 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9060 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9061 * gettext.m4: New file, extracted from aclocal.m4.
9062
9063 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9064
9065 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9066 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9067 sub-configures.
9068
9069 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9070
9071 * Makefile.in (ALL_MODULES): Add all-cgen.
9072 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9073 (all-cgen): New target.
9074 (all-opcodes,all-sim): Depend on all-cgen.
9075 * configure.in (host_tools): Add cgen.
9076 Only configure cgen if --enable-cgen-maint.
9077
9078 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9079
9080 * config-ml.in (CC, CXX): Don't introduce a leading space.
9081
9082 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9083
9084 * configure.in (libstdcxx_flags): Use
9085 libstdc++-v3/src/libstdc++.INC.
9086
9087 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9088
9089 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9090
9091 2000-08-11 Jason Merrill <jason@redhat.com>
9092
9093 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9094 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9095 (FLAGS_FOR_TARGET): Not here.
9096 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9097
9098 2000-08-07 DJ Delorie <dj@redhat.com>
9099
9100 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9101 "if we're also building gcc, and it's a gcc that will run on the
9102 build machine, we want to use its includes instead of the system's
9103 default includes".
9104
9105 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9106
9107 * configure.in (libstdcxx_flags): Don't use `"'.
9108
9109 * config-ml.in: Adjust multilib search paths to the
9110 appropriate multilib tree.
9111
9112 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9113
9114 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9115 commas in $LANGUAGES.
9116
9117 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9118
9119 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9120
9121 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9122
9123 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9124 CXX_FOR_TARGET for sed.
9125
9126 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9127
9128 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9129 Do not override if already set in the environment or in configure.
9130 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9131 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9132
9133 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9134
9135 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9136 (GCC_FOR_TARGET): Use it.
9137 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9138 * configure.in: ... here.
9139 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9140 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9141
9142 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9143
9144 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9145 (configure-target-libchill, configure-target-libobjc): Likewise.
9146
9147 * configure.in: Use the same cache file for all target libs.
9148 * config-ml.in: But different cache files per multilib variant.
9149
9150 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9151
9152 * configure (topsrcdir): Don't use dirname.
9153
9154 2000-07-20 Jason Merrill <jason@redhat.com>
9155
9156 * configure.in: Remove all references to libg++ and librx.
9157
9158 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9159
9160 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9161
9162 * config.sub: Update to subversions version 2000-07-06.
9163
9164 2000-07-12 Andrew Haley <aph@cygnus.com>
9165
9166 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9167 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9168
9169 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9170
9171 * symlink-tree: Check number of arguments.
9172
9173 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9174
9175 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9176
9177 2000-07-05 Jim Wilson <wilson@cygnus.com>
9178
9179 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9180 search path for a g++ extracted from the build tree. This
9181 will allow link tests run by configure scripts in
9182 subdirectories to succeed.
9183
9184 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9185
9186 * ltconfig: Add support for mips-dde-sysv4.2MP
9187
9188 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9189
9190 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9191 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9192
9193 2000-06-19 Timothy Wall <twall@cygnus.com>
9194
9195 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9196 * config.sub: Add tic54x target.
9197
9198 2000-06-07 Phillip Thomas <pthomas@suse.de>
9199
9200 * README-maintainer-mode: New file: Contains notes on using
9201 --enable-maintainer-mode with binutils.
9202
9203 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9204
9205 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9206
9207 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9208
9209 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9210 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9211
9212 20000-05-21 H.J. Lu (hjl@gnu.org)
9213
9214 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9215 directory are used if they exist. Make sure
9216 $(build_tooldir)/include is searched for header files,
9217 $(build_tooldir)/lib/ for library files.
9218 (GCC_FOR_TARGET): Likewise.
9219 (CXX_FOR_TARGET): Likewise.
9220
9221 2000-05-18 Jeffrey A Law (law@cygnus.com)
9222
9223 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9224
9225 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9226
9227 * Makefile.in (configure-target-libiberty): Depend on
9228 configure-target-newlib.
9229
9230 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9231
9232 * configure.in, Makefile.in: Merge all libffi-related
9233 configury stuff from the libgcj tree.
9234
9235 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9236
9237 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9238 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9239
9240 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9241
9242 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9243 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9244 current version information. Add to proto-toplev directory.
9245 (gdb-taz): Build do-djunpack.
9246
9247 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9248
9249 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9250
9251 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9252
9253 * ltmain.sh: Preserve in relink_command any environment
9254 variables that may affect the linker behavior.
9255
9256 2000-05-12 Jeffrey A Law (law@cygnus.com)
9257
9258 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9259
9260 2000-05-10 Jim Wilson <wilson@cygnus.com>
9261
9262 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9263
9264 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9267 with the version name.
9268
9269 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9270
9271 * config.if: Tweak.
9272
9273 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * djunpack.bat: New file.
9276
9277 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9278
9279 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9280 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9281 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9282 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9283
9284 2000-04-16 Dave Pitts <dpitts@cozx.com>
9285
9286 * config.sub (case $basic_machine): Change default for "ibm-*"
9287 to "openedition".
9288
9289 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9290
9291 * Makefile.in (gdb-taz): New target. GDB specific archive.
9292 (do-md5sum): New target.
9293 (MD5PROG): Define.
9294 (PACKAGE): Default to TOOL.
9295 (VER): Default to a shell script.
9296 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9297 md5 checksum generation.
9298 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9299 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9300 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9301 insight.tar.bz2): Use gdb-taz to create archive.
9302
9303 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9304
9305 * configure (warn_cflags): Delete.
9306
9307 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9308 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9309
9310 * configure.in (enable_libstdcxx_v3): Add.
9311 (target_libs): Add bits here to switch between libstdc++-v2 and
9312 libstdc++-v3.
9313 * config.if: And this file too.
9314 * Makefile.in: Add libstdc++-v3 targets.
9315
9316 2000-04-05 Michael Meissner <meissner@redhat.com>
9317
9318 * config.sub (d30v): Add d30v as a basic machine type.
9319
9320 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9321
9322 * configure.in: -linux-gnu*, not -linux-gnu.
9323
9324 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9325
9326 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9327 (do-tar-bz2): Replace TOOL with PACKAGE.
9328 (gdb.tar.bz2): Remove GDBTK from GDB package.
9329 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9330 dejagnu.tar.bz2): New packages.
9331
9332 2000-02-27 Andreas Jaeger <aj@suse.de>
9333
9334 * configure.in: Add entry for mips*-*-linux*, move catch all
9335 *-*-*linux* entry below this one.
9336
9337 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9338
9339 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9340
9341 2000-02-24 Nick Clifton <nickc@cygnus.com>
9342
9343 * config.sub: Support an OS of "wince".
9344
9345 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9346
9347 * config.guess, config.sub: Updated to match config's 2000-02-15
9348 version.
9349
9350 2000-02-23 Linas Vepstas <linas@linas.org>
9351
9352 * config.sub: Add support for Linux/IBM 370.
9353 * configure.in: Likewise.
9354
9355 2000-02-22 Nick Clifton <nickc@cygnus.com>
9356
9357 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9358
9359 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9360
9361 * config.guess: Guess "cygwin" rather than "cygwin32".
9362
9363 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9364
9365 * configure (gcc_version): When setting, narrow search to
9366 lines containing `version_string'.
9367
9368 2000-02-15 Denis Chertykov <denisc@overta.ru>
9369
9370 * config.sub: Add support for avr target.
9371
9372 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9373
9374 * config.sub: Add mmix-knuth-mmixware.
9375
9376 2000-01-27 Christopher Faylor <cgf@redhat.com>
9377
9378 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9379 structure stuff to -L library search.
9380 (CXX_FOR_TARGET): Ditto.
9381 (CROSS_CHECK_MODULES): Fix spelling mistake.
9382
9383 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9384
9385 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9386 the C++ compiler.
9387
9388 2000-01-12 Richard Henderson <rth@cygnus.com>
9389
9390 * configure.in: Don't build some bits for beos.
9391
9392 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9393
9394 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9395 as include files.
9396
9397 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9398
9399 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9400 not mh-aix43.
9401
9402 1999-12-14 Richard Henderson <rth@cygnus.com>
9403
9404 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9405 * config.sub: Accept alphaev[78], alphaev8.
9406
9407 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9408
9409 * config.guess, config.sub: Update from autoconf.
9410
9411 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9412
9413 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9414 necessary libraries are missing.
9415
9416 1999-10-25 Andreas Schwab <schwab@suse.de>
9417
9418 * configure: Fix quoting inside arguments of eval.
9419
9420 1999-10-21 Nick Clifton <nickc@cygnus.com>
9421
9422 * config-ml.in: Allow suppression of some ARM multilibs.
9423
9424 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9425
9426 * config.guess: Add OS/390 match pattern.
9427 * config.sub: Add mvs, openedition targets.
9428 * configure.in (i370-ibm-opened*): New.
9429
9430 1999-09-04 Steve Chamberlain <sac@pobox.com>
9431
9432 * config.sub: Add support for configuring for pj.
9433
9434 1999-08-31 Nick Clifton <nickc@cygnus.com>
9435
9436 * config.sub (maybe_os): Add support for configuring for fr30.
9437
9438 1999-08-25 Nick Clifton <nickc@cygnus.com>
9439
9440 * configure.in: Do not configure or build ld for AIX
9441 platforms. ld is known to be broken on these platforms.
9442
9443 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9444
9445 * config-ml.in: Pass compiler flag corresponding to multidirs to
9446 subdir configures.
9447
9448 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9449
9450 * Makefile.in (LDFLAGS): Define.
9451
9452 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9453
9454 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9455 noconfigdirs.
9456 (*-*-cygwin*): Likewise.
9457
9458 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9459
9460 * mkdep: New file.
9461 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9462 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9463
9464 From Eli Zaretskii <eliz@is.elta.co.il>:
9465 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9466 long file name when using DJGPP on MS-DOS.
9467
9468 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9469
9470 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9471
9472 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9473
9474 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9475 dependency as this causes "make check" to globally "make all"
9476
9477 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9478
9479 * configure.in (target_libs): Added target-zlib.
9480 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9481 (CONFIGURE_TARGET_MODULES): Likewise.
9482 (CHECK_TARGET_MODULES): Likewise.
9483 (INSTALL_TARGET_MODULES): Likewise.
9484 (CLEAN_TARGET_MODULES): Likewise.
9485 (configure-target-zlib): New target.
9486 (all-target-zlib): Likewise.
9487 (all-target-libjava): Depend on all-target-zlib.
9488 (configure-target-libjava): Depend on configure-target-zlib.
9489
9490 * Makefile.in (configure-target-libjava): Depend on
9491 configure-target-newlib.
9492 (configure-target-boehm-gc): New target.
9493 (configure-target-qthreads): New target.
9494
9495 * configure.in (target_libs): Added target-qthreads.
9496 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9497 (CONFIGURE_TARGET_MODULES): Likewise.
9498 (CHECK_TARGET_MODULES): Likewise.
9499 (INSTALL_TARGET_MODULES): Likewise.
9500 (CLEAN_TARGET_MODULES): Likewise.
9501 (all-target-qthreads): New target.
9502 (configure-target-libjava): Depend on configure-target-qthreads.
9503 (all-target-libjava): Depend on all-target-qthreads.
9504
9505 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9506 (CONFIGURE_TARGET_MODULES): Likewise.
9507 (CHECK_TARGET_MODULES): Likewise.
9508 (INSTALL_TARGET_MODULES): Likewise.
9509 (CLEAN_TARGET_MODULES): Likewise.
9510 (all-target-libjava): New target.
9511 (all-target-boehm-gc): Likewise.
9512 * configure.in (target_libs): Added libjava, boehm-gc.
9513
9514 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9515
9516 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9517 configure.bat in SUPPORT_FILES.
9518 (gas+binutils.tar.bz2): Likewise.
9519
9520 * makeall.bat: Remove; obsolete.
9521
9522 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9523
9524 From Mark Elbrecht:
9525 * configure.bat: Remove; obsolete.
9526
9527 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9528
9529 * configure: Add -W -Wall to the default CFLAGS when compiling with
9530 gcc.
9531
9532 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9533
9534 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9535
9536 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9537
9538 * configure.in: Build ld on IRIX6.
9539
9540 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9541
9542 * Makefile.in: Change distribution targets to use bzip2 instead of
9543 gzip.
9544 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9545 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9546
9547 1999-06-04 Nick Clifton <nickc@cygnus.com>
9548
9549 * config.sub: Add mcore target.
9550
9551 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9552
9553 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9554
9555 1999-05-25 H.J. Lu (hjl@gnu.org)
9556
9557 * config.guess (dummy): Changed to $dummy.
9558
9559 1999-05-24 Nick Clifton <nickc@cygnus.com>
9560
9561 * config.sub: Tidied up case statements.
9562
9563 1999-05-22 Ben Elliston <bje@cygnus.com>
9564
9565 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9566 <jiro@din.or.jp>.
9567
9568 * config.guess: Merge with FSF version. Future changes will be
9569 more accurately recorded in this ChangeLog.
9570 * config.sub: Likewise.
9571
9572 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9573
9574 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9575
9576 1999-04-30 Tom Tromey <tromey@cygnus.com>
9577
9578 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9579
9580 1999-04-23 Tom Tromey <tromey@cygnus.com>
9581
9582 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9583
9584 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9585
9586 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9587 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9588 Bad merge removed these two changes.
9589
9590 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9591 Martin Heller (Ing.-Buero_Heller@t-online.de)
9592
9593 * config.guess (interix Alpha): Add.
9594
9595 1999-04-11 Richard Henderson <rth@cygnus.com>
9596
9597 * configure.in (i?86-*-beos*): Do config gperf; don't config
9598 gdb, newlib, or libgloss.
9599
9600 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9601
9602 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9603 link a trivial program with -mabi=64. If it fails, remove mabi=64
9604 from multidirs.
9605
9606 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9607
9608 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9609
9610 1999-04-08 Nick Clifton <nickc@cygnus.com>
9611
9612 * config.sub: Add support for mcore targets.
9613
9614 1999-04-07 Michael Meissner <meissner@cygnus.com>
9615
9616 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9617 not mt-ospace, in order to shut up assembler warning about using
9618 symbols that are named the same as registers.
9619
9620 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9621
9622 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9623 dependency list for all-target-cygmon.
9624
9625 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9626
9627 * config-ml.in: Check $host, not $target, for selective multilibs.
9628 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9629 thumb interworking, and underscore prefix multilibs.
9630
9631 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9632
9633 * missing: Update to version from current automake.
9634
9635 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9636
9637 * configure (gxx_include_dir): Removed.
9638
9639 * configure.in (gxx_include_dir): Handle it.
9640 * Makefile.in: Likewise.
9641
9642 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9643
9644 * config.sub (mips64vr4111,mips64vr4111el) Add.
9645
9646 1999-03-21 Ben Elliston <bje@cygnus.com>
9647
9648 * config.guess: Correct typo for detecting ELF on FreeBSD.
9649
9650 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9651
9652 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9653 config/mh-djgpp.
9654
9655 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9656
9657 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9658 all-target-newlib to dependency list for all-target-bsp.
9659
9660 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9661
9662 * config.sub: Add i386-uwin support.
9663 * config.guess: Likewise.
9664
9665 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9666
9667 * configure.in: cleanup, add mh-*pic handling for arm, special
9668 case powerpc*-*-aix*
9669
9670 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9671
9672 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9673 can be built.
9674
9675 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9676
9677 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9678 targets.
9679
9680 1999-03-02 Nick Clifton <nickc@cygnus.com>
9681
9682 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9683
9684 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9685
9686 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9687
9688 1999-02-24 Nick Clifton <nickc@cygnus.com>
9689
9690 * config.sub: Fix typo in arm recognition.
9691
9692 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9693
9694 * configure.in (noconfigdirs): Changed target_configdirs to
9695 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9696 rather than m68k-*-* since it is not known to work on
9697 m68k-aout. Ditto for arm-*-*oabi.
9698
9699 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9700
9701 * configure.in (*-*-windows*): Remove, no longer used.
9702
9703 1999-02-19 Ben Elliston <bje@cygnus.com>
9704
9705 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9706 Smart and improved by Andrew Cagney.
9707
9708 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9709
9710 * config.guess: Recognize openbsd-*-hppa.
9711
9712 1999-02-17 H.J. Lu (hjl@gnu.org)
9713
9714 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9715 only if it is not empty.
9716
9717 1999-02-17 Nick Clifton <nickc@cygnus.com>
9718
9719 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9720
9721 * config.guess: Modified to recognize uname's armv* syntax.
9722
9723 * config.sub: Modified to recognize uname's armv* syntax.
9724
9725 1999-02-17 Mark Salter <msalter@cygnus.com>
9726
9727 * configure.in: Added target-bsp for sparclite.
9728
9729 1999-02-08 Richard Henderson <rth@cygnus.com>
9730
9731 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9732
9733 1999-02-08 Nick Clifton <nickc@cygnus.com>
9734
9735 * configure.in: Add support for strongarm port.
9736 * config.sub: Add support for strongarm target.
9737
9738 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9739
9740 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9741 the old name config/mh-cygwin32.
9742 Enable texinfo.
9743
9744 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9745
9746 * configure.in: Do build ld for ix86 Solaris.
9747
9748 1999-02-02 Jim Wilson <wilson@cygnus.com>
9749
9750 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9751 $AR_FOR_TARGET. Likewise for RANLIB.
9752
9753 1999-02-02 Catherine Moore <clm@cygnus.com>
9754
9755 * config.sub (oabi): Recognize.
9756 * configure.in (arm-*-oabi): Handle.
9757
9758 1999-01-30 Robert Lipe (robertlipe@usa.net)
9759
9760 * config.guess: Improve detection of i686 on UnixWare 7.
9761
9762 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9763
9764 * config.guess: Add support for i386-pc-interix.
9765 * config.sub: Likewise.
9766 * configure.in: Likewise.
9767
9768 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9769
9770 * Makefile.in: Remove unneeded all-target-libio from
9771 from all-target-winsup target since it is now unneeded.
9772 Add all-target-libtermcap in its place since it is now
9773 needed.
9774
9775 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9776
9777 * configure.in: makefile stub for cygwin target is probably
9778 unnecessary. Remove it for now.
9779
9780 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9781
9782 * configure.in: libtermcap.a should be built when cygwin is the
9783 target as well as the host.
9784 * config.guess: Allow mixed case in cygwin uname output.
9785 * Makefile.in: Add libtermcap target.
9786
9787 1998-12-23 Jeffrey A Law (law@cygnus.com)
9788
9789 * config.sub: Clean up handling of hppa2.0.
9790
9791 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9792
9793 * config.guess: Use C code to identify more HP machines.
9794
9795 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9796
9797 * config.sub: Handle hppa2.0.
9798
9799 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9800
9801 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9802 cygmon for all sparclite targets, regardless of object format.
9803
9804 1998-12-15 Mark Salter <msalter@cygnus.com>
9805
9806 * configure.in: Added target-bsp for several target architectures.
9807
9808 * Makefile.in: Added rules for bsp.
9809
9810 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9811
9812 * config.guess: Improve detection of hppa2.0 processors.
9813
9814 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9815
9816 * config.guess: Recognize FreeBSD using ELF automatically.
9817
9818 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9819
9820 * configure (skip-this-dir): Add handling for new shell script, which
9821 might be created by a sub-directory's configure to indicate, this particular
9822 directory is "unwanted".
9823 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9824
9825 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9826
9827 * ltconfig: import from libtool, after changing libtool to
9828 account for the cygwin name change.
9829
9830 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9831
9832 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9833 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9834
9835 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9836
9837 * configure.in: Add libtermcap to list of cygwin dependencies.
9838
9839 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9840
9841 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9842 they include winsup/include when it's a cygwin target.
9843
9844 1998-11-12 Tom Tromey <tromey@cygnus.com>
9845
9846 * configure.in (host_tools): Added zip.
9847 * Makefile.in (all-target-libjava): Depend on all-zip.
9848 (all-zip): New target.
9849 (ALL_MODULES): Added all-zip.
9850 (NATIVE_CHECK_MODULES): Added check-zip.
9851 (INSTALL_MODULES): Added install-zip.
9852 (CLEAN_MODULES): Added clean-zip.
9853
9854 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9855
9856 * Makefile.in: lose "32" from comment about cygwin.
9857
9858 1998-11-05 Nick Clifton <nickc@cygnus.com>
9859
9860 * configure.in: Use -Os to build target libraries for the fr30.
9861
9862 1998-11-04 Dave Brolley <brolley@cygnus.com>
9863
9864 * config.sub: Add fr30.
9865
9866 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9867
9868 * configure.in: drop "32" from config/mh-cygwin32. Check
9869 cygwin* instead of cygwin32*.
9870 * config.sub: Check cygwin* instead of cygwin32*.
9871
9872 1998-10-22 Robert Lipe <robertl@dgii.com>
9873
9874 * config.guess: Match any version of Unixware7.
9875
9876 1998-10-20 Syd Polk <spolk@cygnus.com>
9877
9878 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9879 if desired.
9880
9881 1998-10-18 Jeffrey A Law (law@cygnus.com)
9882
9883 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9884 these if the appropriate directories and files to not exist.
9885
9886 1998-10-14 Jeffrey A Law (law@cygnus.com)
9887
9888 * Makefile.in (DEVO_SUPPORT): Add config.if.
9889
9890 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9891
9892 * configure: Add pattern to replace "build_tooldir"'s
9893 definition in the generated Makefile with "tooldir"'s
9894 actual value.
9895
9896 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9897
9898 * config.sub: Bring back lost sparcv9.
9899
9900 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9901
9902 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9903
9904 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9905 CC_FOR_TARGET and friends.
9906
9907 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9908
9909 * Makefile.in (build_tooldir): New variable, same as tooldir.
9910 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9911 -B$(build_tooldir)/bin/.
9912 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9913
9914 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9915
9916 * config.sub: Add support for i[34567]86-pc-udk.
9917 * configure.in: Likewise.
9918
9919 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9920
9921 * Makefile.in: add bzip2 package building bits for user
9922 tools module
9923 * configure.in: ditto
9924
9925 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9926
9927 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9928 (ALL_TARGET_MODULES): Add all-target-libobjc.
9929 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9930 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9931 (all-target-libchill): Add dependencies.
9932 * configure.in (target_libs): Add libchill.
9933
9934 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9935
9936 * configure.in (target_subdir): Remove duplicate line.
9937
9938 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9939
9940 * Makefile.in (all-automake): fix dependencies.
9941
9942 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9943
9944 * configure.in: Minor cleanups for building in the $(target_alias)
9945 subdir.
9946
9947 1998-09-22 Jim Wilson <wilson@cygnus.com>
9948
9949 * Makefile.in (bootstrap): Set r and s before make all. Use
9950 BASE_FLAGS_TO_PASS in make all.
9951 (cross): Likewise.
9952
9953 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9954
9955 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9956
9957 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9958
9959 * config.sub: Fix typo in last change.
9960
9961 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9962
9963 * config.sub: Add support for C4x target.
9964 * configure.in: Likewise.
9965
9966 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9967
9968 * config.sub: Recognize sparcv9 just like sparc64.
9969
9970 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9971
9972 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9973
9974 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9975
9976 * config.guess: Correctly identify Pentium II sco boxes.
9977
9978 * config.guess: Fix "tr" code. From Weiwen Liu.
9979
9980 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9981
9982 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9983 stabs.
9984
9985 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9986
9987 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9988 (ALL_TARGET_MODULES): Add all-target-libchill.
9989 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9990 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9991 (all-target-libchill): Add dependencies.
9992 * configure.in (target_libs): Add libchill.
9993
9994 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9995
9996 * config.guess: Avoid assumptions about "tr" behaves when
9997 LANG is set to something other than English.
9998
9999 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10000
10001 * configure (gxx_include_dir): Changed to
10002 '${prefix}/include/g++'-${libstdcxx_interface}.
10003
10004 * config.if: New to determine the interfaces.
10005
10006 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10007
10008 * config.guess: Detect and handle MPE/IX.
10009 * config.sub: Deal with MPE/IX.
10010
10011 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10012
10013 * configure.in: Use mh-aix43.
10014
10015 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10016
10017 * configure: Fix --without/--disable cases for gxx-include-dir.
10018
10019 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10020
10021 * mdata-sh: Imported. Needed for automake support.
10022
10023 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10024
10025 * Makefile.in (taz): Try "chmod -R og=u ." before
10026 "chmod og=u `find . -print`".
10027
10028 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10029
10030 * configure.in: Add arm-elf and thumb-elf support.
10031
10032 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10033
10034 * Makefile.in: Undo previous patch.
10035
10036 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10037
10038 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10039 to here ...
10040 (install-no-fixedincludes): and here
10041 (INSTALL_MODULES): ... from here.
10042
10043 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10044
10045 * config.sub: Merge with FSF.
10046
10047 * config.guess: Merge with FSF.
10048
10049 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10050
10051 * configure (extraconfigdirs): New variable.
10052 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10053 * Makefile.in (all): Move higher in file.
10054 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10055 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10056 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10057 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10058 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10059
10060 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10061
10062 * Makefile.in (all-target-libjava): Depend on all-gcc and
10063 all-target-newlib.
10064 (configure-target-libjava): Depend on $(ALL_GCC).
10065
10066 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10067
10068 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10069 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10070
10071 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10072
10073 * ylwrap: Change absolute path checks to check for DOS style path
10074 names.
10075
10076 * ylwrap: Don't use a full path name if the source file is in the
10077 same directory. From hjl@lucon.org (H.J. Lu).
10078
10079 * config-ml.in: Default to being verbose, to match Feb 18 change to
10080 configure.
10081
10082 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10083
10084 Brought over from egcs:
10085
10086 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10087
10088 * configure.in (target_subdir): Set to ${target_alias} instead
10089 of "libraries".
10090
10091 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10092
10093 * configure.in (target_subdir): Set to libraries if enable_multilib.
10094
10095 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10096
10097 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10098 multilibs, force reconfiguration the first time we create
10099 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10100
10101 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10104 avoid confusion with --no-recursion.
10105
10106 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10107
10108 * configure.in: Win32 hosts shouldn't use install -x
10109 * install-sh: remove -x option, and special .exe-handling
10110 hack.
10111
10112 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10113
10114 * config.guess: Recognize i586-pc-beos.
10115 * configure.in: Don't build some bits for beos.
10116
10117 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10118
10119 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10120 CFLAGS default to -O2.
10121
10122 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10123 when using GNU ld.
10124
10125 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10126
10127 * ltmain.sh: Correct install when using a different shell.
10128
10129 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10130
10131 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10132
10133 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10134
10135 * makefile.vms: Update to build binutils/makefile.vms. Add install
10136 target.
10137
10138 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10139
10140 * ltconfig: Update to correct AIX handling.
10141
10142 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10143
10144 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10145
10146 * configure.in (target_subdir): Set to ${target_alias} instead
10147 of "libraries".
10148
10149 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10150
10151 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10152 (Makefile): Depend on $(gcc_version_trigger).
10153
10154 * configure (gcc_version): Change default initializer to empty
10155 string.
10156 (gcc_version_trigger): New variable; pass this variable down
10157 to subdir configures to enable them checking gcc's version
10158 themselves. Emit make macros for both gcc_version vars.
10159 (topsrcdir): Initialize reliably.
10160 (recursion line): Remove --with-gcc-version=${gcc_version}.
10161
10162 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10163
10164 * configure (enable_version_specific_runtime_libs): Implement new flag
10165 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10166 in $(libsubdir); emit definition in each generated Makefile.
10167 (gxx_include_dir): Initialize depending on
10168 $enable_version_specific_runtime_libs.
10169
10170 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10171
10172 * configure (gcc_version): Initialize properly depending on
10173 how and where configure is started.
10174 (recursion line): Pass a --with-gcc-version=${gcc_version}
10175 to configures in subdirs.
10176
10177 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10178
10179 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10180 cygmon
10181
10182 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10183
10184 * configure.in: Add cygmon and libstub support for mn10200.
10185
10186 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10187
10188 * configure (gcc_version): Add new variable describing the
10189 particular gcc version we're building.
10190 * Makefile.in (libsubdir): Add new macro for the directory
10191 in which the compiler finds executables, libraries, etc.
10192 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10193 and libsubdir.
10194
10195 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10196
10197 * Makefile.in (local-clean): Remove *.log.
10198 (warning.log): Built with warn_summary from build.log.
10199 (mail-report.log): Run test_summary.
10200 (mail-report-with-warnings.log): Run test_summary including
10201 warning.log in the report.
10202
10203 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10204
10205 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10206
10207 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10208
10209 * Makefile.in (grep): Grep no longer depends on libiberty.
10210
10211 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10212
10213 * Makefile.in: all-snavigator needs all-libgui.
10214
10215 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10216
10217 * configure.in: Add cygmon and libstub support for mn10300.
10218
10219 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10220
10221 * missing: Update to version from automake 1.3.
10222
10223 * ltmain.sh: On installation, don't get confused if the same name
10224 appears more than once in the list of library names.
10225
10226 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * config.sub: Accept m68060 and m5200 as CPU names.
10229
10230 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10231
10232 * configure: Use && rather than using -a in test, because odd
10233 strings can confuse test.
10234 * configure.in: Likewise.
10235
10236 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10237
10238 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10239
10240 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10241
10242 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10243 bootstrap4-lean): New targets.
10244
10245 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10246
10247 * mpw-* Delete. Not used.
10248
10249 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10250
10251 * COPYING.LIB: Update FSF address.
10252
10253 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10254
10255 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10256
10257 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10258 GAS_SUPPORT_DIRS.
10259
10260 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10261
10262 * ltconfig, ltmain.sh: Avoid producing a version number if
10263 -version-info was not used.
10264
10265 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10268 building with newlib.
10269
10270 1998-04-30 Paul Eggert <eggert@twinsun.com>
10271
10272 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10273 Solaris `make' causes it to continue to next definition.
10274
10275 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10276
10277 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10278 the right GUI libraries and files are installed along with GDB.
10279
10280 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10281
10282 * configure.in: Change alpha to alpha* in several places.
10283
10284 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10285
10286 * config.sub: Recognize sparc86x.
10287
10288 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10289
10290 * configure.in (--enable-target-optspace): Remove debug echo.
10291
10292 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10293
10294 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10295
10296 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10297
10298 * ltconfig: Update cygwin32 support.
10299
10300 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10301 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10302 (GDB_SUPPORT_DIRS): Likewise.
10303
10304 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10305
10306 * configure.in (target_makefile_frag): If --enable-target-optspace,
10307 use -Os to compile target libraries rather than -O2. Default to
10308 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10309 not used.
10310 * configure.in (target_cflags): Ditto for d30v.
10311
10312 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10313
10314 * Makefile.in (all-bfd): Depend on all-intl.
10315 (all-binutils): Likewise.
10316 (all-gas): Likewise.
10317 (all-gprof): Likewise.
10318 (all-ld): Likewise.
10319
10320 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10321
10322 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10323
10324 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10325
10326 * Makefile.in (all-bfd): Depend upon all-libiberty.
10327
10328 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10329
10330 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10331
10332 * Makefile.in: Add libstub.
10333
10334 * configure.in: Ditto. Build libstub for targets that have cygmon
10335 support.
10336
10337 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10338
10339 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10340
10341 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10342
10343 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10344 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10345
10346 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10347
10348 * configure: Define DEFAULT_M4 by searching PATH.
10349 * Makfile.in: Use DEFAULT_M4.
10350
10351 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * ltconfig: Add cygwin32 support.
10354
10355 * Makefile.in, configure.in: Add libtool as a native only directory
10356 to configure and build.
10357
10358 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10359
10360 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10361
10362 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10363
10364 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10365
10366 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10367
10368 * Makefile.in: add ash make rules
10369 * configure.in: add ash to native_only and host_tools lists
10370
10371 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10372
10373 * Makefile.in (all-gettext, all-intl): New targets.
10374 (ALL_MODULES): Added all-gettext, all-intl.
10375 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10376 (INSTALL_MODULES): Added install-gettext, install-intl.
10377 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10378
10379 * configure.in (host_tools): Added gettext.
10380 (native_only): Likewise.
10381 (noconfigdirs) [various cases]: Likewise.
10382 (host_libs): Added intl.
10383
10384 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10385
10386 * configure: Do not disable building gdbtk for cygwin32 hosts.
10387
10388 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10389
10390 * configure.in: Add thumb-coff target.
10391 * config.sub: Add thumb-coff target.
10392
10393 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10394
10395 * Makefile.in: Revert yesterday's change.
10396 (all-target-winsup): all-target-librx stays out of here.
10397
10398 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10399
10400 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10401 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10402 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10403 Remove references to librx and libg++.
10404
10405 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10406
10407 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10408 recursive makes
10409
10410 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10411
10412 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10413 for newlib directory.
10414 (CXX_FOR_TARGET): Likewise.
10415
10416 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10417
10418 * ltconfig: Update after libtool/ltconfig.in change for
10419 hpux11.
10420
10421 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10422
10423 * ltconfig, ltmain.sh: Update to libtool 1.2.
10424
10425 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10426
10427 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10428 (install-gcc-cross): Instead, override LANGUAGES here.
10429
10430 1998-03-18 Dave Love <d.love@dl.ac.uk>
10431
10432 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10433 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10434
10435 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10436
10437 * configure.in: Add Thumb-pe target.
10438
10439 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10440
10441 * Makefile.in - changed sn targets to snavigator
10442 * configure.in - changed sn targets to snavigator
10443
10444 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10445
10446 * config-ml.in: After building symlink tree call make distclean
10447 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10448 to be the case for libiberty.
10449
10450 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10451
10452 * configure: When making link, also check the current
10453 directory. The configure scripts may create one.
10454
10455 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10456
10457 * config.sub: Accept alphapca56 and alphaev6 properly.
10458
10459 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10460
10461 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10462
10463 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10464
10465 * config.sub (sco5): Fix typo.
10466
10467 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10468
10469 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10470 install-itcl.
10471 (install-itcl): Remove dependency on install-tcl.
10472
10473 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10474
10475 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10476
10477 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10478
10479 * configure.in: Don't build libgui for a cygwin32 target when not on
10480 a cygwin32 host.
10481
10482 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10483
10484 * configure (redirect): Set to null, so default behavior of
10485 configure is now --verbose.
10486
10487 1998-02-16 Dave Love <d.love@dl.ac.uk>
10488
10489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10490 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10491
10492 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10493
10494 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10495 this change to sync Makefile.in with its ChangeLog entries.
10496
10497 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10498
10499 * ltmain.sh (mkdir): Check that the directory doesn't exist
10500 before we exit with error, so that we don't get races during
10501 parallel builds.
10502
10503 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10504
10505 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10506
10507 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10508
10509 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10510 PICFLAG_FOR_TARGET.
10511 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10512
10513 * configure: Emit a definition for the new macro enable_shared
10514 into each Makefile.
10515
10516 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10517
10518 * configure.in (host_tools, native_only): Add libtool.
10519
10520 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10521
10522 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10523 Fix typo in ming config comment.
10524
10525 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10526
10527 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10528
10529 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * config.sub: Add tic30 cases, and map c30 to tic30.
10532
10533 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10534
10535 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10536 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10537 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10538 (CLEAN_TARGET_MODULES): Similarly
10539 (all-target-libf2c): Add dependences.
10540 * configure.in (target_libs): Add libf2c.
10541
10542 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10543
10544 * configure.in: Remove expect from noconfigdirs when target
10545 is cygwin32. OK to build expect and dejagnu with Canadian
10546 Cross.
10547
10548 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10549
10550 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10551 host.
10552
10553 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10554 and mingw32.
10555
10556 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10557
10558 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10559 here as it is not defined in the toplevel Makefile.
10560
10561 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10562
10563 * configure (package_makefile_rules_frag): New variable, which names
10564 a file with generic rules, ...
10565 Change comment to mention we now have FIVE parts.
10566 * configure: Undo last change.
10567
10568 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10569
10570 * config.guess: More accurate determination of HP processor types.
10571 * config.sub: More accurate determination of HP processor types.
10572
10573 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10574
10575 * configure (package_makefile_frag): Move inserting the
10576 ${package_makefile_frag} to where it should be according
10577 to the comment.
10578
10579 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10580
10581 * config.guess: Add support for Linux/ARM.
10582
10583 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10584
10585 * .cvsignore: Remove *-info and *-install since they match
10586 release-info and mpw-install, which we don't want to just ignore.
10587
10588 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10589
10590 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10591
10592 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10593
10594 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10595 local_prefix to sub-make invocations.
10596
10597 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10598
10599 * configure.in: Check makefile fragments in the source
10600 directory.
10601
10602 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10603
10604 * configure.in: Check whether host and target makefile
10605 fragments exist before adding them to *_makefile_frag.
10606
10607 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10608
10609 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10610
10611 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10612
10613 * configure.in: Make sure we only replace RPATH_ENVVAR on
10614 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10615 regexp to sed.
10616
10617 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10618 to sub-makes.
10619
10620 1998-01-13 Lee Iverson (leei@ai.sri.com)
10621
10622 * config-ml.in (multi-do): LDFLAGS must include multilib
10623 designator.
10624
10625 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10626
10627 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10628
10629 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10630
10631 * config.sub: Add mingw32 support.
10632 * configure.in: Likewise.
10633
10634 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10635
10636 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10637
10638 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10639
10640 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10641 * configure (gxx_include_dir): Provide a definition for subdirs
10642 which do not use autoconf.
10643
10644 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10645
10646 * config.guess: Sync with egcs. Picks up new alpha support,
10647 BeOS & some additional linux support.
10648
10649 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10650
10651 * config.guess: HP 9000/803 is a PA1.1 machine.
10652
10653 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10654
10655 * configure.in: It's alpha*-...
10656
10657 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10658
10659 * configure.in (host_makefile_frag, target_makefile_frag):
10660 Handle multiple config files.
10661 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10662 alpha-*-*.
10663
10664 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10665
10666 * mkdep: New file.
10667
10668 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10669
10670 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10671
10672 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10673
10674 * Makefile.in: Add libgui directory.
10675 (GDB_TK): Add all-libgui.
10676 * configure.in: Add libgui directory.
10677 * configure: Add all-libgui to GDB_TK.
10678
10679 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10680
10681 * config-ml.in (multidirs): Add m32r to multilib list.
10682
10683 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10684
10685 * Makefile.in (all-target-gperf): Change dependency to
10686 all-target-libstdc++.
10687
10688 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10689
10690 * config.guess: Add BeOS support.
10691
10692 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10693
10694 Source directory cvs renamed to cvssrc:
10695 * configure.in (host_tools): Change cvs to cvssrc.
10696 (native_only): Likewise.
10697 (noconfigdirs) [various cases]: Likewise.
10698 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10699 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10700 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10701 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10702 (all-cvssrc): Rename target from all-cvs.
10703
10704 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10705
10706 * configure (gxx_include_dir): Fix thinko.
10707
10708 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10709
10710 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10711 (install-cross, install-gcc-cross): New targets.
10712
10713 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10714
10715 * configure.in (noconfigdirs): Add support for Thumb target.
10716
10717 * config.sub (maybe_os): Add support for Thumb target.
10718
10719 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10720
10721 * Makefile.in: Add rules for cygmon.
10722
10723 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10724
10725 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10726
10727 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10728 * configure (gxx_include_dir): Provide a definition for subdirs
10729 which do not use autoconf.
10730
10731 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10732
10733 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10734 11/18/97 build
10735
10736 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10737
10738 * From Franz Sirl.
10739 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10740 found on RedHat Linux systems.
10741
10742 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10743
10744 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10745 guesses.
10746
10747 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10748
10749 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10750
10751 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10752
10753 * ltmain.sh: If mkdir fails, check whether the directory was created
10754 anyhow by some other process.
10755
10756 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10757
10758 * configure.in (d30v-*-*): Configure all directories.
10759
10760 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10761
10762 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10763 for the D30V.
10764
10765 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10766
10767 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10768
10769 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10770
10771 * include/libiberty.h: Add extern "C" { so it can be used with C++
10772 progrms.
10773 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10774 programs.
10775
10776 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10777
10778 * configure.in (d30v-*-*): Configure GCC now.
10779
10780 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10781
10782 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10783 is no longer needed.
10784
10785 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10786
10787 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10788
10789 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10790
10791 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10792 targets using "$@" to provide support for similar but not identical
10793 targets without having to duplicate code.
10794
10795 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10796
10797 * makefile.vms: Fix to work with DEC C.
10798
10799 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10800
10801 * config.sub: Add mips-tx39-elf to marketing names.
10802
10803 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * ltmain.sh: Handle symlinks in generated script.
10806
10807 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10808
10809 * configure: Handle autoconf style directory options: --bindir,
10810 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10811 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10812 --sysconfdir.
10813 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10814 (sharedstatedir, localstatedir, oldincludedir): New variables.
10815 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10816 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10817 sbindir, sharedstatedir, and sysconfdir.
10818
10819 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10820
10821 * Makefile.in (bootstrap-lean): New target.
10822
10823 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10824
10825 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10826 sn, and gnuserv from noconfigdirs.
10827
10828 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10829
10830 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10831
10832 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10833
10834 * Makefile.in (cross): New target.
10835
10836 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10837 Jeff Law <law@cygnus.com>
10838
10839 * Makefile.in (bootstrap2, bootstrap3): New targets.
10840 (all-bootstrap): Remove outdated and confusing target.
10841 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10842
10843 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10844
10845 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10846 windows. Consistent with gdb/configure.
10847
10848 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10849
10850 * configure.in: Name Linux target fragment.
10851
10852 * configure: Rewrite so that project Makefile fragment is inserted
10853 first and appears last in the resulting Makefile.
10854
10855 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10856
10857 * Makefile.in (install-itcl): Install tcl first.
10858
10859 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10860
10861 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10862
10863 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10864
10865 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10866
10867 * configure.in (skipdirs): Add target-librx for Linux.
10868 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10869
10870 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10871
10872 * Makefile.in (bootstrap): New target.
10873
10874 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10875
10876 * config.sub: Accept 'amigados' for backward compatability.
10877
10878 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * config.guess: Merge with FSF.
10881
10882 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10883
10884 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10885
10886 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10887
10888 * config.sub: Add "marketing-names" patch.
10889
10890 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10891
10892 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10893
10894 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10895
10896 * config.sub: Handle v850-elf.
10897
10898 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10899
10900 * .cvsignore (*-install): Remove.
10901
10902 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10903
10904 * ltconfig: Set CONFIG_SHELL in libtool.
10905 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10906
10907 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10908
10909 * configure.in (target_subdir): Set to libraries if enable_multilib.
10910
10911 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10912
10913 * config.guess: Update from gcc directory.
10914
10915 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10916
10917 * Makefile.in (all-sim): Depends on all-readline.
10918
10919 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10920
10921 * Makefile.in (BISON, YACC): Use $$s.
10922 (all-bison): Depend on all-texinfo.
10923
10924 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10925
10926 * Makefile.in (BISON): Add -L flag.
10927 (YACC): Likewise.
10928
10929 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10930
10931 * configure.in (noconfigdirs): Add support for v850e target.
10932
10933 * config.sub (maybe_os): Add support for v850e target.
10934
10935 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10936
10937 * configure.in (noconfigdirs): Add support for v850ea target.
10938
10939 * config.sub (maybe_os): Add support for v850ea target.
10940
10941 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10942
10943 * config.sub: Add mipstx39. Delete r3900.
10944
10945 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10946
10947 * Makefile.in (all-autoconf): Depends on all-texinfo.
10948
10949 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10950
10951 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10952 eabi targets.
10953
10954 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10955
10956 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10957
10958 * configure: When handling a Canadian Cross, handle YACC as well as
10959 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10960 * Makefile.in (all-bison): Depend upon all-texinfo.
10961
10962 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10963
10964 * Makefile.in (BISON): bison, not byacc or bison -y.
10965 (YACC): bison -y or byacc or yacc.
10966 (various): Add *-bison as appropriate.
10967 (taz): No need to mess with BISON anymore.
10968
10969 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10970
10971 * configure: If OSTYPE matches *win32*, try to find a good value for
10972 CONFIG_SHELL.
10973
10974 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10975
10976 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10977 configure.in if it is present.
10978
10979 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10980
10981 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10982
10983 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10984
10985 * config.sub: Recognize `arc' cpu.
10986 * configure.in: Likewise.
10987 * config-ml.in: Likewise.
10988
10989 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10990
10991 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10992
10993 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10994
10995 * configure: Changed sed delimiter from ':' to '|' when
10996 attempting to substitute ${config_shell} for SHELL. On
10997 NT ${config_shell} may contain a ':' in it.
10998
10999 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11000
11001 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11002
11003 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11006
11007 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11008
11009 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11010
11011 * ylwrap: If the program is a relative path, force it to be
11012 absolute.
11013
11014 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11015
11016 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11017
11018 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11019
11020 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11021 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11022 for libraries.
11023
11024 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11025
11026 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11027 separated by spaces.
11028
11029 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11030
11031 * ylwrap: New file.
11032 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11033
11034 * ltmain.sh: Handle /bin/sh at start of install program.
11035
11036 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11037
11038 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11039 * missing: New file, from automake 1.2.
11040
11041 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11042
11043 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11044 check-tk to CHECK_X11_MODULES.
11045
11046 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11047
11048 * config.sub: Merge with FSF.
11049
11050 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11051
11052 * config.guess: Merge with FSF.
11053
11054 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11055
11056 * configure: Treat msdosdjgpp like go32.
11057 * configure.in: Likewise. Don't remove gprof for go32.
11058
11059 * configure: Change Makefile.tem2 to Makefile.tm2.
11060
11061 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11062
11063 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11064
11065 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11066
11067 * install-sh (chmodcmd): Set to null if the DST directory already
11068 exists. Same as Nov 11th change.
11069
11070 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11071
11072 * configure (GDB_TK): Needs itcl and tix.
11073
11074 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11075
11076 * config.guess: Update from FSF.
11077
11078 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11079
11080 * Makefile.in (GDB_TK): Depend on itcl and tix.
11081
11082 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11085 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11086 (INSTALL_SCRIPT): New variable.
11087 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11088 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11089 to -x.
11090 * install-sh: Add support for -x option.
11091
11092 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11093
11094 * configure.in, Makefile.in: Treat tix like itcl.
11095
11096 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11097
11098 * Makefile.in (WINDRES): New variable.
11099 (WINDRES_FOR_TARGET): New variable.
11100 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11101 (EXTRA_HOST_FLAGS): Add WINDRES.
11102 (EXTRA_TARGET_FLAGS): Add WINDRES.
11103 (EXTRA_GCC_FLAGS): Add WINDRES.
11104 ($(DO_X)): Pass down WINDRES.
11105 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11106 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11107 DLLTOOL_FOR_TARGET.
11108
11109 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11110
11111 * configure.in: configure sim before gdb for win32-x-ppc
11112
11113 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11114
11115 Move gperf into the toplevel, from libg++.
11116 * configure.in (target_tools): Add target-gperf.
11117 (native_only): Add target-gperf.
11118 * Makefile.in (all-target-gperf): New target, depend on
11119 all-target-libg++.
11120 (configure-target-gperf): Empty rule.
11121 (ALL_TARGET_MODULES): Add all-target-gperf.
11122 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11123 (CHECK_TARGET_MODULES): Add check-target-gperf.
11124 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11125 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11126
11127 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11128
11129 * config.sub (mn10200): Recognize new basic machine.
11130
11131 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11132
11133 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11134 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11135
11136 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11137
11138 * configure.in: If we're building mips-sgi-irix6* native, turn on
11139 ENABLE_MULTILIB and set TARGET_SUBDIR.
11140
11141 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11142
11143 * Makefile.in (all-sn): Depend on all-grep.
11144
11145 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11146
11147 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11148
11149 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11150 Makefile. From Jeff Makey <jeff@cts.com>.
11151 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11152
11153 * Makefile.in (DISTBISONFILES): Remove.
11154 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11155 $(DEFAULT_YACC).
11156
11157 * configure.in: Build itl, db, sn, etc., when building for native
11158 cygwin32.
11159
11160 * Makefile.in (LD): New variable.
11161 (EXTRA_HOST_FLAGS): Pass down LD.
11162 ($(DO_X)): Likewise.
11163
11164 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11165
11166 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11167
11168 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11169
11170 * configure.in (targargs): Strip out any supplied --build argument
11171 before adding our own. Always add --build.
11172
11173 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11174
11175 * configure.in (targargs): Pass --build if we're doing
11176 a cross-compile.
11177
11178 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11179
11180 * configure: Use '|' instead of ":" as the separator in
11181 sed. Otherwise sed chokes on NT path names with drive
11182 designators. Also look for "?:*" as the leading characters in an
11183 absolute pathname.
11184
11185 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11186
11187 * config.sub: Support for r3900.
11188
11189 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11190
11191 * configure.in: Use install-sh, not install.sh.
11192
11193 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11194
11195 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11196 apply it twice.
11197
11198 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11199
11200 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11201 install-binutils.
11202
11203 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11204
11205 * Makefile.in: Add automake targets.
11206 * configure.in (host_tools): Add automake.
11207
11208 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11209
11210 * configure: Default CXX to c++, not gcc.
11211 * Makefile.in (CXX): Set to c++, not gcc.
11212 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11213
11214 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11215
11216 * install-sh: try appending a .exe if source file doesn't
11217 exist
11218
11219 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11220
11221 * configure.in: Turn on multilib by default.
11222 (cross_only): Remove target-libiberty.
11223
11224 * Makefile.in (all-gcc): Don't depend on libiberty.
11225
11226 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11227
11228 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11229
11230 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11233 (DISTBISONFILES): Add ld/Makefile.in
11234
11235 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11236
11237 * configure.in: if target is cygwin32 but host isn't cygwin32,
11238 don't configure gdb tcl tk expect, not just gdb.
11239
11240 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11241
11242 * configure.in: Added gnuserv everywhere sn appears.
11243
11244 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11245 (CROSS_CHECK_MODULES): Added check-gnuserv.
11246 (INSTALL_MODULES): Added install-gnuserv.
11247 (CLEAN_MODULES): Added clean-gnuserv.
11248 (all-gnuserv): New target.
11249
11250 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11251
11252 * config.guess: Fixes for MIPS OpenBSD systems.
11253
11254 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11255
11256 * Makefile.in (INSTALL_XFORM): Remove.
11257 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11258
11259 * mkinstalldirs: New file, copied from automake.
11260 * Makefile.in (installdirs): Rename from install-dirs. Use
11261 mkinstalldirs. Change all users.
11262 (DEVO_SUPPORT): Add mkinstalldirs.
11263
11264 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11265
11266 * install-sh: Rename from install.sh.
11267 * Makefile.in (INSTALL): Change install.sh to install-sh.
11268 (DEVO_SUPPORT): Likewise.
11269
11270 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11271 Graichen <graichen@rzpd.de>.
11272
11273 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11274
11275 * config.guess: Recognize OpenBSD systems correctly.
11276
11277 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11278
11279 * README, Makefile.in (ETC_SUPPORT): Remove references to
11280 cfg-paper*, configure.{texi,man,info*}._
11281
11282 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11283
11284 * Makefile.in (all.normal): Ensure that gcc is built after all
11285 the x11 - ie gdb - targets.
11286
11287 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11288
11289 * makefile.vms: Don't run conf-a-gas.
11290
11291 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11292
11293 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11294
11295 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11296
11297 * configure.in: Remove noconfigdirs case since gdb also
11298 configures and builds for tic80-coff.
11299
11300 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure: Set cache_file to config.cache.
11303 * Makefile.in (local-distclean): Remove config.cache.
11304
11305 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * COPYING: Update FSF address.
11308
11309 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11310
11311 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11312 noconfigdirs.
11313
11314 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11315
11316 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11317 MAKEDIRS, is empty.
11318
11319 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11320
11321 * config.sub: Tweak mn10300 entry.
11322
11323 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11324
11325 * configure.in (host_tools): Put sim before gdb, so gdb's
11326 configure.tgt can determine if the simulator was configured.
11327
11328 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11329
11330 * config.sub: Move BeOS $os case to be with other Cygnus
11331 local cases.
11332
11333 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11334
11335 * config.sub: Remove misplaced comment that broke Linux.
11336
11337 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11338
11339 * config.sub: Add BeOS support.
11340
11341 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11342
11343 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11344
11345 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11346
11347 * configure.in (noconfigdirs): Remove tcl and tk from
11348 noconfigdirs for cygwin32 builds.
11349
11350 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11351
11352 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11353
11354 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11355
11356 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11357 make-all.com, use makefile.vms instead.
11358
11359 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11360
11361 * config.sub: Accept -lnews*.
11362
11363 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11364
11365 * configure.in (noconfigdirs): Disable target-newlib,
11366 target-examples and target-libiberty for d30v.
11367
11368 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11369
11370 * configure.in (noconfigdirs): Enable ld for d30v.
11371
11372 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11373
11374 * configure.in (tic80-*-*): Build compiler.
11375
11376 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11377
11378 * configure.in (d30v-*): Remove sim directory from list of
11379 unsupported d30v directories
11380
11381 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11382
11383 * config.sub, configure.in: Add d30v target cpu.
11384
11385 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11386
11387 * makefile.vms: New file.
11388 * make-all.com: Remove.
11389
11390 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11391
11392 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11393
11394 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11395
11396 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11397
11398 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11399
11400 * Makefile.in (ALL_MODULES): Added all-db.
11401 (CROSS_CHECK_MODULES): Addec check-db.
11402 (INSTALL_MODULES): Added install-db.
11403 (CLEAN_MODULES): Added clean-db.
11404
11405 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11406
11407 * config.guess: Merge with latest FSF sources.
11408
11409 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11410
11411 * Makefile.in (ALL_MODULES): Added all-itcl.
11412 (CROSS_CHECK_MODULES): Added check-itcl.
11413 (INSTALL_MODULES): Added install-itcl.
11414 (CLEAN_MODULES): Added clean-itcl.
11415
11416 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11417
11418 * configure.in: build gdb for mn10200
11419
11420 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11421
11422 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11423
11424 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11425
11426 * configure.in (tic80-*-*): Turn off most targets right now.
11427
11428 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11429
11430 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11431 rather than the makeinfo program.
11432 (do-info): Depend upon all-texinfo.
11433
11434 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11435
11436 * configure.in: Remove uses of config/mh-linux.
11437
11438 * config.sub, config.guess: Merge with latest FSF sources.
11439
11440 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11441
11442 * config.sub (case $basic_machine): Add tic80 entries.
11443
11444 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11445
11446 * config.sub, config.guess: Merge with latest FSF sources.
11447
11448 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11449
11450 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11451 * mpw-config.in: Test for NewFolderRecursive.
11452 * mpw-install: Use symbolic name for startup filename.
11453 * mpw-README: Add various additional details.
11454
11455 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11456
11457 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11458
11459 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11460
11461 * configure.in: Do build gcc and the target libraries for
11462 the mn10200.
11463
11464 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11465
11466 * configure.in: don't avoid building gdb for mn10300 any more
11467 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11468 instead of single-quoting it.
11469
11470 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11471
11472 * configure.in: Don't use --with-stabs on IRIX 6.
11473
11474 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11475
11476 * configure.in (m32r): Build gdb, libg++ now.
11477
11478 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11479
11480 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11481 directories from noconfigdirs.
11482
11483 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11484
11485 * config.sub (basic_machine): added mips16 configuration
11486
11487 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11488
11489 * config.sub: Handle d10v-unknown.
11490
11491 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11492
11493 * config.sub: Handle v850-unknown.
11494
11495 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11496
11497 * Makefile.in: add findutils
11498 * configure.in: add findutils to list of host_tools
11499
11500 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11501
11502 * config.sub: Handle mn10200 and mn10300.
11503
11504 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11505
11506 * configure.in (d10v-*): Do not build librx.
11507
11508 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11509
11510 * configure.in (mn10300): Build everything except gdb & libgloss.
11511
11512 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11513
11514 * config.guess: Patch for Dansk Data Elektronik servers,
11515 from Niels Skou Olsen <nso@dde.dk>.
11516
11517 For ncr, use /bin/uname rather than uname, since GNU uname does not
11518 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11519
11520 Patch for MIPS R4000 running System V,
11521 from Eric S. Raymond <esr@snark.thyrsus.com>.
11522
11523 Fix thinko for nextstep.
11524
11525 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11526
11527 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11528 * config.guess: Guess mips-dec-mach_bsd4.3.
11529
11530 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11531 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11532 release numbers.
11533 * config.guess (mips-mips-riscos*): Emit just enough of the
11534 release number.
11535
11536 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11537 * config.guess (sparc-auspex-sunos*): Added.
11538 (f300-fujitsu-*): Added.
11539
11540 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11541 * config.guess: Recognize a Tadpole as a sparc.
11542
11543 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11544
11545 * config.guess: Don't assume that NextStep version is either 2 or
11546 3. NextStep 4 (aka OpenStep 4) has come out now.
11547
11548 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11549
11550 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11551 From Rik Faith <faith@cs.unc.edu>.
11552
11553 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11554
11555 * config.sub: Contributions from bug-gnu-utils to:
11556 Support plain "hppa" (no version given) architecture, reported by
11557 OpenStep.
11558 OpenBSD like NetBSD.
11559 LynxOs is not a hardware supplier.
11560
11561 * config.guess: Contributions from bug-gnu-utils to add support for:
11562 OpenBSD like NetBSD.
11563 Stratus systems.
11564 More Pyramid systems.
11565 i[n>4]86 Intel chips.
11566 M680[n>4]0 Motorola chips.
11567 Use unknown instead of lynx for hardware manufacturer.
11568
11569 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11570
11571 * install.sh (chmodcmd): Set to null if the DST directory already
11572 exists.
11573
11574 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11575
11576 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11577 not use mt-ppc target Makefile fragment any more.
11578
11579 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11580
11581 * configure.in (*-*-windows): Exclude everything but those dirs
11582 needed to build windows.
11583
11584 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11585
11586 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11587
11588 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11589
11590 * configure.in: Exclude mmalloc from i386-windows.
11591
11592 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11593
11594 * Undo my previous change.
11595
11596 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11599 unconditionally.
11600 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11601
11602 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11603
11604 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11605 host to add it's own flags.
11606
11607 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11608
11609 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11610
11611 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11612
11613 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11614 (CXX_FOR_TARGET): Likewise.
11615 (GCC_FOR_TARGET): Define.
11616 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11617 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11618 CC_FOR_TARGET was specified on the command line.
11619 (MAKEOVERRIDES): Don't define.
11620
11621 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11622
11623 * configure.in (m32r): Fix spelling of libg++ libs.
11624
11625 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11626
11627 * config.sub (-apple*): Remove, now redundant.
11628
11629 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11630
11631 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11632
11633 * configure: Rework yesterday's sed script patch.
11634
11635 * config.sub: Merge with FSF.
11636
11637 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11638
11639 * config.guess: Merge from FSF.
11640
11641 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11642 * config.guess: Use pc instead of unknown, for pc clone systems.
11643 Change linux to linux-gnu.
11644
11645 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11646 * config.guess: Avoid non-portable tr syntax.
11647
11648 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11649
11650 * test-build.mk (HOLES): Add "xargs" for gdb.
11651
11652 * configure: Avoid hpux10.20 sed bug.
11653
11654 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11655
11656 * configure.in: Add support for windows host
11657 (that is a build done under the Microsoft build environment).
11658
11659 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11660
11661 * Makefile.in: Replace all uses of srcroot with s, to shrink
11662 command line lengths.
11663
11664 Patches from Geoffrey Noer <noer@cygnus.com>:
11665 * configure.in: If configuring for newlib, pass --with-newlib to
11666 subdirectories.
11667 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11668 -Bnewlib/ and -Lwinsup to gcc.
11669 (CXX_FOR_TARGET): Likewise.
11670
11671 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in (ETC_SUPPORT): Add configure.
11674
11675 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11676
11677 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11678 host configuration file.
11679
11680 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11681
11682 * configure.in: Break mn10x00 support into separate
11683 mn10200 and mn10300 configurations.
11684 * config.sub: Likewise.
11685
11686 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11687
11688 * configure.in: Add lots of stuff to noconfigdirs for
11689 the mn10x00 targets.
11690
11691 * config.sub, configure.in: Add mn10x00 support.
11692
11693 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11694
11695 * make-all.com: Call conf-a-gas, not config-a-gas.
11696
11697 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11698
11699 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11700 targets.
11701
11702 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11703
11704 * mpw-README: Add much more detail for native PowerMac.
11705 * mpw-install: New file.
11706 * mpw-configure: Add --norecursion and --help options.
11707 * mpw-config.in: Translate readme and install files when
11708 copying to objdir.
11709 * mpw-build.in: Don't always depend on byacc and flex.
11710 (install-only-top): New action.
11711
11712 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11713
11714 * configure.in: You can now configure GDB for the v850.
11715
11716 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11717
11718 * configure.in (noconfigdirs): Don't configure any C++ dirs
11719 if targeting D10V.
11720
11721 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * config.sub: Recognize mips64vr5000.
11724
11725 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11726
11727 * configure.in: Use a single line for host_tools and native_only.
11728
11729 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11730
11731 * config.sub, configure.in: Add entries for m32r.
11732
11733 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11734
11735 * Makefile.in (inet-install): Don't run install-gzip.
11736
11737 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11738
11739 * configure.in: Don't config lots of things for *-*-windows*.
11740
11741 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11742
11743 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11744 (host_libs, host_tools): Copy from configure.in.
11745 * mpw-configure: Don't complain about directories not found.
11746
11747 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11748
11749 * configure.in (i[345]86): Recognize i686 for pentium pro.
11750 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11751 file.
11752
11753 * config.guess (i[345]86): Ditto.
11754
11755 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11756
11757 * configure.in (noconfigdirs): Removed gdb for D10V.
11758
11759 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11760
11761 * configure.in: Remove ld, target-libio, target-libg++, and
11762 target-libstdc++ from noconfigdirs.
11763
11764 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11765
11766 * configure: Fix three locations where shell scripts were
11767 being run directly rather than with config_shell.
11768
11769 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11770
11771 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11772 * config.sub (basic_machine): Recognize v850.
11773
11774 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11775
11776 * mpw-configure: Handle multiple enable/disable options and
11777 pass them down recursively, handle -c and -s flags appropriately
11778 depending on choice of compiler, add escape mechanism for
11779 quoted arguments to gC.
11780
11781 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11782
11783 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11784 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11785 so that -mrelocatable-lib and -mno-eabi are used.
11786
11787 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11788 not support --print-multi-lib, don't abort.
11789
11790 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11791
11792 * make-all.com: Run config-a-gas.
11793 * setup.com: Don't copy subdirectory files around.
11794
11795 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11796
11797 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11798 target, it now compiles correctly.
11799
11800 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11803
11804 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11805
11806 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11807
11808 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11809
11810 * configure.in (native_only): Add prms.
11811
11812 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11813
11814 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11815 (BINUTILS_SUPPORT_DIRS): Likewise.
11816
11817 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11818
11819 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11820 d10v support is added.
11821
11822 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11823
11824 * configure.in (d10v-*-*): New target.
11825
11826 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11827
11828 * config.guess (HP 9000/811): Recognize this as a PA1.1
11829 machine.
11830
11831 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11832
11833 * Makefile.in (do-tar-gz): New target, split out from tail end of
11834 taz target. Run each command separately, don't use pipes.
11835 (taz): Use it.
11836
11837 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11838
11839 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11840 * mpw-build.in: No builds should depend on building byacc or flex,
11841 they are assumed to be installed already.
11842
11843 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11844
11845 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11846 variable that CC_FOR_TARGET needs.
11847
11848 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11849
11850 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11851 options have changed since the last time the subdirectory was
11852 configured, and if it has, reconfigure.
11853 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11854 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11855
11856 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11857
11858 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11859 CLEAN_MODULES): Add bash.
11860 (all-bash): New target.
11861
11862 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11863
11864 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11865
11866 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11867
11868 * config.sub (basic_machine): Recognize d10v as a valid processor.
11869
11870 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11871
11872 * mpw-configure: Add support for --bindir.
11873 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11874
11875 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11876
11877 * configure.in: add bash, time, gawk to list of hosttools and things
11878 to only build for native toolchains
11879
11880 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11881
11882 * Makefile.in (docdir): Remove.
11883
11884 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11885
11886 * Makefile.in (datadir): Set to $(prefix)/share.
11887
11888 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11889
11890 * configure.in: build diff and patch for cygwin32-hosted
11891 toolchains.
11892
11893 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11894
11895 * config.sub: Accept -rtems*.
11896
11897 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11898
11899 * configure.in: enable dosrel for cygwin32-hosted builds,
11900 remove diff from the list of things not buildable
11901 via Canadian Cross
11902
11903 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11904
11905 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11906 don't get ". ".
11907
11908 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11909
11910 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11911
11912 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11913
11914 * Makefile.in (taz): Handle case where tex3patch didn't even get
11915 checked out. Also, if it was found, put the symlink in a new util
11916 subdirectory.
11917
11918 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11921
11922 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11923
11924 * config.sub: Recognize -openvms.
11925 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11926 * make-all.com, setup.com: New files.
11927
11928 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11929
11930 * Makefile.in (taz): tex3patch moved to texinfo/util.
11931
11932 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11933
11934 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11935 * configure.in: remove make from disable-if-Can-Cross list
11936 enable gdb if ${host} and ${target} are cygwin32
11937
11938 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11939
11940 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11941 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11942
11943 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11944
11945 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11946 distinguish sysv/svr4/bsd variants.
11947 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11948
11949 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11950
11951 * configure.in: Added copyright notice.
11952 * move-if-change: Added copyright notice.
11953
11954 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11955
11956 * configure.in (powerpcle-*-solaris*): Until we get shared
11957 libraries working, don't build gdb, sim, make, tcl, tk, or
11958 expect.
11959
11960 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11961
11962 * config.guess: Merge with FSF:
11963
11964 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11965 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11966
11967 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11968 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11969
11970 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11971 * config.guess: Combine two OSF1 rules.
11972 Also recognize field test versions. From mjr@zk3.dec.com.
11973 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11974 because GNU uname does not support -p. From pmr@pajato.com.
11975
11976 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11977
11978 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11979
11980 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * mpw-README: Document GCCIncludes.
11983
11984 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11985
11986 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11987
11988 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11989
11990 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11991
11992 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11993
11994 * configure.in (*-*-cygwin32): Configure make.
11995
11996 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11997
11998 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11999
12000 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12001
12002 * Makefile.in (all-inet): Depend on all-perl.
12003
12004 * Makefile.in (inet-install): New target.
12005
12006 * Makefile.in (all-inet): Depend on all-tcl.
12007 (all-inet): Depend on all-send-pr.
12008
12009 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12010
12011 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12012 temporarily.
12013
12014 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * configure.in: Don't configure --with-gnu-ld on AIX.
12017
12018 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12019
12020 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12021
12022 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12023
12024 * Makefile.in (ALL_MODULES): Added all-inet.
12025 (CROSS_CHECK_MODULES): Added check-inet.
12026 (INSTALL_MODULES): Added install-inet.
12027 (CLEAN_MODULES): Added clean-inet.
12028 (all-indent): New target.
12029
12030 * configure.in (host_tools): Added inet.
12031 (native_only): Added inet.
12032 (noconfigdirs): Added inet.
12033
12034 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12035
12036 * configure.in: Don't configure libgloss if we are not configuring
12037 newlib.
12038
12039 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12040
12041 * configure.in: Don't configure libgloss for unsupported
12042 architectures.
12043
12044 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12045
12046 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12047
12048 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12049
12050 * Makefile.in (ALL_MODULES): Include all-apache.
12051 (CROSS_CHECK_MODULES): Include check-apache.
12052 (INSTALL_MODULES): Include install-apache.
12053 (all-apache): New target.
12054
12055 * configure.in: Added apache everywhere perl is seen.
12056
12057 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12058
12059 * Makefile.in: Add support for clean-{module} and
12060 clean-target-{module} rules.
12061
12062 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12063
12064 * configure.in (*-*-ose) do not build libgloss.
12065
12066 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12067
12068 * config.guess (prep*:SunOS:5.*:*): Turn into
12069 powerpele-unknown-solaris2.
12070
12071 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12072
12073 * configure.in: Permit --enable-shared to specify a list of
12074 directories.
12075
12076 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12077
12078 * configure.in (host==solaris): Pass only the first word of $CC
12079 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12080
12081 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12082
12083 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12084
12085 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12086
12087 * Makefile.in (ALL_MODULES): Include all-perl.
12088 (CROSS_CHECK_MODULES): Include check-perl.
12089 (INSTALL_MODULES): Include install-perl.
12090 (ALL_X11_MODULES): Include all-guile.
12091 (CHECK_X11_MODULES): Include check-guile.
12092 (INSTALL_X11_MODULES): Include install-guile.
12093 (all-perl): New target.
12094 (all-guile): New target.
12095
12096 * configure.in (host_tools): Include perl and guile.
12097 (native_only): Include perl and guile.
12098 (noconfigdirs): Don't build guile and perl; no ports have been
12099 done.
12100
12101 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12102
12103 * configure (--enable-*): Handle quoted option lists such as
12104 --enable-sim-cflags='-g0 -O' better.
12105
12106 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12107
12108 * Makefile.in ({,inst}all-target): New rule so we can make and
12109 install all of the target directories easily.
12110
12111 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12112
12113 * configure.in: Add missing global flag in sed substitution when
12114 deleting `target-' from ${configdirs}.
12115
12116 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12117
12118 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12119 option.
12120
12121 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12122 config/mh-necv4.
12123
12124 * install.sh: Correct misspelling of transformbasename.
12125
12126 * config.guess: Recognize mips-*-sysv*.
12127
12128 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12129
12130 * config.sub: Recognize mon960.
12131
12132 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12133
12134 * configure: Restore Canadian Cross handling of BISON and LEX,
12135 removed in Feb 20 change.
12136
12137 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12138
12139 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12140 Mention make install. Remove the old copyright date as well the
12141 clumsy and rather pointless copyright on the README file.
12142
12143 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12144
12145 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12146 Makefile after running symlink-tree, then run `make distclean' to
12147 avoid clobbering any generated files in srcdir.
12148
12149 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12150
12151 * configure.in (m68k-*-netbsd*): Build everything now.
12152
12153 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12154
12155 * Makefile.in (taz): Fix quoting.
12156
12157 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12158
12159 * configure.in (sparclet-*-*): Build everything now.
12160
12161 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12162
12163 * configure.in (m68k-*-linux*): New host.
12164
12165 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12166
12167 * configure: Check for bison before byacc.
12168
12169 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12170
12171 * Makefile.in configure: Change the way LEX and BISON/YACC are
12172 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12173 searching PATH. These are used as fallbacks by Makefile.in if
12174 flex/bison/byacc aren't in objdir.
12175
12176 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12177
12178 * Makefile.in: Make everything which depends upon all-bfd also
12179 depend upon all-opcodes, in case --with-commonbfdlib is used.
12180
12181 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12184 building NT native compilers on Unix.
12185
12186 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12187
12188 * configure.in: Don't get CC from the host Makefile fragment if we
12189 can find gcc in PATH, or if this is a Canadian Cross. Move the
12190 Solaris test for /usr/ucb/cc to the post target script, just after
12191 the compiler sanity test.
12192
12193 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * config.sub: Merge with FSF.
12196
12197 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12198
12199 * Makefile.in (RPATH_ENVVAR): New variable.
12200 (REALLY_SET_LIB_PATH): Use it.
12201 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12202
12203 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12204
12205 * config.sub, configure.in: Recognize sparclet cpu.
12206
12207 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12208
12209 * config.guess: Support m68k-cbm-sysv4.
12210
12211 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12212
12213 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12214 m68k-unknown-linuxaout from linker help string. Put quotes around
12215 $ld_help_string.
12216
12217 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12218
12219 * config.guess (powerpc-harris-powerunix): Add guess for port
12220 to new target.
12221
12222 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12223
12224 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12225
12226 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12227
12228 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12229 $(REALLY_SET_LIB_PATH) in Makefile.
12230 * Makefile.in (SET_LIB_PATH): New variable.
12231 (REALLY_SET_LIB_PATH): New variable.
12232 ($(DO_X)): Use $(SET_LIB_PATH).
12233 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12234 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12235 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12236 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12237 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12238 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12239 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12240 (install-dosrel): Likewise.
12241 (all-opcodes): Depend upon all-libiberty.
12242
12243 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12244
12245 * config.guess (*:CYGWIN*): New
12246
12247 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12248
12249 * Makefile.in (all-target-winsup): All all-target-libiberty.
12250
12251 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12252
12253 * configure.in (noconfigdirs): Add missing # in front of comment.
12254
12255 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12256
12257 * configure.in: add second pass to things added to noconfigdirs
12258 so *-gm-magic can exclude libgloss properly.
12259
12260 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12261
12262 * mpw-configure (extralibs_name, rez_name): Set correctly
12263 for MWC68K compiler.
12264
12265 * mpw-README: Add more info on the necessary build tools.
12266
12267 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12268
12269 * configure.in, config.sub: Recognize cygwin32.
12270
12271 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12272
12273 * config.guess, config.sub: Recognize A/UX.
12274
12275 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12276
12277 * config.sub: Merge with gcc/config.sub.
12278
12279 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12280
12281 * mpw-build.in (do-binutils): Add build of stamps.
12282
12283 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12284
12285 * config.sub: Add recognition for mips64vr4100*-* targets.
12286
12287 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12288
12289 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12290 Add creation of gconfigargs with `--enable-shared' turned on.
12291 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12292 ($(host)-stamp-stage3-configured): Likewise.
12293 (HOLES): Add chatr and ldd.
12294 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12295
12296 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12297
12298 * configure: Pass --nfp to recursive configures.
12299
12300 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12301
12302 * Makefile.in (DLLTOOL): New.
12303 (DLLTOOL_FOR_TARGET): New.
12304 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12305 (EXTRA_TARGET_FLAGS): Ditto.
12306 (EXTRA_GCC_FLAGS): Ditto.
12307 (CONFIGURE_TARGET_MODULES): Ditto.
12308 (DO_X): Ditto.
12309 * configure: Add DLLTOOL.
12310
12311 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12314 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12315 mh-sco, since old workarounds no longer needed, and don't
12316 build ld, since libraries have weak symbols in COFF.
12317
12318 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12319
12320 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12321
12322 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12323
12324 * configure.in: Make sure that ${CC} can be used to compile an
12325 executable.
12326
12327 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12328
12329 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12330 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12331 nothing depending on whether gdbtk is being built.
12332
12333 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12334
12335 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12336
12337 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12338
12339 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12340 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12341
12342 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12343
12344 * config-ml.in: Add support for
12345 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12346 Simplify setting of multidirs from --disable-foo.
12347
12348 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12349
12350 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12351 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12352 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12353 non-empty, pass them on to the GCC make.
12354 (all-bootstrap): New rule that is like all-gcc, except it executes
12355 the GCC bootstrap rule instead of the GCC all rule.
12356
12357 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12358
12359 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12360
12361 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12362
12363 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12364 DG/UX support.
12365
12366 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12367
12368 * config.sub (i*86*) Change [345] to [3456]
12369
12370 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12371
12372 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12373 --with-gnu-ld=no.
12374
12375 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12376
12377 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12378 AIX multilibs get built.
12379
12380 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12381
12382 * configure.in (i386-win32): Don't build expect if we're not
12383 building the tcl subdir.
12384
12385 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12386
12387 * Makefile.in: (configure-target-examples, all-target-examples):
12388 New targets, configure and build example programs.
12389
12390 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12391
12392 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12393 use it as input to sedit the generated MPW makefile.
12394 * mpw-README: Add a suggestion about Gestalt.h.
12395
12396 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12397
12398 * config.sub: Accept *-*-ieee*.
12399
12400 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12401
12402 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12403 Ronald F. Guilmette <rfg@monkeys.com>.
12404
12405 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12406
12407 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12408 for powerpc-pe native.
12409 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12410 (target==powerpc-pe): duplicate i386-win32 entry.
12411
12412 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12413
12414 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12415 of vxworks, not just vxworks5.1.
12416
12417 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12418
12419 * mpw-configure: Add support for exec-prefix.
12420
12421 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12422
12423 * config.guess: Recognize HP model 816 machines as having
12424 a PA1.1 processor.
12425
12426 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12427
12428 * configure: Ignore new autoconf configure options.
12429
12430 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12431
12432 * config.guess: Recognize Pentium under SCO.
12433 From Robert Lipe <robertl@arnet.com>.
12434
12435 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12436
12437 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12438
12439 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * configure.in: Don't configure gas for alpha-dec-osf*.
12442
12443 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12444
12445 * configure.in: Default to --with-stabs for some targets for which
12446 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12447 i[345]86*-*-unixware*.
12448
12449 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12450
12451 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12452 rather than basing it on the target. Simplify handling of options
12453 controlling which directories to configure. Remove extraneous
12454 slash in multi-clean target.
12455
12456 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12457
12458 * config-ml.in: Prefix more variables with ml_ so they don't collide
12459 with configure's.
12460
12461 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12462
12463 * configure: Don't turn -v into --v.
12464
12465 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12466
12467 * configure.in (targargs): Fix typo.
12468
12469 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12470
12471 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12472
12473 * configure.in: Strip --host and --target options from
12474 CONFIG_ARGUMENTS, and always configure for --host only. Add
12475 --with-cross-host option when building with a cross-compiler.
12476 * configure: Canonicalize the arguments put into config.status by
12477 always using `=' for an option with an argument. Pass a presumed
12478 --host or --target explicitly.
12479
12480 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12481
12482 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12483 into general OS recognition case.
12484
12485 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12486
12487 * configure.in (target_configdirs): add target-winsup only
12488 for win32 target systems.
12489
12490 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12491
12492 * Makefile.in (all-target-libgloss): Depend upon
12493 configure-target-newlib, since when libgloss is built it looks to
12494 see if the newlib directory exists.
12495
12496 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12497
12498 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12499 cfg-ml-*.in.
12500
12501 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Handle LD and LD_FOR_TARGET when configuring a
12504 Canadian Cross.
12505
12506 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12507
12508 * configure.in (target_libs): add target-winsup.
12509 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12510 (target==ppcle-pe): remove ld from $noconfigdirs.
12511
12512 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12513
12514 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12515 Preserve relative path names in $srcdir. Build symlink tree if
12516 configuring cross target dir and srcdir=. (= no VPATH support).
12517 (configure-target-libg++): Depend on configure-target-librx.
12518 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12519 * config-ml.in: New file.
12520 * symlink-tree: New file.
12521 * configure: Ensure srcdir="." if that's what it is.
12522
12523 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12524
12525 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12526 includes and FLEX_SKELETON setting.
12527 * mpw-configure (--with-gnu-ld): New option, controls whether
12528 to use PPCLink or ld with PowerMac GCC.
12529 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12530 * mpw-config.in: Configure grez if targeting Mac.
12531
12532 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12533 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12534 just macos.
12535 * configure.in: Configure grez resource compiler if targeting Mac.
12536 * Makefile.in (all-grez, install-grez): New targets.
12537
12538 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12539
12540 * configure: CXX defaults to gcc, not g++. If we find
12541 gcc in the path, set CC to gcc -O2.
12542
12543 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12544
12545 * configure: Default ${build} correctly. Avoid picking up extra
12546 spaces when reading CC and CXX from Makefile. When doing a
12547 Canadian Cross, use plausible default values for numerous
12548 variables.
12549 * configure.in: When doing a Canadian Cross, don't try to
12550 configure tools whose configure script can't handle it.
12551
12552 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12553
12554 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12555
12556 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12557
12558 * configure: Remove dubious bug reporting address.
12559
12560 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12561
12562 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12563 configure script, run that instead of this directory's configure.
12564 In either case, print a message that we're configuring the sub-dir.
12565
12566 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12567
12568 * configure.in: Before checking for the existence of various files,
12569 use sed to filter out "target-".
12570
12571 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12572
12573 * Makefile.in (DO_X): Split rule to decrease command line length
12574 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12575 (Philippe De Muyter).
12576
12577 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12578
12579 * Makefile.in (all-patch): depend on all-libiberty.
12580
12581 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * configure.in: If the only directory in target_configdirs which
12584 actually exists is libiberty, then set target_configdirs to empty,
12585 to avoid trying to build a target libiberty in a gas or gdb
12586 distribution.
12587
12588 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12589
12590 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12591 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12592 systems.
12593
12594 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12595
12596 * configure.in (copy_dirs): Use sys-include instead of include
12597 for --with-headers option.
12598
12599 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12600
12601 * Makefile.in, configure.in: Make winsup builds work with
12602 new scheme.
12603
12604 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12605
12606 * configure.in: Build the linker on AIX.
12607
12608 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12609
12610 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12611 where needed.
12612
12613 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12614
12615 * Makefile.in (all-gcc): Fix typo.
12616
12617 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12618
12619 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12620
12621 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12622
12623 * configure.in: Rename libFOO to target-libFOO, and xiberty
12624 to target-xiberty, to provide more flexibility.
12625 (target_subdir): Define. Create if cross.
12626 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12627 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12628 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12629 check-libFOO -> check-target-libFOO, etc.
12630 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12631 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12632 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12633 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12634 allow ALL_GCC="" to only configure.
12635 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12636 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12637 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12638
12639 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12640
12641 * Makefile.in (taz): Build "info" in etc explicitly.
12642
12643 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12644
12645 * configure.in: Make sure that CC is undefined (as opposed to
12646 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12647 problem with autoconf trying to configure on a host without GCC.
12648
12649 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12650
12651 * mpw-configure: Set host alias from choice of host compiler,
12652 only use generic MPW Makefile sed if present, edit a file
12653 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12654 * mpw-README: Add problem notes about CW6 and CW7.
12655
12656 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12657
12658 * Makefile.in (taz): Use ";" instead of ";;".
12659
12660 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12661
12662 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12663 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12664 DISTDOCDIRS.
12665 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12666 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12667
12668 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12669
12670 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12671 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12672 Move bfd to DISTSTUFFDIRS.
12673
12674 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12675
12676 * Makefile.in (X11_LIB): Removed.
12677 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12678
12679 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12680
12681 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12682
12683 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12684 names.
12685
12686 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12687
12688 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12689
12690 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12691
12692 * configure.in (i[345]86-*-win32): Always build newlib.
12693 Don't configure cvs, autoconf or texinfo.
12694 * Makefile.in (LD_FOR_TARGET): New.
12695 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12696 Pass down LD_FOR_TARGET.
12697
12698 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12699
12700 * winsup: New directory.
12701 * Makefile.in: Build winsup.
12702 * configure.in: Winsup is configured when target is win32.
12703 Can only build win32 target GDB when native.
12704
12705 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12706
12707 * config.guess: Recognize HP model 819 machines as having
12708 a PA 1.1 processor.
12709
12710 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12711
12712 * configure: Fix sed loop which substitutes for CC and CXX to
12713 avoid bug found in various sed implementations.
12714
12715 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12716
12717 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12718 simulator. Use standard powerpc-*-eabi*.
12719
12720 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12721
12722 * configure.in: Stop putting gas and binutils in noconfigdirs for
12723 powerpc-*-aix* and rs6000-*-*.
12724
12725 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12726
12727 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12728 -mcall-aixdesc libraries.
12729
12730 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12731
12732 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12733
12734 * config.sub (arm | armel | armeb): Fix shell syntax.
12735
12736 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12737
12738 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12739 -msoft-float and -mcpu=common support.
12740 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12741 libraries.
12742
12743 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12744
12745 * configure.in: Allow configuration and build of emacs19 for the alpha.
12746
12747 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12748
12749 * configure.in (CC): Get ^CC, not just any old CC, from
12750 ${host_makefile_frag}.
12751
12752 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12753
12754 * configure.in (CC): Try to get CC from
12755 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12756
12757 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12758
12759 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12760 only if it exists in $(srcdir).
12761
12762 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12763
12764 * configure: If CC and CXX are not set in the environment, set
12765 them, based on either an existing Makefile or on searching for gcc
12766 in PATH. Substitute for CC and CXX in Makefile.
12767 * configure.in: Remove libm from target_libs. Separate
12768 target_configdirs from configdirs. If CC is not set in
12769 environment, try to get it from a host Makefile fragment. Rewrite
12770 changes of configdirs to use skipdirs instead. A few minor
12771 tweaks. Take directories out of target_configdirs as they are
12772 taken out of configdirs. Remove existing Makefile files from
12773 subdirectories. Substitute for TARGET_CONFIGDIRS and
12774 CONFIG_ARGUMENTS in Makefile.
12775 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12776 by configure.in.
12777 (CONFIG_ARGUMENTS): Likewise.
12778 (CONFIGURE_TARGET_MODULES): New variable.
12779 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12780 ($(CONFIGURE_TARGET_MODULES)): New target.
12781 (configure-libg++, configure-libio): New targets.
12782 (all-libg++): Depend upon configure-libg++.
12783 (all-libio): Depend upon configure-libio.
12784 (configure-libgloss, all-libgloss): New targets.
12785 (configure-libstdc++): New target.
12786 (all-libstdc++): Depend upon configure-libstdc++.
12787 (configure-librx, all-librx): New targets.
12788 (configure-newlib): New target.
12789 (all-newlib): Depend upon configure-newlib
12790 (configure-xiberty): New target.
12791 (all-xiberty): Depend upon configure-xiberty.
12792
12793 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12794
12795 * configure.in (host i[345]86-*-win32): Expand the
12796 noconfigdirs again.
12797
12798 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12799
12800 * mpw-configure: Fix sed command file name.
12801
12802 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12803
12804 * configure.in (host i[345]86-*-win32): Reduce the
12805 noconfigdirs again.
12806
12807 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12810 or powerpc*-*-pe*, since they are not yet supported.
12811
12812 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12813
12814 Add PowerMac support and many other enhancements.
12815 * mpw-configure: New option --cc to select compiler to use,
12816 paste options set according to --cc into the generated
12817 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12818 if mpw-make.sed is present.
12819 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12820 add forward includes for PowerPC include files.
12821 * mpw-build.in: Build using Makefile.PPC if present.
12822 (do-byacc, etc): Remove separate version resource builds.
12823 (do-gas): Build "stamps" before "all".
12824 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12825 * mpw-README: Update to reflect --cc option, PowerMac support,
12826 and recently-reported compatibility problems.
12827
12828 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12829
12830 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12831 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12832 (--with-multilib-top): Pass to recursive invocations.
12833
12834 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12835
12836 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12837 v810-*-*.
12838
12839 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12840
12841 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12842 gdb, ld and opcodes on v810-*-*.
12843
12844 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12845
12846 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12847 (local-maintainer-clean): New target.
12848 (maintainer-clean): New target.
12849 (realclean): Just depend upon maintainer-clean.
12850
12851 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12852
12853 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12854
12855 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12856
12857 * configure.in: Build ld in mips*-*-bsd* case.
12858
12859 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12860
12861 * config.sub: Accept -lites* OS. From Ian Dall.
12862
12863 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12864
12865 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12866 targets.
12867
12868 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869
12870 * configure.in: treat i386-win32 canadian cross the same as
12871 i386-go32 canadian cross.
12872
12873 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12874
12875 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12876 running under the simulator to build a reduced set of libraries.
12877 (powerpc-*-eabiaix): Add fine grained multilib support added to
12878 other powerpc targets yesterday.
12879
12880 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12881
12882 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12883 -disable-softfloat, -disable-relocatable, -disable-aix, and
12884 -disable-sysv to control which multilib libraries get built.
12885
12886 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12887
12888 * configure: Add Makefile.tem to list of files to remove in trap
12889 handler.
12890
12891 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * config.guess (*Linux*): Add missing "exit"s.
12894 Also, need specific check for alpha-unknown-linux (uses COFF).
12895
12896 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12897
12898 * config.guess: Merge with FSF:
12899
12900 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12901 * config.guess (AIX4): More robust release numbering discovery.
12902
12903 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12904 * config.guess (i386-sequent-ptx): Properly get version number.
12905
12906 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12907 * config.guess (mips:*:4*:UMIPS): New case.
12908
12909 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12910
12911 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12912 (i386-win32 host): Likewise. Don't build readline.
12913
12914 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12915
12916 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12917 SUPPORT_FILES to submakes.
12918
12919 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12920
12921 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12922 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12923 mpw-configure.
12924
12925 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12926
12927 * configure.in (appdirs): Use =, not ==, in test expression when
12928 trying to build the text to print in the warning message for
12929 Solaris users.
12930
12931 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12932
12933 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12934
12935 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12936
12937 * config.guess: Recognize lynx-2.3.
12938
12939 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12940
12941 * config.sub (z8ksim): Deleted
12942 (z8k-*-coff): New, this is the one true name of the target.
12943
12944 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12945
12946 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12947
12948 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12949
12950 * config.guess (*:Linux:*:*): First try asking the linker what the
12951 default object file format is (elf, aout, or coff). Then if this
12952 fails, try previous methods.
12953
12954 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12955
12956 * configure.in: Don't build newlib for *-*-vxworks5.1.
12957
12958 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12959
12960 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12961 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12962
12963 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12964
12965 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12966
12967 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12968
12969 * cfg-ml-com.in: New file.
12970 * cfg-ml-pos.in: New file.
12971
12972 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12973
12974 * COPYING.NEWLIB: Add HP free copyright to list.
12975
12976 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12977
12978 * config.sub: Recognize -eabi* for the system, not just -eabi.
12979
12980 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12981
12982 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12983 * config.sub, configure.in (win32): New target and host.
12984
12985 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12986
12987 * configure.in: Add i386-pe configuration.
12988
12989 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12990
12991 * mpw-build.in (install): Install GDB after LD.
12992
12993 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12994
12995 * mpw-config.in (elf/mips.h): Always forward-include, needed
12996 for GDB to build.
12997
12998 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12999
13000 * testsuite: New directory for customer acceptance and whole tool
13001 chain tests.
13002
13003 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13004
13005 * configure: If per-host line isn't found, but AC_OUTPUT is found
13006 and a configure script exists, run it instead.
13007
13008 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13009
13010 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13011
13012 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13013
13014 * configure: Set build_{cpu,vendor,os,alias} to host values when
13015 --build isn't specified.
13016
13017 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13018
13019 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13020 (FLAGS_TO_PASS): Pass them.
13021 (EXTRA_TARGET_FLAGS): Ditto.
13022
13023 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13024
13025 * Makefile.in (all-libg++): Depend on all-libstdc++.
13026
13027 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13028
13029 * configure.in (noconfigdirs): Enable all packages for
13030 i386-unknown-netbsd.
13031
13032 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13033
13034 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13035 hosted builds (DOS builds)
13036
13037 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13038
13039 Changes for ARM based on patches from Richard Earnshaw:
13040 * config.sub: Handle armeb and armel.
13041 * configure.in: Omit arm linker only for riscix.
13042
13043 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13044
13045 * config.guess: Update from FSF.
13046
13047 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13048
13049 * config.sub: Recognize powerpcle as the little endian varient of
13050 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13051 powerpcle variant. Convert pentium into i586, not i486. Add p5
13052 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13053 temporarily.
13054
13055 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13056
13057 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13058
13059 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13060
13061 * config.sub: Accept -lites* as a basic system type.
13062
13063 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13064
13065 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13066 installed, and if so return linuxoldld as the system name.
13067
13068 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13069
13070 * config.guess: Add hppa1.1-hp-lites support.
13071
13072 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13073
13074 * configure.in: Don't build newlib for m68k-vxworks5.1.
13075
13076 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13077
13078 * configure.in (mips-sgi-irix6): Use mh-irix5.
13079
13080 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13081
13082 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13083
13084 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13085
13086 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13087 OSF/1. Fix compiler flags.
13088 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13089
13090 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13091
13092 * configure.in: Recognize --with-newlib.
13093 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13094
13095 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13096
13097 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13098 to *_X11_MODULES due to gdbtk needing X include files et al.
13099
13100 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13101
13102 Merge in support for Mac MPW as a host.
13103 (Old change descriptions retained for informational value.)
13104
13105 * mpw-config.in: Add generic include forwards for cpu-specific
13106 include files in aout and elf directories.
13107
13108 * mpw-configure: Added copyright.
13109 * mpw-config.in: Check for presence of required build tools.
13110 (target_libs): Add newlib.
13111 (target_tools): Add examples.
13112 (Read Me): Generate as "Read Me for MPW" instead.
13113 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13114 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13115 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13116
13117 * mpw-configure: Remove subdir-specific makefile hackery,
13118 delete mk.tmp after using it.
13119
13120 * mpw-build.in (all): Display start and end times.
13121
13122 * mpw-configure (host_canonical): Set.
13123 (target_cpu): Always add to makefiles.
13124 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13125 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13126 (mpw-mh-mpw): Look for in srcdir and srcroot.
13127 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13128
13129 * mpw-build.in: (install-only): New target.
13130
13131 * mpw-configure (host_alias, target_alias): Rename from hostalias
13132 and targetalias, add into generated Makefile.
13133 (mk.tmp): If present, add into generated Makefile.
13134 * mpw-build.in (all-gas): Build config.h first before gas proper.
13135
13136 * mpw-configure (config.status): Write only if changed.
13137 * mpw-config.in (readline): Configure it (not built, just used for
13138 definitions).
13139
13140 * mpw-config.in (elf/mips.h): Add a forward include.
13141
13142 * mpw-config.in: Forward-include most .h files in include into
13143 extra-include.
13144 (readline): Don't build.
13145 mpw-build.in (install): Install GDB.
13146
13147 * mpw-configure (prefix, mpw_prefix): Handle it.
13148 * mpw-config.in (mmalloc, readline): Don't configure.
13149 * mpw-build.in (thisscript): Rename to ThisScript.
13150 Use mpw-build instead of BuildProgram everywhere.
13151 (mmalloc, readline): Don't build.
13152 * mpw-README: New file, basic documentation about the MPW port.
13153
13154 * mpw-config.in: Use forward-include to create include files.
13155
13156 * mpw-configure: Add more things to the top of each configured
13157 Makefile, including contents of config/mpw-mh-mpw.
13158 * mpw-config.in (extra-include): Create this directory and fill it
13159 with Posix-like include files when configuring.
13160
13161 * config.sub (apple, mac, mpw): Add various aliases.
13162
13163 * mpw-build.in: New file, top-level build script fragment for MPW.
13164 * mpw-configure: New file, configure script for MPW.
13165 * mpw-config.in: New file, config fragment for MPW.
13166
13167 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13168
13169 * configure.in (host_libs): Remove glob, since it is gone from the
13170 sources.
13171
13172 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13173
13174 * Makefile.in: define empty GDB_NLM_DEPS var.
13175
13176 * configure.in(target_makefile_frag): use config/mt-netware
13177 for netware targets.
13178
13179 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13180
13181 * config.sub: Merge in recent FSF changes. Remove linux special
13182 cases.
13183
13184 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13185
13186 Revert this change:
13187
13188 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13189
13190 * build-all.mk: Use CC=cc -Xs on Solaris.
13191
13192 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13193
13194 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13195 stop using it.
13196 * Makefile.in: Nuke all references to glob subdirectory.
13197
13198 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13199
13200 * configure.in: Fix --enable-shared logic in per-host.
13201
13202 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13203
13204 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13205
13206 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13207
13208 * configure.in (noconfigdirs): Don't build gas on AIX, for
13209 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13210
13211 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13212
13213 * configure: Fix --cache-file to work if the file argument is a
13214 relative path.
13215
13216 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13217
13218 * configure: If the --cache-file is used, pass it down to
13219 configure in subdirectories.
13220
13221 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13222
13223 * config.sub: add vxworks29k configuration.
13224
13225 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13226
13227 * Makefile.in (taz): Do "diststuff" part quietly.
13228
13229 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13230
13231 * config.sub: Mini-merge with gcc/config.sub.
13232
13233 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13234
13235 * config.guess (IRIX): Sed - to _.
13236
13237 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13238
13239 * Makefile.in (source-vault, binary-vault): New targets.
13240
13241 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13242
13243 * config.sub: Recognize -eabi as a basic system type.
13244
13245 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13246
13247 * configure.in (enable_shared stuff): Fix typo.
13248
13249 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13250
13251 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13252
13253 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13254
13255 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13256
13257 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13258
13259 * configure.in (rs6000-*-*): Don't build gas.
13260
13261 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13262
13263 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13264 reduce command line length.
13265 (AS_FOR_TARGET): Check for as.new, not Makefile.
13266 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13267
13268 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13269
13270 * config.guess: Merge from FSF.
13271
13272 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13273
13274 * configure: Don't use $ when handling program_suffix.
13275
13276 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13277
13278 * configure.in: Configure tk for hppa/hpux.
13279
13280 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13281
13282 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13283
13284 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13285
13286 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13287 to LIBCXXFLAGS. Tests are better run without it.
13288
13289 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13290
13291 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13292
13293 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13294
13295 * configure.in (*-*-netware*): Don't configure xiberty.
13296
13297 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13298
13299 * configure.in: Remove tk from native_only list.
13300
13301 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13302
13303 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13304 for special NCD build.
13305
13306 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13307
13308 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13309 makeall.bat, they're only useful for binutils snapshots.
13310 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13311 makeall.bat to specified SUPPORT_FILES.
13312
13313 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13314
13315 * build-all.mk: Add Ericsson targets to sun4 and solaris
13316 hosts. Add BNR's sun4 target to solaris host, so their
13317 build-from-source will be tested in-house first.
13318
13319 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13320
13321 * Makefile.in (LIBCFLAGS): New variable.
13322 (CFLAGS_FOR_TARGET): Ditto.
13323 (LIBCFLAGS_FOR_TARGET): Ditto.
13324 (LIBCXXFLAGS): Ditto.
13325 (CXXFLAGS_FOR_TARGET): Ditto.
13326 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13327 (BASE_FLAGS_TO_PASS): Pass them.
13328 (EXTRA_TARGET_FLAGS): Ditto.
13329
13330 * configure.in: Support --enable-shared.
13331
13332 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13333
13334 * configure.in (target_libs): Include libstdc++ again.
13335 * config.guess: Update from FSF (for FreeBSD).
13336
13337 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13338
13339 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13340 makeall.bat.
13341 (DISTDOCDIRS): Add `etc'.
13342 (ETC_SUPPORT_PFX): New variable.
13343 (taz): Include anything from etc starting with a word in
13344 ETC_SUPPORT_PFX.
13345
13346 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13347
13348 * config.sub: Update for recent FSF changes. Remove obsolete
13349 h8300hds entry. Add -windows* and -osx as basic os. Minor
13350 spacing changes.
13351
13352 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13353
13354 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13355
13356 * config.guess: Merge with FSF.
13357 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13358
13359 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13360
13361 * configure: Since the "trap 0" handler will override the exit
13362 status on many systems, only use it for "exit 1", and make it set
13363 a non-zero exit status; reset it before "exit 0". Also, check
13364 exit status of config.sub, and error out if it failed.
13365
13366 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13367
13368 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13369 and install libgloss.
13370
13371 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13372
13373 * Makefile.in (all-binutils): Depend upon all-byacc.
13374
13375 * configure.in: Don't build emacs on Irix 5.
13376
13377 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13378
13379 * configure.in (*-*-netware*): Add libio.
13380
13381 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13382
13383 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13384 (CHECK_TARGET_MODULES): Ditto.
13385 (INSTALL_TARGET_MODULES): Ditto.
13386 (TARGET_LIBS): Ditto.
13387 (all-libstdc++): Note dependencies.
13388
13389 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13390
13391 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13392
13393 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13394
13395 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13396 -fexternal-templates.
13397
13398 * configure.in (target_libs): Add libstdc++.
13399 (noconfigdirs): Add libstdc++ as appropriate.
13400
13401 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13402
13403 * config.guess: Update from FSF.
13404
13405 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13406
13407 * configure: Use ${config_shell} when running ${configsub}.
13408
13409 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13410
13411 * config.sub: No longer recognize h8300h.
13412
13413 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13414
13415 * config.sub: Remove extraneous differences between config.sub and
13416 gcc/config.sub.
13417
13418 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13419
13420 * Makefile.in (DISTSTUFFDIRS): Add gas.
13421
13422 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13423
13424 * COPYING.NEWLIB: New file.
13425
13426 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13427
13428 * config.guess (HP-UX): Patch from Harlan Stenn
13429 <harlan@landmark.com> to also emit release level.
13430
13431 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13432
13433 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13434
13435 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13436
13437 * config.sub: Merge nextstep cleanup from FSF.
13438
13439 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13440
13441 * configure.in (arm-*-*): Don't configure ld for this target.
13442
13443 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13444
13445 * configure.in (*-*-netware): don't configure libg++, libio,
13446 librx, or newlib.
13447
13448 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13449
13450 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13451 configure ld--it works, but it doesn't support shared libraries.
13452
13453 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13454
13455 * config.guess (*-unknown-freebsd*): Get rid of possible
13456 trailing "(Release)" in version string.
13457 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13458
13459 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13460
13461 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13462 Fix type: *-next-neststep -> *-next-nextstep.
13463
13464 * config.guess: Merge from FSF:
13465
13466 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13467
13468 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13469
13470 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13471
13472 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13473 instead of UNIX_SV for UnixWare 1.0).
13474
13475 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13476
13477 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13478 to make gdb/nlm/* build after the compiler and linker.
13479
13480 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13481
13482 * config.guess (netbsd, freebsd, linux): Accept any machine,
13483 not just i[34]86.
13484 (m68k-atari-sysv4): Relocate to match FSF version.
13485
13486 * config.guess: More merges from the FSF:
13487
13488 Add a space before function call or macro invocation.
13489
13490 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13491
13492 * config.guess: Add trap cmd to remove dummy.c and dummy when
13493 interrupted.
13494
13495 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13496
13497 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13498 (dummy): Redirect stderr from compilation of dummy.c.
13499
13500 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13501
13502 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13503
13504 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13505
13506 * configure: Accept and ignore --cache*, for compatibility with
13507 new autoconf.
13508
13509 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13510
13511 * config.guess: Merge from FSF:
13512
13513 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13514
13515 * config.guess (Pyramid*:OSx*:*:*): New case.
13516 (PATH): Add /.attbin at end for finding uname.
13517 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13518
13519 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13520
13521 * config.guess (M88*:DolphinOS:*:*): New case.
13522
13523 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13524
13525 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13526 to select whether to use ELF or COFF.
13527
13528 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13529
13530 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13531
13532 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13533
13534 * config.guess: Guess the OS version for HPUX.
13535
13536 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13537
13538 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13539
13540 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13541
13542 * configure.in: Recognize --with-headers, --with-libs, and
13543 --without-newlib.
13544 * Makefile.in (all-xiberty): Depend upon all-ld.
13545
13546 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13547
13548 * configure.in: Change i[34]86 to i[345]86.
13549
13550 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13551
13552 * configure (version): A few more tweaks to help message.
13553
13554 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13555
13556 * Makefile.in: Remove (for now) librx as a host library,
13557 now that we're building it for target.
13558
13559 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13560
13561 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13562 (Karl Berry).
13563
13564 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13565
13566 * configure.in: Also configure librx.
13567
13568 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13569
13570 * Makefile.in: Update various rules to reflect that librx
13571 is now needed for libg++.
13572
13573 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13574
13575 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13576
13577 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13578
13579 * configure.in: Configure the examples directory.
13580
13581 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13582
13583 * configure: Simplify Jun 2 1994 change.
13584
13585 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13586
13587 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13588 /bin/gcc isn't good enough to build gcc.
13589
13590 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13591
13592 * Makefile.in (GDB_SUPPORT_FILES): Remove
13593 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13594 (gdb.tar.gz): Add new rule to use standard distribution building
13595 mechanism.
13596
13597 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13598
13599 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13600 Bill Cox <bill@cygnus.com>.
13601
13602 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13603
13604 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13605
13606 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13607
13608 * configure: Search current dir first in .gdbinit.
13609
13610 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13611
13612 * config.sub: Recognize freebsd (merged from gcc config.sub).
13613
13614 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13615
13616 * config.sub: Refer to NeXT's operating system as nextstep.
13617
13618 * config.sub (case $basic_machine): Re-order the cases, to match
13619 the order in the FSF version (which is mostly alphabethical).
13620 Merge in some additions and changes from the FSF.
13621
13622 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13623
13624 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13625 * config.sub: Recognize cxux7.
13626 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13627
13628 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13629
13630 * config.sub: Fix typo powerpc -> powerpc-*.
13631
13632 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13633
13634 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13635
13636 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13637 parallel with all-emacs and install-emacs). Top-level command
13638 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13639
13640 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13641
13642 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13643 $(relbindir)/make before doing ``make install'', and use
13644 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13645 installing over running make binary.
13646 ($(host)-stamp-stage3-installed): Likewise.
13647
13648 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13649
13650 * config.guess: Recognize Mach.
13651
13652 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13653
13654 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13655 see whether --exec-prefix was used.
13656
13657 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13658
13659 * README: Explicitly mention libg++/README. (Zoo's idea.)
13660
13661 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13662
13663 * Makefile.in: Add all-librx target similar to all-libproc.
13664
13665 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13666
13667 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13668 with post 1.2 uname bogosity.
13669
13670 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13671
13672 * configure: Remove temporary files on receipt of a signal.
13673
13674 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13675
13676 * configure: If there is a package_makefile_frag, remove
13677 ${subdir}/Makefile.tem after copying it in.
13678
13679 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13680
13681 * build_all.mk: support rs6000 lynx identifies itself as
13682 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13683 since /bin/gcc is too feeble to compile a modern gcc.
13684
13685 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13686
13687 * brought devo/test-build.mk update-to-date with progressive/
13688 test-build.mk. Add lynx targets and hppa flag info.
13689
13690 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13691
13692 * configure.in: Use mh-ncrsvr43. Patch from
13693 Tom McConnell <tmcconne@sedona.intel.com>.
13694
13695 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13696
13697 * config.guess (i386-unknown-bsdi): No longer need to
13698 check #if defined(__bsdi__) && defined(__i386__).
13699
13700 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13701
13702 * configure: Set program_transform_nameoption correctly.
13703
13704 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13705
13706 * brought build-all.mk update-to-date with progressive build-all.mk,
13707 added new targets and hppa info.
13708
13709 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13710
13711 * configure: If config.guess result is a prefix of the user
13712 specified target, assume a native build and use the user specified
13713 target as the host alias. Remove SunOS patch suffix removal hack.
13714 * configure.in: Remove SunOS patch suffix removal hack.
13715
13716 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13717 in NATIVE_CHECK_MODULES.
13718
13719 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13720
13721 * Makefile.in: Rename HOST_ONLY to NATIVE.
13722 * configure: Delete SunOs patch suffix from host_canonical
13723 and build_canonical variables that are prepended to Makefiles.
13724 * configure.in: Add comments for easier maintenance.
13725
13726 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13727
13728 * Makefile.in: Add all-libproc target similar to all-gui.
13729
13730 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13731
13732 * Makefile.in (CHECK_MODULES): split into
13733 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13734
13735 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13736
13737 * config.guess (i386-unknown-bsdi): New system to guess.
13738
13739 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13740
13741 * Makefile.in: Add all-gui target (but not yet build by "all").
13742
13743 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13744
13745 * config.sub: Move deletion of patch suffix from here...
13746 * configure.in: To here, at Ian's suggestion. The top-
13747 level scripts might need to know of a patch level.
13748
13749 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13750
13751 * config.sub: Strip off patch suffix so rtl is recognized
13752 as a sunos4.1.3 machine, even though it's been patched.
13753
13754 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13755
13756 * Makefile.in (INSTALL_LAST): Delete.
13757 (INSTALL_DOSREL): New.
13758
13759 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13760
13761 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13762 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13763 whether we pass down --with-gnu-ld anyhow.
13764
13765 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13766
13767 * Makefile.in (INSTALL_LAST): Change operation so it works
13768 on more flavors of make.
13769 * configure.in (go32): Don't build libg++ or libio.
13770
13771 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13772
13773 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13774 they can be overriden by templates.
13775
13776 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13777
13778 * configure.in (target==go32): Don't build gdb.
13779 * dosrel: New directory.
13780
13781 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13782
13783 * configure.in (host==go32): Configure dosrel too.
13784 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13785 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13786 be set by incoming names or templates.
13787 (INSTALL_LAST): New rule.
13788
13789 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13790
13791 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13792
13793 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13794
13795 * configure.in (appdirs): New variable. Currently empty, but will
13796 be used in gas distribution. If nonempty, lists a set of
13797 directories at least one of which must get configured, or top
13798 level configuration is considered to have failed.
13799 (rs6000-*-lynxos*): Use new file name.
13800
13801 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13802
13803 Eliminate XTRAFLAGS.
13804 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13805 newlib include files using -idirafter, and also use -nostdinc.
13806 (CXX_FOR_TARGET): Likewise.
13807 (XTRAFLAGS): Removed.
13808 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13809 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13810 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13811 ($(DO_X)): Don't pass down XTRAFLAGS.
13812
13813 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13814
13815 * configure.in (mips*-dec-bsd*): New target; do build linker.
13816 (mips*-*-bsd*): New target; don't build linker.
13817
13818 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13819
13820 * configure.in: support rs6000-*-lynxos* configuration.
13821 support sunos4 as a cross target.
13822
13823 * config.sub: look for lynx*, not lynx since the OS version may
13824 legitimately be part of the name.
13825
13826 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13827
13828 * configure.in (i[34]86-*-sco*): Move to be with other i386
13829 targets.
13830 (romp-*-*): New target. Skip various binary utilities.
13831 (vax-*-*): New target. Don't build newlib.
13832 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13833
13834 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13835
13836 * configure.in: Only set host_makefile_frag if config
13837 directory exists.
13838
13839 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13840
13841 * install.sh: If $dstdir exists, don't check whether each
13842 component does.
13843
13844 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13845
13846 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13847
13848 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13849
13850 * configure.in (*-*-lynxos*): Don't configure newlib for either
13851 native or cross Lynx.
13852
13853 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13854
13855 * config.sub (sparc64-elf): Fix os.
13856 (z8k): Remove duplicate.
13857
13858 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13859
13860 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13861 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13862
13863 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13864
13865 * configure: Make file links cleanly even if Lynx fails on
13866 an NFS symlink (at least fail cleanly).
13867
13868 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13869
13870 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13871 -XNh2000.
13872
13873 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13874
13875 * configure: Unknown options are fatal again.
13876
13877 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13878
13879 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13880 compatibility.
13881
13882 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13883
13884 * build-all.mk: Add `clean' target.
13885
13886 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13887
13888 * config.guess: Add SINIX support.
13889 * configure.in: Add mips-*-sysv4* support.
13890
13891 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13892
13893 * build-all.mk: Document all useful targets.
13894 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13895 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13896
13897 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13898
13899 * configure: Support --silent, --quiet.
13900
13901 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13902
13903 * configure: Support --disable-FEATURE.
13904
13905 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13906
13907 * config.guess: Recognize NCR running SVR4.3.
13908
13909 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13910
13911 * config.guess: Make BSDI generate i386-unknown-bsd386.
13912 Patch from Paul Eggert <eggert@twinsun.com>.
13913
13914 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13915
13916 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13917
13918 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13919
13920 * configure: Make unrecognized options give nonfatal warnings
13921 instead of fatal errors, and pass them to any subdirectory
13922 configures in case they recognize them.
13923 Make --x equivalent to --with-x.
13924
13925 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13926
13927 * configure: Add --enable-* options. Clean up usage message and
13928 some comments.
13929
13930 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13931
13932 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13933
13934 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13935
13936 * configure.in (hppa*-*-*): Enable binutils.
13937
13938 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13939
13940 * config.sub: Recognize cisco.
13941
13942 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13943
13944 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13945
13946 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13947
13948 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13949 than one configuration name. Add comment.
13950
13951 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13952
13953 * config.guess: about target *-hitachi-hiuxwe2, fixed
13954 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13955 macro is incorrect.]
13956
13957 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13958
13959 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13960 than the "make ls" stuff which used to be here.
13961
13962 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13963
13964 * config.guess: Recognize i[34]86-unknown-freebsd.
13965 From Shawn M Carey <smcarey@rodan.syr.edu>.
13966
13967 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13968
13969 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13970
13971 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13972
13973 * config.guess: Check for ptx.
13974
13975 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13976
13977 * config.sub: Add os9k checking.
13978
13979 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13980
13981 * config.guess: Handle OSF1 running on HPPA processors
13982
13983 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13984
13985 * configure: If subdir configure fails, print out a message with
13986 subdirectory name, in case subdir's configure code didn't identify
13987 itself.
13988
13989 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13990
13991 * configure.in: Remove embedded newlines from configdirs.
13992 Avoid mismatches of substrings. Fix matching strings at end
13993 of configdirs.
13994
13995 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13996
13997 * config.guess: Add Lynx/rs6000 config support.
13998
13999 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14000
14001 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14002
14003 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14004
14005 * configure.in (hppa*-*-osf*): Treat this just like most other
14006 PA configurations (eg no binutils or ld).
14007 (hppa*-*-*elf*): These configurations have binutils and ld.
14008
14009 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
14011 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14012
14013 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14014
14015 * configure.in (rs6000-*-*): Build gas.
14016
14017 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14018
14019 * Makefile.in: Avoid bug in losing hpux sed.
14020
14021 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14024 for GDB and GDB has been fixed to not need it.
14025
14026 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14027
14028 * config.guess: Recognize vax hosts.
14029
14030 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14031
14032 * configure (while loop): Don't use "break 2" inside case
14033 statement -- the case statement isn't an enclosing loop.
14034
14035 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14036
14037 * config.guess: Clean up NeXT support, to allow nextstep
14038 on Intel machines. Make OS be nextstep.
14039
14040 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14041
14042 * config.guess: Add alternate forms for Convex.
14043
14044 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14045
14046 * configure: Completely rewrite option processing. Take
14047 advantage of pattern-matching to avoid invoking test frequently.
14048 Also clean up host and target defaulting logic.
14049
14050 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14051
14052 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14053 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14054 commands (plus user environment) will fit SCO limits.
14055
14056 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14057
14058 * configure.in: Don't issue warnings about directories which are
14059 not being configured if -norecursion is set. Correct test for
14060 --with-gnu-as and --with-gnu-ld to not get confused by substring
14061 matches.
14062
14063 * configure.in: Don't build gas for alpha-dec-osf1*.
14064
14065 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14066
14067 * configure: Back out Per's change of 12/19/1993. It changes the
14068 behavior of configure in unexpected and confusing ways.
14069
14070 Also, use different delim char when calculating
14071 program_transform_name so that the name can contain slashes.
14072
14073 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14074
14075 * configure.in, config.sub: Add support for VSTa micro-kernel.
14076
14077 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14078
14079 * configure.in: Nuke hacks which were used to get a special
14080 version of GAS for HPPA configurations.
14081
14082 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14083
14084 * configure: If only ${target_alias} is given, use that
14085 as the default for ${host_alias}.
14086 * configure: Add missing back-slashes before nested quotes.
14087
14088 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14089
14090 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14091
14092 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14093
14094 * config.guess: Recognize some Tektronix configurations.
14095 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14096
14097 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14098
14099 * config.sub: Match any flavor of SH.
14100
14101 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14102
14103 * configure.in: Don't try to configure newlib for Alpha.
14104
14105 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14106
14107 * configure.in: Don't build ld for Irix 5. Don't build gas,
14108 libg++ or libio for any Alpha target.
14109
14110 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14111
14112 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14113
14114 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14115 default arguments -- so it tried to compress itself.
14116
14117 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14118
14119 * configure.in (notsupp): ensure that a space is always at the end
14120 of the configdirs list, since the grep checks for an explicit space
14121
14122 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14123
14124 * configure.in (target i386-sysv4.2): don't build ld, since static
14125 versions of many libraries are not available.
14126
14127 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14128
14129 * config.guess: Recognize Apollos (using environment variables).
14130 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14131
14132 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14133
14134 * config.guess: Recognize Sony news mips running newsos.
14135
14136 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14137
14138 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14139 "fi ; else" for bash.
14140
14141 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14142
14143 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14144
14145 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14146
14147 * config.sub: accept unixware as an alias for svr4.2.
14148 Fix some inconsistancies with the gcc version.
14149
14150 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14151
14152 * Makefile.in (DISTDOCDIRS): Add gdb.
14153
14154 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14155
14156 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14157
14158 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14159
14160 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14161 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14162 this now.
14163
14164 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14165
14166 * config.sub: Accept hiux* as an OS name.
14167
14168 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14169 etc/make-stds.texi. The underscore came from gcc, and dje now
14170 agrees that RUNTESTFLAGS is the correct name.
14171
14172 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14173
14174 * install.sh: Remove 'set -e'. It makes any conditionals
14175 in the script useless.
14176
14177 * config.guess: Automatically recognize arm-acorn-riscix
14178 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14179
14180 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14181
14182 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14183
14184 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14185
14186 * Makefile.in (DISTDOCDIRS): New variable.
14187 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14188 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14189
14190 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14191
14192 * configure.in (hppa target): check the source directory for the
14193 pagas sub-directory
14194
14195 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14196
14197 * config.sub: Allow -aout* and -elf*.
14198
14199 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14200
14201 * configure.in: Don't build ld on i386-solaris2, same as for
14202 sparc-solaris2.
14203
14204 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14205
14206 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14207
14208 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14209
14210 * configure.in: Configure gdb for alpha.
14211
14212 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14213
14214 * Makefile.in (CXXFLAGS): Add -O.
14215
14216 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14217
14218 * config.guess: added support for DG Aviion
14219
14220 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14221
14222 * configure.in: Produce warning message for subdirectories not
14223 configurable for this host/target combination. Don't try to
14224 configure gdb for vms.
14225
14226 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14227
14228 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14229 appropriate files before making "diststuff".
14230 (DISTBISONFILES): New var: list of files to be edited.
14231 (DISTSTUFFDIRS): Add binutils.
14232
14233 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14234
14235 * config.sub: also handle mipsel and mips64el (for little endian mips)
14236
14237 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14238
14239 * configure.in: Add * to end of all OS names.
14240
14241 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14242
14243 * configure.in: Build newlib for LynxOS native.
14244
14245 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14246
14247 * config.guess: Add support for delta 88k running SVR3.
14248
14249 * configure.in: Add comment about HP compiler vs. emacs.
14250
14251 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14252
14253 * configure.in: don't build ld on solaris2 (not a viable option
14254 due to bugs in getpwnam & getpwuid)
14255
14256 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14257
14258 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14259 config.guess will produce a full version number.
14260
14261 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14262
14263 * configure.in: Build linker and binutils for alpha-dec-osf1.
14264
14265 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14266
14267 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14268 and gdb/testsuite/Makefile.in.
14269
14270 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14271
14272 * configure.in: recognize mips*- instead of mips-
14273
14274 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14275
14276 * config.sub: Accept linux*coff and linux*elf as operating
14277 systems.
14278
14279 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14280
14281 * config.sub: Recognize mips64, and mips3 as an alias for it.
14282
14283 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14284
14285 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14286 gdb knows how to handle OSF/1 shared libraries.
14287
14288 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14289
14290 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14291 * config.guess: Recognize Hitachi's HIUX.
14292 * config.sub: Recognize h3050r* and hppahitachi.
14293 Remove redundant cases for hp9k[23]*.
14294
14295 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14296
14297 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14298 if gas and ld are in the source tree and are in ${configdirs}.
14299 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14300 --with options (but still pass them down on the command line,
14301 if they were explicitly specified).
14302
14303 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14304
14305 * configure: substitute SHELL value in Makefile.in with
14306 ${CONFIG_SHELL}
14307
14308 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14309
14310 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14311 *-*-solaris2* targets.
14312
14313 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14314
14315 * Makefile.in: define M4, and pass it down to sub-makes;
14316 all-autoconf now depends on all-m4
14317
14318 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14319
14320 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14321 presence of {ar,ranlib} instead of a configured directory
14322
14323 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14324
14325 * config.guess: Accept 34?? as well as 33?? for NCR.
14326
14327 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14328
14329 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14330 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14331
14332 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14333
14334 * configure: grab values for $(CC) and $(CXX) from the
14335 environment, so that someone can do "CC=gcc configure; make" and
14336 have it work right (matching the way that autoconf works now)
14337
14338 * configure.in, Makefile.in: add support for gash, the tcl
14339 interface to Galaxy
14340
14341 * config.guess: add NetBSD variants (hp300, x86)
14342
14343 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14344
14345 * install.sh: Support -d option (in the manner of SunOS 4 install,
14346 as it is more deterministic than that of GNU install)
14347 (chmodcmd): Set file to mode 755 by default (should also do default
14348 chgrp and chown, but I don't feel like dealing with that now)
14349
14350 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14351
14352 * config.sub: Remove h8300hhms alias.
14353
14354 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14355
14356 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14357
14358 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14359
14360 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14361 as stmp-fixinc
14362
14363 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14364
14365 * config.sub: recognize m88110-bug-coff.
14366
14367 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14368
14369 * Makefile.in (all-libio): all dependencies on the toolchain used
14370 to build this (gcc, gas, ld, etc)
14371
14372 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14373
14374 * config.guess: Deal with OSF/1 1.3 on alpha.
14375
14376 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14377
14378 * install.sh: add some 'else true' clauses for portability
14379
14380 * configure.in: don't build libio for h8[35]00-*-* targets
14381
14382 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14383
14384 * Makefile.in: Add support for new libio.
14385
14386 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14387
14388 * install.sh: If one command fails, don't try the rest. Don't try
14389 to remove $dsttmp (via trap) unless we have already created it.
14390 If $src doesn't exist, detect it and exit with an error.
14391
14392 * config.guess: Recognize BSD on hp300.
14393
14394 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14395
14396 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14397 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14398
14399 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14400
14401 * Makefile.in (all-send-pr): depends on all-prms
14402
14403 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14404
14405 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14406
14407 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14408
14409 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14410 Added test for mips-mips-riscos5.
14411
14412 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14413
14414 * configure.in: use mh-hp300 for 68k HP hosts
14415
14416 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14417
14418 * configure: add support for CONFIG_SHELL, so that you can use
14419 some alternate shell for evaluating configure scripts
14420
14421 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14422
14423 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14424 in configure script to bug-gdb@prep.ai.mit.edu when building
14425 distribution archive.
14426 * Makefile.in (COMPRESS): Remove def.
14427 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14428 gdb.tar.Z and make-gdb.tar.Z respectively.
14429 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14430 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14431 to convergence with 'taz' target in Makefile.in.
14432
14433 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14434
14435 * install.sh (dsttmp): use trap to ensure that tmp files go
14436 away on error conditions
14437
14438 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14439
14440 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14441
14442 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14443
14444 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14445 its parent is '/' not ''.
14446
14447 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14448
14449 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14450
14451 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14452 that ${newsrcdir}/configure.in does.
14453
14454 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14455
14456 * test-build.mk: support for CONFIG_SHELL
14457
14458 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14459
14460 * config.sub (netware): Add as a basic system type.
14461
14462 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14463
14464 * Makefile.in (Makefile): depend on configure.in. Also drop the
14465 $(srcdir)/ from the dependency on Makefile.in.
14466
14467 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14468
14469 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14470 (h8300hhms is temporary until multi-libraries are implemented).
14471 * configure.in: Handle h8300h too.
14472
14473 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14474
14475 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14476
14477 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14478
14479 * configure: Remove extraneous output when guessing host type.
14480 * config.guess: Remove extraneous output when guessing using C
14481 compiler rather than uname, or when guessing fails.
14482
14483 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14484
14485 * Makefile.in: remove all.cross and install.cross targets
14486
14487 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14488 definitions
14489
14490 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14491
14492 * configure.in (target sh): Build gprof.
14493
14494 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14495
14496 * config.sub: change -solaris to -solaris2
14497
14498 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14499
14500 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14501
14502 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14503
14504 * configure: Correct error message for missing Makefile.in to
14505 print correct directory.
14506
14507 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14508
14509 * install.sh: kludge around 386BSD shell bug
14510
14511 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14512
14513 * config.guess: Recognize NeXT.
14514 * config.guess: Recognize i486-ncr-sysv4.
14515 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14516
14517 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14518
14519 * Makefile.in (MAKEINFOFLAGS): New variable.
14520 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14521 * build-all.mk, test-build.mk: Pass down --no-split as
14522 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14523
14524 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14525
14526 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14527
14528 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14529
14530 * Makefile.in (libg++.tar.z): New rule.
14531 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14532 * Makefile.in (taz): Only do a single chmod.
14533
14534 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14535
14536 * install.sh: don't use dirname anymore (replaced with sed usage)
14537
14538 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14539
14540 * Makefile.in: Change extension for gzip'd files from '.z' to
14541 '.gz' per new FSF standard usage.
14542
14543 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14544
14545 * configure: put quotes around the final value of program_transform_name
14546
14547 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14548
14549 * Makefile.in: new install.sh support; update install-info rules
14550
14551 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14552
14553 * configure.in: Build diff for crosses, but not for go32 host.
14554
14555 * configure.in: Build gprof only for native, and don't build it
14556 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14557
14558 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14559
14560 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14561
14562 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14563
14564 * configure.in (host_tools): Add prms.
14565
14566 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14567
14568 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14569 with $(FLAGS_TO_PASS) on the command line
14570
14571 * config.sub: Recognize lynx and lynxos
14572
14573 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14574
14575 * config.sub: Accept -ecoff*, not just -ecoff.
14576
14577 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14578
14579 * Makefile.in (taz): Use .gz suffix instead of .z.
14580 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14581 names.
14582
14583 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14584
14585 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14586
14587 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14588
14589 * Makefile.in (install-no-fixedincludes): install gcc last, so
14590 that rebuilds that might happen during 'make install' don't get
14591 bogus gcc include files
14592
14593 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14594
14595 Change from Utah for HPPA support:
14596 * config.guess: Recognize hppa1.x-hp-bsd.
14597
14598 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14599
14600 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14601 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14602
14603 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14604
14605 * config.sub: Add support for rom68k and bug boot monitors.
14606
14607 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14608
14609 * Makefile.in: Make all-opcodes depend on all-bfd.
14610
14611 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14612
14613 * config.guess: Added special check for i[34]86-univel-sysv4*.
14614
14615 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14616
14617 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14618 the processor rather than assuming i486.
14619
14620 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14621
14622 * config.guess: Recognize SunOS6 as Solaris3.
14623
14624 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14625
14626 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14627 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14628
14629 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14630
14631 * build-all.mk (all-cross): New target for Canadian Cross.
14632 Added Q2 go32 targets.
14633 * test-build.mk: Configure go32 cross sparclite-aout and
14634 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14635 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14636
14637 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14638
14639 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14640 GO32 hosted toolchains
14641
14642 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14643
14644 * configure: change so "-exec-prefix" gets passed down rather
14645 than "-exec_prefix" so autoconf generated Makefiles get the
14646 exec_prefix set right.
14647
14648 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14649
14650 * config.guess: get the Solaris2 minor version number
14651
14652 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14653
14654 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14655
14656 * config.guess: Recognize some Sequent platforms.
14657
14658 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * Makefile.in: added the vault-install target
14661
14662 * configure.in: actually use the Sun3 makefile fragment that's in
14663 config, also added the release dir to configdirs
14664
14665 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14666
14667 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14668
14669 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14670
14671 * configure.in: remove some program from Alpha targetted toolchains
14672
14673 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14674
14675 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14676 gprof.
14677 (taz): Run "make diststuff" in those directories instead of "make
14678 proto-dir". Look for "VERSION=" only at start of line in subdir
14679 Makefile. Use "gzip -9" for compression.
14680 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14681 (binutils.tar.z): New target.
14682
14683 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14684
14685 * Makefile.in (taz): Include gpl.texinfo.
14686
14687 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14688
14689 * Makefile.in (setup-dirs): Merged into "taz" target.
14690 (taz): Only do `proto-dir' stuff if a directory is actually needed
14691 for this target.
14692
14693 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14694
14695 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14696 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14697 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14698 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14699 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14700
14701 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14702
14703 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14704 config.sub, and move-if-change to gdb testsuite distribution
14705 archive, so the testsuite can be extracted, configured, and
14706 run separately from the gdb distribution. Blow away the Chill
14707 tests that require a Chill compiled executable, since GNU Chill
14708 is not yet publically available.
14709
14710 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14711
14712 * test-build.mk: set environment variables in a single command,
14713 instead of a list of assignments and exports
14714
14715 * config.guess: recognize Alpha/OSF1 systems
14716
14717 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14718
14719 * configure: Change help message to prefer --options rather than
14720 -options.
14721
14722 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14723
14724 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14725 zippy@ecst.csuchico.edu.
14726 * config.guess: Recognize miniframe.
14727
14728 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14729
14730 * Makefile.in: Use srcroot to find runtest rather than rootme.
14731 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14732
14733 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14734
14735 * test-build.mk: Extensive additions to support building on a
14736 machine other than the host.
14737
14738 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14739
14740 * configure (tooldir): Fix for i386-aix again.
14741
14742 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14743
14744 * configure, Makefile.in: Change definition of $(tooldir)
14745 to match the FSF.
14746
14747 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14748
14749 * config.guess: Recognize i[34]86/SVR4.
14750
14751 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14752
14753 * Makefile.in (all-gdb): gdb depends on sim.
14754
14755 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14756
14757 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14758 at the same time we make the prototype gdb directory.
14759 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14760 files at the same time as the gdb base release distribution.
14761
14762 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14763
14764 * Makefile.in (check): Use individual check targets rather than
14765 DO_X rule.
14766 (check-gcc): Added.
14767
14768 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14769
14770 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14771 for System V release 3.2.
14772
14773 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14774
14775 * config.sub: Recognize hppaosf.
14776 * configure.in: Do configure ld/binutils/gas for it.
14777
14778 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14779
14780 * configure (tooldir): Alter syntax used to set this, for systems
14781 where "\$" isn't handled right, like i386-aix.
14782
14783 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14784
14785 * configure: Pass program-transform-name, not
14786 program_transform_name, to recursive configures.
14787
14788 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14789
14790 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14791 of gas+ld+binutils.
14792
14793 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14794
14795 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14796
14797 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14798
14799 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14800
14801 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14802
14803 * Makefile.in (PRMS): Set back to all-prms.
14804
14805 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14806
14807 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14808 targets, rather than for MIPS hosts.
14809
14810 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14811
14812 * configure.in: add comment for --with-x default values
14813
14814 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14815
14816 * Makefile.in: add check-* targets for each of the directories in
14817 the tree. Add a definition of RUNTEST that will use the one we
14818 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14819
14820 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14821
14822 * configure.in: Removed obsolete references to bfd_target and
14823 target_makefile_frag.
14824
14825 * build-all.mk: Set assorted targets for Q2.
14826 * config.sub: Recognize z8k-sim and h8300-hms.
14827 * test-build.mk: Really don't pass host to configure.
14828 (HOLES): Added uname.
14829
14830 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14831
14832 * configure: Handle an empty program-prefix, program-suffix or
14833 program-transform-name correctly.
14834
14835 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14836
14837 * build-all.mk: -G 8 no longer required for MIPS targets.
14838 * test-build.mk: Don't pass host argument to configure; make it
14839 guess.
14840
14841 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14842
14843 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14844 * Makefile.in (COMPRESS): New macro, like GZIP.
14845
14846 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14847
14848 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14849
14850 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14851 with gas currently defaults to -G 0.
14852
14853 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14854
14855 * Makefile.in (all-flex): flex depends on byacc.
14856
14857 * build-all.mk: If host not specified, use config.guess. Pass TAG
14858 to test-build.mk as RELEASE_TAG.
14859 * test-build.mk (configargs): New variable containing arguments to
14860 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14861 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14862
14863 * config.guess: Use /bin/uname when checking -X argument on SCO,
14864 to avoid invoking GNU uname which doesn't understand -X.
14865
14866 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14867
14868 * configure.in: Build gas for mips-*-*.
14869
14870 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14871
14872 * Makefile.in (all.normal): insert missing backslash.
14873
14874 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14875
14876 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14877
14878 * Makefile.in: Complete overhaul to merge many almost identical
14879 targets.
14880
14881 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14882
14883 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14884 (gdb.tar.Z): Adjusted.
14885
14886 * Makefile.in (setup-dirs, taz): New targets; should be general
14887 enough to adapt for gdb sometime. Build only .z file.
14888 (gas.tar.z): New target.
14889
14890 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14891
14892 * build-all.mk: Use CC=cc -Xs on Solaris.
14893
14894 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14895
14896 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14897 for handling BISON for FSF releases.
14898
14899 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14900
14901 * configure: Actually implement the change zoo just documented.
14902
14903 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14904
14905 * configure: when using config.guess, only set target_alias when
14906 it's not already been set (ie, on the command line)
14907
14908 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14909
14910 * Makefile.in: add installcheck target, set PRMS to install-prms
14911
14912 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14913
14914 * configure: add support for package_makefile_fragment, handle the
14915 case where a directory has a configure.in file but no Makefile.in
14916 more gracefully (with an actual understandable error message, even);
14917 add support for --without (and add this to the usage message); also
14918 explicitly add a --host=${host_alias} to the command line when
14919 config.guess is used
14920
14921 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14922
14923 * configure: Must use both --host and --target in recursive calls.
14924
14925 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14926
14927 * Makefile.in: Change deja-gnu to dejagnu.
14928
14929 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14930
14931 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14932
14933 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14934
14935 * configure.in: canonicalize all instances to *-*-solaris2*,
14936 also strip out a number of tools to not build for go32 host
14937
14938 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14939
14940 * config.guess: add GPL.
14941
14942 * Makefile.in, config.guess, config.sub, configure: bump
14943 copyrights to 93.
14944
14945 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14946
14947 * Makefile.in (do-info): Removed obsolete check for existence of
14948 localenv file.
14949
14950 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14951
14952 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14953
14954 * Makefile.in: a couple of 'else true' for decstation,
14955 support for TclX
14956
14957 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14958
14959 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14960
14961 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14962
14963 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14964
14965 * config.guess: Recognize i386-ibm-aix (PS/2).
14966 * configure.in: Use config/mh-aix386 file for it.
14967
14968 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14969
14970 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14971 CC_FOR_TARGET instead.
14972 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14973
14974 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14975
14976 * Makefile.in: Add sim to list of directories sent with gdb
14977
14978 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14979
14980 * configure.in: Put back mips-dec-bsd* case.
14981
14982 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14983
14984 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14985 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14986 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14987
14988 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14989
14990 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14991
14992 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14993 (install-info): install dir.info only if it exists,
14994 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14995
14996 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14997
14998 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14999 gas for mips-dec-bsd.
15000
15001 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15002
15003 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15004 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15005
15006 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15007
15008 * configure.in: Added "dejagnu" to hosttools list.
15009
15010 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15011
15012 * config.sub, configure.in, config.guess: Add support
15013 for Bosx, an AIX variant from Bull.
15014 Patches from F.Pierresteguy@frcl.bull.fr.
15015
15016 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15017
15018 * devo/dejagnu: Initial creation of devo/dejagnu.
15019 Migrated dejagnu testcases and support files for testing software
15020 tools to reside as subdirectories, currently called "testsuite",
15021 within the directory of the software tool. Migrated all programs,
15022 support libraries, etc. beloging to dejagnu proper from
15023 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15024 with no modifications. The changes to these files which will
15025 allow them to configure, build, and execute properly will be made
15026 in a future update.
15027
15028 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15029
15030 * Makefile.in: Change send_pr to send-pr.
15031 * configure.in: Likewise.
15032 * send_pr: Renamed directory to send-pr.
15033
15034 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15035
15036 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15037
15038 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15039
15040 * README: Update for gdb-4.8 release.
15041 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15042 gdb-xxx.tar.z (gzip'd) file also.
15043
15044 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15045
15046 * Makefile.in: make all-diff depend on all-libiberty
15047
15048 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15049
15050 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15051
15052 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15053
15054 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15055
15056 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15057
15058 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15059 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15060 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15061
15062 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15063
15064 * Makefile.in: makeinfo binary is in a new location
15065
15066 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15067
15068 * config.sub: Accept -ecoff as an OS.
15069
15070 * Makefile.in: Various changes to eliminate a level of make
15071 recursion and reduce the required command line length.
15072 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15073 sub-makes.
15074 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15075 variables holding settings for specific sub-makes.
15076 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15077 in terms of BASE_FLAGS_TO_PASS.
15078 (TARGET_LIBS): New variable listing directories which use
15079 TARGET_FLAGS_TO_PASS.
15080 (subdir_do): Eliminated.
15081 (do-*): New set of targets to replace subdir_do.
15082 (various): All targets which used subdir_do now depend on do-*.
15083 (local-clean): Renamed from do_clean.
15084 (local-distclean): New target, dependency of distclean and
15085 realclean.
15086 (install-info): Don't create directories. Depend on dir.info
15087 rather than calling make recursively.
15088 (install-dir.info): Eliminated.
15089 (install-info-dirs): Create all info directories here.
15090 (dir.info): Depend upon do-install-info.
15091
15092 * test-build.mk (HOLES): Added false.
15093
15094 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15095
15096 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15097
15098 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15099
15100 * Makefile.in (info): remove dependency on all-texinfo. The
15101 problem was really in texinfo/C, not at this level.
15102
15103 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15104
15105 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15106
15107 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15108
15109 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15110 GDB releases.
15111
15112 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15113
15114 * configure: Include srcdir in message about target of link not
15115 being found. Don't convert `-' to `_' in `with' options being
15116 passed to subdirs.
15117
15118 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15119
15120 * configure.in: add uudecode to host_tools
15121
15122 * Makefile.in: added {all,install}-uudecode targets, added them to
15123 the appropriate lists
15124
15125 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15126
15127 * Makefile.in (all-gcc): Added dependency on all-gas.
15128
15129 * configure.in (mips-*-*): Build ld and binutils.
15130
15131 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15132
15133 * configure: check return code from mkdir, print error message and
15134 exit on failure.
15135
15136 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15137
15138 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15139
15140 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15141
15142 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15143
15144 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15145
15146 * config.sub (h8500): Recognize this as a cpu type.
15147
15148 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15149
15150 * configure: source directory missing is no longer a warning
15151
15152 * configure.in: recognize irix[34]* instead of irix[34]
15153
15154 * Makefile.in: define and pass down X11_LIB
15155
15156 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15157
15158 * guess-systype: Renamed to ...
15159 * config.guess: ... by popular request.
15160 * configure.in, Makefile.in: Update accordingly.
15161
15162 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15163
15164 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15165 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15166 + Execute ./dummy instead of assuming . is in PATH.
15167
15168 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15169
15170 * guess-systype: New shell script. Attempts to guess the
15171 canonical host name of the executing host.
15172 Only a few hosts are supported so far.
15173 * configure: Call guess-systype if no host is specified.
15174
15175 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15176
15177 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15178 gcc Makefile.
15179
15180
15181 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15182
15183 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15184 (all-gcc, install-gcc, subdir_do): Use it.
15185
15186 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15187
15188 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15189
15190 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15191
15192 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15193 set exclusively by configure, using configure.in .
15194
15195 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15196
15197 * test-build.mk: set $PATH for all builds
15198
15199 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15200
15201 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15202
15203 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15204 the one used in gcc/Makefile.in, so that a null expansion doesn't
15205 override the one needed to build gcc with a native cc.
15206
15207
15208 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15209
15210 * configure: Accept -with arguments.
15211
15212 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15213
15214 * Makefile.in: added h8300sim
15215
15216 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15219 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15220 (all-cygnus, native, build-cygnus): Make
15221 $(canonhost)-stamp-3stage-done, not $(host)....
15222 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15223 i386-sco3.2v4. Added else true to if command.
15224
15225 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15226
15227 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15228
15229 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15230
15231 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15232
15233 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15234
15235 * configure.in: don't remove binutils from Solaris builds
15236
15237 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15238
15239 * Makefile.in: get rid of earlier definitions for *clean,
15240 also handle the recursive info rule better
15241
15242 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15243
15244 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15245 do more-or-less the right thing.
15246
15247 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15248
15249 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15250 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15251
15252 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15253
15254 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15255 $(host_canonical).
15256
15257 * configure.in: split the configdirs list into 4 categories (native
15258 v. cross, library v. tool) and handle the cross-only and native-
15259 only in more reasonable (and correct!) way.
15260
15261 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15262
15263 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15264 configdirs anymore.
15265
15266 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15267
15268 * Makefile.in: extensive cleanup:: removed all of the explicit
15269 clean-* targets, collapsed many wrappers around subdir_do into
15270 one, added additional targets to satisfy standards.texi, deleted
15271 some old targets, some changes for consistency
15272
15273 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15274
15275 * configure.in: handle some programs as cross-only, and others as
15276 native only
15277
15278 * test-build.mk: handle partial holes in a more generic manner
15279
15280 * Makefile.in: m4 depends on libiberty
15281
15282 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15283
15284 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15285 time, wdiff, and find to configdirs
15286
15287 * Makefile.in: all, clean, and install rules for the new programs
15288 added to configure.in
15289
15290 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15291
15292 * configure.in: use mh-sun for all *-sun-* hosts
15293
15294 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15295
15296 * Makefile.in: define flags for X11 include files and library file
15297 locations, pass them down to the programs that need this info
15298
15299 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15300
15301 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15302
15303 * configure.in: start building libg++ for HP-UX targets
15304
15305 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15306
15307 * README: Update references to files moved into etc/.
15308
15309 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15310
15311 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15312 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15313
15314 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15315
15316 * configure: accept dash as well as underscore in long option
15317 names for FSF compatibility.
15318
15319 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15320
15321 * config.sub: added -sco3.2v4 support from FSF.
15322
15323 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15324
15325 * configure.in: expand the section that adds or removes
15326 directories from the list of programs to build, to handle native
15327 vs. cross in addition to host v. native
15328
15329 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15330
15331 * Makefile.in: Replace C++ in macro names with CXX.
15332 This is less likely to break ...
15333
15334 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15335
15336 * test-build.mk: add -w to GNU_MAKE
15337
15338 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15339
15340 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15341 add 'sparc' to list of recognized cpus. This needed to make
15342 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15343 Delete some redundant ose68 variants. Recognize -wrs as an os,
15344 then changes that into $CPU-wrs-vxworks.
15345
15346 * configure.in: remove most references to gdbtest, regularize
15347 target based program removal
15348
15349 * test-build.mk: import from p3 tree (many fixes and changes)
15350
15351 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15352
15353 * Makefile.in: added rules to handle tcl, tk, and expect
15354
15355 * configure.in: handle those directories if they exist
15356
15357 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * config.sub: removed bogus hppabsd and hppahpux names, since
15360 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15361
15362 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15363
15364 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15365 depends upon all-xiberty
15366
15367 * Makefile.in: changes from p3, including:
15368
15369 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15370
15371 * Makefile.in (XTRAFLAGS): include newlib directories if
15372 newlib/Makefile exists, rather than if host != target.
15373
15374 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15375
15376 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15377 from the same source tree and not building a cross-compiler. This
15378 matters for the libg++ configuration if reconfiguring a tree that
15379 has already been installed.
15380
15381 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15382
15383 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15384 pick up the machine and system specific header files.
15385
15386 * Makefile.in: added AS_FOR_TARGET, passed down in
15387 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15388 the C compiler to use to create programs which are run in the
15389 build environment, set it to default to $(CC), and passed it down
15390 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15391
15392 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15393
15394 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15395 We need them for unusual native builds, like systems without
15396 ranlib.
15397
15398 * configure: also define $(host_canonical) and
15399 $(target_canonical), which are the full, canonical names for the
15400 given host and target
15401
15402 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15403
15404 * Makefile.in: Added separate definitions for C++.
15405
15406 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15407
15408 * configure.in (configdirs): Add deja-gnu.
15409
15410 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15411
15412 * README: Update for configure.texi and gdb-4.7 release.
15413
15414 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15415
15416 * Makefile.in: Move "all" target to top of file.
15417 Previously, first target was ".PHONY" which caused BSD4.4 make
15418 to build .PHONY when make was run without arguments.
15419
15420 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15421
15422 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15423 Library-copylefted code in libiberty.
15424
15425 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15426
15427 * config.sub: Replace m68kmote with plain old m68k.
15428
15429 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15430
15431 * Makefile.in: Remove space from blank line, avoid Make complaints.
15432
15433 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15434
15435 * config.sub: Complain if no argument is given. Added support for
15436 386bsd as OS and target alias.
15437
15438 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15439
15440 * Makefile.in (XTRAFLAGS): include newlib directories if
15441 newlib/Makefile exists, rather than if host != target.
15442
15443 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15444
15445 * config.sub: recognize sparclite-wrs-vxworks.
15446
15447 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15448 p3.) Added clean-xiberty to clean.
15449
15450 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15451
15452 * configure.in: use *-*-* instead of nested cases for host and target
15453
15454 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15455
15456 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15457 from the same source tree and not building a cross-compiler. This
15458 matters for the libg++ configuration if reconfiguring a tree that
15459 has already been installed.
15460
15461 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15462
15463 * config.sub (i486v/i486v4): Merge in from FSF version.
15464
15465 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15466
15467 * configure: only set PWD if it is already set.
15468
15469 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15470
15471 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15472 doesn't have unset and all success paths (and most error paths)
15473 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15474 to just ${PWD} to avoid confusion.)
15475
15476 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15477
15478 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15479 even for a native compilation.
15480
15481 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15482
15483 Changes to make the gdb.tar.Z rule work better.
15484
15485 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15486 (DEVO_SUPPORT): Add configure.texi.
15487 (bfd-ilrt.tar.Z): Remove ancient rule.
15488
15489 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15490
15491 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15492 pick up the machine and system specific header files.
15493
15494 * configure.in, config.sub: added new target m68010-adobe-scout,
15495 with alias of adobe68k. Changed configure.in to check for
15496 -scout before -sco* to avoid a false match.
15497
15498 * Makefile.in: added AS_FOR_TARGET, passed down in
15499 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15500 the C compiler to use to create programs which are run in the
15501 build environment, set it to default to $(CC), and passed it down
15502 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15503
15504 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15505
15506 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15507 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15508 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15509 FOR_TARGET variants, to newlib and libg++.
15510
15511 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15512
15513 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15514 first.
15515
15516 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15517
15518 * config.sub: Accept `elf' as an environment.
15519
15520 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15521
15522 * Makefile.in (all-opcodes): cd into the right directory
15523
15524 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15525
15526 * configure: added -program_transform_name option, used as
15527 argument to sed when installing programs.
15528 configure.texi: added documentation for -program_prefix,
15529 -program_suffix and -program_transform_name.
15530
15531 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15532
15533 * config.sub: Accept i486 where i386 ok.
15534
15535 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15536
15537 * config.sub: accept we32k
15538
15539 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15540
15541 * config.sub, configure.in: accept OSE68000 and OSE68k.
15542
15543 * Makefile.in: don't create all directories for ``make install'';
15544 let the subdirectories create the ones they need.
15545
15546 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15547
15548 * COPYING: new file, GPL v2
15549
15550 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15551
15552 * Makefile.in: use the new gen-info-dir, which needs a template
15553 argument (which also lives in texinfo)
15554
15555 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15556
15557 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15558
15559 * config.sub (ncr3000): Change i386 to i486.
15560
15561 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15562
15563 * Makefile.in: add install-rcs, install-grep to
15564 install-no-fixedincludes, removed install-bison and install-libgcc
15565
15566 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15567
15568 * configure.in: grab the HPUX makefile fragment if on HPUX
15569
15570 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15571
15572 * Makefile.in: eradicate bison spoor (ditto libgcc).
15573 configure.in: recognise m68{k,000}-ericsson-OSE.
15574 es1800 is alias for m68k-ericsson-OSE
15575
15576 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15577
15578 * configure.in: rearrange the parts that remove programs from
15579 configdirs, based now on HOST==TARGET or by canonical triple.
15580
15581 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15582
15583 * test-build.mk: recurse explicitly with -f test-build.mk when
15584 appropriate. predicate stage3 and comparison on the existence
15585 of gcc. That is, if gcc isn't around, we aren't three-staging.
15586 On very clean, also remove ...stamp-co. Build in-place before
15587 doing other builds.
15588
15589 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15590
15591 * Makefile.in, configure.in: add tgas
15592
15593 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15594
15595 * Makefile.in: a number of changes merged in from progressive.
15596
15597 * configure.in: add libm.
15598
15599 * .cvsignore: ignore some stuff that comes from test-build.mk.
15600
15601 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15602
15603 * config.sub: Add es1800 (m68k-ericsson-es1800).
15604
15605 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15606
15607 * configure: Add program_suffix (parallel to program_prefix)
15608 * Makefile.in: adjust directory-creating script for losing decstation
15609
15610 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15611
15612 * configure: Minor $subdir-related fixes.
15613
15614 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15615
15616 * configure: fix various problems with propogating
15617 makefile_target_frag in subdirs.
15618 * configure.in: config libgcc if its there
15619
15620 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15621
15622 * config.sub: HPPA merge.
15623
15624 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15625
15626 * Makefile.in: Replace all-bison with all-byacc in all
15627 dependency lines for other tools (which now use byacc).
15628
15629 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15630
15631 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15632
15633 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15634
15635 * Makefile.in: make gprof rules similar to byacc rules (instead of
15636 vestigal $(unsubdir) that didn't work...)
15637
15638 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15639
15640 * config.sub: Add support for Linux.
15641 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15642 (at least for libg++).
15643
15644 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15645
15646 * configure.texi: fix doc for the -nfp option to configure
15647
15648 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15649
15650 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15651
15652 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15653
15654 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15655 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15656 * configure.in: added solaris* host_makefile_frag hook.
15657
15658 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15659
15660 * config.sub: changed recognition of m68000 so that various
15661 m68k types can be specified via m680[01234]0
15662
15663 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15664
15665 * config.sub (basic_machine): fix sed so that '-foo' isn't
15666 completely substituted out while .+'-foo' loses the '-foo'
15667
15668 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15669
15670 * config.sub ($os): Add -aout.
15671
15672 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15673
15674 * configure: If host_makefile_frag is absolute, don't
15675 prefix ${invsubdir} (relevant to libg++ auto-configure).
15676
15677 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15678
15679 * Makefile.in (tooldir): Define it.
15680 (all-ld): Depend on all-flex.
15681
15682 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15683
15684 * Makefile.in (check): Fix libg++ special case.
15685
15686 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15687
15688 * configure: do not bury `pwd` into config.status, thus do fewer
15689 pwd's.
15690
15691 * configure: print the "Building in" message only when building in
15692 other than "." AND verbose.
15693
15694 * configure: remove -s, rework -v to better accomodate guested
15695 configures.
15696
15697 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15698
15699 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15700
15701 * Makefile.in: macroize flags passed on recursion. remove
15702 fileutils.
15703
15704 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15705
15706 * configure: get makesrcdir right for subdirs deeper than 1.
15707
15708 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15709 install.
15710
15711 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15712
15713 * Makefile.in: don't print subdir_do or recursion lines.
15714
15715 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15716
15717 * standards.texi: added menu item.
15718
15719 * Makefile.in: build and install standards.info.
15720
15721 * standards.texi: new file.
15722
15723 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15724
15725 * configure: test for and move config.status pieces from
15726 ${subdir}/.
15727
15728 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15729
15730 * configure: Test for existance of files before trying to mv
15731 them, to avoid numerous non-existance messages.
15732
15733 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15734
15735 * configure: correct final line of config.status.
15736
15737 * configure: patch from eggert. Avoids a protection problem if
15738 the original Makefile.in is read only.
15739
15740 * configure: use move-if-change from gcc to create config.status.
15741 Some makefiles depend on config.status to tell if a directory
15742 has been reconfigured for a different host. This change
15743 prevents those directories from remaking everything in the case
15744 where the reconfig was only intended to rebuild a Makefile.
15745
15746 * configure: test for config.sub with "config.sub sun4" rather
15747 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15748 host alias from a missing config.sub.
15749
15750 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15751
15752 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15753 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15754
15755 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15756
15757 * configure: mkdir ${subdir} as needed.
15758
15759 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15760
15761 * Makefile.in,configure.in: added autoconf.
15762
15763 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15764
15765 * Makefile.in: no longer pass against on recursion.
15766
15767 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15768 definitions are not inherited.
15769
15770 * configure: correct makesrcdir when subdir is .
15771
15772 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15773
15774 * configure: Add support for 'subdirs' variable, which is
15775 like 'configdirs', except that configure doesn't re-invoke
15776 itself for subdirs, it just creates a Makefile for each subdir.
15777 * configure.texi: Document subdirs.
15778
15779 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15780
15781 * configure.in: added flex to configdirs
15782
15783 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15784
15785 * Makefile.in: remove clean-stamps from clean.
15786
15787 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15788
15789 * configure.in: Add gdbtest to configdirs.
15790
15791 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15792
15793 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15794 to recursive makes.
15795 * configure.in: Recognize new ncr3000 config.
15796
15797 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15798
15799 * Makefile.in, configure.in: removed references to gdbm.
15800
15801 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15802
15803 * config.sub: Don't canonicalize os value
15804 newsos* to bsd (readline needs to check for newsos).
15805 (This fix was earlier made Jan 31, but got re-broken.)
15806
15807 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15808
15809 * configure.in: sco is an os, not a vendor!
15810
15811 * configure: Quote $( better. Keep various shells happy.
15812
15813 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15814
15815 * Makefile.in: eliminate stamp-files.
15816
15817 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15818
15819 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15820 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15821
15822 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15823
15824 * config.sub: fix iris/iris3.
15825
15826 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15827
15828 * configure: re-add -rm.
15829
15830 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15831
15832 * Maskefile.in: add .stmp-rcs to all.
15833
15834 * configure.in: remove gas from rs6000 build, use aix host fragment.
15835
15836 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15837
15838 * configure: pass down site_option during recursion.
15839
15840 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15841
15842 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15843
15844 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15845
15846 * configure: Change exec_prefix so that it really defaults to prefix.
15847
15848 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15849
15850 * Makefile.in, configure.in: Add support for mmalloc library.
15851
15852 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15853
15854 * Makefile.in: add stmp dependencies for a few more things.
15855
15856 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15857
15858 * configure: adjusted error message on objdir/srcdir configure
15859 collision, per john's suggestion.
15860
15861 * Makefile.in: add libiberty stmp to all and all.cross.
15862
15863 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15864
15865 * Makefile.in: remove force dependencies, add grep to all.
15866
15867 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15868
15869 * Makefile.in: drop flex. make stamp files work.
15870
15871 * configure: added test for conflicting configuration in srcdir,
15872 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15873 gets cranky. use relative paths for configure and srcdir
15874 whenever possible. Send some error messages to stderr that were
15875 going to stdout.
15876
15877 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15878
15879 * Makefile.in: Fix libg++ rule to check for gcc directory
15880 before using gcc/gcc. Also pass XTRAFLAGS.
15881
15882 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15883
15884 * Makefile.in: added stmp-files so that directories aren't polled
15885 when they are already built.
15886
15887 * configure.texi: fixed a node pointer problem.
15888
15889 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15890
15891 * config.sub configure.in gdb/configure.in
15892 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15893 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15894 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15895
15896 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15897
15898 * configure: -recurring becomes -silent. corrected help message
15899 for -site= option.
15900
15901 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15902
15903 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15904
15905 * configure: when building Makefile for crosses, replace
15906 tooldir and program_prefix. default srcdir from location of
15907 config.sub. remove "for host in hosts" and "for target in
15908 targets" loops.
15909
15910 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15911
15912 * Makefile.in: Do not pass bindir or mandir to cvs.
15913
15914 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15915
15916 * Makefile.in, configure.in: removed traces of namesubdir,
15917 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15918 copyrights to '92, changed some from Cygnus to FSF.
15919
15920 * configure.texi: remove most references to multiple hosts,
15921 multiple targets, subdirs, etc.
15922
15923 * configure.man: removed rcsid. reference config.sub not
15924 config.subr.
15925
15926 * Makefile.in: mkdir $(infodir) on install-info.
15927
15928 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15929
15930 * configure.texi: Explain better about .gdbinit and about
15931 the environment that configure.in sections run in.
15932
15933 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15934
15935 * configure.in: Ultrix is only a decstation if it's a MIPS.
15936
15937 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15938
15939 * README: DOC.configure => cfg-paper.texi.
15940
15941 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15942
15943 * config.sub (near case $os): Don't convert newsos* to bsd!
15944
15945 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15946
15947 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15948 the number of copies of COPYING that go into the GDB tar file.
15949
15950 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15951
15952 * bfd/configure.in, gdb/config/mh-i386sco,
15953 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15954 Fix SCO configuration stuff.
15955
15956 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15957
15958 * Makefile.in: For libg++, make sure the -I pointing
15959 to the gcc directory goes *after* all the libg++-local -I flags.
15960 Also, move just-gcc dependency from just-libg++ to all-libg++.
15961
15962 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15963
15964 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15965
15966 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15967
15968 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15969
15970 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15971
15972 * config.sub: Add stratus configuration frags. Also
15973 submitted to FSF.
15974
15975 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15976
15977 * Makefile.in (DEV_SUPPORT): add configure.man.
15978
15979 * config.sub(Decode manufacturer-specific): add -none*.
15980
15981 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15982
15983 * Makefile.in: remove form feeds to make Sun's make happy.
15984 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15985
15986 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15987
15988 * Makefile.in (AR_FLAGS): Make quieter.
15989
15990 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15991
15992 * configure.in: Add libg++.
15993 * configure: When verbose, don't output the command line at each
15994 level; it will be unremarkably the same as the previous version,
15995 which will be the same as what the user typed.
15996
15997 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15998
15999 * configure.in, Makefile.in: fix clean-info, add flex. add
16000 fileutils.
16001
16002 * configure: be less sensitive to spaces in Makefile.in. Do not
16003 look for sources in "..". Doing so breaks subdirectories that
16004 might have their own configure. If a subdir has it's own
16005 configure script, use it.
16006
16007 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16008
16009 * cfg-paper.texi: some changes suggested by rms.
16010
16011 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16012
16013 * config.sub: Merge in some small additions from the FSF version,
16014 taken from the gcc distribution, to bring the Cygnus and FSF
16015 versions into closer sync.
16016
16017 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16018
16019 * configure.in: Changed svr4 references to sysv4.
16020
16021 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16022
16023 * configure: added -V for version number option.
16024
16025 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16026
16027 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16028 renamed from DOC.configure to cfg-paper.texi.
16029
16030 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16031
16032 * configure, config.subr, config.sub: config.subr is now
16033 config.sub again.
16034
16035 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16036
16037 * configure.texi: new file, in progress.
16038
16039 * Makefile.in: build info file and install the man page for
16040 configure.
16041
16042 * configure.man: new file, first cut.
16043
16044 * configure: find config.subr again now that configuration "none"
16045 has gone. removed all traces of the -ansi option. removed all
16046 traces of the -languages option.
16047
16048 * config.subr: resync from rms.
16049
16050 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16051
16052 * configure, config.sub, config.subr: merge config.sub into
16053 config.subr, call the result config.subr, remove config.sub, use
16054 config.subr.
16055
16056 * Makefile.in: revised install for dir.info.
16057
16058 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16059
16060 * configure.in: add decstation host makefile frag.
16061
16062 * Makefile.in: BISON now bison -y again. also install-gcc on
16063 install. clean-gdbm on clean. infodir belongs in datadir.
16064 Make directories for info install. Build dir.info here then
16065 install it.
16066
16067 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16068
16069 * Makefile.in: fix for bad directory tests.
16070
16071 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16072
16073 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16074 regexp. -srcdir relative was being handled incorrectly.
16075
16076 * Makefile.in: unwrapped some for loops so that parallel makes
16077 work again and so one can focus one's attention on a particular
16078 package.
16079
16080 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16081
16082 * configure: added PWD as a stand in for `pwd` (for speed). use
16083 elif wherever possible. make -srcdir work without -objdir.
16084 -objdir= commented out.
16085
16086 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16087
16088 * configure: +options become --options. -subdirs commented out.
16089 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16090 Makefile now at top of generated Makefile. Removed cvs log
16091 entries. added -srcdir. create .gdbinit only if there is one
16092 in ${srcdir}.
16093
16094 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16095 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16096 and mandir now keyed off datadir by default.
16097
16098 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16099
16100 * Freshly created ChangeLog.
16101
16102 \f
16103 Local Variables:
16104 mode: change-log
16105 left-margin: 8
16106 fill-column: 76
16107 version-control: never
16108 End:
This page took 0.436802 seconds and 4 git commands to generate.