Automatic date update in version.in
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
043a0010
JB
12020-01-17 Joel Brobecker <brobecker@adacore.com>
2
3 * configure.ac: Abort the build with an error if trying to build
4 GDB in tree.
5 * configure: Regenerate.
6
95c746cc
SDJ
72019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
8
9 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
10
a315e147
AM
112019-10-17 Alan Modra <amodra@gmail.com>
12
13 PR 29
14 * src-release.sh (getver): Replace "head -1" with "head -n 1".
15
87279e3c
NA
162019-07-30 Nick Alcock <nick.alcock@oracle.com>
17
18 * Makefile.def (host_modules): libctf is no longer no_install.
19 * Makefile.in: Regenerated.
20
1ff6de03
NA
212019-07-13 Nick Alcock <nick.alcock@oracle.com>
22
23 * Makefile.def (dependencies): all-ld depends on all-libctf.
24 * Makefile.in: Regenerated.
25
60391a25
PB
262019-09-09 Phil Blundell <pb@pbcl.net>
27
28 binutils 2.33 branch created
29
c1a5d03a
TT
302019-08-19 Tom Tromey <tom@tromey.com>
31
32 * configure: Rebuild.
33 * configure.ac: Add --with-static-standard-libraries.
34
f211b8c0
NC
352019-08-09 Nick Clifton <nickc@redhat.com>
36
37 * libiberty: Sync with gcc. Bring in:
38 2019-08-08 Martin Liska <mliska@suse.cz>
39
40 PR bootstrap/91352
41 * lrealpath.c (is_valid_fd): New function.
42
43 2019-07-24 Martin Liska <mliska@suse.cz>
44
45 PR lto/91228
46 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
47 Find first '\0' starting from gnu_lto + 1.
48
49 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
50
51 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
52 This fixes a Bug 90924.
53
54 2019-07-22 Martin Liska <mliska@suse.cz>
55
56 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
57 Do not search for gnu_lto_v1, but search for first '\0'.
58
59 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
60
61 * cplus-dem.c: Include rust-demangle.h.
62 * rust-demangle.c: Include rust-demangle.h.
63 * rust-demangle.h: New file.
64
65 2019-05-31 Michael Forney <mforney@mforney.org>
66
67 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
68 is non-zero.
69
70 2019-04-30 Ben L <bobsayshilol@live.co.uk>
71
72 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
73 * testsuite/d-demangle-expected: Add testcase.
74
75 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
76 * testsuite/d-demangle-expected: Add testcase.
77
78 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
79 * testsuite/d-demangle-expected: Add testcase.
80
81 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
82 * testsuite/d-demangle-expected: Add testcase.
83
84 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
85 * testsuite/d-demangle-expected: Add testcase.
86
87 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
88 * testsuite/demangle-expected: Add testcase.
89
90 * cp-demangle.c (d_encoding): Guard against NULL return values from
91 d_right (dc).
92 * testsuite/demangle-expected: Add testcase.
93
94 2019-04-29 Ben L <bobsayshilol@live.co.uk>
95
96 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
97 char is valid.
98 * testsuite/demangle-expected: Add testcase.
99
100 2019-04-10 Nick Clifton <nickc@redhat.com>
101
102 PR 89394
103 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
104 lengths.
105 (d_count_templates_scopes): Replace num_templates and num_scopes
106 parameters with a struct d_print_info pointer parameter. Adjust
107 body of the function accordingly. Add recursion counter and check
108 that the recursion limit is not reached.
109 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
110 Reset recursion counter afterwards, unless the recursion limit was
111 reached.
112
48b550c2
JB
1132019-07-13 Joel Brobecker <brobecker@adacore.com>
114
115 * src-release (getver): If $tool/gdbsupport/create-version.sh
116 exists, use that to determine the version number.
117
be74b5b7
AS
1182019-06-21 Andreas Schwab <schwab@linux-m68k.org>
119
120 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
121
73cc7272
TT
1222019-06-14 Tom Tromey <tom@tromey.com>
123
124 * MAINTAINERS: Add gnulib.
125 * gnulib: New directory, move from gdb/gnulib.
126 * configure.ac (host_libs): Add gnulib.
127 * configure: Rebuild.
128 * Makefile.def (host_modules, dependencies): Add gnulib.
129 * Makefile.in: Rebuild.
130
79b377b3
NC
1312019-06-03 Nick Clifton <nickc@redhat.com>
132
133 Revert:
134 2019-05-29 Nick Clifton <nickc@redhat.com>
135
136 * configure.ac (noconfigdirs): Add libctf if the target does not use
137 the ELF file format.
138 * configure: Regenerate.
139
e33f2313
NC
1402019-05-29 Nick Clifton <nickc@redhat.com>
141
142 * src-release.sh (do_proto_toplev): Add libctf to list of
143 directories that can be disabled.
144
90bd5423
NC
1452019-05-29 Nick Clifton <nickc@redhat.com>
146
147 * configure.ac (noconfigdirs): Add libctf if the target does not use
148 the ELF file format.
149 * configure: Regenerate.
150
9698cf9b
NA
1512019-05-28 Nick Alcock <nick.alcock@oracle.com>
152
153 * Makefile.def (dependencies): configure-libctf depends on all-bfd
154 and all its deps.
155 * Makefile.in: Regenerated.
156
88981b15
NA
1572019-05-28 Nick Alcock <nick.alcock@oracle.com>
158
159 * MAINTAINERS: Add libctf.
160
0e65dfba
NA
1612019-05-28 Nick Alcock <nick.alcock@oracle.com>
162
163 * Makefile.def (host_modules): Add libctf.
164 * Makefile.def (dependencies): Likewise.
165 libctf depends on zlib, libiberty, and bfd.
166 * Makefile.in: Regenerated.
167 * configure.ac (host_libs): Add libctf.
168 * configure: Regenerated.
169
2376c370
JM
1702019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
171
172 * config.guess: Synchronize with config project master sources.
173 * config.sub: Likewise.
174 * readline/support/config.guess: Likewise.
175 * readline/support/config.sub: Likewise.
176
c1202057
NC
1772019-04-10 Nick Clifton <nickc@redhat.com>
178
179 * libiberty: Sync with gcc. Bring in:
180 2019-04-10 Nick Clifton <nickc@redhat.com>
181
182 PR 89394
183 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
184 lengths.
185 (d_count_templates_scopes): Replace num_templates and num_scopes
186 parameters with a struct d_print_info pointer parameter. Adjust
187 body of the function accordingly. Add recursion counter and check
188 that the recursion limit is not reached.
189 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
190 Reset recursion counter afterwards, unless the recursion limit was
191 reached.
192
f974f26c
NC
1932018-06-24 Nick Clifton <nickc@redhat.com>
194
195 2.32 branch created.
196
d63f2be2
RO
1972019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
198
199 Merge from GCC:
200 PR target/88535
201 * config.guess: Import upstream version 2019-01-03.
202 * config.sub: Import upstream version 2019-01-01.
203
1910070b
NC
2042019-01-10 Nick Clifton <nickc@redhat.com>
205
206 * libiberty: Sync with gcc. Bring in:
207 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
208
209 PR other/16615
210
211 * cp-demangle.c: Mechanically replace "can not" with "cannot".
212 * floatformat.c: Likewise.
213 * strerror.c: Likewise.
214
215 2018-12-22 Jason Merrill <jason@redhat.com>
216
217 Remove support for demangling GCC 2.x era mangling schemes.
218 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
219 internal_cplus_demangle, and all subroutines.
220 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
221 Lucid, ARM, HP, and EDG demangling styles.
222 (cplus_demangle): Remove 'work' variable. Don't call
223 internal_cplus_demangle.
224
69961a84
ДП
2252019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
226
227 * configure.ac: Don't configure readline if --with-system-readline is
228 used.
229 * configure: Re-generate.
230
b555fb21
JM
2312018-10-31 Joseph Myers <joseph@codesourcery.com>
232
233 Merge from GCC:
234 PR bootstrap/82856
235 * multilib.am: New file. From automake.
236
80ca5f98
SDJ
2372018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
238
239 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
240
0a8288f7
NC
2412018-07-16 Nick Clifton <nickc@redhat.com>
242
243 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
244
26996596
SH
2452018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
246
247 * config.sub: Sync with upstream version 2018-07-03.
248
c5244148
SH
2492018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
250
251 * config.guess: Sync with upstream version 2018-06-26.
252 * config.sub: Sync with upstream version 2018-07-02.
253
4119873a
AO
2542018-06-29 Alexandre Oliva <oliva@adacore.com>
255
256 * configure.ac: Introduce support for @unless/@endunless.
257 * Makefile.tpl (dep-kind): Rewrite with cond; return
258 postbootstrap in some cases.
259 (make-postboot-dep, postboot-targets): New.
260 (dependencies): Do not output postbootstrap dependencies at
261 first. Output non-target ones changed for configure to depend
262 on stage_last @if gcc-bootstrap, and the original deps @unless
263 gcc-bootstrap.
264 * configure.in, Makefile.in: Rebuilt.
265
71300e2c
NC
2662018-06-24 Nick Clifton <nickc@redhat.com>
267
268 * configure: Regenerate.
269
d0ac1c44
SM
2702018-06-19 Simon Marchi <simon.marchi@ericsson.com>
271
272 * libtool.m4: Use AC_LANG_SOURCE.
273 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
274 * README-maintainer-mode: Update version requirements.
275 * ar-lib: New file.
276 * test-driver: New file.
277 * configure: Re-generate.
278
e0541124
EB
2792018-06-18 Eric Botcazou <ebotcazou@adacore.com>
280
281 * Makefile.def (fortran): Add check-target-libgomp-fortran.
282 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
283 * Makefile.in: Regenerate.
284
285 * configure: Regenerate.
286
db67d458
SM
2872018-06-18 Simon Marchi <simon.marchi@ericsson.com>
288
289 * configure.ac: Sync with GCC, remove MPX-related things.
290
b5778783
NC
2912018-05-01 Nick Clifton <nickc@redhat.com>
292
293 * config.guess: Synchronize with config project master sources.
294 * config.sub: Likewise.
295
1063beb5
FT
2962018-05-01 Francois H. Theron <francois.theron@netronome.com>
297
298 * configure.ac: Added "nfp" target.
299 * configure: Regenerate.
300
b29d2641
MR
3012018-02-13 Maciej W. Rozycki <macro@mips.com>
302
303 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
304 * configure: Regenerate.
305
52b2f300
NC
3062018-01-30 Nick Clifton <nickc@redhat.com>
307
308 * src-release.sh (do_proto_toplev): Add patterns for more junk files
309 to delete before creating the tarball.
310
b431b4ea
NC
3112018-01-29 Nick Clifton <nickc@redhat.com>
312
313 * src-release.sh (do_proto_toplev): Strip patch remnant files from
314 the sources before creating the tarball.
315
19e2900b
NC
3162018-01-13 Nick Clifton <nickc@redhat.com>
317
318 * src-release.sh: Update copyright notice. Change reference to devo
319 to be a reference to root.
320
bf41f30d
NC
3212018-01-10 Nick Clifton <nickc@redhat.com>
322
323 * config-ml.in: Sync with gcc sources.
324 * config.guess: Likewise.
325 * config.sub: Likewise.
326 * configure.ac: Likewise.
7ec0cd50 327 * configure: Regenerate.
bf41f30d 328
863f7a5f
NC
3292017-12-14 Nick Clifton <nickc@redhat.com>
330
331 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
332
638d9137
SH
3332017-12-12 Stafford Horne <shorne@gmail.com>
334
335 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
336 * configure: Regenerate.
337
ef87240f
NC
3382017-09-15 Nick Clifton <nickc@redhat.com>
339
340 * src-release.sh (LZIPPROG): New define. Provides the name of the
341 lzip program.
342 (do_lz): New function. Compresses a tarball using the lzip
343 program.
344 (do_compress): Add support for lzip compression.
345 (usage): Mention -l option.
346 (build_release): Support -l option to invoke lzip compression.
347
817b7711
AM
3482017-09-15 Alan Modra <amodra@gmail.com>
349
350 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
351 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
352 and sim depending on $tool and $support_files. Echo configure line.
353
255300f5 3542017-09-14 Matt Rice <ratmice@gmail.com>
355
356 * src-release.sh (do_proto_toplev): Enable gold during release process.
357
8f0dd45f
AJ
3582017-04-13 Andrew Jenner <andrew@codesourcery.com>
359
360 * config.sub: Sync with master version in config project.
361
2f5f29ca
AJ
3622017-04-03 Andrew Jenner <andrew@codesourcery.com>
363
364 * config.sub: Handle ia16 in $basic_machine.
365
366 bfd/
367 * config.bfd: Handle ia16.
368
369 gas/
370 * configure.tgt: Handle ia16.
371
372 ld/
373 * configure.tgt: Handle ia16.
374
11997a83
NC
3752017-03-22 Nick Clifton <nickc@redhat.com>
376
377 * config.sub: Sync with master version in config project.
378 * config.guess: Likewise.
379
05a13254
NC
3802017-01-23 Nick Clifton <nickc@redhat.com>
381
382 * configure.ac: Update year in copyright notice.
383 Sync from FSF GCC mainline, bringing in the following patches.
384 * Makefile.def: Likewise.
385 * Makefile.tpl: Likewise.
386 * configure: Regenerate.
387 * Makefile.in: Regenerate.
388
389 2016-12-21 Jakub Jelinek <jakub@redhat.com>
390
391 * configure.ac: Don't bootstrap libmpx unless --with-build-config
392 includes bootstrap-mpx.
393
394 2016-12-01 Matthias Klose <doko@ubuntu.com>
395
396 * configure.ac: Don't use pkg-config to check for bdw-gc.
397
398 2016-11-30 Matthias Klose <doko@ubuntu.com>
399
400 * Makefile.def: Remove reference to boehm-gc target module.
401 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
402 options and for the bdw-gc pkg-config module.
403
404 2016-11-15 Matthias Klose <doko@ubuntu.com>
405
406 * config-ml.in: Remove references to GCJ.
407 * configure.ac: Likewise.
408
409 2016-09-30 Jakub Jelinek <jakub@redhat.com>
410
411 * configure.ac: Add target-libffi to target_libraries.
412 Readd libgcj target disablings, modified to only target-libffi.
413 Readd target addition of go to unsupported languages.
414
415 2016-09-30 Andrew Haley <aph@redhat.com>
416
417 * Makefile.def: Remove libjava.
418 * Makefile.tpl: Likewise.
419 * configure.ac: Likewise.
420
421 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
422
423 * configure.ac: Disable "sim" directory for arc*-*-*.
424
425 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
426
427 * configure.ac: Check for the minimum in-tree MPFR version
428 handled.
429
3f66c01b
AM
4302016-12-31 Alan Modra <amodra@gmail.com>
431
432 * config.sub: Import from upstream.
433
da17fe9d
AM
4342016-12-08 Alan Modra <amodra@gmail.com>
435
436 * configure: Regenerate.
437
d5451cd4
JC
4382016-12-02 Josh Conner <joshconner@google.com>
439
440 * configure.ac: Add fuchsia to targets that use ELF.
441 * configure: Regenerated.
442
5ada5c6f
DE
4432016-11-07 Doug Evans <dje@google.com>
444
445 * config.sub: Sync with upstream version 2016-11-03.
446 git://git.sv.gnu.org/config.git
447 * config.guess: Sync with upstream version 2016-10-02.
448
07619d52
SM
4492016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
450
451 * .gitignore: Add archives and make stamps.
452
bedbe19c
YTL
4532016-07-20 Yan-Ting Lin <currygt52@gmail.com>
454
455 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
456 * configure: Regenerated.
457
9abdce70
WL
4582016-06-28 Walter Lee <walt@tilera.com>
459
460 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
461 * configure: Regenerate.
462
0597bdc4
AM
4632016-05-28 Alan Modra <amodra@gmail.com>
464
465 * Makefile.tpl (configure): Depend on m4 files included.
466 * Makefile.in: Regenerate.
467
1690f1db
NC
4682016-05-27 Nick Clifton <nickc@redhat.com>
469
470 * config.guess (Alpha OSF1): Fix typo introduced during the most
471 recent synchronization update.
472
b43b8535
NC
4732016-05-23 Nick Clifton <nickc@redhat.com>
474
475 * Import these patches from the gcc mainline:
476
477 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
478
479 * config.guess: Import version 2016-04-02 (newest).
480 * config.sub: Import version 2016-05-10 (newest).
481
bb7dc663
NC
4822016-04-19 Nick Clifton <nickc@redhat.com>
483
484 * Import this patch from the GCC mainline:
485
486 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
487
488 PR bootstrap/70173
489 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
490 and gotools directories. Delete the stage_final file.
491 * Makefile.in: Regenerate.
492
ea016470
CC
4932016-03-17 Cary Coutant <ccoutant@gmail.com>
494
495 * configure.ac: Add mips and s390 to the gold target check.
496 * configure: Regenerate.
497
52cf9762
NC
4982016-02-10 Nick Clifton <nickc@redhat.com>
499
500 Import these patches from the GCC mainline:
501
502 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
503
504 * configure.ac: Enable LTO for DJGPP
505 * configure: Regenerate
506
507 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
508
509 PR bootstrap/69329
510 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
511 * Makefile.in: Regenerate.
512
513 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
514 Sebastian Pop <s.pop@samsung.com>
515
516 * Makefile.in: Regenerate.
517 * Makefile.tpl: Export ISLVER.
518 * configure: Regenerate.
519 * config/isl.m4: Detect isl-0.15.
520
521 2016-01-29 Sebastian Pop <s.pop@samsung.com>
522
523 * config/isl.m4: Add comments about isl-0.16.
524 * configure: Regenerate.
525
1985dc2d
L
5262016-01-12 H.J. Lu <hongjiu.lu@intel.com>
527
528 Sync with GCC
529 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
530
531 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
532 symbols.
533
534 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
535
536 PR bootstrap/69134
537 * Makefile.def (mpfr): Disable assembler.
538 * Makefile.in: Regenerate.
539
4849dfd8
NC
5402016-01-11 Nick Clifton <nickc@redhat.com>
541
542 Import the following changes from the GCC mainline:
543
544 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
545
546 * configure.ac: Enable libmpx by default.
547 * configure: Regenerated.
548
549 2015-11-19 Martin Liska <mliska@suse.cz>
550
551 * .gitignore: Add .clang-format to ignored files.
552 * Makefile.tpl: Add clang-format.
553 * Makefile.in: Regenerate.
554
555 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
556
557 PR libffi/65726
558 * Makefile.def (lang_env_dependencies): Make libffi depend
559 on cxx.
560 * Makefile.in: Regenerate.
561
562 2015-12-02 Ian Lance Taylor <iant@google.com>
563
564 PR go/66147
565 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
566 * Makefile.in: Regenerate.
567
568 2015-12-17 Nathan Sidwell <nathan@acm.org>
569
570 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
571 * configure: Regenerate.
572
573 2015-12-17 Sebastian Pop <s.pop@samsung.com>
574
575 * Makefile.in: Replace ISL with isl.
576 * Makefile.tpl: Same.
577 * config/isl.m4: Same.
578 * configure.ac: Same.
579 * contrib/download_prerequisites: Same.
580 * configure: Regenerate.
581
582 2016-01-01 Ben Elliston <bje@gnu.org>
583
584 * config.guess: Import version 2016-01-01.
585 * config.sub: Likewise.
586
f075eb5e
TG
5872015-11-20 Tristan Gingold <gingold@adacore.com>
588
589 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
590 * configure: Regenerate.
591
6c3bc0f8
NC
5922015-10-21 Nick Clifton <nickc@redhat.com>
593
594 PR gas/19109
595 * configure.ac: Note the 'none' is an acceptable argument to
596 --enable-compressed-debug-sections.
597 * configure: Regenerate.
598
edeefb67
L
5992015-10-20 H.J. Lu <hongjiu.lu@intel.com>
600
601 PR gas/19109
602 * configure.ac: Add
603 --enable-compressed-debug-sections={all,gas,gold,ld}.
604 * configure: Regenerated.
605
68996839
NC
6062015-09-30 Nick Clifton <nickc@redhat.com>
607
608 Import the following patches from the GCC mainline:
609
610 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
611
612 PR libfortran/54572
613 * Makefile.def: Make libgfortran depend on libbacktrace.
614 * Makefile.in: Regenerate.
615
616 2015-08-12 Tom de Vries <tom@codesourcery.com>
617
618 PR other/67092
619 PR other/67098
620 * configure.ac: Remove --with_host_libstdcxx support.
621 * configure: Regenerate.
622
623 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
624 Jakub Jelinek <jakub@redhat.com>
625
626 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
627 nvptx*-*-*.
628 * configure: Regenerate.
629
5960642a
L
6302015-08-07 H.J. Lu <hongjiu.lu@intel.com>
631
632 Sync with GCC
633 2015-07-28 Ben Elliston <bje@gnu.org>
634
635 * config.sub, config.guess: Import from upstream.
636
016a3251
DD
6372015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
638
639 * Makefile.def (libiconv): Define bootstrap=true.
640 Mark pdf/html/info as missing.
641 (configure-gcc): Depend on all-libiconv.
642 (all-gcc): Ditto.
643 (configure-libcpp): Ditto.
644 (all-libcpp): Ditto.
645 (configure-intl): Ditto.
646 (all-intl): Ditto.
647 * Makefile.in: Regenerate.
648
136bb21f
L
6492015-07-27 H.J. Lu <hongjiu.lu@intel.com>
650
651 Sync with GCC
652 2015-07-24 Michael Darling <darlingm@gmail.com>
653
654 PR other/66259
655 * config-ml.in: Reflects renaming of configure.in to configure.ac
656 * configure: Likewise
657 * configure.ac: Likewise
658
22121df0
L
6592015-07-14 H.J. Lu <hongjiu.lu@intel.com>
660
661 * Makefile.in: Regenerated.
662
663 Sync with GCC
664 2015-05-21 Jason Merrill <jason@redhat.com>
665
666 * Makefile.tpl: Update comments.
667
668 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
669
670 * Makefile.tpl: Remove surplus whitespace throughout.
671
672 2015-03-25 Martin Liska <mliska@suse.cz>
673 Yury Gribov <y.gribov@samsung.com>
674
675 * Makefile.tpl: Fix ln source location for vimrc file.
676
969b1713
L
6772015-07-14 H.J. Lu <hongjiu.lu@intel.com>
678
679 Sync with GCC
680 2015-05-16 James Bowman <james.bowman@ftdichip.com>
681
682 * configure.ac: FT32 target added.
683 * configure: Regenerate.
684
ce6c656d
L
6852015-07-14 H.J. Lu <hongjiu.lu@intel.com>
686
687 Sync with GCC
688 2015-06-02 Jason Merrill <jason@redhat.com>
689
690 PR bootstrap/66319
691 * configure.ac: Use -std=gnu++98.
692
693 2015-05-28 Mike Frysinger <vapier@gentoo.org>
694
695 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
696 * configure: Regenerate.
697
698 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
699
700 * configure.ac: Fix typo.
701 * configure: Regenerate.
702
703 2015-05-03 Matthias Klose <doko@ubuntu.com>
704
705 * configure.ac: Match $host configured with triplets.
706 * configure: Regenerate.
707
708 2015-04-17 Jakub Jelinek <jakub@redhat.com>
709
710 PR bootstrap/62077
711 * configure.ac (--enable-stage1-checking): Default to
712 release,misc,gimple,rtlflag,tree,types if --disable-checking
713 or --enable-checking is not specified and DEV-PHASE is not
714 experimental.
715 * configure: Regenerated.
716
717 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
718
719 Install back PR target/47230 fix (Revert the revert).
720
16beab3d
L
7212015-06-30 H.J. Lu <hongjiu.lu@intel.com>
722
723 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
724 target.
725 * configure: Regenerate.
726
5569a85f
JDA
7272015-05-13 John David Anglin <dave.anglin@bell.net>
728
729 * configure.ac: Disable configuration of GDB for HPUX targets.
730 * configure: Regenerate.
731
e81d5d05
L
7322015-05-01 H.J. Lu <hongjiu.lu@intel.com>
733
734 PR ld/18355
735 * Makefile.def: Add extra_configure_flags to host zlib.
736 * configure.ac (extra_host_zlib_configure_flags): New. Set
737 to --enable-host-shared When bfd is to be built as shared
738 library. AC_SUBST.
739 * Makefile.in: Regenerated.
740
ec5b9462
HPN
7412015-04-15 Mike Frysinger <vapier@gentoo.org>
742 Hans-Peter Nilsson <hp@axis.com>
743
744 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 745 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
746 use that in the getver call instead of $tool.
747 (sim_release): Pass gdb as fifth parameter to tar_compress.
748 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
749
f91ca6bc
IB
7502015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
751
752 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
753 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
754 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
755 * Makefile.in: Regenerate.
756
cf39cfc5
L
7572015-04-01 H.J. Lu <hongjiu.lu@intel.com>
758
759 * configure.ac: Add --with-system-zlib.
760 * configure: Regenerated.
761
6ac1079e
L
7622015-03-31 H.J. Lu <hongjiu.lu@intel.com>
763
764 * src-release.sh: Don't configure with --with-target-subdir=.
765 --disable-multilib.
766
890ba06f
L
7672015-03-31 H.J. Lu <hongjiu.lu@intel.com>
768
769 * src-release.sh (DEVO_SUPPORT): Replace src-release with
770 src-release.sh.
771
5675acd9
ES
7722015-03-30 Ed Schouten <ed@nuxi.nl>
773
774 * config.sub: Update from upstream, to 2015-03-04 version.
775 * config.guess: Likewise.
776
d2d67aea
L
7772015-03-30 H.J. Lu <hongjiu.lu@intel.com>
778
779 * Makefile.def (dependencies): Add all-zlib to all-bfd.
780 * Makefile.in: Regenerated.
781
92c695a1
L
7822015-03-28 H.J. Lu <hongjiu.lu@intel.com>
783
784 * src-release.sh (do_proto_toplev): Configure with --target
785 --with-target-subdir and --disable-multilib.
786 (BINUTILS_SUPPORT_DIRS): Add zlib.
787 (GAS_SUPPORT_DIRS): Likewise.
788 (GDB_SUPPORT_DIRS): Likewise.
789 (SIM_SUPPORT_DIRS): Likewise.
790
091021fa
L
7912015-03-17 H.J. Lu <hongjiu.lu@intel.com>
792
793 * configure.ac (target_configdirs): Exclude target-zlib if
794 target-libjava isn't built.
795 * configure: Regenerated.
796
5df8a8fc
L
7972015-03-17 H.J. Lu <hongjiu.lu@intel.com>
798
799 Sync with GCC
800 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
801
802 * config-ml.in: Robustify ac_configure_args parsing.
803
1b6c0831
L
8042015-03-16 H.J. Lu <hongjiu.lu@intel.com>
805
806 * Makefile.def: Updated from GCC trunk.
807 * Makefile.tpl: Likewise.
808 * configure.ac: Likewise.
809 * Makefile.in: Regenerated.
810 * configure: Likewise.
811
3f8107ab
AM
8122015-01-28 James Bowman <james.bowman@ftdichip.com>
813
814 * configure.ac: Add FT32 support.
815 * configure: Regenerate.
816
10b8fe5e
AG
8172015-01-12 Anthony Green <green@moxielogic.com>
818
819 * configure.ac: Don't disable gprof for moxie.
820 * configure: Rebuild.
821
6b91c541
AP
8222015-01-03 Andrew Pinski <apinski@cavium.com>
823
824 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
825 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
826 (BASE_TARGET_EXPORTS): Add OBJCOPY.
827 (OBJCOPY_FOR_TARGET): New variable.
828 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
829 * Makefile.in: Regenerate.
830 * configure.ac: Check for already installed target objcopy.
831 Also GCC_TARGET_TOOL on objcopy.
832 * configure: Regenerate.
833
6ba37ab4
HPN
8342015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
835
836 * config.sub: Update from upstream, to 2015-01-01 version.
837 * config.guess: Ditto.
838
bb5f7690
EB
8392014-12-06 Eric Botcazou <ebotcazou@adacore.com>
840
841 * config.sub: Update from upstream config repo.
842
6e733cce
L
8432014-11-24 H.J. Lu <hongjiu.lu@intel.com>
844
845 * libtool.m4: Updated from GCC trunk.
846
8969c424
JBG
8472014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
848
849 * config.guess: Update from upstream config repo.
850 * config.sub: Ditto.
851
37e77caf
JBG
8522014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
853
854 * move-if-change: Update from upstream gnulib.
855
e3046511
JBG
8562014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
857
858 * compile: Sync with upstream Automake.
859 * depcomp: Ditto.
860 * install-sh: Ditto.
861 * missing: Ditto.
862 * mkinstalldirs: Ditto.
863 * ylwrap: Ditto.
864
3e615393
TG
8652014-10-15 Tristan Gingold <gingold@adacore.com>
866
867 * src-release.sh (do_proto_toplev): Configure with --target.
868
6d26190c
JY
8692014-10-03 Jing Yu <jingyu@google.com>
870
871 * configure.ac: Add aarch64 to list of targets that support gold.
872 * configure: Regenerate.
873
a9d58c06
AB
8742014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
875
876 * configure.ac: Add mips*-img-elf* target triple.
877 * configure: Regenerate.
878
b25b5cef
CJW
8792014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
880 * configure: Disable gdb for nds32*-*-* until supported.
881 * configure.ac: Disable gdb for nds32*-*-* until supported.
882
f8797b5a
JB
8832014-09-05 Joel Brobecker <brobecker@adacore.com>
884
885 * configure: Regenerate.
886
2536ee9d
WN
8872014-08-27 Will Newton <will.newton@linaro.org>
888
889 * src-release.sh: New file.
890 * src-release: Remove file.
891
1f995db6
JS
8922014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
893
894 GDB not supported for or1k*-*-rtems*
895 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
896 of the stanzas results in this not being caught by or1k*-*-* later.
897 * configure. Regenerated.
898
a843ea33
SB
8992014-07-25 Samuel Bronson <naesten@gmail.com>
900
901 * .gitattributes: New file for use with git-merge-changelog.
902
cfbc1a6c
JS
9032014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
904
905 Disable gdb for or1k*-*-* until supported
906 * configure.ac (or1k*-*-*): Disable gdb.
907 * configure: Regenerated.
908
d9e042ac
SL
9092014-05-14 Sandra Loosemore <sandra@codesourcery.com>
910
911 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
912 * configure: Regenerated.
913
201f096f 9142014-03-26 Jakub Jelinek <jakub@redhat.com>
915
916 PR sanitizer/56781
917 * Makefile.def: Set bootstrap=true; for host fixincludes.
918 * configure.ac: Don't bootstrap host fixincludes unless
919 --with-build-config=bootstrap-{a,ub}san.
920 * Makefile.in: Regenerated.
921 * configure: Regenerated.
922
730af8ee 9232014-03-21 Jakub Jelinek <jakub@redhat.com>
924
925 * configure.ac: Move BUILD_CONFIG set up earlier. Add
926 --enable-vtable-verify option parsing. Don't add
927 target-libsanitizer to bootstrap_target_libs unless
928 --with-build-config=bootstrap-asan or
929 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
930 to bootstrap_target_libs unless --enable-vtable-verify.
931 * configure: Regenerated.
932
abca8d87 9332014-03-07 Jakub Jelinek <jakub@redhat.com>
934
935 PR bootstrap/58572
936 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
937 -I for libstdc++-v3 includes if $(LEAN).
938 * Makefile.in: Regenerated.
939
68d122bb 9402014-02-24 Walter Lee <walt@tilera.com>
941
942 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
943 (tilegx-*-*): Change to tilegx*-*-*.
944 * configure: Regenerate.
945
39d1b2ae
RS
9462014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
947
948 * config.sub, config.guess: Import from upstream.
949
50f80006
EB
9502014-04-04 Eric Botcazou <ebotcazou@adacore.com>
951
952 PR bootstrap/60620
72f4393d 953 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
954 * Makefile.in: Regenerate.
955
a6305403
YS
9562014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
957
958 * Makefile.def (dependencies): Make all-ld depend on all-binutils
959 for WINDRES_FOR_TARGET in default-manifest.o rule.
960 * Makefile.in: Regenerate.
961
62a0f723
RO
9622014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
963
964 PR target/59788
965 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
966 *solaris2*.
967
530e8392
KB
9682013-12-19 Keven Boell <keven.boell@intel.com>
969
970 * cp-namespace.c (cp_lookup_nested_symbol): Enable
971 nested lookups for fortran modules.
972 * dwarf2read.c (read_module): Add fortran module to
973 the symbol table.
974 (add_partial_symbol, add_partial_module): Add fortran
975 module to the partial symbol table.
976 (new_symbol_full): Create full symbol for fortran module.
977 * f-exp.y (yylex): Add new module domain to be parsed.
978 * symtab.h: New domain for fortran modules.
979
7f9b20bb
KB
9802013-12-19 Keven Boell <keven.boell@intel.com>
981
982 * f-exp.y (yylex): Add domain array to enable lookup
983 in multiple domains. Loop over lookup domains and try
984 to find requested symbol. Add STRUCT_DOMAIN to lookup
985 domains to be able to query for user defined types.
986
afc0578d 9872013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
988
989 * configure.ac: Add user-friendly check for native x86_64-linux
990 multilibs.
991 * configure: Regenerate.
992
f3f51a69
AM
9932013-11-23 Alan Modra <amodra@gmail.com>
994
995 * config.sub, config.guess: Import from upstream.
996
2440009d 9972013-11-07 Thomas Schwinge <thomas@codesourcery.com>
998
2440009d 999 * Makefile.in: Regenerate.
1000
e78e02e6 1001 * Makefile.tpl: Fix typo.
1002 * Makefile.in: Regenerate partially.
1003
9aaf2a7e 10042013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1005
1006 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1007 supported.
1008 * configure: Regenerated.
1009
880b18d1 10102013-10-30 Jason Merrill <jason@redhat.com>
1011
1012 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1013 --disable-build-format-warnings.
1014
522e3d71 10152013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1016
f3f51a69 1017 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1018 depend on libstdc++ and libgcc.
1019 * configure: Regenerate.
1020 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1021 libcilkrts for POSIX and i*86, and x86_64 architectures.
1022 * Makefile.in: Added libcilkrts related fields to support building it.
1023
cb49a9e1 10242013-10-26 Jeff Law <law@redhat.com>
1025
1026 * Makefile.def (target_modules): Remove libmudflap
1027 (languages): Remove check-target-libmudflap).
1028 * Makefile.in: Rebuilt.
1029 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1030 * configure.ac (target_libraries): Remove target-libmudflap.
1031 Remove checks which disabled libmudflap on some systems.
1032 * configure: Rebuilt.
1033 * libmudflap: Directory removed.
1034
82033c9b
JBG
10352013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1036
1037 * configure.ac: Update from GCC.
1038 * configure: Regenerate.
1039
b50d7605
HPN
10402013-10-15 Hans-Peter Nilsson <hp@axis.com>
1041
1042 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1043 files in SUPPORT_FILES.
1044 (SIM_SUPPORT_DIRS): New variable.
1045 (sim.tar.bz2): New rule.
1046
f4cfb980
JBG
10472013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1048
1049 * configure.ac: Update from GCC.
1050 * configure: Regenerate.
1051
78b1434c
JJ
10522013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1053
1054 * COPYING.NEWLIB: Update with new copyright.
1055
b3fc79f8
JBG
10562013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1057
1058 * configure.ac: Update from GCC.
1059 * configure: Regenerate.
1060
cc9afea3
AM
10612013-09-20 Alan Modra <amodra@gmail.com>
1062
1063 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1064 ppc host match. Support little-endian powerpc linux hosts.
1065
f006cabd
JB
10662013-08-16 Joel Brobecker <brobecker@adacore.com>
1067
1068 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1069 strip the "-cvs" suffix from the version number if present.
1070
95e43135
JBG
10712013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1072
1073 * configure.ac: Sync with GCC repo.
1074 * Makefile.def: Ditto.
1075 * configure: Regenerate.
1076 * Makefile.in: Ditto.
1077
7539e41e
JB
10782013-07-22 Joel Brobecker <brobecker@adacore.com>
1079
1080 * src-release (VER): Use $(TOOL)/common/create-version.sh
1081 if it exists.
1082
e8044f35
RS
10832013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1084
1085 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1086 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1087 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1088 * configure: Regenerate.
1089
7bab7634
DC
10902013-06-01 George Thomas <george.thomas@atmel.com>
1091
95e43135
JBG
1092 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1093 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1094
b5364c9e
JJ
10952013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1096
1097 * COPYING.NEWLIB: Add Altera Corporation copyright.
1098
5dad867c
JBG
10992013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1100
1101 * config.guess: Update from config repo.
1102 * config.sub: Ditto.
1103
b836cb18
JBG
11042013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1105
1106 * Makefile.def: Sync with GCC.
1107 * Makefile.in: Regenerate.
1108
e7d5abf1
JBG
11092013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1110
1111 * configure.ac: Sync with GCC.
b836cb18 1112 * configure: Regenerate.
e7d5abf1 1113
4f778543
MF
11142013-03-22 Mike Frysinger <vapier@gentoo.org>
1115
1116 * src-release (VER): Change bfd/configure.in sed to use the new
1117 `bfd/configure --version` output.
1118
f1dd87fc
YZ
11192013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1120
1121 * configure.ac: Sync with GCC repo.
1122 * configure: Ditto.
1123
a413f71a
ILT
11242013-02-05 Ian Lance Taylor <iant@google.com>
1125
1126 PR go/55969
1127 * configure.ac: Disable libgo on some systems where it does not
1128 work.
1129 * configure: Rebuild.
1130
3a98824c
AM
11312013-02-05 Alan Modra <amodra@gmail.com>
1132
1133 * configure: Regenerate after syncing config/.
1134
3dae1673
JBG
11352013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1136
1137 * configure.ac: Sync with GCC repo.
1138 * configure: Ditto.
1139 * Makefile.def: Ditto.
1140 * Makefile.in: Ditto.
1141
bf51454b
JB
11422013-01-11 Joel Brobecker <brobecker@adacore.com>
1143
1144 Sync with GCC, merge:
1145
1146 2013-01-09 Jason Merrill <jason@redhat.com>
1147
1148 * .gitignore: Import from gdb repository.
1149
c841a2be
JBG
11502013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1151
1152 * config.sub: Update from config repo.
1153
d7b9dae9
EB
11542013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1155
1156 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1157 * Makefile.in: Regenerate.
1158
861ea9c8
L
11592013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * Makefile.def (configure-gcc): Depend on all-gmp.
1162 (all-gcc): Remove dependency on all-gmp.
1163 * Makefile.in: Regenerated.
1164
ce82b126
JBG
11652013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1166
1b4f418d 1167 * config.guess: Update from config repo.
c2e5e6d7 1168 * config.sub: Ditto.
ce82b126 1169
fd62a30d
JJ
11702013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1171
1172 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1173 exists and replace the new bfin license in its location.
1174
0140d685
L
11752013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1176
1177 PR gas/14899
1178 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1179 all-ld and all-gold depend on all-gas.
1180 * Makefile.in: Regenerated.
1181
c3d399e7
L
11822012-12-29 Ben Elliston <bje@gnu.org>
1183
1184 * config.guess: Update to 2012-12-29 version.
1185 * config.sub: Likewise.
1186
9417cd2f
JBG
11872012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1188
1189 * Makefile.def (install-target-libgo): Depend on
1190 install-target-libatomic. Merged from GCC repo.
1191 * Makefile.in: Regenerate.
1192
68dad382
JJ
11932012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1194
1195 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1196
2344b8da
TS
11972012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1198
1199 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1200 * configure: Regenerate.
1201
5eb08693
L
12022012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1203
1204 * Makefile.def (target_modules): Add bootstrap=true and
1205 raw_cxx=true to libsanitizer.
1206 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1207 * Makefile.in: Regenerated.
1208 * configure: Likewise.
1209
53ab32d8
JBG
12102012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1211
1212 * config.sub: Merge from config repo.
1213
d2489204
JBG
12142012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1215
1216 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1217 * Makefile.tpl: Ditto.
1218 * Makefile.in: Ditto.
1219 * configure: Ditto.
d2489204 1220
c23b5043
JBG
12212012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1222
1223 * configure.ac (noconfigdirs): Merge from GCC.
1224 * configure: Regenerate.
1225
1dd1f7f6
JBG
12262012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1227
1228 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1229
2bda3143
L
12302012-11-14 Roland McGrath <mcgrathr@google.com>
1231
1232 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1233 * configure: Regenerate.
1234
5286fdef
L
12352012-11-13 Richard Henderson <rth@redhat.com>
1236
1237 * configure.ac: Move libsanitizer logic to subdirectory.
1238 * configure: Regenerate.
1239
12402012-11-13 Dodji Seketeli <dodji@redhat.com>
1241
1242 * configure.ac: Enable libsanitizer just on x86 linux for now.
1243 * configure: Re-generate.
1244
12452012-11-13 David Edelsohn <dje.gcc@gmail.com>
1246
1247 * configure.ac: Merge libquadmath sections.
1248 * configure: Regenerate.
1249
12502012-11-12 Wei Mi <wmi@google.com>
1251
1252 * configure.ac: Add libsanitizer to target_libraries.
1253 * Makefile.def: Ditto.
1254 * configure: Regenerate.
1255 * Makefile.in: Regenerate.
1256
f66a9a70
L
12572012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * configure: Regenerated.
1260
12612012-11-03 Robert Mason <rbmj@verizon.net>
1262
1263 * configure.ac: add --disable-libstdcxx configure option
1264 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1265
6d94c122
CV
12662012-10-24 Corinna Vinschen <corinna@vinschen.de>
1267
1268 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1269 against Mingw64 w32api.
1270 * configure: Regenerate.
1271
a882be68
EB
12722012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1273
1274 PR bootstrap/54820
1275 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1276 * configure: Regenerate.
1277
b3676d82
EB
12782012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1279
1280 PR bootstrap/54820
1281 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1282 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1283 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1284 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1285 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1286 * Makefile.in: Regenerate.
1287 * configure.ac (have_static_libs): New variable and associated check.
1288 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1289 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1290 * configure: Regenerate.
1291
7b0e8ca5
MF
12922012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1293
1294 * config.guess, config.sub: Include updated version from
1295 config-patches. Adds microblaze little endian support.
1296
8e71395b
L
12972012-09-28 Ian Lance Taylor <iant@google.com>
1298
1299 * Makefile.def: Make all-target-libgo depend on
1300 all-target-libbacktrace.
1301 * Makefile.in: Rebuild.
1302
13032012-09-26 Ian Lance Taylor <iant@google.com>
1304
1305 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1306 * Makefile.in: Rebuild.
1307
13082012-09-06 Diego Novillo <dnovillo@google.com>
1309
1310 * configure.ac: Bump minimum GMP version to 4.2.3.
1311 * configure: Re-generate.
1312
13132012-09-05 Georg-Johann Lay <avr@gjlay.de>
1314
1315 PR target/54461
1316 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1317 target-libgloss if not configured --with-avrlibc=no.
1318 * configure: Regenerate.
1319
13202012-09-04 Jason Merrill <jason@redhat.com>
1321
1322 * configure.ac: Fix --enable-languages=all.
1323
13242012-09-03 Richard Guenther <rguenther@suse.de>
1325
1326 PR bootstrap/54138
1327 * configure.ac: Re-organize ISL / CLOOG checks to allow
1328 disabling with either --without-isl or --without-cloog.
1329 * configure: Regenerated.
1330
13312012-09-03 Georg-Johann Lay <avr@gjlay.de>
1332
1333 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1334 * configure: Regenerate.
1335
d09bbf00
SE
13362012-09-21 Steve Ellcey <sellcey@mips.com>
1337
1338 * configure.ac: Add mips*-mti-elf* target.
1339 * configure: Regenerate.
1340
2bf680c4
ILT
13412012-09-19 Ian Lance Taylor <iant@google.com>
1342
1343 * configure.ac (host_libs): Add libbacktrace.
1344 (target_libraries): Add libbacktrace.
1345 * Makefile.def (host_modules): Add libbacktrace.
1346 (target_modules): Likewise.
1347 * configure, Makefile.in: Rebuild.
1348
5c0b3823
WL
13492012-09-15 Jiong Wang <jiwang@tilera.com>
1350
1351 * configure.ac (ENABLE_GOLD): support tilegx*
1352 * configure: rebuild
1353
1488e230
DE
13542012-09-14 David Edelsohn <dje.gcc@gmail.com>
1355
1356 PR target/38607
1357 Merge upstream change.
1358 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1359
1360 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1361 Add libgomp*.o to compare_exclusions for AIX.
1362 * configure: Regenerate.
1363
df6795ce
L
13642012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1365
1366 PR binutils/4970
1367 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1368 and opcodes.
1369 * Makefile.in: Regenerated.
1370
7ec59b9e
L
13712012-08-14 Diego Novillo <dnovillo@google.com>
1372
1373 Merge from cxx-conversion branch.
1374
1375 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1376 POSTSTAGE1_CONFIGURE_FLAGS.
1377 * Makefile.in: Regenerate.
1378 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1379 Force C++ when bootstrapping.
1380 * configure: Regenerate.
1381
13822012-07-06 Richard Guenther <rguenther@suse.de>
1383
1384 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1385 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1386 --with-gmp=system.
1387 * Makefile.in: Regenerated.
1388 * configure: Likewise.
1389
13902012-07-06 Richard Guenther <rguenther@suse.de>
1391
1392 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1393 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1394 supply V=1 as extra_make_flags.
1395 * configure: Regenerated.
1396 * Makefile.in: Likewise.
1397
13982012-07-03 Richard Guenther <rguenther@suse.de>
1399
1400 * Makfile.def (isl): Remove not necessary extra_exports and
1401 extra_make_flags.
1402 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1403 * Makefile.in: Regenerated.
1404
14052012-07-03 Richard Guenther <rguenther@suse.de>
1406
1407 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1408 * configure.ac: If either the ISL or the CLooG check failed
1409 do not try to build in-tree versions.
1410 * Makefile.in: Regenerated.
1411 * configure: Regenerated.
1412
14132012-07-02 Richard Guenther <rguenther@suse.de>
1414 Michael Matz <matz@suse.de>
1415 Tobias Grosser <tobias@grosser.es>
1416 Sebastian Pop <sebpop@gmail.com>
1417
1418 * Makefile.def: Add ISL host module, remove PPL host module.
1419 Adjust ClooG host module to use the proper ISL.
1420 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1421 * configure.ac: Include config/isl.m4. Add ISL host library,
1422 remove PPL. Remove PPL configury, add ISL configury, adjust
1423 ClooG configury.
1424 * Makefile.in: Regenerated.
1425 * configure: Likewise.
1426
14272012-07-02 Richard Guenther <rguenther@suse.de>
1428
1429 Merge from graphite branch
1430 2011-07-21 Tobias Grosser <tobias@grosser.es>
1431
1432 * configure: Regenerated.
1433 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1434 both cloog.org and legacy versions. The only supported version will
1435 be CLooG with the isl backend.
1436
1437 2011-07-21 Tobias Grosser <tobias@grosser.es>
1438
1439 * configure: Regenerated.
1440 * configure.ac: Require cloog isl 0.17.0
1441
1442 2011-07-21 Tobias Grosser <tobias@grosser.es>
1443
1444 * configure: Regenerated.
1445 * config/cloog.m4: Do not define CLOOG_ORG
1446
14472012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1448
1449 * configure.ac: Skip C if explicitly selected.
1450 * configure: Regenerate.
1451
14522012-06-28 Christophe Lyon <christophe.lyon@st.com>
1453
1454 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1455 they contain -O2.
1456 * configure: Regenerate.
1457
14582012-06-20 Jason Merrill <jason@redhat.com>
1459
1460 * Makefile.tpl (check-target-libgomp-c++): New.
1461 (check-target-libitm-c++): New.
1462 * Makefile.def (c++): Add them.
1463 * Makefile.in: Regenerate.
1464
14652012-05-16 Olivier Hainque <hainque@adacore.com>
1466
1467 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1468 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1469 (install-no-fixedincludes): Adjust accordingly.
1470 * Makefile.in: Regenerate.
1471
14722012-05-09 Nick Clifton <nickc@redhat.com>
1473 Paul Smith <psmith@gnu.org>
1474
1475 PR bootstrap/50461
1476 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1477 allow for the fact that from release v3.1.0 of MPFR the source
1478 files were moved into a src sub-directory.
1479 * configure: Regenerate.
1480
14812012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1482
1483 * configure.ac: Bump minimum MPFR version to 2.4.0.
1484 * configure: Regenerated.
1485
14862012-05-01 Richard Henderson <rth@redhat.com>
1487
1488 * Makefile.def (libatomic): New target_module.
1489 * configure.ac (target_libraries): Add libatomic.
1490 (noconfigdirs): Check if libatomic is supported.
1491 * Makefile.in, configure: Rebuild.
1492
f87f9c61
L
14932012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 Merge upstream change
1496 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1497
14982011-11-21 Andreas Tobler <andreast@fgznet.ch>
1499
1500 * libtool.m4: Additional FreeBSD 10 fixes.
1501
68f107fa
AO
15022012-06-28 Christophe Lyon <christophe.lyon@st.com>
1503
1504 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1505 they contain -O2.
1506 * configure: Regenerate.
1507
b9c361e0
JL
15082012-05-14 Catherine Moore <clm@codesourcery.com>
1509
1510 * NEWS: Mention PowerPC VLE port.
1511
9eb322aa
MF
15122012-05-11 Mike Frysinger <vapier@gentoo.org>
1513
1514 * MAINTAINERS (config/): Move to intl/ section.
1515 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1516
58b1dd21
NC
15172012-05-09 Nick Clifton <nickc@redhat.com>
1518 Paul Smith <psmith@gnu.org>
1519
1520 PR bootstrap/50461
1521 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1522 allow for the fact that from release v3.1.0 of MPFR the source
1523 files were moved into a src sub-directory.
1524 * configure: Regenerate.
1525
2e702c99
RM
15262012-05-02 Roland McGrath <mcgrathr@google.com>
1527
1528 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1529 * configure: Regenerate.
1530
d2213593
JB
15312012-04-25 Joel Brobecker <brobecker@adacore.com>
1532
1533 * config.sub: Update to 2012-04-18 version from official repo.
1534
202e2356
NC
15352012-03-19 Tristan Gingold <gingold@adacore.com>
1536
1537 * configure.ac (ia64*-*-*vms*): Add support for ld.
1538 * configure: Regenerate.
1539
2479f722
RO
15402012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1541
1542 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1543 (unsupported_languages): Remove mips-sgi-irix6.*.
1544 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1545 (with_stabs): Remove.
1546 * configure: Regenerate.
1547
4e97d92b
RO
15482012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1549
1550 * configure.ac (enable_libgomp): Remove *-*-osf*.
1551 (with_stabs): Remove alpha*-*-osf*.
1552 * configure: Regenerate.
1553
f9ea6f98
JJ
15542012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1555
1556 * COPYING.NEWLIB: Modify DJ Delorie license to include
1557 modification rights in clause as permitted by DJ Delorie.
1558 * COPYING.LIBGLOSS: Ditto.
1559
48688b3e
JJ
15602012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1561
1562 * COPYING.NEWLIB: Remove two unused licenses.
1563
0945bbee
TG
15642012-03-05 Tristan Gingold <gingold@adacore.com>
1565
1566 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1567 * configure: Regenerate.
1568
516be0c5
JJ
15692012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1570
1571 * COPYING.NEWLIB: Add Adapteva notice.
1572 * COPYING.LIBGLOSS: Add Adapteva notice.
1573
64b986c0
EB
15742011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1575
1576 * configure: Regenerate.
1577
58cddc18
JJ
15782011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1579
1580 * COPYING.LIBGLOSS: Add GPL with exception license.
1581
b121d7d4
DD
15822011-11-09 Roland McGrath <mcgrathr@google.com>
1583
1584 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1585 * configure: Rebuild.
1586 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1587 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1588 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1589 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1590 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1591 Add READELF.
1592 * Makefile.in: Rebuild.
1593
d32e2926
RH
15942011-11-08 Richard Henderson <rth@redhat.com>
1595
1596 * configure.ac: Test for libitm directory present first.
1597
1598 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1599
1600 * configure.ac: Test libitm/configure.tgt to disable libitm.
1601 * configure: Rebuild.
1602
98dd765a
RO
16032011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1604
1605 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1606 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1607 * Makefile.in: Regenerate.
1608
99c513f6
DD
16092011-11-01 DJ Delorie <dj@redhat.com>
1610
1611 * configure.ac (rl78-*-*) New case.
1612 * configure: Regenerate.
1613
ff3ec4ee
DD
16142011-11-01 DJ Delorie <dj@redhat.com>
1615
1616 * config.sub: Update to version 2011-10-29 (added rl78)
1617
c28a9f49
NC
16182011-10-27 Nick Clifton <nickc@redhat.com>
1619
1620 * config.sub: Import these changes from the config project:
1621
a903d6ac 1622 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1623 Ben Elliston <bje@gnu.org>
1624
1625 * config.sub (epiphany): New.
1626
1627 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1628 Ben Elliston <bje@gnu.org>
1629
9eb322aa 1630 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1631
1632 2011-08-23 Roland McGrath <mcgrathr@google.com>
1633
1634 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1635 64eb to be64.
1636
1637 2011-08-16 Roland McGrath <mcgrathr@google.com>
1638
1639 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1640 (nacl): Grok as alias for 32el-unknown-nacl.
1641
860144e4
JB
16422011-08-19 Joel Brobecker <brobecker@adacore.com>
1643
1644 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1645
40ae9136
YQ
16462011-08-14 Yao Qi <yao@codesourcery.com>
1647
1648 Merge from gcc:
1649
1650 2011-08-14 Yao Qi <yao@codesourcery.com>
1651 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1652 * configure: Regenerate.
1653
ffdd6afc
ILT
16542011-07-26 Ian Lance Taylor <iant@google.com>
1655
1656 Merge from gcc:
1657
1658 2011-07-26 Ian Lance Taylor <iant@google.com>
1659 * configure.ac: Set have_compiler based on whether gcc directory
1660 exists, rather than on whether gcc is in configdirs.
1661 * configure: Rebuild.
1662
1663 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1664 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1665 link directories.
1666 * Makefile.in: Rebuild.
1667
1668 2011-07-20 Ian Lance Taylor <iant@google.com>
1669 PR bootstrap/49787
1670 * configure.ac: Move --enable-bootstrap handling earlier in file.
1671 If --enable-bootstrap and either --enable-build-with-cxx or
1672 --enable-build-poststage1-with-cxx, enable C++ automatically.
1673 * configure: Rebuild.
1674
1675 2011-07-19 Ian Lance Taylor <iant@google.com>
1676 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1677 make C++ a boot_language. Set and substitute
1678 POSTSTAGE1_CONFIGURE_FLAGS.
1679 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1680 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1681 * configure, Makefile.in: Rebuild.
1682
1683 2011-07-16 Jason Merrill <jason@redhat.com>
1684 * Makefile.def (language=c++): Add check-c++0x and
1685 check-target-libmudflap-c++.
1686 * Makefile.tpl (check-target-libmudflap-c++): New.
1687 * Makefile.in: Regenerate.
1688
1689 2011-07-16 Matthias Klose <doko@ubuntu.com>
1690 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1691 * Makefile.def (target_modules/libjava): Pass
1692 $(EXTRA_CONFIGARGS_LIBJAVA).
1693 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1694 if not configured with --enable-static-libjava.
1695 * Makefile.in: Regenerate.
1696 * configure: Likewise.
1697
1698 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1699 PR regression/47836
1700 PR bootstrap/23656
1701 PR other/47733
1702 PR bootstrap/49247
1703 PR c/48825
1704 * configure.ac (target_libraries): Remove target-libiberty.
1705 Remove case-statement setting skipdirs=target-libiberty for
1706 multiple targets. Remove checking target_configdirs and
1707 removing target-libiberty but keeping target-libgcc if
1708 otherwise empty.
1709 * Makefile.def (target_modules): Don't add libiberty.
1710 (dependencies): Remove all traces of target-libiberty.
1711 * configure, Makefile.in: Regenerate.
1712
9ccb86e7
JM
17132011-07-22 Jason Merrill <jason@redhat.com>
1714
1715 * Makefile.def (language=c++): Add check-c++0x and
1716 check-target-libmudflap-c++.
1717 * Makefile.tpl (check-target-libmudflap-c++): New.
1718 * Makefile.in: Regenerate.
1719
090bc50f
RO
17202011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1721
1722 * configure: Regenerate.
1723
cff32a7c
RO
17242011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1725
1726 PR target/39150
1727 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1728 x86_64-*-solaris2.1[0-9]*.
1729 * configure: Regenerate.
1730
eb4b2452
NC
17312011-06-13 Walter Lee <walt@tilera.com>
1732
1733 * configure.ac (tilepro-*-*) New case.
1734 (tilegx-*-*): Likewise.
1735 * configure: Regenerate.
1736
3c0013bf
NC
17372011-06-06 Nick Clifton <nickc@redhat.com>
1738
1739 * config.sub: Sync from upstream.
1740
91c1f14c
DK
17412011-05-08 Doug Kwan <dougkwan@google.com>
1742
1743 Merge from gcc:
1744
1745 2011-05-08 Doug Kwan <dougkwan@google.com>
1746
1747 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1748 * configure: Regenerated.
1749 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1750 value from configure.
1751 * Makefile.in: Regenerated.
1752
c7e4b184
JM
17532011-05-05 Joseph Myers <joseph@codesourcery.com>
1754
1755 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1756 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1757 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1758 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1759 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1760 *-*-vxworks*): Disable newlib and libgloss in separate case
1761 statement.
1762 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1763 to separate case statement.
1764 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1765 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1766 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1767 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1768 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1769 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1770 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1771 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1772 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1773 i[[3456789]]86-*-rdos*, m32r-*-*,
1774 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1775 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1776 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1777 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1778 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1779 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1780 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1781 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1782 and libgloss in main case over targets. Remove most empty cases
1783 in main case over targets.
1784 * configure: Regenerate.
1785
7152a690
JM
17862011-05-04 Joseph Myers <joseph@codesourcery.com>
1787
1788 * configure.ac: Remove code setting special library locations for
1789 hppa*64*-*-hpux11*. Remove code setting compiler for
1790 sparc-sun-solaris2*.
1791 * configure: Regenerate.
1792
ff46fb8f
JM
17932011-05-04 Joseph Myers <joseph@codesourcery.com>
1794
1795 * configure.ac: Separate libgloss_dir settings from general case
1796 over targets.
1797 * configure: Regenerate.
1798
82ae827f
JM
17992011-04-28 Joseph Myers <joseph@codesourcery.com>
1800
1801 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1802 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1803 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1804 cases in libgcj-disabling case statement.
1805 (hppa*64*-*-linux*): Set unsupported_languages instead of
1806 disabling target-zlib.
1807 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1808 to hppa*64*-*-hpux*.
1809 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1810 hppa*-*-hpux*.
1811 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1812 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1813 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1814 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1815 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1816 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1817 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1818 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1819 libgcj-disabling case statement.
1820 * configure: Regenerate.
1821
0827f9a6
JM
18222011-04-28 Joseph Myers <joseph@codesourcery.com>
1823
1824 * configure.ac: Disable Java for targets not supporting libffi.
1825 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1826 Remove cases in Java-disabling statement.
1827 (*arm-wince-pe): Change to arm-wince-pe.
1828 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1829 cases in Java-disabling statement.
1830 (bfin-*-*): Don't disable Java again.
1831 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1832 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1833 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1834 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1835 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1836 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1837 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1838 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1839 Java-disabling statement.
1840 (mmix-*-*): Don't disable Java again.
1841 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1842 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1843 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1844 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1845 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1846 statement.
1847 * configure: Regenerate.
1848
899b04ef
JM
18492011-04-28 Joseph Myers <joseph@codesourcery.com>
1850
1851 Merge from GCC:
1852
1853 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1854
1855 PR lto/48086
1856 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1857 * configure: Regenerate.
1858
9863d716
JM
18592011-04-28 Joseph Myers <joseph@codesourcery.com>
1860
1861 * configure.ac: Separate cases disabling Java and Java libraries
1862 from general case over targets.
1863 * configure: Regenerate.
1864
a90ef4bf
JM
18652011-04-06 Joseph Myers <joseph@codesourcery.com>
1866
1867 * configure.ac (build_tools): Remove build-byacc.
1868 (host_libs): Remove mmalloc.
1869 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1870 autoconf automake libtool diff rcs fileutils shellutils time
1871 textutils wdiff find uudecode hello tar gzip indent recode release
1872 sed perl gawk findutils gettext zip.
1873 (libgcj): Remove target-qthreads.
1874 (target_tools): Remove target-examples target-gperf.
1875 (YACC): Don't handle building byacc.
1876 * configure: Regenerate.
1877 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1878 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1879 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1880 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1881 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1882 handle building components.
1883 * Makefile.in: Regenerate.
1884
05a02268
RW
18852011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1886
1887 * config.sub: Sync from upstream.
1888
c5f5c3c2
JM
18892011-04-01 Joseph Myers <joseph@codesourcery.com>
1890
1891 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1892 (microblaze*): Don't disable libssp.
1893 * configure: Regenerate.
1894
f6c1938b
JM
18952011-04-01 Joseph Myers <joseph@codesourcery.com>
1896
1897 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1898 moveifchange.
1899 * configure: Regenerate.
1900 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1901 * Makefile.in: Regenerate.
1902
1f111696
JM
19032011-04-01 Joseph Myers <joseph@codesourcery.com>
1904
1905 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1906 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1907 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1908 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1909 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1910 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1911 md_exec_prefix cases.
1912 * configure: Regenerate.
1913
065a5627
JM
19142011-04-01 Joseph Myers <joseph@codesourcery.com>
1915
1916 * configure.ac: Separate cases disabling target-libssp,
1917 target-libiberty, target-libstdc++-v3 and Fortran from general
1918 case over targets.
1919 * configure: Regenerate.
1920
b2f14e4a
JM
19212011-04-01 Joseph Myers <joseph@codesourcery.com>
1922
1923 * configure.ac (*-*-chorusos): Don't disable libgcj.
1924 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1925 Remove case.
1926 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1927 (arm-*-coff): Don't disable libgcj.
1928 (arm*-*-linux-gnueabi): Remove useless assignment.
1929 (arm-*-riscix*): Don't disable libgcj.
1930 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1931 configuration.
1932 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1933 (c54x*-*-*): Remove case.
1934 (tic54x-*-*): Don't disable GCC or GCC libraries.
1935 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1936 to *.
1937 (d10v-*-*): Don't disable GCC libraries.
1938 (d30v-*-*): Don't disable libgcj.
1939 (h8500-*-*): Don't disable GCC libraries.
1940 (i960-*-*): Don't disable libgcj.
1941 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1942 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1943 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1944 libgcj.
1945 (m68k-*-coff*): Remove case.
1946 (mmix-*-*): Don't disable libgloss on host.
1947 (mn10200-*-*, mn10300-*-*): Remove cases.
1948 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1949 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1950 Don't disable libgcj.
1951 (romp-*-*): Remove case.
1952 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1953 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1954 case.
1955 (v810-*-*): Don't disable GCC libraries.
1956 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1957 (ip2k-*-*): Don't disable GCC libraries.
1958 * configure: Regenerate.
1959
6a608608
JM
19602011-03-28 Joseph Myers <joseph@codesourcery.com>
1961
1962 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1963 libffi on host.
1964 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1965 on host.
1966 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1967 * configure: Regenerate.
1968
5b806d27
NC
19692011-03-26 John Marino <binutils@marino.st>
1970
1971 * configure.ac: Add support for *-*-dragonfly*
1972 * configure: Regenerate.
1973
0377a422
JM
19742011-03-25 Joseph Myers <joseph@codesourcery.com>
1975
1976 * configure.ac (native_only): Remove.
1977 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1978 send-pr uudecode guile gnuserv on host.
1979 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1980 send-pr rcs guile perl texinfo libtool on host.
1981 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1982 automake send-pr rcs guile perl texinfo libtool on host.
1983 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1984 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1985 (alpha*-dec-osf*): Don't disable fileutils on target.
1986 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1987 texinfo send-pr expect dejagnu on target.
1988 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1989 target-qthreads on target.
1990 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1991 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1992 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1993 x86_64-*-mingw*): Don't disable expect on target.
1994 (*-*-cygwin*): Don't disable target-gperf on target.
1995 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1996 gnuserv on target.
1997 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1998 target.
1999 * configure: Regenerate.
2000
2354b38b
JM
20012011-03-25 Joseph Myers <joseph@codesourcery.com>
2002
2003 * configure.ac (target_tools): Remove target-groff.
2004 (native_only): Remove target-groff.
2005 (hppa*64*-*-*): Don't disable byacc.
2006 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2007 setting.
2008 (*-*-kaos*): Don't skip target-librx and target-groff.
2009 (*-*-netware*): Don't skip target-libmudflap.
2010 (*-*-tpf*): Don't skip target-libmudflap.
2011 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2012 directories on the host.
2013 (ia64*-*-*vms*): Don't skip tix.
2014 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2015 host.
2016 * configure: Regenerate.
2017
28d9b232
PB
20182011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2019
2020 * configure.ac: Remove references to mt-mep, mt-netware,
2021 mt-wince.
2022 * Makefile.def: Add all-utils soft dependencies.
2023 * Makefile.tpl: Remove GDB_NLM_DEPS.
2024 * configure: Regenerate.
2025 * Makefile.in: Regenerate.
2026
dbbe5f95
PB
20272011-03-24 Paolo Bonzini <bonzini@gnu.org>
2028
2029 Sync from GCC:
2030
2031 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2032
2033 * configure.ac: Do not include mh-x86omitfp.
2034 * configure: Regenerate.
2035
2036 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2037
2038 * configure.ac: Remove empty cases.
2039 * configure: Regenerate.
2040
2041 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2042
2043 * Makefile.def: Add dependency from termcap to gdb.
2044 * Makefile.in: Regenerate.
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2049 * configure: Regenerate.
2050 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2051 * Makefile.tpl: Likewise.
2052 * Makefile.in: Regenerate.
2053
2054 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * configure.ac: Remove all mentions of tentative_cc.
2057 * configure: Regenerate.
2058
2059 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2060
2061 PR lto/48086
2062 * configure.ac: Re-enable LTO on *-apple-darwin9.
2063 * configure: Regenerate.
2064
3516a403
JM
20652011-03-24 Joseph Myers <joseph@codesourcery.com>
2066
2067 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2068 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2069 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2070 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2071 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2072 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2073 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2074 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2075 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2076 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2077 *-*-rhapsody*): Remove host cases.
2078 * configure: Regenerate.
2079
93cc359e
JM
20802011-03-24 Joseph Myers <joseph@codesourcery.com>
2081
2082 * configure.ac (ppc*-*-pe): Remove host case.
2083 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2084 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2085 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2086 cases.
2087 * configure: Regenerate.
2088
29b2c556
JM
20892011-03-24 Joseph Myers <joseph@codesourcery.com>
2090
2091 * config.sub: Update to version 2011-03-23.
2092
f0ff0f90
JM
20932011-03-22 Joseph Myers <joseph@codesourcery.com>
2094
2095 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2096 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2097 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2098 * configure: Regenerate.
2099
782cb41f
JM
21002011-03-22 Joseph Myers <joseph@codesourcery.com>
2101
2102 * config-ml.in: Don't handle arc-*-elf*.
2103 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2104 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2105 handle GCC libraries.
2106 * configure: Regenerate.
2107
0e8ad34f
RO
21082011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2109
2110 PR bootstrap/48120:
2111 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2112 Add -lstdc++ -lm to LIBS.
2113 * configure: Regenerate.
2114
5548b4ce
DE
21152011-03-18 David Edelsohn <dje.gcc@gmail.com>
2116
2117 * config.guess: Update to version 2011-02-02
2118 * config.sub: Update to version 2011-02-24
2e702c99 2119
86ed8cf6
SP
21202011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2121
9eb322aa
MF
2122 * configure.ac: Adjust test of with_ppl.
2123 * configure: Regenerated.
86ed8cf6 2124
b123da99
SP
21252011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2126
2127 * configure.ac: Add -lpwl to ppllibs.
2128 * config/cloog.m4: Add -lisl to clooglibs.
2129 * configure: Regenerated.
2130
822ce8ee
RW
21312011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2132
2133 Import from Libtool and gnulib:
2134
2135 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2136
2137 Prepare for supporting FreeBSD 10.
2138 * config.rpath: Remove handling of freebsd1* which soon would
2139 match FreeBSD 10.0.
2140
2141 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2142
2143 Remove support for FreeBSD 1.x.
2144 * libtool.m4 (_LT_LINKER_SHLIBS)
2145 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2146 soon would incorrectly match FreeBSD 10.0.
2147
dcb5e506
RW
21482011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2149
2150 PR binutils/12283
2151 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2152 (move-if-change): Comes from gnulib.
2153 * move-if-change: Import version from gnulib.
2154
8d8eef9a
RW
21552011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2156
2157 Sync from GCC:
2158
2159 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2160
2161 PR lto/47225
2162 * Makefile.def (lto-plugin): Double dash for enable-shared.
2163 (configure-gcc): Depend on all-lto-plugin.
2164 * Makefile.in: Rebuilt.
2165
2166 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2167
2168 * configure.ac: Remove extra bracket.
2169 * configure: Regenerate.
2170
2171 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2172
2173 PR lto/47225
2174 * Makefile.def: Add dependency for install-gcc
2175 on install-lto-plugin.
2176 * Makfile.in: Regenerated
2177
2178 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2179
2180 * configure.ac: If with_ppl is no, move setting with_cloog=no
2181 after CLOOG_REQUESTED check.
2182 * configure: Regenerated.
2183
2184 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2185
2186 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2187 CLooG has been requested.
2188 * configure: Regenerated.
2189
2190 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2191
2192 * configure: Regenerated.
2193 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2194
2195 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2196
2197 * configure: Regenerated.
2198 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2199
2200 2011-01-07 Jan Hubicka <jh@suse.cz>
2201
2202 PR lto/47225
2203 * Makefile.in: Regenerate.
2204 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2205 configure.
2206
65b4571a
AO
22072011-01-31 Alexandre Oliva <aoliva@redhat.com>
2208
2209 PR libgcj/44341
2210 * configure.ac: Discard --with-* flags for host when configuring
2211 target libraries for cross build.
2212 * configure: Rebuilt.
2213
7837304f
AS
22142011-01-21 Andreas Schwab <schwab@redhat.com>
2215
2216 Sync from GCC:
2217
2218 2011-01-21 Andreas Schwab <schwab@redhat.com>
2219
2220 * configure.ac: Use AS_HELP_STRING throughout.
2221 * configure: Regenerate.
2222
2223 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2224
2225 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2226 * configure: Regenerate.
2227
115ef890
RW
22282010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2229
2230 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2231
92c9a463
JB
22322011-01-13 Joel Brobecker <brobecker@adacore.com>
2233
2234 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2235 for ia64-hpux.
2236 * configure: Regenerate.
2237
887ebfb4
RW
22382011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2239
2240 Sync from GCC:
2241 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2242
2243 * configure.ac: (picochip): Disable libiberty.
2244 * configure: Regenerate.
2245
04d2c2b2
JJ
22462010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2247
2248 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2249
33d23ee8
ILT
22502010-12-10 Ian Lance Taylor <iant@google.com>
2251
2252 PR bootstrap/46819
2253 * configure.ac: For --disable-libgcj clear libgcj_saved.
2254 * configure: Rebuild.
2255
89a1e9c3
PB
22562010-12-10 Tobias Burnus <burnus@net-b.de>
2257
2258 PR fortran/46540
2259 * configure.ac: Add --disable-libquadmath and
2260 --disable-libquadmath-support.
2261 * configure: Regenerate.
2262
ac7bcd26
TG
22632010-12-10 Tristan Gingold <gingold@adacore.com>
2264
2265 * src-release (ETC_SUPPORT): add gnu-oids.texi
2266
d357cef7
HPN
22672010-12-03 Hans-Peter Nilsson <hp@axis.com>
2268
2269 PR libffi/46792
2270 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2271 * configure: Regenerate.
2272
4f11b223
ILT
22732010-12-02 Ian Lance Taylor <iant@google.com>
2274
2275 * configure.ac: Always set default for poststage1_ldflags to
2276 -static-libstdc++ -static-libgcc.
2277
989abc33
JJ
22782010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2279
2280 * COPYING.NEWLIB: Add National Semiconductor notice.
2281
950386c6
AS
22822010-11-29 Andreas Schwab <schwab@redhat.com>
2283
2284 * configure.ac: Move comment to remove extra space in last argument
2285 of GCC_TARGET_TOOL.
2286
87cda2cf
AO
22872010-11-26 Alexandre Oliva <aoliva@redhat.com>
2288
7d509c83 2289 PR other/46026
87cda2cf
AO
2290 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2291 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2292 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2293 (BASE_FLAGS_TO_PASS): Use it.
2294 * configure: Rebuilt.
2295 * Makefile.in: Rebuilt.
2296
d3b50760
L
22972010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2298
2299 PR binutils/12258
2300 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2301 Properly check default linker.
2302 * configure: Regnerated.
2303
c7791212
NC
23042010-11-23 Matthias Klose <doko@ubuntu.com>
2305
2306 * configure.ac: For --enable-gold, handle value `default' instead of
2307 `both*'. New configure option --{en,dis}able-ld.
2308 * configure: Regenerate.
2309
9e1a94f4
ILT
23102010-11-20 Ian Lance Taylor <iant@google.com>
2311
2312 * configure.ac: Only disable a language library if no language needs
2313 it. Don't let --disable-libgcj uncondtionally disable libffi.
2314 * configure: Rebuild.
2315
ceca0218
PB
23162010-11-20 Paolo Bonzini <bonzini@gnu.org>
2317
2318 * configure: Regenerate.
2319
9b980aa1
RW
23202010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2321
2322 PR other/46202
2323 * configure.ac: Fix just-built in-tree STRIP name to be
2324 binutils/strip-new.
2325 * configure: Regenerate.
2326 * Makefile.def (install-strip-gcc, install-strip-binutils)
2327 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2328 (install-strip-sid): Mirror dependencies on non-strip variants
2329 of these targets on the respective -strip prerequisites.
2330 * Makefile.tpl (install-strip, install-strip-host)
2331 (install-strip-target): New targets.
2332 (install-strip-[+module+], install-strip-target-[+module+]):
2333 New targets.
2334 * Makefile.in: Regenerate.
2335
e552509b
ILT
23362010-11-19 Ian Lance Taylor <iant@google.com>
2337 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2338
2339 * configure.ac: Add target-libgo to target_libraries. Set
2340 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2341 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2342 (HOST_EXPORTS): Add GOC.
2343 (BASE_TARGET_EXPORTS): Add GOC.
2344 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2345 (GOCFLAGS_FOR_TARGET): New variable.
2346 (EXTRA_HOST_FLAGS): Add GOC.
2347 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2348 * Makefile.def (target_modules): Add libgo.
2349 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2350 (dependencies): Add dependency from configure-target-libgo to
2351 configure-target-libffi and all-target-libstdc++-v3. Add
2352 dependencies from all-target-libgo to all-target-libffi.
2353 (languages): Add go.
2354 * configure: Rebuild.
2355 * Makefile.in: Rebuild.
2356
23572010-11-19 Ian Lance Taylor <iant@google.com>
2358
2359 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2360 compiler/flag environment variables.
2361
23622010-11-18 Ian Lance Taylor <iant@google.com>
2363
2364 * configure.ac: Check for lang_requires_boot_languages in
2365 config-lang.in files.
2366 * configure: Rebuild.
2367
8c21d9c7
MF
23682010-11-17 Mike Frysinger <vapier@gentoo.org>
2369
2370 * .gitignore: New file.
2371
e552509b
ILT
23722010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2373 Tobias Burnus <burnus@net-b.de>
2374
2375 PR fortran/32049
2376 * Makefile.def: Add libquadmath; build it with language=fortran.
2377 * configure.ac: Add libquadmath.
2378 * Makefile.tpl: Handle multiple libs in check-[+language+].
2379 * Makefile.in: Regenerate.
2380 * configure: Regenerate.
2381
23822010-11-15 Andreas Schwab <schwab@redhat.com>
2383
2384 * configure.ac: Fix spelling in option names.
2385 * configure: Regenerated.
2386
23872010-11-13 Georg-Johann Lay <georgjohann@web.de>
2388
2389 PR bootstrap/39622
2390 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2391 * configure: Regenerated.
2392
23932010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2394
2395 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2396 define the cloog backend to use. Furthermore, only pass the ppllibs to
2397 the configure checks, if necessary.
2398 * configure: Regenerate.
2399
24002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2401
2402 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2403 * configure: regenerate
2404
24052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2406
2407 * config/cloog.m4: Fix typo. verison -> version.
2408 * configure: Regenerate.
2409
24102010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2411
2412 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2413 * configure: Regenerate.
2414
24152010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2416
2417 * configure.ac: Support official CLooG.org versions.
2418 * configure: Regenerate.
2419 * config/cloog.m4: New.
2420
aa291e2d
ME
24212010-11-05 Michael Eager <eager@eagercon.com>
2422
2423 * COPYING.LIBGLOSS: Correct typo in microblaze.
2424 * COPYING.NEWLIB: Same.
2425
e552509b
ILT
24262010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2427
2428 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2429 * configure: Regenerate.
2430
74cea91b
DK
24312010-11-03 Ian Lance Taylor <iant@google.com>
2432 Dave Korn <dave.korn.cygwin@gmail.com>
2433
2434 PR lto/46273
2435 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2436 and on other supported platforms whenever LTO is enabled.
2437 * configure: Rebuild.
2438
6d0cd39e
AM
24392010-11-02 Alan Modra <amodra@gmail.com>
2440
2441 PR binutils/12110
2442 * configure.ac: Error when source path contains spaces.
2443 * configure: Regenerate.
2444
18a8530e
ILT
24452010-10-20 Ian Lance Taylor <iant@google.com>
2446
2447 * Makefile.def (target_modules): Set lib_path to src/.libs for
2448 libstdc++-v3 module.
2449 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2450 * Makefile.in: Rebuild.
2451
6ed3211e
JJ
24522010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2453 Joseph Myers <joseph@codesourcery.com>
2454
2455 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2456 notices.
2457 * COPYING.NEWLIB: Add Texas Instruments notice.
2458
a8eb3f0a
DK
24592010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2460
2461 * configure.ac (build_lto_plugin): New shell variable.
2462 (--enable-lto): Turn on by default for all non-ELF platforms that
2463 have had LTO support added so far. Set build_lto_plugin appropriately
2464 for both ELF and non-ELF.
2465 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2466 * configure: Regenerate.
2467
4074d5f2
RW
24682010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2469
2470 PR bootstrap/45326
2471 PR bootstrap/45174
2472 * configure.ac: Honor initial values of $build_configargs,
2473 $host_configargs, $target_configargs. Mark the precious, so
2474 environment settings get recorded.
2475 * configure: Regenerate.
2476
29821356
RW
24772010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2478
2479 Sync from GCC:
2480
2481 2010-09-30 Michael Eager <eager@eagercon.com>
2482
2483 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2484 * configure: Regenerate.
2485
2486 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2487
2488 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2489 targets and amend comment.
2490 * configure: Regenerate.
2491
2492 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2493
2494 * configure.ac: Enable LTO by default on Darwin.
2495 * configure: Regenerate.
2496
2497 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2498
2499 PR bootstrap/44455
2500 * configure.ac (extra_mpfr_configure_flags): Copy from
2501 extra_mpc_gmp_configure_flags.
2502 * configure: Re-generated.
2503
57eefe4d
RW
25042010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2505
2506 Sync from GCC:
2507
2508 PR bootstrap/45796
2509 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2510 Depend on all-build-libiberty.
2511 * Makefile.in: Regenerate.
2512
25132010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2514
2515 Sync from GCC:
2516
2517 PR bootstrap/44621
2518 * configure.ac: Fix unportable shell quoting.
2519 * configure: Regenerate.
2520
48bb73dd
RW
25212010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2522
2523 * configure.ac: Support all v850 targets.
2524 * configure: Regenerate.
2525
1d14850f
PB
25262010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2527
2528 PR target/44862
2529 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2530 Provide -B option to allow for link spec %s substitutions for
2531 libstdc++.a on darwin.
2532 * Makefile.in: Regenerate.
2533
7530c480
AO
25342010-06-10 Alexandre Oliva <aoliva@redhat.com>
2535
2536 * Makefile.def (configure-gcc): Depend on all-libelf.
2537 * Makefile.in: Rebuild.
2538
285d560d
RW
25392010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2540
2541 * config.sub, config.guess: Update from upstream sources.
2542
a009f2e7
RW
25432010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2544
2545 Sync from GCC:
2546
2547 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2548 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2549 * configure: Regenerated.
2550
2551 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2552 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2553 * configure: Regenerate.
2554
2555 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2556 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2557 * configure: Regenerate.
2558
2559 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2560 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2561 separately.
2562 * configure: Regenerate.
2563
2564 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2565 * configure: Regenerate after change to elf.m4.
2566
2567 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2568 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2569 * configure: Regenerated.
2570
2571 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2572 * configure.ac: Print "buggy but acceptable" when CLooG
2573 revision is less than 9.
2574 * configure: Regenerated.
2575
e49e5c92
DK
25762010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2577
2578 Merge from gcc:
2579
2580 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2581 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2582 * configure: Regenerate.
2583
2584 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2585 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2586 a platform that supports LTO.
2587 * configure: Regenerate.
2588
2589 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2590 PR lto/42776
2591 * configure.ac (--enable-lto): Refactor handling so libelf tests
2592 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2593 and allow LTO to be explicitly enabled on non-ELF platforms that
2594 are known to support it inside else-clause.
2595 * configure: Regenerate.
2596
e6de499b
NC
25972010-04-27 Roland McGrath <roland@redhat.com>
2598 H.J. Lu <hongjiu.lu@intel.com>
2599
2600 * configure.ac (--enable-gold): Support both, both/gold and
2601 both/bfd to add gold to configdirs without removing ld.
2602 * configure: Regenerated.
2603
2604 * Makefile.def: Add install-gold dependency to install-ld.
2605 * Makefile.in: Regenerated.
2606
d594eacc
TG
26072010-04-14 Tristan Gingold <gingold@adacore.com>
2608
2609 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2610 * configure: Regenerate.
2611
938d2b74
RW
26122010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2613
2614 Merge from gcc:
2615 PR bootstrap/43615
2616 PR bootstrap/43328
2617 Revert:
2618 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2619 * configure.ac: Do not pass --enable-multilib nor
2620 --disable-multilib in baseargs. Accept explicitly passed
2621 --enable_multilib.
2622 * configure: Regenerate.
2623
a9ef41a7
RW
26242010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2625
2626 PR bootstrap/43328
2627 * configure.ac: Do not pass --enable-multilib nor
2628 --disable-multilib in baseargs. Accept explicitly passed
2629 --enable_multilib.
2630 * configure: Regenerate.
2631
619a3713
JM
26322010-03-23 Joseph Myers <joseph@codesourcery.com>
2633
2634 * configure.ac (tic6x-*-*): New case.
2635 * configure: Regenerate.
2636
92f4e989
JM
26372010-03-23 Joseph Myers <joseph@codesourcery.com>
2638
2639 Merge from gcc:
2640 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2641 PR ada/42554
2642 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2643 * configure: Regenerate.
2644
c35a0556
JM
26452010-03-23 Joseph Myers <joseph@codesourcery.com>
2646
2647 * config.sub: Update to version 2010-03-22.
2648 * config.guess: Update to version 2009-12-30.
2649
18fa8f9c
JM
26502010-03-14 Joseph Myers <joseph@codesourcery.com>
2651
2652 Merge from gcc:
2653 2010-01-11 Richard Guenther <rguenther@suse.de>
2654 PR lto/41569
2655 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2656 * Makefile.in: Regenerated.
2657
ba98da75
RO
26582010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2659
2660 PR libstdc++/32499
2661 * configure.ac (RANLIB): Default to true.
2662 (STRIP): Likewise.
2663 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2664 * configure: Regenerate.
2665
3994761f
NC
26662010-02-17 Nick Clifton <nickc@redhat.com>
2667
2668 PR 11238
2669 * Makefile.tpl (local-distclean): Also remove config.cache files in
2670 sub-directories as there may not be Makefiles present in the
2671 sub-directories.
792cdb50
NC
2672 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2673 the config.cache files found by the find command.
2674
3994761f
NC
2675 * Makefile.in: Regenerate.
2676 * configure.ac: Revert previous delta.
2677 * configure: Regenerate.
2678
01a82011
NC
26792010-02-15 Nick Clifton <nickc@redhat.com>
2680
2681 PR 11238
2682 * configure.ac: Delete config.cache files in sub-directories when
2683 deleting Makefiles.
2684 * configure: Regenerate.
2685
143754cd
NC
26862010-02-15 Nick Clifton <nickc@redhat.com>
2687
2688 * configure.ac: Sync from gcc.
2689 * configure: Regenerate.
2690
a6b5846e
KG
26912010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2692
2693 Sync from gcc:
2694 * configure.ac: Add "recommended" version checks for GMP/MPC.
2695 Update recommended GMP/MPFR/MPC versions.
2696 * configure: Regenerate.
2697
2aa2364a
JR
26982010-01-25 Joern Rennecke <amylaar@spamcop.net>
2699
2700 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2701 * configure.ac (bootstrap_target_libs): Make inclusion of
2702 target-libgomp conditional on libgomb being in target_configdirs.
2703 * configure: Regenerate.
2704
d35e937f
JR
27052010-01-23 Joern Rennecke <amylaar@spamcop.net>
2706
2707 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2708 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2709 * configure: Regenerate.
2710
911e63d0
JR
27112010-01-22 Joern Rennecke <amylaar@spamcop.net>
2712
2713 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2714 * configure.ac (target_configdirs): Substitute.
2715 * Makefile.def: Bootstrap target module libgomp.
2716 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2717 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2718 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2719 * configure, Makefile.in: Regenerate.
2720
3725885a
RW
27212009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2722
2723 * libtool.m4: Sync from git Libtool.
2724 * ltmain.sh: Likewise.
2725 * ltoptions.m4: Likewise.
2726 * ltversion.m4: Likewise.
2727 * lt~obsolete.m4: Likewise.
2728
d5f2ee2e 27292010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2730 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2731
2732 PR bootstrap/42424
2733 * configure.ac: Include libtool m4 files.
9eb322aa 2734 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2735 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2736 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2737
d5f2ee2e
KG
2738 * configure: Regenerate.
2739
f2b2dd91
RW
27402010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2741
2742 PR bootstrap/41818
2743 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2744 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2745 * Makefile.in: Regenerate.
2746
06ca7962
BE
27472009-12-18 Ben Elliston <bje@au.ibm.com>
2748
2749 * config.sub, config.guess: Update from upstream sources.
2750
30a16d7b
JJ
27512009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2752
2753 * COPYING.NEWLIB: Update copyright date.
2754 * COPYING.LIBGLOSS: Ditto.
2755
d9b76ff9
KG
27562009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2757
2758 PR middle-end/30447
2759 PR middle-end/30789
2760 PR other/40302
2761
2762 * configure.ac: Require MPC.
2763 * configure: Regenerate.
2764
2765 * configure.ac: Update minimum MPC version to 0.8.
2766 * configure: Regenerate.
2767
e12dec02
PB
27682009-11-20 Paolo Bonzini <bonzini@gnu.org>
2769
2770 * config.guess: Sync with upstream and gcc.
2771 * config.sub: Sync with upstream and gcc.
2772
606a9ca0
AO
27732009-11-16 Alexandre Oliva <aoliva@redhat.com>
2774
2775 * Makefile.def: Restore host and target settings for gmp.
2776 * Makefile.in: Rebuild.
2777
1f53ca9a
AO
27782009-11-16 Alexandre Oliva <aoliva@redhat.com>
2779
2780 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2781 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2782 Fix portability of test of C++ as bootstrap language. Add
2783 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2784 * configure: Rebuild.
2785 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2786 and cloog. Fix in-tree ppl configuration. Introduce libelf
2787 in-tree building.
2788 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2789 (POSTSTAGE1_HOST_EXPORTS): Use it.
2790 (STAGE[+id+]_CXXFLAGS): New.
2791 (BASE_FLAGS_TO_PASS): Pass it down.
2792 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2793 extra_exports.
2794 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2795 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2796 extra_exports.
2797 * Makefile.in: Rebuild.
2798
27992009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2800
2801 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2802 paths for *-w64-mingw* and x86_64-*mingw*.
2803 * configure: Regenerated.
2804
28052009-10-30 Kai Tietz <kai.tietz@onevision.com>
2806
2807 * configure.ac: Disable target-winsup & co for
2808 x86_64-*-mingw* and *-w64-mingw* targets.
2809 * configure: Regenerated.
2810
28112009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2812
2813 * configure.ac (CLooG test): Use = with test.
2814 * configure: Regenerate.
2815
28162009-10-22 Richard Guenther <rguenther@suse.de>
2817
2818 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2819 cloog if the ppl version check failed. Move flags saving
2820 before setting in libelf check.
2821 * configure: Regenerate.
2822
28232009-10-21 Richard Guenther <rguenther@suse.de>
2824
2825 * configure.ac: Adjust the ppl and cloog configure to work as
2826 documented. Disable cloog if ppl was disabled. Omit the version
2827 checks if they were disabled.
2828 * configure: Re-generate.
2829
6811fb56
RW
28302009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2831
2832 * configure.ac: Add 'lto' to enable_languages, not
2833 new_enable_languages, and only if not already present.
2834 * configure: Regenerate.
2835
700d40ca
ILT
28362009-10-06 Ian Lance Taylor <iant@google.com>
2837
2838 * Makefile.def: check-gold depends upon all-gas.
2839 * Makefile.in: Rebuild.
2840
28412009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2842
2843 * Makefile.def: all-lto-plugin depends on all-libiberty.
2844 set bootstrap=true for lto-plugin.
2845 Add lto-plugin.
2846 * Makefile.in: Regenerate.
2847 * configure.ac (host_libs): Add lto-plugin.
2848 * configure: Regenerate.
2849
28502009-10-03 Diego Novillo <dnovillo@google.com>
2851
2852 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2853 (HOST_LIBELFLIBS): Define.
2854 (HOST_LIBELFINC): Define.
2855 * Makefile.in: Regenerate.
2856 * configure.ac: Add --enable-lto.
2857 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2858 If --enable-lto is used, add 'lto' to new_enable_languages.
2859 If --enable-lto is used and gold is enabled, add
2860 lto-plugin to configdirs.
2861 * configure: Regenerate.
2862
28632009-10-03 Simon Baldwin <simonb@google.com>
2864
2865 * configure.ac: If --with-system-zlib, suppress local zlib and
2866 pass --with-system-zlib to subdir configure scripts.
2867 * configure: Regenerate.
2868
28692009-10-01 Loren J. Rittle <ljrittle@acm.org>
2870 Paolo Bonzini <bonzini@gnu.org>
2871
2872 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2873 $(srcdir).
2874 * Makefile.in: Rebuilt.
2875
c8cb1b3e
PB
28762009-09-29 Paolo Bonzini <bonzini@gnu.org>
2877
2878 Sync from gcc:
2879 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2880
2881 * configure.ac: Update minimum MPC version to 0.7.
2882 * configure: Regenerate.
2883
30167e0a
NC
28842009-09-25 Nick Clifton <nickc@redhat.com>
2885
2886 * configure.ac: Pass any --cache-file=/dev/null option on to
2887 subconfigures.
2888 * configure: Regenerate.
2889
707a0b5c
NC
28902009-09-23 Nick Clifton <nickc@redhat.com>
2891
2892 * config.sub, config.guess: Update from upstream sources.
2893
700d40ca
ILT
28942009-09-22 Loren J. Rittle <ljrittle@acm.org>
2895
2896 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2897 * Makefile.in: Rebuilt.
2898
2fd0b40b
RW
28992009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2900
2901 PR bootstrap/32272
2902 * configure.ac: Error out if $srcdir isn't '.' but contains
2903 host-${host_noncanonical}.
2904 * configure: Regenerate.
2905
4385ad3c
RW
29062009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2907
16b1ad29
RW
2908 * configure.ac: If bootstrapping a combined tree with
2909 --enable-gold, require c++ in stage1_languages.
2910 * configure: Regenerate.
2911
f8dc745f
RW
2912 * configure.ac: Also add target_libs of stage1_languages to
2913 bootstrap_target_libs.
2914 * configure: Regenerate.
2915
4385ad3c
RW
2916 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2917 with --enable-languages not containing c++.
2918 * configure: Regenerate.
2919
df51e4e1
JZ
29202009-09-16 Jie Zhang <jie.zhang@analog.com>
2921
2922 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2923 * configure: Regenerate.
2924
06a51eac
RW
29252009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2926
2927 * configure.ac: Do not use $extrasub for replacing @if/@endif
2928 parts in Makefile; instead, use additional arguments to
2929 AC_CONFIG_COMMANDS to do the replacement manually, with several
2930 sed invocations, to avoid HP-UX sed command limits.
2931 * configure: Regenerate.
2932
96655cc4
AO
29332009-09-04 Alexandre Oliva <aoliva@redhat.com>
2934
2935 * configure.ac (with-build-config): Document. Handle without.
2936 Handle missing argument.
2937 * configure: Rebuilt.
2938
29392009-09-03 Alexandre Oliva <aoliva@redhat.com>
2940
2941 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2942 Default to bootstrap-debug only if compare-debug works.
2943 * configure: Rebuilt.
2944 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2945 * Makefile.in: Rebuilt.
2946
29472009-09-01 Alexandre Oliva <aoliva@redhat.com>
2948
2949 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2950 * Makefile.in: Rebuilt.
2951
8e957354
PB
29522009-09-02 Paolo Bonzini <bonzini@gnu.org>
2953
2954 * Makefile.tpl (AWK): Fix typo.
2955 * Makefile.in: Regenerate.
2956
29572009-09-02 Paolo Bonzini <bonzini@gnu.org>
2958
2959 * configure.ac: Detect awk and sed.
2960 * Makefile.def (flags_to_pass): Add AWK and SED.
2961 * Makefile.tpl (AWK, SED): New.
2962 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2963 * configure: Regenerate.
2964 * Makefile.in: Regenerate.
2965
fb792462
TG
29662009-09-01 Tristan Gingold <gingold@adacore.com>
2967
2968 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2969 Remove logical names.
2970
a69e7d0a
DK
29712009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2972
2973 * ltmain.sh (func_normal_abspath): New function.
2974 (func_relative_path): Likewise.
2975 (func_mode_help): Document new -bindir option for link mode.
2976 (func_mode_link): Add new -bindir option, and use it to place
2977 output DLL if specified.
2978
d444d2ba
RW
29792009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2980
2981 * configure.ac (AC_PREREQ): Bump to 2.64.
2982
13b7343a
RW
29832009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2984
af542c2e
RW
2985 * README-maintainer-mode: Point directly to upstream locations
2986 for autoconf, automake, libtool, gettext, instead of copies on
2987 sources.redhat.com. Document required versions.
2988 * configure.ac: Do not substitute datarootdir, htmldir,
2989 pdfdir, docdir. Do not process --with-datarootdir,
2990 --with-htmldir, --with-pdfdir, --with-docdir.
2991 * configure: Regenerate.
2992
81ecdfbb
RW
2993 * configure: Regenerate.
2994
13b7343a
RW
2995 * compile: Sync from Automake 1.11.
2996 * depcomp: Likewise.
2997 * install-sh: Likewise.
2998 * missing: Likewise.
2999 * mkinstalldirs: Likewise.
3000 * ylwrap: Likewise.
3001
c1102ce7
RW
30022009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3003
34a0f3cf
RW
3004 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3005 (baseargs): Add --disable-option-checking.
3006 * configure: Regenerate.
3007
c1102ce7
RW
3008 * Makefile.def (configure-target-libiberty): Depend on
3009 all-binutils and all-ld.
3010 (configure-target-newlib): Likewise.
3011 * Makefile.in: Regenerate.
3012
e8a5fa9c
RW
30132009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3014
3015 Sync with GCC, merge:
3016
3017 2009-07-31 Christian Bruel <christian.bruel@st.com>
3018
3019 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3020 * configure: Regenerate.
3021
3022 2009-07-06 Ian Lance Taylor <iant@google.com>
3023
3024 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3025 * configure: Rebuild.
3026
3027 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3028
3029 PR bootstrap/40338
3030 * configure.ac (comparestring): Create new variable.
3031 * Makefile.tpl (comparestring): Use to skip some comparisions.
3032 * configure: Regenerate.
3033 * Makefile.in: Regenerate.
3034
3035 2009-06-23 Ian Lance Taylor <iant@google.com>
3036
3037 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3038 boot_languages. Only bootstrap target libraries listed in
3039 target_libs for some boot language. Add --with-stage1-ldflags,
3040 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3041 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3042 if not building with C++.
3043 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3044 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3045 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3046 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3047 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3048 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3049 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3050 * configure, Makefile.in: Rebuild.
3051
3052 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3053
3054 * configure.ac: Detect MPC in default directory.
3055 * configure: Regenerate.
3056
3057 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3058
3059 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3060 to noconfdirs.
3061 * configure: Regenerate.
3062
3063 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3064
3065 * Makefile.def: Add MPC support and dependencies.
3066 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3067
3068 * Makefile.in, configure: Regenerate.
3069
3070 2009-05-24 Nicolas Roche <roche@adacore.com>
3071
3072 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3073 * Makefile.in: Regenerate.
3074
3075 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3076
3077 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3078 * configure: Regenerate.
3079
3080 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3081
3082 * configure.ac ($with_ppl): Default to no if not supplied.
3083 ($with_cloog): Likewise.
3084 configure: Regenerate.
3085
3086 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3087
3088 PR bootstrap/39739
3089 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3090 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3091
3092 * configure, Makefile.in: Regenerate.
3093
3094 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3095
3096 * configure.ac: Change copyright header to refer to version
3097 3 of the GNU General Public License and to point readers at the
3098 COPYING3 file and the FSF's license web page.
3099 * Makefile.def: Likewise.
3100 * Makefile.tpl: Likewise.
3101 * Makefile.in: Regenerate.
3102
3103 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3104
3105 * configure.ac: Restore match for darwin9 or later. Use double
3106 brackets since regeneration eats one pair.
3107 * configure: Regenerate.
3108
bf110216
CF
31092009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3110
3111 * MAINTAINERS: Perform some obvious fixups.
3112
2262bbf4
BE
31132009-08-17 Ben Elliston <bje@au.ibm.com>
3114
3115 * config.sub, config.guess: Update from upstream sources.
3116
25a07265
NC
31172009-08-06 Michael Eager <eager@eagercon.com>
3118
3119 * configure.ac: Add Microblaze target.
3120 * configure: Regenerate.
3121
85bd1942
TG
31222009-07-02 Tristan Gingold <gingold@adacore.com>
3123
3124 * configure.ac: Do not exclude gas for i386-*-darwin.
3125 Add a case for x86_64-*-darwin.
3126 * configure: Regenerate.
3127
f9806fa5
DE
31282009-06-26 Doug Evans <dje@sebabeach.org>
3129
3130 * Makefile.def (host_modules): Add cgen.
3131 * Makefile.in: Regenerate.
3132 * configure.ac (host_tools): Add cgen.
3133 * configure: Regenerate.
3134
6bfb4e30
JJ
31352009-06-17 Michael Eager <eager@eagercon.com>
3136
3137 * COPYING.LIBGLOSS: Add Xilinx license.
3138
8bcf2718
NC
31392009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3140
3141 * configure.ac: Define is_elf for QNX Neutrino targets.
3142 * configure: Regenerate.
3143
04ec0acb
RW
31442009-06-03 Jerome Guitton <guitton@adacore.com>
3145 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3146
9eb322aa
MF
3147 * Makefile.tpl (all): Avoid a trailing backslash.
3148 * Makefile.in: Regenerate.
04ec0acb 3149
7ee5dbeb
BE
31502009-06-03 Ben Elliston <bje@au.ibm.com>
3151
3152 * config.sub, config.guess: Update from upstream sources.
3153
fda13ee8
AO
31542009-06-02 Alexandre Oliva <aoliva@redhat.com>
3155
3156 * Makefile.tpl ([+compare-target+]): Compare all stage
3157 directories, rather than just gcc.
3158 * Makefile.in: Rebuilt.
3159
4a657b0d
DK
31602009-05-28 Doug Kwan <dougkwan@google.com>
3161
3162 * configure.ac: Support gold for target arm*-*-*.
3163 * configure: Regenerate.
3164
07fc31c9
AO
31652009-05-27 Alexandre Oliva <aoliva@redhat.com>
3166
3167 * Makefile.tpl (all): Avoid harmless warning in make all when
3168 gcc-bootstrap is enabled but stage_last does not exist.
3169 * Makefile.in: Rebuilt.
3170
8a7a39ab
TG
31712009-05-25 Tristan Gingold <gingold@adacore.com>
3172
3173 * setup.com: Complete the file with configuration and build.
3174
b5233201
AO
31752009-05-18 Alexandre Oliva <aoliva@redhat.com>
3176
3177 PR other/40159
3178 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3179 gcc-no-bootstrap are mutually exclusive.
3180 * Makefile.in: Rebuilt.
3181
7b6175f9
AO
31822009-05-18 Alexandre Oliva <aoliva@redhat.com>
3183
3184 PR other/40159
3185 * Makefile.tpl (all): Don't end with unconditional success.
3186 * Makefile.in: Rebuilt.
3187
1b05fbbd
AO
31882009-05-12 Alexandre Oliva <aoliva@redhat.com>
3189
3190 PR target/37137
3191 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3192 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3193 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3194 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3195 stage_configureflags, stage_cflags and stage_libcflags into
3196 explicit Makefile macros.
3197 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3198 GFORTRAN.
3199 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3200 CC. Set CC_FOR_BUILD from CC.
3201 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3202 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3203 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3204 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3205 and GFORTRAN.
3206 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3207 (_LIBCFLAGS): Renamed to _TFLAGS.
3208 (do-compare-debug, do-compare3-debug): Drop.
3209 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3210 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3211 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3212 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3213 (XGCC_FLAGS_FOR_TARGET): New.
3214 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3215 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3216 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3217 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3218 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3219 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3220 TFLAGS.
3221 (BUILD_CONFIG): Include if requested.
3222 (all): Set TFLAGS on bootstrap.
3223 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3224 (all-stageid-prefixmodule): Likewise.
3225 (do-clean, distclean-stageid): Set TFLAGS.
3226 (restrap): Fix whitespace.
3227 * Makefile.in: Rebuilt.
3228
dc17c78c
EB
32292009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3230
3231 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3232 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3233 * Makefile.in: Regenerate.
3234
14324cd7
EZ
32352009-04-24 Eli Zaretskii <eliz@gnu.org>
3236
3237 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3238 consistency with config.sub. (Update from upstream sources.)
3239
f8d5f06c
JM
32402009-04-21 Joseph Myers <joseph@codesourcery.com>
3241
3242 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3243
0000e2bf
BE
32442009-04-17 Ben Elliston <bje@au.ibm.com>
3245
3246 * config.sub, config.guess: Update from upstream sources.
3247
20135e4c
NC
32482009-04-15 Anthony Green <green@moxielogic.com>
3249
34adf976 3250 * configure.ac: Add moxie support.
20135e4c
NC
3251 * configure: Rebuilt.
3252
ef699244
L
32532009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3254
3255 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3256 * configure: Regenerate.
3257
10ad8ef3
L
32582009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3259
3260 PR gas/10039
3261 * configure.ac: Require texinfo 4.7.
3262 * configure: Regenerated.
3263
c50523ce
L
32642009-04-09 Steve Ellcey <sje@cup.hp.com>
3265
3266 * Makefil.def (languages): New entries.
3267 * Makefile.tpl (check-gcc-*): New generic target.
3268 * Makefile.in: Regenerate.
3269
47afba5f
EZ
32702009-03-27 Eli Zaretskii <eliz@gnu.org>
3271
3272 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3273 Windows builds of Sed.
3274
dc448a7b
TT
32752009-03-18 Tom Tromey <tromey@redhat.com>
3276
3277 * configure: Rebuild.
3278 * configure.ac (host_libs): Add libiconv.
3279 * Makefile.in: Rebuild.
3280 * Makefile.def (host_modules): Add libiconv.
3281 (configure-gdb, all-gdb): Depend on libiconv.
3282
24741ab2
JB
32832009-03-16 Tristan Gingold <gingold@adacore.com>
3284
3285 * configure.ac: Treat gdb as supported on x86_64-darwin.
3286 * configure: Regenerate.
3287
29383458
JM
32882009-03-16 Joseph Myers <joseph@codesourcery.com>
3289
3290 Merge from GCC:
3291
3292 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3293
3294 * configure.ac (--with-host-libstdcxx): New option.
3295 * configure: Regenerate.
3296
3297 2009-01-29 Robert Millan <rmh@aybabtu.com>
3298
3299 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3300 * configure: Regenerate.
3301
3302 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3303
3304 PR tree-optimization/38515
3305 * configure.ac (cloog-polylib): Removed.
3306 (with_ppl, with_cloog): Test for "no".
3307 * configure: Regenerated.
3308
58e24671
RW
33092009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3310
3311 Backport from git Libtool:
3312
3313 2009-01-19 Robert Millan <rmh@aybabtu.com>
3314 Support GNU/kOpenSolaris.
3315 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3316 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3317 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3318 GNU/kOpenSolaris.
3319
314b2e66
AS
33202009-02-05 Andreas Schwab <schwab@suse.de>
3321
3322 * Makefile.tpl (stage_last): Define $r and $s before using
3323 $(RECURSE_FLAGS_TO_PASS).
3324 * Makefile.in: Regenerate
3325
8b700390
JJ
33262009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3327
3328 * COPYING.NEWLIB: Add ARM license.
3329
66775d67
AM
33302009-01-16 Alan Modra <amodra@bigpond.net.au>
3331
3332 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3333 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3334 * Makefile.in: Regenerate.
3335
19e99079
NC
33362009-01-15 Douglas B Rupp <rupp@gnat.com>
3337
3338 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3339 * configure: Regenerate.
3340
22e8c8e0
RW
33412008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3342
3343 Backport link test fix from upstream Libtool:
3344
3345 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3346 Add cache variables to tests that require the linker to work.
3347 For shlibpath_overrides_runpath, this also changes the semantics
3348 to let the result from the C compiler take precedence.
3349 compiler take precedence.
3350
7d6d7764
BE
33512008-12-02 Ben Elliston <bje@au.ibm.com>
3352
3353 * config.sub, config.guess: Update from upstream sources.
3354
ea8af06e
JJ
33552008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3356
3357 * COPYING.NEWLIB: Updated.
3358 * COPYING.LIBGLOSS: Ditto.
3359
af0771d3
PB
33602008-12-16 Paolo Bonzini <bonzini@gnu.org>
3361
3362 Sync with GCC:
3363
3364 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3365
3366 * configure.ac (ppllibs): Add by default the lib flags.
3367 * configure: Regenerate.
3368
3369 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3370
314b2e66
AS
3371 * configure.ac: Add double brackets on darwin[912].
3372 * configure: Regenerate.
af0771d3
PB
3373
3374 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3375
314b2e66
AS
3376 * configure.ac: Expand to darwin10 and later.
3377 * configure: Regenerate.
af0771d3 3378
f7c83eac
AS
33792008-12-02 Andreas Schwab <schwab@suse.de>
3380
3381 * Makefile.def: configure-target-boehm-gc depends on
3382 all-target-libstdc++-v3.
3383 * Makefile.in: Regenerate.
3384
bc67ad83
BE
33852008-12-02 Ben Elliston <bje@au.ibm.com>
3386
3387 * config.sub, config.guess: Update from upstream sources.
3388
e28c595f
JM
33892008-11-27 Joseph Myers <joseph@codesourcery.com>
3390
3391 Merge from GCC:
3392
3393 2007-12-02 Matthias Klose <doko@ubuntu.com>
3394
3395 * config-ml.in: Remove 64bit configure tests.
3396
3397 2008-05-14 Rafael Espindola <espindola@google.com>
3398
3399 * config-ml.in: don't handle --enable-shared and --enable-static.
3400
3401 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3402 Tobias Grosser <grosser@fim.uni-passau.de>
3403 Jan Sjodin <jan.sjodin@amd.com>
3404 Harsha Jagasia <harsha.jagasia@amd.com>
3405 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3406 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3407 Adrien Eliche <aeliche@isty.uvsq.fr>
3408
3409 Merge from graphite branch.
3410 * configure: Regenerate.
3411 * Makefile.in: Regenerate.
3412 * configure.ac (host_libs): Add ppl and cloog.
3413 Add checks for PPL and CLooG.
3414 * Makefile.def (ppl, cloog): Added modules and dependences.
3415 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3416 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3417
3418 2008-09-03 Richard Guenther <rguenther@suse.de>
3419
3420 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3421 cloog test.
3422 * configure: Re-generate.
3423
3424 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3425
3426 * configure.ac (--with-cloog-polylib): New.
3427 (--disable-cloog-version-check): New.
3428 (--disable-ppl-version-check): New.
3429 * configure: Re-generate.
3430
3431 2008-09-05 Richard Guenther <rguenther@suse.de>
3432
3433 * configure.ac: Initialize clooglibs to -lcloog.
3434 * configure: Re-generate.
3435
3436 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3437
3438 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3439 recommended version to 2.3.2.
3440
3441 * configure: Regenerate.
3442
3443 2008-10-31 Ben Elliston <bje@au.ibm.com>
3444
3445 * configure.ac (spu-*-*): Remove special case.
3446 * configure: Regenerate.
3447
3448 Complete comment text from GCC version of:
3449
3450 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3451
3452 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3453 (GCC_SHLIB_SUBDIR): New.
3454 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3455 * configure: Regenerate.
3456 * Makefile.in: Regenerate.
3457
652dec25
TG
34582008-11-27 Tristan Gingold <gingold@adacore.com>
3459
3460 * configure.ac: Build gdb for i?86-*-darwin*
3461 * configure: Regenerated.
3462
7582fb4a
DJ
34632008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3464
3465 PR bootstrap/38014
3466 PR bootstrap/37923
3467
3468 Revert:
3469
3470 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3471
3472 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3473 * Makefile.in: Regenerated.
3474
3475 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3476
3477 PR gdb/921
3478 PR gdb/1646
3479 PR gdb/2175
3480 PR gdb/2176
3481
3482 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3483 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3484 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3485 (HOST_EXPORTS): Pass CPPFLAGS.
3486 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3487 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3488 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3489 * Makefile.in, configure: Regenerated.
3490 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3491 and CPPFLAGS_FOR_BUILD.
3492
faee1be2
UW
34932008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3494
3495 * configure.ac [spu-*-*]: Do not set skipdirs.
3496 * configure: Re-generate.
3497
b7c2dce4
DJ
34982008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3499
3500 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3501 * Makefile.in: Regenerated.
3502
bb52de30
DJ
35032008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 PR gdb/921
3506 PR gdb/1646
3507 PR gdb/2175
3508 PR gdb/2176
3509
3510 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3511 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3512 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3513 (HOST_EXPORTS): Pass CPPFLAGS.
3514 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3515 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3516 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3517 * Makefile.in, configure: Regenerated.
3518 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3519 and CPPFLAGS_FOR_BUILD.
3520
b25062ae
SE
35212008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3522
3523 * libtool.m4: Update to libtool 2.2.6.
3524 * lt~obsolete.m4: Update to libtool 2.2.6.
3525 * ltmain.sh: Update to libtool 2.2.6.
3526 * ltsugar.m4: Update to libtool 2.2.6.
3527 * ltversion.m4: Update to libtool 2.2.6.
3528 * ltoptions.m4: Update to libtool 2.2.6.
3529 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3530
3bbd2f8f
AL
35312008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3532
3533 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3534 (GCC_SHLIB_SUBDIR): New.
3535 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3536 * configure: Regenerate.
3537 * Makefile.in: Regenerate.
3538
b29d32ce
TG
35392008-08-28 Tristan Gingold <gingold@adacore.com>
3540
3541 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3542 Enable bfd, binutils and opcodes.
3543 * configure: Regenerate.
3544
c325a203
DD
35452008-08-16 Nicolas Roche <roche@adacore.com>
3546
3547 * Makefile.tpl: Add BOOT_ADAFLAGS.
3548 * Makefile.in: Regenerate.
3549
e7c8859c
RS
35502008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3551
3552 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3553 * configure: Regenerate.
3554
da888c87
PB
35552008-07-30 Paolo Bonzini <bonzini@gnu.org>
3556
3557 Sync with gcc:
3558 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3559
f7c83eac
AS
3560 * configure.ac: Add makefile fragments for hpux.
3561 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3562 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3563 * configure: Regenerate.
3564 * Makefile.in: Regenerate.
da888c87
PB
3565
3566 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3567
f7c83eac
AS
3568 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3569 * Makefile.in: Regenerate.
3570 * configure: Regenerate.
da888c87 3571
944982cf
ILT
35722008-06-18 Ian Lance Taylor <iant@google.com>
3573
662c6704
ILT
3574 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3575
944982cf
ILT
3576 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3577
7a283e07
RW
35782008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3579
3580 * configure: Regenerate.
3581
5b553f7e
RW
35822008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3583
3584 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3585 "$@" is still intact with both Autoconf 2.59 and 2.62.
3586 * configure: Regenerate.
3587
675492f0
RW
35882008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3589
3590 * Makefile.tpl: Fix comment errors.
3591 * Makefile.in: Regenerate.
3592
b018a5d1
JB
35932008-06-13 Julian Brown <julian@codesourcery.com>
3594
3595 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3596 of libobjc for ARM EABI Linux.
3597 * configure: Regenerate.
3598
310213e8
DE
35992008-06-12 David S. Miller <davem@davemloft.net>
3600 David Edelsohn <edelsohn@gnu.org>
3601
3602 * configure.ac: Add powerpc*-*-* to gold supported targets.
3603 * configure: Regenerate.
3604
6641ce42
JM
36052008-06-08 Joseph Myers <joseph@codesourcery.com>
3606
3607 PR tree-optimization/36218
3608 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3609 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3610 (all prefix="build-"): Pass them to build-system sub-makes.
3611 * Makefile.in: Regenerate.
3612
03c2f9e6
DJ
36132008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3614
3615 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3616 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3617 mkdep, and compile. Update comments.
3618 (ETC_SUPPORT): Add ChangeLog and update comments.
3619
4538db8b
ILT
36202008-05-11 Ian Lance Taylor <iant@google.com>
3621
3622 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3623
266df637
PB
36242008-04-18 Paolo Bonzini <bonzini@gnu.org>
3625
3626 Sync with gcc:
3627 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3628
3629 PR bootstrap/35457
3630 * configure.ac: Include override.m4.
3631 * configure: Regenerate.
3632
3633 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3634
f7c83eac
AS
3635 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3636 * Makefile.in: Regenerate.
266df637
PB
3637
3638 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3639
f7c83eac
AS
3640 * configure.ac: Do not build libssp for the AVR.
3641 * configure: Regenerate.
266df637 3642
a86a761e
NC
36432008-04-18 Nick Clifton <nickc@redhat.com>
3644
3645 * MAINTAINERS: Replace reference to configure.in with reference to
3646 configure.ac.
3647
52310858
NC
36482008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3649
f7c83eac 3650 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3651 as nonconfigurable directories list.
f7c83eac 3652 * configure: Regenerate.
52310858 3653
f5314dd5
DM
36542008-04-14 David S. Miller <davem@davemloft.net>
3655
3656 * configure.ac: Add sparc*-*-* to gold supported targets.
3657 * configure: Regenerate.
3658
e2208220
BE
36592008-04-14 Ben Elliston <bje@au.ibm.com>
3660
3661 * config.sub, config.guess: Update from upstream sources.
3662
0bb6ea20
HPN
36632008-04-12 Hans-Peter Nilsson <hp@axis.com>
3664
3665 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3666 * Makefile.in: Regenerate.
3667
e5164e97
ILT
36682008-04-07 Ian Lance Taylor <iant@google.com>
3669
3670 * Makefile.def: check-gold depends upon all-binutils.
3671 * Makefile.in: Regenerate.
3672
e33b51a6
NC
36732008-04-04 Nick Clifton <nickc@redhat.com>
3674
3675 PR binutils/4334
3676 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3677 builds.
3678 * configure: Regenerate.
3679
fc5df3ab
NC
36802008-04-04 NightStrike <NightStrike@gmail.com>
3681
3682 PR other/35151
f7c83eac
AS
3683 * configure.ac: Combine rules for mingw32 and mingw64.
3684 * configure: Regenerate.
fc5df3ab 3685
c779bab8
PB
36862008-03-27 Paolo Bonzini <bonzini@gnu.org>
3687
3688 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3689 * Makefile.in: Regenerate.
3690
93f9b408
ILT
36912008-03-20 Ian Lance Taylor <iant@google.com>
3692
3693 * configure.ac: Add support for --enable-gold.
3694 * Makefile.def: Add gold as a directory like ld.
3695 * configure, Makefile.in: Regenerate.
3696
5746fb46
AK
36972008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3698
3699 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3700 (s390_cond_extensions): Reduced extensions to the compare related.
3701 (main): z10 cpu type option added.
3702 (expandConditionalJump): Renamed to ...
3703 (insertExpandedMnemonic): ... this.
3704
3705 * opcodes/s390-opc.c: Re-group the operand format makros.
3706 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3707 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3708 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3709 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3710 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3711 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3712 INSTR_SIL_RDU): New instruction formats added.
3713 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3714 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3715 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3716 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3717 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3718 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3719 masks added.
3720 (s390_opformats): New formats added "ris", "rrs", "sil".
3721 * opcodes/s390-opc.txt: Add the conditional jumps with the
3722 extensions removed from automatic expansion in s390-mkopc.c manually.
3723 (asi - trtre): Add new System z10 EC instructions.
3724 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3725
58c85be7
RW
37262008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3727
3728 * configure.ac: m4_include config/proginstall.m4.
3729 * configure: Regenerate.
3730
78124051
RW
37312008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3732
3733 Backport from upstream Libtool:
f7c83eac 3734
78124051 3735 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3736
78124051
RW
3737 Deal with Autoconf 2.62's semantic change in m4_append.
3738 * ltsugar.m4 (lt_append): Replace broken versions of
3739 m4_append.
3740 (lt_if_append_uniq): Don't require separator to be overquoted,
3741 and avoid broken m4_append.
3742 (lt_dict_add): Fix typo.
3743 * libtool.m4 (_LT_DECL): Don't overquote separator.
3744
018f1bea
DE
37452008-03-13 David Edelsohn <edelsohn@gnu.org>
3746
3747 * config.rpath: Add AIX 6 support.
3748
5c5f596d
PB
37492008-03-13 Paolo Bonzini <bonzini@gnu.org>
3750
3751 * Makefile.def (stageprofile). Remove -fprofile-generate
3752 from stage_libcflags.
3753 * Makefile.in: Regenerate.
3754
a1f93a5e
BE
37552008-03-13 Ben Elliston <bje@au.ibm.com>
3756
3757 * config.sub, config.guess: Update from upstream sources.
3758
98c3d905
AK
37592008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3760
3761 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3762 * s390-opc.txt (cmpsc): Duplicate entry removed.
3763 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3764 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3765 fier, cu42, cu41): Fix operand format.
3766
7f6ef0c0
PB
37672008-02-20 Paolo Bonzini <bonzini@gnu.org>
3768
f7c83eac
AS
3769 PR bootstrap/32009
3770 PR bootstrap/32161
3771
3772 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3773 * configure: Regenerate.
3774
3775 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3776 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3777 STAGE4_LIBCFLAGS): New.
3778 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3779 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3780 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3781 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3782 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3783 for target modules. Don't export LIBCFLAGS.
3784 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3785 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3786 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3787 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3788 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3789 * Makefile.in: Regenerate.
7f6ef0c0 3790
eaf19029
PB
37912008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3792
3793 PR libgcj/33085
3794 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3795 Do not use -DDLL_EXPORT. Backport from upstream.
3796
680c43e9
NC
37972008-02-14 Nick Clifton <nickc@redhat.com>
3798
3799 Import this patch from gcc:
3800 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3801
3802 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3803
c72b1d96
HPN
38042008-02-02 Hans-Peter Nilsson <hp@axis.com>
3805
3806 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3807 * configure: Regenerate.
3808
8b66833e
BW
38092008-01-31 Marc Gauthier <marc@tensilica.com>
3810
3811 * configure.ac (xtensa*-*-*): Recognize processor variants.
3812 * configure: Regenerate.
3813
9cc8ae67
PB
38142008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3815
f7c83eac
AS
3816 PR bootstrap/34922
3817 * configure.ac (PARSE_ARGS): Push suitable setting of
3818 ac_subdirs_all, for `./configure --help=recursive'.
3819 Handle `+' in generic toplevel directory disabling.
3820 * configure: Regenerate.
9cc8ae67 3821
19090595
BE
38222008-01-23 Ben Elliston <bje@au.ibm.com>
3823
3824 * config.sub, config.guess: Update from upstream sources.
3825
9f1e7fd3
BE
38262008-01-08 Ben Elliston <bje@au.ibm.com>
3827
3828 * config.sub, config.guess: Update from upstream sources.
3829
2f959d61
JJ
38302007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3831
3832 * COPYING.LIBGLOSS: Update default copyright.
3833
aa054b85
JJ
38342007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3835
3836 * COPYING.NEWLIB: Update default copyright.
3837
57c53b2b
RS
38382007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3839
3840 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3841 Change recommended MPFR from 2.2.1 > 2.3.0.
3842 * configure: Regenerate.
3843
fee14b60
RS
38442007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3845
3846 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3847 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3848 * Makefile.in: Regenerate.
3849
c9b68031
DD
38502007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3851
3852 * configure.ac: Enable libjava for x86_64-*-darwin9.
3853 * configure: Regenerate.
3854
ad25e7d5
BE
38552007-12-05 Ben Elliston <bje@au.ibm.com>
3856
3857 * config.sub, config.guess: Update from upstream sources.
3858
6ac84f65
PB
38592007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3860
f7c83eac
AS
3861 * config-ml.in: Robustify against white space in absolute file
3862 names.
6ac84f65 3863
f7c83eac
AS
3864 * config-ml.in (multi-clean): Substitute ${Makefile}.
3865 Remove superfluous ${Makefile} in list.
6ac84f65 3866
7b3200f9
DJ
38672007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3868
3869 * Makefile.def (dependencies): Make configure-gdb depend on
3870 all-intl.
3871 * Makefile.in: Regenerated.
3872
2c133ff9
JJ
38732007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3874
3875 * Makefile.def: To avoid problems running with parallel makes,
3876 build newlib before libgloss so that target specific header
3877 files are availble.
3878 * Makefile.in: Regenerate.
3879
5074315a
DJ
38802007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3881
3882 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3883 * Makefile.in: Regenerate.
3884
f5bc1778
DJ
38852007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3888 * libdecnumber: New directory, imported from GCC.
3889
c66487f8
NC
38902007-10-08 Mike Frysinger <vapier@gentoo.org>
3891
3892 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3893 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3894 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3895 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3896 * configure: Regenerate.
3897
b5714970
PB
38982007-10-01 Paolo Bonzini <bonzini@gnu.org>
3899
3900 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3901 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3902 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3903 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3904 * configure.ac: Default them to host tools for $host = $build.
3905 Subst them.
3906
3907 * configure: Regenerate.
3908 * Makefile.in: Regenerate.
3909
f3b1e08e
RS
39102007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3911
3912 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3913 * configure: Regenerate.
3914
cff87f51
DD
39152007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3916
3917 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3918 libstdc++.
3919 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3920 * configure: Regenerate.
3921 * Makefile.in: Regenerate.
f7c83eac 3922
625a61cd
AS
39232007-09-17 Andreas Schwab <schwab@suse.de>
3924
3925 * configure.ac: Raise minimum makeinfo version to 4.6.
3926 * configure: Regenerate.
3927
83a3a68b
AM
39282007-09-15 Alan Modra <amodra@bigpond.net.au>
3929
3930 * configure.ac: Correct makeinfo version check.
3931 * configure: Regenerate.
3932
5bd8be13
RS
39332007-09-14 Richard Sandiford <richard@codesourcery.com>
3934
3935 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3936 to $skipdirs and only disable gprof for newlib. Use the normal
3937 mips*-elf* handling in other respects.
3938 * configure: Regnerate.
3939
5566c1fa
DD
39402007-09-12 David Daney <ddaney@avtrex.com>
3941
3942 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3943 enabling libgcj.
3944 * configure: Regenerate.
3945
39462007-09-12 Richard Guenther <rguenther@suse.de>
3947
3948 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3949 nor --disable-checking is provided also turn on yes and types
3950 checking for stage1.
3951 * configure: Re-generate.
3952
a18e2996 39532007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3954
3955 PR target/33281
3956 * configure.ac: Use config/mh-mingw on mingw.
3957 * configure: Regenerate.
84e7906e 3958
691bb5a1
DD
39592007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3960
3961 PR other/32154
3962 * configure.ac: For libgloss targets, point the linker to the linker
3963 script, startup code and simulator library.
3964 * configure: Regenerate.
3965
6d18b86b
AH
39662007-09-09 Andrew Haley <aph@redhat.com>
3967
3968 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3969 target-libjava.
6d18b86b 3970
f00a3165 39712007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3972
f00a3165 3973 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3974
2abc4e65
BE
39752007-08-21 Richard Guenther <rguenther@suse.de>
3976
3977 * configure.ac: Add types checking to stage1 checking flags.
3978 * configure: Regenerate.
3979
8a6ee3ab 39802007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3981 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3982
3983 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3984 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3985 * Makefile.in: Regenerate.
3986 * configure.ac (--with-debug-prefix-map): New.
3987 * configure: Regenerate.
3988
429acdec
RS
39892007-08-17 Richard Sandiford <richard@codesourcery.com>
3990 Nigel Stephens <nigel@mips.com>
3991
429acdec
RS
3992 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3993 as target_makefile_frag.
3994 * configure: Regenerate.
3995
8520c408
AO
39962007-08-16 Alexandre Oliva <aoliva@redhat.com>
3997
3998 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3999 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4000 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4001 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4002 (do-compare, do-compare3, do-compare-debug): New.
4003 ([+compare-target+]): Use them.
4004
40052007-08-16 Alexandre Oliva <aoliva@redhat.com>
4006
4007 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4008 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4009 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4010 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4011 (do-compare, do-compare3, do-compare-debug): New.
4012 ([+compare-target+]): Use them.
4013
2444379b
BE
40142007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4015 Ben Elliston <bje@au.ibm.com>
4016
4017 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4018 --silent if $silent.
4019 * configure: Regenerate.
4020
d6f99447
DJ
40212007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4022
4023 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4024
bd0aa315
NC
40252007-07-17 Nick Clifton <nickc@redhat.com>
4026
4027 * COPYING3: New file. Contains version 3 of the GNU General
4028 Public License.
4029 * COPYING3.LIB: New file. Contains version 3 of the GNU
4030 Lesser General Public License.
4031
0ebe98fb
BS
40322007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4033
4034 * configure.ac: Fix my previous change to really match GCC.
4035 * configure: Regenerate.
4036
521ec477
DD
40372007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4038
4039 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4040 * configure: Regenerate.
4041
40422007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4043
4044 * configure.ac: Add some missing m4 quotation.
4045 * configure: Regenerate.
4046
0c24b341
NC
40472007-07-09 Kai Tietz <kai.tietz@onevision.com>
4048
f7c83eac
AS
4049 * Makefile.def: Add windmc tool to build.
4050 * Makefile.tpl: Likewise.
4051 * configure.ac: Likewise.
4052 * Makefile.in: Regenerate.
4053 * configure: Regenerate.
0c24b341 4054
a09314d0
L
40552007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4056
4057 * lt~obsolete.m4: New. Import from 20070318 libtool.
4058
7c3e1d12
BS
40592007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4060
4061 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4062 uclinux and linux-uclibc targets.
4063 * configure: Regenerate.
4064
a5b3b4dd
DD
40652007-06-28 DJ Delorie <dj@redhat.com>
4066
4067 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4068 not building newlib.
4069 * configure: Regenerated.
f7c83eac 4070
184d813c
DJ
40712007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * src-release (DEVO_SUPPORT): Correct typos.
4074
31d99776
DJ
40752007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4076
4077 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4078 * Makefile.in: Regenerated.
4079
e00a73e3
PB
40802007-06-14 Paolo Bonzini <bonzini@gnu.org>
4081
f7c83eac
AS
4082 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4083 (distclean-stage[+id+]): Possibly delete stage_last.
4084 * Makefile.in: Regenerate.
e00a73e3 4085
98a1bbc5
BE
40862007-06-07 Ben Elliston <bje@au.ibm.com>
4087
4088 * config.sub, config.guess: Update from upstream sources.
4089
973601e1
BE
40902007-06-07 Ben Elliston <bje@au.ibm.com>
4091
4092 * Makefile.tpl: Fix spelling error.
4093 * Makefile.in: Regenerate.
4094
2038f525
PB
40952007-06-04 Paolo Bonzini <bonzini@gnu.org>
4096
4097 Sync with gcc:
4098 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4099
f7c83eac
AS
4100 PR bootstrap/29382
4101 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4102 * configure: Rebuilt.
2038f525 4103
f7c5c4b5
PB
41042007-06-01 Steve Ellcey <sje@cup.hp.com>
4105
12a64d4f
L
4106 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4107 lt_cv_sys_max_cmd_len.
f7c5c4b5 4108
7ad9660b
PB
41092007-05-31 Paolo Bonzini <bonzini@gnu.org>
4110
4111 * ltgcc.m4: Update from GCC.
4112
0e7ef45c
EC
41132007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4114
12a64d4f 4115 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4116
37ad9514
SE
41172007-05-24 Steve Ellcey <sje@cup.hp.com>
4118
4119 * ltmain.sh: Update from GCC.
4120 * libtool.m4: Update from GCC.
4121 * ltsugar.m4: New. Update from GCC.
4122 * ltversion.m4: New. Update from GCC.
4123 * ltoptions.m4: New. Update from GCC.
4124 * ltconfig: Remove.
4125 * ltcf-c.sh: Remove.
4126 * ltcf-cxx.sh: Remove.
4127 * ltcf-gcj.sh: Remove.
4128 * src-release: Update with new libtool file list.
4129
8ee82aff
PB
41302007-05-16 Paolo Bonzini <bonzini@gnu.org>
4131
4132 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4133 stage_cflags.
4134 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4135 Remove CFLAGS/LIBCFLAGS.
4136 (configure-stage[+id+]-[+prefix+][+module+],
4137 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4138 * Makefile.in: Regenerate.
4139
149cb58d
SE
41402007-04-14 Steve Ellcey <sje@cup.hp.com>
4141
4142 * config-ml.in: Update from GCC.
4143
91506736
DJ
41442007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4145
4146 * src-release (do-proto-toplev): Process the support directories before
4147 the tool directory.
4148
ffa8bd48
RS
41492007-03-21 Richard Sandiford <richard@codesourcery.com>
4150
4151 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4152 of glob. Quote arguments with single quotes too.
4153 * configure: Regenerate.
4154
a4fd3374
DD
41552007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4156
4157 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4158 * Makefile.in: Regenerate
4159
b8025f34
AS
41602007-03-07 Andreas Schwab <schwab@suse.de>
4161
4162 * configure: Regenerate.
4163
a3ca38d2
DD
41642007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4165
4166 * configure.ac: Add "--with-pdfdir" configure option,
4167 which defines pdfdir variable.
4168 * Makefile.def (target=fixincludes): Add install-pdf to
4169 missing targets.
4170 (recursive_targets): Add install-pdf target.
4171 (flags_to_pass): Add pdfdir.
4172 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4173 target.
4174 * configure: Regenerate
4175 * Makefile.in: Regenerate
4176
41772007-02-28 Eric Christopher <echristo@apple.com>
4178
4179 Revert:
4180 2006-12-07 Mike Stump <mrs@apple.com>
4181
4182 * Makefile.def (dependencies): Add dependency for
4183 install-target-libssp and install-target-libgomp on
4184 install-gcc.
4185 * Makefile.in: Regenerate.
4186
41872007-02-27 Matt Kraai <kraai@ftbfs.org>
4188
4189 * configure: Regenerate.
4190 * configure.ac: Move statements after variable declarations.
4191
a4708fba
JM
41922007-02-19 Joseph Myers <joseph@codesourcery.com>
4193
4194 * configure.ac: Adjust for loop syntax.
4195 * configure: Regenerate.
4196
9a819804
AO
41972007-02-18 Alexandre Oliva <aoliva@redhat.com>
4198
4199 * configure: Rebuilt.
4200
81ec575a
AO
42012007-02-18 Alexandre Oliva <aoliva@redhat.com>
4202
4203 * configure.ac: Drop multiple occurrences of --enable-languages,
4204 and fix its quoting.
4205 * configure: Rebuilt.
4206
92f01d61 42072007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4208 Nathan Sidwell <nathan@codesourcery.com>
4209 Vladimir Prus <vladimir@codesourcery.com
4210 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4211
4212 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4213 * configure: Regenerate.
4214
b1299c4e
DJ
42152007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * configure.ac (target_libraries): Move libgcc before libiberty.
4218 * configure: Regenerated.
4219
18f6b6ee
PB
42202007-02-13 Paolo Bonzini <bonzini@gnu.org>
4221
4222 * configure: Regenerate again?
4223
9c4e9f27
PB
42242007-02-13 Paolo Bonzini <bonzini@gnu.org>
4225
4226 * configure: Reapply PR30748 fix which was lost in the previous commit.
4227
24ff9987
DJ
42282007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4229 Paolo Bonzini <bonzini@gnu.org>
4230
4231 PR bootstrap/30753
4232 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4233 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4234 * configure: Regenerated.
4235
7df2cd5d
PB
42362007-02-10 Paolo Bonzini <bonzini@gnu.org>
4237
4238 * configure: Regenerate.
4239
b0aaa663
DJ
42402007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4241
4242 PR bootstrap/30748
4243 * configure.ac: Correct syntax for Solaris ksh.
4244 * configure: Regenerated.
4245
a0323144
PB
42462007-02-09 Paolo Bonzini <bonzini@gnu.org>
4247
4248 * Makefile.def: Sync with GCC.
4249 * Makefile.tpl: Sync with GCC.
4250 * Makefile.in: Regenerate.
4251 * configure: Regenerate.
4252
c6b750e1
DJ
42532007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4254
4255 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4256 noncanonical equivalents.
4257 * configure.in: Rename to...
4258 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4259 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4260 target_noncanonical. Use them. Rewrite removal of configure
4261 arguments for autoconf 2.59. Discard variable settings. Force
4262 program_transform_name for native tools.
4263
4264 * Makefile.in: Regenerated.
4265 * configure: Regenerated with autoconf 2.59.
4266
4267 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4268
f3cd89f4
JJ
42692007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4270
4271 * COPYING.LIBGLOSS: Reformat default Red Hat
4272 license to fit within 80 columns.
4273 * COPYING.NEWLIB: Ditto.
4274
4e206d7e
DB
42752007-02-05 Dave Brolley <brolley@redhat.com>
4276
4277 * Contribute the following changes:
4278 2006-11-28 DJ Delorie <dj@redhat.com>
4279
4280 * configure.in: Fix typo for mep's target_makefile_frag.
4281 * configure: Regenerated.
4282
4283 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4284
4285 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4286 * configure: Regenerate.
4287
4288 2001-09-19 DJ Delorie <dj@redhat.com>
4289
4290 * configure.in (target_makefile_frag): use mt-mep
4291
4292 2001-06-12 Don Howard <dhoward@redhat.com>
4293
4294 * configure.in: Remove gdb from MeP skip list.
4295
4296 2001-04-05 DJ Delorie <dj@redhat.com>
4297
4298 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4299
4300 2001-03-20 Ben Elliston <bje@redhat.com>
4301
4302 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4303
4304 2001-03-19 Ben Elliston <bje@redhat.com>
4305
4306 * config.sub (mep, mep-*): Add.
4307
b2edfdd2
AS
43082007-01-31 Andreas Schwab <schwab@suse.de>
4309
4310 * Makefile.tpl (LDFLAGS): Substitute it.
4311 * Makefile.in: Regenerate.
4312
ceb92e78
PB
43132007-01-11 Paolo Bonzini <bonzini@gnu.org>
4314
4315 * configure.in: Change == to = in test command.
f7c83eac 4316 * configure: Regenerate.
ceb92e78 4317
4b900473 43182007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4319 Nick Clifton <nickc@redhat.com>
4320 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4321
4322 * configure.in (build_configargs, host_configargs, target_configargs):
4323 Remove build/host/target parameters.
4324 (host_libs): Add gmp and mpfr.
4325 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4326 * Makefile.def (gmp, mpfr): New.
4327 (gcc): Remove target.
4328 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4329 target_os, target_vendor): New.
4330 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4331 * configure: Regenerate.
4332 * Makefile.in: Regenerate.
4b900473
PB
4333
43342007-01-11 Matt Fago <fago@earthlink.net>
4335
4336 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4337 to improve robustness of configure tests.
4b900473
PB
4338 * configure: Regenerate.
4339
80f6dcbc
NC
43402007-01-08 Kai Tietz <kai.tietz@onevision.com>
4341
4342 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4343 * configure: Regenerate.
80f6dcbc 4344
f86e35b8
NC
43452007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * Makefile.tpl (all-target): Correct @if conditional for target
4348 modules.
4349 * configure.in: Omit libiberty if building only target libgcc.
4350 * configure, Makefile.in: Regenerated.
4351
79fcd0ec
PB
43522007-01-04 Paolo Bonzini <bonzini@gnu.org>
4353
4354 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4355 * configure: Regenerate.
4356
6aa8ef82
DJ
43572007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4358
4359 * Makefile.def (target_modules): Add libgcc.
4360 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4361 * Makefile.tpl (clean-target-libgcc): Delete.
4362 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4363 on gcc even for bootstrapped modules. Rewrite handling of
4364 lang_env_dependencies to loop over target_modules.
4365 * configure.in (target_libraries): Add target-libgcc.
4366 * Makefile.in, configure: Regenerated.
4367
9b134994
PB
43682006-12-29 Paolo Bonzini <bonzini@gnu.org>
4369
4370 Sync with gcc:
4371 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4372
f7c83eac
AS
4373 * configure.in: Reorganize recognition of languages. Add
4374 --enable-stage1-languages. Show supported languages for the chosen
4375 target rather than all recognized languages.
4376 * configure: Regenerate.
9b134994
PB
4377
4378 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4379
f7c83eac
AS
4380 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4381 * Makefile.in: Regenerate.
9b134994
PB
4382
4383 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4384
f7c83eac
AS
4385 * configure.in: Warn that MPFR 2.2.0 is buggy.
4386 * configure: Regenerate.
9b134994 4387
8cf39b1b
ILT
43882006-12-27 Ian Lance Taylor <iant@google.com>
4389
4390 * configure.in: When removing Makefiles to force a reconfigure, also
4391 remove prev-DIR*/Makefile.
4392 * configure: Regenerate.
4393
ebff6cd5
KH
43942006-12-23 Kazu Hirata <kazu@codesourcery.com>
4395
4396 * config.bfd: Recognize fido.
4397
8a0d8a5c
PB
43982006-12-19 Paolo Bonzini <bonzini@gnu.org>
4399
4400 Sync with gcc:
4401
4402 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4403
4404 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4405 it only affects bootstrap and could be tested on "$host" as well.
4406 * configure: Regenerate.
4407 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4408
4409 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4410
4411 PR bootstrap/29544
4412 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4413 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4414 move here comment from Makefile.tpl.
4415 * Makefile.tpl: Move some definitions higher in the file.
4416 (STAGE1_CHECKING): New.
4417 * configure.in: Add --enable-stage1-checking.
4418 * configure: Regenerate.
4419 * Makefile.in: Regenerate.
4420
4421 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4422
4423 * configure.in: Update error message for missing GMP/MPFR.
4424
4425 * configure: Regenerate.
4426
4427 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4428
4429 * configure.in: Update MPFR version in error message.
4430
4431 * configure: Regenerate.
4432
4433 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4434
4435 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4436 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4437 --with-gmp-lib): New flags.
4438
4439 * configure: Regenerate.
4440
790c0838
AM
44412006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4442
4443 PR bootstrap/30134
4444 * configure.in: Correct x86 darwin support for libjava to powerpc
4445 and i?86 only.
4446 * configure: Regenerate.
4447
77d7106f
AM
44482006-12-11 Alan Modra <amodra@bigpond.net.au>
4449
4450 * configure.in: Handle spu makefile frag.
77d7106f
AM
4451 * Makefile.tpl (MAINT): Define
4452 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4453 * configure: Regenerate.
4454 * Makefile.in: Regenerate.
4455
0cfa5389
BE
44562006-12-11 Ben Elliston <bje@au.ibm.com>
4457
4458 * config.sub, config.guess: Update from upstream sources.
4459
2839fe5d
BE
44602006-12-11 Ben Elliston <bje@au.ibm.com>
4461
4462 * configure.in: Sync with GCC (spu-*-*).
4463 * configure: Sync with GCC.
4464
b897f5d4
MS
44652006-12-07 Mike Stump <mrs@apple.com>
4466
4467 * Makefile.def (dependencies): Add dependency for
4468 install-target-libssp and install-target-libgomp on
4469 install-gcc.
4470 * Makefile.in: Regenerate.
4471
9daf3993
PB
44722006-11-16 Paolo Bonzini <bonzini@gnu.org>
4473
4474 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4475 (unstage): Test for stage_last presence.
4476
4477 PR bootstrap/29802
4478 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4479 * Makefile.in: Regenerate.
4480
9dbaa842
DD
44812006-11-14 DJ Delorie <dj@redhat.com>
4482
4483 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4484 * Makefile.in: Sync with GCC.
4485 * configure.in: Sync with GCC (mpfr, gmp).
4486 * configure: Sync with GCC.
4487
b0cbce8d
JJ
44882006-11-08 Jie Zhang <jie.zhang@analog.com>
4489
4490 * configure.in: Remove target-libgloss from noconfigdirs for
4491 bfin-*-*.
4492 * configure: Regenerated.
4493
44330a94
JJ
44942006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4495
4496 * COPYING.NEWLIB: Add spu license.
7de05dd5 4497 * COPYING.LIBGLOSS: Ditto.
44330a94 4498
56a8fe78
DD
44992006-10-17 Brooks Moses <bmoses@stanford.edu>
4500
4501 * Makefile.def: Added pdf target handling.
4502 * Makefile.tpl: Added pdf target handling.
4503 * Makefile.in: Regenerated.
4504
fbb00ad0
JJ
45052006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4506
4507 * COPYING.NEWLIB: Updated.
4508 * COPYING.LIBGLOSS: Ditto.
4509
6b89cc21
DB
45102006-09-27 Dave Brolley <brolley@redhat.com>
4511
4512 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4513 $s instead of $r.
4514 * configure: Regenerated.
4515
17bcf627
BE
45162006-09-26 Ben Elliston <bje@au.ibm.com>
4517
4518 * config.sub, config.guess: Update from upstream sources.
4519
f3529cf1
TS
45202006-09-20 Thiemo Seufer <ths@mips.com>
4521
4522 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4523 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4524 * configure: Regenerate.
4525
45055374
CV
45262006-08-30 Corinna Vinschen <corinna@vinschen.de>
4527
4528 * configure.in: Never build newlib for a Mingw host.
4529 Never build newlib as Mingw target library.
4530 Test the existence of winsup/cygwin for building a Cygwin newlib,
4531 rather than just winsup.
4532 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4533 building a Mingw target.
4534 * configure: Regenerate.
4535
4be041b2 45362006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4537 Nigel Stephens <nigel@mips.com>
4538 David Ung <davidu@mips.com>
4be041b2
TS
4539
4540 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4541
1d89b610
PB
45422006-07-25 Paolo Bonzini <bonzini@gnu.org>
4543
4544 Sync from GCC:
4545 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4546
f7c83eac
AS
4547 PR bootstrap/18058
4548 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4549 if the bootstrap compiler is a GCC version that supports it.
4550 * configure: Regenerate.
1d89b610 4551
66a79c16
DJ
45522006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4553
4554 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4555 * configure: Regenerated.
4556
c1cb7e02
PB
45572006-07-18 Paolo Bonzini <bonzini@gnu.org>
4558
f7c83eac
AS
4559 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4560 for stages after the first.
c1cb7e02 4561
7206a0ee
JJ
45622006-07-17 Jakub Jelinek <jakub@redhat.com>
4563
4564 * Makefile.def: Add dependencies for configure-opcodes
4565 on configure-intl and all-opcodes on all-intl.
4566 * Makefile.in: Regenerated.
4567
6816f995
AO
45682006-07-04 Peter O'Gorman <peter@pogma.com>
4569
4570 * ltconfig: chmod 644 before ranlib during install.
4571
3d3adb43
PB
45722006-07-03 Paolo Bonzini <bonzini@gnu.org>
4573
1f3f1bbf 4574 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4575 * configure: Regenerate.
4576
64ce424c
PB
45772006-07-03 Paolo Bonzini <bonzini@gnu.org>
4578
4579 Sync from gcc:
4580
4581 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4582
4583 PR other/27063
4584 * configure.in: Test subdir_requires and give an appropriate
4585 error message.
4586 * configure: Regenerate.
4587
4588 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4589
4590 PR target/27540
4591 * configure.in: Only enable libgomp on IRIX 6.
4592 * configure: Regenerate.
4593
d42c4017
DA
45942006-06-20 David Ayers <d.ayers@inode.at>
4595
4596 PR bootstrap/28072
4597 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4598 whether target-libjava is being configured instead of whether the
4599 java front end is enabled.
4600 * configure: Regenerate.
0e7ef45c 4601
4962c51a
MS
46022006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4603
4604 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4605 to R_ARM_LDC_SB_G{0,1,2} respectively.
4606
caee866a
PB
46072006-06-15 Paolo Bonzini <bonzini@gnu.org>
4608
4609 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4610 too.
4611 * Makefile.in: Regenerate.
4612
363ef840
DA
46132006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4614
4615 Sync from gcc:
4616
4617 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4618 * configure.in: Don't enable libgomp on hpux10.
4619 * configure: Rebuilt.
4620
54d1c879
DA
46212006-06-13 David Ayers <d.ayers@inode.at>
4622
4623 Sync from gcc:
4624
4625 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4626
54d1c879
DA
4627 PR bootstrap/27963
4628 PR target/19970
0e7ef45c 4629 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4630 ${libgcj} is specified.
4631 * configure: Regenerate.
0e7ef45c 4632
a4d8b690
JJ
46332006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4634
4635 Sync from gcc:
4636
4637 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4638 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4639
4640 PR bootstrap/18033
4641 * config-ml.in: Eval option if surrounded by single quotes.
4642
4f0ef2d8
CD
46432006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4644
4645 Sync from gcc:
0e7ef45c 4646
4f0ef2d8 4647 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4648
4f0ef2d8
CD
4649 PR libobjc/13946
4650 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4651 * Makefile.in: Regenerate.
4652 * configure.in: Add --enable-objc-gc at toplevel and have it
4653 enable boehm-gc for Objective-C.
4654 Remove target-boehm-gc from libgcj.
4655 Add target-boehm-gc to target_libraries.
4656 Add target-boehm-gc to noconfigdirs where ${libgcj}
4657 is specified.
4658 Assert that boehm-gc is supported when requested for Objective-C.
4659 Only build boehm-gc if needed either for Java or Objective-C.
4660 * configure: Regenerate.
4661
4662 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4663
4f0ef2d8
CD
4664 PR 27674
4665 * Makefile.tpl (configure-[+prefix+][+module+],
4666 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4667 Remove rule to unstage bootstrapped modules.
4668 (stage_current): New.
4669 * Makefile.in: Regenerate.
4670
4671 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4672 Andreas Tobler <a.tobler@schweiz.ch>
4673
4674 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4675 * configure: Rebuilt.
4676
4677 Revert
4678 2006-01-31 Richard Guenther <rguenther@suse.de>
4679 Paolo Bonzini <bonzini@gnu.org>
4680
4681 * Makefile.def (target_modules): Add libgcc-math target module.
4682 * configure.in (target_libraries): Add libgcc-math target library.
4683 (--enable-libgcc-math): New configure switch.
4684 * Makefile.in: Re-generate.
4685 * configure: Re-generate.
4686
c17b816b
JJ
46872006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4688
4689 * config-ml.in: Alter CCASFLAGS to include special
4690 multilib options the same as is done for CFLAGS.
4691
20e95c23
DJ
46922006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4693
4694 * Makefile.def: Added dependencies from sim and gdb on intl, and
4695 added configure dependencies to everything with an all dependency
4696 on intl.
4697 * gettext.m4: Removed.
4698 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4699 (GDB_SUPPORT_DIRS): Add intl.
4700 * Makefile.in: Regenerated.
4701
4bd8ad80
DJ
47022006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * src-release (DEVO_SUPPORT): Add config.rpath.
4705
c380fdd8
PB
47062006-05-25 Paolo Bonzini <bonzini@gnu.org>
4707
4708 * Makefile.def (bfd, opcodes): Fix lib_path.
4709 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4710 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4711 * Makefile.in: Regenerate.
4712
701628f5
MS
47132006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4714
4715 * configure.in: Enable gprof for cross builds.
4716 * configure: Regenerate.
4717
25aae7f2
DJ
47182006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4719
4720 * src-release (MAKEINFOFLAGS): Define.
4721 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4722
ea3d1626
BE
47232006-05-14 Ben Elliston <bje@au.ibm.com>
4724
4725 * config.sub, config.guess: Update from upstream sources.
4726
49b9e644
BE
47272006-05-12 Ben Elliston <bje@au.ibm.com>
4728
4729 * config.sub, config.guess: Update from upstream sources.
4730
482dd2f6
DJ
47312006-05-04 Steve Ellcey <sje@cup.hp.com>
4732
4733 * blt, iwidgets, mmalloc: Remove directories.
4734
8b01a5c2
DD
47352006-05-01 DJ Delorie <dj@redhat.com>
4736
641a3af4 4737 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4738 * configure: Regenerate.
4739
a481dbb7
DD
47402006-04-18 DJ Delorie <dj@redhat.com>
4741
4742 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4743 reference libgloss so that libssp can be built in a combined
4744 tree.
4745 * configure: Regenerate.
4746
962c9e74
BE
47472006-04-10 Ben Elliston <bje@au.ibm.com>
4748
4749 * contrib: Remove directory.
4750
108a6f8e
CD
47512006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4752
4753 * Makefile.tpl: Add install-html target.
4754 * Makefile.def: Add install-html target.
4755 * Makefile.in: Regenerate.
4756 * configure.in: Add --with-datarootdir, --with-docdir,
4757 and --with-htmldir options.
4758 * configure: Regenerate.
4759
a4ef73e9
BE
47602006-03-31 Ben Elliston <bje@au.ibm.com>
4761
4762 PR binutils/1860
4763 * configure.in: Require makeinfo 4.4 or higher.
4764 * configure: Regenerate.
4765
b37df25a
PB
47662006-03-14 Paolo Bonzini <bonzini@gnu.org>
4767
4768 * Makefile.in: Regenerate.
4769
a6df5a19
PB
47702006-03-14 Paolo Bonzini <bonzini@gnu.org>
4771
4772 Sync with gcc:
4773 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4774
f7c83eac
AS
4775 * configure.in: Handle --disable-<component> generically.
4776 * configure: Regenerate.
a6df5a19
PB
4777
4778 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4779
f7c83eac
AS
4780 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4781 (TARGET_CONFIGDIRS): Remove.
4782 * configure.in: Remove AC_SUBST(target_configdirs).
4783 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4784
4785
65419985
L
47862006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4787
4788 PR libgcj/17311
4789 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4790
c52c6897
PB
47912006-02-20 Paolo Bonzini <bonzini@gnu.org>
4792
4793 PR bootstrap/25670
4794
4795 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4796
4797 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4798 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4799 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4800 BUILD_PREFIX, BUILD_PREFIX_1.
4801 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4802
4803 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4804 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4805
4806 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4807 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4808 of `cat stage_current`. Always provide the `r' and `s' variables.
4809 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4810 a single shell execution.
4811 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4812 bootstrapped modules, make the stage1 module if the build was not
4813 started yet, else build the current stage.
4814 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4815 (all-build, all-host, all-target, [+make_target+]-host,
4816 [+make_target+]-target): Do not use \-continued lines.
4817 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4818 (current_stage, restrap, stage_last): New.
4819
4820 * Makefile.in: Regenerate.
4821 * configure: Regenerate.
4822
b3ded179
PB
48232006-02-14 Paolo Bonzini <bonzini@gnu.org>
4824
4825 Sync from gcc:
4826
4827 2006-01-31 Richard Guenther <rguenther@suse.de>
4828 Paolo Bonzini <bonzini@gnu.org>
4829
f7c83eac
AS
4830 * Makefile.def (target_modules): Add libgcc-math target module.
4831 * configure.in (target_libraries): Add libgcc-math target library.
4832 (--enable-libgcc-math): New configure switch.
4833 * Makefile.in: Re-generate.
4834 * configure: Re-generate.
4835 * libgcc-math: New toplevel directory.
b3ded179
PB
4836
4837 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4838 Jakub Jelinek <jakub@redhat.com>
4839 Diego Novillo <dnovillo@redhat.com>
b3ded179 4840
f7c83eac
AS
4841 * libgomp: New directory.
4842 * Makefile.def: Add target_module libgomp.
4843 * Makefile.in: Regenerate.
4844 * configure.in (target_libraries): Add target-libgomp.
4845 * configure: Regenerate.
b3ded179 4846
3a35eeb3
PB
48472006-02-14 Paolo Bonzini <bonzini@gnu.org>
4848 Andreas Schwab <schwab@suse.de>
0e7ef45c 4849
3a35eeb3
PB
4850 * configure: Regenerate.
4851
2429c060
PB
48522006-01-16 Paolo Bonzini <bonzini@gnu.org>
4853
4854 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4855 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4856 the assembler, linker and binutils.
4857 * configure: Regenerate.
4858
ec49b2b8
NC
48592006-01-16 Nick Clifton <nickc@redhat.com>
4860
49b9e644 4861 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4862
44b2308f
AO
48632006-01-05 Alexandre Oliva <aoliva@redhat.com>
4864
4865 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4866 @ from continuation.
4867 * Makefile.in: Rebuilt.
4868
80911fe1
PB
48692006-01-04 Paolo Bonzini <bonzini@gnu.org>
4870
4871 Sync from gcc:
4872
4873 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4874
f7c83eac 4875 PR bootstrap/24252
80911fe1 4876
f7c83eac
AS
4877 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4878 * Makefile.tpl (OBJDUMP): New.
4879 (EXTRA_HOST_FLAGS): Add it.
4880 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4881
f7c83eac
AS
4882 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4883 to use symbolic links between directories. Avoid race conditions
4884 or make them harmless.
4885 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4886
f7c83eac
AS
4887 * Makefile.def (LEAN): Pass.
4888 * Makefile.tpl (LEAN): Define.
4889 (stage[+id+]-start): Accept that the previous directory does not
4890 exist, if the bootstrap is lean.
4891 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4892 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4893 configure substitution.
4894 ([+compare-target+]): Likewise.
4895 ([+bootstrap-target+]-lean): New.
4896 * configure.in: Remove lean bootstrap support from here.
80911fe1 4897
f7c83eac
AS
4898 * Makefile.in: Regenerate.
4899 * configure: Regenerate.
80911fe1
PB
4900
4901 2006-01-02 Andreas Schwab <schwab@suse.de>
4902
f7c83eac
AS
4903 * configure.in: When reconfiguring remove Makefile in
4904 all stage directories.
4905 * configure: Regenerate.
80911fe1 4906
b59bea8a
NC
49072005-12-27 Leif Ekblad <leif@rdos.net>
4908
4909 * configure.in: Add support for RDOS target.
4910 * configure: Regenerate.
4911
d7730bac
NC
49122005-12-27 Nick Clifton <nickc@redhat.com>
4913
4914 PR binutils/1990
4915 * libtool.m4: Synchronize with version in GCC sources.
4916
c02dabc3
PB
49172005-12-20 Paolo Bonzini <bonzini@gnu.org>
4918
f7c83eac 4919 Revert Ada-related part of the previous change.
c02dabc3 4920
f7c83eac
AS
4921 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4922 Do not pass.
4923 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4924 * Makefile.in: Regenerate.
4925 * configure.in: Do not include mt-ppc-aix target fragment.
4926 * configure: Regenerate.
c02dabc3 4927
f6d183c0
PB
49282005-12-19 Paolo Bonzini <bonzini@gnu.org>
4929
4930 * configure.in: Select appropriate fragments for PowerPC/AIX.
4931 * configure: Regenerate.
4932
4933 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4934 BOOT_CFLAGS, BOOT_LDFLAGS.
4935 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4936 BOOT_CFLAGS, BOOT_LDFLAGS.
4937 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4938 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4939 (stage): Fail if we cannot complete the work.
4940 * Makefile.in: Regenerate.
4941
f29759fc
JJ
49422005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4943
4944 * COPYING.NEWLIB: Update copyright year for default
4945 copyright.
4946
1f054001
PB
49472005-12-15 Paolo Bonzini <bonzini@gnu.org>
4948
4949 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4950 install-host-nogcc): Don't invoke $(stage) at the end.
4951 * Makefile.in: Regenerate.
4952
0aed8855
PB
49532005-12-14 Paolo Bonzini <bonzini@gnu.org>
4954
4955 * configure.in: Flip the top-level bootstrap switch.
4956 * configure: Regenerate.
4957
4958 Merge from gcc:
4959
4960 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4961
f7c83eac
AS
4962 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4963 $(stage) and $(unstage).
4964 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4965 (all): Remove stray semicolon.
4966 (local-distclean): Don't handle multilib.tmp and multilib.out.
4967 (install.all): Set $s for consistency.
4968 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4969 check_multilibs setting. Always make the install directory.
4970 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4971 Correct @if/@endif.
4972 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4973 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4974 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4975 (multilib.out): Remove.
4976 * Makefile.in: Regenerated.
0aed8855
PB
4977
49782005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4979
4980 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4981 * configure.in: Replace ms1 arch with mt.
4982 * configure: Rebuilt.
4983
49842005-12-05 Paolo Bonzini <bonzini@gnu.org>
4985
4986 Sync with gcc:
4987
4970f871
NS
49882005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4989
4990 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4991 * configure.in: Replace ms1 arch with mt.
4992 * configure: Rebuilt.
4993
be01d343
PB
49942005-12-05 Paolo Bonzini <bonzini@gnu.org>
4995
4996 Sync with gcc:
4997
4998 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4999
f7c83eac
AS
5000 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5001 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5002 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5003 Find in-tree tools if available.
5004 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5005 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5006 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5007 (COMPILER_*_FOR_TARGET): New.
5008 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5009 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5010 (CONFIGURED_*, USUAL_*): Remove.
5011 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5012 STRIP): Use autoconf substitutions.
5013 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5014 COMPILER_NM_FOR_TARGET): New.
5015 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5016
5017 (all): Make all-host and all-target in parallel.
5018 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5019 that $$r and $$s are set before invoking a recursive make.
5020 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5021 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5022
5023 2005-11-29 Ben Elliston <bje@au.ibm.com>
5024
f7c83eac
AS
5025 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5026 from the gcc build directory.
5027 * Makefile.in: Regenerate.
be01d343
PB
5028
5029 2005-11-29 Ben Elliston <bje@au.ibm.com>
5030
f7c83eac
AS
5031 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5032 depend on all-libdecnumber.
5033 * configure.in (host_libs): Include libdecnumber.
5034 * Makefile.in: Regenerate.
5035 * configure: Likewise.
be01d343
PB
5036
5037 2005-11-21 Kean Johnston <jkj@sco.com>
5038
f7c83eac 5039 * config.sub, config.guess: Sync from upstream sources.
be01d343 5040
907be67c
DJ
50412005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5042
5043 * Makefile.def: Remove gdb dependencies for gdbtk.
5044 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5045 (configure-gdb, install-gdb): New rules.
5046 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5047 * Makefile.in, configure: Regenerated.
5048
e360f423
PB
50492005-10-22 Paolo Bonzini <bonzini@gnu.org>
5050
5051 PR bootstrap/24297
5052 * Makefile.tpl (do-[+make-target+], do-check, install,
5053 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5054 are set before recursing.
5055 * Makefile.in: Regenerate.
5056
45d5eb0a
EB
50572005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5058
5059 PR bootstrap/18939
5060 * Makefile.def (gcc) <target>: Fix thinko.
5061 * Makefile.in: Regenerate.
5062
3cf3372e
BS
50632005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5064
5065 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5066 * configure: Regenerate.
5067
bd70a46f
KH
50682005-10-09 Kazu Hirata <kazu@codesourcery.com>
5069
5070 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5071 target-libffi, target-qthreads, target-libjava, and
5072 targetlibobjc.
5073 * configure: Regenerate.
5074
5ae72758
DJ
50752005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5076
5077 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5078 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5079 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5080 (USUAL_OBJDUMP_FOR_TARGET): New.
5081 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5082 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5083 * configure, Makefile.in: Regenerated.
5ae72758 5084
cc96343e
PB
50852005-10-05 Paolo Bonzini <bonzini@gnu.org>
5086
5087 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5088 before other host packages.
5089
f70224b5
PB
50902005-10-05 Paolo Bonzini <bonzini@gnu.org>
5091
5092 PR bootstrap/22340
5093
5094 * configure.in (default_target): Remove.
5095 * Makefile.tpl (all): Do not use prerequisites as subroutines
5096 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5097 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5098 use prerequisites as subroutines.
5099 (check-host, check-target): New.
5100 (bootstrap configure & all targets): Do not use stage*-start
5101 if the directory layout is already ok.
5102 (non-bootstrap configure & all targets): Prepend a $(unstage).
5103 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5104 (NOTPARALLEL): Remove.
5105 (unstage, stage variables): New variables.
5106 (unstage, stage targets): Simply expand to those variables.
5107
5108 * configure: Regenerate.
5109 * Makefile.in: Regenerate.
5110
c13c918a
JW
51112005-10-04 James E Wilson <wilson@specifix.com>
5112
5113 * Makefile.def (lang_env_dependencies): Add libmudflap.
5114 * Makefile.in: Regenerate.
5115
376a0e54
CM
51162005-10-03 Catherine Moore <clm@cm00re.com>
5117
5118 * configure.in (bfin-*-*): Support bfin.
5119 * configure: Regenerated.
5120
d320aacb
L
51212005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5122
5123 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5124 * configure: Regenerated.
5125
7e0f7140
GK
51262005-09-28 Geoffrey Keating <geoffk@apple.com>
5127
5128 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5129 (LIPO_FOR_TARGET): New.
5130 (CONFIGURED_LIPO_FOR_TARGET): New.
5131 (USUAL_LIPO_FOR_TARGET): New.
5132 (STRIP_FOR_TARGET): New.
5133 (CONFIGURED_STRIP_FOR_TARGET): New.
5134 (USUAL_STRIP_FOR_TARGET): New.
5135 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5136 STRIP_FOR_TARGET.
5137 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5138 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5139 * Makefile.in: Regenerate.
5140 * configure: Regenerate.
0e7ef45c 5141
096f7d00
DE
51422005-09-19 David Edelsohn <edelsohn@gnu.org>
5143
5144 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5145 (rs6000-*-aix*): Same.
5146 * configure: Regenerate.
5147
51482005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5149
5150 * configure.in: Recognize f95 in the --enable-languages option,
5151 and substitute it for fortran, issuing a warning.
5152 * configure: Regenerate.
5153
2016dfcc
BE
51542005-09-07 Ben Elliston <bje@au.ibm.com>
5155
5156 Import from Autoconf sources:
5157
5158 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5159 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5160 Elliston. Handle weird characters correctly.
5161
6dd2fda9
DD
51622005-08-30 Phil Edwards <phil@codesourcery.com>
5163
5164 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5165 * configure: Regenerated.
5166
e6db70d4
RE
51672005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5168
f7c83eac
AS
5169 * Makefile.def (libssp): Add to lang_env_dependencies.
5170 * Makefile.in: Regenerate.
e6db70d4 5171
e1e3d0f5
CG
51722005-08-17 Christian Groessler <chris@groessler.org>
5173
5174 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5175 * Makefile.in: Regenerate.
5176
05cbd757
PB
51772005-08-12 Paolo Bonzini <bonzini@gnu.org>
5178
5179 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5180 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5181 Look for alternate names of the target cc and c++
5182 * configure: Regenerate.
5183
55db4b87
PB
51842005-08-08 Paolo Bonzini <bonzini@gnu.org>
5185
5186 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5187 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5188 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5189 tools; remove code to manually set them.
5190 (Target tools): Look in the environment for them.
5191 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5192 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5193 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5194 build directory.
5195 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5196 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5197 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5198 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5199 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5200 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5201 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5202 * configure: Regenerate.
5203 * Makefile.in: Regenerate.
5204
414e5532
MM
52052005-07-27 Mark Mitchell <mark@codesourcery.com>
5206
5207 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5208 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5209 * Makefile.in: Regenerated.
5210
a19b6204
MM
52112005-07-26 Mark Mitchell <mark@codesourcery.com>
5212
5213 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5214 (CFLAGS_FOR_TARGET): Use it.
5215 (CXXFLAGS_FOR_TARGET): Likewise.
5216 * Makefile.in: Regenerated.
5217 * configure.in (--with-build-sysroot): New option.
5218 * configure: Regenerated.
5219
b73aa406
PB
52202005-07-24 Paolo Bonzini <bonzini@gnu.org>
5221
5222 * Makefile.tpl: Wrap install between unstage and stage
5223 * Makefile.in: Regenerate.
5224
6e4d0bcb
KC
52252005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5226
5227 * all files: Update FSF address.
5228
49f58d10
JB
52292005-07-14 Jim Blandy <jimb@redhat.com>
5230
5231 * configure.in: Add cases for Renesas m32c.
5232 * configure: Regenerated.
0e7ef45c 5233
1d9c9cd7
KC
52342005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5235
5236 * COPYING, compile, config-ml.in, config.guess,
5237 config.sub, install-sh, missing, mkinstalldirs,
5238 symlink-tree, ylwrap: Sync from upstream sources.
5239
1587117a
EC
52402005-07-13 Eric Christopher <echristo@redhat.com>
5241
5242 * configure.in: Add toplevel noconfigdir support for tpf.
5243 * configure: Regenerate.
5244
bb780410
DD
52452005-07-11 Jakub Jelinek <jakub@redhat.com>
5246
5247 * Makefile.def (target_modules): Add libssp.
5248 * configure.in (target_libraries): Add target-libssp.
5249 * configure: Rebuilt.
5250 * Makefile.in: Rebuilt.
5251
064d0a7c
PB
52522005-07-11 Paolo Bonzini <bonzini@gnu.org>
5253
5254 PR ada/22340
5255
5256 * Makefile.def: Sync with gcc.
5257 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5258 * Makefile.in: Regenerate.
5259
b2edd3b5
AS
52602005-07-07 Andreas Schwab <schwab@suse.de>
5261
5262 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5263 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5264 * Makefile.in: Regenerated.
5265
5f128533
KH
52662005-07-07 Kazu Hirata <kazu@codesourcery.com>
5267
5268 * configure.in: Add --enable-libssp and --disable-libssp.
5269 * configure: Regenerate with autoconf-2.13.
5270
4e3fc8e5
GK
52712005-07-06 Geoffrey Keating <geoffk@apple.com>
5272
5273 * configure.in: Don't build sim or rda when targetting darwin.
5274 * configure: Regenerate.
5275
c7357d6a
BE
52762005-07-04 Ben Elliston <bje@gnu.org>
5277
5278 * src-release (do-proto-toplev): Remove dejagnu bits.
5279 (DEJAGNU_SUPPORT_DIRS): Remove.
5280 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5281 (GDBD_SUPPORT_DIRS): Likewise.
5282 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5283 (INSIGHTD_SUPPORT_DIRS): Likewise.
5284 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5285
52862005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5287
5288 * setup.com (mpw): Remove unused directive.
5289
7d329e61
PB
52902005-06-22 Paolo Bonzini <bonzini@gnu.org>
5291
5292 * Makefile.def (stagefeedback): Come after profile.
5293 Define profiledbootstrap target.
5294 * Makefile.tpl (profiledbootstrap): Remove.
5295 (stageprofile-end): Zap stagefeedback.
5296 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5297 * Makefile.in: Regenerate.
5298
e5fbed21
DD
52992005-06-13 Zack Weinberg <zack@codesourcery.com>
5300
5301 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5302 In 'cpp' stanza, support '#line' as well as '# '.
5303
59f7ec45
HPN
53042005-06-07 Hans-Peter Nilsson <hp@axis.com>
5305
5306 * configure.in (unsupported_languages): New macro.
5307 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5308 non-ported target libraries in noconfigdirs.
5309 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5310 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5311 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5312 unsupported_languages.
5313 * configure: Regenerate.
5314
c10e9ba7
DD
53152005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5316
5317 * configure.in: Fix typo in handling of --with-mpfr-dir.
5318 * configure: Regenerate.
5319
20deb2b8
JB
53202005-06-02 Jim Blandy <jimb@redhat.com>
5321
5322 * config.sub: Add cases for the Renesas m32c. (This patch has been
5323 accepted into the master sources.)
5324
cdb9b172 53252005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5326 Michael Snyder <msnyder@redhat.com>
5327 Stan Cox <scox@redhat.com>
cdb9b172 5328
f7c83eac 5329 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5330
f7c83eac 5331 * configure: Regenerate.
cdb9b172 5332
1dc3053f
PB
53332005-05-25 Paolo Bonzini <bonzini@gnu.org>
5334
5335 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5336 (Dependencies): Consider target modules for bootstrap dependencies.
5337 Make target bootstrap modules depend on each stage's gcc.
5338 * Makefile.in: Regenerate.
5339
c60fe18b
PB
53402005-05-20 Paolo Bonzini <bonzini@gnu.org>
5341
5342 * Makefile.def (configure-gcc): Depend on binutils having been built.
5343 (all-gcc): No need to do it here.
5344 * Makefile.in: Regenerate.
5345
27258dd4
PB
53462005-05-19 Paul Brook <paul@codesourcery.com>
5347
0e7ef45c 5348 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5349 language cannot be built.
5350 * configure: Regenerate.
5351
42ecbf5e
DJ
53522005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5353
5354 * ylwrap: Import from Automake 1.9.5.
5355
ae380b45
MS
53562005-05-04 Mike Stump <mrs@apple.com>
5357
5358 * configure.in: Always pass --target to target configures as
5359 otherwise rebuilds that do --recheck will fail.
811d3af8 5360 * configure: Rebuilt.
ae380b45 5361
d545f33b
PB
53622005-05-04 Paolo Bonzini <bonzini@gnu.org>
5363
5364 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5365 STAGE_HOST_EXPORTS.
5366 (configure, all): Add bootstrap support.
5367 (Host modules, target modules): Pass post-stage1 flags and exports.
5368 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5369 * Makefile.in: Regenerate.
5370
2faa2958
PB
53712005-04-29 Paolo Bonzini <bonzini@gnu.org>
5372
5373 Sync from gcc:
5374
5375 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5376
f7c83eac 5377 * config.sub: Update from master copy.
2faa2958
PB
5378
5379 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5380
f7c83eac
AS
5381 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5382 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5383 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5384 "*-*-elf" and "*-*-linux*".
5385 * configure: Regenerate.
2faa2958 5386
a7254363
PB
53872005-04-06 Paolo Bonzini <bonzini@gnu.org>
5388
f7c83eac 5389 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5390 (TARGET_CONFIGARGS): Include --with-target-subdir.
5391 (configure, all): New macros. Use them throughout.
5392
a8637a7d
PB
53932005-04-05 Paolo Bonzini <bonzini@gnu.org>
5394
5395 * Makefile.tpl: Sync with gcc.
5396 * Makefile.in: Regenerate.
5397
dd387d52
JR
53982005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5399
5400 * config/mh-mingw32: Delete.
5401 * configure.in: Don't use it.
5402 * configure: Regenerate.
5403
e90269c8
PB
54042005-03-31 Paolo Bonzini <bonzini@gnu.org>
5405
5406 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5407 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5408 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5409 (HOST_LIB_PATH): Generate from Makefile.def.
5410 (TARGET_LIB_PATH): Likewise.
5411 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5412 * Makefile.in: Regenerate.
5413 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5414 (RPATH_ENVVAR): Include Darwin case.
5415 * configure: Regenerate.
5416
9a237d9e
PB
54172005-03-25 Paolo Bonzini <bonzini@gnu.org>
5418
5419 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5420 * configure: Regenerate.
5421
479759c8
ZW
54222005-03-21 Zack Weinberg <zack@codesourcery.com>
5423
5424 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5425 gcc_version, and gcc_version_trigger from set of flags to pass.
5426 * Makefile.tpl: Remove definitions of above variables.
5427 (config.status): Remove dependency on $(gcc_version_trigger).
5428 * Makefile.in: Regenerate.
5429 * configure.in: Do not reference config/gcc-version.m4 nor
5430 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5431 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5432 * configure: Regenerate.
5433
4cfaf6d5
DD
54342005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5435 Andrew Pinski <pinskia@physics.uc.edu>
5436
5437 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5438 * Makefile.in: Regenerate.
5439
33a3fb7b
AO
54402005-03-01 Alexandre Oliva <aoliva@redhat.com>
5441
5442 PR libgcj/20160
5443 * ltmain.sh: Avoid creating archives with components that have
5444 duplicate basenames.
5445
2da12f12
PB
54462005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5447
479759c8
ZW
5448 PR bootstrap/20250
5449 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5450 instead of check.
5451 * Makefile.in: Regenerate.
2da12f12 5452
b00612cc
PB
54532005-02-28 Paolo Bonzini <bonzini@gnu.org>
5454
5455 Sync from gcc.
5456
5457 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5458
5459 PR bootstrap/17383
5460 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5461 * Makefile.tpl (HOST_SUBDIR): New substitution.
5462 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5463 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5464 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5465 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5466 (Host modules, Bootstrapped modules): Use it.
5467 (Build modules, Target modules): Do not create symlink trees,
5468 always configure out-of-srcdir.
5469 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5470 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5471 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5472 $(HOST_SUBDIR). Create a symlink for host_subdir.
5473
5474 * Makefile.in: Regenerate.
5475 * configure: Regenerate.
5476
5477 Merged from libada-gnattools-branch:
5478 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5479
5480 * Makefile.def: Add gnattools as a module, depending on target-libada.
5481 * Makefile.in: Regenerate.
5482 * configure.in: Include gnattools in host_tools; disable it if ada
5483 is disabled.
5484 * configure: Regenerate.
5485
c3e65f62
NC
54862005-02-23 Nick Clifton <nickc@redhat.com>
5487
5488 * configure: Regenerate.
5489
e4d180c2
NC
54902005-02-22 Paul Schlie <schlie@comcast.net>
5491
5492 * configure.in: Allow darwin targeted ports to build tk, itcl and
5493 libgui.
5494
e3c770b1
EB
54952005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5496
5497 PR libgcj/10353
5498 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5499 * configure: Regenerate.
5500
9c73618c
AC
55012005-02-08 Andrew Cagney <cagney@gnu.org>
5502
5503 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5504 gdb/ section. Update GDB's URL.
5505
c46f8c51
AC
55062005-01-31 Andrew Cagney <cagney@gnu.org>
5507
5508 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5509
c7e66c6d
HPN
55102005-01-29 Hans-Peter Nilsson <hp@axis.com>
5511
5512 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5513 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5514 target-libgloss when not *-*-elf and *-*-aout.
5515 * configure: Regenerate.
5516
a53bf506
AC
55172005-01-27 Andrew Cagney <cagney@gnu.org>
5518
5519 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5520
45181ed1
AC
55212005-01-24 Andrew Cagney <cagney@gnu.org>
5522
5523 * gettext.m4: Only fall back to ../intl/ when it's present.
5524
a1e0f4e4
KC
55252005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5526
5527 * install-sh, config.sub: Import from upstream.
5528
55292005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5530
5531 PR bootstrap/18222
5532 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5533 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5534 * Makefile.in: Regenerate.
5535
c50382e2
PB
55362005-01-03 Paolo Bonzini <bonzini@gnu.org>
5537
5538 Revert 2004-12-28 Makefile changes, a better fix will be
5539 applied to mainline and src after GCC 4.0 branches.
5540
11d07737
PB
55412004-12-28 Paolo Bonzini <bonzini@gnu.org>
5542
5543 PR bootstrap/17383
5544
5545 * Makefile.def (target_modules): Remove stage parameter,
5546 it is always true now.
5547 * Makefile.tpl (configure-build-[+module+],
5548 configure-target-[+module+]): Always build symlink tree
5549 for the directory and for include. BUILD_SUBDIR and
5550 TARGET_SUBDIR cannot be . anymore.
5551 * Makefile.in: Regenerate.
5552
dadfdbe2
DD
55532004-12-25 David Edelsohn <edelsohn@gnu.org>
5554
5555 Revert 2004-12-08 Makefile changes.
5556
dbf85af7
JR
55572004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5558
5559 * configure.in (sh64-*-*): Reenable gprof.
5560 * configure: Regenerate.
5561
6b8fea99
JB
55622004-12-09 Jim Blandy <jimb@redhat.com>
5563
5564 * MAINTAINERS: List 'depcomp' as part of automake.
5565
7341462c
DE
55662004-12-08 David Edelsohn <edelsohn@gnu.org>
5567
5568 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5569 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5570 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5571 * Makefile.in: Regenerate.
5572
21fde4dc
DD
55732004-12-07 Matt Kraai <kraai@ftbfs.org>
5574
5575 * Makefile.tpl: Generate normal dependencies if the LHS module is
5576 not bootstrapped.
5577 * Makefile.in: Regenerate.
5578
3da796a2
RS
55792004-12-03 Richard Sandiford <rsandifo@redhat.com>
5580
5581 * configure.in: Include config/gxx-include-dir.m4. Use
5582 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5583 * configure: Regenerate.
5584
73fb7068
RS
55852004-12-03 Richard Sandiford <rsandifo@redhat.com>
5586
5587 * config.if: Delete.
5588 * configure.in: Set libstdcxx_incdir directly.
5589 * configure: Regenerate.
5590 * MAINTAINERS: Remove mention of config.if.
5591 * src-release (DEVO_SUPPORT): Remove config.if.
5592
6c8e6ce9
EC
55932004-12-02 Eric Christopher <echristo@redhat.com>
5594
3b6098f8
EC
5595 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5596 of things to remove.
6c8e6ce9 5597 * Makefile.in: Regenerate.
479759c8 5598
b8658a2f
RS
55992004-12-02 Richard Sandiford <rsandifo@redhat.com>
5600
5601 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5602 * configure: Regenerate.
5603
afefada0
RS
56042004-12-02 Richard Sandiford <rsandifo@redhat.com>
5605
5606 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5607 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5608 * configure: Regenerate.
5609
5dcac624
DA
56102004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5611
5612 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5613 (hppa*64*-*-*): Delete incorrect comment.
5614 * configure: Rebuilt.
5615
57d1eb1a
DD
56162004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5617
5618 * install-sh, compile: Import from automake.
5619
56202004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5621
5622 * config.guess, config.sub: Import from savannnah.
5623
6d389afc
MS
56242004-11-12 Mike Stump <mrs@apple.com>
5625
5626 * Makefile.def: Add html support.
5627 * Makefile.tpl: Likewise.
5628 * Makefile.in: Regenerate.
5629
69e57115
GK
56302004-11-11 Geoffrey Keating <geoffk@apple.com>
5631
5632 PR 18423
5633 * configure.in: Remove all instances of build-fixincludes from
5634 noconfigdirs.
5635 (build_configargs): Supply --target to subdirectories.
5636 * configure: Regenerate.
5637
5638 * Makefile.def: Make gcc install depend on fixincludes install.
5639 * Makefile.in: Regenerate.
5640
ba719b26
HPN
56412004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5642
5643 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5644 target-libgfortran.
5645 * configure: Regenerate.
5646
c37653e7
DE
56472004-11-07 David Edelsohn <edelsohn@gnu.org>
5648
5649 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5650 like CC.
5651
1eefd493
PB
56522004-11-05 Paolo Bonzini <bonzini@gnu.org>
5653
5654 * Makefile.def (host fixincludes): Specify missing targets.
5655 * Makefile.in: Regenerate.
5656
02b1af09
L
56572004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5658
5659 PR other/17783
5660 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5661 * configure: Regenerated.
5662
7f266840
DJ
56632004-11-04 Daniel Jacobowitz <dan@debian.org>
5664
5665 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5666 * configure: Regenerated.
5667
47444073
AL
56682004-10-28 Eric B. Weddington <ericw@evcohs.com>
5669
5670 PR target/18151
5671 * configure.in (case ${target}): Do not build fixincludes for avr.
5672 * configure: Regenerated.
5673
caeba88f
AL
56742004-10-26 Paolo Bonzini <bonzini@gnu.org>
5675
5676 * configure.in (case ${target}): Do not build fixincludes
5677 on platforms where it is not used.
5678 * configure: Regenerated.
5679
0fdbe983
DJ
56802004-10-23 Daniel Jacobowitz <dan@debian.org>
5681
5682 * configure.in: Use an absolute path to install-sh.
5683 * configure: Regenerated.
5684
1c0f67c1
AC
56852004-10-19 Andrew Cagney <cagney@gnu.org>
5686
5687 * src-release (do-djunpack, do-md5sum): Install the generated file
5688 directly into the proto-toplev/ directory.
479759c8 5689
a9cfce9c
AC
56902004-10-19 Andrew Cagney <cagney@gnu.org>
5691
5692 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5693
ac0fa625
DD
56942004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5695
5696 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5697 * configure: Regenerate.
5698
d27cc32e
PB
56992004-10-06 Paolo Bonzini <bonzini@gnu.org>
5700
5701 Fix wrong conflict resolution in:
5702
5703 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5704
5705 * Makefile.in: Regenerate.
5706 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5707 in the recursive `make', instead of hardwiring `all'.
5708 (Autogenerated TARGET-* variables): New.
5709
1763908f
UW
57102004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5711
5712 Merged from GCC / libtool upstream:
5713 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5714 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5715 * ltcf-cxx.sh (tpf*): Likewise.
5716 * ltconfig (tpf*): Add TPF OS configuration support.
5717
0490e016
NC
57182004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5719
5720 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5721 * configure: Regenerate.
0490e016 5722
32be62b5
RS
57232004-09-24 Michael Roth <mroth@nessie.de>
5724
5725 * configure.in (--without-headers): Add missing double quotes.
5726 * configure: Regenerate.
5727
6048df60
DD
57282004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5729
5730 * ylwrap: Revert to previous version.
5731
315b3b02
L
57322004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5733
6048df60 5734 PR bootstrap/17369
315b3b02
L
5735 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5736 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5737 SET_GCC_LIB_PATH_CMD.
5738 (BASE_TARGET_EXPORTS): Likewise.
5739 * Makefile.in: Regenerated.
5740
5741 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5742 * configure: Regenerated.
5743
fe69863c
DD
57442004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5745
5746 * config.guess: New upstream version
5747 * compile, depcomp, install-sh, ylwrap: Likewise.
5748
57492004-09-19 Roger Sayle <roger@eyesopen.com>
5750
5751 * config/mh-x86omitfp: New host makefile fragment. Add
5752 -fomit-frame-pointer to the default BOOT_CFLAGS.
5753 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5754 * configure: Regenerate.
5755
57562004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5757
5758 PR target/11572
5759 * configure.in (*-*-darwin*): Renable libobjc.
5760 * configure: Regenerate.
5761
be75bbe1 57622004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5763
be75bbe1
DB
5764 * Makefile.def: Remove libbanshee.
5765 * Makefile.tpl: Ditto.
5766 * configure.in: Ditto.
5767 * Makefile.in: Regen.
5768 * configure: Ditto.
5769
1b882a91
PB
57702004-09-07 Paolo Bonzini <bonzini@gnu.org>
5771
5772 * missing: Import latest version from master repository.
5773
eb1352ed
NC
57742004-09-04 Nick Clifton <nickc@redhat.com>
5775
5776 * config.sub: Import latest version from master repository.
5777 * config.guess: Likewise.
5778 This includes these changes:
479759c8 5779
eb1352ed
NC
5780 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5781
5782 * config.sub: Handle crisv32, alias etraxfs.
5783 * config.guess (crisv32:Linux:*:*): Handle.
5784
5785 2004-08-13 Brad Smith <brad@comstyle.com>
5786
5787 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5788 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5789
5790 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5791
5792 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5793 assume the processor is a powerpc. This is because coreutils
5794 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5795 in this case, due to a MacOS X bug that causes
5796 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5797 to return a negative number.
5798 Problem reported by Petter Reinholdtsen in:
5799 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5800
5801 2004-07-19 Ben Elliston <bje@gnu.org>
5802
5803 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5804
5805 2004-06-24 Ben Elliston <bje@gnu.org>
5806
5807 * config.guess: Update copyright years.
5808 * config.sub: Likewise.
5809
5810 2004-06-22 Robert Millan <robertmh@gnu.org>
5811
5812 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5813 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5814
5815 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5816
5817 * config.guess (*:*VMS:*:*): New entry. Replaces
5818 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5819 manufacturer.
5820
5821 2004-06-22 Ben Elliston <bje@gnu.org>
5822
5823 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5824 * config.sub: Likewise.
5825
5826 2004-06-22 Ben Elliston <bje@gnu.org>
5827
5828 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5829 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5830
5831 2004-06-11 Ben Elliston <bje@gnu.org>
5832
5833 * config.guess (pegasos:OpenBSD:*:*): Remove.
5834
5835 2004-06-11 Ben Elliston <bje@gnu.org>
5836
5837 From Wouter Verhelst <wouter@grep.be>:
5838 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5839
5840 2004-06-11 Ben Elliston <bje@gnu.org>
5841
5842 * config.guess (luna88k:OpenBSD:*:*): New.
5843
5844 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5845
5846 * config.guess (m32r*:Linux:*:*): New case.
5847 * config.sub: Handle m32rle.
5848
5849 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5850
5851 From Jens Petersen <petersen@redhat.com>:
5852 * config.sub: Handle sparcv8.
5853
5854 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5855
5856 From Tom Smith <smith@cag.lkg.hp.com>:
5857 * config.guess: Version suffixes are equally significant on Tru64
5858 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5859 prefix of "P" (patched kernel).
5860
5861 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5862
5863 * config.sub: Add support for National Semiconductor CRX target.
5864
2a3124ca 58652004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5866
2a3124ca
RH
5867 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5868 *-*-netware, but add target-libmudflap.
5869 Consolidate *-*-netware targets (of which really only i?86 exists)
5870 into a single entry.
5871 * configure: Likewise.
5872
0df3d27f
PB
58732004-09-01 Paolo Bonzini <bonzini@gnu.org>
5874
5875 * Makefile.tpl (sorry): Remove.
5876 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5877 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5878 (do-clean): Clean per-stage directories too.
5879 (do-distclean): Run distclean-stage1 too.
5880 (.NOTPARALLEL): Enable during toplevel bootstrap.
5881 (stage[+id+]-bubble): Enable parallel execution during
5882 the recursive invocation.
5883 * Makefile.in: Regenerate.
5884
5885 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5886
5887 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5888
5889 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5890 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5891 * configure: regenerate
479759c8
ZW
5892 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5893 -mdynamic-no-pic
0df3d27f
PB
5894
58952004-08-31 Paolo Bonzini <bonzini@gnu.org>
5896
5897 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5898 include.
5899 * configure.in: Fix indentation.
5900 * configure: Regenerate.
5901
ee025550
PB
59022004-08-31 Paolo Bonzini <bonzini@gnu.org>
5903
5904 * Makefile.def (build_modules): Add fixincludes.
5905 (dependencies): Make gcc depend on fixincludes.
5906 * configure.in (build_tools): Add fixincludes.
5907 (build_configdirs): Always include build_libs.
5908 * Makefile.in: Regenerate.
5909 * configure: Regenerate.
5910
59112004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5912
5913 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5914 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5915 phony targets; do not generate timestamp files.
5916 (distclean-stageN): Remove references to their timestamp files.
5917 (restageN, touch-stageN): Remove.
5918 (stageN-bubble): Rewritten.
5919 (compare): Support lean bootstraps.
5920 * Makefile.in: Regenerate.
5921
5922 * configure.in: Only warn when bootstrapping but
5923 build != host or build != target. Support lean bootstraps.
5924 * configure: Regenerate.
5925
5926 Sync from gcc:
5927 2004-08-26 Phil Edwards <phil@codesourcery.com>
5928
5929 * configure.in: Give a better error message if GMP/MPFR are missing
5930 and a language needing them has been requested.
5931 * configure: Regenerated.
5932
5933 2004-08-25 Phil Edwards <phil@codesourcery.com>
5934
5935 * configure.in: Print a list of available language front-ends if
5936 a requested one is missing. Tidy stray tab characters.
5937 * configure: Regenerated.
5938
72b2455a
PB
59392004-08-17 Paolo Bonzini <bonzini@gnu.org>
5940
5941 * Makefile.in: Regenerate.
5942 * configure: Regenerate.
5943
5944 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5945 stage_*_flags.
5946 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5947 for bootstrapped modules if toplevel bootstrap is going.
5948 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5949 modules. Adjust for changes in Makefile.def. Enable several
5950 rules even in non-bootstrap mode, just to avoid peppering the
5951 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5952 (stage-[+prev+]-bubble): Remove.
5953
5954 * Makefile.def (Dependencies): Depend on all-build-bison,
5955 all-build-flex, all-build-byacc, all-build-texinfo, rather
5956 than the host variations.
5957 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5958 with BUILD_SUBDIR.
5959 (BISON): Update for recent Bisons.
5960 (YACC): Fix typo.
5961 (cross): Depend on all-build.
5962 (all): Do not depend on all-build.
5963 (prebootstrap): Remove.
5964 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5965 (Prebootstrap dependencies): Add them to the per-stage targets
5966 and to all-prebootstrap.
5967 * configure.in (build_configdirs): Always enable build_tools.
5968 (BUILD_DIR_PREFIX): Remove.
5969
5970 * Makefile.def (gcc): Add target variable.
5971 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5972 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5973 in the recursive `make', instead of hardwiring `all'.
5974 (Autogenerated TARGET-* variables): New.
5975
de0b4a87
JW
59762004-08-17 Robert Millan <robertmh@gnu.org>
5977
5978 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5979 (instead of FreeBSD).
5980 * configure: Regenerate.
5981
ad681c85
NN
59822004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5983
675c6968
NN
5984 * Makefile.def, configure.in, src-release: Remove useless, bogus
5985 references to tix.
5986 * Makefile.in, configure: Regenerate.
5987
ad681c85
NN
5988 * src-release: Stop distributing mmalloc with gdb (which doesn't
5989 use it).
5990 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5991 * Makefile.in: Regenerate.
5992
11b04d1f
DD
59932004-08-09 Mark Mitchell <mark@codesourcery.com>
5994
5995 * configure.in (arm*-*-eabi*): New target.
5996 * configure: Regenerate.
5997
f2420bea
NN
59982004-08-01 Robert Millan <robertmh@gnu.org>
5999
6000 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6001 libmudflap for all GNU-based systems (with Glibc).
6002 * configure: Regenerate.
6003
9e6ce191
PB
60042004-08-06 Paolo Bonzini <bonzini@gnu.org>
6005
6006 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6007 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6008 (Dependencies): New section.
6009 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6010 (configure-target-[+module+]): Depend on maybe-all-gcc
6011 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6012 (toplevel profiledbootstrap): Fix dependencies.
6013 * Makefile.in: Regenerate.
6014
df4a6958
MM
60152004-08-03 Mark Mitchell <mark@codesourcery.com>
6016
6017 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6018 target-libiberty to noconfigdirs.
6019
11b04d1f
DD
60202004-08-03 Paul Brook <paul@codesourcery.com>
6021
6022 * configure.in: Check for MPFR as well as GMP.
6023 * configure: Regenerate.
6024
b813574b
PB
60252004-08-03 Paolo Bonzini <bonzini@gnu.org>
6026
6027 * Makefile.def (host-modules): Add gcc.
6028 * Makefile.in: Regenerate.
6029 * Makefile.tpl (sorry): New rule.
6030 (configure-host, all-host, [+make_target+]-host, do-check,
6031 install-host): Do not add gcc as a special case.
6032 (host modules): Add a small special-casing for gcc. Export
6033 extra_make_flags through the environment.
6034 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6035 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6036 other recursive targets for gcc): Remove.
6037
6038 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6039 (stage, unstage): New rules.
6040 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6041 distclean-stage[+id+]): Use stage_current.
6042 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6043 the stage*-start rules.
6044
61edac0c
JW
60452004-07-19 Robert Millan <robertmh@gnu.org>
6046
6047 Synced from gcc:
6048
6049 2004-04-26 Robert Millan <robertmh@gnu.org>
6050
6051 Add patches from libtool CVS.
6052 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6053 * ltconfig: Likewise.
6054 * ltcf-c.sh: Likewise.
6055 * ltcf-cxx.sh: Likewise.
6056 * ltcf-gcj.sh: Likewise.
6057
3e707e94
PB
60582004-07-12 Paolo Bonzini <bonzini@gnu.org>
6059
6060 * configure.in: Add noconfigdirs for crx-*-*.
6061 * configure: Regenerate.
6062
60632004-07-12 Paolo Bonzini <bonzini@gnu.org>
6064
6065 Synced from gcc:
6066
6067 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6068
6069 * configure.in: Build libmudflap by default on FreeBSD.
6070 * configure: Regenerated.
6071
6072 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6073
6074 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6075 systems.
6076 * configure: Regenerated.
6077
6078 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6079
6080 PR target/16344
6081 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6082 feedback based compiler.
6083 * Makefile.in: Rebuilt.
6084
6085 2004-07-05 Phil Edwards <phil@codesourcery.com>
6086
6087 * configure.in: Do not prepend $srcdir to /dev/null in
6088 makefile fragments.
6089 * configure: Regenerate.
6090
a7ee7660
AO
60912004-07-08 Alexandre Oliva <aoliva@redhat.com>
6092
6093 * Makefile.def (host_modules): Set bootstrap=true for flex.
6094 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6095 * Makefile.in: Rebuilt.
6096
6a9cf61e
PB
60972004-07-01 Paolo Bonzini <bonzini@gnu.org>
6098
6099 * Makefile.def (build_modules): Add bison, byacc, flex,
6100 m4, texinfo.
6101 (flags_to_pass): Add FLEX.
6102 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6103 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6104 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6105 DEFAULT_MAKEINFO): Remove.
6106 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6107 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6108 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6109 objdir or else use configured tool.
6110 (all-build): New.
6111 (all): Depend on it.
6112 (Build module dependencies): Add.
6113 * Makefile.in: Regenerate.
6114 * configure.in: Better support for multiple build modules,
6115 matching what is done for host/target modules. Do not look
6116 for "plausible" locations of build tools if Canadian cross.
6117 Use autoconf's AC_PROG_CC to find a C compiler. Define
6118 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6119 * configure: Regenerate.
6120
95b6a1f2
PB
61212004-06-22 Paolo Bonzini <bonzini@gnu.org>
6122
6123 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6124 * Makefile.in: Regenerate.
6125
7ffa0b57
PB
61262004-06-22 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.tpl (configure-build-[+module+],
6129 configure-[+module+], configure-target-[+module+]): Pass
6130 [+extra_configure_args+].
6131 (all-build-[+module+], all-[+module+], check-[+module+],
6132 install-[+module+], [+make_target+]-[+module+],
6133 all-target-[+module+], check-target-[+module+],
6134 install-target-[+module+], [+make_target+]-target-[+module+]):
6135 Pass [+extra_make_args+].
6136 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6137 (GCC_HOST_EXPORTS): Remove.
6138 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6139 cross, check-gcc, check-gcc-c++, install-gcc,
6140 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6141 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6142 * Makefile.in: Regenerate.
6143
929ba6e7
CF
61442004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6145
6146 * configure.in: Check for srcdir/winsup rather than build directory
6147 winsup.
6148 * configure: Regenerate.
6149
b76d7de0
CV
61502004-06-17 Corinna Vinschen <vinschen@redhat.com>
6151
6152 * configure.in: Don't build Cygwin native newlib if winsup
6153 directory is missing. Emit warning instead.
6154 * configure: Regenerate.
6155
656fdd47
PB
61562004-06-09 Paolo Bonzini <bonzini@gnu.org>
6157
6158 * Makefile.tpl (touch-stage[+id+]): New.
6159 (restage[+prev+]): Depend on touch-stage[+id+].
6160
6161 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6162 Use it throughout.
6163
6164 * Makefile.def: Add profile and feedback bootstrap stages.
6165 Remove next field from bootstrap stages.
6166 * Makefile.tpl (LN, LN_S): Substitute.
6167 (stageN-start, stageN-end): Use double-colon rules, to
6168 provide a hook for additional setup commands.
6169 (distclean-stageN-gcc, restageN): Create dependencies from
6170 [+prev+], not from [+next+].
6171 (stageN-bubble): Add commands for successive stages from
6172 [+prev+], using double-colon rules.
6173 (all-stageN-gcc): Fix typo.
6174 (stagefeedback-start, profiledbootstrap): New.
6175 * Makefile.in: Regenerate.
6176 * configure.in: Call ACX_PROG_LN.
6177 * configure: Regenerate.
6178
498d4a71
CF
61792004-06-03 Paolo Bonzini <bonzini@gnu.org>
6180
6181 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6182 without gcc.
6183 * configure: Regenerate.
6184
377d8c42
PB
61852004-06-01 Paolo Bonzini <bonzini@gnu.org>
6186
6187 * Makefile.tpl: Fix typo.
6188 * Makefile.in: Regenerate.
6189
f5f8a794
PB
61902004-06-01 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * configure.in: Remove new- prefix from toplevel
6193 bootstrap targets.
6194 * configure: Regenerate.
6195
f7a4c34f
PB
61962004-06-01 Paolo Bonzini <bonzini@gnu.org>
6197
6198 Merge this patch from the gcc tree:
6199
6200 2004-05-30 Andreas Jaeger <aj@suse.de>
6201 Jim Wilson <wilson@specifixinc.com>
6202
6203 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6204 like CC.
6205
319cab08
PB
62062004-06-01 Paolo Bonzini <bonzini@gnu.org>
6207
6208 * Makefile.tpl (all.normal): Rename to all.
6209 (all): Replace with a rule to pick the default
6210 target from configure.
6211 (all-gcc, configure-gcc): Use conditionals to
6212 do nothing when toplevel bootstrap is going on.
6213 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6214 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6215 * configure.in: Support --enable-bootstrap.
6216
6217 * Makefile.def: Remove new- prefix from toplevel
6218 bootstrap targets.
6219 * Makefile.tpl: Likewise.
6220
6221 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6222 target.
6223
6224 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6225 $(RECURSE_FLAGS) to recursive invocation of make.
6226
6227 * Makefile.in: Regenerate.
6228 * configure: Regenerate.
6229
88f64edc
DJ
62302004-05-27 Daniel Jacobowitz <dan@debian.org>
6231
6232 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6233 * configure: Regenerate.
6234
378fce5b
DD
62352004-05-25 Daniel Jacobowitz <drow@false.org>
6236
6237 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6238 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6239 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6240 targets.
6241 * Makefile.in: Regenerate.
6242
dfdffa2c
PB
62432005-05-24 Paolo Bonzini <bonzini@gnu.org>
6244
6245 * configure.in: Test the ability to symlink directories.
6246 * configure: Regenerate.
6247
6248 * Makefile.def (bootstrap-stage): New definitions.
6249 * Makefile.tpl (configure-stage1-gcc,
6250 configure-stage2-gcc, configure-stage3-gcc,
6251 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6252 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6253 new-restage3, compare): Autogenerate, see Makefile.in
6254 entry for behavioral changes.
6255 (distclean-stage1, new-stage1-start, new-stage1-end,
6256 new-stage1-bubble, distclean-stage2, new-stage2-start,
6257 new-stage2-end, new-stage2-bubble, distclean-stage3,
6258 new-stage3-start, new-stage3-end): New autogenerated targets.
6259 (objext, prebootstrap, BOOT_CFLAGS,
6260 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6261 targets.
6262
6263 * Makefile.in: Regenerate.
6264 (distclean-stage1, new-stage1-start, new-stage1-end,
6265 new-stage1-bubble, distclean-stage2, new-stage2-start,
6266 new-stage2-end, new-stage2-bubble, distclean-stage3,
6267 new-stage3-start, new-stage3-end): New targets.
6268 (all-stage1-gcc): Move prebootstrap dependency from here...
6269 (configure-stage1-gcc): ...to here.
6270 (new-bootstrap): Use bubble targets.
6271 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6272 Use per-stage distclean targets.
6273 (configure-stage1-gcc, configure-stage2-gcc,
6274 configure-stage3-gcc, all-stage1-gcc,
6275 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6276 Use new-stageN-start to prepare the tree.
6277
04cf1b77
PB
62782004-05-23 Paolo Bonzini <bonzini@gnu.org>
6279
6280 * Makefile.def (host_modules): add libcpp.
6281 * Makefile.tpl: Add dependencies on and for libcpp.
6282 * Makefile.in: Regenerate.
6283 * configure.in: Add libcpp host module.
6284 * configure: Regenerate.
6285
80b200a1
ZW
62862004-05-17 Zack Weinberg <zack@codesourcery.com>
6287
6288 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6289 of libf2c.
6290 * configure, Makefile.in: Regenerate.
6291
4b1cb4fe
DD
62922004-05-13 Diego Novillo <dnovillo@redhat.com>
6293
6294 Merge from tree-ssa-20020619-branch.
6295
6296 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6297 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6298 (HOST_GMPLIBS): Define.
6299 (HOST_GMPINC): Define.
6300 (TARGET_LIB_PATH): Add libmudflap.
6301 (GFORTRAN_FOR_TARGET): Define.
6302 (configure-build*): Export GFORTRAN.
6303 (configure-gcc): Export GMPLIBS and GMPINC.
6304 (all-gcc): Add maybe-all-libbanshee.
6305 (configure-target-libgfortran): Define.
6306 * Makefile.in: Regenerate.
6307 * configure.in (host_libs): Add libbanshee.
6308 (target_libraries): Add target-libmudflap and target-libgfortran.
6309 Add --with-libbanshee.
6310 Handle --disable-libmudflap.
6311 (*-*-freebsd*): Use with_gmp.
6312 Add $(libgcj) to noconfigdirs.
6313 * configure: Regenerate.
6314 * depcomp: New file.
6315 * MAINTAINERS: Add tree-ssa maintainers.
6316
63172004-04-28 Paolo Bonzini <bonzini@gnu.org>
6318
6319 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6320 * configure: Regenerate.
6321
b8908782
DD
63222004-04-27 Paolo Bonzini <bonzini@gnu.org>
6323
6324 Revert:
6325 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6326
6327 * Makefile.def (flags_to_pass): Remove *dir variables that
6328 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6329 as well as prefix and exec_prefix.
6330 * Makefile.in: Regenerate.
6331
63322004-04-26 Paolo Bonzini <bonzini@gnu.org>
6333
6334 * Makefile.def (host_modules): Mark with the bootstrap
6335 flag packages on which gcc depends.
6336 * Makefile.tpl (all-bootstrap): Use it.
6337 * Makefile.in: Regenerate.
6338
63392004-04-26 Paolo Bonzini <bonzini@gnu.org>
6340
6341 * Makefile.def (flags_to_pass): Remove *dir variables that
6342 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6343 as well as prefix and exec_prefix.
6344 * Makefile.in: Regenerate.
6345
63462004-04-26 Paolo Bonzini <bonzini@gnu.org>
6347
80b200a1
ZW
6348 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6349 * configure: Regenerate.
6350 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6351 * gcc/Makefile.tpl (compare): Use the result of the test.
6352 * gcc/Makefile.in: Regenerate.
b8908782
DD
6353
63542004-04-23 Paolo Bonzini <bonzini@gnu.org>
6355
6356 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6357 Always relocate gcc and prev-gcc to the original names, even
6358 if the build fails.
6359 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6360 New targets.
6361
0f260896
RO
63622004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6363
6364 * configure.in (mips*-*-irix5*): Enable ld.
6365 * configure: Regenerate.
6366
51860f05
JW
63672004-04-15 James E Wilson <wilson@specifixinc.com>
6368
6369 * Makefile.tpl (configure-[+module+], configure-gcc,
6370 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6371 Set and export LDFLAGS.
6372 * Makefile.in: Regenerate.
6373
54752a6b
NN
63742004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6375
6376 PR bootstrap/14871
6377 * Makefile.tpl: If we don't have built-in-tree target tools,
6378 use the ones found by configure rather than hacking around with
6379 program_transform_name.
6380 * configure.in: Give Makefile.tpl the information necessary
6381 to do that.
6382 * Makefile.in: Regenerate.
6383 * configure: Regenerate.
6384
63852004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6386
6387 PR bootstrap/14760
6388 * configure.in: When computing baseargs, strip *all* copies of
6389 offending options. Also, don't match/substitute the trailing space,
6390 so that this actually works when two similar options are separated by
6391 only one space.
6392 * configure: Regenerate.
6393
63942004-04-06 David Edelsohn <edelsohn@gnu.org>
6395
80b200a1
ZW
6396 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6397 (rs6000-*-aix*): Same.
6398 * configure: Regenerate.
54752a6b 6399
5e2b61fb
SS
64002004-03-25 Stan Shebs <shebs@apple.com>
6401
6402 Remove MPW support, no longer used.
6403 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6404 mpw-install: Remove files.
6405 * src-release (DEVO_SUPPORT): Remove names of removed files.
6406 * MAINTAINERS: Likewise.
6407
1a6f2dc7
NN
64082004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6409
a0049f1b
NN
6410 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6411 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6412 * Makefile.in: Regenerate.
6413
1a6f2dc7
NN
6414 * configure.in (top level bootstrap support): Rework --enable-werror
6415 to set @stage2_werror_flag@.
6416 * configure: Regenerate.
6417 * Makefile.tpl (top level bootstrap support): Pass
6418 @stage2_werror_flag@ down to configure in stages 2 and 3.
6419 * Makefile.in: Regenerate.
6420
920e3419
NN
64212004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6422
6423 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6424 for stages 2 and 3 as well as in make. As a consequence, remove
6425 OUTPUT_OPTION (now detected by configure) from the flags passed down
6426 to make.
6427 * Makefile.in: Regenerate.
6428
6429 * Makefile.tpl (new-bootstrap): Fix typo.
6430 * Makefile.in: Regenerate.
6431
4fa63067
NN
64322004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6433
6434 * Makefile.tpl: Rearrange by moving recursive_targets rules
6435 into their proper sections.
6436 * Makefile.tpl (top level bootstrap support): Move disabling
6437 of coverage flags from 'make' to 'configure'; improve comments.
6438 * Makefile.in: Regenerate.
6439
6440 * Makefile.tpl (experimental top level bootstrap) Move stage1
6441 language setting from all- target to configure- target; disable
6442 intermodule optimization in stage 1; prevent gratuitous rebuilds
6443 of stage 1.
6444 * Makefile.in: Regenerate.
6445 * configure.in: Comma-separate stage 1 language list for top
6446 level bootstrap.
6447 * configure: Regenerate.
6448
6449 * Makefile.tpl: Clean up experimental top level bootstrap support:
6450 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6451 prev-gcc in configure- targets as well as all- targets.
6452 * Makefile.in: Regenerate.
6453
fb8a10fd
NN
64542004-03-17 Paolo Bonzini <bonzini@gnu.org>
6455
6456 * configure.in: Remove symbolic link section.
6457 * configure: Regenerate.
6458 * Makefile.tpl (links): Remove.
6459 * Makefile.in: Regenerate.
6460
947f426e 64612004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6462 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6463
6464 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6465 Set with AC_CHECK_PROGS.
947f426e
NN
6466 * configure.in: Fix comment typo from last patch.
6467 * configure: Regenerate.
6468
1d39f329
NN
64692004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6470
6471 * Makefile.tpl: Introduce experimental top level bootstrap support.
6472 * Makefile.in: Regenerate.
6473 * configure.in: Introduce support for top level bootstrap.
6474 * configure: Regenerate.
6475
4b0ac75d 64762004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6477 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6478
6479 PR bootstrap/14522
6480 * configure.in: Cope with shells that do not support unquoted ^
6481 * configure: Regenerate.
6482
2e70b094 64832004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6484 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6485
6486 PR bootstrap/14522
6487 * configure.in: Cope with shell that do not support nesting
6488 quotes inside quoted backquote substitutions.
6489 * configure: Regenerate.
6490
64912004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6492
6493 PR bootstrap/14522
6494 * configure.in: Fix escaping of $.
6495 * configure: Regenerate.
6496
9e07f89d
NN
64972004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6498
6499 * configure: Regenerate.
6500
65012004-03-08 Paolo Bonzini <bonzini@gnu.org>
6502
6503 PR ada/14131
6504 Move language detection to the top level.
6505 * configure.in: Find default values for the tools as
6506 soon as possible. Disable ada if GNAT is not found.
6507 Emit error message about missing languages. Expand
6508 --enable-languages=all for the gcc subdirectory.
6509
1712ab83
RS
65102004-03-01 Richard Sandiford <rsandifo@redhat.com>
6511
6512 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6513 and disable libgcj.
6514 * configure: Regenerated.
6515
3dee29da
NN
65162004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6517
6518 PR bootstrap/7087
6519 * Makefile.tpl: Guard XFOO sed statements better.
6520 * Makefile.tpl: Add dependency for configure-target-libada.
6521 * Makefile.in: Regenerate (incidentally fixes broken
6522 commit when libada-branch was merged).
6523
0558264b
AC
65242004-02-28 Andrew Cagney <cagney@redhat.com>
6525
6526 * src-release (CVS_NAMES): Define.
6527 (do-tar, do-tar): Prune $(CVS_NAMES).
6528
c38f9803
AC
65292004-02-23 Andrew Cagney <cagney@redhat.com>
6530
6531 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6532 2004-02-19.09.
6533
55636792
NN
65342004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6535
6536 PR bootstrap/11932
6537 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6538
1e600082
AC
65392004-02-19 Andrew Cagney <cagney@redhat.com>
6540
6541 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6542 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6543
3769cd82
DD
65442004-02-11 David Edelsohn <edelsohn@gnu.org>
6545
6546 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6547 (rs6000-*-aix*): Same.
6548 * configure: Regenerate.
6549
a92834c8
DD
65502004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6551
6552 * configure.in (host): Add in missing $noconfigdirs to defines.
6553 * configure: Regenerate.
6554
a2592b1b
DD
65552004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6556 Nathanael Nerode <neroden@gcc.gnu.org>
6557
6558 PR ada/6637, PR ada/5911
80b200a1 6559 Merge with libada-branch:
a2592b1b
DD
6560 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6561 with appropriate dependencies. Add --enable-libada configure switch.
6562 * configure, Makefile.in: Regenerate.
6563
e31d1ea3
DD
65642004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6565
6566 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6567 * configure: Regenerate.
6568
db85f5c0
JJ
65692004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6570
6571 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6572
fc434214
DD
65732004-01-23 DJ Delorie <dj@redhat.com>
6574
6575 * Makefile.def (target_modules) [libiberty]: Don't stage.
6576 * Makefile.in: Rebuilt.
6577
ad445c2c 65782004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6579
ad445c2c
JJ
6580 * COPYING.NEWLIB: Update to include copyrights for new
6581 iconv code.
6582
72bbedde
AC
65832004-01-15 Andrew Cagney <cagney@redhat.com>
6584
6585 * src-release: Update copyright year.
6586 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6587 (NEWLIB_SUPPORT_DIRS): Delete macro.
6588 (newlib.tar.bz2): Delete rule.
6589
a6d6062d
DD
65902004-01-14 Loren J. Rittle <ljrittle@acm.org>
6591
6592 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6593 * Makefile.tpl (configure-target-[+module+]): Support stage.
6594 * Makefile.in: Rebuilt.
6595
f8b73030
MR
65962003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6597
6598 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6599 throughout.
6600
aff0e9df
NN
66012004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6602
bb5dca17
NN
6603 * configure.in: Use ./config.cache, not config.cache.
6604 * configure: Regenerate.
6605 * Makefile.tpl: Special-casing not needed for GCC any more.
6606 * Makefile.in: Regenerate.
6607
82252c06
NN
6608 * configure.in: Don't share a cache file for host dirs.
6609 * configure: Regenerate.
6610
aff0e9df
NN
6611 * config-ml.in: Don't mess with the cache file.
6612
95036d20
NN
66132004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6614
ac7b618e
NN
6615 * Makefile.tpl: Make GCC use a separate config.cache.
6616 * Makefile.in: Regenerate.
6617
95036d20
NN
6618 PR bootstrap/11932, PR bootstrap/11933
6619 (I don't know if it will fix either of them, but it relates
6620 to them.)
6621 * configure.in: Don't use shared config.cache for target
6622 directories.
6623 * configure: Regenerate.
6624
08c1856b
DD
66252003-12-31 Roger Sayle <roger@eyesopen.com>
6626
6627 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6628 * configure: Regenerated.
6629
c1968181 66302003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6631
9eb322aa
MF
6632 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6633 * configure: Regenerated.
c1968181 6634
10ecffb9
NN
66352003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6636
6637 Port change over from GCC:
6638 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6639 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6640 (configure-build-[+module+], configure-[+module+]): Likewise.
6641 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6642 * Makefile.in: Regenerate.
6643
f2ab5990
TF
66442003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6645
6646 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6647 * configure: Regenerate.
6648
41a7d11a
JJ
66492003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6650
80b200a1 6651 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6652 stdlib.
6653
d9441a1f
DD
66542003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6655
6656 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6657 * Makefile.in: Regenerate.
6658
3a48a978
DD
66592003-10-20 Phil Edwards <phil@codesourcery.com>
6660
6661 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6662 * configure: Regenerate.
6663
f0b24077
NN
66642003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6665
6666 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6667 HOST_FLAGS_TO_PASS.
6668 * Makefile.in: Regenerate.
6669
5fbad20a
DD
66702003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6671
6672 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6673 * configure: Rebuilt
6674 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6675 * Makefile.in: Rebuilt
6676
78be4155
L
66772003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6678
6679 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6680
051fcc7a
L
66812003-10-01 Phil Edwards <pme@gcc.gnu.org>
6682
6683 * config-ml.in: Use ac_configure_args directly instead of
6684 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6685 actually seen.
6686
66872003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6688
6689 * config-ml.in: Propagate INSTALL variables.
6690
f27d4f92
DJ
66912003-09-21 Daniel Jacobowitz <drow@mvista.com>
6692
6693 * configure.in: Pass a computed --program-transform-name
6694 to subconfigures.
6695 * configure: Regenerated.
6696
cae4d560
NN
66972003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6698
6699 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6700 * Makefile.in: Regenerate.
6701
6702 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6703 * Makefile.in: Regenerate.
6704
8ff944f6
DJ
67052003-09-17 Daniel Jacobowitz <drow@mvista.com>
6706
6707 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6708 quoting.
6709 * configure: Regenerated.
6710
d9a35680
MC
67112003-09-12 Michael Chastain <mec@shout.net>
6712
6713 Fix PR gdb/857.
6714 * src-release (do-proto-topleve): Remove junk files
6715 intl/config.cache, intl/config.status,
6716 intl/config.h, intl/stamp-h.
6717
710068b9
AC
67182003-09-14 Andrew Cagney <cagney@redhat.com>
6719
6720 * src-release (dejagnu.tar): New target.
6721 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6722 (do-djunpack): Use $(PACKAGE) for the package name.
6723
e1008165
DD
67242003-09-04 DJ Delorie <dj@redhat.com>
6725
6726 * configure: Regenerate.
6727
21998d12
NC
67282003-09-04 Robert Millan <robertmh@gnu.org>
6729
6730 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6731
ccca4bb3
DD
67322003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6733
6734 * configure.in: Ensure arguments to sed are properly spaced.
6735 * configure: Regenerate.
6736
ee949b5e
DJ
67372003-08-28 Daniel Jacobowitz <drow@mvista.com>
6738
6739 Merge from gcc:
6740 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6741 * install-sh: Update to newer upstream versions (associated with
6742 aclocal 1.7).
6743 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6744
75addda2
DJ
67452003-08-27 Daniel Jacobowitz <drow@mvista.com>
6746
6747 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6748 * configure: Regenerated.
6749
8d2877d8
NN
67502003-08-23 Phil Edwards <pme@gcc.gnu.org>
6751
6752 * configure.in: Use newline instead of semicolon when assuming
6753 shell arguments in a for loop.
6754 * configure: Regenerated.
6755
d2cc0e0d
GK
67562003-08-20 Geoffrey Keating <geoffk@apple.com>
6757
6758 PR 8180
6759 * configure.in: When testing with_libs and with_headers, treat
6760 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6761 * configure: Regenerate.
80b200a1 6762
d2cc0e0d
GK
6763 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6764 make, shell, etc.
6765 (baseargs): Likewise.
6766 * configure: Regenerate.
6767
04d1ab34
GK
67682003-08-19 Geoffrey Keating <geoffk@apple.com>
6769
6770 * configure.in: Disable libgcj for darwin not on powerpc.
6771 * configure: Rebuild.
6772
ca506da8
MC
67732003-08-15 Michael Chastain <mec@shout.net>
6774
6775 * src-release (do-proto-toplev): Remove junk files
6776 dejagnu/example/calc/config.status,
6777 dejagnu/example/calc/config.log.
6778
a4aa3f49
DD
67792003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6780
6781 * config-ml.in, symlink-tree: Add license.
6782
ede4fbe4
NN
67832003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6784
6785 Merge from gcc:
6786
6787 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6788 * Makefile.tpl (check, check-c++): Express dependencies using
6789 dependencies rather than commands.
6790 * Makefile.in: Regenerate.
6791
6792 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6793 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6794 * Makefile.in: Update.
6795
970f29af
AC
67962003-08-01 Andrew Cagney <cagney@redhat.com>
6797
6798 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6799 * configure: Ditto.
6800
b2884a0c
DD
68012003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6802
6803 * configure.in: Enable libgcj for darwin.
6804 * configure: Rebuild.
6805
c07f46a4
NN
68062003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6807
6808 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6809
9175bfc0
NN
68102003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6811
6812 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6813 creating target and build subdirs to build all parent dirs as needed.
6814 * Makefile.in: Rebuild.
6815 * configure.in: Don't build dirs explicitly here.
6816 * configure: Rebuild.
6817
b9abda6a
AO
68182003-07-22 Alexandre Oliva <aoliva@redhat.com>
6819
6820 * Makefile.tpl (all-make): Depend on intl.
6821 * Makefile.in: Rebuilt.
6822
eef8ffd4
NN
68232003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6824
6825 * config.if: Remove unused libc_interface determination.
6826
295efaf0
NN
68272003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6828
6829 * Makefile.in: Regenerate, correctly this time.
6830
e5c3f801
NN
68312003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6832
6833 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6834 unused INSTALL_PROGRAM_ARGS.
6835 * configure.in: Use AC_PROG_INSTALL.
6836 * Makefile.in: Regenerate.
6837 * configure: Regenerate.
6838
4a18bd6b
AO
68392003-07-10 Alexandre Oliva <aoliva@redhat.com>
6840
6841 * configure: Rebuilt.
6842 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6843 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6844 newlib nor libgloss.
6845 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6846 * configure.in (am33_2.0-*-linux*): Added.
6847
fbd1054d
BW
68482003-07-09 Bob Wilson <bob.wilson@acm.org>
6849
6850 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6851 * configure: Regenerate.
6852
b40e3958
L
68532003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6854
6855 * config-ml.in: Replace PWD with PWD_COMMAND.
6856 * Makefile.tpl: Likewise.
6857 * Makefile.in: Regenerated.
6858
4a5be7ba
NN
68592003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6860
6861 * configure.in: Clean up config-lang.in handling. Delete
6862 useless assignment to "subdirs".
6863 * configure: Regenerate.
6864
9c14acb8
NN
68652003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6866
6867 * configure.in: Rename 'target_libs' to 'target_libraries'.
6868 Remove useless reference to 'target_libs'.
6869 * configure: Regenerate.
6870
8f32e830
KS
68712003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6872
6873 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6874 * Makefile.in: Regenerate.
6875
12f0bd74
NN
68762003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6877
6878 * Makefile.def: Introduce flags_to_pass.
6879 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6880 * Makefile.in: Regenerate.
6881
b07c2aad
HPN
68822003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6883
6884 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6885 and target-libgloss.
6886 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6887 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6888 * configure: Regenerate.
b07c2aad 6889
56f25033
DD
68902003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6891
6892 * configure.in: Update testsuite_flags to new location.
6893 * configure. Regenerate.
80b200a1 6894
4ec9a3b2
NN
68952003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6896
6897 * Makefile.tpl: Remove BUILD_CC stuff.
6898 * Makefile.in: Regenerate.
6899
059083b1 69002003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6901
059083b1
L
6902 * config.guess: Update to 2003-06-12 version.
6903 * config.sub: Update to 2003-06-13 version.
6904
535b046a
TS
69052003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6906
6907 * MAINTAINERS: Add myself as MIPS co-maintainer.
6908
00c22daa 69092003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6910
00c22daa
L
6911 * config.guess: Update to 2003-06-06 version.
6912 * config.sub: Update to 2003-06-06 version.
6913
1047cb91
DD
69142003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6915
6916 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6917 * configure. Regenerate.
6918
123494c8
NN
69192003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6920
1047cb91
DD
6921 * configure.in: Disable serial configure by default.
6922 * configure: Regenerate.
6923 * Makefile.tpl: Abolish .NOTPARALLEL.
6924 * Makefile.in: Regenerate.
6925
7f121bbf
NN
6926 * Makefile.tpl: Replace {build,host,target}_canonical by
6927 {build,host,target}.
6928 * Makefile.in: Regenerate.
6929
123494c8
NN
6930 * Makefile.tpl: Fix stupid pasto.
6931 * Makefile.in: Regenerate.
6932
ec7e0995
NN
69332003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6934
6935 * Makefile.tpl: Remove bogus conditional.
6936 * Makefile.in: Regenerate.
6937
27b1cc72
NN
69382003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6939
2a4cbe27
NN
6940 * Makefile.tpl: Make 'recursive targets' using autogen rather
6941 than shell loop. Remove duplicate 'clean' targets and false
6942 comments.
6943 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6944 Add systematic method of specifying missing targets in subdirs.
6945 Add copyright boilerplate.
6946 * Makefile.in: Regenerate.
6947 * configure.in: Add 'recursive targets' to maybe list.
6948 * configure: Regenerate.
6949
27b1cc72
NN
6950 * Makefile.tpl: Rename [+target+] to [+make_target+].
6951 * Makefile.def: Rename 'target' to 'make_target'.
6952
01e51bd0
NC
69532003-05-30 Nick Clifton <nickc@redhat.com>
6954
6955 * README-maintainer-mode: Update URL for locating blessed config
6956 tools.
6957
2fd84b42
NC
69582003-05-29 Robert Millan <rmh@debian.org>
6959
6960 * ltconfig: Import this patch and modify for use with current
6961 version of ltconfig:
6962
6963 2003-05-21 Bruno Haible <bruno@clisp.org>
6964
6965 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6966 GNU/FreeBSD.
6967
8945c6bb
DD
69682003-05-28 DJ Delorie <dj@redhat.com>
6969
6970 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6971 * Makefile.in: Regenerate.
6972
2f9632a1
JJ
69732003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6974
80b200a1 6975 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6976
3a12db16 69772003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6978
3a12db16
DD
6979 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6980 newlib or libgloss.
6981 * Makefile.in: Regenerate.
6982
44482353
DD
69832003-05-21 DJ Delorie <dj@redhat.com>
6984
6985 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6986 * Makefile.in: Regenerate.
6987
fec2c52d
MR
69882003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6989
6990 * configure.in: Use curly braces in the definition of tooldir.
6991 * configure: Regenerate.
6992
16ae0395
NN
69932003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6994
6995 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6996 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6997 Factor out common code from autogen IF statements.
6998 * configure: Regenerate.
6999 * Makefile.in: Regenerate.
7000
ec11bdc6
DD
70012003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7002
7003 * configure.in: Accept i[3456789]86 for machine type.
7004 * configure: Regenerate.
7005
dd12c3a8
NN
70062003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7007
7008 * configure.in: Switch more things to use maybe dependencies.
7009 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7010 * configure: Regenerate.
7011 * Makefile.tpl: Switch more things to use maybe dependencies.
7012 * Makefile.in: Regenerate.
7013
cf662e21
AJ
70142003-05-16 Andreas Schwab <schwab@suse.de>
7015
7016 * Makefile.tpl (install-opcodes): Define.
7017 * Makefile.in: Rebuild.
7018
5481b376
AJ
70192003-05-13 Andreas Jaeger <aj@suse.de>
7020
7021 * config.guess: Update to 2003-05-09 version.
7022 * config.sub: Update to 2003-05-09 version.
7023
3959a22a
AJ
70242003-05-13 Michael Eager <eager@mvista.com>
7025
7026 * configure.in: Correct sed script so that options in quotes are not
7027 deleted.
7028 * configure: Rebuild.
7029
564b43e5
CV
70302003-05-12 Corinna Vinschen <corinna@vinschen.de>
7031
7032 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7033 and $$s/newlib/libc/sys/cygwin32 include paths.
7034 * configure: Ditto.
7035
bb947dc9
L
70362003-05-05 H.J. Lu <hjl@gnu.org>
7037
7038 * config-ml.in: Restored from gcc repository.
7039
77f7441a
CD
70402003-05-02 Chris Demetriou <cgd@broadcom.com>
7041
80b200a1
ZW
7042 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7043 * Makefile.in: Regenerate.
77f7441a 7044
a26d7085
DJ
70452003-04-27 Daniel Jacobowitz <drow@mvista.com>
7046
7047 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7048 and Makefile.def.
7049
e4c4d240
DJ
70502003-04-27 Daniel Jacobowitz <drow@mvista.com>
7051
7052 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7053 * Makefile.in: Regenerated.
7054
62a3fc85
DD
70552003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7056
7057 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7058 * Makefile.in: Regenerate.
7059
70602003-04-18 Jakub Jelinek <jakub@redhat.com>
7061
7062 * configure.in (powerpc64*-*-linux*): Remove.
7063 * configure: Rebuilt.
7064
5b474aa8
DD
70652003-04-17 Phil Edwards <pme@gcc.gnu.org>
7066
7067 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7068 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7069 and restrap.
7070 * Makefile.in: Regenerate.
7071
70722003-04-16 Richard Earnshaw <rearnsha@arm.com>
7073
7074 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7075 * configure: Regenerated.
7076
bc295afe
AO
70772003-04-11 Alexandre Oliva <aoliva@redhat.com>
7078
7079 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7080 * */configure: Rebuilt.
7081
3728fade
NN
70822003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7083
7084 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7085 * Makefile.in: Regenerate.
7086
ce5b542e
MC
70872003-03-14 Michael Chastain <mec@shout.net>
7088
7089 * Makefile.in: Regenerate with correct Makefile.def.
7090
3db0a37f
NN
70912003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7092
7093 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7094 Make macro.
7095 * Makefile.in: Regenerate.
7096 * configure.in: Clean up gxx_include_dir logic.
7097 * configure: Regenerate.
7098
34349c6e
DD
70992003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7100
7101 * configure.in (gxx_include_dir): Fix typo.
7102 * configure: Regenerated.
7103
686c28c9
AC
71042003-03-06 Andrew Cagney <cagney@redhat.com>
7105
7106 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7107
bba45b8b 71082003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7109
bba45b8b
NN
7110 * configure.in: Include $(build_tooldir)/sys-include in
7111 FLAGS_FOR_TARGET.
7112 * configure: Regenerated.
7113
2683747f
NN
71142003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7115
bba45b8b
NN
7116 * Makefile.tpl: Reindent.
7117 * Makefile.in: Regenerate.
7118 * configure.in: Reindent. Don't set unused variables.
7119 * configure: Regenerate.
7120
2683747f
NN
7121 * Makefile.tpl: Always pass down RANLIB.
7122 * Makefile.in: Regenerate.
7123
7124 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7125 * Makefile.in: Regenerate.
7126 * configure.in: Remove unused logic relating to --enable-shared
7127 and --enable-threads. Remove bogus comments. Remove redundant
7128 noconfigdirs.
7129 * configure: Regenerate.
7130
7131 * configure.in: Replace ${libstdcxx_version} by its value.
7132 Remove reference to mh-dgux.
7133 * configure: Regenerate.
7134
50212802
NN
71352003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7136
7137 * Makefile.tpl: Rearrange.
7138 * Makefile.in: Regenerate.
7139
a6be7fc6
NC
71402003-02-25 Nick Clifton <nickc@redhat.com>
7141
7142 * configure: Remove site-file supprot - it is obsolete.
7143
f8a495c8
NC
71442003-02-24 Uwe Stieber <uwe@wwws.de>
7145
7146 * configure.in: Add support for kaOS as cross build target system.
7147 * configure: Regenerated.
7148
3decd77d
DD
71492003-02-20 Sean McNeil <sean@blue.mcneil.com>
7150
7151 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7152 configure-target-* as some target builds may require additional
7153 flags for preprocessor tests.
7154 * Makefile.in: Regenerated.
7155
f4ff34a3
AO
71562003-02-19 Alexandre Oliva <aoliva@redhat.com>
7157
7158 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7159 * ltconfig: Handle it.
7160 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7161 auto-detecting it.
7162
b7e4a931
AO
71632003-02-19 Alexandre Oliva <aoliva@redhat.com>
7164
7165 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7166 it is used as argument to $CC.
7167 * ltcf-gcj.sh: Likewise.
7168
6b784d9f
AO
71692003-02-19 Alexandre Oliva <aoliva@redhat.com>
7170
7171 * configure.in: Introduce --enable-maintainer-mode.
7172 * configure: Rebuilt.
7173 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7174 for maintainer mode.
7175 * Makefile.in: Rebuilt.
7176
8bcd8a07
AC
71772003-02-19 Andrew Cagney <ac131313@redhat.com>
7178
7179 * configure: Regenerate using autoconf 2.13.
7180
ee3fd329
AM
71812003-02-19 Alan Modra <amodra@bigpond.net.au>
7182
7183 * config.guess: Import latest version.
7184 * config.sub: Import latest version.
7185
e9e45685
JM
71862003-02-18 Jason Merrill <jason@redhat.com>
7187
7188 * Makefile.tpl (check-c++): Allow parallelism.
7189
859789af
AC
71902003-02-17 Andrew Cagney <ac131313@redhat.com>
7191
7192 * configure: Regenerate using autoconf 000227.
7193
b3f16a9b
GK
71942003-02-15 Geoffrey Keating <geoffk@apple.com>
7195
7196 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7197 don't configure target-libobjc.
7198 * configure: Regenerate.
7199
72e60e02
DD
72002003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7201
7202 * Makefile.tpl (RANLIB): Define.
7203 * Makefile.in: Regenerate.
7204
91f0e695
KS
72052003-02-06 Keith R Seitz <keiths@redhat.com>
7206
7207 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7208 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7209 * Makefile.in: Regenerated.
7210 * configure.in: Remove all traces of snavigator, db, and grep.
7211 * configure: Regenerated.
7212
122bfa92
FCE
72132003-01-31 Frank Ch. Eigler <fche@redhat.com>
7214
7215 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7216 * Makefile.in: Regenerated.
7217
264095c3
AO
72182003-01-30 Alexandre Oliva <aoliva@redhat.com>
7219
7220 * config.if: Copy from GCC.
7221
a84dbcb3
AO
72222003-01-27 Phil Edwards <pme@gcc.gnu.org>
7223
7224 * configure.in: Revert 24Jan change.
7225 * configure: Regenerate.
7226
19618276
NN
72272003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7228
7229 * configure.in: Revert previous change.
7230 * configure: Regenerate.
7231
b7f27a92
NN
72322003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7233
7234 * configure.in: Make rda native-only.
7235 * configure: Regenerate.
7236
83326456
NN
72372003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7238
7239 * configure.in: Add missing \.
7240 * configure: Rebuilt.
7241
5e367fa5
JJ
72422003-01-17 Jakub Jelinek <jakub@redhat.com>
7243
7244 * configure.in (baseargs): Avoid using \| in sed regular
7245 expressions.
7246 * configure: Rebuilt.
7247
e01f337c
JJ
72482003-01-16 Jakub Jelinek <jakub@redhat.com>
7249
7250 * configure.in (baseargs): Remove all supported forms of
7251 --cache-file, --srcdir, --host, --build and --target options
7252 from argument lists.
7253 * configure: Rebuilt.
7254
aa236487
AO
72552003-01-15 Alexandre Oliva <aoliva@redhat.com>
7256
7257 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7258 * configure: Rebuilt.
7259
586c0873
NN
72602003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7261
7262 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7263 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7264 * Makefile.in: Regenerate.
7265 * configure: Regenerate.
7266
497f816e
DD
72672003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7268
7269 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7270 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7271 * Makefile.in: Regenerate.
7272
bfbe5519
AO
72732003-01-09 Alexandre Oliva <aoliva@redhat.com>
7274
7275 * configure.in: Remove Makefile in build, host and target modules
7276 unless configure was run with --no-recursion.
7277 * configure: Rebuilt.
7278
3f234ef5
CD
72792003-01-08 Chris Demetriou <cgd@broadcom.com>
7280
7281 * config.guess: Update to 2003-01-03 version.
7282 * config.sub: Update to 2003-01-03 version.
7283
a3982d48
CF
72842003-01-07 Christopher Faylor <cgf@redhat.com>
7285
7286 * configure: Regenerate with proper autoconf 2.13.
7287
75778ec4
CF
72882003-01-07 Christopher Faylor <cgf@redhat.com>
7289
80b200a1
ZW
7290 * configure.in: Add AC_PREREQ for consistency.
7291 * configure: Regenerate.
75778ec4 7292
c180f501
AC
72932003-01-06 Andrew Cagney <ac131313@redhat.com>
7294
7295 * configure.in (GDB_TK): Add tcl directories conditional on
7296 gdb/gdbtk directory being present.
7297 * configure: Regenerate.
5481b376 7298
46ca2cc2
DA
72992003-01-04 John David Anglin <dave.anglin@nrc.ca>
7300
7301 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7302 by gcc if LD is not defined and we are not doing a Canadian Cross.
7303 * configure: Rebuilt.
7304
53dd8dab
DJ
73052003-01-01 Daniel Jacobowitz <drow@mvista.com>
7306
7307 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7308
50ceb20c
TT
73092002-12-31 Tom Tromey <tromey@redhat.com>
7310
7311 * Makefile.in: Rebuilt.
7312 * Makefile.def (target_modules) [libffi]: Allow installation.
7313
e78b5cfe
AS
73142002-12-31 Andreas Schwab <schwab@suse.de>
7315
7316 * configure.in: Fix use of $program_transform_name.
7317 * configure: Regenerated.
7318
67448102
DJ
73192002-12-30 Daniel Jacobowitz <drow@mvista.com>
7320
7321 * configure.in (baseargs): Don't remove first configure argument.
7322 * configure: Regenerated.
7323
e6bfb94a
AO
73242002-12-29 Alexandre Oliva <aoliva@redhat.com>
7325
7326 * Makefile.tpl (local-distclean): Don't remove...
7327 (multilib.ts): ... this. Moved into...
7328 (multilib.out): ... this. Don't use sub-make.
7329 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7330 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7331 (configure-build-[+module+], configure-[+module+],
7332 configure-target-[+module+], configure-gcc): ... these. Test
7333 for Makefile existence. Drop config.status from dependencies.
7334 * Makefile.in: Rebuilt.
7335 * configure.in: Move gcc-version-trigger to the end of
7336 ac_configure_args. Add comments to maybedep.tmp and
7337 serdep.tmp. Introduce --disable-serial-configure. Remove
7338 nonopt from baseargs, matching and removing corresponding
7339 whitespace while at it.
7340 * configure: Rebuilt.
7341
8f0dfb36
AO
73422002-12-28 Alexandre Oliva <aoliva@redhat.com>
7343
7344 * configure.in (host_configargs): Replace reference to
7345 no-longer-defined buildopts with --build=${build_alias}.
7346 * configure: Rebuilt.
7347
43be203f
AO
73482002-12-28 Alexandre Oliva <aoliva@redhat.com>
7349
7350 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7351 program_transform_name to standard idiom.
7352 (AUTOGEN, AUTOCONF): Define.
7353 (Makefile.in): Use $(AUTOGEN).
7354 (Makefile): Depend on config.status, and use autoconf-style rule to
7355 build it. Move original commands to...
7356 (config.status): ... this new target.
7357 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7358 $(AUTOCONF).
7359 * Makefile.in: Rebuilt.
7360
a0da8069
NN
73612002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7362
d18f1c9f
NN
7363 * Makefile.tpl: Fix dramatic bustage due to change in
7364 program_transform_name.
7365 * Makefile.in: Regenerate.
7366
7367 * configure.in: Remove unnecessary PATH setting.
7368 * configure: Regnerate.
7369
7370 * configure.in: Don't default to unprefixed tools unless
7371 the native tools will work.
7372 * configure: Regenerate.
7373
a0da8069
NN
7374 * configure.in: Convert to autoconf script. Blow away lots
7375 of now-redundant Makefile fragments.
7376 * configure: Generate using Autoconf.
7377 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7378 * Makefile.in: Regenerate.
7379
c567df0a
NN
73802002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7381
5481b376 7382 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7383 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7384
5481b376 7385 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7386 where they belong.
2c7f9a32 7387
2dabcfb4
AS
73882002-12-24 Andreas Schwab <schwab@suse.de>
7389
7390 * Makefile.tpl (multilib.out): Fix missing space.
7391 * Makefile.in: Regenerate.
7392
1086bc09
NN
73932002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7394
7395 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7396 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7397 * Makefile.in: Regenerate.
7398 * configure.in: Remove unnecessary leftovers.
7399
1086bc09
NN
74002002-12-21 Geoffrey Keating <geoffk@apple.com>
7401
7402 * configure.in (extra_ranlibflags_for_target): New variable.
7403 (*-*-darwin): Add -c to ranlib commands.
7404 * configure (tooldir): Handle extra_ranlibflags_for_target.
7405
14e9ca95
JJ
74062002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7407
7408 * COPYING.NEWLIB: Updated.
7409 * COPYING.LIBGLOSS: Ditto.
7410
14c428fb
NN
74112002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7412
7413 * Makefile.tpl: Revert HJL's change.
7414 * Makefile.in: Regenerated.
7415 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7416 always.
7417
313b8244
AS
74182002-12-19 Andreas Schwab <schwab@suse.de>
7419
7420 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7421 * Makefile.in: Regenerate.
7422
efeae3db
L
74232002-12-18 H.J. Lu <hjl@gnu.org>
7424
7425 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7426 * Makefile.in: Regenerated.
7427
7428 * configure.in (build_prefix): New. Substitute.
7429
43d92c63
NN
74302002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7431
59da4fe6
NN
7432 * Makefile.tpl: Don't let real targets depend on phony targets.
7433 * Makefile.in: Regenerate.
7434
43d92c63
NN
7435 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7436 * Makefile.in: Regenerate.
7437
b72e6a2d
JM
74382002-12-16 Jason Merrill <jason@redhat.com>
7439
7440 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7441 previous 'make bootstrap'.
7442 * Makefile.in: Regenerate.
7443
95c72c44
HPN
74442002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7445
7446 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7447
7d695d07
JM
74482002-12-13 Jason Merrill <jason@redhat.com>
7449
7450 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7451 library tests.
7452 (check-c++): Just depend on it and check-target-libstdc++-v3.
7453 * Makefile.in: Regenerate.
7454
54103d1e
NN
74552002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7456
7457 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7458 * Makefile.in: Regenerate.
7459
4024f1e1
JJ
74602002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7461
80b200a1
ZW
7462 * COPYING.NEWLIB: Update list of alternate Regent of California
7463 licenses and discuss official revoking of advertising clause.
7464 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7465
7dda0df6
AO
74662002-12-12 Alexandre Oliva <aoliva@redhat.com>
7467
7468 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7469 * Makefile.in: Rebuilt.
7470
d03be79e 74712002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7472
929293f4
NN
7473 * configure: Fix bug put in by gremlins.
7474
d03be79e
NN
7475 * Makefile.tpl: Substitute more autoconfily.
7476 * configure: Substitute more autoconfily.
7477 * Makefile.in: Regenerate.
7478
74792002-12-08 Andrew Cagney <ac131313@redhat.com>
7480
7481 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7482 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7483
74842002-12-06 DJ Delorie <dj@redhat.com>
7485
7486 * Makefile.tpl: Change configure dependencies to not have real
7487 targets depend on phony targets.
b4a77b47 7488
db1ac78d
NN
74892002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7490
bcaf2395
NN
7491 * configure.in: Revert unintentional change.
7492
b4fa093e
NN
7493 * src-release: Configure host subdirs.
7494
db1ac78d
NN
7495 * Makefile.tpl: Change dependency for */multilib.out so that
7496 it works when gcc isn't in the tree.
7497
7498 * configure.in: Substitute more.
7499 * configure: Run subconfigures from the Makefile.
7500 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7501 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7502
15723a45
NN
75032002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7504
e2b9e2dc
NN
7505 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7506 and corresponding dependencies.
7507 * Makefile.in: Regenerate.
7508
2af579c4
NN
7509 * configure.in (host_tools): Order binutils, gas and ld for
7510 convenience in running the testsuites.
7511
a2cc058a
NN
7512 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7513 * Makefile.in: Regenerate.
7514 * configure.in: Introduce rules to serialize subconfigure runs.
7515
15723a45
NN
7516 * configure.in: Introduce BASE_CC_FOR_TARGET.
7517 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7518 Realize configure-build-* targets. Realize configure-target-* targets.
7519 * Makefile.in: Regenerate.
7520
ae831be5
NN
75212002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7522
7523 * configure: Move gcc_version_trigger stuff from here...
7524 * configure.in: ...to here.
7525
7526 * configure.in: Separate subconfigure options added by this file from
7527 options given by the user. Add machinery to put args for host
7528 subconfigures into the Makefile.
7529
7530 * Makefile.tpl: Remove 'vault' targets.
7531 * Makefile.tpl: Reorder and comment dependencies.
7532 * Makefile.in: Regenerate.
7533
bbf7c8ac
NN
75342002-11-28 Geoffrey Keating <geoffk@apple.com>
7535
7536 * configure.in: Move host-specific darwin noconfigdirs into
7537 the host-specific section.
7538
930314a4
NN
75392002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7540
52d7cdee
NN
7541 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7542 during replay.
7543 * Makefile.in: Regenerate.
7544
930314a4
NN
7545 (finishing slow-motion replay)
7546 * configure: Remove skip-this-dir support.
7547 * Makefile.tpl: Remove skip-this-dir support.
7548
7549 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7550 subdirectories.
7551 * Makefile.in: Regenerate.
7552
7553 * Makefile.tpl: Strip out useless setting of 'dir'.
7554 * Makefile.in: Regenerate.
5481b376 7555
930314a4
NN
75562002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7557
7558 (finishing slow-motion replay)
7559 * configure.in: Fix deeply stupid bug.
7560
7561 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7562 shell code in CXX_FOR_TARGET
7563 * Makefile.def: Introduce raw_cxx.
7564 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7565 RAW_CXX_FOR_TARGET.
7566 * Makefile.in: Regenerate.
7567
75682002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7569
7570 (finishing slow-motion replay)
7571 * Makefile.tpl: Remove unnecessary ifs.
7572 * Makefile.in: Regenerate.
7573
5481b376 7574 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7575 dependencies. Maybe-ize build-libiberty. Create dummy install
7576 targets for 'no_install' modules.
5481b376 7577 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7578 build_modules stuff to configure.in.
5481b376 7579 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7580 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7581 * Makefile.in: Regenerate.
7582
3866be5d
NN
75832002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7584
7585 (continuing slow-motion replay)
7586 * Makefile.tpl: Make all-target, install-target behave similarly
7587 to all, install (only hitting configured targets). Eliminate
7588 unused macro defintions.
7589
7590 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7591 build != host.
7592
7593 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7594
7595 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7596
5481b376 7597 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7598 configuring. Remove references to "dosrel".
7599 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7600 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7601 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7602 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7603 and redundant dependency; rearrange slightly.
7604 * Makefile.def: Add host-side libtermcap, utils.
7605
7606 * Makefile.in: Regenerate.
7607
e393202e
NN
76082002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7609
7610 (Continuing slow-motion replay)
7611 * Makefile.def: Add list of recursive targets to autogenerate.
7612 Add build_modules.
7613 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7614 targets. Autogenerate *-build-* targets.
7615 * Makefile.in: Regenerate.
7616
583d52d7
NN
76172002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7618
7619 (Continuing slow-motion replay)
7620 * configure: More autoconf-style substitutions.
7621 * Makefile.tpl: More autoconf-style substitutions.
7622 * Makefile.in: Regenerate.
7623
76242002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7625
7626 (Continuing slow-motion replay)
7627 * configure: Substitute more variables in a more autoconf-friendly
7628 way. Simplify slightly.
7629 * Makefile.tpl: Make more variables substitutable in an
7630 autoconf-friendly way.
7631 * Makefile.in: Regenerate.
7632
874e38b4
NN
76332002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7634
7635 (Continuing slow-motion replay)
7636 * configure.in (v810*): Remove special setting of tools.
7637
7638 * configure: Add support for extra required flags for ar or nm.
7639 * configure.in (aix4.3+): Use above support for target-specific
7640 issues, rather than using config/mt-aix43.
7641
852e5f18
NN
76422002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7643
7644 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7645 * configure: Remove 'removing', which doesn't work. Replace $subdir
7646 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7647 with $srcdir. Reformat indentation. Substitute some variables
7648 formerly hard-coded in the Makefile for build=host.
7649 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7650 * Makefile.def: Autogenerate more.
7651 * Makefile.in: Regenerate.
7652
c9a0d920
DD
76532002-11-13 Bruce Korb <bkorb@gnu.org>
7654
7655 * Makefile.tpl: syntactic cleanup
7656
dd2768ff
KB
76572002-11-04 Kevin Buettner <kevinb@redhat.com>
7658
7659 * Makefile.def (host_modules): Add rda.
7660 * Makefile.in: Regenerate.
7661 * configure.in (target_tool): Add target-rda to list.
7662
1aa8389d
DD
76632002-10-25 Phil Edwards <pme@gcc.gnu.org>
7664
7665 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7666 and restrap targets to this rule.
7667 * Makefile.in: Regenerate.
7668
28f46298
HPN
76692002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7670
7671 * configure.in (i[3456]86-*-linux*): Add check to disable
7672 ${libgcj} for glibc1.
7673
ff72e302
NC
76742002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7675
7676 * configure.in: Add tic4x target.
7677
8607b6c9
NN
76782002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7679
7680 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7681 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7682 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7683 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7684 * Makefile.in: Regenerate.
7685
f8f61f4a
NN
76862002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7687
c86f794b
NN
7688 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7689 * Makefile.in: Regenerate.
7690
a9590527
NN
7691 * Makefile.def: Remove order dependency comments.
7692 * Makefile.tpl: Add explicit install-install dependencies.
7693 * Makefile.in: Regenerate.
7694
8412ce72
NN
7695 * Makefile.tpl: Remove material now in src-release. (Finally!)
7696 * Makefile.in: Regenerate.
7697
8b9f37f1
NN
7698 * configure: Restore my original patch by syncing with gcc version.
7699
f8f61f4a
NN
7700 * Bring following over from gcc:
7701
77022002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7703
7704 * configure.in (s390*-*-linux*): Enable libgcj.
7705
403d9505
NN
77062002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7707
7708 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7709
95f6f383
AM
77102002-10-02 Alan Modra <amodra@bigpond.net.au>
7711
e4673b0a 7712 * configure: Move stray lines back to where they belong.
95f6f383 7713
748503c8
NN
77142002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7715
a581b5c3
NN
7716 * Makefile.tpl: Insert configure-target target, for src-release.
7717
c084f5b4
NN
7718 * configure: Finish reverting change which Andrew Cagney started
7719 reverting. Should fix bustage.
7720
7aa673ed 7721 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7722 * src-release: New file. Contains material for making net
7723 releases for gdb, binutils, et al., formerly in Makefile.in.
7724
82a9b2d9
NC
77252002-09-30 Nick Clifton <nickc@redhat.com>
7726
7727 * cpu: New top level directory. Intended to hold input files for
7728 CGEN which have FSF copyright assignment.
7729 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7730
c2463a00
AC
77312002-09-29 Andrew Cagney <ac131313@redhat.com>
7732
7733 Revert below (note that src does not contain Makefile.tpl):
7734 * Makefile.tpl: Make subsituted variables more autoconfy.
7735 * Makefile.in: Regenerate.
7736
f03b4789
NN
77372002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7738
c11e16a9
NN
7739 * configure: Revert accidentally applied changes.
7740
f03b4789
NN
7741 * Makefile.tpl: Make more autoconf-friendly.
7742 * Makefile.in: Regenerate.
7743 * configure: Make substitution more autoconf-like.
7744
77452002-09-28 Richard Earnshaw <rearnsha@arm.com>
7746
7747 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7748 single entry to handle all these.
7749 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7750 libjava on arm-*-elf.
7751
c0292023
GK
77522002-09-27 Geoffrey Keating <geoffk@apple.com>
7753
7754 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7755 things that depend on them.
7756
c66d951e
NN
77572002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7758
7759 * Makefile.tpl: Make subsituted variables more autoconfy.
7760 * Makefile.in: Regenerate.
7761 * configure: Make seds more autoconfy.
7762
907a7241 77632002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7764
7765 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7766 * Makefile.in: Regenerate.
7767 * configure.in: Rewrite sed statements to look autoconfy.
7768
907a7241
NN
7769 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7770 all-target-foo on configure-target-foo.
7771 * Makefile.def: Ditto.
7772 * Makefile.in: Rebuild.
7773
405ea7a0
NN
77742002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7775
7776 * Makefile.def: New file.
7777 * Makefile.tpl: New file.
7778 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7779
7780 * configure.in: Minor rearrangement. Simplify tests.
7781
bdc57bfd
JT
77822002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7783
7784 * configure.in (with_headers): Skip copy if value is "yes".
7785 (with_libs): Likewise.
7786
ae03d6e2
NN
77872002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7788
7789 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7790 * configure.in (sh*-*-pe*): Ditto.
7791 * configure.in (mips*-*-pe*): Ditto.
7792 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7793
7794 * configure.in: Rearrange.
7795
707960fe
NC
77962002-09-12 Nick Clifton <nickc@redhat.com>
7797
7798 * Import these changes from the config master repository:
7799
7800 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7801
7802 * config.sub: Add tic4x target.
7803
7804 2002-09-03 Ben Elliston <bje@redhat.com>
7805
7806 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7807 Reported by <Duncan_Stodart@insession.com>.
7808
36ea319f
JJ
78092002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7810
7811 * COPYING.NEWLIB: More updates.
7812
cf57480a
JJ
78132002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7814
7815 * COPYING.NEWLIB: Update.
7816
fd31a171
AC
78172002-08-23 Andrew Cagney <ac131313@redhat.com>
7818
23b632fc
AC
7819 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7820
fd31a171
AC
7821 * config.guess: Import version 2002-08-23.
7822 * config.sub: Import version 2002-08-22.
7823
a08bafb5
AO
78242002-08-20 Alexandre Oliva <aoliva@redhat.com>
7825
7826 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7827 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7828 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7829
17240c1f
NC
78302002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7831
7832 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7833
e70ad0c6
L
78342002-08-04 H.J. Lu (hjl@gnu.org)
7835
7836 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7837
574e6d11
DD
78382002-07-31 Alan Modra <amodra@bigpond.net.au>
7839
7840 * configure.in: Move generic linux case to end. Copy generic
7841 linux noconfigdirs to mips*-*-linux* entry and new
7842 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7843
611e7523
CD
78442002-07-19 Chris Demetriou <cgd@broadcom.com>
7845
7846 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7847 one instance of them which was missed to the list to update.
7848
51759676
CD
78492002-07-16 Chris Demetriou <cgd@broadcom.com>
7850
7851 * config.guess: Update to 2002-07-09 version.
7852 * config.sub: Update to 2002-07-03 version.
7853
7c1f909c
DD
78542002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7855
7856 * configure.in: Remove two redundant tests.
7857
d7cf5d30
DD
78582002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7859
7860 * configure.in (mips*-*-irix6*o32): Enable stabs.
7861
c74222f7
DD
78622002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7863
5b53c336
DD
7864 * configure.in: Don't build grez.
7865 * Makefile.in: Ditto.
7866
c74222f7
DD
7867 * Makefile.in: Remove references to bsp, cygmon, libstub.
7868 * configure.in: Ditto.
7869
7870 * configure.in: Remove leftover reference to gdbtest.
7871
edd1b227
DD
78722002-07-08 Phil Edwards <pme@gcc.gnu.org>
7873
7874 * configure.in (gxx_include_dir): Change to match versioned
7875 C++ headers if --enable-version-specific-runtime-libs is used.
7876
486186e3
AO
78772002-07-04 Steve Ellcey <sje@cup.hp.com>
7878
7879 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7880
ff0a3bf8
DD
78812002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7882
7883 * configure.in: Make --without-x work.
7884
1dfa8174
NC
78852002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7886
7887 * contrib: New directory. Created to contain a copy of the
5481b376 7888 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7889 the FSF GCC sources.
7890
07637366
DD
78912002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7892
b6f83f2a
DD
7893 * configure.in: Rearrange target Makefile fragment collection.
7894
07637366
DD
7895 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7896 cvs[src].
7897 * configure.in: Ditto.
7898
f48556b1
DD
78992002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7900
7901 * Makefile.in: Eliminate 'apache' targets.
7902 * configure.in: Eliminate 'apache' targets.
7903
7904 * configure.in: Eliminate redundant tests. Reorganize.
7905
7906 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7907
7908 * config-ml.in: Eliminate references to Cygnus configure.
7909
7910 * Makefile.in: Eliminate references to building emacs.
7911
79122002-07-01 Denis Chertykov <denisc@overta.ru>
7913
7914 * configure.in: Add support for ip2k.
7915
cdb9e2b8
BE
79162002-06-24 Ben Elliston <bje@redhat.com>
7917
7918 * configure.in (host_tools): Remove cgen.
7919
7920 * Makefile.in (all-cgen): Remove; runs from its source directory.
7921 (check-cgen, install-cgen, clean-cgen): Likewise.
7922 (all-opcodes): No not depend on all-cgen.
7923 (all-sim): Likewise.
7924
3558860c
DD
79252002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7926
7927 * configure.in: Fix AIX configury bug.
7928
e3b0c936
DD
79292002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7930
cdb9e2b8 7931 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7932
cdb9e2b8
BE
7933 * configure.in: Move definition of libstdcxx_flags right above
7934 usage, rather than way earlier.
8ee424c0 7935
c712250a
DD
7936 * configure.in: Pull definition of is_cross_compiler earlier.
7937
9ee1a75c
DD
7938 * configure.in: Rearrange a little.
7939
e3b0c936
DD
7940 * configure.in: Remove references to librx.
7941 * Makefile.in: Remove references to librx.
7942
b2bd228e
DD
79432002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7944
7945 * configure.in: Eliminate ${gasdir} variable.
7946
7cd52483
DB
79472002-06-18 Dave Brolley <brolley@redhat.com>
7948
7949 * configure.in: Add support for frv.
7950 * config.sub: Add support for frv.
7951
6c5e141a
DD
79522002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7953
7954 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7955
0d18b56d
JT
79562002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7957
7958 * configure.in (vax-*-netbsd*): Re-enable gas.
7959
fd8958d5
DD
79602002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7961
27f15fdd
DD
7962 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7963 BUILD_PREFIX_1, to correct nomenclature.
7964 * configure: Likewise.
7965
fd8958d5
DD
7966 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7967 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7968
0c2442b7
DD
79692002-05-31 Olaf Hering <olh@suse.de>
7970
7971 * config-ml.in: Propogate DESTDIR also.
7972
a3602181
JT
79732002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7974
7975 * configure.in (vax-*-netbsd*): Don't build gas for this
7976 platform.
7977
c95f53ae
MM
79782002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7979
7980 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7981 and libgcj for AVR.
7982
1d7c1053
NC
79832002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7984
7985 * config.sub: Add DLX target.
7986
4b37028f
JT
79872002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7988
7989 * config.guess: Update to 2002-05-22 version.
7990 * config.sub: Likewise.
7991
d5de0a84
NC
79922002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7993
7994 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7995 * config-ml.in: Likewise.
7996 * configure: Likewise.
7997 * configure.in: Likewise.
7998
c92a0210
DD
79992002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8000
115a77aa
DD
8001 * configure.in: Simplify makefile fragment collection.
8002
8003 * configure.in: Remove code to build emacs.
e99daf2b 8004
91e060aa
DD
8005 * configure.in : Remove --srcdir argument from targargs and buildargs
8006 (it's always overridden in the Makefile anyway). Rearrange a bit.
8007
8008 * configure: Move some logic to configure.in.
8009 * configure.in: Move some logic from configure.
c92a0210 8010
91217342
JJ
80112002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8012
8013 * COPYING.LIBGLOSS: New file.
8014
d3d8a9ee
NC
80152002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8016
8017 * Makefile.in: Honour DESTDIR.
8018
3a036cdc
AO
80192002-05-05 Alexandre Oliva <aoliva@redhat.com>
8020
8021 * configure.in (noconfigdirs): Don't disable libgcj on
8022 sparc64-*-solaris* and sparcv9-*-solaris*.
8023
6d095fe4
AO
80242002-05-03 Alexandre Oliva <aoliva@redhat.com>
8025
8026 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8027
dac55df9
TF
80282002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8029
8030 * configure.in (FLAGS_FOR_TARGET): Do not add
8031 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8032 on i[3456]86-*-linux*.
8033
a018e15b
TF
80342002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8035
8036 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8037
8038 * configure.in (noconfigdirs): Do not add target-newlib if
8039 target == i[3456]86-*-linux*, and host == target.
8040
5f284831
MM
80412002-04-29 Mark Mitchell <mark@codesourcery.com>
8042
8043 * config.guess: Updated to 2002-04-26's version.
8044 * config.sub: Updated to 2002-04-26's version.
8045
33babf59
DD
80462002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8047
bd5f7da2
DD
8048 * configure.in: delete reference to absent file
8049
a0c4f3a0
DD
8050 * configure.in: replace '[' with 'test'
8051
66f1ba4f
DD
8052 * configure.in: Eliminate references to gash.
8053 * Makefile.in: Eliminate references to gash.
8054
7c3ab50c
DD
8055 * configure.in: remove useless references to 'pic' makefile fragments.
8056
bbc025f5
DD
8057 * configure.in: (*-*-windows*) Finish removing.
8058
33babf59
DD
8059 * configure.in: Eliminate redundant test for libgui.
8060
d5ec694c
DD
80612002-04-26 Joel Sherrill <joel@OARcorp.com>
8062
8063 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8064 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8065
57a5346c
DD
80662002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8067
8068 * configure.in: remove references to dead files
8069
dbf93899
DD
80702002-04-18 Tom Tromey <tromey@redhat.com>
8071
8072 * configure.in: Disallow configuring libgcj when it is already
8073 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8074 Solaris 2.8 by default. For PR libgcj/6158.
8075
26eadf68
DD
80762002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8077
8078 * configure.in: Move default CC setting out of config/mh-* fragments
8079 directly into here.
8080
a0a2c6c6
DD
80812002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8082
8083 * configure.in: don't even try to configure or make a subdirectory
8084 if there's no configure script for it.
8085
9972f812
DD
80862002-04-15 Mark Mitchell <mark@codesourcery.com>
8087
8088 * MAINTAINERS: Remove chill maintainers.
8089 * Makefile.in (CHILLFLAGS): Remove.
8090 (CHILL_LIB): Remove.
8091 (TARGET_CONFIGDIRS): Remove libchill.
8092 (CHILL_FOR_TARGET): Remove.
8093 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8094 CHILL_LIB.
8095 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8096 (CHECK_TARGET_MODULES): Likewise.
8097 (INSTALL_TARGET_MODULES): Likewise.
8098 (CLEAN_TARGET_MODULES): Likewise.
8099 (configure-target-libchill): Remove.
8100 (all-target-libchill): Remove.
8101 * configure.in (target_libs): Remove target-libchill.
8102 Do not compute CHILL_FOR_TARGET.
8103 * libchill: Remove directory.
5481b376 8104
75205f78
DD
81052002-04-15 DJ Delorie <dj@redhat.com>
8106
8107 * Makefile.in, configure.in, configure: Sync with gcc, entries
8108 follow...
8109
81102002-04-08 Tom Tromey <tromey@redhat.com>
8111
8112 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8113 Fixes PR libgcj/6068.
8114
81152002-03-30 Krister Walfridsson <cato@df.lth.se>
8116
8117 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8118
81192002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8120
8121 * configure.in (alpha*-dec-osf*): Enable libgcj.
8122
81232002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8124
8125 Fix for: PR bootstrap/3591, target/5676
8126 * configure.in (mcore-pe): Disable the configuration of
8127 libstdc++-v3 since exceptions are not supported.
8128
81292002-03-20 Anthony Green <green@redhat.com>
8130
8131 * configure.in: Enable libgcj for xscale-elf target.
8132
81332002-02-28 Alexandre Oliva <aoliva@redhat.com>
8134
8135 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8136 libjava.
8137 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8138
81392002-02-22 Alexandre Oliva <aoliva@redhat.com>
8140
8141 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8142 libstdc++-v3 and libjava.
8143
81442002-02-11 Adam Megacz <adam@xwt.org>
8145
8146 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8147 boehm-gc
8148
81492002-02-09 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * config.guess: Updated to 2002-01-30's version.
8152 * config.sub: Updated to 2002-02-01's version.
8153 Contribute sh64-elf.
8154 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8155 * configure.in: Added sh64-*-*.
8156
81572002-01-17 H.J. Lu <hjl@gnu.org>
8158
8159 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8160 (all-target-fastjar): Also depend on all-target-libiberty.
8161
8162Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8163
8164 * configure, configure.in: Use temp file for long sed commands.
8165
81662001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8167
8168 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8169 libf2c.
8170
81712001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8172
8173 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8174
81752001-10-11 Hans-Peter Nilsson <hp@axis.com>
8176
8177 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8178
81792001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8180
8181 * configure: Handle temporary files securely using mkdir.
8182
81832001-09-26 Will Cohen <wcohen@redhat.com>
8184
8185 * configure.in (*-*-linux*): Disable configuration of target-newlib
8186 and target-libgloss.
8187
81882001-09-26 Alexandre Oliva <aoliva@redhat.com>
8189
8190 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8191 RANLIB.
8192
81932001-08-11 Graham Stott <grahams@redhat.com>
8194
8195 * Makefile.in (check-c++): Add missing semicolon.
8196
81972001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8198
8199 * configure.in (sh-*-linux*): New.
8200
82012001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8202
8203 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8204 and libgcj on m68hc11/m68hc12.
8205
82062001-06-27 H.J. Lu (hjl@gnu.org)
8207
8208 * Makefile (CFLAGS_FOR_BUILD): New.
8209 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8210
82112001-06-01 Hans-Peter Nilsson <hp@axis.com>
8212
8213 * configure.in (libstdcxx_flags): Do not try to execute
8214 libstdc++-v3/testsuite_flags until it exists.
8215
82162001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8217
8218 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8219
82202001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8221
8222 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8223
8224Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8225
8226 * configure.in: Move *-chorusos target case to the proper switch.
8227 Disable libgcj.
8228
82292001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8230
8231 * Makefile.in (STAGE1_CFLAGS): Pass down.
8232
82332001-04-13 Alan Modra <amodra@one.net.au>
8234
8235 * config.guess: Add hppa64-linux support. Note for next import that
8236 this is already in the master file.
8237 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8238
82392001-03-22 Colin Howell <chowell@redhat.com>
8240
8241 * Makefile.in (DO_X): Do not backslash single-quotes in
8242 backquotes (two places).
8243
82442001-03-18 Laurynas Biveinis <lauras@softhome.net>
8245
8246 * Makefile.in (DO_X): Quote nested quotes.
8247
82482001-03-15 Laurynas Biveinis <lauras@softhome.net>
8249
8250 * Makefile.in (DO_X): Use double quotes for quoting
8251 "RANLIB=$${RANLIB}".
8252
82532001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8254
8255 * configure.in: Only use `lang_requires' for languages athat are
8256 actually enabled.
8257
82582001-03-07 Tom Tromey <tromey@redhat.com>
8259
8260 * configure.in: Allow config-lang.in to set `lang_requires' to list
8261 of other required languages.
8262
82632001-03-06 Laurynas Biveinis <lauras@softhome.net>
8264
8265 * Makefile.in: Remove RANLIB definition. Use RANLIB
8266 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8267 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8268
82692001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8270 Alexandre Oliva <aoliva@redhat.com>
8271
8272 * Makefile.in (check-c++): Use tabs, not spaces.
8273
82742001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8275
8276 * Makefile.in (check-c++): New rule.
8277
8278 * configure.in (target_libs): Remove libg++.
8279 (noconfigdirs): Remove libg++.
8280 (noconfigdirs): Same.
8281 (noconfigdirs): Same.
8282 (noconfigdirs): Same.
8283
8284 * config-ml.in: Remove libg++ references.
8285
8286 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8287 (ALL_TARGET_MODULES): Same.
8288 (configure-target-libg++): Remove.
8289 (all-target-libg++): Remove.
8290 (configure-target-libio): Remove.
8291 (all-target-libio): Remove.
8292 (check-target-libio): Remove.
8293 (.PHONY): Remove.
8294 (libg++.tar.bz2): Remove.
8295 (all-target-cygmon): Remove libio.
8296 (all-target-libstdc++): Remove.
8297 (configure-target-libstdc++): Remove.
8298 (TARGET_LIB_PATH): Remove libstdc++.
8299 (ALL_GCC_CXX): Remove libstdc++.
8300 (all-target-gperf): Correct.
8301
83022001-02-15 Anthony Green <green@redhat.com>
8303
8304 * configure: Introduce GCJ_FOR_TARGET.
8305 * configure.in: Ditto.
8306 * Makefile.in: Ditto.
8307
83082001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8309
8310 * configure.in: for *-chorusos, don't config target-newlib and
8311 target-libgloss.
8312
83132001-02-04 Mark Mitchell <mark@codesourcery.com>
8314
8315 Remove V2 C++ library.
8316 * configure.in: Remove --enable-libstdcxx_v3 support.
8317
83182001-01-27 Richard Henderson <rth@redhat.com>
8319
8320 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8321
83222001-01-26 Tom Tromey <tromey@redhat.com>
8323
8324 * configure.in: Allow libgcj to be built on Sparc Solaris.
8325
83262001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8327
8328 * configure.in: Enable libgcj on several additional platforms.
8329
83302001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8331
8332 * configure.in: Enable libgcj for linux targets.
8333
83342001-01-09 Mike Stump <mrs@wrs.com>
8335
8336 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8337 failures of subdirectories.
8338
83392001-01-02 Laurynas Biveinis <lauras@softhome.net>
8340
8341 * configure: handle DOS-style absolute paths.
8342
83432001-01-02 Laurynas Biveinis <lauras@softhome.net>
8344
8345 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8346
83472000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8348
8349 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8350 (libstdcxx_incdir): Pass down.
8351 * config.if: Remove expired bits for cxx_interface, add stub.
8352 (libstdcxx_incdir): Add variable for g++ include directory.
8353 * configure.in (gxx_include_dir): Use it.
8354
83552000-12-15 Andreas Jaeger <aj@suse.de>
8356
8357 * configure.in: Handle lang_dirs.
8358
83592000-12-13 Anthony Green <green@redhat.com>
8360
8361 * configure.in: Disable libgcj for any target not specifically
8362 listed. Disable libgcj for x86 and Alpha Linux until compatible
8363 with g++ abi.
8364
83652000-12-13 Mike Stump <mrs@wrs.com>
8366
8367 * Makefile.in (local-distclean): Also remove fastjar.
8368
83692000-12-10 Anthony Green <green@redhat.com>
8370
8371 * configure.in: Define libgcj. Disable libgcj target libraries for
8372 most targets.
8373
83742000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8375
8376 * configure.in (target_libs): Revert 2000-12-08 patch.
8377 (noconfigdirs): Added target-libjava.
8378
83792000-12-09 Laurynas Biveinis <lauras@softhome.net>
8380
8381 * Makefile.in: handle DOS-style absolute paths.
8382
83832000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8384
8385 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8386 libjava.
8387 * configure.in (target_libs): Removed `target-libjava'.
8388
83892000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8390
8391 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8392 (ALL_MODULES): Added fastjar.
8393 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8394 (all-target-libjava): all-fastjar replaces all-zip.
8395 (all-fastjar): Added.
8396 (configure-target-fastjar, all-target-fastjar): Likewise.
8397 * configure.in (host_tools): Added fastjar.
8398
83992000-12-07 Mike Stump <mrs@wrs.com>
8400
8401 * Makefile.in (local-distclean): Remove leftover built files.
8402
84032000-11-16 Fred Fish <fnf@be.com>
8404
8405 * configure.in (enable_libstdcxx_v3): Fix typo,
8406 libstd++ -> libstdc++.
8407
84082000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8409
8410 * configure: Provide the original toplevel configure arguments
8411 (including $0) to subprocesses in the environment rather than
8412 through gcc/configargs.h.
8413
84142000-11-12 Mark Mitchell <mark@codesourcery.com>
8415
8416 * configure: Turn on libstdc++ V3 by default.
8417
84182000-10-16 Michael Meissner <meissner@redhat.com>
8419
8420 * configure (gcc/configargs.h): Only create if there is a build GCC
8421 directory created.
8422
84232000-10-05 Phil Edwards <pme@gcc.gnu.org>
8424
8425 * configure: Save configure arguments to gcc/configargs.h.
8426
84272000-10-04 Andris Pavenis <pavenis@latnet.lv>
8428
8429 * Makefile.in (bootstrap): avoid recursion if subdir missing
8430 (cross): ditto
8431 (do-proto-toplev): ditto
8432
8433Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8434
8435 * configure.in: Do not build byacc for hppa64. Provide paths to the
8436 X11 libraries for hppa64.
8437
84382000-09-02 Anthony Green <green@cygnus.com>
8439
8440 * Makefile.in (all-gcc): Depend on all-zlib.
8441 (CLEAN_MODULES): Add clean-zlib.
8442 (ALL_MODULES): Add all-zlib.
8443 * configure.in (host_libs): Add zlib.
8444
84452000-08-25 Alexandre Oliva <aoliva@redhat.com>
8446
8447 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8448 $targargs to tell whether newlib is going to be built.
8449
8450 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8451 $$r/TARGET_SUBDIR/libio for _G_config.h.
8452
84532000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8454
8455 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8456
8457 * configure: Make enable_threads and enable_shared defaults
8458 explicit. Substitute enable_threads into generated Makefiles.
8459 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8460 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8461
84622000-08-02 Manfred Hollstein <manfredh@redhat.com>
8463
8464 * configure.in: Re-enable all references to libg++ and librx.
8465
ffb97b2f 84662002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8467
ffb97b2f
DD
8468 * configure.in: Add *-*-freebsd* configurations.
8469
bbf6e9e3
AC
84702002-04-07 Andrew Cagney <ac131313@redhat.com>
8471
8472 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8473 (do-tar, do-bz2): New rules.
8474 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8475 (gdb-tar): New rule.
8476 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8477 (insight_dejagnu.tar): New rule.
8478 (insight.tar): New rule.
8479 (gdb+dejagnu.tar): New rule.
8480 (gdb.tar): New rule.
8481
8f1579c0
AC
84822002-04-07 Andrew Cagney <ac131313@redhat.com>
8483
8484 * MAINTAINERS: Update dejagnu/
8485
ba3c59ab
AO
84862002-03-16 Alexandre Oliva <aoliva@redhat.com>
8487
8488 * ltmain.sh (relink_command): Fix typo in previous change.
8489
6243d5dd
AO
84902002-03-15 Alexandre Oliva <aoliva@redhat.com>
8491
8492 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8493 (relink_command): Added --tag flags.
8494 (mode=install): If relinking fails; error out.
8495
80413487
RH
84962002-03-12 Richard Henderson <rth@redhat.com>
8497
8498 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8499 .NOTPARALLEL tag.
8500 (do-check): Rename from check.
8501 (check): Allow parallel check.
8502
3daeddf6
RH
85032002-03-11 Richard Henderson <rth@redhat.com>
8504
8505 * Makefile.in (.NOTPARALLEL): Add fake tag.
8506
fad93c55
L
85072002-03-07 H.J. Lu (hjl@gnu.org)
8508
8509 * configure.in: Enable gprof for mips*-*-linux*.
8510
2e8357fc
AO
85112002-02-28 Alexandre Oliva <aoliva@redhat.com>
8512
8513 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8514 libjava.
8515 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8516
bd48e1a9
AC
85172002-02-24 Andrew Cagney <ac131313@redhat.com>
8518
8519 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8520
39121370
DJ
85212002-02-23 Daniel Jacobowitz <drow@mvista.com>
8522
8523 * config.guess: Import from master sources, rev 1.232.
8524 * config.sub: Import from master sources, rev 1.246.
8525
081ff160
AO
85262002-02-23 Alexandre Oliva <aoliva@redhat.com>
8527
8528 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8529 because its Makefile is there; test for the executable instead.
8530
20a5393b
AO
85312002-02-09 Alexandre Oliva <aoliva@redhat.com>
8532
8533 Contribute sh64-elf.
8534 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8535 * configure.in: Added sh64-*-*.
8536
38135629
JJ
85372002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8538
80413487
RH
8539 * COPYING.NEWLIB: Remove advertising clause from
8540 Berkeley and Red Hat licenses.
38135629 8541
48d19748
MD
85422002-02-01 Mo DeJong <supermo@bayarea.net>
8543
8544 * Makefile.in: Add all-tix to deps for all-snavigator
8545 so that tix is built when building snavigator.
8546
f6e1c110
BE
85472002-02-01 Ben Elliston <bje@redhat.com>
8548
8549 * config.guess: Import from master sources, rev 1.229.
8550 * config.sub: Import from master sources, rev 1.240.
8551
4867be41
DJ
85522002-01-27 Daniel Jacobowitz <drow@mvista.com>
8553
8554 From Steve Ellcey <sje@cup.hp.com>:
8555 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8556 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8557 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8558 IA64.
8559 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8560 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8561 soname_spec, sys_lib_search_path_spec): Ditto.
8562
e82380cc
JT
85632002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8564
8565 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8566 target-libiberty, and target-libgloss. Skip Java-related
8567 libraries if not supported for NetBSD on target CPU.
8568
1319fb9c
NC
85692002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8570
8571 * configure.in: Import StrongARM and XScale target_configdirs from
8572 FSF GCC version.
8573
b020f6ac
L
85742002-01-16 H.J. Lu (hjl@gnu.org)
8575
8576 * config.guess: Import from master sources, rev 1.225.
8577 * config.sub: Import from master sources, rev 1.238.
8578
8579 * MAINTAINERS: Updated notes on config.guess and config.sub.
8580
a0c1c920
NC
85812002-01-11 Steve Ellcey <sje@cup.hp.com>
8582
8583 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8584 ld and gdb are not supported.
8585
a9fa5e1f
JJ
85862002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8587
8588 * Change reference to Cygnus Solutions to be Red Hat.
8589
94077108
JJ
85902002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8591
8592 * COPYING.NEWLIB: Update generic copyright date.
8593
05ecd75c
MS
85942002-01-07 Mark Salter <msalter@redhat.com>
8595
8596 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8597 Allow target-libgloss to be built for arm, strongarm, and xscale.
8598
a106bb62
BE
85992002-01-03 Ben Elliston <bje@redhat.com>
8600
8601 * MAINTAINERS: Update URL for config.* scripts.
8602
0e254642
AM
86032001-12-18 Alan Modra <amodra@bigpond.net.au>
8604
8605 * config.sub: Import latest version.
8606 * config.guess: Likewise.
8607
0a0d0041
TF
86082001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8609
8610 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8611 options for i[3456]86-pc-linux* native builds.
8612
d932cae7
NC
86132001-12-05 Laurent Guerby <guerby@acm.org>
8614
8615 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8616 libiberty.
d932cae7
NC
8617
8618 Import this patch from gcc:
5481b376 8619
d932cae7
NC
8620 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8621
8622 * symlink-tree: handle DOS-style absolute paths.
8623
49b7683b
DD
86242001-11-28 DJ Delorie <dj@redhat.com>
8625 Zack Weinberg <zack@codesourcery.com>
8626
8627 When build != host, create libiberty for the build machine.
8628
8629 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8630 CONFIG_ARGUMENTS.
8631 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8632 New variables.
8633 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8634 and rules.
8635 (all.normal): Depend on ALL_BUILD_MODULES.
8636 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8637 (all-build-libiberty): Depend on configure-build-libiberty.
8638
8639 * configure: Calculate and substitute proper value for
8640 ALL_BUILD_MODULES.
8641 * configure.in: Create the build subdirectory.
8642 Calculate and substitute TARGET_CONFIGARGS (formerly
8643 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8644
26ef82f4
GK
86452001-11-26 Geoffrey Keating <geoffk@redhat.com>
8646
8647 * config.sub: Update to version 1.232 on subversion.
8648
43e64072
NC
86492001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8650
8651 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8652 files from .po files for a distribution.
8653
66f6c0d5
HPN
86542001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8655
8656 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8657
4a02fdb2
JH
86582001-11-13 Jeff Holcomb <jeffh@redhat.com>
8659
8660 Merged from net gcc:
8661 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8662 * ltcf-c.sh: Use $objext, not $ac_objext.
8663 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8664 * ltcf-cxx.sh: Add support for GNU.
8665 2001-07-22 Timothy Wall <twall@redhat.com>
8666 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8667 default settings if using GNU tools with that configuration.
8668 * ltcf-cxx.sh: Ditto.
8669 * ltcf-gcj.sh: Ditto.
8670 2001-07-21 Michael Chastain <chastain@redhat.com>
8671 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8672 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8673 * ltmain.sh: Mark as gcc-local.
8674
227b9953
JH
86752001-11-13 Jeff Holcomb <jeffh@redhat.com>
8676
8677 * Makefile.in (all-bison): Revert 2001-10-24.
8678 Don't depend on texinfo.
8679
cbbab8fb
JJ
86802001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8681
80413487 8682 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8683
922b2485
DD
86842001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8685
8686 * configure.in (--enable-languages): Be more permissive about
8687 syntax. Check for empty lists better. Warn about $LANGUAGES.
8688
f08fa01d
HPN
86892001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8690
8691 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8692
fee3da4e
JH
86932001-10-24 Jeff Holcomb <jeffh@redhat.com>
8694
8695 Makefile.in (all-bison): Don't depend on texinfo.
8696
73fb1ef9
AM
86972001-10-03 Alan Modra <amodra@bigpond.net.au>
8698
8699 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8700
373688ac
AO
87012001-09-29 Alexandre Oliva <aoliva@redhat.com>
8702
8703 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8704
9c07660b
HPN
87052001-09-28 Hans-Peter Nilsson <hp@axis.com>
8706
8707 * config.sub, config.guess: Import latest from subversions.
8708
3f152009
AO
87092001-09-21 Alexandre Oliva <aoliva@redhat.com>
8710
8711 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8712 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8713 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8714 avoid quotes nesting problems.
8715 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8716 (DO_X): Export only variables that are set.
8717
8f6a59e5
BE
87182001-09-19 Ben Elliston <bje@redhat.com>
8719
8720 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8721 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8722 semantics. Use the shell built-in "type" command instead.
8723
a1ec19fa
TS
87242001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8725
8726 * config.sub: Reverted the earlier change, this version is not the
8727 master file.
8728
4008bd9b
TS
87292001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8730
8731 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8732 Add support for mips64.
8733
dd1e52a4
JH
87342001-09-03 Jeff Holcomb <jeffh@redhat.com>
8735
8736 * configure.in: Enable libstdc++-v3 for h8300 targets.
8737
91549d1c
EC
87382001-08-30 Eric Christopher <echristo@redhat.com>
8739 Jason Eckhardt <jle@redhat.com>
8740
8741 * config.sub: Add support for mipsisa32.
8742
cf966cf9
EC
87432001-08-30 Eric Christopher <echristo@redhat.com>
8744
8745 * config.sub, config.guess: Import latest from subversions.
8746
82208dc5
AM
87472001-08-20 Alan Modra <amodra@bigpond.net.au>
8748
8749 * config.sub, config.guess: Import latest from subversions.
8750
4dca8403
DD
87512001-07-26 DJ Delorie <dj@redhat.com>
8752
8753 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8754
1107dce2
AM
87552001-06-19 Alan Modra <amodra@bigpond.net.au>
8756
8757 * Makefile.in: Revert 2001-06-17.
8758 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8759
e09a6604
L
87602001-06-17 H.J. Lu <hjl@gnu.org>
8761
8762 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8763 (gas+binutils.tar.bz2): Likewise.
8764 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8765
31a8b634
AC
8766Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8767
8768 * Makefile.in (VER): When present, extract the version number from
5481b376 8769 the file version.in.
31a8b634 8770
dc70af01
AO
87712001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8772
8773 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8774 gcc/xgcc is built, use -print-prog-name to find out the program
8775 name to use.
8776
839bbd8c
AO
87772001-06-04 Mark Mitchell <mark@codesourcery.com>
8778
8779 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8780 with_gcc]: Use `gcc -shared' to build a shared library.
8781
566e9a30
AO
87822001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8783
8784 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8785 archives.
8786
e877bb69
AO
87872001-05-28 Simon Patarin <simon.patarin@inria.fr>
8788
8789 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8790 libraries when using g++ with native linker.
8791
1605288b
AO
87922001-05-28 Alexandre Oliva <aoliva@redhat.com>
8793
8794 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8795
11a383ba
TR
87962001-05-24 Tom Rix <trix@redhat.com>
8797
8798 * configure.in : enable ld for aix
cf966cf9 8799
18611226
AO
88002001-05-22 Alexandre Oliva <aoliva@redhat.com>
8801
8802 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8803 [aix4*|aix5*]: Prepend blank.
8804
6be7c12c
AO
88052001-05-20 Alexandre Oliva <aoliva@redhat.com>
8806
8807 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8808 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8809 of subdir/configure scripts to use the new libtool.m4.
8810
4ed00bba
L
88112001-05-14 H.J. Lu <hjl@gnu.org>
8812
8813 * config.if (libc_interface): Set to -libc6.2- for cross
8814 compiling to Linux/glibc 2.2.
8815
b1af961c
AO
88162001-05-03 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8819 libgcj.
8820
5ec3e74e
AO
88212001-04-26 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * configure.in (noconfigdirs): Don't reset it from scratch in the
8824 target case; only append to it.
8825
b3ed1d6b
AO
88262001-04-26 Alexandre Oliva <aoliva@redhat.com>
8827
8828 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8829 sparc-*-solaris2.8]: Disable ${libgcj}.
8830
96111c10
AO
88312001-04-25 Alexandre Oliva <aoliva@redhat.com>
8832
8833 * configure.in (libgcj_saved): Copy from $libgcj.
8834 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8835 --disable-libgcj.
8836
b5bf43f2
AO
88372001-04-20 Alexandre Oliva <aoliva@redhat.com>
8838
8839 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8840 1.641.2.228.
8841
8cc32590
AO
88422001-04-12 Alexandre Oliva <aoliva@redhat.com>
8843
8844 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8845 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8846
dec0cb0c
AO
88472001-04-01 Alexandre Oliva <aoliva@redhat.com>
8848
8849 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8850 New macros.
8851 (bootstrap, cross): Use RECURSE_FLAGS.
8852 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8853
6a9c3886
AO
88542001-03-27 Alexandre Oliva <aoliva@redhat.com>
8855
8856 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8857
d4fc7db8
NC
88582001-03-23 Nick Clifton <nickc@redhat.com>
8859
8860 * README-maintainer-mode: Add note about inability to use "make
8861 distclean" in maintainer mode.
8862
7389ff65
AO
88632001-03-22 Alexandre Oliva <aoliva@redhat.com>
8864
8865 Re-installed:
8866 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8867 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8868 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8869 * ltcf-cxx.sh: Likewise.
8870 * ltcf-gcj.sh: Likewise.
8871
b3e0dc8e
PB
88722001-03-22 Philip Blundell <philb@gnu.org>
8873
8874 * config.sub, config.guess: Import latest from subversions.
8875
469b781c
AO
88762001-03-22 Alexandre Oliva <aoliva@redhat.com>
8877
8878 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8879 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8880
b0dad762
MC
88812001-03-20 Michael Chastain <chastain@redhat.com>
8882
8883 * Makefile.in: all-m4 depends on all-texinfo.
8884
c559bb17
AO
88852001-03-08 Alexandre Oliva <aoliva@redhat.com>
8886
8887 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8888
fef4ae2e
JJ
88892001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8890
8891 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8892 longer valid.
8893
8d6dd99d
NC
88942001-02-16 Nick Clifton <nickc@redhat.com>
8895
8896 * configure.in (noconfigdirs): Allow configuration of texinfo
8897 for Cygwin hosts.
8898
a85d7ed0
NC
88992001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8900
8901 * config.guess: Add linux target for S/390.
8902 * config.sub: Likewise.
8903 * configure.in: Likewise.
8904
51221c5e
DD
89052001-02-06 Ben Elliston <bje@redhat.com>
8906
8907 * configure: Output host type to stdout, not stderr.
8908
9dec4c71
MS
89092001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8910
8911 * config.guess: Import from subversions.gnu.org (revision 1.181).
8912 * config.sub: Import from subversions.gnu.org (revision 1.199).
8913
9add9c04
AM
89142001-01-30 Alan Modra <alan@linuxcare.com.au>
8915
8916 * config.guess: Handle hppa64-linux systems.
8917
8679174d
MS
89182001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8919
8920 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8921 Don't unset, it's non-portable and no longer necessary, set to empty
8922 instead.
8923
02d01ed4
MS
89242001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8925
8926 * ltconfig: Shell portability fix for the tagname validity check.
8927
4cc5853d
MS
89282001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8929
8930 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8931
7487e485
AO
89322001-01-27 Alexandre Oliva <aoliva@redhat.com>
8933
8934 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8935 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8936
f332af52
AO
89372001-01-24 Alexandre Oliva <aoliva@redhat.com>
8938
8939 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8940 keep at least one of build_libtool_libs or build_old_libs set to
8941 yes.
8942
ef099754
AO
89432001-01-24 Alexandre Oliva <aoliva@redhat.com>
8944
8945 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8946 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8947
8341f2fc 89482000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8949
8341f2fc
AJ
8950 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8951
89522000-11-03 Philip Blundell <pb@futuretv.com>
8953
8954 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8955 files.
ebf0fa2e 8956
c320a39f
JJ
89572001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8958
8959 * COPYING.NEWLIB: Put into source repository.
8960
8817b92e
BE
89612001-01-15 Ben Elliston <bje@redhat.com>
8962
8963 * configure.in (host_tools): Add sid.
8964 Always configure cgen.
8965 * Makefile.in (all-sid): New target.
8966 (check-sid, clean-sid, install-sid): Likewise.
8967
35590697
AJ
89682001-01-07 Andreas Jaeger <aj@suse.de>
8969
80413487 8970 * config.sub, config.guess: Update from subversions.
35590697 8971
6ee6cea6
AO
89722000-12-12 Alexandre Oliva <aoliva@redhat.com>
8973
8974 * configure.in: Disable language-specific target libraries for
8975 languages that aren't enabled.
8976
077b8428
NC
89772000-11-24 Nick Clifton <nickc@redhat.com>
8978
8979 * configure.in (xscale-elf): Add target.
8980 (xscale-coff): Add target.
8981 (c4x, c5x, tic54x): Move after ARM targets.
8982
9e28a1ed
AO
89832000-11-23 Alexandre Oliva <aoliva@redhat.com>
8984
8985 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8986
be98a80a
ILT
89872000-11-20 Ian Lance Taylor <ian@zembu.com>
8988
8989 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8990
5cec67bf
AO
89912000-11-18 Alexandre Oliva <aoliva@redhat.com>
8992
8993 * Makefile.in: Merge with GCC and libgcj.
8994 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8995 configure-target-<library> when their configure scripts need the C
8996 or C++ library to have already been built to work properly.
8997 (do_proto_toplev): Set them to an empty string.
8998
d932cae7 89992000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9000
9001 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9002 (REALLY_SET_LIB_PATH): Use them.
9003
d932cae7 90042000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9005
9006 * config.sub: Add support for Sun Chorus
9007
8602ff0c
NC
90082000-11-02 Per Lundberg <plundis@chaosdev.org>
9009
9010 * config.sub: Add support for the *-storm-chaos OS.
9011
f9e0997d
NC
90122000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9013
80413487
RH
9014 * configure.in (noconfigdirs): Don't compile some
9015 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9016
d64552c5
AO
90172000-09-30 Alexandre Oliva <aoliva@redhat.com>
9018
9019 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9020 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9021 all affected `configure' scripts.
9022
97f60b31
AO
90232000-09-25 Alexandre Oliva <aoliva@redhat.com>
9024
9025 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9026 ltcf-c.sh.
9027
6e8dd58f
PB
90282000-09-12 Philip Blundell <philb@gnu.org>
9029
9030 * config.sub, config.guess: Update from subversions.
9031
103a2e99
AO
90322000-09-06 Alexandre Oliva <aoliva@redhat.com>
9033
51601921
AO
9034 * Makefile.in (all-zlib): Added dummy target.
9035
103a2e99
AO
9036 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9037 multi-language branch.
9038
2809b4b9
AO
90392000-09-05 Alexandre Oliva <aoliva@redhat.com>
9040
9041 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9042 (bootstrap*): Depend on all-bootstrap.
9043
7450026c
AO
90442000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9045
9046 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9047 crosses, but add gcc/include to the header search path for them.
9048
6cf86f7f
AO
90492000-08-31 Alexandre Oliva <aoliva@redhat.com>
9050
9051 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9052 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9053 * gettext.m4: New file, extracted from aclocal.m4.
9054
ce2ea6e3
AO
90552000-08-22 Alexandre Oliva <aoliva@redhat.com>
9056
9057 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9058 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9059 sub-configures.
9060
9765193e
DE
90612000-08-20 Doug Evans <dje@casey.transmeta.com>
9062
9063 * Makefile.in (ALL_MODULES): Add all-cgen.
9064 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9065 (all-cgen): New target.
9066 (all-opcodes,all-sim): Depend on all-cgen.
9067 * configure.in (host_tools): Add cgen.
9068 Only configure cgen if --enable-cgen-maint.
9069
d7b32520
AO
90702000-08-17 Alexandre Oliva <aoliva@redhat.com>
9071
9072 * config-ml.in (CC, CXX): Don't introduce a leading space.
9073
e52ef561
AO
90742000-08-16 Alexandre Oliva <aoliva@redhat.com>
9075
9076 * configure.in (libstdcxx_flags): Use
9077 libstdc++-v3/src/libstdc++.INC.
9078
88f9c2a0
AO
90792000-08-15 Alexandre Oliva <aoliva@redhat.com>
9080
9081 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9082
98fbe43f
JM
90832000-08-11 Jason Merrill <jason@redhat.com>
9084
9085 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9086 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9087 (FLAGS_FOR_TARGET): Not here.
9088 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9089
279ddab4
DD
90902000-08-07 DJ Delorie <dj@redhat.com>
9091
9092 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9093 "if we're also building gcc, and it's a gcc that will run on the
9094 build machine, we want to use its includes instead of the system's
9095 default includes".
9096
60523a83
AO
90972000-08-03 Alexandre Oliva <aoliva@redhat.com>
9098
24ffec7a
AO
9099 * configure.in (libstdcxx_flags): Don't use `"'.
9100
60523a83
AO
9101 * config-ml.in: Adjust multilib search paths to the
9102 appropriate multilib tree.
9103
daf644b5
AO
91042000-08-02 Alexandre Oliva <aoliva@redhat.com>
9105
9106 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9107 commas in $LANGUAGES.
9108
63266560
DD
91092000-08-01 Alexandre Oliva <aoliva@redhat.com>
9110
9111 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9112
91132000-07-31 Alexandre Oliva <aoliva@redhat.com>
9114
9115 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9116 CXX_FOR_TARGET for sed.
9117
91182000-07-30 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9121 Do not override if already set in the environment or in configure.
9122 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9123 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9124
9e449d3e
AO
91252000-07-27 Alexandre Oliva <aoliva@redhat.com>
9126
9127 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9128 (GCC_FOR_TARGET): Use it.
9129 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9130 * configure.in: ... here.
9131 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9132 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9133
8bbd92e0
AO
91342000-07-24 Alexandre Oliva <aoliva@redhat.com>
9135
fd1f87b2
AO
9136 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9137 (configure-target-libchill, configure-target-libobjc): Likewise.
9138
8bbd92e0
AO
9139 * configure.in: Use the same cache file for all target libs.
9140 * config-ml.in: But different cache files per multilib variant.
9141
25c6c112
JL
91422000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9143
9144 * configure (topsrcdir): Don't use dirname.
9145
ba73c63f
JM
91462000-07-20 Jason Merrill <jason@redhat.com>
9147
9148 * configure.in: Remove all references to libg++ and librx.
9149
9150 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9151
1af08294
HPN
91522000-07-20 Hans-Peter Nilsson <hp@axis.com>
9153
9154 * config.sub: Update to subversions version 2000-07-06.
9155
ba73c63f
JM
91562000-07-12 Andrew Haley <aph@cygnus.com>
9157
9158 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9159 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9160
91612000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9162
9163 * symlink-tree: Check number of arguments.
9164
d932cae7 91652000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9166
9167 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9168
ba73c63f
JM
91692000-07-05 Jim Wilson <wilson@cygnus.com>
9170
9171 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9172 search path for a g++ extracted from the build tree. This
9173 will allow link tests run by configure scripts in
9174 subdirectories to succeed.
9175
92ee2f86
UC
91762000-07-01 Koundinya K <kk@ddeorg.soft.net>
9177
80413487 9178 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9179
23f2f29f
CV
91802000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9181
9182 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9183 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9184
f04f5a67
TW
91852000-06-19 Timothy Wall <twall@cygnus.com>
9186
9187 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9188 * config.sub: Add tic54x target.
9189
11da68be
NC
91902000-06-07 Phillip Thomas <pthomas@suse.de>
9191
9192 * README-maintainer-mode: New file: Contains notes on using
9193 --enable-maintainer-mode with binutils.
9194
d932cae7 91952000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9196
9197 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9198
d932cae7 91992000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9200
9201 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9202 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9203
9442cea3
L
920420000-05-21 H.J. Lu (hjl@gnu.org)
9205
80413487
RH
9206 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9207 directory are used if they exist. Make sure
9208 $(build_tooldir)/include is searched for header files,
9209 $(build_tooldir)/lib/ for library files.
9442cea3 9210 (GCC_FOR_TARGET): Likewise.
80413487 9211 (CXX_FOR_TARGET): Likewise.
9442cea3 9212
d932cae7 92132000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9214
9215 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9216
d932cae7 92172000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9218
9219 * Makefile.in (configure-target-libiberty): Depend on
9220 configure-target-newlib.
9221
ba73c63f
JM
92222000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9223
9224 * configure.in, Makefile.in: Merge all libffi-related
9225 configury stuff from the libgcj tree.
9226
d932cae7 92272000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9228
9229 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9230 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9231
d932cae7 92322000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9233
9234 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9235 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9236 current version information. Add to proto-toplev directory.
b5a23627
AC
9237 (gdb-taz): Build do-djunpack.
9238
ba73c63f
JM
92392000-05-15 David Edelsohn <edelsohn@gnu.org>
9240
9241 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9242
7c86ed39
L
92432000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9244
9245 * ltmain.sh: Preserve in relink_command any environment
9246 variables that may affect the linker behavior.
9247
d932cae7 92482000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9249
9250 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9251
d932cae7 92522000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9253
9254 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9255
ed0a91a5
EZ
92562000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9257
9258 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9259 with the version name.
ed0a91a5 9260
ba73c63f 92612000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9262
ba73c63f 9263 * config.if: Tweak.
6cafa39f 9264
ba73c63f 92652000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9266
ba73c63f 9267 * djunpack.bat: New file.
66156876 9268
d932cae7 92692000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9270
9271 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9272 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9273 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9274 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9275
ba73c63f
JM
92762000-04-16 Dave Pitts <dpitts@cozx.com>
9277
80413487
RH
9278 * config.sub (case $basic_machine): Change default for "ibm-*"
9279 to "openedition".
ba73c63f 9280
d932cae7 92812000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9282
9283 * Makefile.in (gdb-taz): New target. GDB specific archive.
9284 (do-md5sum): New target.
9285 (MD5PROG): Define.
9286 (PACKAGE): Default to TOOL.
9287 (VER): Default to a shell script.
9288 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9289 md5 checksum generation.
b35ece4e
AC
9290 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9291 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9292 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9293 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9294
d932cae7 92952000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9296
9297 * configure (warn_cflags): Delete.
9298
ba73c63f 92992000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9300 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9301
80413487
RH
9302 * configure.in (enable_libstdcxx_v3): Add.
9303 (target_libs): Add bits here to switch between libstdc++-v2 and
9304 libstdc++-v3.
9305 * config.if: And this file too.
9306 * Makefile.in: Add libstdc++-v3 targets.
35590697 9307
ba73c63f
JM
93082000-04-05 Michael Meissner <meissner@redhat.com>
9309
9310 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9311
d332c5ac
JM
93122000-03-29 Jason Merrill <jason@casey.cygnus.com>
9313
9314 * configure.in: -linux-gnu*, not -linux-gnu.
9315
d932cae7 93162000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9317
9318 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9319 (do-tar-bz2): Replace TOOL with PACKAGE.
9320 (gdb.tar.bz2): Remove GDBTK from GDB package.
9321 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9322 dejagnu.tar.bz2): New packages.
6dcbc97b 9323
96ce09a7
ILT
93242000-02-27 Andreas Jaeger <aj@suse.de>
9325
9326 * configure.in: Add entry for mips*-*-linux*, move catch all
9327 *-*-*linux* entry below this one.
9328
2031769e
ILT
93292000-02-27 Ian Lance Taylor <ian@zembu.com>
9330
9331 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9332
4bab746c
NC
93332000-02-24 Nick Clifton <nickc@cygnus.com>
9334
9335 * config.sub: Support an OS of "wince".
9336
d932cae7 93372000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9338
9339 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9340 version.
ada59422 9341
5b93d8bb
AM
93422000-02-23 Linas Vepstas <linas@linas.org>
9343
9344 * config.sub: Add support for Linux/IBM 370.
9345 * configure.in: Likewise.
9346
2fb651f6
NC
93472000-02-22 Nick Clifton <nickc@cygnus.com>
9348
9349 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9350
b8441c25
CF
93512000-02-20 Christopher Faylor <cgf@cygnus.com>
9352
9353 * config.guess: Guess "cygwin" rather than "cygwin32".
9354
d332c5ac
JM
93552000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9356
9357 * configure (gcc_version): When setting, narrow search to
9358 lines containing `version_string'.
9359
ba73c63f
JM
93602000-02-15 Denis Chertykov <denisc@overta.ru>
9361
9362 * config.sub: Add support for avr target.
9363
d932cae7 93642000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9365
9366 * config.sub: Add mmix-knuth-mmixware.
9367
93682000-01-27 Christopher Faylor <cgf@redhat.com>
9369
9370 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9371 structure stuff to -L library search.
9372 (CXX_FOR_TARGET): Ditto.
9373 (CROSS_CHECK_MODULES): Fix spelling mistake.
9374
93752000-01-24 Mark Mitchell <mark@codesourcery.com>
9376
9377 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9378 the C++ compiler.
9379
93802000-01-12 Richard Henderson <rth@cygnus.com>
9381
9382 * configure.in: Don't build some bits for beos.
9383
93842000-01-12 Joel Sherrill (joel@OARcorp.com)
9385
9386 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9387 as include files.
9388
91b2c84d
GK
93892000-01-06 Geoff Keating <geoffk@cygnus.com>
9390
9391 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9392 not mh-aix43.
9393
ba73c63f
JM
93941999-12-14 Richard Henderson <rth@cygnus.com>
9395
9396 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9397 * config.sub: Accept alphaev[78], alphaev8.
9398
93991999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9400
9401 * config.guess, config.sub: Update from autoconf.
9402
9403Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9404
9405 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9406 necessary libraries are missing.
9407
94081999-10-25 Andreas Schwab <schwab@suse.de>
9409
9410 * configure: Fix quoting inside arguments of eval.
9411
94121999-10-21 Nick Clifton <nickc@cygnus.com>
9413
9414 * config-ml.in: Allow suppression of some ARM multilibs.
9415
9416Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9417
9418 * config.guess: Add OS/390 match pattern.
9419 * config.sub: Add mvs, openedition targets.
9420 * configure.in (i370-ibm-opened*): New.
9421
ef14edc4
ILT
94221999-09-04 Steve Chamberlain <sac@pobox.com>
9423
9424 * config.sub: Add support for configuring for pj.
9425
afb478e8
NC
94261999-08-31 Nick Clifton <nickc@cygnus.com>
9427
fd6848f6 9428 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9429
ba73c63f 94301999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9431
9432 * configure.in: Do not configure or build ld for AIX
9433 platforms. ld is known to be broken on these platforms.
9434
ba73c63f
JM
9435Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9436
9437 * config-ml.in: Pass compiler flag corresponding to multidirs to
9438 subdir configures.
9439
c363de44
ILT
94401999-08-09 Ian Lance Taylor <ian@zembu.com>
9441
9442 * Makefile.in (LDFLAGS): Define.
9443
dc8bc5a6
ILT
94441999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9445
9446 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9447 noconfigdirs.
9448 (*-*-cygwin*): Likewise.
9449
6ca3858e
ILT
94501999-08-08 Ian Lance Taylor <ian@zembu.com>
9451
71141bb6
ILT
9452 * mkdep: New file.
9453 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9454 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9455
6ca3858e
ILT
9456 From Eli Zaretskii <eliz@is.elta.co.il>:
9457 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9458 long file name when using DJGPP on MS-DOS.
9459
ba73c63f
JM
9460Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9461
9462 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9463
2735a327
AM
94641999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9465
9466 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9467 dependency as this causes "make check" to globally "make all"
9468
ba73c63f
JM
9469Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9470
9471 * configure.in (target_libs): Added target-zlib.
9472 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9473 (CONFIGURE_TARGET_MODULES): Likewise.
9474 (CHECK_TARGET_MODULES): Likewise.
9475 (INSTALL_TARGET_MODULES): Likewise.
9476 (CLEAN_TARGET_MODULES): Likewise.
9477 (configure-target-zlib): New target.
9478 (all-target-zlib): Likewise.
9479 (all-target-libjava): Depend on all-target-zlib.
9480 (configure-target-libjava): Depend on configure-target-zlib.
9481
9482 * Makefile.in (configure-target-libjava): Depend on
9483 configure-target-newlib.
9484 (configure-target-boehm-gc): New target.
9485 (configure-target-qthreads): New target.
9486
80413487
RH
9487 * configure.in (target_libs): Added target-qthreads.
9488 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9489 (CONFIGURE_TARGET_MODULES): Likewise.
9490 (CHECK_TARGET_MODULES): Likewise.
9491 (INSTALL_TARGET_MODULES): Likewise.
9492 (CLEAN_TARGET_MODULES): Likewise.
9493 (all-target-qthreads): New target.
9494 (configure-target-libjava): Depend on configure-target-qthreads.
9495 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9496
9497 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9498 (CONFIGURE_TARGET_MODULES): Likewise.
9499 (CHECK_TARGET_MODULES): Likewise.
9500 (INSTALL_TARGET_MODULES): Likewise.
9501 (CLEAN_TARGET_MODULES): Likewise.
9502 (all-target-libjava): New target.
9503 (all-target-boehm-gc): Likewise.
9504 * configure.in (target_libs): Added libjava, boehm-gc.
9505
08d836d6
ILT
95061999-07-22 Ian Lance Taylor <ian@zembu.com>
9507
9508 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9509 configure.bat in SUPPORT_FILES.
9510 (gas+binutils.tar.bz2): Likewise.
9511
9512 * makeall.bat: Remove; obsolete.
9513
8f36e47c
ILT
95141999-07-21 Ian Lance Taylor <ian@zembu.com>
9515
9516 From Mark Elbrecht:
9517 * configure.bat: Remove; obsolete.
9518
56e82f25
ILT
95191999-07-11 Ian Lance Taylor <ian@zembu.com>
9520
9521 * configure: Add -W -Wall to the default CFLAGS when compiling with
9522 gcc.
9523
1001d816
JL
9524Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9525
9526 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9527
106117aa
MM
95281999-06-30 Mark Mitchell <mark@codesourcery.com>
9529
9530 * configure.in: Build ld on IRIX6.
9531
c376f4ed
ILT
95321999-06-12 Ian Lance Taylor <ian@zembu.com>
9533
9534 * Makefile.in: Change distribution targets to use bzip2 instead of
9535 gzip.
9536 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9537 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9538
306b7445
NC
95391999-06-04 Nick Clifton <nickc@cygnus.com>
9540
9541 * config.sub: Add mcore target.
9542
d932cae7 95431999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9544
9545 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9546
d932cae7 95471999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9548
9549 * config.guess (dummy): Changed to $dummy.
9550
6c3175b0
NC
95511999-05-24 Nick Clifton <nickc@cygnus.com>
9552
ba73c63f
JM
9553 * config.sub: Tidied up case statements.
9554
95551999-05-22 Ben Elliston <bje@cygnus.com>
9556
9557 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9558 <jiro@din.or.jp>.
9559
9560 * config.guess: Merge with FSF version. Future changes will be
9561 more accurately recorded in this ChangeLog.
9562 * config.sub: Likewise.
9563
d932cae7 95641999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9565
9566 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9567
252b5132
RH
95681999-04-30 Tom Tromey <tromey@cygnus.com>
9569
9570 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9571
95721999-04-23 Tom Tromey <tromey@cygnus.com>
9573
9574 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9575
95761999-04-20 Drew Moseley <dmoseley@cygnus.com>
9577
9578 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9579 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9580 Bad merge removed these two changes.
9581
ba73c63f 9582Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9583 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9584
9585 * config.guess (interix Alpha): Add.
9586
252b5132
RH
95871999-04-11 Richard Henderson <rth@cygnus.com>
9588
9589 * configure.in (i?86-*-beos*): Do config gperf; don't config
9590 gdb, newlib, or libgloss.
9591
d932cae7 95921999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9593
ba73c63f
JM
9594 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9595 link a trivial program with -mabi=64. If it fails, remove mabi=64
9596 from multidirs.
9597
d932cae7 95981999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9599
9600 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9601
252b5132
RH
96021999-04-08 Nick Clifton <nickc@cygnus.com>
9603
9604 * config.sub: Add support for mcore targets.
9605
96061999-04-07 Michael Meissner <meissner@cygnus.com>
9607
9608 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9609 not mt-ospace, in order to shut up assembler warning about using
9610 symbols that are named the same as registers.
9611
96121999-04-07 Drew Moseley <dmoseley@cygnus.com>
9613
9614 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9615 dependency list for all-target-cygmon.
9616
96171999-04-05 Doug Evans <devans@casey.cygnus.com>
9618
9619 * config-ml.in: Check $host, not $target, for selective multilibs.
9620 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9621 thumb interworking, and underscore prefix multilibs.
9622
96231999-04-04 Ian Lance Taylor <ian@zembu.com>
9624
9625 * missing: Update to version from current automake.
9626
9627Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9628
9629 * configure (gxx_include_dir): Removed.
9630
9631 * configure.in (gxx_include_dir): Handle it.
9632 * Makefile.in: Likewise.
9633
96341999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9635
9636 * config.sub (mips64vr4111,mips64vr4111el) Add.
9637
96381999-03-21 Ben Elliston <bje@cygnus.com>
9639
80413487 9640 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9641
9642Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9643
252b5132
RH
9644 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9645 config/mh-djgpp.
9646
9647Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9648
9649 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9650 all-target-newlib to dependency list for all-target-bsp.
9651
9652Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9653
9654 * config.sub: Add i386-uwin support.
9655 * config.guess: Likewise.
9656
9657Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9658
9659 * configure.in: cleanup, add mh-*pic handling for arm, special
9660 case powerpc*-*-aix*
9661
9662Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9663
9664 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9665 can be built.
9666
9667Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9668
9669 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9670 targets.
252b5132
RH
9671
96721999-03-02 Nick Clifton <nickc@cygnus.com>
9673
9674 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9675
d932cae7 96761999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9677
9678 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9679
96801999-02-24 Nick Clifton <nickc@cygnus.com>
9681
9682 * config.sub: Fix typo in arm recognition.
9683
d932cae7 96841999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9685
9686 * configure.in (noconfigdirs): Changed target_configdirs to
9687 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9688 rather than m68k-*-* since it is not known to work on
9689 m68k-aout. Ditto for arm-*-*oabi.
9690
d932cae7 96911999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9692
9693 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9694
96951999-02-19 Ben Elliston <bje@cygnus.com>
9696
9697 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9698 Smart and improved by Andrew Cagney.
9699
d932cae7 97001999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9701
9702 * config.guess: Recognize openbsd-*-hppa.
9703
d932cae7 97041999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9705
9706 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9707 only if it is not empty.
9708
97091999-02-17 Nick Clifton <nickc@cygnus.com>
9710
9711 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9712
fd6848f6 9713 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9714
9715 * config.sub: Modified to recognize uname's armv* syntax.
9716
97171999-02-17 Mark Salter <msalter@cygnus.com>
9718
9719 * configure.in: Added target-bsp for sparclite.
9720
d932cae7 97211999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9722
9723 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9724
97251999-02-08 Nick Clifton <nickc@cygnus.com>
9726
9727 * configure.in: Add support for strongarm port.
9728 * config.sub: Add support for strongarm target.
9729
d932cae7 97301999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9731
252b5132
RH
9732 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9733 the old name config/mh-cygwin32.
9734 Enable texinfo.
9735
d932cae7 97361999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9737
9738 * configure.in: Do build ld for ix86 Solaris.
9739
d932cae7 97401999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9741
9742 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9743 $AR_FOR_TARGET. Likewise for RANLIB.
9744
d932cae7 97451999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9746
80413487
RH
9747 * config.sub (oabi): Recognize.
9748 * configure.in (arm-*-oabi): Handle.
252b5132 9749
d932cae7 97501999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9751
9752 * config.guess: Improve detection of i686 on UnixWare 7.
9753
d932cae7 97541999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9755
9756 * config.guess: Add support for i386-pc-interix.
9757 * config.sub: Likewise.
9758 * configure.in: Likewise.
252b5132 9759
d932cae7 97601999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9761
9762 * Makefile.in: Remove unneeded all-target-libio from
9763 from all-target-winsup target since it is now unneeded.
9764 Add all-target-libtermcap in its place since it is now
9765 needed.
9766
d932cae7 97671998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9768
9769 * configure.in: makefile stub for cygwin target is probably
9770 unnecessary. Remove it for now.
252b5132 9771
d932cae7 97721998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9773
9774 * configure.in: libtermcap.a should be built when cygwin is the
9775 target as well as the host.
9776 * config.guess: Allow mixed case in cygwin uname output.
9777 * Makefile.in: Add libtermcap target.
252b5132 9778
d932cae7 97791998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9780
9781 * config.sub: Clean up handling of hppa2.0.
9782
d932cae7 97831998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9784
9785 * config.guess: Use C code to identify more HP machines.
9786
9787Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9788
9789 * config.sub: Handle hppa2.0.
9790
ba73c63f
JM
9791Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9792
9793 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9794 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9795
97961998-12-15 Mark Salter <msalter@cygnus.com>
9797
9798 * configure.in: Added target-bsp for several target architectures.
9799
9800 * Makefile.in: Added rules for bsp.
9801
252b5132
RH
9802Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9803
9804 * config.guess: Improve detection of hppa2.0 processors.
9805
9806Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9807
9808 * config.guess: Recognize FreeBSD using ELF automatically.
9809
98101998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9811
9812 * configure (skip-this-dir): Add handling for new shell script, which
9813 might be created by a sub-directory's configure to indicate, this particular
9814 directory is "unwanted".
9815 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9816
252b5132
RH
9817Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9818
9819 * ltconfig: import from libtool, after changing libtool to
9820 account for the cygwin name change.
9821
9822Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9823
9824 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9825 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9826
9827Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9828
9829 * configure.in: Add libtermcap to list of cygwin dependencies.
9830
d932cae7 98311998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9832
80413487
RH
9833 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9834 they include winsup/include when it's a cygwin target.
252b5132
RH
9835
98361998-11-12 Tom Tromey <tromey@cygnus.com>
9837
9838 * configure.in (host_tools): Added zip.
9839 * Makefile.in (all-target-libjava): Depend on all-zip.
9840 (all-zip): New target.
9841 (ALL_MODULES): Added all-zip.
9842 (NATIVE_CHECK_MODULES): Added check-zip.
9843 (INSTALL_MODULES): Added install-zip.
9844 (CLEAN_MODULES): Added clean-zip.
9845
d932cae7 98461998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9847
9848 * Makefile.in: lose "32" from comment about cygwin.
9849
d932cae7 98501998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9851
9852 * configure.in: Use -Os to build target libraries for the fr30.
9853
d932cae7 98541998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9855
9856 * config.sub: Add fr30.
9857
d932cae7 98581998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9859
80413487 9860 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9861 cygwin* instead of cygwin32*.
9862 * config.sub: Check cygwin* instead of cygwin32*.
9863
d932cae7 98641998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9865
9866 * config.guess: Match any version of Unixware7.
9867
252b5132
RH
98681998-10-20 Syd Polk <spolk@cygnus.com>
9869
9870 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9871 if desired.
9872
d932cae7 98731998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9874
9875 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9876 these if the appropriate directories and files to not exist.
9877
d932cae7 98781998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9879
9880 * Makefile.in (DEVO_SUPPORT): Add config.if.
9881
d932cae7 98821998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9883
9884 * configure: Add pattern to replace "build_tooldir"'s
9885 definition in the generated Makefile with "tooldir"'s
9886 actual value.
9887
252b5132
RH
9888Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9889
9890 * config.sub: Bring back lost sparcv9.
9891
ba73c63f
JM
9892 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9893
9894Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9895
9896 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9897 CC_FOR_TARGET and friends.
9898
9899Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9900
ba73c63f
JM
9901 * Makefile.in (build_tooldir): New variable, same as tooldir.
9902 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9903 -B$(build_tooldir)/bin/.
9904 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9905
252b5132
RH
9906Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9907
9908 * config.sub: Add support for i[34567]86-pc-udk.
9909 * configure.in: Likewise.
9910
9911Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9912
9913 * Makefile.in: add bzip2 package building bits for user
9914 tools module
9915 * configure.in: ditto
9916
ba73c63f
JM
9917Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9918
9919 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9920 (ALL_TARGET_MODULES): Add all-target-libobjc.
9921 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9922 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9923 (all-target-libchill): Add dependencies.
9924 * configure.in (target_libs): Add libchill.
35590697 9925
252b5132
RH
99261998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9927
ba73c63f 9928 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9929
9930Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9931
9932 * Makefile.in (all-automake): fix dependencies.
9933
9934Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9935
9936 * configure.in: Minor cleanups for building in the $(target_alias)
9937 subdir.
9938
99391998-09-22 Jim Wilson <wilson@cygnus.com>
9940
9941 * Makefile.in (bootstrap): Set r and s before make all. Use
9942 BASE_FLAGS_TO_PASS in make all.
9943 (cross): Likewise.
9944
99451998-09-20 Mark Mitchell <mark@markmitchell.com>
9946
9947 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9948
252b5132
RH
9949Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9950
9951 * config.sub: Fix typo in last change.
9952
99531998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9954
9955 * config.sub: Add support for C4x target.
9956 * configure.in: Likewise.
9957
99581998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9959
9960 * config.sub: Recognize sparcv9 just like sparc64.
9961
9962Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9963
9964 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9965
9966Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9967
9968 * config.guess: Correctly identify Pentium II sco boxes.
9969
9970 * config.guess: Fix "tr" code. From Weiwen Liu.
9971
9972Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9973
9974 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9975 stabs.
9976
9977Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9978
9979 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9980 (ALL_TARGET_MODULES): Add all-target-libchill.
9981 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9982 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9983 (all-target-libchill): Add dependencies.
9984 * configure.in (target_libs): Add libchill.
9985
9986Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9987
9988 * config.guess: Avoid assumptions about "tr" behaves when
9989 LANG is set to something other than English.
9990
9991Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9992
9993 * configure (gxx_include_dir): Changed to
9994 '${prefix}/include/g++'-${libstdcxx_interface}.
9995
9996 * config.if: New to determine the interfaces.
9997
9998Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9999
10000 * config.guess: Detect and handle MPE/IX.
10001 * config.sub: Deal with MPE/IX.
10002
10003Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10004
10005 * configure.in: Use mh-aix43.
10006
100071998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10008
10009 * configure: Fix --without/--disable cases for gxx-include-dir.
10010
10011Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10012
10013 * mdata-sh: Imported. Needed for automake support.
10014
10015Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10016
ba73c63f 10017 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10018 "chmod og=u `find . -print`".
10019
10020Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10021
ba73c63f 10022 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10023
10024Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10025
10026 * Makefile.in: Undo previous patch.
10027
10028Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10029
10030 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10031 to here ...
10032 (install-no-fixedincludes): and here
10033 (INSTALL_MODULES): ... from here.
10034
10035Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10036
10037 * config.sub: Merge with FSF.
10038
10039 * config.guess: Merge with FSF.
10040
10041Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10042
10043 * configure (extraconfigdirs): New variable.
10044 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10045 * Makefile.in (all): Move higher in file.
10046 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10047 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10048 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10049 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10050 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10051
100521998-07-23 Brendan Kehoe <brendan@cygnus.com>
10053
10054 * Makefile.in (all-target-libjava): Depend on all-gcc and
10055 all-target-newlib.
10056 (configure-target-libjava): Depend on $(ALL_GCC).
10057
10058Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10059
10060 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10061 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10062
10063Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10064
10065 * ylwrap: Change absolute path checks to check for DOS style path
10066 names.
10067
10068 * ylwrap: Don't use a full path name if the source file is in the
10069 same directory. From hjl@lucon.org (H.J. Lu).
10070
10071 * config-ml.in: Default to being verbose, to match Feb 18 change to
10072 configure.
10073
10074Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10075
10076 Brought over from egcs:
10077
10078 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10079
10080 * configure.in (target_subdir): Set to ${target_alias} instead
10081 of "libraries".
10082
10083 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10084
10085 * configure.in (target_subdir): Set to libraries if enable_multilib.
10086
10087Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10088
10089 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10090 multilibs, force reconfiguration the first time we create
10091 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10092
10093Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10094
10095 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10096 avoid confusion with --no-recursion.
10097
10098Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10099
10100 * configure.in: Win32 hosts shouldn't use install -x
10101 * install-sh: remove -x option, and special .exe-handling
10102 hack.
10103
10104Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10105
10106 * config.guess: Recognize i586-pc-beos.
10107 * configure.in: Don't build some bits for beos.
10108
10109Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10110
10111 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10112 CFLAGS default to -O2.
10113
10114 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10115 when using GNU ld.
10116
10117Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10118
10119 * ltmain.sh: Correct install when using a different shell.
10120
10121Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10122
10123 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10124
10125Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10126
10127 * makefile.vms: Update to build binutils/makefile.vms. Add install
10128 target.
10129
10130Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10131
10132 * ltconfig: Update to correct AIX handling.
10133
10134Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10135
10136 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10137
10138 * configure.in (target_subdir): Set to ${target_alias} instead
10139 of "libraries".
10140
101411998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10142
10143 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10144 (Makefile): Depend on $(gcc_version_trigger).
10145
10146 * configure (gcc_version): Change default initializer to empty
10147 string.
10148 (gcc_version_trigger): New variable; pass this variable down
10149 to subdir configures to enable them checking gcc's version
10150 themselves. Emit make macros for both gcc_version vars.
10151 (topsrcdir): Initialize reliably.
10152 (recursion line): Remove --with-gcc-version=${gcc_version}.
10153
101541998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10155
10156 * configure (enable_version_specific_runtime_libs): Implement new flag
10157 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10158 in $(libsubdir); emit definition in each generated Makefile.
10159 (gxx_include_dir): Initialize depending on
10160 $enable_version_specific_runtime_libs.
10161
101621998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10163
10164 * configure (gcc_version): Initialize properly depending on
10165 how and where configure is started.
10166 (recursion line): Pass a --with-gcc-version=${gcc_version}
10167 to configures in subdirs.
10168
10169Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10170
10171 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10172 cygmon
252b5132
RH
10173
10174Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10175
10176 * configure.in: Add cygmon and libstub support for mn10200.
10177
101781998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10179
10180 * configure (gcc_version): Add new variable describing the
10181 particular gcc version we're building.
10182 * Makefile.in (libsubdir): Add new macro for the directory
10183 in which the compiler finds executables, libraries, etc.
10184 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10185 and libsubdir.
10186
10187Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10188
ba73c63f
JM
10189 * Makefile.in (local-clean): Remove *.log.
10190 (warning.log): Built with warn_summary from build.log.
10191 (mail-report.log): Run test_summary.
10192 (mail-report-with-warnings.log): Run test_summary including
10193 warning.log in the report.
252b5132
RH
10194
10195Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10196
10197 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10198
10199Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10200
10201 * Makefile.in (grep): Grep no longer depends on libiberty.
10202
10203Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10204
10205 * Makefile.in: all-snavigator needs all-libgui.
10206
10207Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10208
10209 * configure.in: Add cygmon and libstub support for mn10300.
10210
10211Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10212
10213 * missing: Update to version from automake 1.3.
10214
10215 * ltmain.sh: On installation, don't get confused if the same name
10216 appears more than once in the list of library names.
10217
10218Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10219
10220 * config.sub: Accept m68060 and m5200 as CPU names.
10221
10222Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * configure: Use && rather than using -a in test, because odd
10225 strings can confuse test.
10226 * configure.in: Likewise.
10227
10228Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10229
10230 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10231
10232Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10233
10234 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10235 bootstrap4-lean): New targets.
10236
10237Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10238
10239 * mpw-* Delete. Not used.
252b5132
RH
10240
10241Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10242
10243 * COPYING.LIB: Update FSF address.
10244
10245Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10246
10247 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10248
10249 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10250 GAS_SUPPORT_DIRS.
10251
10252Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10253
10254 * ltconfig, ltmain.sh: Avoid producing a version number if
10255 -version-info was not used.
10256
10257Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10258
10259 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10260 building with newlib.
10261
102621998-04-30 Paul Eggert <eggert@twinsun.com>
10263
ba73c63f 10264 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10265 Solaris `make' causes it to continue to next definition.
252b5132 10266
afb8d725
JM
10267Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10268
10269 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10270 the right GUI libraries and files are installed along with GDB.
10271
252b5132
RH
10272Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10273
10274 * configure.in: Change alpha to alpha* in several places.
10275
10276Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10277
10278 * config.sub: Recognize sparc86x.
10279
10280Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10281
252b5132
RH
10282 * configure.in (--enable-target-optspace): Remove debug echo.
10283
10284Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10285
10286 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10287
10288Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10289
10290 * ltconfig: Update cygwin32 support.
10291
10292 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10293 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10294 (GDB_SUPPORT_DIRS): Likewise.
10295
10296Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10297
10298 * configure.in (target_makefile_frag): If --enable-target-optspace,
10299 use -Os to compile target libraries rather than -O2. Default to
10300 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10301 not used.
10302 * configure.in (target_cflags): Ditto for d30v.
10303
10304Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10305
10306 * Makefile.in (all-bfd): Depend on all-intl.
10307 (all-binutils): Likewise.
10308 (all-gas): Likewise.
10309 (all-gprof): Likewise.
10310 (all-ld): Likewise.
10311
252b5132
RH
103121998-04-19 Brendan Kehoe <brendan@cygnus.com>
10313
10314 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10315
10316Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10317
10318 * Makefile.in (all-bfd): Depend upon all-libiberty.
10319
10320 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10321
10322Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10323
10324 * Makefile.in: Add libstub.
10325
10326 * configure.in: Ditto. Build libstub for targets that have cygmon
10327 support.
10328
10329Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10330
10331 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10332
10333Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10334
10335 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10336 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10337
10338Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10339
10340 * configure: Define DEFAULT_M4 by searching PATH.
10341 * Makfile.in: Use DEFAULT_M4.
10342
10343Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * ltconfig: Add cygwin32 support.
10346
10347 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10348 to configure and build.
10349
10350Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10351
10352 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10353
10354Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10355
10356 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10357
10358Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10359
10360 * Makefile.in: add ash make rules
10361 * configure.in: add ash to native_only and host_tools lists
10362
10363Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10364
10365 * Makefile.in (all-gettext, all-intl): New targets.
10366 (ALL_MODULES): Added all-gettext, all-intl.
10367 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10368 (INSTALL_MODULES): Added install-gettext, install-intl.
10369 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10370
10371 * configure.in (host_tools): Added gettext.
10372 (native_only): Likewise.
10373 (noconfigdirs) [various cases]: Likewise.
10374 (host_libs): Added intl.
10375
afb8d725
JM
10376Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10377
10378 * configure: Do not disable building gdbtk for cygwin32 hosts.
10379
ba73c63f
JM
10380Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10381
10382 * configure.in: Add thumb-coff target.
10383 * config.sub: Add thumb-coff target.
10384
252b5132
RH
10385Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10386
10387 * Makefile.in: Revert yesterday's change.
10388 (all-target-winsup): all-target-librx stays out of here.
10389
10390Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10391
ba73c63f
JM
10392 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10393 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10394 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10395 Remove references to librx and libg++.
10396
10397Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10398
10399 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10400 recursive makes
10401
10402Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10403
10404 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10405 for newlib directory.
10406 (CXX_FOR_TARGET): Likewise.
10407
10408Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10409
10410 * ltconfig: Update after libtool/ltconfig.in change for
10411 hpux11.
10412
10413Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10414
10415 * ltconfig, ltmain.sh: Update to libtool 1.2.
10416
10417Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10418
10419 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10420 (install-gcc-cross): Instead, override LANGUAGES here.
10421
104221998-03-18 Dave Love <d.love@dl.ac.uk>
10423
10424 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10425 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10426
10427Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10428
10429 * configure.in: Add Thumb-pe target.
10430
10431Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10432
252b5132
RH
10433 * Makefile.in - changed sn targets to snavigator
10434 * configure.in - changed sn targets to snavigator
10435
10436Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10437
10438 * config-ml.in: After building symlink tree call make distclean
10439 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10440 to be the case for libiberty.
10441
10442Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10443
10444 * configure: When making link, also check the current
10445 directory. The configure scripts may create one.
10446
10447Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10448
10449 * config.sub: Accept alphapca56 and alphaev6 properly.
10450
10451Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10452
10453 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10454
252b5132
RH
10455Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10456
80413487 10457 * config.sub (sco5): Fix typo.
252b5132
RH
10458
10459Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10460
10461 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10462 install-itcl.
10463 (install-itcl): Remove dependency on install-tcl.
10464
10465Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10466
10467 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10468
252b5132
RH
10469Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * configure.in: Don't build libgui for a cygwin32 target when not on
10472 a cygwin32 host.
10473
10474Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10475
10476 * configure (redirect): Set to null, so default behavior of
10477 configure is now --verbose.
10478
104791998-02-16 Dave Love <d.love@dl.ac.uk>
10480
10481 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10482 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10483
10484Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10485
10486 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10487 this change to sync Makefile.in with its ChangeLog entries.
10488
10489Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10490
10491 * ltmain.sh (mkdir): Check that the directory doesn't exist
10492 before we exit with error, so that we don't get races during
10493 parallel builds.
10494
10495Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10496
10497 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10498
10499Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10500
10501 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10502 PICFLAG_FOR_TARGET.
10503 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10504
10505 * configure: Emit a definition for the new macro enable_shared
10506 into each Makefile.
10507
252b5132
RH
10508Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10509
10510 * configure.in (host_tools, native_only): Add libtool.
10511
10512Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10513
10514 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10515 Fix typo in ming config comment.
10516
10517Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10518
10519 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10520
10521Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10522
10523 * config.sub: Add tic30 cases, and map c30 to tic30.
10524
ba73c63f
JM
10525Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10526
10527 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10528 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10529 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10530 (CLEAN_TARGET_MODULES): Similarly
10531 (all-target-libf2c): Add dependences.
35590697 10532 * configure.in (target_libs): Add libf2c.
ba73c63f 10533
252b5132
RH
10534Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10535
ba73c63f
JM
10536 * configure.in: Remove expect from noconfigdirs when target
10537 is cygwin32. OK to build expect and dejagnu with Canadian
10538 Cross.
252b5132
RH
10539
10540Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10541
10542 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10543 host.
10544
10545 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10546 and mingw32.
10547
10548Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10549
10550 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10551 here as it is not defined in the toplevel Makefile.
10552
10553Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10554
10555 * configure (package_makefile_rules_frag): New variable, which names
10556 a file with generic rules, ...
10557 Change comment to mention we now have FIVE parts.
10558 * configure: Undo last change.
10559
10560Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10561
10562 * config.guess: More accurate determination of HP processor types.
10563 * config.sub: More accurate determination of HP processor types.
10564
10565Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10566
10567 * configure (package_makefile_frag): Move inserting the
10568 ${package_makefile_frag} to where it should be according
10569 to the comment.
10570
ba73c63f 10571Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10572
10573 * config.guess: Add support for Linux/ARM.
10574
10575Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10576
10577 * .cvsignore: Remove *-info and *-install since they match
10578 release-info and mpw-install, which we don't want to just ignore.
10579
10580Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10581
10582 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10583
10584Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10585
10586 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10587 local_prefix to sub-make invocations.
10588
10589Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10590
10591 * configure.in: Check makefile fragments in the source
10592 directory.
10593
10594Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10595
ba73c63f
JM
10596 * configure.in: Check whether host and target makefile
10597 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10598
10599Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10600
10601 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10602
252b5132
RH
10603Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10604
10605 * configure.in: Make sure we only replace RPATH_ENVVAR on
10606 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10607 regexp to sed.
10608
10609 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10610 to sub-makes.
10611
106121998-01-13 Lee Iverson (leei@ai.sri.com)
10613
10614 * config-ml.in (multi-do): LDFLAGS must include multilib
10615 designator.
10616
10617Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10618
10619 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10620
10621Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10622
10623 * config.sub: Add mingw32 support.
10624 * configure.in: Likewise.
252b5132
RH
10625
10626Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10627
10628 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10629
10630Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10631
10632 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10633 * configure (gxx_include_dir): Provide a definition for subdirs
10634 which do not use autoconf.
10635
10636Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10637
10638 * config.guess: Sync with egcs. Picks up new alpha support,
10639 BeOS & some additional linux support.
10640
ba73c63f 10641Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10642
10643 * config.guess: HP 9000/803 is a PA1.1 machine.
10644
ba73c63f
JM
10645Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10646
10647 * configure.in: It's alpha*-...
252b5132
RH
10648
10649Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10650
ba73c63f
JM
10651 * configure.in (host_makefile_frag, target_makefile_frag):
10652 Handle multiple config files.
10653 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10654 alpha-*-*.
252b5132
RH
10655
10656Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10657
10658 * mkdep: New file.
10659
10660Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10661
10662 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10663
10664Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10665
10666 * Makefile.in: Add libgui directory.
10667 (GDB_TK): Add all-libgui.
10668 * configure.in: Add libgui directory.
10669 * configure: Add all-libgui to GDB_TK.
10670
10671Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10672
10673 * config-ml.in (multidirs): Add m32r to multilib list.
10674
10675Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10676
10677 * Makefile.in (all-target-gperf): Change dependency to
10678 all-target-libstdc++.
10679
10680Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10681
10682 * config.guess: Add BeOS support.
10683
10684Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10685
10686 Source directory cvs renamed to cvssrc:
10687 * configure.in (host_tools): Change cvs to cvssrc.
10688 (native_only): Likewise.
10689 (noconfigdirs) [various cases]: Likewise.
10690 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10691 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10692 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10693 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10694 (all-cvssrc): Rename target from all-cvs.
10695
10696Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10697
10698 * configure (gxx_include_dir): Fix thinko.
10699
10700Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10701
10702 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10703 (install-cross, install-gcc-cross): New targets.
10704
10705Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10706
10707 * configure.in (noconfigdirs): Add support for Thumb target.
10708
10709 * config.sub (maybe_os): Add support for Thumb target.
10710
10711Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10712
10713 * Makefile.in: Add rules for cygmon.
10714
10715 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10716
10717Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10718
10719 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10720 * configure (gxx_include_dir): Provide a definition for subdirs
10721 which do not use autoconf.
10722
10723Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10724
10725 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10726 11/18/97 build
252b5132
RH
10727
10728Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10729
10730 * From Franz Sirl.
10731 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10732 found on RedHat Linux systems.
10733
10734Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10735
10736 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10737 guesses.
10738
10739Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10740
10741 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10742
10743Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10744
10745 * ltmain.sh: If mkdir fails, check whether the directory was created
10746 anyhow by some other process.
10747
10748Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10749
10750 * configure.in (d30v-*-*): Configure all directories.
10751
10752Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10753
10754 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10755 for the D30V.
10756
10757Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10758
10759 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10760
10761Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10762
80413487
RH
10763 * include/libiberty.h: Add extern "C" { so it can be used with C++
10764 progrms.
10765 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10766 programs.
252b5132
RH
10767
10768Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10769
10770 * configure.in (d30v-*-*): Configure GCC now.
10771
10772Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10773
10774 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10775 is no longer needed.
10776
10777Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10778
10779 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10780
10781Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10782
10783 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10784 targets using "$@" to provide support for similar but not identical
10785 targets without having to duplicate code.
10786
10787Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10788
10789 * makefile.vms: Fix to work with DEC C.
10790
10791Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10792
10793 * config.sub: Add mips-tx39-elf to marketing names.
10794
10795Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10796
10797 * ltmain.sh: Handle symlinks in generated script.
10798
10799Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10800
10801 * configure: Handle autoconf style directory options: --bindir,
10802 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10803 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10804 --sysconfdir.
10805 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10806 (sharedstatedir, localstatedir, oldincludedir): New variables.
10807 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10808 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10809 sbindir, sharedstatedir, and sysconfdir.
10810
10811Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10812
10813 * Makefile.in (bootstrap-lean): New target.
10814
10815Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10816
10817 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10818 sn, and gnuserv from noconfigdirs.
252b5132
RH
10819
10820Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10823
10824Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10825
ba73c63f 10826 * Makefile.in (cross): New target.
252b5132
RH
10827
10828Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10829 Jeff Law <law@cygnus.com>
252b5132
RH
10830
10831 * Makefile.in (bootstrap2, bootstrap3): New targets.
10832 (all-bootstrap): Remove outdated and confusing target.
10833 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10834
afb8d725
JM
10835Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10836
10837 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10838 windows. Consistent with gdb/configure.
afb8d725 10839
252b5132
RH
108401997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10841
252b5132
RH
10842 * configure.in: Name Linux target fragment.
10843
10844 * configure: Rewrite so that project Makefile fragment is inserted
10845 first and appears last in the resulting Makefile.
10846
10847Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10848
10849 * Makefile.in (install-itcl): Install tcl first.
10850
252b5132 10851Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10852
252b5132
RH
10853 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10854
10855Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10856
10857 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10858
10859 * configure.in (skipdirs): Add target-librx for Linux.
10860 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10861
10862Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10863
10864 * Makefile.in (bootstrap): New target.
10865
10866Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10867
10868 * config.sub: Accept 'amigados' for backward compatability.
10869
10870Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10871
10872 * config.guess: Merge with FSF.
10873
ba73c63f
JM
10874Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10875
10876 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10877
252b5132
RH
10878Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10879
10880 * config.sub: Add "marketing-names" patch.
10881
10882Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10883
80413487 10884 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10885
10886Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10887
10888 * config.sub: Handle v850-elf.
10889
ba73c63f
JM
10890Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10891
10892 * .cvsignore (*-install): Remove.
10893
252b5132
RH
10894Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10895
10896 * ltconfig: Set CONFIG_SHELL in libtool.
10897 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10898
10899Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10900
10901 * configure.in (target_subdir): Set to libraries if enable_multilib.
10902
10903Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10904
10905 * config.guess: Update from gcc directory.
10906
10907Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10908
10909 * Makefile.in (all-sim): Depends on all-readline.
10910
10911Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10912
10913 * Makefile.in (BISON, YACC): Use $$s.
10914 (all-bison): Depend on all-texinfo.
10915
10916Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10917
10918 * Makefile.in (BISON): Add -L flag.
10919 (YACC): Likewise.
10920
10921Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10922
35590697
AJ
10923 * configure.in (noconfigdirs): Add support for v850e target.
10924
252b5132
RH
10925 * config.sub (maybe_os): Add support for v850e target.
10926
10927Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10928
35590697
AJ
10929 * configure.in (noconfigdirs): Add support for v850ea target.
10930
252b5132
RH
10931 * config.sub (maybe_os): Add support for v850ea target.
10932
10933Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10934
10935 * config.sub: Add mipstx39. Delete r3900.
10936
10937Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10938
10939 * Makefile.in (all-autoconf): Depends on all-texinfo.
10940
10941Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10942
10943 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10944 eabi targets.
10945
10946Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10947
10948 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10949
10950 * configure: When handling a Canadian Cross, handle YACC as well as
10951 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10952 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10953
10954Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10955
10956 * Makefile.in (BISON): bison, not byacc or bison -y.
10957 (YACC): bison -y or byacc or yacc.
10958 (various): Add *-bison as appropriate.
10959 (taz): No need to mess with BISON anymore.
10960
10961Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10962
10963 * configure: If OSTYPE matches *win32*, try to find a good value for
10964 CONFIG_SHELL.
10965
10966Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10969 configure.in if it is present.
10970
10971Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10974
10975Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10976
10977 * config.sub: Recognize `arc' cpu.
10978 * configure.in: Likewise.
10979 * config-ml.in: Likewise.
10980
10981Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10982
10983 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10984
10985Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10986
10987 * configure: Changed sed delimiter from ':' to '|' when
10988 attempting to substitute ${config_shell} for SHELL. On
10989 NT ${config_shell} may contain a ':' in it.
10990
10991Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10992
10993 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10994
10995Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10996
10997 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10998
10999Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11000
11001 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11002
11003 * ylwrap: If the program is a relative path, force it to be
11004 absolute.
11005
11006Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11007
11008 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11009
11010Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11011
11012 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11013 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11014 for libraries.
252b5132
RH
11015
11016Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11017
11018 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11019 separated by spaces.
252b5132
RH
11020
11021Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11022
11023 * ylwrap: New file.
11024 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11025
11026 * ltmain.sh: Handle /bin/sh at start of install program.
11027
11028 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11029
11030 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11031 * missing: New file, from automake 1.2.
11032
11033Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11034
11035 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11036 check-tk to CHECK_X11_MODULES.
11037
11038Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11039
11040 * config.sub: Merge with FSF.
11041
11042Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11043
11044 * config.guess: Merge with FSF.
11045
11046Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11047
11048 * configure: Treat msdosdjgpp like go32.
11049 * configure.in: Likewise. Don't remove gprof for go32.
11050
11051 * configure: Change Makefile.tem2 to Makefile.tm2.
11052
11053Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11054
11055 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11056
11057Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11058
11059 * install-sh (chmodcmd): Set to null if the DST directory already
11060 exists. Same as Nov 11th change.
11061
11062Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11063
35590697 11064 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11065
11066Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11067
11068 * config.guess: Update from FSF.
11069
11070Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11071
11072 * Makefile.in (GDB_TK): Depend on itcl and tix.
11073
11074Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11075
11076 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11077 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11078 (INSTALL_SCRIPT): New variable.
11079 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11080 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11081 to -x.
11082 * install-sh: Add support for -x option.
11083
11084Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11085
11086 * configure.in, Makefile.in: Treat tix like itcl.
11087
11088Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11089
11090 * Makefile.in (WINDRES): New variable.
11091 (WINDRES_FOR_TARGET): New variable.
11092 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11093 (EXTRA_HOST_FLAGS): Add WINDRES.
11094 (EXTRA_TARGET_FLAGS): Add WINDRES.
11095 (EXTRA_GCC_FLAGS): Add WINDRES.
11096 ($(DO_X)): Pass down WINDRES.
11097 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11098 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11099 DLLTOOL_FOR_TARGET.
11100
11101Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11102
11103 * configure.in: configure sim before gdb for win32-x-ppc
11104
11105Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11106
11107 Move gperf into the toplevel, from libg++.
11108 * configure.in (target_tools): Add target-gperf.
11109 (native_only): Add target-gperf.
11110 * Makefile.in (all-target-gperf): New target, depend on
11111 all-target-libg++.
11112 (configure-target-gperf): Empty rule.
11113 (ALL_TARGET_MODULES): Add all-target-gperf.
11114 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11115 (CHECK_TARGET_MODULES): Add check-target-gperf.
11116 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11117 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11118
11119Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11120
252b5132
RH
11121 * config.sub (mn10200): Recognize new basic machine.
11122
11123Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11124
11125 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11126 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11127
11128Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11129
11130 * configure.in: If we're building mips-sgi-irix6* native, turn on
11131 ENABLE_MULTILIB and set TARGET_SUBDIR.
11132
11133Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11134
11135 * Makefile.in (all-sn): Depend on all-grep.
11136
11137Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11138
11139 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11140
11141 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11142 Makefile. From Jeff Makey <jeff@cts.com>.
11143 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11144
11145 * Makefile.in (DISTBISONFILES): Remove.
11146 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11147 $(DEFAULT_YACC).
11148
11149 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11150 cygwin32.
252b5132
RH
11151
11152 * Makefile.in (LD): New variable.
11153 (EXTRA_HOST_FLAGS): Pass down LD.
11154 ($(DO_X)): Likewise.
11155
11156Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11157
11158 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11159
11160Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11161
11162 * configure.in (targargs): Strip out any supplied --build argument
35590697 11163 before adding our own. Always add --build.
252b5132
RH
11164
11165Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11166
11167 * configure.in (targargs): Pass --build if we're doing
11168 a cross-compile.
11169
11170Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11171
ba73c63f 11172 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11173 sed. Otherwise sed chokes on NT path names with drive
11174 designators. Also look for "?:*" as the leading characters in an
11175 absolute pathname.
11176
11177Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11178
11179 * config.sub: Support for r3900.
11180
11181Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11182
11183 * configure.in: Use install-sh, not install.sh.
11184
11185Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11186
11187 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11188 apply it twice.
11189
11190Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11191
11192 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11193 install-binutils.
11194
11195Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11196
11197 * Makefile.in: Add automake targets.
11198 * configure.in (host_tools): Add automake.
11199
11200Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * configure: Default CXX to c++, not gcc.
11203 * Makefile.in (CXX): Set to c++, not gcc.
11204 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11205
11206Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11207
11208 * install-sh: try appending a .exe if source file doesn't
11209 exist
11210
11211Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11212
11213 * configure.in: Turn on multilib by default.
11214 (cross_only): Remove target-libiberty.
11215
11216 * Makefile.in (all-gcc): Don't depend on libiberty.
11217
11218Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11219
11220 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11221
11222Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11223
11224 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11225 (DISTBISONFILES): Add ld/Makefile.in
11226
11227Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11228
11229 * configure.in: if target is cygwin32 but host isn't cygwin32,
11230 don't configure gdb tcl tk expect, not just gdb.
11231
11232Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11233
11234 * configure.in: Added gnuserv everywhere sn appears.
11235
11236 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11237 (CROSS_CHECK_MODULES): Added check-gnuserv.
11238 (INSTALL_MODULES): Added install-gnuserv.
11239 (CLEAN_MODULES): Added clean-gnuserv.
11240 (all-gnuserv): New target.
11241
11242Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11243
11244 * config.guess: Fixes for MIPS OpenBSD systems.
11245
11246Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11247
11248 * Makefile.in (INSTALL_XFORM): Remove.
11249 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11250
11251 * mkinstalldirs: New file, copied from automake.
11252 * Makefile.in (installdirs): Rename from install-dirs. Use
11253 mkinstalldirs. Change all users.
11254 (DEVO_SUPPORT): Add mkinstalldirs.
11255
11256Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11257
11258 * install-sh: Rename from install.sh.
11259 * Makefile.in (INSTALL): Change install.sh to install-sh.
11260 (DEVO_SUPPORT): Likewise.
11261
11262 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11263 Graichen <graichen@rzpd.de>.
11264
11265Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11266
11267 * config.guess: Recognize OpenBSD systems correctly.
11268
11269Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11270
11271 * README, Makefile.in (ETC_SUPPORT): Remove references to
11272 cfg-paper*, configure.{texi,man,info*}._
11273
11274Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11275
11276 * Makefile.in (all.normal): Ensure that gcc is built after all
11277 the x11 - ie gdb - targets.
11278
11279Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11280
11281 * makefile.vms: Don't run conf-a-gas.
11282
11283Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11284
80413487 11285 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11286
11287Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11288
11289 * configure.in: Remove noconfigdirs case since gdb also
11290 configures and builds for tic80-coff.
11291
11292Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11293
11294 * configure: Set cache_file to config.cache.
11295 * Makefile.in (local-distclean): Remove config.cache.
11296
11297Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11298
11299 * COPYING: Update FSF address.
11300
11301Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11302
11303 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11304 noconfigdirs.
11305
11306Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11307
11308 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11309 MAKEDIRS, is empty.
11310
11311Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11312
11313 * config.sub: Tweak mn10300 entry.
11314
11315Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11316
11317 * configure.in (host_tools): Put sim before gdb, so gdb's
11318 configure.tgt can determine if the simulator was configured.
11319
11320Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11321
11322 * config.sub: Move BeOS $os case to be with other Cygnus
11323 local cases.
11324
11325Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11326
11327 * config.sub: Remove misplaced comment that broke Linux.
11328
11329Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11330
11331 * config.sub: Add BeOS support.
11332
11333Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11334
11335 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11336
11337Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11338
11339 * configure.in (noconfigdirs): Remove tcl and tk from
11340 noconfigdirs for cygwin32 builds.
11341
11342Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11343
11344 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11345
11346Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11347
11348 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11349 make-all.com, use makefile.vms instead.
11350
11351Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11352
11353 * config.sub: Accept -lnews*.
11354
11355Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11356
11357 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11358 target-examples and target-libiberty for d30v.
252b5132
RH
11359
11360Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11361
11362 * configure.in (noconfigdirs): Enable ld for d30v.
11363
11364Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11365
11366 * configure.in (tic80-*-*): Build compiler.
11367
11368Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11369
11370 * configure.in (d30v-*): Remove sim directory from list of
35590697 11371 unsupported d30v directories
252b5132
RH
11372
11373Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11374
35590697
AJ
11375 * config.sub, configure.in: Add d30v target cpu.
11376
252b5132
RH
11377Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11378
11379 * makefile.vms: New file.
11380 * make-all.com: Remove.
11381
11382Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11383
11384 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11385
11386Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11387
11388 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11389
11390Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11391
11392 * Makefile.in (ALL_MODULES): Added all-db.
11393 (CROSS_CHECK_MODULES): Addec check-db.
11394 (INSTALL_MODULES): Added install-db.
11395 (CLEAN_MODULES): Added clean-db.
11396
11397Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11398
11399 * config.guess: Merge with latest FSF sources.
11400
11401Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11402
11403 * Makefile.in (ALL_MODULES): Added all-itcl.
11404 (CROSS_CHECK_MODULES): Added check-itcl.
11405 (INSTALL_MODULES): Added install-itcl.
11406 (CLEAN_MODULES): Added clean-itcl.
11407
11408Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11409
11410 * configure.in: build gdb for mn10200
11411
11412Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11413
11414 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11415
11416Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11417
11418 * configure.in (tic80-*-*): Turn off most targets right now.
11419
11420Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11421
11422 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11423 rather than the makeinfo program.
11424 (do-info): Depend upon all-texinfo.
11425
11426Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * configure.in: Remove uses of config/mh-linux.
11429
11430 * config.sub, config.guess: Merge with latest FSF sources.
11431
11432Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11433
11434 * config.sub (case $basic_machine): Add tic80 entries.
11435
11436Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * config.sub, config.guess: Merge with latest FSF sources.
11439
11440Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11441
11442 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11443 * mpw-config.in: Test for NewFolderRecursive.
11444 * mpw-install: Use symbolic name for startup filename.
11445 * mpw-README: Add various additional details.
11446
11447Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11448
11449 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11450
11451Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11452
11453 * configure.in: Do build gcc and the target libraries for
11454 the mn10200.
11455
11456Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11457
11458 * configure.in: don't avoid building gdb for mn10300 any more
11459 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11460 instead of single-quoting it.
11461
11462Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11463
11464 * configure.in: Don't use --with-stabs on IRIX 6.
11465
11466Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11467
11468 * configure.in (m32r): Build gdb, libg++ now.
11469
11470Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11471
11472 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11473 directories from noconfigdirs.
11474
11475Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11476
11477 * config.sub (basic_machine): added mips16 configuration
11478
11479Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11480
11481 * config.sub: Handle d10v-unknown.
11482
11483Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11484
11485 * config.sub: Handle v850-unknown.
11486
11487Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11488
11489 * Makefile.in: add findutils
11490 * configure.in: add findutils to list of host_tools
11491
11492Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11493
11494 * config.sub: Handle mn10200 and mn10300.
11495
11496Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11497
11498 * configure.in (d10v-*): Do not build librx.
11499
11500Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11501
11502 * configure.in (mn10300): Build everything except gdb & libgloss.
11503
11504Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11505
11506 * config.guess: Patch for Dansk Data Elektronik servers,
11507 from Niels Skou Olsen <nso@dde.dk>.
11508
11509 For ncr, use /bin/uname rather than uname, since GNU uname does not
11510 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11511
11512 Patch for MIPS R4000 running System V,
11513 from Eric S. Raymond <esr@snark.thyrsus.com>.
11514
11515 Fix thinko for nextstep.
11516
11517 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11518
11519 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11520 * config.guess: Guess mips-dec-mach_bsd4.3.
11521
11522 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11523 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11524 release numbers.
11525 * config.guess (mips-mips-riscos*): Emit just enough of the
11526 release number.
11527
11528 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11529 * config.guess (sparc-auspex-sunos*): Added.
11530 (f300-fujitsu-*): Added.
11531
11532 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11533 * config.guess: Recognize a Tadpole as a sparc.
11534
11535Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11536
11537 * config.guess: Don't assume that NextStep version is either 2 or
11538 3. NextStep 4 (aka OpenStep 4) has come out now.
11539
11540Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11541
11542 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11543 From Rik Faith <faith@cs.unc.edu>.
11544
11545Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11546
11547 * config.sub: Contributions from bug-gnu-utils to:
11548 Support plain "hppa" (no version given) architecture, reported by
11549 OpenStep.
11550 OpenBSD like NetBSD.
11551 LynxOs is not a hardware supplier.
11552
11553 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11554 OpenBSD like NetBSD.
252b5132
RH
11555 Stratus systems.
11556 More Pyramid systems.
11557 i[n>4]86 Intel chips.
11558 M680[n>4]0 Motorola chips.
11559 Use unknown instead of lynx for hardware manufacturer.
11560
11561Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11562
11563 * install.sh (chmodcmd): Set to null if the DST directory already
11564 exists.
11565
11566Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11567
11568 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11569 not use mt-ppc target Makefile fragment any more.
11570
11571Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11572
11573 * configure.in (*-*-windows): Exclude everything but those dirs
11574 needed to build windows.
11575
11576Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11577
11578 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11579
11580Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11581
11582 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11583
11584Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11585
11586 * Undo my previous change.
11587
11588Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11589
11590 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11591 unconditionally.
11592 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11593
11594Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11595
11596 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11597 host to add it's own flags.
252b5132
RH
11598
11599Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11600
11601 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11602
11603Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11604
11605 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11606 (CXX_FOR_TARGET): Likewise.
11607 (GCC_FOR_TARGET): Define.
11608 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11609 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11610 CC_FOR_TARGET was specified on the command line.
11611 (MAKEOVERRIDES): Don't define.
11612
11613Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11614
11615 * configure.in (m32r): Fix spelling of libg++ libs.
11616
11617Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11618
11619 * config.sub (-apple*): Remove, now redundant.
11620
11621Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11622
11623 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11624
11625 * configure: Rework yesterday's sed script patch.
11626
11627 * config.sub: Merge with FSF.
11628
11629Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11630
11631 * config.guess: Merge from FSF.
11632
11633 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11634 * config.guess: Use pc instead of unknown, for pc clone systems.
11635 Change linux to linux-gnu.
252b5132
RH
11636
11637 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11638 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11639
11640Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11641
11642 * test-build.mk (HOLES): Add "xargs" for gdb.
11643
11644 * configure: Avoid hpux10.20 sed bug.
11645
11646Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11647
4bddf3ad 11648 * configure.in: Add support for windows host
252b5132
RH
11649 (that is a build done under the Microsoft build environment).
11650
11651Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11652
11653 * Makefile.in: Replace all uses of srcroot with s, to shrink
11654 command line lengths.
11655
11656 Patches from Geoffrey Noer <noer@cygnus.com>:
11657 * configure.in: If configuring for newlib, pass --with-newlib to
11658 subdirectories.
11659 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11660 -Bnewlib/ and -Lwinsup to gcc.
11661 (CXX_FOR_TARGET): Likewise.
11662
11663Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11664
11665 * Makefile.in (ETC_SUPPORT): Add configure.
11666
11667Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11668
35590697 11669 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11670 host configuration file.
11671
11672Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11673
11674 * configure.in: Break mn10x00 support into separate
11675 mn10200 and mn10300 configurations.
11676 * config.sub: Likewise.
11677
11678Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11679
11680 * configure.in: Add lots of stuff to noconfigdirs for
11681 the mn10x00 targets.
11682
11683 * config.sub, configure.in: Add mn10x00 support.
11684
11685Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11686
11687 * make-all.com: Call conf-a-gas, not config-a-gas.
11688
11689Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11690
11691 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11692 targets.
252b5132
RH
11693
11694Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11695
11696 * mpw-README: Add much more detail for native PowerMac.
11697 * mpw-install: New file.
11698 * mpw-configure: Add --norecursion and --help options.
11699 * mpw-config.in: Translate readme and install files when
11700 copying to objdir.
11701 * mpw-build.in: Don't always depend on byacc and flex.
11702 (install-only-top): New action.
11703
11704Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11705
11706 * configure.in: You can now configure GDB for the v850.
11707
11708Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11709
11710 * configure.in (noconfigdirs): Don't configure any C++ dirs
11711 if targeting D10V.
11712
11713Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * config.sub: Recognize mips64vr5000.
11716
11717Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11718
11719 * configure.in: Use a single line for host_tools and native_only.
11720
11721Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11722
11723 * config.sub, configure.in: Add entries for m32r.
11724
11725Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11726
11727 * Makefile.in (inet-install): Don't run install-gzip.
11728
11729Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11730
11731 * configure.in: Don't config lots of things for *-*-windows*.
11732
11733Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11734
11735 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11736 (host_libs, host_tools): Copy from configure.in.
11737 * mpw-configure: Don't complain about directories not found.
11738
11739Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11740
11741 * configure.in (i[345]86): Recognize i686 for pentium pro.
11742 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11743 file.
11744
11745 * config.guess (i[345]86): Ditto.
11746
11747Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11748
11749 * configure.in (noconfigdirs): Removed gdb for D10V.
11750
11751Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11752
11753 * configure.in: Remove ld, target-libio, target-libg++, and
11754 target-libstdc++ from noconfigdirs.
11755
11756Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11757
11758 * configure: Fix three locations where shell scripts were
11759 being run directly rather than with config_shell.
11760
11761Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11762
11763 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11764 * config.sub (basic_machine): Recognize v850.
11765
11766Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11767
11768 * mpw-configure: Handle multiple enable/disable options and
11769 pass them down recursively, handle -c and -s flags appropriately
11770 depending on choice of compiler, add escape mechanism for
11771 quoted arguments to gC.
11772
11773Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11774
11775 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11776 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11777 so that -mrelocatable-lib and -mno-eabi are used.
11778
11779 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11780 not support --print-multi-lib, don't abort.
11781
252b5132
RH
11782Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11783
11784 * make-all.com: Run config-a-gas.
11785 * setup.com: Don't copy subdirectory files around.
11786
11787Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11788
11789 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11790 target, it now compiles correctly.
11791
11792Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11793
11794 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11795
11796Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11797
35590697 11798 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11799
11800Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11801
11802 * configure.in (native_only): Add prms.
11803
11804Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11805
11806 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11807 (BINUTILS_SUPPORT_DIRS): Likewise.
11808
11809Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11810
11811 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11812 d10v support is added.
11813
11814Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11815
11816 * configure.in (d10v-*-*): New target.
11817
11818Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11819
11820 * config.guess (HP 9000/811): Recognize this as a PA1.1
11821 machine.
11822
11823Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11824
11825 * Makefile.in (do-tar-gz): New target, split out from tail end of
11826 taz target. Run each command separately, don't use pipes.
11827 (taz): Use it.
11828
11829Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11830
11831 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11832 * mpw-build.in: No builds should depend on building byacc or flex,
11833 they are assumed to be installed already.
11834
11835Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11836
11837 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11838 variable that CC_FOR_TARGET needs.
11839
11840Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11841
11842 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11843 options have changed since the last time the subdirectory was
11844 configured, and if it has, reconfigure.
11845 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11846 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11847
11848Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11849
11850 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11851 CLEAN_MODULES): Add bash.
11852 (all-bash): New target.
11853
11854Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11855
11856 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11857
11858Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11859
11860 * config.sub (basic_machine): Recognize d10v as a valid processor.
11861
11862Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11863
11864 * mpw-configure: Add support for --bindir.
11865 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11866
11867Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11868
11869 * configure.in: add bash, time, gawk to list of hosttools and things
11870 to only build for native toolchains
11871
11872Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11873
11874 * Makefile.in (docdir): Remove.
11875
11876Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11877
11878 * Makefile.in (datadir): Set to $(prefix)/share.
11879
11880Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11881
11882 * configure.in: build diff and patch for cygwin32-hosted
11883 toolchains.
11884
11885Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11886
11887 * config.sub: Accept -rtems*.
11888
11889Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11890
80413487 11891 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11892 remove diff from the list of things not buildable
11893 via Canadian Cross
252b5132
RH
11894
11895Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11896
11897 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11898 don't get ". ".
252b5132
RH
11899
11900Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11901
11902 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11903
11904Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11905
11906 * Makefile.in (taz): Handle case where tex3patch didn't even get
11907 checked out. Also, if it was found, put the symlink in a new util
11908 subdirectory.
11909
11910Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11911
11912 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11913
11914Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11915
11916 * config.sub: Recognize -openvms.
11917 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11918 * make-all.com, setup.com: New files.
11919
11920Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11921
11922 * Makefile.in (taz): tex3patch moved to texinfo/util.
11923
11924Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11925
afb8d725 11926 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11927 * configure.in: remove make from disable-if-Can-Cross list
11928 enable gdb if ${host} and ${target} are cygwin32
11929
11930Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11931
11932 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11933 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11934
11935Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11936
11937 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11938 distinguish sysv/svr4/bsd variants.
11939 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11940
11941Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11942
11943 * configure.in: Added copyright notice.
11944 * move-if-change: Added copyright notice.
11945
11946Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11947
11948 * configure.in (powerpcle-*-solaris*): Until we get shared
11949 libraries working, don't build gdb, sim, make, tcl, tk, or
11950 expect.
11951
11952Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11953
11954 * config.guess: Merge with FSF:
11955
11956 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11957 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11958
11959 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11960 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11961
11962 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11963 * config.guess: Combine two OSF1 rules.
11964 Also recognize field test versions. From mjr@zk3.dec.com.
11965 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11966 because GNU uname does not support -p. From pmr@pajato.com.
11967
11968Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11969
11970 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11971
11972Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11973
11974 * mpw-README: Document GCCIncludes.
11975
11976Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11977
11978 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11979
11980Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11983
11984Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11985
11986 * configure.in (*-*-cygwin32): Configure make.
11987
11988Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11989
11990 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11991
11992Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11993
11994 * Makefile.in (all-inet): Depend on all-perl.
11995
11996 * Makefile.in (inet-install): New target.
11997
11998 * Makefile.in (all-inet): Depend on all-tcl.
11999 (all-inet): Depend on all-send-pr.
12000
12001Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12002
12003 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12004 temporarily.
12005
12006Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12007
12008 * configure.in: Don't configure --with-gnu-ld on AIX.
12009
12010Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12011
12012 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12013
12014Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12015
12016 * Makefile.in (ALL_MODULES): Added all-inet.
12017 (CROSS_CHECK_MODULES): Added check-inet.
12018 (INSTALL_MODULES): Added install-inet.
12019 (CLEAN_MODULES): Added clean-inet.
12020 (all-indent): New target.
12021
12022 * configure.in (host_tools): Added inet.
12023 (native_only): Added inet.
12024 (noconfigdirs): Added inet.
12025
12026Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12027
12028 * configure.in: Don't configure libgloss if we are not configuring
12029 newlib.
12030
12031Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12032
12033 * configure.in: Don't configure libgloss for unsupported
12034 architectures.
12035
12036Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12037
12038 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12039
12040Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12041
12042 * Makefile.in (ALL_MODULES): Include all-apache.
12043 (CROSS_CHECK_MODULES): Include check-apache.
12044 (INSTALL_MODULES): Include install-apache.
12045 (all-apache): New target.
12046
12047 * configure.in: Added apache everywhere perl is seen.
12048
12049Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12050
12051 * Makefile.in: Add support for clean-{module} and
12052 clean-target-{module} rules.
12053
12054Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12055
12056 * configure.in (*-*-ose) do not build libgloss.
12057
12058Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12059
12060 * config.guess (prep*:SunOS:5.*:*): Turn into
12061 powerpele-unknown-solaris2.
12062
12063Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12064
12065 * configure.in: Permit --enable-shared to specify a list of
12066 directories.
12067
12068Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12069
12070 * configure.in (host==solaris): Pass only the first word of $CC
12071 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12072
12073Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12074
12075 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12076
12077Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12078
12079 * Makefile.in (ALL_MODULES): Include all-perl.
12080 (CROSS_CHECK_MODULES): Include check-perl.
12081 (INSTALL_MODULES): Include install-perl.
12082 (ALL_X11_MODULES): Include all-guile.
12083 (CHECK_X11_MODULES): Include check-guile.
12084 (INSTALL_X11_MODULES): Include install-guile.
12085 (all-perl): New target.
12086 (all-guile): New target.
12087
12088 * configure.in (host_tools): Include perl and guile.
12089 (native_only): Include perl and guile.
12090 (noconfigdirs): Don't build guile and perl; no ports have been
12091 done.
12092
12093Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12094
80413487
RH
12095 * configure (--enable-*): Handle quoted option lists such as
12096 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12097
12098Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12099
12100 * Makefile.in ({,inst}all-target): New rule so we can make and
12101 install all of the target directories easily.
12102
12103Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12104
12105 * configure.in: Add missing global flag in sed substitution when
12106 deleting `target-' from ${configdirs}.
12107
12108Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12109
12110 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12111 option.
12112
12113 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12114 config/mh-necv4.
12115
12116 * install.sh: Correct misspelling of transformbasename.
12117
12118 * config.guess: Recognize mips-*-sysv*.
12119
12120Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12121
12122 * config.sub: Recognize mon960.
12123
12124Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12125
12126 * configure: Restore Canadian Cross handling of BISON and LEX,
12127 removed in Feb 20 change.
12128
12129Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12130
12131 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12132 Mention make install. Remove the old copyright date as well the
12133 clumsy and rather pointless copyright on the README file.
12134
12135Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12136
12137 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12138 Makefile after running symlink-tree, then run `make distclean' to
12139 avoid clobbering any generated files in srcdir.
12140
12141Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12142
12143 * configure.in (m68k-*-netbsd*): Build everything now.
12144
12145Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12146
12147 * Makefile.in (taz): Fix quoting.
12148
12149Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12150
12151 * configure.in (sparclet-*-*): Build everything now.
12152
12153Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12154
12155 * configure.in (m68k-*-linux*): New host.
12156
12157Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12158
12159 * configure: Check for bison before byacc.
12160
12161Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12162
12163 * Makefile.in configure: Change the way LEX and BISON/YACC are
12164 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12165 searching PATH. These are used as fallbacks by Makefile.in if
12166 flex/bison/byacc aren't in objdir.
12167
12168Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12169
12170 * Makefile.in: Make everything which depends upon all-bfd also
12171 depend upon all-opcodes, in case --with-commonbfdlib is used.
12172
12173Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12174
12175 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12176 building NT native compilers on Unix.
12177
12178Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12179
12180 * configure.in: Don't get CC from the host Makefile fragment if we
12181 can find gcc in PATH, or if this is a Canadian Cross. Move the
12182 Solaris test for /usr/ucb/cc to the post target script, just after
12183 the compiler sanity test.
12184
12185Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12186
12187 * config.sub: Merge with FSF.
12188
12189Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12190
12191 * Makefile.in (RPATH_ENVVAR): New variable.
12192 (REALLY_SET_LIB_PATH): Use it.
12193 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12194
12195Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12196
12197 * config.sub, configure.in: Recognize sparclet cpu.
12198
12199Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12200
12201 * config.guess: Support m68k-cbm-sysv4.
12202
12203Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12204
12205 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12206 m68k-unknown-linuxaout from linker help string. Put quotes around
12207 $ld_help_string.
12208
12209Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12210
12211 * config.guess (powerpc-harris-powerunix): Add guess for port
12212 to new target.
12213
12214Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12215
12216 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12217
12218Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12219
12220 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12221 $(REALLY_SET_LIB_PATH) in Makefile.
12222 * Makefile.in (SET_LIB_PATH): New variable.
12223 (REALLY_SET_LIB_PATH): New variable.
12224 ($(DO_X)): Use $(SET_LIB_PATH).
12225 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12226 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12227 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12228 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12229 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12230 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12231 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12232 (install-dosrel): Likewise.
12233 (all-opcodes): Depend upon all-libiberty.
12234
12235Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12236
12237 * config.guess (*:CYGWIN*): New
12238
12239Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12240
12241 * Makefile.in (all-target-winsup): All all-target-libiberty.
12242
12243Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12244
12245 * configure.in (noconfigdirs): Add missing # in front of comment.
12246
12247Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12248
12249 * configure.in: add second pass to things added to noconfigdirs
12250 so *-gm-magic can exclude libgloss properly.
12251
12252Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12253
12254 * mpw-configure (extralibs_name, rez_name): Set correctly
12255 for MWC68K compiler.
12256
12257 * mpw-README: Add more info on the necessary build tools.
12258
12259Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12260
12261 * configure.in, config.sub: Recognize cygwin32.
12262
12263Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12264
12265 * config.guess, config.sub: Recognize A/UX.
12266
12267Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12268
12269 * config.sub: Merge with gcc/config.sub.
12270
12271Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12272
12273 * mpw-build.in (do-binutils): Add build of stamps.
12274
12275Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12276
12277 * config.sub: Add recognition for mips64vr4100*-* targets.
12278
12279Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12280
12281 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12282 Add creation of gconfigargs with `--enable-shared' turned on.
12283 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12284 ($(host)-stamp-stage3-configured): Likewise.
12285 (HOLES): Add chatr and ldd.
12286 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12287
12288Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12289
12290 * configure: Pass --nfp to recursive configures.
12291
12292Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12293
12294 * Makefile.in (DLLTOOL): New.
12295 (DLLTOOL_FOR_TARGET): New.
12296 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12297 (EXTRA_TARGET_FLAGS): Ditto.
12298 (EXTRA_GCC_FLAGS): Ditto.
12299 (CONFIGURE_TARGET_MODULES): Ditto.
12300 (DO_X): Ditto.
12301 * configure: Add DLLTOOL.
12302
12303Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12304
12305 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12306 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12307 mh-sco, since old workarounds no longer needed, and don't
12308 build ld, since libraries have weak symbols in COFF.
12309
12310Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12311
12312 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12313
12314Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12315
12316 * configure.in: Make sure that ${CC} can be used to compile an
12317 executable.
12318
afb8d725
JM
12319Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12320
12321 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12322 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12323 nothing depending on whether gdbtk is being built.
12324
252b5132
RH
12325Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12326
12327 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12328
12329Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12330
12331 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12332 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12333
12334Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12335
12336 * config-ml.in: Add support for
12337 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12338 Simplify setting of multidirs from --disable-foo.
12339
12340Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12341
12342 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12343 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12344 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12345 non-empty, pass them on to the GCC make.
252b5132
RH
12346 (all-bootstrap): New rule that is like all-gcc, except it executes
12347 the GCC bootstrap rule instead of the GCC all rule.
12348
12349Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12350
12351 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12352
12353Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12354
12355 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12356 DG/UX support.
12357
12358Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12359
12360 * config.sub (i*86*) Change [345] to [3456]
12361
12362Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12363
12364 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12365 --with-gnu-ld=no.
12366
12367Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12368
12369 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12370 AIX multilibs get built.
12371
12372Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12373
12374 * configure.in (i386-win32): Don't build expect if we're not
12375 building the tcl subdir.
12376
12377Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12378
12379 * Makefile.in: (configure-target-examples, all-target-examples):
12380 New targets, configure and build example programs.
12381
12382Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12383
12384 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12385 use it as input to sedit the generated MPW makefile.
12386 * mpw-README: Add a suggestion about Gestalt.h.
12387
12388Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12389
12390 * config.sub: Accept *-*-ieee*.
12391
12392Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12393
12394 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12395 Ronald F. Guilmette <rfg@monkeys.com>.
12396
12397Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12398
12399 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12400 for powerpc-pe native.
12401 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12402 (target==powerpc-pe): duplicate i386-win32 entry.
12403
12404Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12405
12406 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12407 of vxworks, not just vxworks5.1.
12408
12409Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12410
12411 * mpw-configure: Add support for exec-prefix.
12412
12413Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12414
12415 * config.guess: Recognize HP model 816 machines as having
12416 a PA1.1 processor.
12417
12418Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12419
12420 * configure: Ignore new autoconf configure options.
12421
252b5132
RH
12422Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12423
12424 * config.guess: Recognize Pentium under SCO.
12425 From Robert Lipe <robertl@arnet.com>.
12426
12427Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12428
12429 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12430
12431Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12432
12433 * configure.in: Don't configure gas for alpha-dec-osf*.
12434
12435Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12436
12437 * configure.in: Default to --with-stabs for some targets for which
12438 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12439 i[345]86*-*-unixware*.
12440
12441Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12442
12443 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12444 rather than basing it on the target. Simplify handling of options
12445 controlling which directories to configure. Remove extraneous
12446 slash in multi-clean target.
12447
12448Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12449
12450 * config-ml.in: Prefix more variables with ml_ so they don't collide
12451 with configure's.
12452
12453Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12454
12455 * configure: Don't turn -v into --v.
12456
12457Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12458
12459 * configure.in (targargs): Fix typo.
12460
12461 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12462
12463Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12464
12465 * configure.in: Strip --host and --target options from
12466 CONFIG_ARGUMENTS, and always configure for --host only. Add
12467 --with-cross-host option when building with a cross-compiler.
12468 * configure: Canonicalize the arguments put into config.status by
12469 always using `=' for an option with an argument. Pass a presumed
12470 --host or --target explicitly.
12471
12472Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12473
12474 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12475 into general OS recognition case.
12476
12477Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12478
12479 * configure.in (target_configdirs): add target-winsup only
12480 for win32 target systems.
12481
12482Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * Makefile.in (all-target-libgloss): Depend upon
12485 configure-target-newlib, since when libgloss is built it looks to
12486 see if the newlib directory exists.
12487
12488Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12489
12490 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12491 cfg-ml-*.in.
12492
12493Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12494
12495 * configure: Handle LD and LD_FOR_TARGET when configuring a
12496 Canadian Cross.
12497
252b5132
RH
12498Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12499
12500 * configure.in (target_libs): add target-winsup.
12501 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12502 (target==ppcle-pe): remove ld from $noconfigdirs.
12503
12504Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12505
12506 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12507 Preserve relative path names in $srcdir. Build symlink tree if
12508 configuring cross target dir and srcdir=. (= no VPATH support).
12509 (configure-target-libg++): Depend on configure-target-librx.
12510 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12511 * config-ml.in: New file.
12512 * symlink-tree: New file.
12513 * configure: Ensure srcdir="." if that's what it is.
12514
12515Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12516
12517 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12518 includes and FLEX_SKELETON setting.
12519 * mpw-configure (--with-gnu-ld): New option, controls whether
12520 to use PPCLink or ld with PowerMac GCC.
12521 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12522 * mpw-config.in: Configure grez if targeting Mac.
12523
12524 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12525 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12526 just macos.
252b5132
RH
12527 * configure.in: Configure grez resource compiler if targeting Mac.
12528 * Makefile.in (all-grez, install-grez): New targets.
12529
12530Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12531
12532 * configure: CXX defaults to gcc, not g++. If we find
35590697 12533 gcc in the path, set CC to gcc -O2.
252b5132
RH
12534
12535Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12536
12537 * configure: Default ${build} correctly. Avoid picking up extra
12538 spaces when reading CC and CXX from Makefile. When doing a
12539 Canadian Cross, use plausible default values for numerous
12540 variables.
12541 * configure.in: When doing a Canadian Cross, don't try to
12542 configure tools whose configure script can't handle it.
12543
12544Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12545
12546 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12547
12548Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12549
12550 * configure: Remove dubious bug reporting address.
12551
12552Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12553
12554 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12555 configure script, run that instead of this directory's configure.
12556 In either case, print a message that we're configuring the sub-dir.
12557
12558Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12559
12560 * configure.in: Before checking for the existence of various files,
12561 use sed to filter out "target-".
12562
12563Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12564
12565 * Makefile.in (DO_X): Split rule to decrease command line length
12566 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12567 (Philippe De Muyter).
12568
12569Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12570
12571 * Makefile.in (all-patch): depend on all-libiberty.
12572
12573Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12574
12575 * configure.in: If the only directory in target_configdirs which
12576 actually exists is libiberty, then set target_configdirs to empty,
12577 to avoid trying to build a target libiberty in a gas or gdb
12578 distribution.
12579
12580Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12581
12582 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12583 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12584 systems.
252b5132
RH
12585
12586Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12587
12588 * configure.in (copy_dirs): Use sys-include instead of include
12589 for --with-headers option.
12590
12591Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12592
12593 * Makefile.in, configure.in: Make winsup builds work with
12594 new scheme.
12595
12596Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12597
12598 * configure.in: Build the linker on AIX.
12599
12600Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12601
12602 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12603 where needed.
12604
12605Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12606
12607 * Makefile.in (all-gcc): Fix typo.
12608
12609Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12610
12611 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12612
12613Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12614
12615 * configure.in: Rename libFOO to target-libFOO, and xiberty
12616 to target-xiberty, to provide more flexibility.
12617 (target_subdir): Define. Create if cross.
12618 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12619 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12620 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12621 check-libFOO -> check-target-libFOO, etc.
12622 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12623 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12624 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12625 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12626 allow ALL_GCC="" to only configure.
12627 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12628 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12629 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12630
12631Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12632
12633 * Makefile.in (taz): Build "info" in etc explicitly.
12634
12635Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12636
12637 * configure.in: Make sure that CC is undefined (as opposed to
12638 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12639 problem with autoconf trying to configure on a host without GCC.
12640
12641Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12642
12643 * mpw-configure: Set host alias from choice of host compiler,
12644 only use generic MPW Makefile sed if present, edit a file
12645 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12646 * mpw-README: Add problem notes about CW6 and CW7.
12647
12648Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12649
12650 * Makefile.in (taz): Use ";" instead of ";;".
12651
12652Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12653
12654 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12655 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12656 DISTDOCDIRS.
12657 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12658 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12659
12660Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12661
12662 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12663 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12664 Move bfd to DISTSTUFFDIRS.
12665
12666Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12667
12668 * Makefile.in (X11_LIB): Removed.
12669 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12670
12671 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12672
12673Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12674
12675 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12676 names.
12677
12678Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12679
12680 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12681
12682Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12683
12684 * configure.in (i[345]86-*-win32): Always build newlib.
12685 Don't configure cvs, autoconf or texinfo.
12686 * Makefile.in (LD_FOR_TARGET): New.
12687 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12688 Pass down LD_FOR_TARGET.
12689
12690Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12691
12692 * winsup: New directory.
12693 * Makefile.in: Build winsup.
12694 * configure.in: Winsup is configured when target is win32.
12695 Can only build win32 target GDB when native.
35590697 12696
252b5132
RH
12697Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12698
12699 * config.guess: Recognize HP model 819 machines as having
12700 a PA 1.1 processor.
12701
12702Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12703
12704 * configure: Fix sed loop which substitutes for CC and CXX to
12705 avoid bug found in various sed implementations.
12706
12707Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12708
12709 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12710 simulator. Use standard powerpc-*-eabi*.
12711
12712Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12713
12714 * configure.in: Stop putting gas and binutils in noconfigdirs for
12715 powerpc-*-aix* and rs6000-*-*.
12716
12717Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12718
12719 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12720 -mcall-aixdesc libraries.
12721
12722Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12723
12724 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12725
12726 * config.sub (arm | armel | armeb): Fix shell syntax.
12727
12728Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12729
12730 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12731 -msoft-float and -mcpu=common support.
12732 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12733 libraries.
12734
12735Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12736
12737 * configure.in: Allow configuration and build of emacs19 for the alpha.
12738
12739Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12740
12741 * configure.in (CC): Get ^CC, not just any old CC, from
12742 ${host_makefile_frag}.
12743
12744Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12745
35590697 12746 * configure.in (CC): Try to get CC from
252b5132
RH
12747 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12748
12749Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12752 only if it exists in $(srcdir).
12753
12754Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12755
12756 * configure: If CC and CXX are not set in the environment, set
12757 them, based on either an existing Makefile or on searching for gcc
12758 in PATH. Substitute for CC and CXX in Makefile.
12759 * configure.in: Remove libm from target_libs. Separate
12760 target_configdirs from configdirs. If CC is not set in
12761 environment, try to get it from a host Makefile fragment. Rewrite
12762 changes of configdirs to use skipdirs instead. A few minor
12763 tweaks. Take directories out of target_configdirs as they are
12764 taken out of configdirs. Remove existing Makefile files from
12765 subdirectories. Substitute for TARGET_CONFIGDIRS and
12766 CONFIG_ARGUMENTS in Makefile.
12767 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12768 by configure.in.
12769 (CONFIG_ARGUMENTS): Likewise.
12770 (CONFIGURE_TARGET_MODULES): New variable.
12771 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12772 ($(CONFIGURE_TARGET_MODULES)): New target.
12773 (configure-libg++, configure-libio): New targets.
12774 (all-libg++): Depend upon configure-libg++.
12775 (all-libio): Depend upon configure-libio.
12776 (configure-libgloss, all-libgloss): New targets.
12777 (configure-libstdc++): New target.
12778 (all-libstdc++): Depend upon configure-libstdc++.
12779 (configure-librx, all-librx): New targets.
12780 (configure-newlib): New target.
12781 (all-newlib): Depend upon configure-newlib
12782 (configure-xiberty): New target.
12783 (all-xiberty): Depend upon configure-xiberty.
12784
12785Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12786
12787 * configure.in (host i[345]86-*-win32): Expand the
12788 noconfigdirs again.
12789
12790Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12791
12792 * mpw-configure: Fix sed command file name.
12793
12794Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12795
35590697 12796 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12797 noconfigdirs again.
12798
12799Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12800
12801 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12802 or powerpc*-*-pe*, since they are not yet supported.
12803
12804Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12805
12806 Add PowerMac support and many other enhancements.
12807 * mpw-configure: New option --cc to select compiler to use,
12808 paste options set according to --cc into the generated
12809 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12810 if mpw-make.sed is present.
12811 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12812 add forward includes for PowerPC include files.
12813 * mpw-build.in: Build using Makefile.PPC if present.
12814 (do-byacc, etc): Remove separate version resource builds.
12815 (do-gas): Build "stamps" before "all".
12816 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12817 * mpw-README: Update to reflect --cc option, PowerMac support,
12818 and recently-reported compatibility problems.
12819
12820Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12821
12822 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12823 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12824 (--with-multilib-top): Pass to recursive invocations.
12825
12826Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12827
12828 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12829 v810-*-*.
12830
12831Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12832
12833 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12834 gdb, ld and opcodes on v810-*-*.
12835
252b5132
RH
12836Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12837
12838 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12839 (local-maintainer-clean): New target.
12840 (maintainer-clean): New target.
12841 (realclean): Just depend upon maintainer-clean.
12842
12843Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12844
12845 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12846
12847Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12848
12849 * configure.in: Build ld in mips*-*-bsd* case.
12850
12851Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12852
12853 * config.sub: Accept -lites* OS. From Ian Dall.
12854
12855Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12856
12857 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12858 targets.
252b5132
RH
12859
12860Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12861
12862 * configure.in: treat i386-win32 canadian cross the same as
12863 i386-go32 canadian cross.
12864
12865Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12866
12867 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12868 running under the simulator to build a reduced set of libraries.
12869 (powerpc-*-eabiaix): Add fine grained multilib support added to
12870 other powerpc targets yesterday.
12871
12872Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12873
12874 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12875 -disable-softfloat, -disable-relocatable, -disable-aix, and
12876 -disable-sysv to control which multilib libraries get built.
12877
12878Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12879
12880 * configure: Add Makefile.tem to list of files to remove in trap
12881 handler.
12882
12883Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12884
12885 * config.guess (*Linux*): Add missing "exit"s.
12886 Also, need specific check for alpha-unknown-linux (uses COFF).
12887
12888Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12889
12890 * config.guess: Merge with FSF:
12891
12892 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12893 * config.guess (AIX4): More robust release numbering discovery.
12894
12895 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12896 * config.guess (i386-sequent-ptx): Properly get version number.
12897
12898 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12899 * config.guess (mips:*:4*:UMIPS): New case.
12900
12901Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12902
12903 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12904 (i386-win32 host): Likewise. Don't build readline.
12905
afb8d725
JM
12906Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12907
12908 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12909 SUPPORT_FILES to submakes.
12910
252b5132
RH
12911Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12912
12913 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12914 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12915 mpw-configure.
12916
12917Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12918
12919 * configure.in (appdirs): Use =, not ==, in test expression when
12920 trying to build the text to print in the warning message for
12921 Solaris users.
12922
12923Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12924
12925 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12926
12927Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12928
12929 * config.guess: Recognize lynx-2.3.
12930
12931Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12932
12933 * config.sub (z8ksim): Deleted
12934 (z8k-*-coff): New, this is the one true name of the target.
12935
12936Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12937
12938 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12939
12940Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12941
12942 * config.guess (*:Linux:*:*): First try asking the linker what the
12943 default object file format is (elf, aout, or coff). Then if this
12944 fails, try previous methods.
12945
12946Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12947
12948 * configure.in: Don't build newlib for *-*-vxworks5.1.
12949
12950Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12951
12952 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12953 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12954
12955Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12956
12957 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12958
12959Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12960
12961 * cfg-ml-com.in: New file.
12962 * cfg-ml-pos.in: New file.
12963
12964Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12965
12966 * COPYING.NEWLIB: Add HP free copyright to list.
12967
12968Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12969
12970 * config.sub: Recognize -eabi* for the system, not just -eabi.
12971
12972Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12973
12974 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12975 * config.sub, configure.in (win32): New target and host.
12976
12977Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12978
12979 * configure.in: Add i386-pe configuration.
12980
12981Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12982
12983 * mpw-build.in (install): Install GDB after LD.
12984
12985Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12986
12987 * mpw-config.in (elf/mips.h): Always forward-include, needed
12988 for GDB to build.
12989
12990Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12991
12992 * testsuite: New directory for customer acceptance and whole tool
12993 chain tests.
12994
12995Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12996
12997 * configure: If per-host line isn't found, but AC_OUTPUT is found
12998 and a configure script exists, run it instead.
12999
13000Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13001
13002 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13003
13004Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13005
13006 * configure: Set build_{cpu,vendor,os,alias} to host values when
13007 --build isn't specified.
13008
13009Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13010
13011 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13012 (FLAGS_TO_PASS): Pass them.
13013 (EXTRA_TARGET_FLAGS): Ditto.
13014
252b5132
RH
13015Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13016
13017 * Makefile.in (all-libg++): Depend on all-libstdc++.
13018
13019Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13020
13021 * configure.in (noconfigdirs): Enable all packages for
13022 i386-unknown-netbsd.
13023
13024Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13025
13026 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13027 hosted builds (DOS builds)
13028
13029Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13030
13031 Changes for ARM based on patches from Richard Earnshaw:
13032 * config.sub: Handle armeb and armel.
13033 * configure.in: Omit arm linker only for riscix.
13034
13035Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13036
13037 * config.guess: Update from FSF.
13038
13039Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13040
13041 * config.sub: Recognize powerpcle as the little endian varient of
13042 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13043 powerpcle variant. Convert pentium into i586, not i486. Add p5
13044 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13045 temporarily.
13046
13047Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13048
13049 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13050
13051Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13052
13053 * config.sub: Accept -lites* as a basic system type.
13054
13055Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13056
13057 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13058 installed, and if so return linuxoldld as the system name.
13059
13060Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13061
13062 * config.guess: Add hppa1.1-hp-lites support.
13063
13064Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13065
13066 * configure.in: Don't build newlib for m68k-vxworks5.1.
13067
13068Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13069
13070 * configure.in (mips-sgi-irix6): Use mh-irix5.
13071
13072Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13073
13074 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13075
13076Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13077
13078 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13079 OSF/1. Fix compiler flags.
252b5132
RH
13080 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13081
13082Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13083
13084 * configure.in: Recognize --with-newlib.
13085 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13086
afb8d725
JM
13087Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13088
13089 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13090 to *_X11_MODULES due to gdbtk needing X include files et al.
13091
252b5132
RH
13092Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13093
13094 Merge in support for Mac MPW as a host.
13095 (Old change descriptions retained for informational value.)
13096
13097 * mpw-config.in: Add generic include forwards for cpu-specific
13098 include files in aout and elf directories.
13099
13100 * mpw-configure: Added copyright.
13101 * mpw-config.in: Check for presence of required build tools.
13102 (target_libs): Add newlib.
13103 (target_tools): Add examples.
13104 (Read Me): Generate as "Read Me for MPW" instead.
13105 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13106 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13107 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13108
13109 * mpw-configure: Remove subdir-specific makefile hackery,
13110 delete mk.tmp after using it.
13111
13112 * mpw-build.in (all): Display start and end times.
13113
13114 * mpw-configure (host_canonical): Set.
13115 (target_cpu): Always add to makefiles.
13116 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13117 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13118 (mpw-mh-mpw): Look for in srcdir and srcroot.
13119 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13120
13121 * mpw-build.in: (install-only): New target.
13122
13123 * mpw-configure (host_alias, target_alias): Rename from hostalias
13124 and targetalias, add into generated Makefile.
13125 (mk.tmp): If present, add into generated Makefile.
13126 * mpw-build.in (all-gas): Build config.h first before gas proper.
13127
13128 * mpw-configure (config.status): Write only if changed.
13129 * mpw-config.in (readline): Configure it (not built, just used for
13130 definitions).
13131
13132 * mpw-config.in (elf/mips.h): Add a forward include.
13133
13134 * mpw-config.in: Forward-include most .h files in include into
13135 extra-include.
13136 (readline): Don't build.
13137 mpw-build.in (install): Install GDB.
13138
13139 * mpw-configure (prefix, mpw_prefix): Handle it.
13140 * mpw-config.in (mmalloc, readline): Don't configure.
13141 * mpw-build.in (thisscript): Rename to ThisScript.
13142 Use mpw-build instead of BuildProgram everywhere.
13143 (mmalloc, readline): Don't build.
13144 * mpw-README: New file, basic documentation about the MPW port.
13145
13146 * mpw-config.in: Use forward-include to create include files.
13147
13148 * mpw-configure: Add more things to the top of each configured
13149 Makefile, including contents of config/mpw-mh-mpw.
13150 * mpw-config.in (extra-include): Create this directory and fill it
13151 with Posix-like include files when configuring.
13152
13153 * config.sub (apple, mac, mpw): Add various aliases.
13154
13155 * mpw-build.in: New file, top-level build script fragment for MPW.
13156 * mpw-configure: New file, configure script for MPW.
13157 * mpw-config.in: New file, config fragment for MPW.
13158
13159Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13160
13161 * configure.in (host_libs): Remove glob, since it is gone from the
13162 sources.
13163
13164Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13165
13166 * Makefile.in: define empty GDB_NLM_DEPS var.
13167
13168 * configure.in(target_makefile_frag): use config/mt-netware
13169 for netware targets.
13170
13171Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13172
13173 * config.sub: Merge in recent FSF changes. Remove linux special
13174 cases.
13175
13176Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13177
4bddf3ad 13178 Revert this change:
252b5132
RH
13179
13180 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13181
13182 * build-all.mk: Use CC=cc -Xs on Solaris.
13183
252b5132
RH
13184Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13185
13186 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13187 stop using it.
13188 * Makefile.in: Nuke all references to glob subdirectory.
13189
13190Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13191
13192 * configure.in: Fix --enable-shared logic in per-host.
13193
13194Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13195
13196 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13197
13198Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13199
13200 * configure.in (noconfigdirs): Don't build gas on AIX, for
13201 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13202
13203Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13204
13205 * configure: Fix --cache-file to work if the file argument is a
13206 relative path.
13207
13208Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13209
13210 * configure: If the --cache-file is used, pass it down to
13211 configure in subdirectories.
13212
13213Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13214
13215 * config.sub: add vxworks29k configuration.
13216
13217Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13218
13219 * Makefile.in (taz): Do "diststuff" part quietly.
13220
13221Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13222
13223 * config.sub: Mini-merge with gcc/config.sub.
13224
13225Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13226
13227 * config.guess (IRIX): Sed - to _.
13228
13229Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13230
13231 * Makefile.in (source-vault, binary-vault): New targets.
13232
13233Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13234
13235 * config.sub: Recognize -eabi as a basic system type.
13236
13237Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13238
13239 * configure.in (enable_shared stuff): Fix typo.
13240
13241Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13242
13243 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13244
13245Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13246
13247 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13248
13249Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13250
13251 * configure.in (rs6000-*-*): Don't build gas.
13252
13253Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13254
13255 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13256 reduce command line length.
13257 (AS_FOR_TARGET): Check for as.new, not Makefile.
13258 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13259
13260Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13261
13262 * config.guess: Merge from FSF.
13263
13264Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13265
13266 * configure: Don't use $ when handling program_suffix.
13267
13268Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13269
13270 * configure.in: Configure tk for hppa/hpux.
13271
13272Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13273
13274 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13275
13276Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13277
13278 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13279 to LIBCXXFLAGS. Tests are better run without it.
13280
13281Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13282
13283 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13284
13285Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13286
13287 * configure.in (*-*-netware*): Don't configure xiberty.
13288
13289Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13290
13291 * configure.in: Remove tk from native_only list.
13292
13293Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13294
13295 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13296 for special NCD build.
13297
13298Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13299
13300 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13301 makeall.bat, they're only useful for binutils snapshots.
13302 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13303 makeall.bat to specified SUPPORT_FILES.
13304
13305Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13306
13307 * build-all.mk: Add Ericsson targets to sun4 and solaris
13308 hosts. Add BNR's sun4 target to solaris host, so their
13309 build-from-source will be tested in-house first.
13310
13311Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13312
13313 * Makefile.in (LIBCFLAGS): New variable.
13314 (CFLAGS_FOR_TARGET): Ditto.
13315 (LIBCFLAGS_FOR_TARGET): Ditto.
13316 (LIBCXXFLAGS): Ditto.
13317 (CXXFLAGS_FOR_TARGET): Ditto.
13318 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13319 (BASE_FLAGS_TO_PASS): Pass them.
13320 (EXTRA_TARGET_FLAGS): Ditto.
13321
4bddf3ad 13322 * configure.in: Support --enable-shared.
252b5132
RH
13323
13324Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13325
13326 * configure.in (target_libs): Include libstdc++ again.
13327 * config.guess: Update from FSF (for FreeBSD).
13328
13329Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13330
13331 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13332 makeall.bat.
13333 (DISTDOCDIRS): Add `etc'.
13334 (ETC_SUPPORT_PFX): New variable.
13335 (taz): Include anything from etc starting with a word in
13336 ETC_SUPPORT_PFX.
13337
13338Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13339
13340 * config.sub: Update for recent FSF changes. Remove obsolete
13341 h8300hds entry. Add -windows* and -osx as basic os. Minor
13342 spacing changes.
13343
13344Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13345
13346 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13347
13348 * config.guess: Merge with FSF.
13349 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13350
13351Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13352
13353 * configure: Since the "trap 0" handler will override the exit
13354 status on many systems, only use it for "exit 1", and make it set
13355 a non-zero exit status; reset it before "exit 0". Also, check
13356 exit status of config.sub, and error out if it failed.
13357
13358Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13359
13360 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13361 and install libgloss.
13362
13363Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13364
13365 * Makefile.in (all-binutils): Depend upon all-byacc.
13366
13367 * configure.in: Don't build emacs on Irix 5.
13368
13369Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13370
13371 * configure.in (*-*-netware*): Add libio.
13372
13373Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13374
13375 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13376 (CHECK_TARGET_MODULES): Ditto.
13377 (INSTALL_TARGET_MODULES): Ditto.
13378 (TARGET_LIBS): Ditto.
13379 (all-libstdc++): Note dependencies.
13380
13381Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13382
13383 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13384
13385Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13386
13387 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13388 -fexternal-templates.
13389
13390 * configure.in (target_libs): Add libstdc++.
13391 (noconfigdirs): Add libstdc++ as appropriate.
13392
13393Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13394
13395 * config.guess: Update from FSF.
13396
13397Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13398
13399 * configure: Use ${config_shell} when running ${configsub}.
13400
13401Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13402
13403 * config.sub: No longer recognize h8300h.
13404
13405Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13406
13407 * config.sub: Remove extraneous differences between config.sub and
13408 gcc/config.sub.
13409
13410Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13411
13412 * Makefile.in (DISTSTUFFDIRS): Add gas.
13413
13414Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13415
13416 * COPYING.NEWLIB: New file.
13417
13418Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13419
13420 * config.guess (HP-UX): Patch from Harlan Stenn
13421 <harlan@landmark.com> to also emit release level.
13422
13423Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13424
13425 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13426
13427Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13428
13429 * config.sub: Merge nextstep cleanup from FSF.
13430
13431Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13432
13433 * configure.in (arm-*-*): Don't configure ld for this target.
13434
13435Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13436
13437 * configure.in (*-*-netware): don't configure libg++, libio,
13438 librx, or newlib.
13439
13440Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13441
13442 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13443 configure ld--it works, but it doesn't support shared libraries.
13444
13445Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13446
13447 * config.guess (*-unknown-freebsd*): Get rid of possible
13448 trailing "(Release)" in version string.
13449 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13450
13451Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13452
13453 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13454 Fix type: *-next-neststep -> *-next-nextstep.
13455
13456 * config.guess: Merge from FSF:
13457
13458 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13459
13460 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13461
13462 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13463
13464 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13465 instead of UNIX_SV for UnixWare 1.0).
13466
13467Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13468
13469 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13470 to make gdb/nlm/* build after the compiler and linker.
13471
13472Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13473
13474 * config.guess (netbsd, freebsd, linux): Accept any machine,
13475 not just i[34]86.
13476 (m68k-atari-sysv4): Relocate to match FSF version.
13477
13478 * config.guess: More merges from the FSF:
13479
13480 Add a space before function call or macro invocation.
13481
13482 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13483
13484 * config.guess: Add trap cmd to remove dummy.c and dummy when
13485 interrupted.
13486
13487 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13488
13489 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13490 (dummy): Redirect stderr from compilation of dummy.c.
13491
13492 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13493
13494 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13495
13496Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13497
13498 * configure: Accept and ignore --cache*, for compatibility with
13499 new autoconf.
13500
13501Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13502
13503 * config.guess: Merge from FSF:
13504
13505 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13506
13507 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13508 (PATH): Add /.attbin at end for finding uname.
13509 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13510
13511 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13512
80413487 13513 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13514
13515 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13516
80413487
RH
13517 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13518 to select whether to use ELF or COFF.
252b5132
RH
13519
13520 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13521
80413487 13522 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13523
13524 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13525
13526 * config.guess: Guess the OS version for HPUX.
13527
13528 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13529
13530 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13531
13532Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13533
13534 * configure.in: Recognize --with-headers, --with-libs, and
13535 --without-newlib.
13536 * Makefile.in (all-xiberty): Depend upon all-ld.
13537
13538Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13539
13540 * configure.in: Change i[34]86 to i[345]86.
13541
13542Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13543
13544 * configure (version): A few more tweaks to help message.
13545
13546Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13547
13548 * Makefile.in: Remove (for now) librx as a host library,
13549 now that we're building it for target.
13550
13551Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13552
13553 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13554 (Karl Berry).
13555
13556Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13557
13558 * configure.in: Also configure librx.
13559
13560Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13561
13562 * Makefile.in: Update various rules to reflect that librx
13563 is now needed for libg++.
13564
13565Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13566
13567 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13568
13569Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13570
13571 * configure.in: Configure the examples directory.
13572
13573Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13574
13575 * configure: Simplify Jun 2 1994 change.
13576
13577Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13578
13579 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13580 /bin/gcc isn't good enough to build gcc.
13581
13582Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13583
13584 * Makefile.in (GDB_SUPPORT_FILES): Remove
13585 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13586 (gdb.tar.gz): Add new rule to use standard distribution building
13587 mechanism.
13588
13589Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13590
13591 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13592 Bill Cox <bill@cygnus.com>.
13593
13594Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13595
13596 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13597
13598Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13599
13600 * configure: Search current dir first in .gdbinit.
13601
13602Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13603
13604 * config.sub: Recognize freebsd (merged from gcc config.sub).
13605
13606Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13607
13608 * config.sub: Refer to NeXT's operating system as nextstep.
13609
13610 * config.sub (case $basic_machine): Re-order the cases, to match
13611 the order in the FSF version (which is mostly alphabethical).
13612 Merge in some additions and changes from the FSF.
13613
13614Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13615
13616 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13617 * config.sub: Recognize cxux7.
13618 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13619
13620Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13621
13622 * config.sub: Fix typo powerpc -> powerpc-*.
13623
13624Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13625
13626 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13627
13628 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13629 parallel with all-emacs and install-emacs). Top-level command
13630 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13631
13632Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13633
13634 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13635 $(relbindir)/make before doing ``make install'', and use
13636 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13637 installing over running make binary.
13638 ($(host)-stamp-stage3-installed): Likewise.
13639
13640Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13641
13642 * config.guess: Recognize Mach.
13643
13644Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13645
13646 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13647 see whether --exec-prefix was used.
13648
13649Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13650
13651 * README: Explicitly mention libg++/README. (Zoo's idea.)
13652
13653Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13654
13655 * Makefile.in: Add all-librx target similar to all-libproc.
13656
13657Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13658
13659 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13660 with post 1.2 uname bogosity.
13661
13662Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13663
13664 * configure: Remove temporary files on receipt of a signal.
13665
13666Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13667
13668 * configure: If there is a package_makefile_frag, remove
13669 ${subdir}/Makefile.tem after copying it in.
13670
13671Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13672
13673 * build_all.mk: support rs6000 lynx identifies itself as
13674 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13675 since /bin/gcc is too feeble to compile a modern gcc.
13676
13677Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13678
13679 * brought devo/test-build.mk update-to-date with progressive/
13680 test-build.mk. Add lynx targets and hppa flag info.
13681
13682Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13683
13684 * configure.in: Use mh-ncrsvr43. Patch from
13685 Tom McConnell <tmcconne@sedona.intel.com>.
13686
13687Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13688
13689 * config.guess (i386-unknown-bsdi): No longer need to
13690 check #if defined(__bsdi__) && defined(__i386__).
13691
13692Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13693
13694 * configure: Set program_transform_nameoption correctly.
13695
13696Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13697
13698 * brought build-all.mk update-to-date with progressive build-all.mk,
13699 added new targets and hppa info.
35590697 13700
252b5132
RH
13701Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13702
13703 * configure: If config.guess result is a prefix of the user
13704 specified target, assume a native build and use the user specified
13705 target as the host alias. Remove SunOS patch suffix removal hack.
13706 * configure.in: Remove SunOS patch suffix removal hack.
13707
13708 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13709 in NATIVE_CHECK_MODULES.
13710
13711Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13712
13713 * Makefile.in: Rename HOST_ONLY to NATIVE.
13714 * configure: Delete SunOs patch suffix from host_canonical
13715 and build_canonical variables that are prepended to Makefiles.
13716 * configure.in: Add comments for easier maintenance.
13717
13718Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13719
13720 * Makefile.in: Add all-libproc target similar to all-gui.
13721
13722Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13723
13724 * Makefile.in (CHECK_MODULES): split into
13725 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13726
13727Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13728
13729 * config.guess (i386-unknown-bsdi): New system to guess.
13730
13731Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13732
13733 * Makefile.in: Add all-gui target (but not yet build by "all").
13734
13735Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13736
13737 * config.sub: Move deletion of patch suffix from here...
13738 * configure.in: To here, at Ian's suggestion. The top-
13739 level scripts might need to know of a patch level.
13740
13741Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13742
13743 * config.sub: Strip off patch suffix so rtl is recognized
13744 as a sunos4.1.3 machine, even though it's been patched.
13745
13746Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13747
13748 * Makefile.in (INSTALL_LAST): Delete.
13749 (INSTALL_DOSREL): New.
13750
13751Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13752
13753 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13754 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13755 whether we pass down --with-gnu-ld anyhow.
13756
13757Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13758
13759 * Makefile.in (INSTALL_LAST): Change operation so it works
13760 on more flavors of make.
13761 * configure.in (go32): Don't build libg++ or libio.
13762
13763Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13764
13765 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13766 they can be overriden by templates.
13767
13768Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13769
13770 * configure.in (target==go32): Don't build gdb.
13771 * dosrel: New directory.
13772
13773Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13774
13775 * configure.in (host==go32): Configure dosrel too.
13776 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13777 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13778 be set by incoming names or templates.
13779 (INSTALL_LAST): New rule.
252b5132
RH
13780
13781Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13782
13783 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13784
13785Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13786
252b5132
RH
13787 * configure.in (appdirs): New variable. Currently empty, but will
13788 be used in gas distribution. If nonempty, lists a set of
13789 directories at least one of which must get configured, or top
13790 level configuration is considered to have failed.
13791 (rs6000-*-lynxos*): Use new file name.
13792
13793Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13794
13795 Eliminate XTRAFLAGS.
13796 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13797 newlib include files using -idirafter, and also use -nostdinc.
13798 (CXX_FOR_TARGET): Likewise.
13799 (XTRAFLAGS): Removed.
13800 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13801 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13802 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13803 ($(DO_X)): Don't pass down XTRAFLAGS.
13804
13805Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13806
13807 * configure.in (mips*-dec-bsd*): New target; do build linker.
13808 (mips*-*-bsd*): New target; don't build linker.
13809
13810Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13811
13812 * configure.in: support rs6000-*-lynxos* configuration.
13813 support sunos4 as a cross target.
13814
13815 * config.sub: look for lynx*, not lynx since the OS version may
13816 legitimately be part of the name.
13817
13818Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13819
13820 * configure.in (i[34]86-*-sco*): Move to be with other i386
13821 targets.
13822 (romp-*-*): New target. Skip various binary utilities.
13823 (vax-*-*): New target. Don't build newlib.
13824 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13825
13826Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13827
13828 * configure.in: Only set host_makefile_frag if config
13829 directory exists.
13830
13831Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13832
13833 * install.sh: If $dstdir exists, don't check whether each
13834 component does.
13835
13836Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13837
13838 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13839
13840Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13841
35590697
AJ
13842 * configure.in (*-*-lynxos*): Don't configure newlib for either
13843 native or cross Lynx.
252b5132
RH
13844
13845Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13846
13847 * config.sub (sparc64-elf): Fix os.
13848 (z8k): Remove duplicate.
13849
13850Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13851
13852 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13853 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13854
13855Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13856
13857 * configure: Make file links cleanly even if Lynx fails on
80413487 13858 an NFS symlink (at least fail cleanly).
252b5132
RH
13859
13860Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13861
13862 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13863 -XNh2000.
13864
13865Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13866
13867 * configure: Unknown options are fatal again.
13868
13869Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13870
13871 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13872 compatibility.
252b5132
RH
13873
13874Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13875
13876 * build-all.mk: Add `clean' target.
13877
13878Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13879
13880 * config.guess: Add SINIX support.
13881 * configure.in: Add mips-*-sysv4* support.
13882
13883Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13884
13885 * build-all.mk: Document all useful targets.
13886 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13887 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13888
13889Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13890
13891 * configure: Support --silent, --quiet.
13892
13893Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13894
13895 * configure: Support --disable-FEATURE.
13896
13897Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13898
13899 * config.guess: Recognize NCR running SVR4.3.
13900
13901Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13902
13903 * config.guess: Make BSDI generate i386-unknown-bsd386.
13904 Patch from Paul Eggert <eggert@twinsun.com>.
13905
13906Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13907
13908 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13909
13910Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13911
13912 * configure: Make unrecognized options give nonfatal warnings
13913 instead of fatal errors, and pass them to any subdirectory
13914 configures in case they recognize them.
13915 Make --x equivalent to --with-x.
13916
13917Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13918
13919 * configure: Add --enable-* options. Clean up usage message and
13920 some comments.
13921
13922Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13923
13924 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13925
13926Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13927
13928 * configure.in (hppa*-*-*): Enable binutils.
13929
13930Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13931
13932 * config.sub: Recognize cisco.
13933
13934Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13935
13936 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13937
13938Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13939
13940 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13941 than one configuration name. Add comment.
13942
13943Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13944
13945 * config.guess: about target *-hitachi-hiuxwe2, fixed
13946 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13947 macro is incorrect.]
13948
13949Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13950
13951 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13952 than the "make ls" stuff which used to be here.
13953
13954Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13955
13956 * config.guess: Recognize i[34]86-unknown-freebsd.
13957 From Shawn M Carey <smcarey@rodan.syr.edu>.
13958
13959Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13962
13963Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13964
13965 * config.guess: Check for ptx.
13966
13967Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13968
13969 * config.sub: Add os9k checking.
13970
13971Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13972
13973 * config.guess: Handle OSF1 running on HPPA processors
13974
13975Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13976
13977 * configure: If subdir configure fails, print out a message with
13978 subdirectory name, in case subdir's configure code didn't identify
13979 itself.
13980
13981Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13982
13983 * configure.in: Remove embedded newlines from configdirs.
13984 Avoid mismatches of substrings. Fix matching strings at end
13985 of configdirs.
13986
13987Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13988
13989 * config.guess: Add Lynx/rs6000 config support.
13990
13991Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13992
13993 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13994
13995Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13996
13997 * configure.in (hppa*-*-osf*): Treat this just like most other
13998 PA configurations (eg no binutils or ld).
13999 (hppa*-*-*elf*): These configurations have binutils and ld.
14000
14001Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14002
14003 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14004
14005Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14006
14007 * configure.in (rs6000-*-*): Build gas.
14008
14009Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
80413487 14011 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14012
14013Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14016 for GDB and GDB has been fixed to not need it.
14017
252b5132
RH
14018Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14019
14020 * config.guess: Recognize vax hosts.
14021
14022Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14023
14024 * configure (while loop): Don't use "break 2" inside case
14025 statement -- the case statement isn't an enclosing loop.
14026
14027Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14028
14029 * config.guess: Clean up NeXT support, to allow nextstep
14030 on Intel machines. Make OS be nextstep.
14031
14032Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14033
14034 * config.guess: Add alternate forms for Convex.
14035
14036Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14037
14038 * configure: Completely rewrite option processing. Take
14039 advantage of pattern-matching to avoid invoking test frequently.
14040 Also clean up host and target defaulting logic.
14041
14042Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14043
14044 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14045 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14046 commands (plus user environment) will fit SCO limits.
14047
14048Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14049
14050 * configure.in: Don't issue warnings about directories which are
14051 not being configured if -norecursion is set. Correct test for
14052 --with-gnu-as and --with-gnu-ld to not get confused by substring
14053 matches.
14054
14055 * configure.in: Don't build gas for alpha-dec-osf1*.
14056
14057Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14058
14059 * configure: Back out Per's change of 12/19/1993. It changes the
14060 behavior of configure in unexpected and confusing ways.
14061
14062 Also, use different delim char when calculating
14063 program_transform_name so that the name can contain slashes.
14064
14065Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14066
14067 * configure.in, config.sub: Add support for VSTa micro-kernel.
14068
14069Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14070
14071 * configure.in: Nuke hacks which were used to get a special
14072 version of GAS for HPPA configurations.
14073
14074Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14075
14076 * configure: If only ${target_alias} is given, use that
14077 as the default for ${host_alias}.
14078 * configure: Add missing back-slashes before nested quotes.
14079
14080Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14081
14082 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14083
14084Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14085
14086 * config.guess: Recognize some Tektronix configurations.
14087 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14088
14089Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14090
14091 * config.sub: Match any flavor of SH.
14092
14093Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14094
14095 * configure.in: Don't try to configure newlib for Alpha.
14096
14097Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14098
14099 * configure.in: Don't build ld for Irix 5. Don't build gas,
14100 libg++ or libio for any Alpha target.
14101
14102 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14103
14104Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14105
14106 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14107 default arguments -- so it tried to compress itself.
14108
14109Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14110
14111 * configure.in (notsupp): ensure that a space is always at the end
14112 of the configdirs list, since the grep checks for an explicit space
14113
14114Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14115
14116 * configure.in (target i386-sysv4.2): don't build ld, since static
14117 versions of many libraries are not available.
14118
14119Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14120
14121 * config.guess: Recognize Apollos (using environment variables).
14122 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14123
14124Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14125
14126 * config.guess: Recognize Sony news mips running newsos.
14127
14128Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14129
14130 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14131 "fi ; else" for bash.
14132
14133Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14134
14135 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14136
14137Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14138
14139 * config.sub: accept unixware as an alias for svr4.2.
14140 Fix some inconsistancies with the gcc version.
14141
14142Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14143
14144 * Makefile.in (DISTDOCDIRS): Add gdb.
14145
14146Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14147
14148 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14149
14150Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14151
14152 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14153 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14154 this now.
14155
14156Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14157
14158 * config.sub: Accept hiux* as an OS name.
14159
14160 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14161 etc/make-stds.texi. The underscore came from gcc, and dje now
14162 agrees that RUNTESTFLAGS is the correct name.
14163
14164Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14165
14166 * install.sh: Remove 'set -e'. It makes any conditionals
14167 in the script useless.
14168
14169 * config.guess: Automatically recognize arm-acorn-riscix
14170 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14171
14172Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14173
14174 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14175
14176Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14177
14178 * Makefile.in (DISTDOCDIRS): New variable.
14179 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14180 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14181
14182Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14183
14184 * configure.in (hppa target): check the source directory for the
14185 pagas sub-directory
14186
14187Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14188
14189 * config.sub: Allow -aout* and -elf*.
14190
14191Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14192
14193 * configure.in: Don't build ld on i386-solaris2, same as for
14194 sparc-solaris2.
14195
14196Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14197
14198 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14199
14200Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14201
14202 * configure.in: Configure gdb for alpha.
14203
14204Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14205
14206 * Makefile.in (CXXFLAGS): Add -O.
14207
14208Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14209
14210 * config.guess: added support for DG Aviion
14211
14212Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14213
14214 * configure.in: Produce warning message for subdirectories not
14215 configurable for this host/target combination. Don't try to
14216 configure gdb for vms.
14217
14218Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14219
14220 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14221 appropriate files before making "diststuff".
14222 (DISTBISONFILES): New var: list of files to be edited.
14223 (DISTSTUFFDIRS): Add binutils.
14224
14225Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14226
14227 * config.sub: also handle mipsel and mips64el (for little endian mips)
14228
14229Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14230
14231 * configure.in: Add * to end of all OS names.
14232
14233Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14234
14235 * configure.in: Build newlib for LynxOS native.
14236
14237Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14238
14239 * config.guess: Add support for delta 88k running SVR3.
14240
14241 * configure.in: Add comment about HP compiler vs. emacs.
14242
14243Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14244
14245 * configure.in: don't build ld on solaris2 (not a viable option
14246 due to bugs in getpwnam & getpwuid)
14247
14248Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14249
14250 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14251 config.guess will produce a full version number.
14252
14253Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14254
14255 * configure.in: Build linker and binutils for alpha-dec-osf1.
14256
14257Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14258
14259 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14260 and gdb/testsuite/Makefile.in.
14261
14262Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14263
14264 * configure.in: recognize mips*- instead of mips-
14265
14266Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14267
14268 * config.sub: Accept linux*coff and linux*elf as operating
14269 systems.
14270
14271Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14272
14273 * config.sub: Recognize mips64, and mips3 as an alias for it.
14274
14275Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14276
14277 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14278 gdb knows how to handle OSF/1 shared libraries.
14279
14280Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14281
14282 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14283 * config.guess: Recognize Hitachi's HIUX.
14284 * config.sub: Recognize h3050r* and hppahitachi.
14285 Remove redundant cases for hp9k[23]*.
14286
14287Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14288
14289 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14290 if gas and ld are in the source tree and are in ${configdirs}.
14291 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14292 --with options (but still pass them down on the command line,
252b5132
RH
14293 if they were explicitly specified).
14294
14295Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14296
14297 * configure: substitute SHELL value in Makefile.in with
14298 ${CONFIG_SHELL}
14299
14300Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14301
14302 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14303 *-*-solaris2* targets.
14304
14305Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14306
14307 * Makefile.in: define M4, and pass it down to sub-makes;
14308 all-autoconf now depends on all-m4
14309
14310Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14311
14312 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14313 presence of {ar,ranlib} instead of a configured directory
14314
14315Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14316
14317 * config.guess: Accept 34?? as well as 33?? for NCR.
14318
14319Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14320
14321 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14322 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14323
14324Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14325
14326 * configure: grab values for $(CC) and $(CXX) from the
14327 environment, so that someone can do "CC=gcc configure; make" and
14328 have it work right (matching the way that autoconf works now)
14329
14330 * configure.in, Makefile.in: add support for gash, the tcl
14331 interface to Galaxy
14332
14333 * config.guess: add NetBSD variants (hp300, x86)
14334
14335Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14336
14337 * install.sh: Support -d option (in the manner of SunOS 4 install,
14338 as it is more deterministic than that of GNU install)
14339 (chmodcmd): Set file to mode 755 by default (should also do default
14340 chgrp and chown, but I don't feel like dealing with that now)
14341
14342Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14343
14344 * config.sub: Remove h8300hhms alias.
14345
14346Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14347
14348 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14349
14350Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14351
14352 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14353 as stmp-fixinc
14354
14355Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14356
14357 * config.sub: recognize m88110-bug-coff.
14358
14359Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14360
14361 * Makefile.in (all-libio): all dependencies on the toolchain used
14362 to build this (gcc, gas, ld, etc)
14363
14364Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14365
14366 * config.guess: Deal with OSF/1 1.3 on alpha.
14367
14368Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14369
14370 * install.sh: add some 'else true' clauses for portability
14371
14372 * configure.in: don't build libio for h8[35]00-*-* targets
14373
14374Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14375
14376 * Makefile.in: Add support for new libio.
14377
14378Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14379
14380 * install.sh: If one command fails, don't try the rest. Don't try
14381 to remove $dsttmp (via trap) unless we have already created it.
14382 If $src doesn't exist, detect it and exit with an error.
14383
14384 * config.guess: Recognize BSD on hp300.
14385
14386Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14387
14388 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14389 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14390
14391Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14392
14393 * Makefile.in (all-send-pr): depends on all-prms
14394
14395Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14396
14397 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14398
14399Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14400
14401 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14402 Added test for mips-mips-riscos5.
14403
14404Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14405
14406 * configure.in: use mh-hp300 for 68k HP hosts
14407
14408Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14409
14410 * configure: add support for CONFIG_SHELL, so that you can use
14411 some alternate shell for evaluating configure scripts
14412
14413Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14414
14415 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14416 in configure script to bug-gdb@prep.ai.mit.edu when building
14417 distribution archive.
14418 * Makefile.in (COMPRESS): Remove def.
14419 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14420 gdb.tar.Z and make-gdb.tar.Z respectively.
14421 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14422 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14423 to convergence with 'taz' target in Makefile.in.
14424
14425Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14426
14427 * install.sh (dsttmp): use trap to ensure that tmp files go
14428 away on error conditions
14429
14430Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14431
14432 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14433
14434Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14435
14436 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14437 its parent is '/' not ''.
14438
14439 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14440
14441Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14442
14443 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14444 that ${newsrcdir}/configure.in does.
14445
14446Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14447
14448 * test-build.mk: support for CONFIG_SHELL
14449
14450Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14451
14452 * config.sub (netware): Add as a basic system type.
14453
14454Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14455
14456 * Makefile.in (Makefile): depend on configure.in. Also drop the
14457 $(srcdir)/ from the dependency on Makefile.in.
14458
14459Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14460
14461 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14462 (h8300hhms is temporary until multi-libraries are implemented).
14463 * configure.in: Handle h8300h too.
14464
14465Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14466
14467 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14468
14469Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14470
14471 * configure: Remove extraneous output when guessing host type.
14472 * config.guess: Remove extraneous output when guessing using C
14473 compiler rather than uname, or when guessing fails.
14474
14475Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14476
14477 * Makefile.in: remove all.cross and install.cross targets
14478
14479 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14480 definitions
14481
14482Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14483
14484 * configure.in (target sh): Build gprof.
14485
14486Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14487
14488 * config.sub: change -solaris to -solaris2
14489
14490Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14491
14492 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14493
14494Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14495
14496 * configure: Correct error message for missing Makefile.in to
14497 print correct directory.
14498
14499Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14500
14501 * install.sh: kludge around 386BSD shell bug
14502
14503Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14504
14505 * config.guess: Recognize NeXT.
14506 * config.guess: Recognize i486-ncr-sysv4.
14507 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14508
14509Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14510
14511 * Makefile.in (MAKEINFOFLAGS): New variable.
14512 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14513 * build-all.mk, test-build.mk: Pass down --no-split as
14514 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14515
14516Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14517
14518 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14519
14520Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14521
14522 * Makefile.in (libg++.tar.z): New rule.
14523 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14524 * Makefile.in (taz): Only do a single chmod.
14525
14526Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14527
14528 * install.sh: don't use dirname anymore (replaced with sed usage)
14529
14530Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14531
14532 * Makefile.in: Change extension for gzip'd files from '.z' to
14533 '.gz' per new FSF standard usage.
14534
14535Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14536
14537 * configure: put quotes around the final value of program_transform_name
14538
14539Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14540
14541 * Makefile.in: new install.sh support; update install-info rules
14542
14543Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14544
14545 * configure.in: Build diff for crosses, but not for go32 host.
14546
14547 * configure.in: Build gprof only for native, and don't build it
14548 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14549
14550Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14551
14552 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14553
14554Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14555
14556 * configure.in (host_tools): Add prms.
14557
14558Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14559
14560 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14561 with $(FLAGS_TO_PASS) on the command line
14562
14563 * config.sub: Recognize lynx and lynxos
14564
14565Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14566
14567 * config.sub: Accept -ecoff*, not just -ecoff.
14568
14569Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14570
14571 * Makefile.in (taz): Use .gz suffix instead of .z.
14572 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14573 names.
14574
14575Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14576
14577 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14578
14579Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14580
14581 * Makefile.in (install-no-fixedincludes): install gcc last, so
14582 that rebuilds that might happen during 'make install' don't get
14583 bogus gcc include files
14584
14585Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14586
14587 Change from Utah for HPPA support:
14588 * config.guess: Recognize hppa1.x-hp-bsd.
14589
14590Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14591
14592 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14593 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14594
14595Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14596
14597 * config.sub: Add support for rom68k and bug boot monitors.
14598
14599Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14600
14601 * Makefile.in: Make all-opcodes depend on all-bfd.
14602
14603Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14604
14605 * config.guess: Added special check for i[34]86-univel-sysv4*.
14606
14607Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14608
14609 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14610 the processor rather than assuming i486.
14611
14612Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14613
14614 * config.guess: Recognize SunOS6 as Solaris3.
14615
14616Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14617
14618 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14619 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14620
14621Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14622
14623 * build-all.mk (all-cross): New target for Canadian Cross.
14624 Added Q2 go32 targets.
14625 * test-build.mk: Configure go32 cross sparclite-aout and
14626 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14627 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14628
14629Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14630
14631 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14632 GO32 hosted toolchains
14633
14634Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14635
14636 * configure: change so "-exec-prefix" gets passed down rather
14637 than "-exec_prefix" so autoconf generated Makefiles get the
14638 exec_prefix set right.
14639
14640Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14641
14642 * config.guess: get the Solaris2 minor version number
14643
14644 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14645
14646Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14647
14648 * config.guess: Recognize some Sequent platforms.
14649
14650Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14651
14652 * Makefile.in: added the vault-install target
14653
14654 * configure.in: actually use the Sun3 makefile fragment that's in
14655 config, also added the release dir to configdirs
14656
14657Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14658
14659 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14660
14661Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14662
14663 * configure.in: remove some program from Alpha targetted toolchains
14664
14665Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14666
14667 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14668 gprof.
14669 (taz): Run "make diststuff" in those directories instead of "make
14670 proto-dir". Look for "VERSION=" only at start of line in subdir
14671 Makefile. Use "gzip -9" for compression.
14672 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14673 (binutils.tar.z): New target.
14674
14675Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14676
14677 * Makefile.in (taz): Include gpl.texinfo.
14678
14679Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14680
14681 * Makefile.in (setup-dirs): Merged into "taz" target.
14682 (taz): Only do `proto-dir' stuff if a directory is actually needed
14683 for this target.
14684
14685Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14686
14687 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14688 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14689 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14690 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14691 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14692
14693Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14694
14695 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14696 config.sub, and move-if-change to gdb testsuite distribution
14697 archive, so the testsuite can be extracted, configured, and
14698 run separately from the gdb distribution. Blow away the Chill
14699 tests that require a Chill compiled executable, since GNU Chill
14700 is not yet publically available.
14701
14702Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14703
14704 * test-build.mk: set environment variables in a single command,
14705 instead of a list of assignments and exports
14706
14707 * config.guess: recognize Alpha/OSF1 systems
14708
14709Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14710
14711 * configure: Change help message to prefer --options rather than
14712 -options.
14713
14714Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14715
14716 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14717 zippy@ecst.csuchico.edu.
14718 * config.guess: Recognize miniframe.
14719
14720Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14721
9eb322aa
MF
14722 * Makefile.in: Use srcroot to find runtest rather than rootme.
14723 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14724
14725Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14726
14727 * test-build.mk: Extensive additions to support building on a
14728 machine other than the host.
14729
14730Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14731
14732 * configure (tooldir): Fix for i386-aix again.
14733
14734Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14735
14736 * configure, Makefile.in: Change definition of $(tooldir)
14737 to match the FSF.
14738
14739Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14740
14741 * config.guess: Recognize i[34]86/SVR4.
14742
14743Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14744
14745 * Makefile.in (all-gdb): gdb depends on sim.
14746
14747Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14748
14749 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14750 at the same time we make the prototype gdb directory.
14751 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14752 files at the same time as the gdb base release distribution.
14753
14754Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14755
14756 * Makefile.in (check): Use individual check targets rather than
14757 DO_X rule.
14758 (check-gcc): Added.
14759
14760Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14761
14762 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14763 for System V release 3.2.
14764
14765Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14766
14767 * config.sub: Recognize hppaosf.
14768 * configure.in: Do configure ld/binutils/gas for it.
14769
14770Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14771
14772 * configure (tooldir): Alter syntax used to set this, for systems
14773 where "\$" isn't handled right, like i386-aix.
14774
14775Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14776
14777 * configure: Pass program-transform-name, not
14778 program_transform_name, to recursive configures.
14779
14780Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14781
14782 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14783 of gas+ld+binutils.
14784
14785Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14786
14787 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14788
14789Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14790
14791 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14792
252b5132
RH
14793Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14794
14795 * Makefile.in (PRMS): Set back to all-prms.
14796
14797Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14798
14799 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14800 targets, rather than for MIPS hosts.
14801
14802Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14803
14804 * configure.in: add comment for --with-x default values
14805
14806 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14807
14808 * Makefile.in: add check-* targets for each of the directories in
14809 the tree. Add a definition of RUNTEST that will use the one we
14810 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14811
14812Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14813
14814 * configure.in: Removed obsolete references to bfd_target and
14815 target_makefile_frag.
14816
14817 * build-all.mk: Set assorted targets for Q2.
14818 * config.sub: Recognize z8k-sim and h8300-hms.
14819 * test-build.mk: Really don't pass host to configure.
14820 (HOLES): Added uname.
14821
14822Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14823
14824 * configure: Handle an empty program-prefix, program-suffix or
14825 program-transform-name correctly.
14826
14827Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14828
14829 * build-all.mk: -G 8 no longer required for MIPS targets.
14830 * test-build.mk: Don't pass host argument to configure; make it
14831 guess.
14832
14833Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14834
14835 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14836 * Makefile.in (COMPRESS): New macro, like GZIP.
14837
14838Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14839
14840 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14841
14842 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14843 with gas currently defaults to -G 0.
14844
14845Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14846
14847 * Makefile.in (all-flex): flex depends on byacc.
14848
14849 * build-all.mk: If host not specified, use config.guess. Pass TAG
14850 to test-build.mk as RELEASE_TAG.
14851 * test-build.mk (configargs): New variable containing arguments to
14852 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14853 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14854
14855 * config.guess: Use /bin/uname when checking -X argument on SCO,
14856 to avoid invoking GNU uname which doesn't understand -X.
14857
14858 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14859
14860 * configure.in: Build gas for mips-*-*.
14861
14862Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14863
14864 * Makefile.in (all.normal): insert missing backslash.
14865
14866Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14867
4bddf3ad 14868 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14869
14870 * Makefile.in: Complete overhaul to merge many almost identical
14871 targets.
14872
14873Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14874
14875 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14876 (gdb.tar.Z): Adjusted.
14877
14878 * Makefile.in (setup-dirs, taz): New targets; should be general
14879 enough to adapt for gdb sometime. Build only .z file.
14880 (gas.tar.z): New target.
14881
14882Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14883
14884 * build-all.mk: Use CC=cc -Xs on Solaris.
14885
252b5132
RH
14886Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14887
14888 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14889 for handling BISON for FSF releases.
14890
14891Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14892
14893 * configure: Actually implement the change zoo just documented.
14894
14895Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14896
14897 * configure: when using config.guess, only set target_alias when
14898 it's not already been set (ie, on the command line)
14899
14900Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14901
14902 * Makefile.in: add installcheck target, set PRMS to install-prms
14903
14904Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14905
14906 * configure: add support for package_makefile_fragment, handle the
14907 case where a directory has a configure.in file but no Makefile.in
14908 more gracefully (with an actual understandable error message, even);
14909 add support for --without (and add this to the usage message); also
14910 explicitly add a --host=${host_alias} to the command line when
14911 config.guess is used
14912
14913Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14914
14915 * configure: Must use both --host and --target in recursive calls.
14916
14917Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14918
14919 * Makefile.in: Change deja-gnu to dejagnu.
14920
14921Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14922
14923 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14924
14925Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14926
14927 * configure.in: canonicalize all instances to *-*-solaris2*,
14928 also strip out a number of tools to not build for go32 host
14929
14930Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14931
14932 * config.guess: add GPL.
14933
14934 * Makefile.in, config.guess, config.sub, configure: bump
14935 copyrights to 93.
14936
14937Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * Makefile.in (do-info): Removed obsolete check for existence of
14940 localenv file.
14941
14942 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14943
14944Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14945
14946 * Makefile.in: a couple of 'else true' for decstation,
14947 support for TclX
14948
14949 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14950
14951Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14952
14953 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14954
14955Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14956
14957 * config.guess: Recognize i386-ibm-aix (PS/2).
14958 * configure.in: Use config/mh-aix386 file for it.
14959
14960Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14961
14962 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14963 CC_FOR_TARGET instead.
14964 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14965
14966Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14967
14968 * Makefile.in: Add sim to list of directories sent with gdb
14969
14970Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14971
14972 * configure.in: Put back mips-dec-bsd* case.
14973
14974Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14975
14976 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14977 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14978 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14979
14980Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14981
14982 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14983
14984 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14985 (install-info): install dir.info only if it exists,
14986 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14987
14988Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14989
14990 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14991 gas for mips-dec-bsd.
14992
14993Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14994
14995 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14996 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14997
14998Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14999
15000 * configure.in: Added "dejagnu" to hosttools list.
15001
15002Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15003
15004 * config.sub, configure.in, config.guess: Add support
15005 for Bosx, an AIX variant from Bull.
15006 Patches from F.Pierresteguy@frcl.bull.fr.
15007
15008Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15009
15010 * devo/dejagnu: Initial creation of devo/dejagnu.
15011 Migrated dejagnu testcases and support files for testing software
15012 tools to reside as subdirectories, currently called "testsuite",
15013 within the directory of the software tool. Migrated all programs,
15014 support libraries, etc. beloging to dejagnu proper from
15015 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15016 with no modifications. The changes to these files which will
15017 allow them to configure, build, and execute properly will be made
15018 in a future update.
15019
15020Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15021
15022 * Makefile.in: Change send_pr to send-pr.
15023 * configure.in: Likewise.
15024 * send_pr: Renamed directory to send-pr.
15025
15026Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15027
15028 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15029
15030Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15031
15032 * README: Update for gdb-4.8 release.
15033 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15034 gdb-xxx.tar.z (gzip'd) file also.
15035
15036Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15037
15038 * Makefile.in: make all-diff depend on all-libiberty
15039
15040Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15041
15042 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15043
15044Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15045
15046 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15047
15048Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15049
15050 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15051 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15052 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15053
15054Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15055
15056 * Makefile.in: makeinfo binary is in a new location
15057
15058Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15059
15060 * config.sub: Accept -ecoff as an OS.
15061
15062 * Makefile.in: Various changes to eliminate a level of make
15063 recursion and reduce the required command line length.
15064 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15065 sub-makes.
15066 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15067 variables holding settings for specific sub-makes.
15068 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15069 in terms of BASE_FLAGS_TO_PASS.
15070 (TARGET_LIBS): New variable listing directories which use
15071 TARGET_FLAGS_TO_PASS.
15072 (subdir_do): Eliminated.
15073 (do-*): New set of targets to replace subdir_do.
15074 (various): All targets which used subdir_do now depend on do-*.
15075 (local-clean): Renamed from do_clean.
15076 (local-distclean): New target, dependency of distclean and
15077 realclean.
15078 (install-info): Don't create directories. Depend on dir.info
15079 rather than calling make recursively.
15080 (install-dir.info): Eliminated.
15081 (install-info-dirs): Create all info directories here.
15082 (dir.info): Depend upon do-install-info.
15083
15084 * test-build.mk (HOLES): Added false.
15085
15086Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15087
15088 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15089
15090Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15091
15092 * Makefile.in (info): remove dependency on all-texinfo. The
15093 problem was really in texinfo/C, not at this level.
15094
15095Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15096
15097 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15098
15099Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15100
15101 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15102 GDB releases.
15103
15104Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15105
15106 * configure: Include srcdir in message about target of link not
15107 being found. Don't convert `-' to `_' in `with' options being
15108 passed to subdirs.
15109
15110Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15111
15112 * configure.in: add uudecode to host_tools
15113
15114 * Makefile.in: added {all,install}-uudecode targets, added them to
15115 the appropriate lists
15116
15117Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15118
15119 * Makefile.in (all-gcc): Added dependency on all-gas.
15120
15121 * configure.in (mips-*-*): Build ld and binutils.
15122
15123Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15124
15125 * configure: check return code from mkdir, print error message and
15126 exit on failure.
15127
15128Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15129
15130 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15131
15132Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15133
15134 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15135
15136Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15137
15138 * config.sub (h8500): Recognize this as a cpu type.
15139
15140Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15141
15142 * configure: source directory missing is no longer a warning
15143
15144 * configure.in: recognize irix[34]* instead of irix[34]
15145
15146 * Makefile.in: define and pass down X11_LIB
15147
252b5132
RH
15148Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15149
15150 * guess-systype: Renamed to ...
15151 * config.guess: ... by popular request.
15152 * configure.in, Makefile.in: Update accordingly.
15153
15154Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15155
15156 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15157 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15158 + Execute ./dummy instead of assuming . is in PATH.
15159
15160Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15161
15162 * guess-systype: New shell script. Attempts to guess the
15163 canonical host name of the executing host.
15164 Only a few hosts are supported so far.
15165 * configure: Call guess-systype if no host is specified.
15166
15167Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15168
15169 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15170 gcc Makefile.
15171
15172
15173Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15174
15175 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15176 (all-gcc, install-gcc, subdir_do): Use it.
15177
15178Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15179
15180 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15181
15182Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15183
15184 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15185 set exclusively by configure, using configure.in .
15186
15187Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15188
15189 * test-build.mk: set $PATH for all builds
15190
15191 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15192
15193Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15194
15195 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15196 the one used in gcc/Makefile.in, so that a null expansion doesn't
15197 override the one needed to build gcc with a native cc.
15198
15199
15200Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15201
15202 * configure: Accept -with arguments.
15203
15204Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15205
15206 * Makefile.in: added h8300sim
15207
15208Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15209
252b5132
RH
15210 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15211 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15212 (all-cygnus, native, build-cygnus): Make
15213 $(canonhost)-stamp-3stage-done, not $(host)....
15214 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15215 i386-sco3.2v4. Added else true to if command.
15216
15217Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15218
15219 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15220
15221Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15222
15223 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15224
15225Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15226
15227 * configure.in: don't remove binutils from Solaris builds
15228
15229Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15230
15231 * Makefile.in: get rid of earlier definitions for *clean,
15232 also handle the recursive info rule better
15233
15234Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15235
15236 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15237 do more-or-less the right thing.
15238
15239Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15240
15241 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15242 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15243
15244Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15245
15246 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15247 $(host_canonical).
15248
15249 * configure.in: split the configdirs list into 4 categories (native
15250 v. cross, library v. tool) and handle the cross-only and native-
15251 only in more reasonable (and correct!) way.
15252
15253Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15254
15255 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15256 configdirs anymore.
15257
15258Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15259
15260 * Makefile.in: extensive cleanup:: removed all of the explicit
15261 clean-* targets, collapsed many wrappers around subdir_do into
15262 one, added additional targets to satisfy standards.texi, deleted
15263 some old targets, some changes for consistency
15264
15265Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15266
15267 * configure.in: handle some programs as cross-only, and others as
15268 native only
15269
15270 * test-build.mk: handle partial holes in a more generic manner
15271
15272 * Makefile.in: m4 depends on libiberty
15273
252b5132
RH
15274Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15275
15276 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15277 time, wdiff, and find to configdirs
15278
15279 * Makefile.in: all, clean, and install rules for the new programs
15280 added to configure.in
15281
15282Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15283
15284 * configure.in: use mh-sun for all *-sun-* hosts
15285
252b5132
RH
15286Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15287
15288 * Makefile.in: define flags for X11 include files and library file
15289 locations, pass them down to the programs that need this info
15290
15291 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15292
252b5132
RH
15293Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15294
15295 * configure.in: start building libg++ for HP-UX targets
15296
15297Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15298
15299 * README: Update references to files moved into etc/.
15300
15301Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15302
15303 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15304 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15305
15306Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15307
15308 * configure: accept dash as well as underscore in long option
15309 names for FSF compatibility.
15310
15311Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15312
15313 * config.sub: added -sco3.2v4 support from FSF.
15314
15315Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15316
15317 * configure.in: expand the section that adds or removes
15318 directories from the list of programs to build, to handle native
15319 vs. cross in addition to host v. native
15320
15321Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15322
15323 * Makefile.in: Replace C++ in macro names with CXX.
15324 This is less likely to break ...
15325
15326Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15327
15328 * test-build.mk: add -w to GNU_MAKE
15329
15330Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15331
15332 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15333 add 'sparc' to list of recognized cpus. This needed to make
15334 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15335 Delete some redundant ose68 variants. Recognize -wrs as an os,
15336 then changes that into $CPU-wrs-vxworks.
15337
15338 * configure.in: remove most references to gdbtest, regularize
15339 target based program removal
15340
15341 * test-build.mk: import from p3 tree (many fixes and changes)
15342
15343Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15344
15345 * Makefile.in: added rules to handle tcl, tk, and expect
15346
15347 * configure.in: handle those directories if they exist
15348
15349Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15350
15351 * config.sub: removed bogus hppabsd and hppahpux names, since
15352 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15353
15354Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15355
15356 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15357 depends upon all-xiberty
15358
15359 * Makefile.in: changes from p3, including:
15360
15361 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15362
15363 * Makefile.in (XTRAFLAGS): include newlib directories if
15364 newlib/Makefile exists, rather than if host != target.
15365
15366 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15367
15368 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15369 from the same source tree and not building a cross-compiler. This
15370 matters for the libg++ configuration if reconfiguring a tree that
15371 has already been installed.
15372
15373 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15374
15375 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15376 pick up the machine and system specific header files.
15377
15378 * Makefile.in: added AS_FOR_TARGET, passed down in
15379 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15380 the C compiler to use to create programs which are run in the
15381 build environment, set it to default to $(CC), and passed it down
15382 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15383
15384 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15385
15386 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15387 We need them for unusual native builds, like systems without
15388 ranlib.
15389
15390 * configure: also define $(host_canonical) and
80413487
RH
15391 $(target_canonical), which are the full, canonical names for the
15392 given host and target
252b5132
RH
15393
15394Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15395
15396 * Makefile.in: Added separate definitions for C++.
15397
15398Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15399
15400 * configure.in (configdirs): Add deja-gnu.
15401
15402Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15403
15404 * README: Update for configure.texi and gdb-4.7 release.
15405
15406Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15407
15408 * Makefile.in: Move "all" target to top of file.
15409 Previously, first target was ".PHONY" which caused BSD4.4 make
15410 to build .PHONY when make was run without arguments.
15411
15412Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15413
15414 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15415 Library-copylefted code in libiberty.
15416
15417Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15418
15419 * config.sub: Replace m68kmote with plain old m68k.
15420
15421Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15422
15423 * Makefile.in: Remove space from blank line, avoid Make complaints.
15424
15425Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15426
15427 * config.sub: Complain if no argument is given. Added support for
15428 386bsd as OS and target alias.
15429
15430Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15431
15432 * Makefile.in (XTRAFLAGS): include newlib directories if
15433 newlib/Makefile exists, rather than if host != target.
15434
15435Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15436
15437 * config.sub: recognize sparclite-wrs-vxworks.
15438
15439 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15440 p3.) Added clean-xiberty to clean.
15441
15442Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15443
15444 * configure.in: use *-*-* instead of nested cases for host and target
15445
15446Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15447
15448 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15449 from the same source tree and not building a cross-compiler. This
15450 matters for the libg++ configuration if reconfiguring a tree that
15451 has already been installed.
15452
15453Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15454
15455 * config.sub (i486v/i486v4): Merge in from FSF version.
15456
15457Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15458
15459 * configure: only set PWD if it is already set.
15460
15461Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15462
15463 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15464 doesn't have unset and all success paths (and most error paths)
15465 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15466 to just ${PWD} to avoid confusion.)
15467
15468Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15469
15470 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15471 even for a native compilation.
15472
15473Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15474
15475 Changes to make the gdb.tar.Z rule work better.
15476
15477 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15478 (DEVO_SUPPORT): Add configure.texi.
15479 (bfd-ilrt.tar.Z): Remove ancient rule.
15480
15481Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15482
15483 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15484 pick up the machine and system specific header files.
15485
15486 * configure.in, config.sub: added new target m68010-adobe-scout,
15487 with alias of adobe68k. Changed configure.in to check for
15488 -scout before -sco* to avoid a false match.
15489
15490 * Makefile.in: added AS_FOR_TARGET, passed down in
15491 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15492 the C compiler to use to create programs which are run in the
15493 build environment, set it to default to $(CC), and passed it down
15494 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15495
15496Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15497
15498 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15499 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15500 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15501 FOR_TARGET variants, to newlib and libg++.
15502
15503Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15504
15505 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15506 first.
15507
15508Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15509
15510 * config.sub: Accept `elf' as an environment.
15511
15512Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15513
15514 * Makefile.in (all-opcodes): cd into the right directory
15515
15516Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15517
15518 * configure: added -program_transform_name option, used as
15519 argument to sed when installing programs.
15520 configure.texi: added documentation for -program_prefix,
15521 -program_suffix and -program_transform_name.
15522
15523Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15524
15525 * config.sub: Accept i486 where i386 ok.
15526
15527Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15528
15529 * config.sub: accept we32k
15530
15531Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15532
35590697 15533 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15534
15535 * Makefile.in: don't create all directories for ``make install'';
15536 let the subdirectories create the ones they need.
15537
15538Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15539
80413487 15540 * COPYING: new file, GPL v2
252b5132
RH
15541
15542Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15543
15544 * Makefile.in: use the new gen-info-dir, which needs a template
15545 argument (which also lives in texinfo)
15546
15547 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15548
252b5132
RH
15549Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15550
15551 * config.sub (ncr3000): Change i386 to i486.
15552
15553Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15554
15555 * Makefile.in: add install-rcs, install-grep to
15556 install-no-fixedincludes, removed install-bison and install-libgcc
15557
15558Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15559
15560 * configure.in: grab the HPUX makefile fragment if on HPUX
15561
15562Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15563
15564 * Makefile.in: eradicate bison spoor (ditto libgcc).
15565 configure.in: recognise m68{k,000}-ericsson-OSE.
15566 es1800 is alias for m68k-ericsson-OSE
15567
15568Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15569
15570 * configure.in: rearrange the parts that remove programs from
15571 configdirs, based now on HOST==TARGET or by canonical triple.
15572
15573Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15574
15575 * test-build.mk: recurse explicitly with -f test-build.mk when
15576 appropriate. predicate stage3 and comparison on the existence
15577 of gcc. That is, if gcc isn't around, we aren't three-staging.
15578 On very clean, also remove ...stamp-co. Build in-place before
15579 doing other builds.
15580
15581Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15582
15583 * Makefile.in, configure.in: add tgas
15584
15585Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15586
15587 * Makefile.in: a number of changes merged in from progressive.
15588
15589 * configure.in: add libm.
15590
15591 * .cvsignore: ignore some stuff that comes from test-build.mk.
15592
252b5132
RH
15593Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15594
15595 * config.sub: Add es1800 (m68k-ericsson-es1800).
15596
15597Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15598
15599 * configure: Add program_suffix (parallel to program_prefix)
15600 * Makefile.in: adjust directory-creating script for losing decstation
15601
15602Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15603
15604 * configure: Minor $subdir-related fixes.
15605
15606Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15607
15608 * configure: fix various problems with propogating
15609 makefile_target_frag in subdirs.
15610 * configure.in: config libgcc if its there
15611
15612Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15613
15614 * config.sub: HPPA merge.
15615
252b5132
RH
15616Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15617
15618 * Makefile.in: Replace all-bison with all-byacc in all
15619 dependency lines for other tools (which now use byacc).
15620
15621Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15622
15623 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15624
252b5132
RH
15625Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15626
15627 * Makefile.in: make gprof rules similar to byacc rules (instead of
15628 vestigal $(unsubdir) that didn't work...)
15629
15630Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15631
15632 * config.sub: Add support for Linux.
15633 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15634 (at least for libg++).
15635
15636Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15637
15638 * configure.texi: fix doc for the -nfp option to configure
15639
15640Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15641
15642 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15643
15644Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15645
15646 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15647 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15648 * configure.in: added solaris* host_makefile_frag hook.
15649
15650Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * config.sub: changed recognition of m68000 so that various
15653 m68k types can be specified via m680[01234]0
15654
15655Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15656
15657 * config.sub (basic_machine): fix sed so that '-foo' isn't
15658 completely substituted out while .+'-foo' loses the '-foo'
15659
15660Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15661
15662 * config.sub ($os): Add -aout.
15663
15664Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15665
15666 * configure: If host_makefile_frag is absolute, don't
15667 prefix ${invsubdir} (relevant to libg++ auto-configure).
15668
15669Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15670
15671 * Makefile.in (tooldir): Define it.
15672 (all-ld): Depend on all-flex.
15673
15674Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15675
15676 * Makefile.in (check): Fix libg++ special case.
15677
15678Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15679
15680 * configure: do not bury `pwd` into config.status, thus do fewer
15681 pwd's.
15682
15683 * configure: print the "Building in" message only when building in
15684 other than "." AND verbose.
15685
15686 * configure: remove -s, rework -v to better accomodate guested
15687 configures.
15688
15689 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15690
15691Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15692
15693 * Makefile.in: macroize flags passed on recursion. remove
15694 fileutils.
15695
15696Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15697
15698 * configure: get makesrcdir right for subdirs deeper than 1.
15699
15700 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15701 install.
15702
15703Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15704
15705 * Makefile.in: don't print subdir_do or recursion lines.
15706
15707Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15708
15709 * standards.texi: added menu item.
15710
15711 * Makefile.in: build and install standards.info.
15712
15713 * standards.texi: new file.
15714
15715Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15716
15717 * configure: test for and move config.status pieces from
15718 ${subdir}/.
15719
15720Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15721
252b5132
RH
15722 * configure: Test for existance of files before trying to mv
15723 them, to avoid numerous non-existance messages.
15724
15725Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15726
15727 * configure: correct final line of config.status.
15728
15729 * configure: patch from eggert. Avoids a protection problem if
15730 the original Makefile.in is read only.
15731
15732 * configure: use move-if-change from gcc to create config.status.
15733 Some makefiles depend on config.status to tell if a directory
15734 has been reconfigured for a different host. This change
15735 prevents those directories from remaking everything in the case
15736 where the reconfig was only intended to rebuild a Makefile.
15737
15738 * configure: test for config.sub with "config.sub sun4" rather
15739 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15740 host alias from a missing config.sub.
15741
15742Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15743
15744 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15745 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15746
15747Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15748
15749 * configure: mkdir ${subdir} as needed.
15750
15751Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15752
15753 * Makefile.in,configure.in: added autoconf.
15754
15755Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15756
15757 * Makefile.in: no longer pass against on recursion.
15758
15759 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15760 definitions are not inherited.
15761
15762 * configure: correct makesrcdir when subdir is .
15763
15764Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15765
15766 * configure: Add support for 'subdirs' variable, which is
15767 like 'configdirs', except that configure doesn't re-invoke
15768 itself for subdirs, it just creates a Makefile for each subdir.
15769 * configure.texi: Document subdirs.
15770
15771Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15772
15773 * configure.in: added flex to configdirs
15774
15775Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15776
15777 * Makefile.in: remove clean-stamps from clean.
15778
15779Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15780
15781 * configure.in: Add gdbtest to configdirs.
15782
15783Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15784
15785 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15786 to recursive makes.
15787 * configure.in: Recognize new ncr3000 config.
15788
15789Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15790
15791 * Makefile.in, configure.in: removed references to gdbm.
15792
15793Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15794
15795 * config.sub: Don't canonicalize os value
15796 newsos* to bsd (readline needs to check for newsos).
15797 (This fix was earlier made Jan 31, but got re-broken.)
15798
15799Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15800
15801 * configure.in: sco is an os, not a vendor!
15802
15803 * configure: Quote $( better. Keep various shells happy.
15804
15805Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15806
15807 * Makefile.in: eliminate stamp-files.
15808
15809Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15810
15811 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15812 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15813
15814Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15815
15816 * config.sub: fix iris/iris3.
15817
15818Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15819
15820 * configure: re-add -rm.
15821
15822Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15823
15824 * Maskefile.in: add .stmp-rcs to all.
15825
15826 * configure.in: remove gas from rs6000 build, use aix host fragment.
15827
15828Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15829
15830 * configure: pass down site_option during recursion.
15831
15832Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15833
15834 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15835
15836Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15837
15838 * configure: Change exec_prefix so that it really defaults to prefix.
15839
15840Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15841
15842 * Makefile.in, configure.in: Add support for mmalloc library.
15843
15844Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15845
15846 * Makefile.in: add stmp dependencies for a few more things.
15847
15848Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15849
15850 * configure: adjusted error message on objdir/srcdir configure
15851 collision, per john's suggestion.
15852
15853 * Makefile.in: add libiberty stmp to all and all.cross.
15854
15855Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15856
15857 * Makefile.in: remove force dependencies, add grep to all.
15858
15859Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15860
15861 * Makefile.in: drop flex. make stamp files work.
15862
15863 * configure: added test for conflicting configuration in srcdir,
15864 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15865 gets cranky. use relative paths for configure and srcdir
15866 whenever possible. Send some error messages to stderr that were
15867 going to stdout.
15868
15869Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15870
15871 * Makefile.in: Fix libg++ rule to check for gcc directory
15872 before using gcc/gcc. Also pass XTRAFLAGS.
15873
15874Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15875
15876 * Makefile.in: added stmp-files so that directories aren't polled
15877 when they are already built.
15878
15879 * configure.texi: fixed a node pointer problem.
15880
15881Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15882
4bddf3ad 15883 * config.sub configure.in gdb/configure.in
252b5132
RH
15884 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15885 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15886 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15887
15888Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15889
15890 * configure: -recurring becomes -silent. corrected help message
15891 for -site= option.
15892
15893 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15894
15895Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15896
15897 * configure: when building Makefile for crosses, replace
15898 tooldir and program_prefix. default srcdir from location of
15899 config.sub. remove "for host in hosts" and "for target in
15900 targets" loops.
15901
15902Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15903
15904 * Makefile.in: Do not pass bindir or mandir to cvs.
15905
15906Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15907
15908 * Makefile.in, configure.in: removed traces of namesubdir,
15909 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15910 copyrights to '92, changed some from Cygnus to FSF.
15911
15912 * configure.texi: remove most references to multiple hosts,
15913 multiple targets, subdirs, etc.
15914
15915 * configure.man: removed rcsid. reference config.sub not
15916 config.subr.
15917
15918 * Makefile.in: mkdir $(infodir) on install-info.
15919
15920Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15921
15922 * configure.texi: Explain better about .gdbinit and about
15923 the environment that configure.in sections run in.
15924
15925Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15926
15927 * configure.in: Ultrix is only a decstation if it's a MIPS.
15928
15929Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15930
15931 * README: DOC.configure => cfg-paper.texi.
15932
15933Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15934
15935 * config.sub (near case $os): Don't convert newsos* to bsd!
15936
15937Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15938
15939 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15940 the number of copies of COPYING that go into the GDB tar file.
15941
15942Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15943
4bddf3ad 15944 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15945 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15946 Fix SCO configuration stuff.
15947
15948Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15949
15950 * Makefile.in: For libg++, make sure the -I pointing
15951 to the gcc directory goes *after* all the libg++-local -I flags.
15952 Also, move just-gcc dependency from just-libg++ to all-libg++.
15953
15954Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15955
15956 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15957
15958Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15959
15960 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15961
15962Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15963
15964 * config.sub: Add stratus configuration frags. Also
15965 submitted to FSF.
15966
15967Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15968
15969 * Makefile.in (DEV_SUPPORT): add configure.man.
15970
15971 * config.sub(Decode manufacturer-specific): add -none*.
15972
15973Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15974
15975 * Makefile.in: remove form feeds to make Sun's make happy.
15976 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15977
15978Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15979
15980 * Makefile.in (AR_FLAGS): Make quieter.
15981
15982Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15983
15984 * configure.in: Add libg++.
15985 * configure: When verbose, don't output the command line at each
15986 level; it will be unremarkably the same as the previous version,
15987 which will be the same as what the user typed.
15988
15989Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15990
15991 * configure.in, Makefile.in: fix clean-info, add flex. add
15992 fileutils.
15993
15994 * configure: be less sensitive to spaces in Makefile.in. Do not
15995 look for sources in "..". Doing so breaks subdirectories that
15996 might have their own configure. If a subdir has it's own
15997 configure script, use it.
15998
15999Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16000
16001 * cfg-paper.texi: some changes suggested by rms.
16002
16003Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16004
16005 * config.sub: Merge in some small additions from the FSF version,
16006 taken from the gcc distribution, to bring the Cygnus and FSF
16007 versions into closer sync.
16008
16009Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16010
16011 * configure.in: Changed svr4 references to sysv4.
16012
16013Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16014
16015 * configure: added -V for version number option.
16016
16017Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16018
16019 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16020 renamed from DOC.configure to cfg-paper.texi.
16021
16022Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16023
16024 * configure, config.subr, config.sub: config.subr is now
16025 config.sub again.
16026
16027Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16028
16029 * configure.texi: new file, in progress.
16030
16031 * Makefile.in: build info file and install the man page for
16032 configure.
16033
16034 * configure.man: new file, first cut.
16035
16036 * configure: find config.subr again now that configuration "none"
16037 has gone. removed all traces of the -ansi option. removed all
16038 traces of the -languages option.
16039
16040 * config.subr: resync from rms.
16041
d932cae7 160421991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16043
16044 * configure, config.sub, config.subr: merge config.sub into
16045 config.subr, call the result config.subr, remove config.sub, use
16046 config.subr.
16047
16048 * Makefile.in: revised install for dir.info.
16049
d932cae7 160501991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16051
16052 * configure.in: add decstation host makefile frag.
16053
16054 * Makefile.in: BISON now bison -y again. also install-gcc on
16055 install. clean-gdbm on clean. infodir belongs in datadir.
16056 Make directories for info install. Build dir.info here then
16057 install it.
16058
d932cae7 160591991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16060
16061 * Makefile.in: fix for bad directory tests.
16062
d932cae7 160631991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16064
16065 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16066 regexp. -srcdir relative was being handled incorrectly.
16067
16068 * Makefile.in: unwrapped some for loops so that parallel makes
16069 work again and so one can focus one's attention on a particular
16070 package.
16071
d932cae7 160721991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16073
16074 * configure: added PWD as a stand in for `pwd` (for speed). use
16075 elif wherever possible. make -srcdir work without -objdir.
16076 -objdir= commented out.
16077
d932cae7 160781991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16079
16080 * configure: +options become --options. -subdirs commented out.
16081 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16082 Makefile now at top of generated Makefile. Removed cvs log
16083 entries. added -srcdir. create .gdbinit only if there is one
16084 in ${srcdir}.
16085
16086 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16087 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16088 and mandir now keyed off datadir by default.
16089
d932cae7 160901991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16091
16092 * Freshly created ChangeLog.
16093
16094\f
16095Local Variables:
16096mode: change-log
16097left-margin: 8
16098fill-column: 76
16099version-control: never
16100End:
This page took 1.481712 seconds and 4 git commands to generate.