Automatic date update in version.in
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
c4d3fc14
SM
12020-01-17 Simon Marchi <simon.marchi@efficios.com>
2
3 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
4 * Makefile.in: Re-generate.
5
01027315
TT
62020-01-14 Tom Tromey <tom@tromey.com>
7
8 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
9 * MAINTAINERS: Add gdbsupport.
10 * configure: Rebuild.
11 * configure.ac (configdirs): Add gdbsupport.
12 * gdbsupport: New directory, move from gdb/gdbsupport.
13 * Makefile.def (host_modules, dependencies): Add gnulib.
14 * Makefile.in: Rebuild.
15
abb78b78
AM
162020-01-09 Aaron Merey <amerey@redhat.com>
17
18 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
19 new configure option --with-debuginfod.
20 * configure: Regenerate.
21 * configure.ac: Call AC_DEBUGINFOD.
22
cef2097a
CB
232019-12-26 Christian Biesinger <cbiesinger@google.com>
24
25 * .gitignore: Add perf.data and perf.data.old.
26
95c746cc
SDJ
272019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
28
29 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
30
a315e147
AM
312019-10-17 Alan Modra <amodra@gmail.com>
32
33 PR 29
34 * src-release.sh (getver): Replace "head -1" with "head -n 1".
35
87279e3c
NA
362019-07-30 Nick Alcock <nick.alcock@oracle.com>
37
38 * Makefile.def (host_modules): libctf is no longer no_install.
39 * Makefile.in: Regenerated.
40
1ff6de03
NA
412019-07-13 Nick Alcock <nick.alcock@oracle.com>
42
43 * Makefile.def (dependencies): all-ld depends on all-libctf.
44 * Makefile.in: Regenerated.
45
60391a25
PB
462019-09-09 Phil Blundell <pb@pbcl.net>
47
48 binutils 2.33 branch created
49
c1a5d03a
TT
502019-08-19 Tom Tromey <tom@tromey.com>
51
52 * configure: Rebuild.
53 * configure.ac: Add --with-static-standard-libraries.
54
f211b8c0
NC
552019-08-09 Nick Clifton <nickc@redhat.com>
56
57 * libiberty: Sync with gcc. Bring in:
58 2019-08-08 Martin Liska <mliska@suse.cz>
59
60 PR bootstrap/91352
61 * lrealpath.c (is_valid_fd): New function.
62
63 2019-07-24 Martin Liska <mliska@suse.cz>
64
65 PR lto/91228
66 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
67 Find first '\0' starting from gnu_lto + 1.
68
69 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
70
71 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
72 This fixes a Bug 90924.
73
74 2019-07-22 Martin Liska <mliska@suse.cz>
75
76 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
77 Do not search for gnu_lto_v1, but search for first '\0'.
78
79 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
80
81 * cplus-dem.c: Include rust-demangle.h.
82 * rust-demangle.c: Include rust-demangle.h.
83 * rust-demangle.h: New file.
84
85 2019-05-31 Michael Forney <mforney@mforney.org>
86
87 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
88 is non-zero.
89
90 2019-04-30 Ben L <bobsayshilol@live.co.uk>
91
92 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
93 * testsuite/d-demangle-expected: Add testcase.
94
95 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
96 * testsuite/d-demangle-expected: Add testcase.
97
98 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
99 * testsuite/d-demangle-expected: Add testcase.
100
101 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
102 * testsuite/d-demangle-expected: Add testcase.
103
104 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
105 * testsuite/d-demangle-expected: Add testcase.
106
107 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
108 * testsuite/demangle-expected: Add testcase.
109
110 * cp-demangle.c (d_encoding): Guard against NULL return values from
111 d_right (dc).
112 * testsuite/demangle-expected: Add testcase.
113
114 2019-04-29 Ben L <bobsayshilol@live.co.uk>
115
116 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
117 char is valid.
118 * testsuite/demangle-expected: Add testcase.
119
120 2019-04-10 Nick Clifton <nickc@redhat.com>
121
122 PR 89394
123 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
124 lengths.
125 (d_count_templates_scopes): Replace num_templates and num_scopes
126 parameters with a struct d_print_info pointer parameter. Adjust
127 body of the function accordingly. Add recursion counter and check
128 that the recursion limit is not reached.
129 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
130 Reset recursion counter afterwards, unless the recursion limit was
131 reached.
132
48b550c2
JB
1332019-07-13 Joel Brobecker <brobecker@adacore.com>
134
135 * src-release (getver): If $tool/gdbsupport/create-version.sh
136 exists, use that to determine the version number.
137
be74b5b7
AS
1382019-06-21 Andreas Schwab <schwab@linux-m68k.org>
139
140 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
141
73cc7272
TT
1422019-06-14 Tom Tromey <tom@tromey.com>
143
144 * MAINTAINERS: Add gnulib.
145 * gnulib: New directory, move from gdb/gnulib.
146 * configure.ac (host_libs): Add gnulib.
147 * configure: Rebuild.
148 * Makefile.def (host_modules, dependencies): Add gnulib.
149 * Makefile.in: Rebuild.
150
79b377b3
NC
1512019-06-03 Nick Clifton <nickc@redhat.com>
152
153 Revert:
154 2019-05-29 Nick Clifton <nickc@redhat.com>
155
156 * configure.ac (noconfigdirs): Add libctf if the target does not use
157 the ELF file format.
158 * configure: Regenerate.
159
e33f2313
NC
1602019-05-29 Nick Clifton <nickc@redhat.com>
161
162 * src-release.sh (do_proto_toplev): Add libctf to list of
163 directories that can be disabled.
164
90bd5423
NC
1652019-05-29 Nick Clifton <nickc@redhat.com>
166
167 * configure.ac (noconfigdirs): Add libctf if the target does not use
168 the ELF file format.
169 * configure: Regenerate.
170
9698cf9b
NA
1712019-05-28 Nick Alcock <nick.alcock@oracle.com>
172
173 * Makefile.def (dependencies): configure-libctf depends on all-bfd
174 and all its deps.
175 * Makefile.in: Regenerated.
176
88981b15
NA
1772019-05-28 Nick Alcock <nick.alcock@oracle.com>
178
179 * MAINTAINERS: Add libctf.
180
0e65dfba
NA
1812019-05-28 Nick Alcock <nick.alcock@oracle.com>
182
183 * Makefile.def (host_modules): Add libctf.
184 * Makefile.def (dependencies): Likewise.
185 libctf depends on zlib, libiberty, and bfd.
186 * Makefile.in: Regenerated.
187 * configure.ac (host_libs): Add libctf.
188 * configure: Regenerated.
189
2376c370
JM
1902019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
191
192 * config.guess: Synchronize with config project master sources.
193 * config.sub: Likewise.
194 * readline/support/config.guess: Likewise.
195 * readline/support/config.sub: Likewise.
196
c1202057
NC
1972019-04-10 Nick Clifton <nickc@redhat.com>
198
199 * libiberty: Sync with gcc. Bring in:
200 2019-04-10 Nick Clifton <nickc@redhat.com>
201
202 PR 89394
203 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
204 lengths.
205 (d_count_templates_scopes): Replace num_templates and num_scopes
206 parameters with a struct d_print_info pointer parameter. Adjust
207 body of the function accordingly. Add recursion counter and check
208 that the recursion limit is not reached.
209 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
210 Reset recursion counter afterwards, unless the recursion limit was
211 reached.
212
f974f26c
NC
2132018-06-24 Nick Clifton <nickc@redhat.com>
214
215 2.32 branch created.
216
d63f2be2
RO
2172019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
218
219 Merge from GCC:
220 PR target/88535
221 * config.guess: Import upstream version 2019-01-03.
222 * config.sub: Import upstream version 2019-01-01.
223
1910070b
NC
2242019-01-10 Nick Clifton <nickc@redhat.com>
225
226 * libiberty: Sync with gcc. Bring in:
227 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
228
229 PR other/16615
230
231 * cp-demangle.c: Mechanically replace "can not" with "cannot".
232 * floatformat.c: Likewise.
233 * strerror.c: Likewise.
234
235 2018-12-22 Jason Merrill <jason@redhat.com>
236
237 Remove support for demangling GCC 2.x era mangling schemes.
238 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
239 internal_cplus_demangle, and all subroutines.
240 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
241 Lucid, ARM, HP, and EDG demangling styles.
242 (cplus_demangle): Remove 'work' variable. Don't call
243 internal_cplus_demangle.
244
69961a84
ДП
2452019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
246
247 * configure.ac: Don't configure readline if --with-system-readline is
248 used.
249 * configure: Re-generate.
250
b555fb21
JM
2512018-10-31 Joseph Myers <joseph@codesourcery.com>
252
253 Merge from GCC:
254 PR bootstrap/82856
255 * multilib.am: New file. From automake.
256
80ca5f98
SDJ
2572018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
258
259 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
260
0a8288f7
NC
2612018-07-16 Nick Clifton <nickc@redhat.com>
262
263 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
264
26996596
SH
2652018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
266
267 * config.sub: Sync with upstream version 2018-07-03.
268
c5244148
SH
2692018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
270
271 * config.guess: Sync with upstream version 2018-06-26.
272 * config.sub: Sync with upstream version 2018-07-02.
273
4119873a
AO
2742018-06-29 Alexandre Oliva <oliva@adacore.com>
275
276 * configure.ac: Introduce support for @unless/@endunless.
277 * Makefile.tpl (dep-kind): Rewrite with cond; return
278 postbootstrap in some cases.
279 (make-postboot-dep, postboot-targets): New.
280 (dependencies): Do not output postbootstrap dependencies at
281 first. Output non-target ones changed for configure to depend
282 on stage_last @if gcc-bootstrap, and the original deps @unless
283 gcc-bootstrap.
284 * configure.in, Makefile.in: Rebuilt.
285
71300e2c
NC
2862018-06-24 Nick Clifton <nickc@redhat.com>
287
288 * configure: Regenerate.
289
d0ac1c44
SM
2902018-06-19 Simon Marchi <simon.marchi@ericsson.com>
291
292 * libtool.m4: Use AC_LANG_SOURCE.
293 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
294 * README-maintainer-mode: Update version requirements.
295 * ar-lib: New file.
296 * test-driver: New file.
297 * configure: Re-generate.
298
e0541124
EB
2992018-06-18 Eric Botcazou <ebotcazou@adacore.com>
300
301 * Makefile.def (fortran): Add check-target-libgomp-fortran.
302 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
303 * Makefile.in: Regenerate.
304
305 * configure: Regenerate.
306
db67d458
SM
3072018-06-18 Simon Marchi <simon.marchi@ericsson.com>
308
309 * configure.ac: Sync with GCC, remove MPX-related things.
310
b5778783
NC
3112018-05-01 Nick Clifton <nickc@redhat.com>
312
313 * config.guess: Synchronize with config project master sources.
314 * config.sub: Likewise.
315
1063beb5
FT
3162018-05-01 Francois H. Theron <francois.theron@netronome.com>
317
318 * configure.ac: Added "nfp" target.
319 * configure: Regenerate.
320
b29d2641
MR
3212018-02-13 Maciej W. Rozycki <macro@mips.com>
322
323 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
324 * configure: Regenerate.
325
52b2f300
NC
3262018-01-30 Nick Clifton <nickc@redhat.com>
327
328 * src-release.sh (do_proto_toplev): Add patterns for more junk files
329 to delete before creating the tarball.
330
b431b4ea
NC
3312018-01-29 Nick Clifton <nickc@redhat.com>
332
333 * src-release.sh (do_proto_toplev): Strip patch remnant files from
334 the sources before creating the tarball.
335
19e2900b
NC
3362018-01-13 Nick Clifton <nickc@redhat.com>
337
338 * src-release.sh: Update copyright notice. Change reference to devo
339 to be a reference to root.
340
bf41f30d
NC
3412018-01-10 Nick Clifton <nickc@redhat.com>
342
343 * config-ml.in: Sync with gcc sources.
344 * config.guess: Likewise.
345 * config.sub: Likewise.
346 * configure.ac: Likewise.
7ec0cd50 347 * configure: Regenerate.
bf41f30d 348
863f7a5f
NC
3492017-12-14 Nick Clifton <nickc@redhat.com>
350
351 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
352
638d9137
SH
3532017-12-12 Stafford Horne <shorne@gmail.com>
354
355 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
356 * configure: Regenerate.
357
ef87240f
NC
3582017-09-15 Nick Clifton <nickc@redhat.com>
359
360 * src-release.sh (LZIPPROG): New define. Provides the name of the
361 lzip program.
362 (do_lz): New function. Compresses a tarball using the lzip
363 program.
364 (do_compress): Add support for lzip compression.
365 (usage): Mention -l option.
366 (build_release): Support -l option to invoke lzip compression.
367
817b7711
AM
3682017-09-15 Alan Modra <amodra@gmail.com>
369
370 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
371 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
372 and sim depending on $tool and $support_files. Echo configure line.
373
255300f5 3742017-09-14 Matt Rice <ratmice@gmail.com>
375
376 * src-release.sh (do_proto_toplev): Enable gold during release process.
377
8f0dd45f
AJ
3782017-04-13 Andrew Jenner <andrew@codesourcery.com>
379
380 * config.sub: Sync with master version in config project.
381
2f5f29ca
AJ
3822017-04-03 Andrew Jenner <andrew@codesourcery.com>
383
384 * config.sub: Handle ia16 in $basic_machine.
385
386 bfd/
387 * config.bfd: Handle ia16.
388
389 gas/
390 * configure.tgt: Handle ia16.
391
392 ld/
393 * configure.tgt: Handle ia16.
394
11997a83
NC
3952017-03-22 Nick Clifton <nickc@redhat.com>
396
397 * config.sub: Sync with master version in config project.
398 * config.guess: Likewise.
399
05a13254
NC
4002017-01-23 Nick Clifton <nickc@redhat.com>
401
402 * configure.ac: Update year in copyright notice.
403 Sync from FSF GCC mainline, bringing in the following patches.
404 * Makefile.def: Likewise.
405 * Makefile.tpl: Likewise.
406 * configure: Regenerate.
407 * Makefile.in: Regenerate.
408
409 2016-12-21 Jakub Jelinek <jakub@redhat.com>
410
411 * configure.ac: Don't bootstrap libmpx unless --with-build-config
412 includes bootstrap-mpx.
413
414 2016-12-01 Matthias Klose <doko@ubuntu.com>
415
416 * configure.ac: Don't use pkg-config to check for bdw-gc.
417
418 2016-11-30 Matthias Klose <doko@ubuntu.com>
419
420 * Makefile.def: Remove reference to boehm-gc target module.
421 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
422 options and for the bdw-gc pkg-config module.
423
424 2016-11-15 Matthias Klose <doko@ubuntu.com>
425
426 * config-ml.in: Remove references to GCJ.
427 * configure.ac: Likewise.
428
429 2016-09-30 Jakub Jelinek <jakub@redhat.com>
430
431 * configure.ac: Add target-libffi to target_libraries.
432 Readd libgcj target disablings, modified to only target-libffi.
433 Readd target addition of go to unsupported languages.
434
435 2016-09-30 Andrew Haley <aph@redhat.com>
436
437 * Makefile.def: Remove libjava.
438 * Makefile.tpl: Likewise.
439 * configure.ac: Likewise.
440
441 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
442
443 * configure.ac: Disable "sim" directory for arc*-*-*.
444
445 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
446
447 * configure.ac: Check for the minimum in-tree MPFR version
448 handled.
449
3f66c01b
AM
4502016-12-31 Alan Modra <amodra@gmail.com>
451
452 * config.sub: Import from upstream.
453
da17fe9d
AM
4542016-12-08 Alan Modra <amodra@gmail.com>
455
456 * configure: Regenerate.
457
d5451cd4
JC
4582016-12-02 Josh Conner <joshconner@google.com>
459
460 * configure.ac: Add fuchsia to targets that use ELF.
461 * configure: Regenerated.
462
5ada5c6f
DE
4632016-11-07 Doug Evans <dje@google.com>
464
465 * config.sub: Sync with upstream version 2016-11-03.
466 git://git.sv.gnu.org/config.git
467 * config.guess: Sync with upstream version 2016-10-02.
468
07619d52
SM
4692016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
470
471 * .gitignore: Add archives and make stamps.
472
bedbe19c
YTL
4732016-07-20 Yan-Ting Lin <currygt52@gmail.com>
474
475 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
476 * configure: Regenerated.
477
9abdce70
WL
4782016-06-28 Walter Lee <walt@tilera.com>
479
480 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
481 * configure: Regenerate.
482
0597bdc4
AM
4832016-05-28 Alan Modra <amodra@gmail.com>
484
485 * Makefile.tpl (configure): Depend on m4 files included.
486 * Makefile.in: Regenerate.
487
1690f1db
NC
4882016-05-27 Nick Clifton <nickc@redhat.com>
489
490 * config.guess (Alpha OSF1): Fix typo introduced during the most
491 recent synchronization update.
492
b43b8535
NC
4932016-05-23 Nick Clifton <nickc@redhat.com>
494
495 * Import these patches from the gcc mainline:
496
497 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
498
499 * config.guess: Import version 2016-04-02 (newest).
500 * config.sub: Import version 2016-05-10 (newest).
501
bb7dc663
NC
5022016-04-19 Nick Clifton <nickc@redhat.com>
503
504 * Import this patch from the GCC mainline:
505
506 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
507
508 PR bootstrap/70173
509 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
510 and gotools directories. Delete the stage_final file.
511 * Makefile.in: Regenerate.
512
ea016470
CC
5132016-03-17 Cary Coutant <ccoutant@gmail.com>
514
515 * configure.ac: Add mips and s390 to the gold target check.
516 * configure: Regenerate.
517
52cf9762
NC
5182016-02-10 Nick Clifton <nickc@redhat.com>
519
520 Import these patches from the GCC mainline:
521
522 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
523
524 * configure.ac: Enable LTO for DJGPP
525 * configure: Regenerate
526
527 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
528
529 PR bootstrap/69329
530 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
531 * Makefile.in: Regenerate.
532
533 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
534 Sebastian Pop <s.pop@samsung.com>
535
536 * Makefile.in: Regenerate.
537 * Makefile.tpl: Export ISLVER.
538 * configure: Regenerate.
539 * config/isl.m4: Detect isl-0.15.
540
541 2016-01-29 Sebastian Pop <s.pop@samsung.com>
542
543 * config/isl.m4: Add comments about isl-0.16.
544 * configure: Regenerate.
545
1985dc2d
L
5462016-01-12 H.J. Lu <hongjiu.lu@intel.com>
547
548 Sync with GCC
549 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
550
551 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
552 symbols.
553
554 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
555
556 PR bootstrap/69134
557 * Makefile.def (mpfr): Disable assembler.
558 * Makefile.in: Regenerate.
559
4849dfd8
NC
5602016-01-11 Nick Clifton <nickc@redhat.com>
561
562 Import the following changes from the GCC mainline:
563
564 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
565
566 * configure.ac: Enable libmpx by default.
567 * configure: Regenerated.
568
569 2015-11-19 Martin Liska <mliska@suse.cz>
570
571 * .gitignore: Add .clang-format to ignored files.
572 * Makefile.tpl: Add clang-format.
573 * Makefile.in: Regenerate.
574
575 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
576
577 PR libffi/65726
578 * Makefile.def (lang_env_dependencies): Make libffi depend
579 on cxx.
580 * Makefile.in: Regenerate.
581
582 2015-12-02 Ian Lance Taylor <iant@google.com>
583
584 PR go/66147
585 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
586 * Makefile.in: Regenerate.
587
588 2015-12-17 Nathan Sidwell <nathan@acm.org>
589
590 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
591 * configure: Regenerate.
592
593 2015-12-17 Sebastian Pop <s.pop@samsung.com>
594
595 * Makefile.in: Replace ISL with isl.
596 * Makefile.tpl: Same.
597 * config/isl.m4: Same.
598 * configure.ac: Same.
599 * contrib/download_prerequisites: Same.
600 * configure: Regenerate.
601
602 2016-01-01 Ben Elliston <bje@gnu.org>
603
604 * config.guess: Import version 2016-01-01.
605 * config.sub: Likewise.
606
f075eb5e
TG
6072015-11-20 Tristan Gingold <gingold@adacore.com>
608
609 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
610 * configure: Regenerate.
611
6c3bc0f8
NC
6122015-10-21 Nick Clifton <nickc@redhat.com>
613
614 PR gas/19109
615 * configure.ac: Note the 'none' is an acceptable argument to
616 --enable-compressed-debug-sections.
617 * configure: Regenerate.
618
edeefb67
L
6192015-10-20 H.J. Lu <hongjiu.lu@intel.com>
620
621 PR gas/19109
622 * configure.ac: Add
623 --enable-compressed-debug-sections={all,gas,gold,ld}.
624 * configure: Regenerated.
625
68996839
NC
6262015-09-30 Nick Clifton <nickc@redhat.com>
627
628 Import the following patches from the GCC mainline:
629
630 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
631
632 PR libfortran/54572
633 * Makefile.def: Make libgfortran depend on libbacktrace.
634 * Makefile.in: Regenerate.
635
636 2015-08-12 Tom de Vries <tom@codesourcery.com>
637
638 PR other/67092
639 PR other/67098
640 * configure.ac: Remove --with_host_libstdcxx support.
641 * configure: Regenerate.
642
643 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
644 Jakub Jelinek <jakub@redhat.com>
645
646 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
647 nvptx*-*-*.
648 * configure: Regenerate.
649
5960642a
L
6502015-08-07 H.J. Lu <hongjiu.lu@intel.com>
651
652 Sync with GCC
653 2015-07-28 Ben Elliston <bje@gnu.org>
654
655 * config.sub, config.guess: Import from upstream.
656
016a3251
DD
6572015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
658
659 * Makefile.def (libiconv): Define bootstrap=true.
660 Mark pdf/html/info as missing.
661 (configure-gcc): Depend on all-libiconv.
662 (all-gcc): Ditto.
663 (configure-libcpp): Ditto.
664 (all-libcpp): Ditto.
665 (configure-intl): Ditto.
666 (all-intl): Ditto.
667 * Makefile.in: Regenerate.
668
136bb21f
L
6692015-07-27 H.J. Lu <hongjiu.lu@intel.com>
670
671 Sync with GCC
672 2015-07-24 Michael Darling <darlingm@gmail.com>
673
674 PR other/66259
675 * config-ml.in: Reflects renaming of configure.in to configure.ac
676 * configure: Likewise
677 * configure.ac: Likewise
678
22121df0
L
6792015-07-14 H.J. Lu <hongjiu.lu@intel.com>
680
681 * Makefile.in: Regenerated.
682
683 Sync with GCC
684 2015-05-21 Jason Merrill <jason@redhat.com>
685
686 * Makefile.tpl: Update comments.
687
688 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
689
690 * Makefile.tpl: Remove surplus whitespace throughout.
691
692 2015-03-25 Martin Liska <mliska@suse.cz>
693 Yury Gribov <y.gribov@samsung.com>
694
695 * Makefile.tpl: Fix ln source location for vimrc file.
696
969b1713
L
6972015-07-14 H.J. Lu <hongjiu.lu@intel.com>
698
699 Sync with GCC
700 2015-05-16 James Bowman <james.bowman@ftdichip.com>
701
702 * configure.ac: FT32 target added.
703 * configure: Regenerate.
704
ce6c656d
L
7052015-07-14 H.J. Lu <hongjiu.lu@intel.com>
706
707 Sync with GCC
708 2015-06-02 Jason Merrill <jason@redhat.com>
709
710 PR bootstrap/66319
711 * configure.ac: Use -std=gnu++98.
712
713 2015-05-28 Mike Frysinger <vapier@gentoo.org>
714
715 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
716 * configure: Regenerate.
717
718 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
719
720 * configure.ac: Fix typo.
721 * configure: Regenerate.
722
723 2015-05-03 Matthias Klose <doko@ubuntu.com>
724
725 * configure.ac: Match $host configured with triplets.
726 * configure: Regenerate.
727
728 2015-04-17 Jakub Jelinek <jakub@redhat.com>
729
730 PR bootstrap/62077
731 * configure.ac (--enable-stage1-checking): Default to
732 release,misc,gimple,rtlflag,tree,types if --disable-checking
733 or --enable-checking is not specified and DEV-PHASE is not
734 experimental.
735 * configure: Regenerated.
736
737 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
738
739 Install back PR target/47230 fix (Revert the revert).
740
16beab3d
L
7412015-06-30 H.J. Lu <hongjiu.lu@intel.com>
742
743 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
744 target.
745 * configure: Regenerate.
746
5569a85f
JDA
7472015-05-13 John David Anglin <dave.anglin@bell.net>
748
749 * configure.ac: Disable configuration of GDB for HPUX targets.
750 * configure: Regenerate.
751
e81d5d05
L
7522015-05-01 H.J. Lu <hongjiu.lu@intel.com>
753
754 PR ld/18355
755 * Makefile.def: Add extra_configure_flags to host zlib.
756 * configure.ac (extra_host_zlib_configure_flags): New. Set
757 to --enable-host-shared When bfd is to be built as shared
758 library. AC_SUBST.
759 * Makefile.in: Regenerated.
760
ec5b9462
HPN
7612015-04-15 Mike Frysinger <vapier@gentoo.org>
762 Hans-Peter Nilsson <hp@axis.com>
763
764 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 765 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
766 use that in the getver call instead of $tool.
767 (sim_release): Pass gdb as fifth parameter to tar_compress.
768 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
769
f91ca6bc
IB
7702015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
771
772 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
773 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
774 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
775 * Makefile.in: Regenerate.
776
cf39cfc5
L
7772015-04-01 H.J. Lu <hongjiu.lu@intel.com>
778
779 * configure.ac: Add --with-system-zlib.
780 * configure: Regenerated.
781
6ac1079e
L
7822015-03-31 H.J. Lu <hongjiu.lu@intel.com>
783
784 * src-release.sh: Don't configure with --with-target-subdir=.
785 --disable-multilib.
786
890ba06f
L
7872015-03-31 H.J. Lu <hongjiu.lu@intel.com>
788
789 * src-release.sh (DEVO_SUPPORT): Replace src-release with
790 src-release.sh.
791
5675acd9
ES
7922015-03-30 Ed Schouten <ed@nuxi.nl>
793
794 * config.sub: Update from upstream, to 2015-03-04 version.
795 * config.guess: Likewise.
796
d2d67aea
L
7972015-03-30 H.J. Lu <hongjiu.lu@intel.com>
798
799 * Makefile.def (dependencies): Add all-zlib to all-bfd.
800 * Makefile.in: Regenerated.
801
92c695a1
L
8022015-03-28 H.J. Lu <hongjiu.lu@intel.com>
803
804 * src-release.sh (do_proto_toplev): Configure with --target
805 --with-target-subdir and --disable-multilib.
806 (BINUTILS_SUPPORT_DIRS): Add zlib.
807 (GAS_SUPPORT_DIRS): Likewise.
808 (GDB_SUPPORT_DIRS): Likewise.
809 (SIM_SUPPORT_DIRS): Likewise.
810
091021fa
L
8112015-03-17 H.J. Lu <hongjiu.lu@intel.com>
812
813 * configure.ac (target_configdirs): Exclude target-zlib if
814 target-libjava isn't built.
815 * configure: Regenerated.
816
5df8a8fc
L
8172015-03-17 H.J. Lu <hongjiu.lu@intel.com>
818
819 Sync with GCC
820 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
821
822 * config-ml.in: Robustify ac_configure_args parsing.
823
1b6c0831
L
8242015-03-16 H.J. Lu <hongjiu.lu@intel.com>
825
826 * Makefile.def: Updated from GCC trunk.
827 * Makefile.tpl: Likewise.
828 * configure.ac: Likewise.
829 * Makefile.in: Regenerated.
830 * configure: Likewise.
831
3f8107ab
AM
8322015-01-28 James Bowman <james.bowman@ftdichip.com>
833
834 * configure.ac: Add FT32 support.
835 * configure: Regenerate.
836
10b8fe5e
AG
8372015-01-12 Anthony Green <green@moxielogic.com>
838
839 * configure.ac: Don't disable gprof for moxie.
840 * configure: Rebuild.
841
6b91c541
AP
8422015-01-03 Andrew Pinski <apinski@cavium.com>
843
844 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
845 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
846 (BASE_TARGET_EXPORTS): Add OBJCOPY.
847 (OBJCOPY_FOR_TARGET): New variable.
848 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
849 * Makefile.in: Regenerate.
850 * configure.ac: Check for already installed target objcopy.
851 Also GCC_TARGET_TOOL on objcopy.
852 * configure: Regenerate.
853
6ba37ab4
HPN
8542015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
855
856 * config.sub: Update from upstream, to 2015-01-01 version.
857 * config.guess: Ditto.
858
bb5f7690
EB
8592014-12-06 Eric Botcazou <ebotcazou@adacore.com>
860
861 * config.sub: Update from upstream config repo.
862
6e733cce
L
8632014-11-24 H.J. Lu <hongjiu.lu@intel.com>
864
865 * libtool.m4: Updated from GCC trunk.
866
8969c424
JBG
8672014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
868
869 * config.guess: Update from upstream config repo.
870 * config.sub: Ditto.
871
37e77caf
JBG
8722014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
873
874 * move-if-change: Update from upstream gnulib.
875
e3046511
JBG
8762014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
877
878 * compile: Sync with upstream Automake.
879 * depcomp: Ditto.
880 * install-sh: Ditto.
881 * missing: Ditto.
882 * mkinstalldirs: Ditto.
883 * ylwrap: Ditto.
884
3e615393
TG
8852014-10-15 Tristan Gingold <gingold@adacore.com>
886
887 * src-release.sh (do_proto_toplev): Configure with --target.
888
6d26190c
JY
8892014-10-03 Jing Yu <jingyu@google.com>
890
891 * configure.ac: Add aarch64 to list of targets that support gold.
892 * configure: Regenerate.
893
a9d58c06
AB
8942014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
895
896 * configure.ac: Add mips*-img-elf* target triple.
897 * configure: Regenerate.
898
b25b5cef
CJW
8992014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
900 * configure: Disable gdb for nds32*-*-* until supported.
901 * configure.ac: Disable gdb for nds32*-*-* until supported.
902
f8797b5a
JB
9032014-09-05 Joel Brobecker <brobecker@adacore.com>
904
905 * configure: Regenerate.
906
2536ee9d
WN
9072014-08-27 Will Newton <will.newton@linaro.org>
908
909 * src-release.sh: New file.
910 * src-release: Remove file.
911
1f995db6
JS
9122014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
913
914 GDB not supported for or1k*-*-rtems*
915 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
916 of the stanzas results in this not being caught by or1k*-*-* later.
917 * configure. Regenerated.
918
a843ea33
SB
9192014-07-25 Samuel Bronson <naesten@gmail.com>
920
921 * .gitattributes: New file for use with git-merge-changelog.
922
cfbc1a6c
JS
9232014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
924
925 Disable gdb for or1k*-*-* until supported
926 * configure.ac (or1k*-*-*): Disable gdb.
927 * configure: Regenerated.
928
d9e042ac
SL
9292014-05-14 Sandra Loosemore <sandra@codesourcery.com>
930
931 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
932 * configure: Regenerated.
933
201f096f 9342014-03-26 Jakub Jelinek <jakub@redhat.com>
935
936 PR sanitizer/56781
937 * Makefile.def: Set bootstrap=true; for host fixincludes.
938 * configure.ac: Don't bootstrap host fixincludes unless
939 --with-build-config=bootstrap-{a,ub}san.
940 * Makefile.in: Regenerated.
941 * configure: Regenerated.
942
730af8ee 9432014-03-21 Jakub Jelinek <jakub@redhat.com>
944
945 * configure.ac: Move BUILD_CONFIG set up earlier. Add
946 --enable-vtable-verify option parsing. Don't add
947 target-libsanitizer to bootstrap_target_libs unless
948 --with-build-config=bootstrap-asan or
949 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
950 to bootstrap_target_libs unless --enable-vtable-verify.
951 * configure: Regenerated.
952
abca8d87 9532014-03-07 Jakub Jelinek <jakub@redhat.com>
954
955 PR bootstrap/58572
956 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
957 -I for libstdc++-v3 includes if $(LEAN).
958 * Makefile.in: Regenerated.
959
68d122bb 9602014-02-24 Walter Lee <walt@tilera.com>
961
962 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
963 (tilegx-*-*): Change to tilegx*-*-*.
964 * configure: Regenerate.
965
39d1b2ae
RS
9662014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
967
968 * config.sub, config.guess: Import from upstream.
969
50f80006
EB
9702014-04-04 Eric Botcazou <ebotcazou@adacore.com>
971
972 PR bootstrap/60620
72f4393d 973 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
974 * Makefile.in: Regenerate.
975
a6305403
YS
9762014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
977
978 * Makefile.def (dependencies): Make all-ld depend on all-binutils
979 for WINDRES_FOR_TARGET in default-manifest.o rule.
980 * Makefile.in: Regenerate.
981
62a0f723
RO
9822014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
983
984 PR target/59788
985 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
986 *solaris2*.
987
530e8392
KB
9882013-12-19 Keven Boell <keven.boell@intel.com>
989
990 * cp-namespace.c (cp_lookup_nested_symbol): Enable
991 nested lookups for fortran modules.
992 * dwarf2read.c (read_module): Add fortran module to
993 the symbol table.
994 (add_partial_symbol, add_partial_module): Add fortran
995 module to the partial symbol table.
996 (new_symbol_full): Create full symbol for fortran module.
997 * f-exp.y (yylex): Add new module domain to be parsed.
998 * symtab.h: New domain for fortran modules.
999
7f9b20bb
KB
10002013-12-19 Keven Boell <keven.boell@intel.com>
1001
1002 * f-exp.y (yylex): Add domain array to enable lookup
1003 in multiple domains. Loop over lookup domains and try
1004 to find requested symbol. Add STRUCT_DOMAIN to lookup
1005 domains to be able to query for user defined types.
1006
afc0578d 10072013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1008
1009 * configure.ac: Add user-friendly check for native x86_64-linux
1010 multilibs.
1011 * configure: Regenerate.
1012
f3f51a69
AM
10132013-11-23 Alan Modra <amodra@gmail.com>
1014
1015 * config.sub, config.guess: Import from upstream.
1016
2440009d 10172013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1018
2440009d 1019 * Makefile.in: Regenerate.
1020
e78e02e6 1021 * Makefile.tpl: Fix typo.
1022 * Makefile.in: Regenerate partially.
1023
9aaf2a7e 10242013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1025
1026 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1027 supported.
1028 * configure: Regenerated.
1029
880b18d1 10302013-10-30 Jason Merrill <jason@redhat.com>
1031
1032 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1033 --disable-build-format-warnings.
1034
522e3d71 10352013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1036
f3f51a69 1037 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1038 depend on libstdc++ and libgcc.
1039 * configure: Regenerate.
1040 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1041 libcilkrts for POSIX and i*86, and x86_64 architectures.
1042 * Makefile.in: Added libcilkrts related fields to support building it.
1043
cb49a9e1 10442013-10-26 Jeff Law <law@redhat.com>
1045
1046 * Makefile.def (target_modules): Remove libmudflap
1047 (languages): Remove check-target-libmudflap).
1048 * Makefile.in: Rebuilt.
1049 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1050 * configure.ac (target_libraries): Remove target-libmudflap.
1051 Remove checks which disabled libmudflap on some systems.
1052 * configure: Rebuilt.
1053 * libmudflap: Directory removed.
1054
82033c9b
JBG
10552013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1056
1057 * configure.ac: Update from GCC.
1058 * configure: Regenerate.
1059
b50d7605
HPN
10602013-10-15 Hans-Peter Nilsson <hp@axis.com>
1061
1062 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1063 files in SUPPORT_FILES.
1064 (SIM_SUPPORT_DIRS): New variable.
1065 (sim.tar.bz2): New rule.
1066
f4cfb980
JBG
10672013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1068
1069 * configure.ac: Update from GCC.
1070 * configure: Regenerate.
1071
78b1434c
JJ
10722013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1073
1074 * COPYING.NEWLIB: Update with new copyright.
1075
b3fc79f8
JBG
10762013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1077
1078 * configure.ac: Update from GCC.
1079 * configure: Regenerate.
1080
cc9afea3
AM
10812013-09-20 Alan Modra <amodra@gmail.com>
1082
1083 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1084 ppc host match. Support little-endian powerpc linux hosts.
1085
f006cabd
JB
10862013-08-16 Joel Brobecker <brobecker@adacore.com>
1087
1088 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1089 strip the "-cvs" suffix from the version number if present.
1090
95e43135
JBG
10912013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1092
1093 * configure.ac: Sync with GCC repo.
1094 * Makefile.def: Ditto.
1095 * configure: Regenerate.
1096 * Makefile.in: Ditto.
1097
7539e41e
JB
10982013-07-22 Joel Brobecker <brobecker@adacore.com>
1099
1100 * src-release (VER): Use $(TOOL)/common/create-version.sh
1101 if it exists.
1102
e8044f35
RS
11032013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1104
1105 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1106 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1107 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1108 * configure: Regenerate.
1109
7bab7634
DC
11102013-06-01 George Thomas <george.thomas@atmel.com>
1111
95e43135
JBG
1112 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1113 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1114
b5364c9e
JJ
11152013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1116
1117 * COPYING.NEWLIB: Add Altera Corporation copyright.
1118
5dad867c
JBG
11192013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1120
1121 * config.guess: Update from config repo.
1122 * config.sub: Ditto.
1123
b836cb18
JBG
11242013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1125
1126 * Makefile.def: Sync with GCC.
1127 * Makefile.in: Regenerate.
1128
e7d5abf1
JBG
11292013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1130
1131 * configure.ac: Sync with GCC.
b836cb18 1132 * configure: Regenerate.
e7d5abf1 1133
4f778543
MF
11342013-03-22 Mike Frysinger <vapier@gentoo.org>
1135
1136 * src-release (VER): Change bfd/configure.in sed to use the new
1137 `bfd/configure --version` output.
1138
f1dd87fc
YZ
11392013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1140
1141 * configure.ac: Sync with GCC repo.
1142 * configure: Ditto.
1143
a413f71a
ILT
11442013-02-05 Ian Lance Taylor <iant@google.com>
1145
1146 PR go/55969
1147 * configure.ac: Disable libgo on some systems where it does not
1148 work.
1149 * configure: Rebuild.
1150
3a98824c
AM
11512013-02-05 Alan Modra <amodra@gmail.com>
1152
1153 * configure: Regenerate after syncing config/.
1154
3dae1673
JBG
11552013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1156
1157 * configure.ac: Sync with GCC repo.
1158 * configure: Ditto.
1159 * Makefile.def: Ditto.
1160 * Makefile.in: Ditto.
1161
bf51454b
JB
11622013-01-11 Joel Brobecker <brobecker@adacore.com>
1163
1164 Sync with GCC, merge:
1165
1166 2013-01-09 Jason Merrill <jason@redhat.com>
1167
1168 * .gitignore: Import from gdb repository.
1169
c841a2be
JBG
11702013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1171
1172 * config.sub: Update from config repo.
1173
d7b9dae9
EB
11742013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1175
1176 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1177 * Makefile.in: Regenerate.
1178
861ea9c8
L
11792013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1180
1181 * Makefile.def (configure-gcc): Depend on all-gmp.
1182 (all-gcc): Remove dependency on all-gmp.
1183 * Makefile.in: Regenerated.
1184
ce82b126
JBG
11852013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1186
1b4f418d 1187 * config.guess: Update from config repo.
c2e5e6d7 1188 * config.sub: Ditto.
ce82b126 1189
fd62a30d
JJ
11902013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1191
1192 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1193 exists and replace the new bfin license in its location.
1194
0140d685
L
11952013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 PR gas/14899
1198 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1199 all-ld and all-gold depend on all-gas.
1200 * Makefile.in: Regenerated.
1201
c3d399e7
L
12022012-12-29 Ben Elliston <bje@gnu.org>
1203
1204 * config.guess: Update to 2012-12-29 version.
1205 * config.sub: Likewise.
1206
9417cd2f
JBG
12072012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1208
1209 * Makefile.def (install-target-libgo): Depend on
1210 install-target-libatomic. Merged from GCC repo.
1211 * Makefile.in: Regenerate.
1212
68dad382
JJ
12132012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1214
1215 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1216
2344b8da
TS
12172012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1218
1219 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1220 * configure: Regenerate.
1221
5eb08693
L
12222012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1223
1224 * Makefile.def (target_modules): Add bootstrap=true and
1225 raw_cxx=true to libsanitizer.
1226 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1227 * Makefile.in: Regenerated.
1228 * configure: Likewise.
1229
53ab32d8
JBG
12302012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1231
1232 * config.sub: Merge from config repo.
1233
d2489204
JBG
12342012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1235
1236 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1237 * Makefile.tpl: Ditto.
1238 * Makefile.in: Ditto.
1239 * configure: Ditto.
d2489204 1240
c23b5043
JBG
12412012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1242
1243 * configure.ac (noconfigdirs): Merge from GCC.
1244 * configure: Regenerate.
1245
1dd1f7f6
JBG
12462012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1247
1248 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1249
2bda3143
L
12502012-11-14 Roland McGrath <mcgrathr@google.com>
1251
1252 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1253 * configure: Regenerate.
1254
5286fdef
L
12552012-11-13 Richard Henderson <rth@redhat.com>
1256
1257 * configure.ac: Move libsanitizer logic to subdirectory.
1258 * configure: Regenerate.
1259
12602012-11-13 Dodji Seketeli <dodji@redhat.com>
1261
1262 * configure.ac: Enable libsanitizer just on x86 linux for now.
1263 * configure: Re-generate.
1264
12652012-11-13 David Edelsohn <dje.gcc@gmail.com>
1266
1267 * configure.ac: Merge libquadmath sections.
1268 * configure: Regenerate.
1269
12702012-11-12 Wei Mi <wmi@google.com>
1271
1272 * configure.ac: Add libsanitizer to target_libraries.
1273 * Makefile.def: Ditto.
1274 * configure: Regenerate.
1275 * Makefile.in: Regenerate.
1276
f66a9a70
L
12772012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1278
1279 * configure: Regenerated.
1280
12812012-11-03 Robert Mason <rbmj@verizon.net>
1282
1283 * configure.ac: add --disable-libstdcxx configure option
1284 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1285
6d94c122
CV
12862012-10-24 Corinna Vinschen <corinna@vinschen.de>
1287
1288 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1289 against Mingw64 w32api.
1290 * configure: Regenerate.
1291
a882be68
EB
12922012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1293
1294 PR bootstrap/54820
1295 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1296 * configure: Regenerate.
1297
b3676d82
EB
12982012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1299
1300 PR bootstrap/54820
1301 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1302 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1303 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1304 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1305 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1306 * Makefile.in: Regenerate.
1307 * configure.ac (have_static_libs): New variable and associated check.
1308 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1309 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1310 * configure: Regenerate.
1311
7b0e8ca5
MF
13122012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1313
1314 * config.guess, config.sub: Include updated version from
1315 config-patches. Adds microblaze little endian support.
1316
8e71395b
L
13172012-09-28 Ian Lance Taylor <iant@google.com>
1318
1319 * Makefile.def: Make all-target-libgo depend on
1320 all-target-libbacktrace.
1321 * Makefile.in: Rebuild.
1322
13232012-09-26 Ian Lance Taylor <iant@google.com>
1324
1325 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1326 * Makefile.in: Rebuild.
1327
13282012-09-06 Diego Novillo <dnovillo@google.com>
1329
1330 * configure.ac: Bump minimum GMP version to 4.2.3.
1331 * configure: Re-generate.
1332
13332012-09-05 Georg-Johann Lay <avr@gjlay.de>
1334
1335 PR target/54461
1336 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1337 target-libgloss if not configured --with-avrlibc=no.
1338 * configure: Regenerate.
1339
13402012-09-04 Jason Merrill <jason@redhat.com>
1341
1342 * configure.ac: Fix --enable-languages=all.
1343
13442012-09-03 Richard Guenther <rguenther@suse.de>
1345
1346 PR bootstrap/54138
1347 * configure.ac: Re-organize ISL / CLOOG checks to allow
1348 disabling with either --without-isl or --without-cloog.
1349 * configure: Regenerated.
1350
13512012-09-03 Georg-Johann Lay <avr@gjlay.de>
1352
1353 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1354 * configure: Regenerate.
1355
d09bbf00
SE
13562012-09-21 Steve Ellcey <sellcey@mips.com>
1357
1358 * configure.ac: Add mips*-mti-elf* target.
1359 * configure: Regenerate.
1360
2bf680c4
ILT
13612012-09-19 Ian Lance Taylor <iant@google.com>
1362
1363 * configure.ac (host_libs): Add libbacktrace.
1364 (target_libraries): Add libbacktrace.
1365 * Makefile.def (host_modules): Add libbacktrace.
1366 (target_modules): Likewise.
1367 * configure, Makefile.in: Rebuild.
1368
5c0b3823
WL
13692012-09-15 Jiong Wang <jiwang@tilera.com>
1370
1371 * configure.ac (ENABLE_GOLD): support tilegx*
1372 * configure: rebuild
1373
1488e230
DE
13742012-09-14 David Edelsohn <dje.gcc@gmail.com>
1375
1376 PR target/38607
1377 Merge upstream change.
1378 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1379
1380 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1381 Add libgomp*.o to compare_exclusions for AIX.
1382 * configure: Regenerate.
1383
df6795ce
L
13842012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1385
1386 PR binutils/4970
1387 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1388 and opcodes.
1389 * Makefile.in: Regenerated.
1390
7ec59b9e
L
13912012-08-14 Diego Novillo <dnovillo@google.com>
1392
1393 Merge from cxx-conversion branch.
1394
1395 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1396 POSTSTAGE1_CONFIGURE_FLAGS.
1397 * Makefile.in: Regenerate.
1398 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1399 Force C++ when bootstrapping.
1400 * configure: Regenerate.
1401
14022012-07-06 Richard Guenther <rguenther@suse.de>
1403
1404 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1405 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1406 --with-gmp=system.
1407 * Makefile.in: Regenerated.
1408 * configure: Likewise.
1409
14102012-07-06 Richard Guenther <rguenther@suse.de>
1411
1412 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1413 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1414 supply V=1 as extra_make_flags.
1415 * configure: Regenerated.
1416 * Makefile.in: Likewise.
1417
14182012-07-03 Richard Guenther <rguenther@suse.de>
1419
1420 * Makfile.def (isl): Remove not necessary extra_exports and
1421 extra_make_flags.
1422 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1423 * Makefile.in: Regenerated.
1424
14252012-07-03 Richard Guenther <rguenther@suse.de>
1426
1427 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1428 * configure.ac: If either the ISL or the CLooG check failed
1429 do not try to build in-tree versions.
1430 * Makefile.in: Regenerated.
1431 * configure: Regenerated.
1432
14332012-07-02 Richard Guenther <rguenther@suse.de>
1434 Michael Matz <matz@suse.de>
1435 Tobias Grosser <tobias@grosser.es>
1436 Sebastian Pop <sebpop@gmail.com>
1437
1438 * Makefile.def: Add ISL host module, remove PPL host module.
1439 Adjust ClooG host module to use the proper ISL.
1440 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1441 * configure.ac: Include config/isl.m4. Add ISL host library,
1442 remove PPL. Remove PPL configury, add ISL configury, adjust
1443 ClooG configury.
1444 * Makefile.in: Regenerated.
1445 * configure: Likewise.
1446
14472012-07-02 Richard Guenther <rguenther@suse.de>
1448
1449 Merge from graphite branch
1450 2011-07-21 Tobias Grosser <tobias@grosser.es>
1451
1452 * configure: Regenerated.
1453 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1454 both cloog.org and legacy versions. The only supported version will
1455 be CLooG with the isl backend.
1456
1457 2011-07-21 Tobias Grosser <tobias@grosser.es>
1458
1459 * configure: Regenerated.
1460 * configure.ac: Require cloog isl 0.17.0
1461
1462 2011-07-21 Tobias Grosser <tobias@grosser.es>
1463
1464 * configure: Regenerated.
1465 * config/cloog.m4: Do not define CLOOG_ORG
1466
14672012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1468
1469 * configure.ac: Skip C if explicitly selected.
1470 * configure: Regenerate.
1471
14722012-06-28 Christophe Lyon <christophe.lyon@st.com>
1473
1474 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1475 they contain -O2.
1476 * configure: Regenerate.
1477
14782012-06-20 Jason Merrill <jason@redhat.com>
1479
1480 * Makefile.tpl (check-target-libgomp-c++): New.
1481 (check-target-libitm-c++): New.
1482 * Makefile.def (c++): Add them.
1483 * Makefile.in: Regenerate.
1484
14852012-05-16 Olivier Hainque <hainque@adacore.com>
1486
1487 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1488 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1489 (install-no-fixedincludes): Adjust accordingly.
1490 * Makefile.in: Regenerate.
1491
14922012-05-09 Nick Clifton <nickc@redhat.com>
1493 Paul Smith <psmith@gnu.org>
1494
1495 PR bootstrap/50461
1496 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1497 allow for the fact that from release v3.1.0 of MPFR the source
1498 files were moved into a src sub-directory.
1499 * configure: Regenerate.
1500
15012012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1502
1503 * configure.ac: Bump minimum MPFR version to 2.4.0.
1504 * configure: Regenerated.
1505
15062012-05-01 Richard Henderson <rth@redhat.com>
1507
1508 * Makefile.def (libatomic): New target_module.
1509 * configure.ac (target_libraries): Add libatomic.
1510 (noconfigdirs): Check if libatomic is supported.
1511 * Makefile.in, configure: Rebuild.
1512
f87f9c61
L
15132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1514
1515 Merge upstream change
1516 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1517
15182011-11-21 Andreas Tobler <andreast@fgznet.ch>
1519
1520 * libtool.m4: Additional FreeBSD 10 fixes.
1521
68f107fa
AO
15222012-06-28 Christophe Lyon <christophe.lyon@st.com>
1523
1524 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1525 they contain -O2.
1526 * configure: Regenerate.
1527
b9c361e0
JL
15282012-05-14 Catherine Moore <clm@codesourcery.com>
1529
1530 * NEWS: Mention PowerPC VLE port.
1531
9eb322aa
MF
15322012-05-11 Mike Frysinger <vapier@gentoo.org>
1533
1534 * MAINTAINERS (config/): Move to intl/ section.
1535 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1536
58b1dd21
NC
15372012-05-09 Nick Clifton <nickc@redhat.com>
1538 Paul Smith <psmith@gnu.org>
1539
1540 PR bootstrap/50461
1541 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1542 allow for the fact that from release v3.1.0 of MPFR the source
1543 files were moved into a src sub-directory.
1544 * configure: Regenerate.
1545
2e702c99
RM
15462012-05-02 Roland McGrath <mcgrathr@google.com>
1547
1548 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1549 * configure: Regenerate.
1550
d2213593
JB
15512012-04-25 Joel Brobecker <brobecker@adacore.com>
1552
1553 * config.sub: Update to 2012-04-18 version from official repo.
1554
202e2356
NC
15552012-03-19 Tristan Gingold <gingold@adacore.com>
1556
1557 * configure.ac (ia64*-*-*vms*): Add support for ld.
1558 * configure: Regenerate.
1559
2479f722
RO
15602012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1561
1562 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1563 (unsupported_languages): Remove mips-sgi-irix6.*.
1564 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1565 (with_stabs): Remove.
1566 * configure: Regenerate.
1567
4e97d92b
RO
15682012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1569
1570 * configure.ac (enable_libgomp): Remove *-*-osf*.
1571 (with_stabs): Remove alpha*-*-osf*.
1572 * configure: Regenerate.
1573
f9ea6f98
JJ
15742012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1575
1576 * COPYING.NEWLIB: Modify DJ Delorie license to include
1577 modification rights in clause as permitted by DJ Delorie.
1578 * COPYING.LIBGLOSS: Ditto.
1579
48688b3e
JJ
15802012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1581
1582 * COPYING.NEWLIB: Remove two unused licenses.
1583
0945bbee
TG
15842012-03-05 Tristan Gingold <gingold@adacore.com>
1585
1586 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1587 * configure: Regenerate.
1588
516be0c5
JJ
15892012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1590
1591 * COPYING.NEWLIB: Add Adapteva notice.
1592 * COPYING.LIBGLOSS: Add Adapteva notice.
1593
64b986c0
EB
15942011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1595
1596 * configure: Regenerate.
1597
58cddc18
JJ
15982011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1599
1600 * COPYING.LIBGLOSS: Add GPL with exception license.
1601
b121d7d4
DD
16022011-11-09 Roland McGrath <mcgrathr@google.com>
1603
1604 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1605 * configure: Rebuild.
1606 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1607 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1608 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1609 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1610 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1611 Add READELF.
1612 * Makefile.in: Rebuild.
1613
d32e2926
RH
16142011-11-08 Richard Henderson <rth@redhat.com>
1615
1616 * configure.ac: Test for libitm directory present first.
1617
1618 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1619
1620 * configure.ac: Test libitm/configure.tgt to disable libitm.
1621 * configure: Rebuild.
1622
98dd765a
RO
16232011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1624
1625 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1626 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1627 * Makefile.in: Regenerate.
1628
99c513f6
DD
16292011-11-01 DJ Delorie <dj@redhat.com>
1630
1631 * configure.ac (rl78-*-*) New case.
1632 * configure: Regenerate.
1633
ff3ec4ee
DD
16342011-11-01 DJ Delorie <dj@redhat.com>
1635
1636 * config.sub: Update to version 2011-10-29 (added rl78)
1637
c28a9f49
NC
16382011-10-27 Nick Clifton <nickc@redhat.com>
1639
1640 * config.sub: Import these changes from the config project:
1641
a903d6ac 1642 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1643 Ben Elliston <bje@gnu.org>
1644
1645 * config.sub (epiphany): New.
1646
1647 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1648 Ben Elliston <bje@gnu.org>
1649
9eb322aa 1650 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1651
1652 2011-08-23 Roland McGrath <mcgrathr@google.com>
1653
1654 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1655 64eb to be64.
1656
1657 2011-08-16 Roland McGrath <mcgrathr@google.com>
1658
1659 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1660 (nacl): Grok as alias for 32el-unknown-nacl.
1661
860144e4
JB
16622011-08-19 Joel Brobecker <brobecker@adacore.com>
1663
1664 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1665
40ae9136
YQ
16662011-08-14 Yao Qi <yao@codesourcery.com>
1667
1668 Merge from gcc:
1669
1670 2011-08-14 Yao Qi <yao@codesourcery.com>
1671 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1672 * configure: Regenerate.
1673
ffdd6afc
ILT
16742011-07-26 Ian Lance Taylor <iant@google.com>
1675
1676 Merge from gcc:
1677
1678 2011-07-26 Ian Lance Taylor <iant@google.com>
1679 * configure.ac: Set have_compiler based on whether gcc directory
1680 exists, rather than on whether gcc is in configdirs.
1681 * configure: Rebuild.
1682
1683 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1684 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1685 link directories.
1686 * Makefile.in: Rebuild.
1687
1688 2011-07-20 Ian Lance Taylor <iant@google.com>
1689 PR bootstrap/49787
1690 * configure.ac: Move --enable-bootstrap handling earlier in file.
1691 If --enable-bootstrap and either --enable-build-with-cxx or
1692 --enable-build-poststage1-with-cxx, enable C++ automatically.
1693 * configure: Rebuild.
1694
1695 2011-07-19 Ian Lance Taylor <iant@google.com>
1696 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1697 make C++ a boot_language. Set and substitute
1698 POSTSTAGE1_CONFIGURE_FLAGS.
1699 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1700 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1701 * configure, Makefile.in: Rebuild.
1702
1703 2011-07-16 Jason Merrill <jason@redhat.com>
1704 * Makefile.def (language=c++): Add check-c++0x and
1705 check-target-libmudflap-c++.
1706 * Makefile.tpl (check-target-libmudflap-c++): New.
1707 * Makefile.in: Regenerate.
1708
1709 2011-07-16 Matthias Klose <doko@ubuntu.com>
1710 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1711 * Makefile.def (target_modules/libjava): Pass
1712 $(EXTRA_CONFIGARGS_LIBJAVA).
1713 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1714 if not configured with --enable-static-libjava.
1715 * Makefile.in: Regenerate.
1716 * configure: Likewise.
1717
1718 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1719 PR regression/47836
1720 PR bootstrap/23656
1721 PR other/47733
1722 PR bootstrap/49247
1723 PR c/48825
1724 * configure.ac (target_libraries): Remove target-libiberty.
1725 Remove case-statement setting skipdirs=target-libiberty for
1726 multiple targets. Remove checking target_configdirs and
1727 removing target-libiberty but keeping target-libgcc if
1728 otherwise empty.
1729 * Makefile.def (target_modules): Don't add libiberty.
1730 (dependencies): Remove all traces of target-libiberty.
1731 * configure, Makefile.in: Regenerate.
1732
9ccb86e7
JM
17332011-07-22 Jason Merrill <jason@redhat.com>
1734
1735 * Makefile.def (language=c++): Add check-c++0x and
1736 check-target-libmudflap-c++.
1737 * Makefile.tpl (check-target-libmudflap-c++): New.
1738 * Makefile.in: Regenerate.
1739
090bc50f
RO
17402011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1741
1742 * configure: Regenerate.
1743
cff32a7c
RO
17442011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1745
1746 PR target/39150
1747 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1748 x86_64-*-solaris2.1[0-9]*.
1749 * configure: Regenerate.
1750
eb4b2452
NC
17512011-06-13 Walter Lee <walt@tilera.com>
1752
1753 * configure.ac (tilepro-*-*) New case.
1754 (tilegx-*-*): Likewise.
1755 * configure: Regenerate.
1756
3c0013bf
NC
17572011-06-06 Nick Clifton <nickc@redhat.com>
1758
1759 * config.sub: Sync from upstream.
1760
91c1f14c
DK
17612011-05-08 Doug Kwan <dougkwan@google.com>
1762
1763 Merge from gcc:
1764
1765 2011-05-08 Doug Kwan <dougkwan@google.com>
1766
1767 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1768 * configure: Regenerated.
1769 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1770 value from configure.
1771 * Makefile.in: Regenerated.
1772
c7e4b184
JM
17732011-05-05 Joseph Myers <joseph@codesourcery.com>
1774
1775 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1776 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1777 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1778 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1779 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1780 *-*-vxworks*): Disable newlib and libgloss in separate case
1781 statement.
1782 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1783 to separate case statement.
1784 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1785 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1786 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1787 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1788 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1789 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1790 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1791 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1792 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1793 i[[3456789]]86-*-rdos*, m32r-*-*,
1794 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1795 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1796 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1797 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1798 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1799 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1800 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1801 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1802 and libgloss in main case over targets. Remove most empty cases
1803 in main case over targets.
1804 * configure: Regenerate.
1805
7152a690
JM
18062011-05-04 Joseph Myers <joseph@codesourcery.com>
1807
1808 * configure.ac: Remove code setting special library locations for
1809 hppa*64*-*-hpux11*. Remove code setting compiler for
1810 sparc-sun-solaris2*.
1811 * configure: Regenerate.
1812
ff46fb8f
JM
18132011-05-04 Joseph Myers <joseph@codesourcery.com>
1814
1815 * configure.ac: Separate libgloss_dir settings from general case
1816 over targets.
1817 * configure: Regenerate.
1818
82ae827f
JM
18192011-04-28 Joseph Myers <joseph@codesourcery.com>
1820
1821 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1822 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1823 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1824 cases in libgcj-disabling case statement.
1825 (hppa*64*-*-linux*): Set unsupported_languages instead of
1826 disabling target-zlib.
1827 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1828 to hppa*64*-*-hpux*.
1829 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1830 hppa*-*-hpux*.
1831 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1832 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1833 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1834 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1835 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1836 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1837 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1838 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1839 libgcj-disabling case statement.
1840 * configure: Regenerate.
1841
0827f9a6
JM
18422011-04-28 Joseph Myers <joseph@codesourcery.com>
1843
1844 * configure.ac: Disable Java for targets not supporting libffi.
1845 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1846 Remove cases in Java-disabling statement.
1847 (*arm-wince-pe): Change to arm-wince-pe.
1848 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1849 cases in Java-disabling statement.
1850 (bfin-*-*): Don't disable Java again.
1851 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1852 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1853 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1854 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1855 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1856 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1857 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1858 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1859 Java-disabling statement.
1860 (mmix-*-*): Don't disable Java again.
1861 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1862 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1863 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1864 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1865 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1866 statement.
1867 * configure: Regenerate.
1868
899b04ef
JM
18692011-04-28 Joseph Myers <joseph@codesourcery.com>
1870
1871 Merge from GCC:
1872
1873 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1874
1875 PR lto/48086
1876 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1877 * configure: Regenerate.
1878
9863d716
JM
18792011-04-28 Joseph Myers <joseph@codesourcery.com>
1880
1881 * configure.ac: Separate cases disabling Java and Java libraries
1882 from general case over targets.
1883 * configure: Regenerate.
1884
a90ef4bf
JM
18852011-04-06 Joseph Myers <joseph@codesourcery.com>
1886
1887 * configure.ac (build_tools): Remove build-byacc.
1888 (host_libs): Remove mmalloc.
1889 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1890 autoconf automake libtool diff rcs fileutils shellutils time
1891 textutils wdiff find uudecode hello tar gzip indent recode release
1892 sed perl gawk findutils gettext zip.
1893 (libgcj): Remove target-qthreads.
1894 (target_tools): Remove target-examples target-gperf.
1895 (YACC): Don't handle building byacc.
1896 * configure: Regenerate.
1897 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1898 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1899 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1900 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1901 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1902 handle building components.
1903 * Makefile.in: Regenerate.
1904
05a02268
RW
19052011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 * config.sub: Sync from upstream.
1908
c5f5c3c2
JM
19092011-04-01 Joseph Myers <joseph@codesourcery.com>
1910
1911 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1912 (microblaze*): Don't disable libssp.
1913 * configure: Regenerate.
1914
f6c1938b
JM
19152011-04-01 Joseph Myers <joseph@codesourcery.com>
1916
1917 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1918 moveifchange.
1919 * configure: Regenerate.
1920 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1921 * Makefile.in: Regenerate.
1922
1f111696
JM
19232011-04-01 Joseph Myers <joseph@codesourcery.com>
1924
1925 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1926 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1927 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1928 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1929 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1930 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1931 md_exec_prefix cases.
1932 * configure: Regenerate.
1933
065a5627
JM
19342011-04-01 Joseph Myers <joseph@codesourcery.com>
1935
1936 * configure.ac: Separate cases disabling target-libssp,
1937 target-libiberty, target-libstdc++-v3 and Fortran from general
1938 case over targets.
1939 * configure: Regenerate.
1940
b2f14e4a
JM
19412011-04-01 Joseph Myers <joseph@codesourcery.com>
1942
1943 * configure.ac (*-*-chorusos): Don't disable libgcj.
1944 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1945 Remove case.
1946 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1947 (arm-*-coff): Don't disable libgcj.
1948 (arm*-*-linux-gnueabi): Remove useless assignment.
1949 (arm-*-riscix*): Don't disable libgcj.
1950 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1951 configuration.
1952 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1953 (c54x*-*-*): Remove case.
1954 (tic54x-*-*): Don't disable GCC or GCC libraries.
1955 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1956 to *.
1957 (d10v-*-*): Don't disable GCC libraries.
1958 (d30v-*-*): Don't disable libgcj.
1959 (h8500-*-*): Don't disable GCC libraries.
1960 (i960-*-*): Don't disable libgcj.
1961 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1962 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1963 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1964 libgcj.
1965 (m68k-*-coff*): Remove case.
1966 (mmix-*-*): Don't disable libgloss on host.
1967 (mn10200-*-*, mn10300-*-*): Remove cases.
1968 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1969 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1970 Don't disable libgcj.
1971 (romp-*-*): Remove case.
1972 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1973 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1974 case.
1975 (v810-*-*): Don't disable GCC libraries.
1976 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1977 (ip2k-*-*): Don't disable GCC libraries.
1978 * configure: Regenerate.
1979
6a608608
JM
19802011-03-28 Joseph Myers <joseph@codesourcery.com>
1981
1982 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1983 libffi on host.
1984 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1985 on host.
1986 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1987 * configure: Regenerate.
1988
5b806d27
NC
19892011-03-26 John Marino <binutils@marino.st>
1990
1991 * configure.ac: Add support for *-*-dragonfly*
1992 * configure: Regenerate.
1993
0377a422
JM
19942011-03-25 Joseph Myers <joseph@codesourcery.com>
1995
1996 * configure.ac (native_only): Remove.
1997 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1998 send-pr uudecode guile gnuserv on host.
1999 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2000 send-pr rcs guile perl texinfo libtool on host.
2001 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2002 automake send-pr rcs guile perl texinfo libtool on host.
2003 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2004 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2005 (alpha*-dec-osf*): Don't disable fileutils on target.
2006 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2007 texinfo send-pr expect dejagnu on target.
2008 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2009 target-qthreads on target.
2010 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2011 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2012 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2013 x86_64-*-mingw*): Don't disable expect on target.
2014 (*-*-cygwin*): Don't disable target-gperf on target.
2015 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2016 gnuserv on target.
2017 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2018 target.
2019 * configure: Regenerate.
2020
2354b38b
JM
20212011-03-25 Joseph Myers <joseph@codesourcery.com>
2022
2023 * configure.ac (target_tools): Remove target-groff.
2024 (native_only): Remove target-groff.
2025 (hppa*64*-*-*): Don't disable byacc.
2026 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2027 setting.
2028 (*-*-kaos*): Don't skip target-librx and target-groff.
2029 (*-*-netware*): Don't skip target-libmudflap.
2030 (*-*-tpf*): Don't skip target-libmudflap.
2031 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2032 directories on the host.
2033 (ia64*-*-*vms*): Don't skip tix.
2034 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2035 host.
2036 * configure: Regenerate.
2037
28d9b232
PB
20382011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2039
2040 * configure.ac: Remove references to mt-mep, mt-netware,
2041 mt-wince.
2042 * Makefile.def: Add all-utils soft dependencies.
2043 * Makefile.tpl: Remove GDB_NLM_DEPS.
2044 * configure: Regenerate.
2045 * Makefile.in: Regenerate.
2046
dbbe5f95
PB
20472011-03-24 Paolo Bonzini <bonzini@gnu.org>
2048
2049 Sync from GCC:
2050
2051 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2052
2053 * configure.ac: Do not include mh-x86omitfp.
2054 * configure: Regenerate.
2055
2056 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2057
2058 * configure.ac: Remove empty cases.
2059 * configure: Regenerate.
2060
2061 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2062
2063 * Makefile.def: Add dependency from termcap to gdb.
2064 * Makefile.in: Regenerate.
2065
2066 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2067
2068 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2069 * configure: Regenerate.
2070 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2071 * Makefile.tpl: Likewise.
2072 * Makefile.in: Regenerate.
2073
2074 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2075
2076 * configure.ac: Remove all mentions of tentative_cc.
2077 * configure: Regenerate.
2078
2079 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2080
2081 PR lto/48086
2082 * configure.ac: Re-enable LTO on *-apple-darwin9.
2083 * configure: Regenerate.
2084
3516a403
JM
20852011-03-24 Joseph Myers <joseph@codesourcery.com>
2086
2087 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2088 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2089 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2090 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2091 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2092 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2093 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2094 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2095 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2096 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2097 *-*-rhapsody*): Remove host cases.
2098 * configure: Regenerate.
2099
93cc359e
JM
21002011-03-24 Joseph Myers <joseph@codesourcery.com>
2101
2102 * configure.ac (ppc*-*-pe): Remove host case.
2103 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2104 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2105 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2106 cases.
2107 * configure: Regenerate.
2108
29b2c556
JM
21092011-03-24 Joseph Myers <joseph@codesourcery.com>
2110
2111 * config.sub: Update to version 2011-03-23.
2112
f0ff0f90
JM
21132011-03-22 Joseph Myers <joseph@codesourcery.com>
2114
2115 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2116 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2117 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2118 * configure: Regenerate.
2119
782cb41f
JM
21202011-03-22 Joseph Myers <joseph@codesourcery.com>
2121
2122 * config-ml.in: Don't handle arc-*-elf*.
2123 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2124 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2125 handle GCC libraries.
2126 * configure: Regenerate.
2127
0e8ad34f
RO
21282011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2129
2130 PR bootstrap/48120:
2131 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2132 Add -lstdc++ -lm to LIBS.
2133 * configure: Regenerate.
2134
5548b4ce
DE
21352011-03-18 David Edelsohn <dje.gcc@gmail.com>
2136
2137 * config.guess: Update to version 2011-02-02
2138 * config.sub: Update to version 2011-02-24
2e702c99 2139
86ed8cf6
SP
21402011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2141
9eb322aa
MF
2142 * configure.ac: Adjust test of with_ppl.
2143 * configure: Regenerated.
86ed8cf6 2144
b123da99
SP
21452011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2146
2147 * configure.ac: Add -lpwl to ppllibs.
2148 * config/cloog.m4: Add -lisl to clooglibs.
2149 * configure: Regenerated.
2150
822ce8ee
RW
21512011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2152
2153 Import from Libtool and gnulib:
2154
2155 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2156
2157 Prepare for supporting FreeBSD 10.
2158 * config.rpath: Remove handling of freebsd1* which soon would
2159 match FreeBSD 10.0.
2160
2161 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2162
2163 Remove support for FreeBSD 1.x.
2164 * libtool.m4 (_LT_LINKER_SHLIBS)
2165 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2166 soon would incorrectly match FreeBSD 10.0.
2167
dcb5e506
RW
21682011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2169
2170 PR binutils/12283
2171 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2172 (move-if-change): Comes from gnulib.
2173 * move-if-change: Import version from gnulib.
2174
8d8eef9a
RW
21752011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2176
2177 Sync from GCC:
2178
2179 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2180
2181 PR lto/47225
2182 * Makefile.def (lto-plugin): Double dash for enable-shared.
2183 (configure-gcc): Depend on all-lto-plugin.
2184 * Makefile.in: Rebuilt.
2185
2186 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2187
2188 * configure.ac: Remove extra bracket.
2189 * configure: Regenerate.
2190
2191 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2192
2193 PR lto/47225
2194 * Makefile.def: Add dependency for install-gcc
2195 on install-lto-plugin.
2196 * Makfile.in: Regenerated
2197
2198 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2199
2200 * configure.ac: If with_ppl is no, move setting with_cloog=no
2201 after CLOOG_REQUESTED check.
2202 * configure: Regenerated.
2203
2204 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2205
2206 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2207 CLooG has been requested.
2208 * configure: Regenerated.
2209
2210 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2211
2212 * configure: Regenerated.
2213 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2214
2215 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2216
2217 * configure: Regenerated.
2218 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2219
2220 2011-01-07 Jan Hubicka <jh@suse.cz>
2221
2222 PR lto/47225
2223 * Makefile.in: Regenerate.
2224 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2225 configure.
2226
65b4571a
AO
22272011-01-31 Alexandre Oliva <aoliva@redhat.com>
2228
2229 PR libgcj/44341
2230 * configure.ac: Discard --with-* flags for host when configuring
2231 target libraries for cross build.
2232 * configure: Rebuilt.
2233
7837304f
AS
22342011-01-21 Andreas Schwab <schwab@redhat.com>
2235
2236 Sync from GCC:
2237
2238 2011-01-21 Andreas Schwab <schwab@redhat.com>
2239
2240 * configure.ac: Use AS_HELP_STRING throughout.
2241 * configure: Regenerate.
2242
2243 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2244
2245 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2246 * configure: Regenerate.
2247
115ef890
RW
22482010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2249
2250 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2251
92c9a463
JB
22522011-01-13 Joel Brobecker <brobecker@adacore.com>
2253
2254 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2255 for ia64-hpux.
2256 * configure: Regenerate.
2257
887ebfb4
RW
22582011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2259
2260 Sync from GCC:
2261 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2262
2263 * configure.ac: (picochip): Disable libiberty.
2264 * configure: Regenerate.
2265
04d2c2b2
JJ
22662010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2267
2268 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2269
33d23ee8
ILT
22702010-12-10 Ian Lance Taylor <iant@google.com>
2271
2272 PR bootstrap/46819
2273 * configure.ac: For --disable-libgcj clear libgcj_saved.
2274 * configure: Rebuild.
2275
89a1e9c3
PB
22762010-12-10 Tobias Burnus <burnus@net-b.de>
2277
2278 PR fortran/46540
2279 * configure.ac: Add --disable-libquadmath and
2280 --disable-libquadmath-support.
2281 * configure: Regenerate.
2282
ac7bcd26
TG
22832010-12-10 Tristan Gingold <gingold@adacore.com>
2284
2285 * src-release (ETC_SUPPORT): add gnu-oids.texi
2286
d357cef7
HPN
22872010-12-03 Hans-Peter Nilsson <hp@axis.com>
2288
2289 PR libffi/46792
2290 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2291 * configure: Regenerate.
2292
4f11b223
ILT
22932010-12-02 Ian Lance Taylor <iant@google.com>
2294
2295 * configure.ac: Always set default for poststage1_ldflags to
2296 -static-libstdc++ -static-libgcc.
2297
989abc33
JJ
22982010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2299
2300 * COPYING.NEWLIB: Add National Semiconductor notice.
2301
950386c6
AS
23022010-11-29 Andreas Schwab <schwab@redhat.com>
2303
2304 * configure.ac: Move comment to remove extra space in last argument
2305 of GCC_TARGET_TOOL.
2306
87cda2cf
AO
23072010-11-26 Alexandre Oliva <aoliva@redhat.com>
2308
7d509c83 2309 PR other/46026
87cda2cf
AO
2310 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2311 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2312 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2313 (BASE_FLAGS_TO_PASS): Use it.
2314 * configure: Rebuilt.
2315 * Makefile.in: Rebuilt.
2316
d3b50760
L
23172010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2318
2319 PR binutils/12258
2320 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2321 Properly check default linker.
2322 * configure: Regnerated.
2323
c7791212
NC
23242010-11-23 Matthias Klose <doko@ubuntu.com>
2325
2326 * configure.ac: For --enable-gold, handle value `default' instead of
2327 `both*'. New configure option --{en,dis}able-ld.
2328 * configure: Regenerate.
2329
9e1a94f4
ILT
23302010-11-20 Ian Lance Taylor <iant@google.com>
2331
2332 * configure.ac: Only disable a language library if no language needs
2333 it. Don't let --disable-libgcj uncondtionally disable libffi.
2334 * configure: Rebuild.
2335
ceca0218
PB
23362010-11-20 Paolo Bonzini <bonzini@gnu.org>
2337
2338 * configure: Regenerate.
2339
9b980aa1
RW
23402010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2341
2342 PR other/46202
2343 * configure.ac: Fix just-built in-tree STRIP name to be
2344 binutils/strip-new.
2345 * configure: Regenerate.
2346 * Makefile.def (install-strip-gcc, install-strip-binutils)
2347 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2348 (install-strip-sid): Mirror dependencies on non-strip variants
2349 of these targets on the respective -strip prerequisites.
2350 * Makefile.tpl (install-strip, install-strip-host)
2351 (install-strip-target): New targets.
2352 (install-strip-[+module+], install-strip-target-[+module+]):
2353 New targets.
2354 * Makefile.in: Regenerate.
2355
e552509b
ILT
23562010-11-19 Ian Lance Taylor <iant@google.com>
2357 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2358
2359 * configure.ac: Add target-libgo to target_libraries. Set
2360 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2361 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2362 (HOST_EXPORTS): Add GOC.
2363 (BASE_TARGET_EXPORTS): Add GOC.
2364 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2365 (GOCFLAGS_FOR_TARGET): New variable.
2366 (EXTRA_HOST_FLAGS): Add GOC.
2367 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2368 * Makefile.def (target_modules): Add libgo.
2369 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2370 (dependencies): Add dependency from configure-target-libgo to
2371 configure-target-libffi and all-target-libstdc++-v3. Add
2372 dependencies from all-target-libgo to all-target-libffi.
2373 (languages): Add go.
2374 * configure: Rebuild.
2375 * Makefile.in: Rebuild.
2376
23772010-11-19 Ian Lance Taylor <iant@google.com>
2378
2379 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2380 compiler/flag environment variables.
2381
23822010-11-18 Ian Lance Taylor <iant@google.com>
2383
2384 * configure.ac: Check for lang_requires_boot_languages in
2385 config-lang.in files.
2386 * configure: Rebuild.
2387
8c21d9c7
MF
23882010-11-17 Mike Frysinger <vapier@gentoo.org>
2389
2390 * .gitignore: New file.
2391
e552509b
ILT
23922010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2393 Tobias Burnus <burnus@net-b.de>
2394
2395 PR fortran/32049
2396 * Makefile.def: Add libquadmath; build it with language=fortran.
2397 * configure.ac: Add libquadmath.
2398 * Makefile.tpl: Handle multiple libs in check-[+language+].
2399 * Makefile.in: Regenerate.
2400 * configure: Regenerate.
2401
24022010-11-15 Andreas Schwab <schwab@redhat.com>
2403
2404 * configure.ac: Fix spelling in option names.
2405 * configure: Regenerated.
2406
24072010-11-13 Georg-Johann Lay <georgjohann@web.de>
2408
2409 PR bootstrap/39622
2410 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2411 * configure: Regenerated.
2412
24132010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2414
2415 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2416 define the cloog backend to use. Furthermore, only pass the ppllibs to
2417 the configure checks, if necessary.
2418 * configure: Regenerate.
2419
24202010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2421
2422 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2423 * configure: regenerate
2424
24252010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2426
2427 * config/cloog.m4: Fix typo. verison -> version.
2428 * configure: Regenerate.
2429
24302010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2431
2432 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2433 * configure: Regenerate.
2434
24352010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2436
2437 * configure.ac: Support official CLooG.org versions.
2438 * configure: Regenerate.
2439 * config/cloog.m4: New.
2440
aa291e2d
ME
24412010-11-05 Michael Eager <eager@eagercon.com>
2442
2443 * COPYING.LIBGLOSS: Correct typo in microblaze.
2444 * COPYING.NEWLIB: Same.
2445
e552509b
ILT
24462010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2447
2448 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2449 * configure: Regenerate.
2450
74cea91b
DK
24512010-11-03 Ian Lance Taylor <iant@google.com>
2452 Dave Korn <dave.korn.cygwin@gmail.com>
2453
2454 PR lto/46273
2455 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2456 and on other supported platforms whenever LTO is enabled.
2457 * configure: Rebuild.
2458
6d0cd39e
AM
24592010-11-02 Alan Modra <amodra@gmail.com>
2460
2461 PR binutils/12110
2462 * configure.ac: Error when source path contains spaces.
2463 * configure: Regenerate.
2464
18a8530e
ILT
24652010-10-20 Ian Lance Taylor <iant@google.com>
2466
2467 * Makefile.def (target_modules): Set lib_path to src/.libs for
2468 libstdc++-v3 module.
2469 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2470 * Makefile.in: Rebuild.
2471
6ed3211e
JJ
24722010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2473 Joseph Myers <joseph@codesourcery.com>
2474
2475 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2476 notices.
2477 * COPYING.NEWLIB: Add Texas Instruments notice.
2478
a8eb3f0a
DK
24792010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2480
2481 * configure.ac (build_lto_plugin): New shell variable.
2482 (--enable-lto): Turn on by default for all non-ELF platforms that
2483 have had LTO support added so far. Set build_lto_plugin appropriately
2484 for both ELF and non-ELF.
2485 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2486 * configure: Regenerate.
2487
4074d5f2
RW
24882010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2489
2490 PR bootstrap/45326
2491 PR bootstrap/45174
2492 * configure.ac: Honor initial values of $build_configargs,
2493 $host_configargs, $target_configargs. Mark the precious, so
2494 environment settings get recorded.
2495 * configure: Regenerate.
2496
29821356
RW
24972010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2498
2499 Sync from GCC:
2500
2501 2010-09-30 Michael Eager <eager@eagercon.com>
2502
2503 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2504 * configure: Regenerate.
2505
2506 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2507
2508 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2509 targets and amend comment.
2510 * configure: Regenerate.
2511
2512 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2513
2514 * configure.ac: Enable LTO by default on Darwin.
2515 * configure: Regenerate.
2516
2517 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2518
2519 PR bootstrap/44455
2520 * configure.ac (extra_mpfr_configure_flags): Copy from
2521 extra_mpc_gmp_configure_flags.
2522 * configure: Re-generated.
2523
57eefe4d
RW
25242010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2525
2526 Sync from GCC:
2527
2528 PR bootstrap/45796
2529 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2530 Depend on all-build-libiberty.
2531 * Makefile.in: Regenerate.
2532
25332010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2534
2535 Sync from GCC:
2536
2537 PR bootstrap/44621
2538 * configure.ac: Fix unportable shell quoting.
2539 * configure: Regenerate.
2540
48bb73dd
RW
25412010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2542
2543 * configure.ac: Support all v850 targets.
2544 * configure: Regenerate.
2545
1d14850f
PB
25462010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2547
2548 PR target/44862
2549 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2550 Provide -B option to allow for link spec %s substitutions for
2551 libstdc++.a on darwin.
2552 * Makefile.in: Regenerate.
2553
7530c480
AO
25542010-06-10 Alexandre Oliva <aoliva@redhat.com>
2555
2556 * Makefile.def (configure-gcc): Depend on all-libelf.
2557 * Makefile.in: Rebuild.
2558
285d560d
RW
25592010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2560
2561 * config.sub, config.guess: Update from upstream sources.
2562
a009f2e7
RW
25632010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2564
2565 Sync from GCC:
2566
2567 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2568 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2569 * configure: Regenerated.
2570
2571 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2572 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2573 * configure: Regenerate.
2574
2575 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2576 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2577 * configure: Regenerate.
2578
2579 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2580 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2581 separately.
2582 * configure: Regenerate.
2583
2584 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2585 * configure: Regenerate after change to elf.m4.
2586
2587 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2588 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2589 * configure: Regenerated.
2590
2591 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2592 * configure.ac: Print "buggy but acceptable" when CLooG
2593 revision is less than 9.
2594 * configure: Regenerated.
2595
e49e5c92
DK
25962010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2597
2598 Merge from gcc:
2599
2600 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2601 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2602 * configure: Regenerate.
2603
2604 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2605 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2606 a platform that supports LTO.
2607 * configure: Regenerate.
2608
2609 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2610 PR lto/42776
2611 * configure.ac (--enable-lto): Refactor handling so libelf tests
2612 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2613 and allow LTO to be explicitly enabled on non-ELF platforms that
2614 are known to support it inside else-clause.
2615 * configure: Regenerate.
2616
e6de499b
NC
26172010-04-27 Roland McGrath <roland@redhat.com>
2618 H.J. Lu <hongjiu.lu@intel.com>
2619
2620 * configure.ac (--enable-gold): Support both, both/gold and
2621 both/bfd to add gold to configdirs without removing ld.
2622 * configure: Regenerated.
2623
2624 * Makefile.def: Add install-gold dependency to install-ld.
2625 * Makefile.in: Regenerated.
2626
d594eacc
TG
26272010-04-14 Tristan Gingold <gingold@adacore.com>
2628
2629 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2630 * configure: Regenerate.
2631
938d2b74
RW
26322010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2633
2634 Merge from gcc:
2635 PR bootstrap/43615
2636 PR bootstrap/43328
2637 Revert:
2638 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2639 * configure.ac: Do not pass --enable-multilib nor
2640 --disable-multilib in baseargs. Accept explicitly passed
2641 --enable_multilib.
2642 * configure: Regenerate.
2643
a9ef41a7
RW
26442010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2645
2646 PR bootstrap/43328
2647 * configure.ac: Do not pass --enable-multilib nor
2648 --disable-multilib in baseargs. Accept explicitly passed
2649 --enable_multilib.
2650 * configure: Regenerate.
2651
619a3713
JM
26522010-03-23 Joseph Myers <joseph@codesourcery.com>
2653
2654 * configure.ac (tic6x-*-*): New case.
2655 * configure: Regenerate.
2656
92f4e989
JM
26572010-03-23 Joseph Myers <joseph@codesourcery.com>
2658
2659 Merge from gcc:
2660 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2661 PR ada/42554
2662 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2663 * configure: Regenerate.
2664
c35a0556
JM
26652010-03-23 Joseph Myers <joseph@codesourcery.com>
2666
2667 * config.sub: Update to version 2010-03-22.
2668 * config.guess: Update to version 2009-12-30.
2669
18fa8f9c
JM
26702010-03-14 Joseph Myers <joseph@codesourcery.com>
2671
2672 Merge from gcc:
2673 2010-01-11 Richard Guenther <rguenther@suse.de>
2674 PR lto/41569
2675 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2676 * Makefile.in: Regenerated.
2677
ba98da75
RO
26782010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2679
2680 PR libstdc++/32499
2681 * configure.ac (RANLIB): Default to true.
2682 (STRIP): Likewise.
2683 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2684 * configure: Regenerate.
2685
3994761f
NC
26862010-02-17 Nick Clifton <nickc@redhat.com>
2687
2688 PR 11238
2689 * Makefile.tpl (local-distclean): Also remove config.cache files in
2690 sub-directories as there may not be Makefiles present in the
2691 sub-directories.
792cdb50
NC
2692 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2693 the config.cache files found by the find command.
2694
3994761f
NC
2695 * Makefile.in: Regenerate.
2696 * configure.ac: Revert previous delta.
2697 * configure: Regenerate.
2698
01a82011
NC
26992010-02-15 Nick Clifton <nickc@redhat.com>
2700
2701 PR 11238
2702 * configure.ac: Delete config.cache files in sub-directories when
2703 deleting Makefiles.
2704 * configure: Regenerate.
2705
143754cd
NC
27062010-02-15 Nick Clifton <nickc@redhat.com>
2707
2708 * configure.ac: Sync from gcc.
2709 * configure: Regenerate.
2710
a6b5846e
KG
27112010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2712
2713 Sync from gcc:
2714 * configure.ac: Add "recommended" version checks for GMP/MPC.
2715 Update recommended GMP/MPFR/MPC versions.
2716 * configure: Regenerate.
2717
2aa2364a
JR
27182010-01-25 Joern Rennecke <amylaar@spamcop.net>
2719
2720 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2721 * configure.ac (bootstrap_target_libs): Make inclusion of
2722 target-libgomp conditional on libgomb being in target_configdirs.
2723 * configure: Regenerate.
2724
d35e937f
JR
27252010-01-23 Joern Rennecke <amylaar@spamcop.net>
2726
2727 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2728 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2729 * configure: Regenerate.
2730
911e63d0
JR
27312010-01-22 Joern Rennecke <amylaar@spamcop.net>
2732
2733 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2734 * configure.ac (target_configdirs): Substitute.
2735 * Makefile.def: Bootstrap target module libgomp.
2736 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2737 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2738 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2739 * configure, Makefile.in: Regenerate.
2740
3725885a
RW
27412009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2742
2743 * libtool.m4: Sync from git Libtool.
2744 * ltmain.sh: Likewise.
2745 * ltoptions.m4: Likewise.
2746 * ltversion.m4: Likewise.
2747 * lt~obsolete.m4: Likewise.
2748
d5f2ee2e 27492010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2750 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2751
2752 PR bootstrap/42424
2753 * configure.ac: Include libtool m4 files.
9eb322aa 2754 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2755 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2756 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2757
d5f2ee2e
KG
2758 * configure: Regenerate.
2759
f2b2dd91
RW
27602010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2761
2762 PR bootstrap/41818
2763 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2764 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2765 * Makefile.in: Regenerate.
2766
06ca7962
BE
27672009-12-18 Ben Elliston <bje@au.ibm.com>
2768
2769 * config.sub, config.guess: Update from upstream sources.
2770
30a16d7b
JJ
27712009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2772
2773 * COPYING.NEWLIB: Update copyright date.
2774 * COPYING.LIBGLOSS: Ditto.
2775
d9b76ff9
KG
27762009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2777
2778 PR middle-end/30447
2779 PR middle-end/30789
2780 PR other/40302
2781
2782 * configure.ac: Require MPC.
2783 * configure: Regenerate.
2784
2785 * configure.ac: Update minimum MPC version to 0.8.
2786 * configure: Regenerate.
2787
e12dec02
PB
27882009-11-20 Paolo Bonzini <bonzini@gnu.org>
2789
2790 * config.guess: Sync with upstream and gcc.
2791 * config.sub: Sync with upstream and gcc.
2792
606a9ca0
AO
27932009-11-16 Alexandre Oliva <aoliva@redhat.com>
2794
2795 * Makefile.def: Restore host and target settings for gmp.
2796 * Makefile.in: Rebuild.
2797
1f53ca9a
AO
27982009-11-16 Alexandre Oliva <aoliva@redhat.com>
2799
2800 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2801 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2802 Fix portability of test of C++ as bootstrap language. Add
2803 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2804 * configure: Rebuild.
2805 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2806 and cloog. Fix in-tree ppl configuration. Introduce libelf
2807 in-tree building.
2808 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2809 (POSTSTAGE1_HOST_EXPORTS): Use it.
2810 (STAGE[+id+]_CXXFLAGS): New.
2811 (BASE_FLAGS_TO_PASS): Pass it down.
2812 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2813 extra_exports.
2814 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2815 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2816 extra_exports.
2817 * Makefile.in: Rebuild.
2818
28192009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2820
2821 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2822 paths for *-w64-mingw* and x86_64-*mingw*.
2823 * configure: Regenerated.
2824
28252009-10-30 Kai Tietz <kai.tietz@onevision.com>
2826
2827 * configure.ac: Disable target-winsup & co for
2828 x86_64-*-mingw* and *-w64-mingw* targets.
2829 * configure: Regenerated.
2830
28312009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2832
2833 * configure.ac (CLooG test): Use = with test.
2834 * configure: Regenerate.
2835
28362009-10-22 Richard Guenther <rguenther@suse.de>
2837
2838 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2839 cloog if the ppl version check failed. Move flags saving
2840 before setting in libelf check.
2841 * configure: Regenerate.
2842
28432009-10-21 Richard Guenther <rguenther@suse.de>
2844
2845 * configure.ac: Adjust the ppl and cloog configure to work as
2846 documented. Disable cloog if ppl was disabled. Omit the version
2847 checks if they were disabled.
2848 * configure: Re-generate.
2849
6811fb56
RW
28502009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2851
2852 * configure.ac: Add 'lto' to enable_languages, not
2853 new_enable_languages, and only if not already present.
2854 * configure: Regenerate.
2855
700d40ca
ILT
28562009-10-06 Ian Lance Taylor <iant@google.com>
2857
2858 * Makefile.def: check-gold depends upon all-gas.
2859 * Makefile.in: Rebuild.
2860
28612009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2862
2863 * Makefile.def: all-lto-plugin depends on all-libiberty.
2864 set bootstrap=true for lto-plugin.
2865 Add lto-plugin.
2866 * Makefile.in: Regenerate.
2867 * configure.ac (host_libs): Add lto-plugin.
2868 * configure: Regenerate.
2869
28702009-10-03 Diego Novillo <dnovillo@google.com>
2871
2872 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2873 (HOST_LIBELFLIBS): Define.
2874 (HOST_LIBELFINC): Define.
2875 * Makefile.in: Regenerate.
2876 * configure.ac: Add --enable-lto.
2877 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2878 If --enable-lto is used, add 'lto' to new_enable_languages.
2879 If --enable-lto is used and gold is enabled, add
2880 lto-plugin to configdirs.
2881 * configure: Regenerate.
2882
28832009-10-03 Simon Baldwin <simonb@google.com>
2884
2885 * configure.ac: If --with-system-zlib, suppress local zlib and
2886 pass --with-system-zlib to subdir configure scripts.
2887 * configure: Regenerate.
2888
28892009-10-01 Loren J. Rittle <ljrittle@acm.org>
2890 Paolo Bonzini <bonzini@gnu.org>
2891
2892 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2893 $(srcdir).
2894 * Makefile.in: Rebuilt.
2895
c8cb1b3e
PB
28962009-09-29 Paolo Bonzini <bonzini@gnu.org>
2897
2898 Sync from gcc:
2899 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2900
2901 * configure.ac: Update minimum MPC version to 0.7.
2902 * configure: Regenerate.
2903
30167e0a
NC
29042009-09-25 Nick Clifton <nickc@redhat.com>
2905
2906 * configure.ac: Pass any --cache-file=/dev/null option on to
2907 subconfigures.
2908 * configure: Regenerate.
2909
707a0b5c
NC
29102009-09-23 Nick Clifton <nickc@redhat.com>
2911
2912 * config.sub, config.guess: Update from upstream sources.
2913
700d40ca
ILT
29142009-09-22 Loren J. Rittle <ljrittle@acm.org>
2915
2916 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2917 * Makefile.in: Rebuilt.
2918
2fd0b40b
RW
29192009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2920
2921 PR bootstrap/32272
2922 * configure.ac: Error out if $srcdir isn't '.' but contains
2923 host-${host_noncanonical}.
2924 * configure: Regenerate.
2925
4385ad3c
RW
29262009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2927
16b1ad29
RW
2928 * configure.ac: If bootstrapping a combined tree with
2929 --enable-gold, require c++ in stage1_languages.
2930 * configure: Regenerate.
2931
f8dc745f
RW
2932 * configure.ac: Also add target_libs of stage1_languages to
2933 bootstrap_target_libs.
2934 * configure: Regenerate.
2935
4385ad3c
RW
2936 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2937 with --enable-languages not containing c++.
2938 * configure: Regenerate.
2939
df51e4e1
JZ
29402009-09-16 Jie Zhang <jie.zhang@analog.com>
2941
2942 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2943 * configure: Regenerate.
2944
06a51eac
RW
29452009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2946
2947 * configure.ac: Do not use $extrasub for replacing @if/@endif
2948 parts in Makefile; instead, use additional arguments to
2949 AC_CONFIG_COMMANDS to do the replacement manually, with several
2950 sed invocations, to avoid HP-UX sed command limits.
2951 * configure: Regenerate.
2952
96655cc4
AO
29532009-09-04 Alexandre Oliva <aoliva@redhat.com>
2954
2955 * configure.ac (with-build-config): Document. Handle without.
2956 Handle missing argument.
2957 * configure: Rebuilt.
2958
29592009-09-03 Alexandre Oliva <aoliva@redhat.com>
2960
2961 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2962 Default to bootstrap-debug only if compare-debug works.
2963 * configure: Rebuilt.
2964 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2965 * Makefile.in: Rebuilt.
2966
29672009-09-01 Alexandre Oliva <aoliva@redhat.com>
2968
2969 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2970 * Makefile.in: Rebuilt.
2971
8e957354
PB
29722009-09-02 Paolo Bonzini <bonzini@gnu.org>
2973
2974 * Makefile.tpl (AWK): Fix typo.
2975 * Makefile.in: Regenerate.
2976
29772009-09-02 Paolo Bonzini <bonzini@gnu.org>
2978
2979 * configure.ac: Detect awk and sed.
2980 * Makefile.def (flags_to_pass): Add AWK and SED.
2981 * Makefile.tpl (AWK, SED): New.
2982 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2983 * configure: Regenerate.
2984 * Makefile.in: Regenerate.
2985
fb792462
TG
29862009-09-01 Tristan Gingold <gingold@adacore.com>
2987
2988 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2989 Remove logical names.
2990
a69e7d0a
DK
29912009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2992
2993 * ltmain.sh (func_normal_abspath): New function.
2994 (func_relative_path): Likewise.
2995 (func_mode_help): Document new -bindir option for link mode.
2996 (func_mode_link): Add new -bindir option, and use it to place
2997 output DLL if specified.
2998
d444d2ba
RW
29992009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3000
3001 * configure.ac (AC_PREREQ): Bump to 2.64.
3002
13b7343a
RW
30032009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3004
af542c2e
RW
3005 * README-maintainer-mode: Point directly to upstream locations
3006 for autoconf, automake, libtool, gettext, instead of copies on
3007 sources.redhat.com. Document required versions.
3008 * configure.ac: Do not substitute datarootdir, htmldir,
3009 pdfdir, docdir. Do not process --with-datarootdir,
3010 --with-htmldir, --with-pdfdir, --with-docdir.
3011 * configure: Regenerate.
3012
81ecdfbb
RW
3013 * configure: Regenerate.
3014
13b7343a
RW
3015 * compile: Sync from Automake 1.11.
3016 * depcomp: Likewise.
3017 * install-sh: Likewise.
3018 * missing: Likewise.
3019 * mkinstalldirs: Likewise.
3020 * ylwrap: Likewise.
3021
c1102ce7
RW
30222009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3023
34a0f3cf
RW
3024 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3025 (baseargs): Add --disable-option-checking.
3026 * configure: Regenerate.
3027
c1102ce7
RW
3028 * Makefile.def (configure-target-libiberty): Depend on
3029 all-binutils and all-ld.
3030 (configure-target-newlib): Likewise.
3031 * Makefile.in: Regenerate.
3032
e8a5fa9c
RW
30332009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3034
3035 Sync with GCC, merge:
3036
3037 2009-07-31 Christian Bruel <christian.bruel@st.com>
3038
3039 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3040 * configure: Regenerate.
3041
3042 2009-07-06 Ian Lance Taylor <iant@google.com>
3043
3044 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3045 * configure: Rebuild.
3046
3047 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3048
3049 PR bootstrap/40338
3050 * configure.ac (comparestring): Create new variable.
3051 * Makefile.tpl (comparestring): Use to skip some comparisions.
3052 * configure: Regenerate.
3053 * Makefile.in: Regenerate.
3054
3055 2009-06-23 Ian Lance Taylor <iant@google.com>
3056
3057 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3058 boot_languages. Only bootstrap target libraries listed in
3059 target_libs for some boot language. Add --with-stage1-ldflags,
3060 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3061 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3062 if not building with C++.
3063 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3064 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3065 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3066 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3067 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3068 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3069 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3070 * configure, Makefile.in: Rebuild.
3071
3072 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3073
3074 * configure.ac: Detect MPC in default directory.
3075 * configure: Regenerate.
3076
3077 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3078
3079 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3080 to noconfdirs.
3081 * configure: Regenerate.
3082
3083 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3084
3085 * Makefile.def: Add MPC support and dependencies.
3086 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3087
3088 * Makefile.in, configure: Regenerate.
3089
3090 2009-05-24 Nicolas Roche <roche@adacore.com>
3091
3092 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3093 * Makefile.in: Regenerate.
3094
3095 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3096
3097 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3098 * configure: Regenerate.
3099
3100 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3101
3102 * configure.ac ($with_ppl): Default to no if not supplied.
3103 ($with_cloog): Likewise.
3104 configure: Regenerate.
3105
3106 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3107
3108 PR bootstrap/39739
3109 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3110 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3111
3112 * configure, Makefile.in: Regenerate.
3113
3114 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3115
3116 * configure.ac: Change copyright header to refer to version
3117 3 of the GNU General Public License and to point readers at the
3118 COPYING3 file and the FSF's license web page.
3119 * Makefile.def: Likewise.
3120 * Makefile.tpl: Likewise.
3121 * Makefile.in: Regenerate.
3122
3123 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3124
3125 * configure.ac: Restore match for darwin9 or later. Use double
3126 brackets since regeneration eats one pair.
3127 * configure: Regenerate.
3128
bf110216
CF
31292009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3130
3131 * MAINTAINERS: Perform some obvious fixups.
3132
2262bbf4
BE
31332009-08-17 Ben Elliston <bje@au.ibm.com>
3134
3135 * config.sub, config.guess: Update from upstream sources.
3136
25a07265
NC
31372009-08-06 Michael Eager <eager@eagercon.com>
3138
3139 * configure.ac: Add Microblaze target.
3140 * configure: Regenerate.
3141
85bd1942
TG
31422009-07-02 Tristan Gingold <gingold@adacore.com>
3143
3144 * configure.ac: Do not exclude gas for i386-*-darwin.
3145 Add a case for x86_64-*-darwin.
3146 * configure: Regenerate.
3147
f9806fa5
DE
31482009-06-26 Doug Evans <dje@sebabeach.org>
3149
3150 * Makefile.def (host_modules): Add cgen.
3151 * Makefile.in: Regenerate.
3152 * configure.ac (host_tools): Add cgen.
3153 * configure: Regenerate.
3154
6bfb4e30
JJ
31552009-06-17 Michael Eager <eager@eagercon.com>
3156
3157 * COPYING.LIBGLOSS: Add Xilinx license.
3158
8bcf2718
NC
31592009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3160
3161 * configure.ac: Define is_elf for QNX Neutrino targets.
3162 * configure: Regenerate.
3163
04ec0acb
RW
31642009-06-03 Jerome Guitton <guitton@adacore.com>
3165 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3166
9eb322aa
MF
3167 * Makefile.tpl (all): Avoid a trailing backslash.
3168 * Makefile.in: Regenerate.
04ec0acb 3169
7ee5dbeb
BE
31702009-06-03 Ben Elliston <bje@au.ibm.com>
3171
3172 * config.sub, config.guess: Update from upstream sources.
3173
fda13ee8
AO
31742009-06-02 Alexandre Oliva <aoliva@redhat.com>
3175
3176 * Makefile.tpl ([+compare-target+]): Compare all stage
3177 directories, rather than just gcc.
3178 * Makefile.in: Rebuilt.
3179
4a657b0d
DK
31802009-05-28 Doug Kwan <dougkwan@google.com>
3181
3182 * configure.ac: Support gold for target arm*-*-*.
3183 * configure: Regenerate.
3184
07fc31c9
AO
31852009-05-27 Alexandre Oliva <aoliva@redhat.com>
3186
3187 * Makefile.tpl (all): Avoid harmless warning in make all when
3188 gcc-bootstrap is enabled but stage_last does not exist.
3189 * Makefile.in: Rebuilt.
3190
8a7a39ab
TG
31912009-05-25 Tristan Gingold <gingold@adacore.com>
3192
3193 * setup.com: Complete the file with configuration and build.
3194
b5233201
AO
31952009-05-18 Alexandre Oliva <aoliva@redhat.com>
3196
3197 PR other/40159
3198 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3199 gcc-no-bootstrap are mutually exclusive.
3200 * Makefile.in: Rebuilt.
3201
7b6175f9
AO
32022009-05-18 Alexandre Oliva <aoliva@redhat.com>
3203
3204 PR other/40159
3205 * Makefile.tpl (all): Don't end with unconditional success.
3206 * Makefile.in: Rebuilt.
3207
1b05fbbd
AO
32082009-05-12 Alexandre Oliva <aoliva@redhat.com>
3209
3210 PR target/37137
3211 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3212 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3213 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3214 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3215 stage_configureflags, stage_cflags and stage_libcflags into
3216 explicit Makefile macros.
3217 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3218 GFORTRAN.
3219 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3220 CC. Set CC_FOR_BUILD from CC.
3221 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3222 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3223 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3224 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3225 and GFORTRAN.
3226 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3227 (_LIBCFLAGS): Renamed to _TFLAGS.
3228 (do-compare-debug, do-compare3-debug): Drop.
3229 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3230 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3231 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3232 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3233 (XGCC_FLAGS_FOR_TARGET): New.
3234 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3235 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3236 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3237 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3238 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3239 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3240 TFLAGS.
3241 (BUILD_CONFIG): Include if requested.
3242 (all): Set TFLAGS on bootstrap.
3243 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3244 (all-stageid-prefixmodule): Likewise.
3245 (do-clean, distclean-stageid): Set TFLAGS.
3246 (restrap): Fix whitespace.
3247 * Makefile.in: Rebuilt.
3248
dc17c78c
EB
32492009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3250
3251 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3252 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3253 * Makefile.in: Regenerate.
3254
14324cd7
EZ
32552009-04-24 Eli Zaretskii <eliz@gnu.org>
3256
3257 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3258 consistency with config.sub. (Update from upstream sources.)
3259
f8d5f06c
JM
32602009-04-21 Joseph Myers <joseph@codesourcery.com>
3261
3262 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3263
0000e2bf
BE
32642009-04-17 Ben Elliston <bje@au.ibm.com>
3265
3266 * config.sub, config.guess: Update from upstream sources.
3267
20135e4c
NC
32682009-04-15 Anthony Green <green@moxielogic.com>
3269
34adf976 3270 * configure.ac: Add moxie support.
20135e4c
NC
3271 * configure: Rebuilt.
3272
ef699244
L
32732009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3274
3275 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3276 * configure: Regenerate.
3277
10ad8ef3
L
32782009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3279
3280 PR gas/10039
3281 * configure.ac: Require texinfo 4.7.
3282 * configure: Regenerated.
3283
c50523ce
L
32842009-04-09 Steve Ellcey <sje@cup.hp.com>
3285
3286 * Makefil.def (languages): New entries.
3287 * Makefile.tpl (check-gcc-*): New generic target.
3288 * Makefile.in: Regenerate.
3289
47afba5f
EZ
32902009-03-27 Eli Zaretskii <eliz@gnu.org>
3291
3292 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3293 Windows builds of Sed.
3294
dc448a7b
TT
32952009-03-18 Tom Tromey <tromey@redhat.com>
3296
3297 * configure: Rebuild.
3298 * configure.ac (host_libs): Add libiconv.
3299 * Makefile.in: Rebuild.
3300 * Makefile.def (host_modules): Add libiconv.
3301 (configure-gdb, all-gdb): Depend on libiconv.
3302
24741ab2
JB
33032009-03-16 Tristan Gingold <gingold@adacore.com>
3304
3305 * configure.ac: Treat gdb as supported on x86_64-darwin.
3306 * configure: Regenerate.
3307
29383458
JM
33082009-03-16 Joseph Myers <joseph@codesourcery.com>
3309
3310 Merge from GCC:
3311
3312 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3313
3314 * configure.ac (--with-host-libstdcxx): New option.
3315 * configure: Regenerate.
3316
3317 2009-01-29 Robert Millan <rmh@aybabtu.com>
3318
3319 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3320 * configure: Regenerate.
3321
3322 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3323
3324 PR tree-optimization/38515
3325 * configure.ac (cloog-polylib): Removed.
3326 (with_ppl, with_cloog): Test for "no".
3327 * configure: Regenerated.
3328
58e24671
RW
33292009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3330
3331 Backport from git Libtool:
3332
3333 2009-01-19 Robert Millan <rmh@aybabtu.com>
3334 Support GNU/kOpenSolaris.
3335 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3336 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3337 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3338 GNU/kOpenSolaris.
3339
314b2e66
AS
33402009-02-05 Andreas Schwab <schwab@suse.de>
3341
3342 * Makefile.tpl (stage_last): Define $r and $s before using
3343 $(RECURSE_FLAGS_TO_PASS).
3344 * Makefile.in: Regenerate
3345
8b700390
JJ
33462009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3347
3348 * COPYING.NEWLIB: Add ARM license.
3349
66775d67
AM
33502009-01-16 Alan Modra <amodra@bigpond.net.au>
3351
3352 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3353 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3354 * Makefile.in: Regenerate.
3355
19e99079
NC
33562009-01-15 Douglas B Rupp <rupp@gnat.com>
3357
3358 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3359 * configure: Regenerate.
3360
22e8c8e0
RW
33612008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3362
3363 Backport link test fix from upstream Libtool:
3364
3365 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3366 Add cache variables to tests that require the linker to work.
3367 For shlibpath_overrides_runpath, this also changes the semantics
3368 to let the result from the C compiler take precedence.
3369 compiler take precedence.
3370
7d6d7764
BE
33712008-12-02 Ben Elliston <bje@au.ibm.com>
3372
3373 * config.sub, config.guess: Update from upstream sources.
3374
ea8af06e
JJ
33752008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3376
3377 * COPYING.NEWLIB: Updated.
3378 * COPYING.LIBGLOSS: Ditto.
3379
af0771d3
PB
33802008-12-16 Paolo Bonzini <bonzini@gnu.org>
3381
3382 Sync with GCC:
3383
3384 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3385
3386 * configure.ac (ppllibs): Add by default the lib flags.
3387 * configure: Regenerate.
3388
3389 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3390
314b2e66
AS
3391 * configure.ac: Add double brackets on darwin[912].
3392 * configure: Regenerate.
af0771d3
PB
3393
3394 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3395
314b2e66
AS
3396 * configure.ac: Expand to darwin10 and later.
3397 * configure: Regenerate.
af0771d3 3398
f7c83eac
AS
33992008-12-02 Andreas Schwab <schwab@suse.de>
3400
3401 * Makefile.def: configure-target-boehm-gc depends on
3402 all-target-libstdc++-v3.
3403 * Makefile.in: Regenerate.
3404
bc67ad83
BE
34052008-12-02 Ben Elliston <bje@au.ibm.com>
3406
3407 * config.sub, config.guess: Update from upstream sources.
3408
e28c595f
JM
34092008-11-27 Joseph Myers <joseph@codesourcery.com>
3410
3411 Merge from GCC:
3412
3413 2007-12-02 Matthias Klose <doko@ubuntu.com>
3414
3415 * config-ml.in: Remove 64bit configure tests.
3416
3417 2008-05-14 Rafael Espindola <espindola@google.com>
3418
3419 * config-ml.in: don't handle --enable-shared and --enable-static.
3420
3421 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3422 Tobias Grosser <grosser@fim.uni-passau.de>
3423 Jan Sjodin <jan.sjodin@amd.com>
3424 Harsha Jagasia <harsha.jagasia@amd.com>
3425 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3426 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3427 Adrien Eliche <aeliche@isty.uvsq.fr>
3428
3429 Merge from graphite branch.
3430 * configure: Regenerate.
3431 * Makefile.in: Regenerate.
3432 * configure.ac (host_libs): Add ppl and cloog.
3433 Add checks for PPL and CLooG.
3434 * Makefile.def (ppl, cloog): Added modules and dependences.
3435 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3436 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3437
3438 2008-09-03 Richard Guenther <rguenther@suse.de>
3439
3440 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3441 cloog test.
3442 * configure: Re-generate.
3443
3444 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3445
3446 * configure.ac (--with-cloog-polylib): New.
3447 (--disable-cloog-version-check): New.
3448 (--disable-ppl-version-check): New.
3449 * configure: Re-generate.
3450
3451 2008-09-05 Richard Guenther <rguenther@suse.de>
3452
3453 * configure.ac: Initialize clooglibs to -lcloog.
3454 * configure: Re-generate.
3455
3456 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3457
3458 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3459 recommended version to 2.3.2.
3460
3461 * configure: Regenerate.
3462
3463 2008-10-31 Ben Elliston <bje@au.ibm.com>
3464
3465 * configure.ac (spu-*-*): Remove special case.
3466 * configure: Regenerate.
3467
3468 Complete comment text from GCC version of:
3469
3470 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3471
3472 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3473 (GCC_SHLIB_SUBDIR): New.
3474 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3475 * configure: Regenerate.
3476 * Makefile.in: Regenerate.
3477
652dec25
TG
34782008-11-27 Tristan Gingold <gingold@adacore.com>
3479
3480 * configure.ac: Build gdb for i?86-*-darwin*
3481 * configure: Regenerated.
3482
7582fb4a
DJ
34832008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 PR bootstrap/38014
3486 PR bootstrap/37923
3487
3488 Revert:
3489
3490 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3491
3492 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3493 * Makefile.in: Regenerated.
3494
3495 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 PR gdb/921
3498 PR gdb/1646
3499 PR gdb/2175
3500 PR gdb/2176
3501
3502 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3503 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3504 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3505 (HOST_EXPORTS): Pass CPPFLAGS.
3506 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3507 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3508 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3509 * Makefile.in, configure: Regenerated.
3510 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3511 and CPPFLAGS_FOR_BUILD.
3512
faee1be2
UW
35132008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3514
3515 * configure.ac [spu-*-*]: Do not set skipdirs.
3516 * configure: Re-generate.
3517
b7c2dce4
DJ
35182008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3519
3520 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3521 * Makefile.in: Regenerated.
3522
bb52de30
DJ
35232008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3524
3525 PR gdb/921
3526 PR gdb/1646
3527 PR gdb/2175
3528 PR gdb/2176
3529
3530 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3531 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3532 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3533 (HOST_EXPORTS): Pass CPPFLAGS.
3534 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3535 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3536 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3537 * Makefile.in, configure: Regenerated.
3538 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3539 and CPPFLAGS_FOR_BUILD.
3540
b25062ae
SE
35412008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3542
3543 * libtool.m4: Update to libtool 2.2.6.
3544 * lt~obsolete.m4: Update to libtool 2.2.6.
3545 * ltmain.sh: Update to libtool 2.2.6.
3546 * ltsugar.m4: Update to libtool 2.2.6.
3547 * ltversion.m4: Update to libtool 2.2.6.
3548 * ltoptions.m4: Update to libtool 2.2.6.
3549 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3550
3bbd2f8f
AL
35512008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3552
3553 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3554 (GCC_SHLIB_SUBDIR): New.
3555 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3556 * configure: Regenerate.
3557 * Makefile.in: Regenerate.
3558
b29d32ce
TG
35592008-08-28 Tristan Gingold <gingold@adacore.com>
3560
3561 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3562 Enable bfd, binutils and opcodes.
3563 * configure: Regenerate.
3564
c325a203
DD
35652008-08-16 Nicolas Roche <roche@adacore.com>
3566
3567 * Makefile.tpl: Add BOOT_ADAFLAGS.
3568 * Makefile.in: Regenerate.
3569
e7c8859c
RS
35702008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3571
3572 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3573 * configure: Regenerate.
3574
da888c87
PB
35752008-07-30 Paolo Bonzini <bonzini@gnu.org>
3576
3577 Sync with gcc:
3578 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3579
f7c83eac
AS
3580 * configure.ac: Add makefile fragments for hpux.
3581 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3582 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3583 * configure: Regenerate.
3584 * Makefile.in: Regenerate.
da888c87
PB
3585
3586 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3587
f7c83eac
AS
3588 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3589 * Makefile.in: Regenerate.
3590 * configure: Regenerate.
da888c87 3591
944982cf
ILT
35922008-06-18 Ian Lance Taylor <iant@google.com>
3593
662c6704
ILT
3594 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3595
944982cf
ILT
3596 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3597
7a283e07
RW
35982008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3599
3600 * configure: Regenerate.
3601
5b553f7e
RW
36022008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3603
3604 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3605 "$@" is still intact with both Autoconf 2.59 and 2.62.
3606 * configure: Regenerate.
3607
675492f0
RW
36082008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3609
3610 * Makefile.tpl: Fix comment errors.
3611 * Makefile.in: Regenerate.
3612
b018a5d1
JB
36132008-06-13 Julian Brown <julian@codesourcery.com>
3614
3615 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3616 of libobjc for ARM EABI Linux.
3617 * configure: Regenerate.
3618
310213e8
DE
36192008-06-12 David S. Miller <davem@davemloft.net>
3620 David Edelsohn <edelsohn@gnu.org>
3621
3622 * configure.ac: Add powerpc*-*-* to gold supported targets.
3623 * configure: Regenerate.
3624
6641ce42
JM
36252008-06-08 Joseph Myers <joseph@codesourcery.com>
3626
3627 PR tree-optimization/36218
3628 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3629 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3630 (all prefix="build-"): Pass them to build-system sub-makes.
3631 * Makefile.in: Regenerate.
3632
03c2f9e6
DJ
36332008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3634
3635 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3636 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3637 mkdep, and compile. Update comments.
3638 (ETC_SUPPORT): Add ChangeLog and update comments.
3639
4538db8b
ILT
36402008-05-11 Ian Lance Taylor <iant@google.com>
3641
3642 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3643
266df637
PB
36442008-04-18 Paolo Bonzini <bonzini@gnu.org>
3645
3646 Sync with gcc:
3647 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3648
3649 PR bootstrap/35457
3650 * configure.ac: Include override.m4.
3651 * configure: Regenerate.
3652
3653 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3654
f7c83eac
AS
3655 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3656 * Makefile.in: Regenerate.
266df637
PB
3657
3658 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3659
f7c83eac
AS
3660 * configure.ac: Do not build libssp for the AVR.
3661 * configure: Regenerate.
266df637 3662
a86a761e
NC
36632008-04-18 Nick Clifton <nickc@redhat.com>
3664
3665 * MAINTAINERS: Replace reference to configure.in with reference to
3666 configure.ac.
3667
52310858
NC
36682008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3669
f7c83eac 3670 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3671 as nonconfigurable directories list.
f7c83eac 3672 * configure: Regenerate.
52310858 3673
f5314dd5
DM
36742008-04-14 David S. Miller <davem@davemloft.net>
3675
3676 * configure.ac: Add sparc*-*-* to gold supported targets.
3677 * configure: Regenerate.
3678
e2208220
BE
36792008-04-14 Ben Elliston <bje@au.ibm.com>
3680
3681 * config.sub, config.guess: Update from upstream sources.
3682
0bb6ea20
HPN
36832008-04-12 Hans-Peter Nilsson <hp@axis.com>
3684
3685 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3686 * Makefile.in: Regenerate.
3687
e5164e97
ILT
36882008-04-07 Ian Lance Taylor <iant@google.com>
3689
3690 * Makefile.def: check-gold depends upon all-binutils.
3691 * Makefile.in: Regenerate.
3692
e33b51a6
NC
36932008-04-04 Nick Clifton <nickc@redhat.com>
3694
3695 PR binutils/4334
3696 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3697 builds.
3698 * configure: Regenerate.
3699
fc5df3ab
NC
37002008-04-04 NightStrike <NightStrike@gmail.com>
3701
3702 PR other/35151
f7c83eac
AS
3703 * configure.ac: Combine rules for mingw32 and mingw64.
3704 * configure: Regenerate.
fc5df3ab 3705
c779bab8
PB
37062008-03-27 Paolo Bonzini <bonzini@gnu.org>
3707
3708 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3709 * Makefile.in: Regenerate.
3710
93f9b408
ILT
37112008-03-20 Ian Lance Taylor <iant@google.com>
3712
3713 * configure.ac: Add support for --enable-gold.
3714 * Makefile.def: Add gold as a directory like ld.
3715 * configure, Makefile.in: Regenerate.
3716
5746fb46
AK
37172008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3718
3719 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3720 (s390_cond_extensions): Reduced extensions to the compare related.
3721 (main): z10 cpu type option added.
3722 (expandConditionalJump): Renamed to ...
3723 (insertExpandedMnemonic): ... this.
3724
3725 * opcodes/s390-opc.c: Re-group the operand format makros.
3726 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3727 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3728 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3729 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3730 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3731 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3732 INSTR_SIL_RDU): New instruction formats added.
3733 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3734 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3735 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3736 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3737 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3738 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3739 masks added.
3740 (s390_opformats): New formats added "ris", "rrs", "sil".
3741 * opcodes/s390-opc.txt: Add the conditional jumps with the
3742 extensions removed from automatic expansion in s390-mkopc.c manually.
3743 (asi - trtre): Add new System z10 EC instructions.
3744 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3745
58c85be7
RW
37462008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3747
3748 * configure.ac: m4_include config/proginstall.m4.
3749 * configure: Regenerate.
3750
78124051
RW
37512008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3752
3753 Backport from upstream Libtool:
f7c83eac 3754
78124051 3755 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3756
78124051
RW
3757 Deal with Autoconf 2.62's semantic change in m4_append.
3758 * ltsugar.m4 (lt_append): Replace broken versions of
3759 m4_append.
3760 (lt_if_append_uniq): Don't require separator to be overquoted,
3761 and avoid broken m4_append.
3762 (lt_dict_add): Fix typo.
3763 * libtool.m4 (_LT_DECL): Don't overquote separator.
3764
018f1bea
DE
37652008-03-13 David Edelsohn <edelsohn@gnu.org>
3766
3767 * config.rpath: Add AIX 6 support.
3768
5c5f596d
PB
37692008-03-13 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * Makefile.def (stageprofile). Remove -fprofile-generate
3772 from stage_libcflags.
3773 * Makefile.in: Regenerate.
3774
a1f93a5e
BE
37752008-03-13 Ben Elliston <bje@au.ibm.com>
3776
3777 * config.sub, config.guess: Update from upstream sources.
3778
98c3d905
AK
37792008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3780
3781 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3782 * s390-opc.txt (cmpsc): Duplicate entry removed.
3783 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3784 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3785 fier, cu42, cu41): Fix operand format.
3786
7f6ef0c0
PB
37872008-02-20 Paolo Bonzini <bonzini@gnu.org>
3788
f7c83eac
AS
3789 PR bootstrap/32009
3790 PR bootstrap/32161
3791
3792 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3793 * configure: Regenerate.
3794
3795 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3796 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3797 STAGE4_LIBCFLAGS): New.
3798 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3799 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3800 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3801 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3802 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3803 for target modules. Don't export LIBCFLAGS.
3804 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3805 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3806 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3807 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3808 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3809 * Makefile.in: Regenerate.
7f6ef0c0 3810
eaf19029
PB
38112008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3812
3813 PR libgcj/33085
3814 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3815 Do not use -DDLL_EXPORT. Backport from upstream.
3816
680c43e9
NC
38172008-02-14 Nick Clifton <nickc@redhat.com>
3818
3819 Import this patch from gcc:
3820 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3821
3822 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3823
c72b1d96
HPN
38242008-02-02 Hans-Peter Nilsson <hp@axis.com>
3825
3826 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3827 * configure: Regenerate.
3828
8b66833e
BW
38292008-01-31 Marc Gauthier <marc@tensilica.com>
3830
3831 * configure.ac (xtensa*-*-*): Recognize processor variants.
3832 * configure: Regenerate.
3833
9cc8ae67
PB
38342008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3835
f7c83eac
AS
3836 PR bootstrap/34922
3837 * configure.ac (PARSE_ARGS): Push suitable setting of
3838 ac_subdirs_all, for `./configure --help=recursive'.
3839 Handle `+' in generic toplevel directory disabling.
3840 * configure: Regenerate.
9cc8ae67 3841
19090595
BE
38422008-01-23 Ben Elliston <bje@au.ibm.com>
3843
3844 * config.sub, config.guess: Update from upstream sources.
3845
9f1e7fd3
BE
38462008-01-08 Ben Elliston <bje@au.ibm.com>
3847
3848 * config.sub, config.guess: Update from upstream sources.
3849
2f959d61
JJ
38502007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3851
3852 * COPYING.LIBGLOSS: Update default copyright.
3853
aa054b85
JJ
38542007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3855
3856 * COPYING.NEWLIB: Update default copyright.
3857
57c53b2b
RS
38582007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3859
3860 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3861 Change recommended MPFR from 2.2.1 > 2.3.0.
3862 * configure: Regenerate.
3863
fee14b60
RS
38642007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3865
3866 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3867 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3868 * Makefile.in: Regenerate.
3869
c9b68031
DD
38702007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3871
3872 * configure.ac: Enable libjava for x86_64-*-darwin9.
3873 * configure: Regenerate.
3874
ad25e7d5
BE
38752007-12-05 Ben Elliston <bje@au.ibm.com>
3876
3877 * config.sub, config.guess: Update from upstream sources.
3878
6ac84f65
PB
38792007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3880
f7c83eac
AS
3881 * config-ml.in: Robustify against white space in absolute file
3882 names.
6ac84f65 3883
f7c83eac
AS
3884 * config-ml.in (multi-clean): Substitute ${Makefile}.
3885 Remove superfluous ${Makefile} in list.
6ac84f65 3886
7b3200f9
DJ
38872007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3888
3889 * Makefile.def (dependencies): Make configure-gdb depend on
3890 all-intl.
3891 * Makefile.in: Regenerated.
3892
2c133ff9
JJ
38932007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3894
3895 * Makefile.def: To avoid problems running with parallel makes,
3896 build newlib before libgloss so that target specific header
3897 files are availble.
3898 * Makefile.in: Regenerate.
3899
5074315a
DJ
39002007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3903 * Makefile.in: Regenerate.
3904
f5bc1778
DJ
39052007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3906
3907 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3908 * libdecnumber: New directory, imported from GCC.
3909
c66487f8
NC
39102007-10-08 Mike Frysinger <vapier@gentoo.org>
3911
3912 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3913 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3914 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3915 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3916 * configure: Regenerate.
3917
b5714970
PB
39182007-10-01 Paolo Bonzini <bonzini@gnu.org>
3919
3920 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3921 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3922 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3923 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3924 * configure.ac: Default them to host tools for $host = $build.
3925 Subst them.
3926
3927 * configure: Regenerate.
3928 * Makefile.in: Regenerate.
3929
f3b1e08e
RS
39302007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3931
3932 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3933 * configure: Regenerate.
3934
cff87f51
DD
39352007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3936
3937 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3938 libstdc++.
3939 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3940 * configure: Regenerate.
3941 * Makefile.in: Regenerate.
f7c83eac 3942
625a61cd
AS
39432007-09-17 Andreas Schwab <schwab@suse.de>
3944
3945 * configure.ac: Raise minimum makeinfo version to 4.6.
3946 * configure: Regenerate.
3947
83a3a68b
AM
39482007-09-15 Alan Modra <amodra@bigpond.net.au>
3949
3950 * configure.ac: Correct makeinfo version check.
3951 * configure: Regenerate.
3952
5bd8be13
RS
39532007-09-14 Richard Sandiford <richard@codesourcery.com>
3954
3955 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3956 to $skipdirs and only disable gprof for newlib. Use the normal
3957 mips*-elf* handling in other respects.
3958 * configure: Regnerate.
3959
5566c1fa
DD
39602007-09-12 David Daney <ddaney@avtrex.com>
3961
3962 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3963 enabling libgcj.
3964 * configure: Regenerate.
3965
39662007-09-12 Richard Guenther <rguenther@suse.de>
3967
3968 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3969 nor --disable-checking is provided also turn on yes and types
3970 checking for stage1.
3971 * configure: Re-generate.
3972
a18e2996 39732007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3974
3975 PR target/33281
3976 * configure.ac: Use config/mh-mingw on mingw.
3977 * configure: Regenerate.
84e7906e 3978
691bb5a1
DD
39792007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3980
3981 PR other/32154
3982 * configure.ac: For libgloss targets, point the linker to the linker
3983 script, startup code and simulator library.
3984 * configure: Regenerate.
3985
6d18b86b
AH
39862007-09-09 Andrew Haley <aph@redhat.com>
3987
3988 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3989 target-libjava.
6d18b86b 3990
f00a3165 39912007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3992
f00a3165 3993 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3994
2abc4e65
BE
39952007-08-21 Richard Guenther <rguenther@suse.de>
3996
3997 * configure.ac: Add types checking to stage1 checking flags.
3998 * configure: Regenerate.
3999
8a6ee3ab 40002007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4001 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4002
4003 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4004 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4005 * Makefile.in: Regenerate.
4006 * configure.ac (--with-debug-prefix-map): New.
4007 * configure: Regenerate.
4008
429acdec
RS
40092007-08-17 Richard Sandiford <richard@codesourcery.com>
4010 Nigel Stephens <nigel@mips.com>
4011
429acdec
RS
4012 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4013 as target_makefile_frag.
4014 * configure: Regenerate.
4015
8520c408
AO
40162007-08-16 Alexandre Oliva <aoliva@redhat.com>
4017
4018 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4019 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4020 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4021 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4022 (do-compare, do-compare3, do-compare-debug): New.
4023 ([+compare-target+]): Use them.
4024
40252007-08-16 Alexandre Oliva <aoliva@redhat.com>
4026
4027 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4028 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4029 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4030 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4031 (do-compare, do-compare3, do-compare-debug): New.
4032 ([+compare-target+]): Use them.
4033
2444379b
BE
40342007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4035 Ben Elliston <bje@au.ibm.com>
4036
4037 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4038 --silent if $silent.
4039 * configure: Regenerate.
4040
d6f99447
DJ
40412007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4042
4043 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4044
bd0aa315
NC
40452007-07-17 Nick Clifton <nickc@redhat.com>
4046
4047 * COPYING3: New file. Contains version 3 of the GNU General
4048 Public License.
4049 * COPYING3.LIB: New file. Contains version 3 of the GNU
4050 Lesser General Public License.
4051
0ebe98fb
BS
40522007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4053
4054 * configure.ac: Fix my previous change to really match GCC.
4055 * configure: Regenerate.
4056
521ec477
DD
40572007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4058
4059 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4060 * configure: Regenerate.
4061
40622007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4063
4064 * configure.ac: Add some missing m4 quotation.
4065 * configure: Regenerate.
4066
0c24b341
NC
40672007-07-09 Kai Tietz <kai.tietz@onevision.com>
4068
f7c83eac
AS
4069 * Makefile.def: Add windmc tool to build.
4070 * Makefile.tpl: Likewise.
4071 * configure.ac: Likewise.
4072 * Makefile.in: Regenerate.
4073 * configure: Regenerate.
0c24b341 4074
a09314d0
L
40752007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4076
4077 * lt~obsolete.m4: New. Import from 20070318 libtool.
4078
7c3e1d12
BS
40792007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4080
4081 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4082 uclinux and linux-uclibc targets.
4083 * configure: Regenerate.
4084
a5b3b4dd
DD
40852007-06-28 DJ Delorie <dj@redhat.com>
4086
4087 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4088 not building newlib.
4089 * configure: Regenerated.
f7c83eac 4090
184d813c
DJ
40912007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4092
4093 * src-release (DEVO_SUPPORT): Correct typos.
4094
31d99776
DJ
40952007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4096
4097 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4098 * Makefile.in: Regenerated.
4099
e00a73e3
PB
41002007-06-14 Paolo Bonzini <bonzini@gnu.org>
4101
f7c83eac
AS
4102 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4103 (distclean-stage[+id+]): Possibly delete stage_last.
4104 * Makefile.in: Regenerate.
e00a73e3 4105
98a1bbc5
BE
41062007-06-07 Ben Elliston <bje@au.ibm.com>
4107
4108 * config.sub, config.guess: Update from upstream sources.
4109
973601e1
BE
41102007-06-07 Ben Elliston <bje@au.ibm.com>
4111
4112 * Makefile.tpl: Fix spelling error.
4113 * Makefile.in: Regenerate.
4114
2038f525
PB
41152007-06-04 Paolo Bonzini <bonzini@gnu.org>
4116
4117 Sync with gcc:
4118 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4119
f7c83eac
AS
4120 PR bootstrap/29382
4121 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4122 * configure: Rebuilt.
2038f525 4123
f7c5c4b5
PB
41242007-06-01 Steve Ellcey <sje@cup.hp.com>
4125
12a64d4f
L
4126 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4127 lt_cv_sys_max_cmd_len.
f7c5c4b5 4128
7ad9660b
PB
41292007-05-31 Paolo Bonzini <bonzini@gnu.org>
4130
4131 * ltgcc.m4: Update from GCC.
4132
0e7ef45c
EC
41332007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4134
12a64d4f 4135 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4136
37ad9514
SE
41372007-05-24 Steve Ellcey <sje@cup.hp.com>
4138
4139 * ltmain.sh: Update from GCC.
4140 * libtool.m4: Update from GCC.
4141 * ltsugar.m4: New. Update from GCC.
4142 * ltversion.m4: New. Update from GCC.
4143 * ltoptions.m4: New. Update from GCC.
4144 * ltconfig: Remove.
4145 * ltcf-c.sh: Remove.
4146 * ltcf-cxx.sh: Remove.
4147 * ltcf-gcj.sh: Remove.
4148 * src-release: Update with new libtool file list.
4149
8ee82aff
PB
41502007-05-16 Paolo Bonzini <bonzini@gnu.org>
4151
4152 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4153 stage_cflags.
4154 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4155 Remove CFLAGS/LIBCFLAGS.
4156 (configure-stage[+id+]-[+prefix+][+module+],
4157 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4158 * Makefile.in: Regenerate.
4159
149cb58d
SE
41602007-04-14 Steve Ellcey <sje@cup.hp.com>
4161
4162 * config-ml.in: Update from GCC.
4163
91506736
DJ
41642007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4165
4166 * src-release (do-proto-toplev): Process the support directories before
4167 the tool directory.
4168
ffa8bd48
RS
41692007-03-21 Richard Sandiford <richard@codesourcery.com>
4170
4171 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4172 of glob. Quote arguments with single quotes too.
4173 * configure: Regenerate.
4174
a4fd3374
DD
41752007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4176
4177 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4178 * Makefile.in: Regenerate
4179
b8025f34
AS
41802007-03-07 Andreas Schwab <schwab@suse.de>
4181
4182 * configure: Regenerate.
4183
a3ca38d2
DD
41842007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4185
4186 * configure.ac: Add "--with-pdfdir" configure option,
4187 which defines pdfdir variable.
4188 * Makefile.def (target=fixincludes): Add install-pdf to
4189 missing targets.
4190 (recursive_targets): Add install-pdf target.
4191 (flags_to_pass): Add pdfdir.
4192 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4193 target.
4194 * configure: Regenerate
4195 * Makefile.in: Regenerate
4196
41972007-02-28 Eric Christopher <echristo@apple.com>
4198
4199 Revert:
4200 2006-12-07 Mike Stump <mrs@apple.com>
4201
4202 * Makefile.def (dependencies): Add dependency for
4203 install-target-libssp and install-target-libgomp on
4204 install-gcc.
4205 * Makefile.in: Regenerate.
4206
42072007-02-27 Matt Kraai <kraai@ftbfs.org>
4208
4209 * configure: Regenerate.
4210 * configure.ac: Move statements after variable declarations.
4211
a4708fba
JM
42122007-02-19 Joseph Myers <joseph@codesourcery.com>
4213
4214 * configure.ac: Adjust for loop syntax.
4215 * configure: Regenerate.
4216
9a819804
AO
42172007-02-18 Alexandre Oliva <aoliva@redhat.com>
4218
4219 * configure: Rebuilt.
4220
81ec575a
AO
42212007-02-18 Alexandre Oliva <aoliva@redhat.com>
4222
4223 * configure.ac: Drop multiple occurrences of --enable-languages,
4224 and fix its quoting.
4225 * configure: Rebuilt.
4226
92f01d61 42272007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4228 Nathan Sidwell <nathan@codesourcery.com>
4229 Vladimir Prus <vladimir@codesourcery.com
4230 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4231
4232 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4233 * configure: Regenerate.
4234
b1299c4e
DJ
42352007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4236
4237 * configure.ac (target_libraries): Move libgcc before libiberty.
4238 * configure: Regenerated.
4239
18f6b6ee
PB
42402007-02-13 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * configure: Regenerate again?
4243
9c4e9f27
PB
42442007-02-13 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * configure: Reapply PR30748 fix which was lost in the previous commit.
4247
24ff9987
DJ
42482007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4249 Paolo Bonzini <bonzini@gnu.org>
4250
4251 PR bootstrap/30753
4252 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4253 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4254 * configure: Regenerated.
4255
7df2cd5d
PB
42562007-02-10 Paolo Bonzini <bonzini@gnu.org>
4257
4258 * configure: Regenerate.
4259
b0aaa663
DJ
42602007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4261
4262 PR bootstrap/30748
4263 * configure.ac: Correct syntax for Solaris ksh.
4264 * configure: Regenerated.
4265
a0323144
PB
42662007-02-09 Paolo Bonzini <bonzini@gnu.org>
4267
4268 * Makefile.def: Sync with GCC.
4269 * Makefile.tpl: Sync with GCC.
4270 * Makefile.in: Regenerate.
4271 * configure: Regenerate.
4272
c6b750e1
DJ
42732007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4274
4275 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4276 noncanonical equivalents.
4277 * configure.in: Rename to...
4278 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4279 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4280 target_noncanonical. Use them. Rewrite removal of configure
4281 arguments for autoconf 2.59. Discard variable settings. Force
4282 program_transform_name for native tools.
4283
4284 * Makefile.in: Regenerated.
4285 * configure: Regenerated with autoconf 2.59.
4286
4287 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4288
f3cd89f4
JJ
42892007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4290
4291 * COPYING.LIBGLOSS: Reformat default Red Hat
4292 license to fit within 80 columns.
4293 * COPYING.NEWLIB: Ditto.
4294
4e206d7e
DB
42952007-02-05 Dave Brolley <brolley@redhat.com>
4296
4297 * Contribute the following changes:
4298 2006-11-28 DJ Delorie <dj@redhat.com>
4299
4300 * configure.in: Fix typo for mep's target_makefile_frag.
4301 * configure: Regenerated.
4302
4303 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4304
4305 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4306 * configure: Regenerate.
4307
4308 2001-09-19 DJ Delorie <dj@redhat.com>
4309
4310 * configure.in (target_makefile_frag): use mt-mep
4311
4312 2001-06-12 Don Howard <dhoward@redhat.com>
4313
4314 * configure.in: Remove gdb from MeP skip list.
4315
4316 2001-04-05 DJ Delorie <dj@redhat.com>
4317
4318 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4319
4320 2001-03-20 Ben Elliston <bje@redhat.com>
4321
4322 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4323
4324 2001-03-19 Ben Elliston <bje@redhat.com>
4325
4326 * config.sub (mep, mep-*): Add.
4327
b2edfdd2
AS
43282007-01-31 Andreas Schwab <schwab@suse.de>
4329
4330 * Makefile.tpl (LDFLAGS): Substitute it.
4331 * Makefile.in: Regenerate.
4332
ceb92e78
PB
43332007-01-11 Paolo Bonzini <bonzini@gnu.org>
4334
4335 * configure.in: Change == to = in test command.
f7c83eac 4336 * configure: Regenerate.
ceb92e78 4337
4b900473 43382007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4339 Nick Clifton <nickc@redhat.com>
4340 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4341
4342 * configure.in (build_configargs, host_configargs, target_configargs):
4343 Remove build/host/target parameters.
4344 (host_libs): Add gmp and mpfr.
4345 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4346 * Makefile.def (gmp, mpfr): New.
4347 (gcc): Remove target.
4348 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4349 target_os, target_vendor): New.
4350 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4351 * configure: Regenerate.
4352 * Makefile.in: Regenerate.
4b900473
PB
4353
43542007-01-11 Matt Fago <fago@earthlink.net>
4355
4356 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4357 to improve robustness of configure tests.
4b900473
PB
4358 * configure: Regenerate.
4359
80f6dcbc
NC
43602007-01-08 Kai Tietz <kai.tietz@onevision.com>
4361
4362 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4363 * configure: Regenerate.
80f6dcbc 4364
f86e35b8
NC
43652007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * Makefile.tpl (all-target): Correct @if conditional for target
4368 modules.
4369 * configure.in: Omit libiberty if building only target libgcc.
4370 * configure, Makefile.in: Regenerated.
4371
79fcd0ec
PB
43722007-01-04 Paolo Bonzini <bonzini@gnu.org>
4373
4374 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4375 * configure: Regenerate.
4376
6aa8ef82
DJ
43772007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4378
4379 * Makefile.def (target_modules): Add libgcc.
4380 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4381 * Makefile.tpl (clean-target-libgcc): Delete.
4382 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4383 on gcc even for bootstrapped modules. Rewrite handling of
4384 lang_env_dependencies to loop over target_modules.
4385 * configure.in (target_libraries): Add target-libgcc.
4386 * Makefile.in, configure: Regenerated.
4387
9b134994
PB
43882006-12-29 Paolo Bonzini <bonzini@gnu.org>
4389
4390 Sync with gcc:
4391 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4392
f7c83eac
AS
4393 * configure.in: Reorganize recognition of languages. Add
4394 --enable-stage1-languages. Show supported languages for the chosen
4395 target rather than all recognized languages.
4396 * configure: Regenerate.
9b134994
PB
4397
4398 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4399
f7c83eac
AS
4400 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4401 * Makefile.in: Regenerate.
9b134994
PB
4402
4403 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4404
f7c83eac
AS
4405 * configure.in: Warn that MPFR 2.2.0 is buggy.
4406 * configure: Regenerate.
9b134994 4407
8cf39b1b
ILT
44082006-12-27 Ian Lance Taylor <iant@google.com>
4409
4410 * configure.in: When removing Makefiles to force a reconfigure, also
4411 remove prev-DIR*/Makefile.
4412 * configure: Regenerate.
4413
ebff6cd5
KH
44142006-12-23 Kazu Hirata <kazu@codesourcery.com>
4415
4416 * config.bfd: Recognize fido.
4417
8a0d8a5c
PB
44182006-12-19 Paolo Bonzini <bonzini@gnu.org>
4419
4420 Sync with gcc:
4421
4422 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4423
4424 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4425 it only affects bootstrap and could be tested on "$host" as well.
4426 * configure: Regenerate.
4427 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4428
4429 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4430
4431 PR bootstrap/29544
4432 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4433 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4434 move here comment from Makefile.tpl.
4435 * Makefile.tpl: Move some definitions higher in the file.
4436 (STAGE1_CHECKING): New.
4437 * configure.in: Add --enable-stage1-checking.
4438 * configure: Regenerate.
4439 * Makefile.in: Regenerate.
4440
4441 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4442
4443 * configure.in: Update error message for missing GMP/MPFR.
4444
4445 * configure: Regenerate.
4446
4447 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4448
4449 * configure.in: Update MPFR version in error message.
4450
4451 * configure: Regenerate.
4452
4453 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4454
4455 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4456 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4457 --with-gmp-lib): New flags.
4458
4459 * configure: Regenerate.
4460
790c0838
AM
44612006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4462
4463 PR bootstrap/30134
4464 * configure.in: Correct x86 darwin support for libjava to powerpc
4465 and i?86 only.
4466 * configure: Regenerate.
4467
77d7106f
AM
44682006-12-11 Alan Modra <amodra@bigpond.net.au>
4469
4470 * configure.in: Handle spu makefile frag.
77d7106f
AM
4471 * Makefile.tpl (MAINT): Define
4472 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4473 * configure: Regenerate.
4474 * Makefile.in: Regenerate.
4475
0cfa5389
BE
44762006-12-11 Ben Elliston <bje@au.ibm.com>
4477
4478 * config.sub, config.guess: Update from upstream sources.
4479
2839fe5d
BE
44802006-12-11 Ben Elliston <bje@au.ibm.com>
4481
4482 * configure.in: Sync with GCC (spu-*-*).
4483 * configure: Sync with GCC.
4484
b897f5d4
MS
44852006-12-07 Mike Stump <mrs@apple.com>
4486
4487 * Makefile.def (dependencies): Add dependency for
4488 install-target-libssp and install-target-libgomp on
4489 install-gcc.
4490 * Makefile.in: Regenerate.
4491
9daf3993
PB
44922006-11-16 Paolo Bonzini <bonzini@gnu.org>
4493
4494 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4495 (unstage): Test for stage_last presence.
4496
4497 PR bootstrap/29802
4498 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4499 * Makefile.in: Regenerate.
4500
9dbaa842
DD
45012006-11-14 DJ Delorie <dj@redhat.com>
4502
4503 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4504 * Makefile.in: Sync with GCC.
4505 * configure.in: Sync with GCC (mpfr, gmp).
4506 * configure: Sync with GCC.
4507
b0cbce8d
JJ
45082006-11-08 Jie Zhang <jie.zhang@analog.com>
4509
4510 * configure.in: Remove target-libgloss from noconfigdirs for
4511 bfin-*-*.
4512 * configure: Regenerated.
4513
44330a94
JJ
45142006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4515
4516 * COPYING.NEWLIB: Add spu license.
7de05dd5 4517 * COPYING.LIBGLOSS: Ditto.
44330a94 4518
56a8fe78
DD
45192006-10-17 Brooks Moses <bmoses@stanford.edu>
4520
4521 * Makefile.def: Added pdf target handling.
4522 * Makefile.tpl: Added pdf target handling.
4523 * Makefile.in: Regenerated.
4524
fbb00ad0
JJ
45252006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4526
4527 * COPYING.NEWLIB: Updated.
4528 * COPYING.LIBGLOSS: Ditto.
4529
6b89cc21
DB
45302006-09-27 Dave Brolley <brolley@redhat.com>
4531
4532 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4533 $s instead of $r.
4534 * configure: Regenerated.
4535
17bcf627
BE
45362006-09-26 Ben Elliston <bje@au.ibm.com>
4537
4538 * config.sub, config.guess: Update from upstream sources.
4539
f3529cf1
TS
45402006-09-20 Thiemo Seufer <ths@mips.com>
4541
4542 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4543 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4544 * configure: Regenerate.
4545
45055374
CV
45462006-08-30 Corinna Vinschen <corinna@vinschen.de>
4547
4548 * configure.in: Never build newlib for a Mingw host.
4549 Never build newlib as Mingw target library.
4550 Test the existence of winsup/cygwin for building a Cygwin newlib,
4551 rather than just winsup.
4552 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4553 building a Mingw target.
4554 * configure: Regenerate.
4555
4be041b2 45562006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4557 Nigel Stephens <nigel@mips.com>
4558 David Ung <davidu@mips.com>
4be041b2
TS
4559
4560 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4561
1d89b610
PB
45622006-07-25 Paolo Bonzini <bonzini@gnu.org>
4563
4564 Sync from GCC:
4565 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4566
f7c83eac
AS
4567 PR bootstrap/18058
4568 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4569 if the bootstrap compiler is a GCC version that supports it.
4570 * configure: Regenerate.
1d89b610 4571
66a79c16
DJ
45722006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4573
4574 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4575 * configure: Regenerated.
4576
c1cb7e02
PB
45772006-07-18 Paolo Bonzini <bonzini@gnu.org>
4578
f7c83eac
AS
4579 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4580 for stages after the first.
c1cb7e02 4581
7206a0ee
JJ
45822006-07-17 Jakub Jelinek <jakub@redhat.com>
4583
4584 * Makefile.def: Add dependencies for configure-opcodes
4585 on configure-intl and all-opcodes on all-intl.
4586 * Makefile.in: Regenerated.
4587
6816f995
AO
45882006-07-04 Peter O'Gorman <peter@pogma.com>
4589
4590 * ltconfig: chmod 644 before ranlib during install.
4591
3d3adb43
PB
45922006-07-03 Paolo Bonzini <bonzini@gnu.org>
4593
1f3f1bbf 4594 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4595 * configure: Regenerate.
4596
64ce424c
PB
45972006-07-03 Paolo Bonzini <bonzini@gnu.org>
4598
4599 Sync from gcc:
4600
4601 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4602
4603 PR other/27063
4604 * configure.in: Test subdir_requires and give an appropriate
4605 error message.
4606 * configure: Regenerate.
4607
4608 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4609
4610 PR target/27540
4611 * configure.in: Only enable libgomp on IRIX 6.
4612 * configure: Regenerate.
4613
d42c4017
DA
46142006-06-20 David Ayers <d.ayers@inode.at>
4615
4616 PR bootstrap/28072
4617 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4618 whether target-libjava is being configured instead of whether the
4619 java front end is enabled.
4620 * configure: Regenerate.
0e7ef45c 4621
4962c51a
MS
46222006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4623
4624 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4625 to R_ARM_LDC_SB_G{0,1,2} respectively.
4626
caee866a
PB
46272006-06-15 Paolo Bonzini <bonzini@gnu.org>
4628
4629 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4630 too.
4631 * Makefile.in: Regenerate.
4632
363ef840
DA
46332006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4634
4635 Sync from gcc:
4636
4637 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4638 * configure.in: Don't enable libgomp on hpux10.
4639 * configure: Rebuilt.
4640
54d1c879
DA
46412006-06-13 David Ayers <d.ayers@inode.at>
4642
4643 Sync from gcc:
4644
4645 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4646
54d1c879
DA
4647 PR bootstrap/27963
4648 PR target/19970
0e7ef45c 4649 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4650 ${libgcj} is specified.
4651 * configure: Regenerate.
0e7ef45c 4652
a4d8b690
JJ
46532006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4654
4655 Sync from gcc:
4656
4657 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4658 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4659
4660 PR bootstrap/18033
4661 * config-ml.in: Eval option if surrounded by single quotes.
4662
4f0ef2d8
CD
46632006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4664
4665 Sync from gcc:
0e7ef45c 4666
4f0ef2d8 4667 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4668
4f0ef2d8
CD
4669 PR libobjc/13946
4670 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4671 * Makefile.in: Regenerate.
4672 * configure.in: Add --enable-objc-gc at toplevel and have it
4673 enable boehm-gc for Objective-C.
4674 Remove target-boehm-gc from libgcj.
4675 Add target-boehm-gc to target_libraries.
4676 Add target-boehm-gc to noconfigdirs where ${libgcj}
4677 is specified.
4678 Assert that boehm-gc is supported when requested for Objective-C.
4679 Only build boehm-gc if needed either for Java or Objective-C.
4680 * configure: Regenerate.
4681
4682 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4683
4f0ef2d8
CD
4684 PR 27674
4685 * Makefile.tpl (configure-[+prefix+][+module+],
4686 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4687 Remove rule to unstage bootstrapped modules.
4688 (stage_current): New.
4689 * Makefile.in: Regenerate.
4690
4691 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4692 Andreas Tobler <a.tobler@schweiz.ch>
4693
4694 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4695 * configure: Rebuilt.
4696
4697 Revert
4698 2006-01-31 Richard Guenther <rguenther@suse.de>
4699 Paolo Bonzini <bonzini@gnu.org>
4700
4701 * Makefile.def (target_modules): Add libgcc-math target module.
4702 * configure.in (target_libraries): Add libgcc-math target library.
4703 (--enable-libgcc-math): New configure switch.
4704 * Makefile.in: Re-generate.
4705 * configure: Re-generate.
4706
c17b816b
JJ
47072006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4708
4709 * config-ml.in: Alter CCASFLAGS to include special
4710 multilib options the same as is done for CFLAGS.
4711
20e95c23
DJ
47122006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4713
4714 * Makefile.def: Added dependencies from sim and gdb on intl, and
4715 added configure dependencies to everything with an all dependency
4716 on intl.
4717 * gettext.m4: Removed.
4718 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4719 (GDB_SUPPORT_DIRS): Add intl.
4720 * Makefile.in: Regenerated.
4721
4bd8ad80
DJ
47222006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4723
4724 * src-release (DEVO_SUPPORT): Add config.rpath.
4725
c380fdd8
PB
47262006-05-25 Paolo Bonzini <bonzini@gnu.org>
4727
4728 * Makefile.def (bfd, opcodes): Fix lib_path.
4729 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4730 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4731 * Makefile.in: Regenerate.
4732
701628f5
MS
47332006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4734
4735 * configure.in: Enable gprof for cross builds.
4736 * configure: Regenerate.
4737
25aae7f2
DJ
47382006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4739
4740 * src-release (MAKEINFOFLAGS): Define.
4741 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4742
ea3d1626
BE
47432006-05-14 Ben Elliston <bje@au.ibm.com>
4744
4745 * config.sub, config.guess: Update from upstream sources.
4746
49b9e644
BE
47472006-05-12 Ben Elliston <bje@au.ibm.com>
4748
4749 * config.sub, config.guess: Update from upstream sources.
4750
482dd2f6
DJ
47512006-05-04 Steve Ellcey <sje@cup.hp.com>
4752
4753 * blt, iwidgets, mmalloc: Remove directories.
4754
8b01a5c2
DD
47552006-05-01 DJ Delorie <dj@redhat.com>
4756
641a3af4 4757 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4758 * configure: Regenerate.
4759
a481dbb7
DD
47602006-04-18 DJ Delorie <dj@redhat.com>
4761
4762 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4763 reference libgloss so that libssp can be built in a combined
4764 tree.
4765 * configure: Regenerate.
4766
962c9e74
BE
47672006-04-10 Ben Elliston <bje@au.ibm.com>
4768
4769 * contrib: Remove directory.
4770
108a6f8e
CD
47712006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4772
4773 * Makefile.tpl: Add install-html target.
4774 * Makefile.def: Add install-html target.
4775 * Makefile.in: Regenerate.
4776 * configure.in: Add --with-datarootdir, --with-docdir,
4777 and --with-htmldir options.
4778 * configure: Regenerate.
4779
a4ef73e9
BE
47802006-03-31 Ben Elliston <bje@au.ibm.com>
4781
4782 PR binutils/1860
4783 * configure.in: Require makeinfo 4.4 or higher.
4784 * configure: Regenerate.
4785
b37df25a
PB
47862006-03-14 Paolo Bonzini <bonzini@gnu.org>
4787
4788 * Makefile.in: Regenerate.
4789
a6df5a19
PB
47902006-03-14 Paolo Bonzini <bonzini@gnu.org>
4791
4792 Sync with gcc:
4793 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4794
f7c83eac
AS
4795 * configure.in: Handle --disable-<component> generically.
4796 * configure: Regenerate.
a6df5a19
PB
4797
4798 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4799
f7c83eac
AS
4800 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4801 (TARGET_CONFIGDIRS): Remove.
4802 * configure.in: Remove AC_SUBST(target_configdirs).
4803 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4804
4805
65419985
L
48062006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4807
4808 PR libgcj/17311
4809 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4810
c52c6897
PB
48112006-02-20 Paolo Bonzini <bonzini@gnu.org>
4812
4813 PR bootstrap/25670
4814
4815 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4816
4817 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4818 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4819 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4820 BUILD_PREFIX, BUILD_PREFIX_1.
4821 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4822
4823 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4824 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4825
4826 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4827 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4828 of `cat stage_current`. Always provide the `r' and `s' variables.
4829 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4830 a single shell execution.
4831 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4832 bootstrapped modules, make the stage1 module if the build was not
4833 started yet, else build the current stage.
4834 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4835 (all-build, all-host, all-target, [+make_target+]-host,
4836 [+make_target+]-target): Do not use \-continued lines.
4837 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4838 (current_stage, restrap, stage_last): New.
4839
4840 * Makefile.in: Regenerate.
4841 * configure: Regenerate.
4842
b3ded179
PB
48432006-02-14 Paolo Bonzini <bonzini@gnu.org>
4844
4845 Sync from gcc:
4846
4847 2006-01-31 Richard Guenther <rguenther@suse.de>
4848 Paolo Bonzini <bonzini@gnu.org>
4849
f7c83eac
AS
4850 * Makefile.def (target_modules): Add libgcc-math target module.
4851 * configure.in (target_libraries): Add libgcc-math target library.
4852 (--enable-libgcc-math): New configure switch.
4853 * Makefile.in: Re-generate.
4854 * configure: Re-generate.
4855 * libgcc-math: New toplevel directory.
b3ded179
PB
4856
4857 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4858 Jakub Jelinek <jakub@redhat.com>
4859 Diego Novillo <dnovillo@redhat.com>
b3ded179 4860
f7c83eac
AS
4861 * libgomp: New directory.
4862 * Makefile.def: Add target_module libgomp.
4863 * Makefile.in: Regenerate.
4864 * configure.in (target_libraries): Add target-libgomp.
4865 * configure: Regenerate.
b3ded179 4866
3a35eeb3
PB
48672006-02-14 Paolo Bonzini <bonzini@gnu.org>
4868 Andreas Schwab <schwab@suse.de>
0e7ef45c 4869
3a35eeb3
PB
4870 * configure: Regenerate.
4871
2429c060
PB
48722006-01-16 Paolo Bonzini <bonzini@gnu.org>
4873
4874 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4875 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4876 the assembler, linker and binutils.
4877 * configure: Regenerate.
4878
ec49b2b8
NC
48792006-01-16 Nick Clifton <nickc@redhat.com>
4880
49b9e644 4881 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4882
44b2308f
AO
48832006-01-05 Alexandre Oliva <aoliva@redhat.com>
4884
4885 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4886 @ from continuation.
4887 * Makefile.in: Rebuilt.
4888
80911fe1
PB
48892006-01-04 Paolo Bonzini <bonzini@gnu.org>
4890
4891 Sync from gcc:
4892
4893 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4894
f7c83eac 4895 PR bootstrap/24252
80911fe1 4896
f7c83eac
AS
4897 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4898 * Makefile.tpl (OBJDUMP): New.
4899 (EXTRA_HOST_FLAGS): Add it.
4900 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4901
f7c83eac
AS
4902 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4903 to use symbolic links between directories. Avoid race conditions
4904 or make them harmless.
4905 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4906
f7c83eac
AS
4907 * Makefile.def (LEAN): Pass.
4908 * Makefile.tpl (LEAN): Define.
4909 (stage[+id+]-start): Accept that the previous directory does not
4910 exist, if the bootstrap is lean.
4911 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4912 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4913 configure substitution.
4914 ([+compare-target+]): Likewise.
4915 ([+bootstrap-target+]-lean): New.
4916 * configure.in: Remove lean bootstrap support from here.
80911fe1 4917
f7c83eac
AS
4918 * Makefile.in: Regenerate.
4919 * configure: Regenerate.
80911fe1
PB
4920
4921 2006-01-02 Andreas Schwab <schwab@suse.de>
4922
f7c83eac
AS
4923 * configure.in: When reconfiguring remove Makefile in
4924 all stage directories.
4925 * configure: Regenerate.
80911fe1 4926
b59bea8a
NC
49272005-12-27 Leif Ekblad <leif@rdos.net>
4928
4929 * configure.in: Add support for RDOS target.
4930 * configure: Regenerate.
4931
d7730bac
NC
49322005-12-27 Nick Clifton <nickc@redhat.com>
4933
4934 PR binutils/1990
4935 * libtool.m4: Synchronize with version in GCC sources.
4936
c02dabc3
PB
49372005-12-20 Paolo Bonzini <bonzini@gnu.org>
4938
f7c83eac 4939 Revert Ada-related part of the previous change.
c02dabc3 4940
f7c83eac
AS
4941 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4942 Do not pass.
4943 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4944 * Makefile.in: Regenerate.
4945 * configure.in: Do not include mt-ppc-aix target fragment.
4946 * configure: Regenerate.
c02dabc3 4947
f6d183c0
PB
49482005-12-19 Paolo Bonzini <bonzini@gnu.org>
4949
4950 * configure.in: Select appropriate fragments for PowerPC/AIX.
4951 * configure: Regenerate.
4952
4953 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4954 BOOT_CFLAGS, BOOT_LDFLAGS.
4955 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4956 BOOT_CFLAGS, BOOT_LDFLAGS.
4957 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4958 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4959 (stage): Fail if we cannot complete the work.
4960 * Makefile.in: Regenerate.
4961
f29759fc
JJ
49622005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4963
4964 * COPYING.NEWLIB: Update copyright year for default
4965 copyright.
4966
1f054001
PB
49672005-12-15 Paolo Bonzini <bonzini@gnu.org>
4968
4969 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4970 install-host-nogcc): Don't invoke $(stage) at the end.
4971 * Makefile.in: Regenerate.
4972
0aed8855
PB
49732005-12-14 Paolo Bonzini <bonzini@gnu.org>
4974
4975 * configure.in: Flip the top-level bootstrap switch.
4976 * configure: Regenerate.
4977
4978 Merge from gcc:
4979
4980 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4981
f7c83eac
AS
4982 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4983 $(stage) and $(unstage).
4984 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4985 (all): Remove stray semicolon.
4986 (local-distclean): Don't handle multilib.tmp and multilib.out.
4987 (install.all): Set $s for consistency.
4988 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4989 check_multilibs setting. Always make the install directory.
4990 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4991 Correct @if/@endif.
4992 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4993 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4994 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4995 (multilib.out): Remove.
4996 * Makefile.in: Regenerated.
0aed8855
PB
4997
49982005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4999
5000 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5001 * configure.in: Replace ms1 arch with mt.
5002 * configure: Rebuilt.
5003
50042005-12-05 Paolo Bonzini <bonzini@gnu.org>
5005
5006 Sync with gcc:
5007
4970f871
NS
50082005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5009
5010 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5011 * configure.in: Replace ms1 arch with mt.
5012 * configure: Rebuilt.
5013
be01d343
PB
50142005-12-05 Paolo Bonzini <bonzini@gnu.org>
5015
5016 Sync with gcc:
5017
5018 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5019
f7c83eac
AS
5020 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5021 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5022 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5023 Find in-tree tools if available.
5024 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5025 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5026 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5027 (COMPILER_*_FOR_TARGET): New.
5028 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5029 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5030 (CONFIGURED_*, USUAL_*): Remove.
5031 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5032 STRIP): Use autoconf substitutions.
5033 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5034 COMPILER_NM_FOR_TARGET): New.
5035 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5036
5037 (all): Make all-host and all-target in parallel.
5038 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5039 that $$r and $$s are set before invoking a recursive make.
5040 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5041 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5042
5043 2005-11-29 Ben Elliston <bje@au.ibm.com>
5044
f7c83eac
AS
5045 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5046 from the gcc build directory.
5047 * Makefile.in: Regenerate.
be01d343
PB
5048
5049 2005-11-29 Ben Elliston <bje@au.ibm.com>
5050
f7c83eac
AS
5051 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5052 depend on all-libdecnumber.
5053 * configure.in (host_libs): Include libdecnumber.
5054 * Makefile.in: Regenerate.
5055 * configure: Likewise.
be01d343
PB
5056
5057 2005-11-21 Kean Johnston <jkj@sco.com>
5058
f7c83eac 5059 * config.sub, config.guess: Sync from upstream sources.
be01d343 5060
907be67c
DJ
50612005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5062
5063 * Makefile.def: Remove gdb dependencies for gdbtk.
5064 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5065 (configure-gdb, install-gdb): New rules.
5066 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5067 * Makefile.in, configure: Regenerated.
5068
e360f423
PB
50692005-10-22 Paolo Bonzini <bonzini@gnu.org>
5070
5071 PR bootstrap/24297
5072 * Makefile.tpl (do-[+make-target+], do-check, install,
5073 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5074 are set before recursing.
5075 * Makefile.in: Regenerate.
5076
45d5eb0a
EB
50772005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5078
5079 PR bootstrap/18939
5080 * Makefile.def (gcc) <target>: Fix thinko.
5081 * Makefile.in: Regenerate.
5082
3cf3372e
BS
50832005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5084
5085 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5086 * configure: Regenerate.
5087
bd70a46f
KH
50882005-10-09 Kazu Hirata <kazu@codesourcery.com>
5089
5090 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5091 target-libffi, target-qthreads, target-libjava, and
5092 targetlibobjc.
5093 * configure: Regenerate.
5094
5ae72758
DJ
50952005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5098 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5099 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5100 (USUAL_OBJDUMP_FOR_TARGET): New.
5101 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5102 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5103 * configure, Makefile.in: Regenerated.
5ae72758 5104
cc96343e
PB
51052005-10-05 Paolo Bonzini <bonzini@gnu.org>
5106
5107 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5108 before other host packages.
5109
f70224b5
PB
51102005-10-05 Paolo Bonzini <bonzini@gnu.org>
5111
5112 PR bootstrap/22340
5113
5114 * configure.in (default_target): Remove.
5115 * Makefile.tpl (all): Do not use prerequisites as subroutines
5116 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5117 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5118 use prerequisites as subroutines.
5119 (check-host, check-target): New.
5120 (bootstrap configure & all targets): Do not use stage*-start
5121 if the directory layout is already ok.
5122 (non-bootstrap configure & all targets): Prepend a $(unstage).
5123 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5124 (NOTPARALLEL): Remove.
5125 (unstage, stage variables): New variables.
5126 (unstage, stage targets): Simply expand to those variables.
5127
5128 * configure: Regenerate.
5129 * Makefile.in: Regenerate.
5130
c13c918a
JW
51312005-10-04 James E Wilson <wilson@specifix.com>
5132
5133 * Makefile.def (lang_env_dependencies): Add libmudflap.
5134 * Makefile.in: Regenerate.
5135
376a0e54
CM
51362005-10-03 Catherine Moore <clm@cm00re.com>
5137
5138 * configure.in (bfin-*-*): Support bfin.
5139 * configure: Regenerated.
5140
d320aacb
L
51412005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5142
5143 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5144 * configure: Regenerated.
5145
7e0f7140
GK
51462005-09-28 Geoffrey Keating <geoffk@apple.com>
5147
5148 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5149 (LIPO_FOR_TARGET): New.
5150 (CONFIGURED_LIPO_FOR_TARGET): New.
5151 (USUAL_LIPO_FOR_TARGET): New.
5152 (STRIP_FOR_TARGET): New.
5153 (CONFIGURED_STRIP_FOR_TARGET): New.
5154 (USUAL_STRIP_FOR_TARGET): New.
5155 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5156 STRIP_FOR_TARGET.
5157 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5158 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5159 * Makefile.in: Regenerate.
5160 * configure: Regenerate.
0e7ef45c 5161
096f7d00
DE
51622005-09-19 David Edelsohn <edelsohn@gnu.org>
5163
5164 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5165 (rs6000-*-aix*): Same.
5166 * configure: Regenerate.
5167
51682005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5169
5170 * configure.in: Recognize f95 in the --enable-languages option,
5171 and substitute it for fortran, issuing a warning.
5172 * configure: Regenerate.
5173
2016dfcc
BE
51742005-09-07 Ben Elliston <bje@au.ibm.com>
5175
5176 Import from Autoconf sources:
5177
5178 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5179 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5180 Elliston. Handle weird characters correctly.
5181
6dd2fda9
DD
51822005-08-30 Phil Edwards <phil@codesourcery.com>
5183
5184 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5185 * configure: Regenerated.
5186
e6db70d4
RE
51872005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5188
f7c83eac
AS
5189 * Makefile.def (libssp): Add to lang_env_dependencies.
5190 * Makefile.in: Regenerate.
e6db70d4 5191
e1e3d0f5
CG
51922005-08-17 Christian Groessler <chris@groessler.org>
5193
5194 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5195 * Makefile.in: Regenerate.
5196
05cbd757
PB
51972005-08-12 Paolo Bonzini <bonzini@gnu.org>
5198
5199 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5200 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5201 Look for alternate names of the target cc and c++
5202 * configure: Regenerate.
5203
55db4b87
PB
52042005-08-08 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5207 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5208 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5209 tools; remove code to manually set them.
5210 (Target tools): Look in the environment for them.
5211 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5212 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5213 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5214 build directory.
5215 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5216 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5217 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5218 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5219 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5220 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5221 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5222 * configure: Regenerate.
5223 * Makefile.in: Regenerate.
5224
414e5532
MM
52252005-07-27 Mark Mitchell <mark@codesourcery.com>
5226
5227 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5228 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5229 * Makefile.in: Regenerated.
5230
a19b6204
MM
52312005-07-26 Mark Mitchell <mark@codesourcery.com>
5232
5233 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5234 (CFLAGS_FOR_TARGET): Use it.
5235 (CXXFLAGS_FOR_TARGET): Likewise.
5236 * Makefile.in: Regenerated.
5237 * configure.in (--with-build-sysroot): New option.
5238 * configure: Regenerated.
5239
b73aa406
PB
52402005-07-24 Paolo Bonzini <bonzini@gnu.org>
5241
5242 * Makefile.tpl: Wrap install between unstage and stage
5243 * Makefile.in: Regenerate.
5244
6e4d0bcb
KC
52452005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5246
5247 * all files: Update FSF address.
5248
49f58d10
JB
52492005-07-14 Jim Blandy <jimb@redhat.com>
5250
5251 * configure.in: Add cases for Renesas m32c.
5252 * configure: Regenerated.
0e7ef45c 5253
1d9c9cd7
KC
52542005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5255
5256 * COPYING, compile, config-ml.in, config.guess,
5257 config.sub, install-sh, missing, mkinstalldirs,
5258 symlink-tree, ylwrap: Sync from upstream sources.
5259
1587117a
EC
52602005-07-13 Eric Christopher <echristo@redhat.com>
5261
5262 * configure.in: Add toplevel noconfigdir support for tpf.
5263 * configure: Regenerate.
5264
bb780410
DD
52652005-07-11 Jakub Jelinek <jakub@redhat.com>
5266
5267 * Makefile.def (target_modules): Add libssp.
5268 * configure.in (target_libraries): Add target-libssp.
5269 * configure: Rebuilt.
5270 * Makefile.in: Rebuilt.
5271
064d0a7c
PB
52722005-07-11 Paolo Bonzini <bonzini@gnu.org>
5273
5274 PR ada/22340
5275
5276 * Makefile.def: Sync with gcc.
5277 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5278 * Makefile.in: Regenerate.
5279
b2edd3b5
AS
52802005-07-07 Andreas Schwab <schwab@suse.de>
5281
5282 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5283 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5284 * Makefile.in: Regenerated.
5285
5f128533
KH
52862005-07-07 Kazu Hirata <kazu@codesourcery.com>
5287
5288 * configure.in: Add --enable-libssp and --disable-libssp.
5289 * configure: Regenerate with autoconf-2.13.
5290
4e3fc8e5
GK
52912005-07-06 Geoffrey Keating <geoffk@apple.com>
5292
5293 * configure.in: Don't build sim or rda when targetting darwin.
5294 * configure: Regenerate.
5295
c7357d6a
BE
52962005-07-04 Ben Elliston <bje@gnu.org>
5297
5298 * src-release (do-proto-toplev): Remove dejagnu bits.
5299 (DEJAGNU_SUPPORT_DIRS): Remove.
5300 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5301 (GDBD_SUPPORT_DIRS): Likewise.
5302 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5303 (INSIGHTD_SUPPORT_DIRS): Likewise.
5304 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5305
53062005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5307
5308 * setup.com (mpw): Remove unused directive.
5309
7d329e61
PB
53102005-06-22 Paolo Bonzini <bonzini@gnu.org>
5311
5312 * Makefile.def (stagefeedback): Come after profile.
5313 Define profiledbootstrap target.
5314 * Makefile.tpl (profiledbootstrap): Remove.
5315 (stageprofile-end): Zap stagefeedback.
5316 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5317 * Makefile.in: Regenerate.
5318
e5fbed21
DD
53192005-06-13 Zack Weinberg <zack@codesourcery.com>
5320
5321 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5322 In 'cpp' stanza, support '#line' as well as '# '.
5323
59f7ec45
HPN
53242005-06-07 Hans-Peter Nilsson <hp@axis.com>
5325
5326 * configure.in (unsupported_languages): New macro.
5327 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5328 non-ported target libraries in noconfigdirs.
5329 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5330 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5331 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5332 unsupported_languages.
5333 * configure: Regenerate.
5334
c10e9ba7
DD
53352005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5336
5337 * configure.in: Fix typo in handling of --with-mpfr-dir.
5338 * configure: Regenerate.
5339
20deb2b8
JB
53402005-06-02 Jim Blandy <jimb@redhat.com>
5341
5342 * config.sub: Add cases for the Renesas m32c. (This patch has been
5343 accepted into the master sources.)
5344
cdb9b172 53452005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5346 Michael Snyder <msnyder@redhat.com>
5347 Stan Cox <scox@redhat.com>
cdb9b172 5348
f7c83eac 5349 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5350
f7c83eac 5351 * configure: Regenerate.
cdb9b172 5352
1dc3053f
PB
53532005-05-25 Paolo Bonzini <bonzini@gnu.org>
5354
5355 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5356 (Dependencies): Consider target modules for bootstrap dependencies.
5357 Make target bootstrap modules depend on each stage's gcc.
5358 * Makefile.in: Regenerate.
5359
c60fe18b
PB
53602005-05-20 Paolo Bonzini <bonzini@gnu.org>
5361
5362 * Makefile.def (configure-gcc): Depend on binutils having been built.
5363 (all-gcc): No need to do it here.
5364 * Makefile.in: Regenerate.
5365
27258dd4
PB
53662005-05-19 Paul Brook <paul@codesourcery.com>
5367
0e7ef45c 5368 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5369 language cannot be built.
5370 * configure: Regenerate.
5371
42ecbf5e
DJ
53722005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5373
5374 * ylwrap: Import from Automake 1.9.5.
5375
ae380b45
MS
53762005-05-04 Mike Stump <mrs@apple.com>
5377
5378 * configure.in: Always pass --target to target configures as
5379 otherwise rebuilds that do --recheck will fail.
811d3af8 5380 * configure: Rebuilt.
ae380b45 5381
d545f33b
PB
53822005-05-04 Paolo Bonzini <bonzini@gnu.org>
5383
5384 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5385 STAGE_HOST_EXPORTS.
5386 (configure, all): Add bootstrap support.
5387 (Host modules, target modules): Pass post-stage1 flags and exports.
5388 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5389 * Makefile.in: Regenerate.
5390
2faa2958
PB
53912005-04-29 Paolo Bonzini <bonzini@gnu.org>
5392
5393 Sync from gcc:
5394
5395 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5396
f7c83eac 5397 * config.sub: Update from master copy.
2faa2958
PB
5398
5399 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5400
f7c83eac
AS
5401 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5402 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5403 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5404 "*-*-elf" and "*-*-linux*".
5405 * configure: Regenerate.
2faa2958 5406
a7254363
PB
54072005-04-06 Paolo Bonzini <bonzini@gnu.org>
5408
f7c83eac 5409 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5410 (TARGET_CONFIGARGS): Include --with-target-subdir.
5411 (configure, all): New macros. Use them throughout.
5412
a8637a7d
PB
54132005-04-05 Paolo Bonzini <bonzini@gnu.org>
5414
5415 * Makefile.tpl: Sync with gcc.
5416 * Makefile.in: Regenerate.
5417
dd387d52
JR
54182005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5419
5420 * config/mh-mingw32: Delete.
5421 * configure.in: Don't use it.
5422 * configure: Regenerate.
5423
e90269c8
PB
54242005-03-31 Paolo Bonzini <bonzini@gnu.org>
5425
5426 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5427 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5428 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5429 (HOST_LIB_PATH): Generate from Makefile.def.
5430 (TARGET_LIB_PATH): Likewise.
5431 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5432 * Makefile.in: Regenerate.
5433 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5434 (RPATH_ENVVAR): Include Darwin case.
5435 * configure: Regenerate.
5436
9a237d9e
PB
54372005-03-25 Paolo Bonzini <bonzini@gnu.org>
5438
5439 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5440 * configure: Regenerate.
5441
479759c8
ZW
54422005-03-21 Zack Weinberg <zack@codesourcery.com>
5443
5444 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5445 gcc_version, and gcc_version_trigger from set of flags to pass.
5446 * Makefile.tpl: Remove definitions of above variables.
5447 (config.status): Remove dependency on $(gcc_version_trigger).
5448 * Makefile.in: Regenerate.
5449 * configure.in: Do not reference config/gcc-version.m4 nor
5450 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5451 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5452 * configure: Regenerate.
5453
4cfaf6d5
DD
54542005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5455 Andrew Pinski <pinskia@physics.uc.edu>
5456
5457 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5458 * Makefile.in: Regenerate.
5459
33a3fb7b
AO
54602005-03-01 Alexandre Oliva <aoliva@redhat.com>
5461
5462 PR libgcj/20160
5463 * ltmain.sh: Avoid creating archives with components that have
5464 duplicate basenames.
5465
2da12f12
PB
54662005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5467
479759c8
ZW
5468 PR bootstrap/20250
5469 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5470 instead of check.
5471 * Makefile.in: Regenerate.
2da12f12 5472
b00612cc
PB
54732005-02-28 Paolo Bonzini <bonzini@gnu.org>
5474
5475 Sync from gcc.
5476
5477 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5478
5479 PR bootstrap/17383
5480 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5481 * Makefile.tpl (HOST_SUBDIR): New substitution.
5482 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5483 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5484 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5485 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5486 (Host modules, Bootstrapped modules): Use it.
5487 (Build modules, Target modules): Do not create symlink trees,
5488 always configure out-of-srcdir.
5489 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5490 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5491 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5492 $(HOST_SUBDIR). Create a symlink for host_subdir.
5493
5494 * Makefile.in: Regenerate.
5495 * configure: Regenerate.
5496
5497 Merged from libada-gnattools-branch:
5498 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5499
5500 * Makefile.def: Add gnattools as a module, depending on target-libada.
5501 * Makefile.in: Regenerate.
5502 * configure.in: Include gnattools in host_tools; disable it if ada
5503 is disabled.
5504 * configure: Regenerate.
5505
c3e65f62
NC
55062005-02-23 Nick Clifton <nickc@redhat.com>
5507
5508 * configure: Regenerate.
5509
e4d180c2
NC
55102005-02-22 Paul Schlie <schlie@comcast.net>
5511
5512 * configure.in: Allow darwin targeted ports to build tk, itcl and
5513 libgui.
5514
e3c770b1
EB
55152005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5516
5517 PR libgcj/10353
5518 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5519 * configure: Regenerate.
5520
9c73618c
AC
55212005-02-08 Andrew Cagney <cagney@gnu.org>
5522
5523 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5524 gdb/ section. Update GDB's URL.
5525
c46f8c51
AC
55262005-01-31 Andrew Cagney <cagney@gnu.org>
5527
5528 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5529
c7e66c6d
HPN
55302005-01-29 Hans-Peter Nilsson <hp@axis.com>
5531
5532 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5533 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5534 target-libgloss when not *-*-elf and *-*-aout.
5535 * configure: Regenerate.
5536
a53bf506
AC
55372005-01-27 Andrew Cagney <cagney@gnu.org>
5538
5539 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5540
45181ed1
AC
55412005-01-24 Andrew Cagney <cagney@gnu.org>
5542
5543 * gettext.m4: Only fall back to ../intl/ when it's present.
5544
a1e0f4e4
KC
55452005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5546
5547 * install-sh, config.sub: Import from upstream.
5548
55492005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5550
5551 PR bootstrap/18222
5552 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5553 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5554 * Makefile.in: Regenerate.
5555
c50382e2
PB
55562005-01-03 Paolo Bonzini <bonzini@gnu.org>
5557
5558 Revert 2004-12-28 Makefile changes, a better fix will be
5559 applied to mainline and src after GCC 4.0 branches.
5560
11d07737
PB
55612004-12-28 Paolo Bonzini <bonzini@gnu.org>
5562
5563 PR bootstrap/17383
5564
5565 * Makefile.def (target_modules): Remove stage parameter,
5566 it is always true now.
5567 * Makefile.tpl (configure-build-[+module+],
5568 configure-target-[+module+]): Always build symlink tree
5569 for the directory and for include. BUILD_SUBDIR and
5570 TARGET_SUBDIR cannot be . anymore.
5571 * Makefile.in: Regenerate.
5572
dadfdbe2
DD
55732004-12-25 David Edelsohn <edelsohn@gnu.org>
5574
5575 Revert 2004-12-08 Makefile changes.
5576
dbf85af7
JR
55772004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5578
5579 * configure.in (sh64-*-*): Reenable gprof.
5580 * configure: Regenerate.
5581
6b8fea99
JB
55822004-12-09 Jim Blandy <jimb@redhat.com>
5583
5584 * MAINTAINERS: List 'depcomp' as part of automake.
5585
7341462c
DE
55862004-12-08 David Edelsohn <edelsohn@gnu.org>
5587
5588 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5589 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5590 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5591 * Makefile.in: Regenerate.
5592
21fde4dc
DD
55932004-12-07 Matt Kraai <kraai@ftbfs.org>
5594
5595 * Makefile.tpl: Generate normal dependencies if the LHS module is
5596 not bootstrapped.
5597 * Makefile.in: Regenerate.
5598
3da796a2
RS
55992004-12-03 Richard Sandiford <rsandifo@redhat.com>
5600
5601 * configure.in: Include config/gxx-include-dir.m4. Use
5602 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5603 * configure: Regenerate.
5604
73fb7068
RS
56052004-12-03 Richard Sandiford <rsandifo@redhat.com>
5606
5607 * config.if: Delete.
5608 * configure.in: Set libstdcxx_incdir directly.
5609 * configure: Regenerate.
5610 * MAINTAINERS: Remove mention of config.if.
5611 * src-release (DEVO_SUPPORT): Remove config.if.
5612
6c8e6ce9
EC
56132004-12-02 Eric Christopher <echristo@redhat.com>
5614
3b6098f8
EC
5615 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5616 of things to remove.
6c8e6ce9 5617 * Makefile.in: Regenerate.
479759c8 5618
b8658a2f
RS
56192004-12-02 Richard Sandiford <rsandifo@redhat.com>
5620
5621 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5622 * configure: Regenerate.
5623
afefada0
RS
56242004-12-02 Richard Sandiford <rsandifo@redhat.com>
5625
5626 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5627 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5628 * configure: Regenerate.
5629
5dcac624
DA
56302004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5631
5632 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5633 (hppa*64*-*-*): Delete incorrect comment.
5634 * configure: Rebuilt.
5635
57d1eb1a
DD
56362004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5637
5638 * install-sh, compile: Import from automake.
5639
56402004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5641
5642 * config.guess, config.sub: Import from savannnah.
5643
6d389afc
MS
56442004-11-12 Mike Stump <mrs@apple.com>
5645
5646 * Makefile.def: Add html support.
5647 * Makefile.tpl: Likewise.
5648 * Makefile.in: Regenerate.
5649
69e57115
GK
56502004-11-11 Geoffrey Keating <geoffk@apple.com>
5651
5652 PR 18423
5653 * configure.in: Remove all instances of build-fixincludes from
5654 noconfigdirs.
5655 (build_configargs): Supply --target to subdirectories.
5656 * configure: Regenerate.
5657
5658 * Makefile.def: Make gcc install depend on fixincludes install.
5659 * Makefile.in: Regenerate.
5660
ba719b26
HPN
56612004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5662
5663 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5664 target-libgfortran.
5665 * configure: Regenerate.
5666
c37653e7
DE
56672004-11-07 David Edelsohn <edelsohn@gnu.org>
5668
5669 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5670 like CC.
5671
1eefd493
PB
56722004-11-05 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * Makefile.def (host fixincludes): Specify missing targets.
5675 * Makefile.in: Regenerate.
5676
02b1af09
L
56772004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5678
5679 PR other/17783
5680 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5681 * configure: Regenerated.
5682
7f266840
DJ
56832004-11-04 Daniel Jacobowitz <dan@debian.org>
5684
5685 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5686 * configure: Regenerated.
5687
47444073
AL
56882004-10-28 Eric B. Weddington <ericw@evcohs.com>
5689
5690 PR target/18151
5691 * configure.in (case ${target}): Do not build fixincludes for avr.
5692 * configure: Regenerated.
5693
caeba88f
AL
56942004-10-26 Paolo Bonzini <bonzini@gnu.org>
5695
5696 * configure.in (case ${target}): Do not build fixincludes
5697 on platforms where it is not used.
5698 * configure: Regenerated.
5699
0fdbe983
DJ
57002004-10-23 Daniel Jacobowitz <dan@debian.org>
5701
5702 * configure.in: Use an absolute path to install-sh.
5703 * configure: Regenerated.
5704
1c0f67c1
AC
57052004-10-19 Andrew Cagney <cagney@gnu.org>
5706
5707 * src-release (do-djunpack, do-md5sum): Install the generated file
5708 directly into the proto-toplev/ directory.
479759c8 5709
a9cfce9c
AC
57102004-10-19 Andrew Cagney <cagney@gnu.org>
5711
5712 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5713
ac0fa625
DD
57142004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5715
5716 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5717 * configure: Regenerate.
5718
d27cc32e
PB
57192004-10-06 Paolo Bonzini <bonzini@gnu.org>
5720
5721 Fix wrong conflict resolution in:
5722
5723 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5724
5725 * Makefile.in: Regenerate.
5726 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5727 in the recursive `make', instead of hardwiring `all'.
5728 (Autogenerated TARGET-* variables): New.
5729
1763908f
UW
57302004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5731
5732 Merged from GCC / libtool upstream:
5733 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5734 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5735 * ltcf-cxx.sh (tpf*): Likewise.
5736 * ltconfig (tpf*): Add TPF OS configuration support.
5737
0490e016
NC
57382004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5739
5740 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5741 * configure: Regenerate.
0490e016 5742
32be62b5
RS
57432004-09-24 Michael Roth <mroth@nessie.de>
5744
5745 * configure.in (--without-headers): Add missing double quotes.
5746 * configure: Regenerate.
5747
6048df60
DD
57482004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5749
5750 * ylwrap: Revert to previous version.
5751
315b3b02
L
57522004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5753
6048df60 5754 PR bootstrap/17369
315b3b02
L
5755 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5756 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5757 SET_GCC_LIB_PATH_CMD.
5758 (BASE_TARGET_EXPORTS): Likewise.
5759 * Makefile.in: Regenerated.
5760
5761 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5762 * configure: Regenerated.
5763
fe69863c
DD
57642004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5765
5766 * config.guess: New upstream version
5767 * compile, depcomp, install-sh, ylwrap: Likewise.
5768
57692004-09-19 Roger Sayle <roger@eyesopen.com>
5770
5771 * config/mh-x86omitfp: New host makefile fragment. Add
5772 -fomit-frame-pointer to the default BOOT_CFLAGS.
5773 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5774 * configure: Regenerate.
5775
57762004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5777
5778 PR target/11572
5779 * configure.in (*-*-darwin*): Renable libobjc.
5780 * configure: Regenerate.
5781
be75bbe1 57822004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5783
be75bbe1
DB
5784 * Makefile.def: Remove libbanshee.
5785 * Makefile.tpl: Ditto.
5786 * configure.in: Ditto.
5787 * Makefile.in: Regen.
5788 * configure: Ditto.
5789
1b882a91
PB
57902004-09-07 Paolo Bonzini <bonzini@gnu.org>
5791
5792 * missing: Import latest version from master repository.
5793
eb1352ed
NC
57942004-09-04 Nick Clifton <nickc@redhat.com>
5795
5796 * config.sub: Import latest version from master repository.
5797 * config.guess: Likewise.
5798 This includes these changes:
479759c8 5799
eb1352ed
NC
5800 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5801
5802 * config.sub: Handle crisv32, alias etraxfs.
5803 * config.guess (crisv32:Linux:*:*): Handle.
5804
5805 2004-08-13 Brad Smith <brad@comstyle.com>
5806
5807 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5808 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5809
5810 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5811
5812 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5813 assume the processor is a powerpc. This is because coreutils
5814 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5815 in this case, due to a MacOS X bug that causes
5816 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5817 to return a negative number.
5818 Problem reported by Petter Reinholdtsen in:
5819 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5820
5821 2004-07-19 Ben Elliston <bje@gnu.org>
5822
5823 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5824
5825 2004-06-24 Ben Elliston <bje@gnu.org>
5826
5827 * config.guess: Update copyright years.
5828 * config.sub: Likewise.
5829
5830 2004-06-22 Robert Millan <robertmh@gnu.org>
5831
5832 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5833 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5834
5835 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5836
5837 * config.guess (*:*VMS:*:*): New entry. Replaces
5838 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5839 manufacturer.
5840
5841 2004-06-22 Ben Elliston <bje@gnu.org>
5842
5843 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5844 * config.sub: Likewise.
5845
5846 2004-06-22 Ben Elliston <bje@gnu.org>
5847
5848 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5849 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5850
5851 2004-06-11 Ben Elliston <bje@gnu.org>
5852
5853 * config.guess (pegasos:OpenBSD:*:*): Remove.
5854
5855 2004-06-11 Ben Elliston <bje@gnu.org>
5856
5857 From Wouter Verhelst <wouter@grep.be>:
5858 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5859
5860 2004-06-11 Ben Elliston <bje@gnu.org>
5861
5862 * config.guess (luna88k:OpenBSD:*:*): New.
5863
5864 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5865
5866 * config.guess (m32r*:Linux:*:*): New case.
5867 * config.sub: Handle m32rle.
5868
5869 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5870
5871 From Jens Petersen <petersen@redhat.com>:
5872 * config.sub: Handle sparcv8.
5873
5874 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5875
5876 From Tom Smith <smith@cag.lkg.hp.com>:
5877 * config.guess: Version suffixes are equally significant on Tru64
5878 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5879 prefix of "P" (patched kernel).
5880
5881 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5882
5883 * config.sub: Add support for National Semiconductor CRX target.
5884
2a3124ca 58852004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5886
2a3124ca
RH
5887 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5888 *-*-netware, but add target-libmudflap.
5889 Consolidate *-*-netware targets (of which really only i?86 exists)
5890 into a single entry.
5891 * configure: Likewise.
5892
0df3d27f
PB
58932004-09-01 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * Makefile.tpl (sorry): Remove.
5896 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5897 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5898 (do-clean): Clean per-stage directories too.
5899 (do-distclean): Run distclean-stage1 too.
5900 (.NOTPARALLEL): Enable during toplevel bootstrap.
5901 (stage[+id+]-bubble): Enable parallel execution during
5902 the recursive invocation.
5903 * Makefile.in: Regenerate.
5904
5905 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5906
5907 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5908
5909 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5910 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5911 * configure: regenerate
479759c8
ZW
5912 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5913 -mdynamic-no-pic
0df3d27f
PB
5914
59152004-08-31 Paolo Bonzini <bonzini@gnu.org>
5916
5917 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5918 include.
5919 * configure.in: Fix indentation.
5920 * configure: Regenerate.
5921
ee025550
PB
59222004-08-31 Paolo Bonzini <bonzini@gnu.org>
5923
5924 * Makefile.def (build_modules): Add fixincludes.
5925 (dependencies): Make gcc depend on fixincludes.
5926 * configure.in (build_tools): Add fixincludes.
5927 (build_configdirs): Always include build_libs.
5928 * Makefile.in: Regenerate.
5929 * configure: Regenerate.
5930
59312004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5932
5933 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5934 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5935 phony targets; do not generate timestamp files.
5936 (distclean-stageN): Remove references to their timestamp files.
5937 (restageN, touch-stageN): Remove.
5938 (stageN-bubble): Rewritten.
5939 (compare): Support lean bootstraps.
5940 * Makefile.in: Regenerate.
5941
5942 * configure.in: Only warn when bootstrapping but
5943 build != host or build != target. Support lean bootstraps.
5944 * configure: Regenerate.
5945
5946 Sync from gcc:
5947 2004-08-26 Phil Edwards <phil@codesourcery.com>
5948
5949 * configure.in: Give a better error message if GMP/MPFR are missing
5950 and a language needing them has been requested.
5951 * configure: Regenerated.
5952
5953 2004-08-25 Phil Edwards <phil@codesourcery.com>
5954
5955 * configure.in: Print a list of available language front-ends if
5956 a requested one is missing. Tidy stray tab characters.
5957 * configure: Regenerated.
5958
72b2455a
PB
59592004-08-17 Paolo Bonzini <bonzini@gnu.org>
5960
5961 * Makefile.in: Regenerate.
5962 * configure: Regenerate.
5963
5964 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5965 stage_*_flags.
5966 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5967 for bootstrapped modules if toplevel bootstrap is going.
5968 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5969 modules. Adjust for changes in Makefile.def. Enable several
5970 rules even in non-bootstrap mode, just to avoid peppering the
5971 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5972 (stage-[+prev+]-bubble): Remove.
5973
5974 * Makefile.def (Dependencies): Depend on all-build-bison,
5975 all-build-flex, all-build-byacc, all-build-texinfo, rather
5976 than the host variations.
5977 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5978 with BUILD_SUBDIR.
5979 (BISON): Update for recent Bisons.
5980 (YACC): Fix typo.
5981 (cross): Depend on all-build.
5982 (all): Do not depend on all-build.
5983 (prebootstrap): Remove.
5984 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5985 (Prebootstrap dependencies): Add them to the per-stage targets
5986 and to all-prebootstrap.
5987 * configure.in (build_configdirs): Always enable build_tools.
5988 (BUILD_DIR_PREFIX): Remove.
5989
5990 * Makefile.def (gcc): Add target variable.
5991 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5992 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5993 in the recursive `make', instead of hardwiring `all'.
5994 (Autogenerated TARGET-* variables): New.
5995
de0b4a87
JW
59962004-08-17 Robert Millan <robertmh@gnu.org>
5997
5998 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5999 (instead of FreeBSD).
6000 * configure: Regenerate.
6001
ad681c85
NN
60022004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6003
675c6968
NN
6004 * Makefile.def, configure.in, src-release: Remove useless, bogus
6005 references to tix.
6006 * Makefile.in, configure: Regenerate.
6007
ad681c85
NN
6008 * src-release: Stop distributing mmalloc with gdb (which doesn't
6009 use it).
6010 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6011 * Makefile.in: Regenerate.
6012
11b04d1f
DD
60132004-08-09 Mark Mitchell <mark@codesourcery.com>
6014
6015 * configure.in (arm*-*-eabi*): New target.
6016 * configure: Regenerate.
6017
f2420bea
NN
60182004-08-01 Robert Millan <robertmh@gnu.org>
6019
6020 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6021 libmudflap for all GNU-based systems (with Glibc).
6022 * configure: Regenerate.
6023
9e6ce191
PB
60242004-08-06 Paolo Bonzini <bonzini@gnu.org>
6025
6026 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6027 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6028 (Dependencies): New section.
6029 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6030 (configure-target-[+module+]): Depend on maybe-all-gcc
6031 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6032 (toplevel profiledbootstrap): Fix dependencies.
6033 * Makefile.in: Regenerate.
6034
df4a6958
MM
60352004-08-03 Mark Mitchell <mark@codesourcery.com>
6036
6037 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6038 target-libiberty to noconfigdirs.
6039
11b04d1f
DD
60402004-08-03 Paul Brook <paul@codesourcery.com>
6041
6042 * configure.in: Check for MPFR as well as GMP.
6043 * configure: Regenerate.
6044
b813574b
PB
60452004-08-03 Paolo Bonzini <bonzini@gnu.org>
6046
6047 * Makefile.def (host-modules): Add gcc.
6048 * Makefile.in: Regenerate.
6049 * Makefile.tpl (sorry): New rule.
6050 (configure-host, all-host, [+make_target+]-host, do-check,
6051 install-host): Do not add gcc as a special case.
6052 (host modules): Add a small special-casing for gcc. Export
6053 extra_make_flags through the environment.
6054 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6055 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6056 other recursive targets for gcc): Remove.
6057
6058 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6059 (stage, unstage): New rules.
6060 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6061 distclean-stage[+id+]): Use stage_current.
6062 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6063 the stage*-start rules.
6064
61edac0c
JW
60652004-07-19 Robert Millan <robertmh@gnu.org>
6066
6067 Synced from gcc:
6068
6069 2004-04-26 Robert Millan <robertmh@gnu.org>
6070
6071 Add patches from libtool CVS.
6072 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6073 * ltconfig: Likewise.
6074 * ltcf-c.sh: Likewise.
6075 * ltcf-cxx.sh: Likewise.
6076 * ltcf-gcj.sh: Likewise.
6077
3e707e94
PB
60782004-07-12 Paolo Bonzini <bonzini@gnu.org>
6079
6080 * configure.in: Add noconfigdirs for crx-*-*.
6081 * configure: Regenerate.
6082
60832004-07-12 Paolo Bonzini <bonzini@gnu.org>
6084
6085 Synced from gcc:
6086
6087 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6088
6089 * configure.in: Build libmudflap by default on FreeBSD.
6090 * configure: Regenerated.
6091
6092 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6093
6094 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6095 systems.
6096 * configure: Regenerated.
6097
6098 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6099
6100 PR target/16344
6101 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6102 feedback based compiler.
6103 * Makefile.in: Rebuilt.
6104
6105 2004-07-05 Phil Edwards <phil@codesourcery.com>
6106
6107 * configure.in: Do not prepend $srcdir to /dev/null in
6108 makefile fragments.
6109 * configure: Regenerate.
6110
a7ee7660
AO
61112004-07-08 Alexandre Oliva <aoliva@redhat.com>
6112
6113 * Makefile.def (host_modules): Set bootstrap=true for flex.
6114 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6115 * Makefile.in: Rebuilt.
6116
6a9cf61e
PB
61172004-07-01 Paolo Bonzini <bonzini@gnu.org>
6118
6119 * Makefile.def (build_modules): Add bison, byacc, flex,
6120 m4, texinfo.
6121 (flags_to_pass): Add FLEX.
6122 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6123 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6124 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6125 DEFAULT_MAKEINFO): Remove.
6126 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6127 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6128 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6129 objdir or else use configured tool.
6130 (all-build): New.
6131 (all): Depend on it.
6132 (Build module dependencies): Add.
6133 * Makefile.in: Regenerate.
6134 * configure.in: Better support for multiple build modules,
6135 matching what is done for host/target modules. Do not look
6136 for "plausible" locations of build tools if Canadian cross.
6137 Use autoconf's AC_PROG_CC to find a C compiler. Define
6138 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6139 * configure: Regenerate.
6140
95b6a1f2
PB
61412004-06-22 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6144 * Makefile.in: Regenerate.
6145
7ffa0b57
PB
61462004-06-22 Paolo Bonzini <bonzini@gnu.org>
6147
6148 * Makefile.tpl (configure-build-[+module+],
6149 configure-[+module+], configure-target-[+module+]): Pass
6150 [+extra_configure_args+].
6151 (all-build-[+module+], all-[+module+], check-[+module+],
6152 install-[+module+], [+make_target+]-[+module+],
6153 all-target-[+module+], check-target-[+module+],
6154 install-target-[+module+], [+make_target+]-target-[+module+]):
6155 Pass [+extra_make_args+].
6156 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6157 (GCC_HOST_EXPORTS): Remove.
6158 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6159 cross, check-gcc, check-gcc-c++, install-gcc,
6160 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6161 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6162 * Makefile.in: Regenerate.
6163
929ba6e7
CF
61642004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6165
6166 * configure.in: Check for srcdir/winsup rather than build directory
6167 winsup.
6168 * configure: Regenerate.
6169
b76d7de0
CV
61702004-06-17 Corinna Vinschen <vinschen@redhat.com>
6171
6172 * configure.in: Don't build Cygwin native newlib if winsup
6173 directory is missing. Emit warning instead.
6174 * configure: Regenerate.
6175
656fdd47
PB
61762004-06-09 Paolo Bonzini <bonzini@gnu.org>
6177
6178 * Makefile.tpl (touch-stage[+id+]): New.
6179 (restage[+prev+]): Depend on touch-stage[+id+].
6180
6181 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6182 Use it throughout.
6183
6184 * Makefile.def: Add profile and feedback bootstrap stages.
6185 Remove next field from bootstrap stages.
6186 * Makefile.tpl (LN, LN_S): Substitute.
6187 (stageN-start, stageN-end): Use double-colon rules, to
6188 provide a hook for additional setup commands.
6189 (distclean-stageN-gcc, restageN): Create dependencies from
6190 [+prev+], not from [+next+].
6191 (stageN-bubble): Add commands for successive stages from
6192 [+prev+], using double-colon rules.
6193 (all-stageN-gcc): Fix typo.
6194 (stagefeedback-start, profiledbootstrap): New.
6195 * Makefile.in: Regenerate.
6196 * configure.in: Call ACX_PROG_LN.
6197 * configure: Regenerate.
6198
498d4a71
CF
61992004-06-03 Paolo Bonzini <bonzini@gnu.org>
6200
6201 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6202 without gcc.
6203 * configure: Regenerate.
6204
377d8c42
PB
62052004-06-01 Paolo Bonzini <bonzini@gnu.org>
6206
6207 * Makefile.tpl: Fix typo.
6208 * Makefile.in: Regenerate.
6209
f5f8a794
PB
62102004-06-01 Paolo Bonzini <bonzini@gnu.org>
6211
6212 * configure.in: Remove new- prefix from toplevel
6213 bootstrap targets.
6214 * configure: Regenerate.
6215
f7a4c34f
PB
62162004-06-01 Paolo Bonzini <bonzini@gnu.org>
6217
6218 Merge this patch from the gcc tree:
6219
6220 2004-05-30 Andreas Jaeger <aj@suse.de>
6221 Jim Wilson <wilson@specifixinc.com>
6222
6223 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6224 like CC.
6225
319cab08
PB
62262004-06-01 Paolo Bonzini <bonzini@gnu.org>
6227
6228 * Makefile.tpl (all.normal): Rename to all.
6229 (all): Replace with a rule to pick the default
6230 target from configure.
6231 (all-gcc, configure-gcc): Use conditionals to
6232 do nothing when toplevel bootstrap is going on.
6233 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6234 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6235 * configure.in: Support --enable-bootstrap.
6236
6237 * Makefile.def: Remove new- prefix from toplevel
6238 bootstrap targets.
6239 * Makefile.tpl: Likewise.
6240
6241 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6242 target.
6243
6244 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6245 $(RECURSE_FLAGS) to recursive invocation of make.
6246
6247 * Makefile.in: Regenerate.
6248 * configure: Regenerate.
6249
88f64edc
DJ
62502004-05-27 Daniel Jacobowitz <dan@debian.org>
6251
6252 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6253 * configure: Regenerate.
6254
378fce5b
DD
62552004-05-25 Daniel Jacobowitz <drow@false.org>
6256
6257 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6258 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6259 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6260 targets.
6261 * Makefile.in: Regenerate.
6262
dfdffa2c
PB
62632005-05-24 Paolo Bonzini <bonzini@gnu.org>
6264
6265 * configure.in: Test the ability to symlink directories.
6266 * configure: Regenerate.
6267
6268 * Makefile.def (bootstrap-stage): New definitions.
6269 * Makefile.tpl (configure-stage1-gcc,
6270 configure-stage2-gcc, configure-stage3-gcc,
6271 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6272 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6273 new-restage3, compare): Autogenerate, see Makefile.in
6274 entry for behavioral changes.
6275 (distclean-stage1, new-stage1-start, new-stage1-end,
6276 new-stage1-bubble, distclean-stage2, new-stage2-start,
6277 new-stage2-end, new-stage2-bubble, distclean-stage3,
6278 new-stage3-start, new-stage3-end): New autogenerated targets.
6279 (objext, prebootstrap, BOOT_CFLAGS,
6280 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6281 targets.
6282
6283 * Makefile.in: Regenerate.
6284 (distclean-stage1, new-stage1-start, new-stage1-end,
6285 new-stage1-bubble, distclean-stage2, new-stage2-start,
6286 new-stage2-end, new-stage2-bubble, distclean-stage3,
6287 new-stage3-start, new-stage3-end): New targets.
6288 (all-stage1-gcc): Move prebootstrap dependency from here...
6289 (configure-stage1-gcc): ...to here.
6290 (new-bootstrap): Use bubble targets.
6291 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6292 Use per-stage distclean targets.
6293 (configure-stage1-gcc, configure-stage2-gcc,
6294 configure-stage3-gcc, all-stage1-gcc,
6295 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6296 Use new-stageN-start to prepare the tree.
6297
04cf1b77
PB
62982004-05-23 Paolo Bonzini <bonzini@gnu.org>
6299
6300 * Makefile.def (host_modules): add libcpp.
6301 * Makefile.tpl: Add dependencies on and for libcpp.
6302 * Makefile.in: Regenerate.
6303 * configure.in: Add libcpp host module.
6304 * configure: Regenerate.
6305
80b200a1
ZW
63062004-05-17 Zack Weinberg <zack@codesourcery.com>
6307
6308 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6309 of libf2c.
6310 * configure, Makefile.in: Regenerate.
6311
4b1cb4fe
DD
63122004-05-13 Diego Novillo <dnovillo@redhat.com>
6313
6314 Merge from tree-ssa-20020619-branch.
6315
6316 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6317 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6318 (HOST_GMPLIBS): Define.
6319 (HOST_GMPINC): Define.
6320 (TARGET_LIB_PATH): Add libmudflap.
6321 (GFORTRAN_FOR_TARGET): Define.
6322 (configure-build*): Export GFORTRAN.
6323 (configure-gcc): Export GMPLIBS and GMPINC.
6324 (all-gcc): Add maybe-all-libbanshee.
6325 (configure-target-libgfortran): Define.
6326 * Makefile.in: Regenerate.
6327 * configure.in (host_libs): Add libbanshee.
6328 (target_libraries): Add target-libmudflap and target-libgfortran.
6329 Add --with-libbanshee.
6330 Handle --disable-libmudflap.
6331 (*-*-freebsd*): Use with_gmp.
6332 Add $(libgcj) to noconfigdirs.
6333 * configure: Regenerate.
6334 * depcomp: New file.
6335 * MAINTAINERS: Add tree-ssa maintainers.
6336
63372004-04-28 Paolo Bonzini <bonzini@gnu.org>
6338
6339 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6340 * configure: Regenerate.
6341
b8908782
DD
63422004-04-27 Paolo Bonzini <bonzini@gnu.org>
6343
6344 Revert:
6345 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6346
6347 * Makefile.def (flags_to_pass): Remove *dir variables that
6348 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6349 as well as prefix and exec_prefix.
6350 * Makefile.in: Regenerate.
6351
63522004-04-26 Paolo Bonzini <bonzini@gnu.org>
6353
6354 * Makefile.def (host_modules): Mark with the bootstrap
6355 flag packages on which gcc depends.
6356 * Makefile.tpl (all-bootstrap): Use it.
6357 * Makefile.in: Regenerate.
6358
63592004-04-26 Paolo Bonzini <bonzini@gnu.org>
6360
6361 * Makefile.def (flags_to_pass): Remove *dir variables that
6362 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6363 as well as prefix and exec_prefix.
6364 * Makefile.in: Regenerate.
6365
63662004-04-26 Paolo Bonzini <bonzini@gnu.org>
6367
80b200a1
ZW
6368 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6369 * configure: Regenerate.
6370 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6371 * gcc/Makefile.tpl (compare): Use the result of the test.
6372 * gcc/Makefile.in: Regenerate.
b8908782
DD
6373
63742004-04-23 Paolo Bonzini <bonzini@gnu.org>
6375
6376 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6377 Always relocate gcc and prev-gcc to the original names, even
6378 if the build fails.
6379 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6380 New targets.
6381
0f260896
RO
63822004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6383
6384 * configure.in (mips*-*-irix5*): Enable ld.
6385 * configure: Regenerate.
6386
51860f05
JW
63872004-04-15 James E Wilson <wilson@specifixinc.com>
6388
6389 * Makefile.tpl (configure-[+module+], configure-gcc,
6390 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6391 Set and export LDFLAGS.
6392 * Makefile.in: Regenerate.
6393
54752a6b
NN
63942004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6395
6396 PR bootstrap/14871
6397 * Makefile.tpl: If we don't have built-in-tree target tools,
6398 use the ones found by configure rather than hacking around with
6399 program_transform_name.
6400 * configure.in: Give Makefile.tpl the information necessary
6401 to do that.
6402 * Makefile.in: Regenerate.
6403 * configure: Regenerate.
6404
64052004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6406
6407 PR bootstrap/14760
6408 * configure.in: When computing baseargs, strip *all* copies of
6409 offending options. Also, don't match/substitute the trailing space,
6410 so that this actually works when two similar options are separated by
6411 only one space.
6412 * configure: Regenerate.
6413
64142004-04-06 David Edelsohn <edelsohn@gnu.org>
6415
80b200a1
ZW
6416 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6417 (rs6000-*-aix*): Same.
6418 * configure: Regenerate.
54752a6b 6419
5e2b61fb
SS
64202004-03-25 Stan Shebs <shebs@apple.com>
6421
6422 Remove MPW support, no longer used.
6423 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6424 mpw-install: Remove files.
6425 * src-release (DEVO_SUPPORT): Remove names of removed files.
6426 * MAINTAINERS: Likewise.
6427
1a6f2dc7
NN
64282004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6429
a0049f1b
NN
6430 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6431 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6432 * Makefile.in: Regenerate.
6433
1a6f2dc7
NN
6434 * configure.in (top level bootstrap support): Rework --enable-werror
6435 to set @stage2_werror_flag@.
6436 * configure: Regenerate.
6437 * Makefile.tpl (top level bootstrap support): Pass
6438 @stage2_werror_flag@ down to configure in stages 2 and 3.
6439 * Makefile.in: Regenerate.
6440
920e3419
NN
64412004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6442
6443 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6444 for stages 2 and 3 as well as in make. As a consequence, remove
6445 OUTPUT_OPTION (now detected by configure) from the flags passed down
6446 to make.
6447 * Makefile.in: Regenerate.
6448
6449 * Makefile.tpl (new-bootstrap): Fix typo.
6450 * Makefile.in: Regenerate.
6451
4fa63067
NN
64522004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6453
6454 * Makefile.tpl: Rearrange by moving recursive_targets rules
6455 into their proper sections.
6456 * Makefile.tpl (top level bootstrap support): Move disabling
6457 of coverage flags from 'make' to 'configure'; improve comments.
6458 * Makefile.in: Regenerate.
6459
6460 * Makefile.tpl (experimental top level bootstrap) Move stage1
6461 language setting from all- target to configure- target; disable
6462 intermodule optimization in stage 1; prevent gratuitous rebuilds
6463 of stage 1.
6464 * Makefile.in: Regenerate.
6465 * configure.in: Comma-separate stage 1 language list for top
6466 level bootstrap.
6467 * configure: Regenerate.
6468
6469 * Makefile.tpl: Clean up experimental top level bootstrap support:
6470 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6471 prev-gcc in configure- targets as well as all- targets.
6472 * Makefile.in: Regenerate.
6473
fb8a10fd
NN
64742004-03-17 Paolo Bonzini <bonzini@gnu.org>
6475
6476 * configure.in: Remove symbolic link section.
6477 * configure: Regenerate.
6478 * Makefile.tpl (links): Remove.
6479 * Makefile.in: Regenerate.
6480
947f426e 64812004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6482 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6483
6484 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6485 Set with AC_CHECK_PROGS.
947f426e
NN
6486 * configure.in: Fix comment typo from last patch.
6487 * configure: Regenerate.
6488
1d39f329
NN
64892004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6490
6491 * Makefile.tpl: Introduce experimental top level bootstrap support.
6492 * Makefile.in: Regenerate.
6493 * configure.in: Introduce support for top level bootstrap.
6494 * configure: Regenerate.
6495
4b0ac75d 64962004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6497 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6498
6499 PR bootstrap/14522
6500 * configure.in: Cope with shells that do not support unquoted ^
6501 * configure: Regenerate.
6502
2e70b094 65032004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6504 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6505
6506 PR bootstrap/14522
6507 * configure.in: Cope with shell that do not support nesting
6508 quotes inside quoted backquote substitutions.
6509 * configure: Regenerate.
6510
65112004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6512
6513 PR bootstrap/14522
6514 * configure.in: Fix escaping of $.
6515 * configure: Regenerate.
6516
9e07f89d
NN
65172004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6518
6519 * configure: Regenerate.
6520
65212004-03-08 Paolo Bonzini <bonzini@gnu.org>
6522
6523 PR ada/14131
6524 Move language detection to the top level.
6525 * configure.in: Find default values for the tools as
6526 soon as possible. Disable ada if GNAT is not found.
6527 Emit error message about missing languages. Expand
6528 --enable-languages=all for the gcc subdirectory.
6529
1712ab83
RS
65302004-03-01 Richard Sandiford <rsandifo@redhat.com>
6531
6532 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6533 and disable libgcj.
6534 * configure: Regenerated.
6535
3dee29da
NN
65362004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6537
6538 PR bootstrap/7087
6539 * Makefile.tpl: Guard XFOO sed statements better.
6540 * Makefile.tpl: Add dependency for configure-target-libada.
6541 * Makefile.in: Regenerate (incidentally fixes broken
6542 commit when libada-branch was merged).
6543
0558264b
AC
65442004-02-28 Andrew Cagney <cagney@redhat.com>
6545
6546 * src-release (CVS_NAMES): Define.
6547 (do-tar, do-tar): Prune $(CVS_NAMES).
6548
c38f9803
AC
65492004-02-23 Andrew Cagney <cagney@redhat.com>
6550
6551 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6552 2004-02-19.09.
6553
55636792
NN
65542004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6555
6556 PR bootstrap/11932
6557 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6558
1e600082
AC
65592004-02-19 Andrew Cagney <cagney@redhat.com>
6560
6561 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6562 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6563
3769cd82
DD
65642004-02-11 David Edelsohn <edelsohn@gnu.org>
6565
6566 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6567 (rs6000-*-aix*): Same.
6568 * configure: Regenerate.
6569
a92834c8
DD
65702004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6571
6572 * configure.in (host): Add in missing $noconfigdirs to defines.
6573 * configure: Regenerate.
6574
a2592b1b
DD
65752004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6576 Nathanael Nerode <neroden@gcc.gnu.org>
6577
6578 PR ada/6637, PR ada/5911
80b200a1 6579 Merge with libada-branch:
a2592b1b
DD
6580 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6581 with appropriate dependencies. Add --enable-libada configure switch.
6582 * configure, Makefile.in: Regenerate.
6583
e31d1ea3
DD
65842004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6585
6586 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6587 * configure: Regenerate.
6588
db85f5c0
JJ
65892004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6590
6591 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6592
fc434214
DD
65932004-01-23 DJ Delorie <dj@redhat.com>
6594
6595 * Makefile.def (target_modules) [libiberty]: Don't stage.
6596 * Makefile.in: Rebuilt.
6597
ad445c2c 65982004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6599
ad445c2c
JJ
6600 * COPYING.NEWLIB: Update to include copyrights for new
6601 iconv code.
6602
72bbedde
AC
66032004-01-15 Andrew Cagney <cagney@redhat.com>
6604
6605 * src-release: Update copyright year.
6606 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6607 (NEWLIB_SUPPORT_DIRS): Delete macro.
6608 (newlib.tar.bz2): Delete rule.
6609
a6d6062d
DD
66102004-01-14 Loren J. Rittle <ljrittle@acm.org>
6611
6612 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6613 * Makefile.tpl (configure-target-[+module+]): Support stage.
6614 * Makefile.in: Rebuilt.
6615
f8b73030
MR
66162003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6617
6618 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6619 throughout.
6620
aff0e9df
NN
66212004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6622
bb5dca17
NN
6623 * configure.in: Use ./config.cache, not config.cache.
6624 * configure: Regenerate.
6625 * Makefile.tpl: Special-casing not needed for GCC any more.
6626 * Makefile.in: Regenerate.
6627
82252c06
NN
6628 * configure.in: Don't share a cache file for host dirs.
6629 * configure: Regenerate.
6630
aff0e9df
NN
6631 * config-ml.in: Don't mess with the cache file.
6632
95036d20
NN
66332004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6634
ac7b618e
NN
6635 * Makefile.tpl: Make GCC use a separate config.cache.
6636 * Makefile.in: Regenerate.
6637
95036d20
NN
6638 PR bootstrap/11932, PR bootstrap/11933
6639 (I don't know if it will fix either of them, but it relates
6640 to them.)
6641 * configure.in: Don't use shared config.cache for target
6642 directories.
6643 * configure: Regenerate.
6644
08c1856b
DD
66452003-12-31 Roger Sayle <roger@eyesopen.com>
6646
6647 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6648 * configure: Regenerated.
6649
c1968181 66502003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6651
9eb322aa
MF
6652 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6653 * configure: Regenerated.
c1968181 6654
10ecffb9
NN
66552003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6656
6657 Port change over from GCC:
6658 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6659 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6660 (configure-build-[+module+], configure-[+module+]): Likewise.
6661 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6662 * Makefile.in: Regenerate.
6663
f2ab5990
TF
66642003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6665
6666 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6667 * configure: Regenerate.
6668
41a7d11a
JJ
66692003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6670
80b200a1 6671 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6672 stdlib.
6673
d9441a1f
DD
66742003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6675
6676 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6677 * Makefile.in: Regenerate.
6678
3a48a978
DD
66792003-10-20 Phil Edwards <phil@codesourcery.com>
6680
6681 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6682 * configure: Regenerate.
6683
f0b24077
NN
66842003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6685
6686 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6687 HOST_FLAGS_TO_PASS.
6688 * Makefile.in: Regenerate.
6689
5fbad20a
DD
66902003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6691
6692 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6693 * configure: Rebuilt
6694 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6695 * Makefile.in: Rebuilt
6696
78be4155
L
66972003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6698
6699 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6700
051fcc7a
L
67012003-10-01 Phil Edwards <pme@gcc.gnu.org>
6702
6703 * config-ml.in: Use ac_configure_args directly instead of
6704 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6705 actually seen.
6706
67072003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6708
6709 * config-ml.in: Propagate INSTALL variables.
6710
f27d4f92
DJ
67112003-09-21 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * configure.in: Pass a computed --program-transform-name
6714 to subconfigures.
6715 * configure: Regenerated.
6716
cae4d560
NN
67172003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6718
6719 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6720 * Makefile.in: Regenerate.
6721
6722 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6723 * Makefile.in: Regenerate.
6724
8ff944f6
DJ
67252003-09-17 Daniel Jacobowitz <drow@mvista.com>
6726
6727 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6728 quoting.
6729 * configure: Regenerated.
6730
d9a35680
MC
67312003-09-12 Michael Chastain <mec@shout.net>
6732
6733 Fix PR gdb/857.
6734 * src-release (do-proto-topleve): Remove junk files
6735 intl/config.cache, intl/config.status,
6736 intl/config.h, intl/stamp-h.
6737
710068b9
AC
67382003-09-14 Andrew Cagney <cagney@redhat.com>
6739
6740 * src-release (dejagnu.tar): New target.
6741 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6742 (do-djunpack): Use $(PACKAGE) for the package name.
6743
e1008165
DD
67442003-09-04 DJ Delorie <dj@redhat.com>
6745
6746 * configure: Regenerate.
6747
21998d12
NC
67482003-09-04 Robert Millan <robertmh@gnu.org>
6749
6750 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6751
ccca4bb3
DD
67522003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6753
6754 * configure.in: Ensure arguments to sed are properly spaced.
6755 * configure: Regenerate.
6756
ee949b5e
DJ
67572003-08-28 Daniel Jacobowitz <drow@mvista.com>
6758
6759 Merge from gcc:
6760 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6761 * install-sh: Update to newer upstream versions (associated with
6762 aclocal 1.7).
6763 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6764
75addda2
DJ
67652003-08-27 Daniel Jacobowitz <drow@mvista.com>
6766
6767 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6768 * configure: Regenerated.
6769
8d2877d8
NN
67702003-08-23 Phil Edwards <pme@gcc.gnu.org>
6771
6772 * configure.in: Use newline instead of semicolon when assuming
6773 shell arguments in a for loop.
6774 * configure: Regenerated.
6775
d2cc0e0d
GK
67762003-08-20 Geoffrey Keating <geoffk@apple.com>
6777
6778 PR 8180
6779 * configure.in: When testing with_libs and with_headers, treat
6780 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6781 * configure: Regenerate.
80b200a1 6782
d2cc0e0d
GK
6783 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6784 make, shell, etc.
6785 (baseargs): Likewise.
6786 * configure: Regenerate.
6787
04d1ab34
GK
67882003-08-19 Geoffrey Keating <geoffk@apple.com>
6789
6790 * configure.in: Disable libgcj for darwin not on powerpc.
6791 * configure: Rebuild.
6792
ca506da8
MC
67932003-08-15 Michael Chastain <mec@shout.net>
6794
6795 * src-release (do-proto-toplev): Remove junk files
6796 dejagnu/example/calc/config.status,
6797 dejagnu/example/calc/config.log.
6798
a4aa3f49
DD
67992003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6800
6801 * config-ml.in, symlink-tree: Add license.
6802
ede4fbe4
NN
68032003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6804
6805 Merge from gcc:
6806
6807 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6808 * Makefile.tpl (check, check-c++): Express dependencies using
6809 dependencies rather than commands.
6810 * Makefile.in: Regenerate.
6811
6812 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6813 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6814 * Makefile.in: Update.
6815
970f29af
AC
68162003-08-01 Andrew Cagney <cagney@redhat.com>
6817
6818 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6819 * configure: Ditto.
6820
b2884a0c
DD
68212003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6822
6823 * configure.in: Enable libgcj for darwin.
6824 * configure: Rebuild.
6825
c07f46a4
NN
68262003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6827
6828 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6829
9175bfc0
NN
68302003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6831
6832 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6833 creating target and build subdirs to build all parent dirs as needed.
6834 * Makefile.in: Rebuild.
6835 * configure.in: Don't build dirs explicitly here.
6836 * configure: Rebuild.
6837
b9abda6a
AO
68382003-07-22 Alexandre Oliva <aoliva@redhat.com>
6839
6840 * Makefile.tpl (all-make): Depend on intl.
6841 * Makefile.in: Rebuilt.
6842
eef8ffd4
NN
68432003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6844
6845 * config.if: Remove unused libc_interface determination.
6846
295efaf0
NN
68472003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6848
6849 * Makefile.in: Regenerate, correctly this time.
6850
e5c3f801
NN
68512003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6852
6853 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6854 unused INSTALL_PROGRAM_ARGS.
6855 * configure.in: Use AC_PROG_INSTALL.
6856 * Makefile.in: Regenerate.
6857 * configure: Regenerate.
6858
4a18bd6b
AO
68592003-07-10 Alexandre Oliva <aoliva@redhat.com>
6860
6861 * configure: Rebuilt.
6862 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6863 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6864 newlib nor libgloss.
6865 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6866 * configure.in (am33_2.0-*-linux*): Added.
6867
fbd1054d
BW
68682003-07-09 Bob Wilson <bob.wilson@acm.org>
6869
6870 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6871 * configure: Regenerate.
6872
b40e3958
L
68732003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6874
6875 * config-ml.in: Replace PWD with PWD_COMMAND.
6876 * Makefile.tpl: Likewise.
6877 * Makefile.in: Regenerated.
6878
4a5be7ba
NN
68792003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6880
6881 * configure.in: Clean up config-lang.in handling. Delete
6882 useless assignment to "subdirs".
6883 * configure: Regenerate.
6884
9c14acb8
NN
68852003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6886
6887 * configure.in: Rename 'target_libs' to 'target_libraries'.
6888 Remove useless reference to 'target_libs'.
6889 * configure: Regenerate.
6890
8f32e830
KS
68912003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6892
6893 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6894 * Makefile.in: Regenerate.
6895
12f0bd74
NN
68962003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6897
6898 * Makefile.def: Introduce flags_to_pass.
6899 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6900 * Makefile.in: Regenerate.
6901
b07c2aad
HPN
69022003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6903
6904 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6905 and target-libgloss.
6906 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6907 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6908 * configure: Regenerate.
b07c2aad 6909
56f25033
DD
69102003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6911
6912 * configure.in: Update testsuite_flags to new location.
6913 * configure. Regenerate.
80b200a1 6914
4ec9a3b2
NN
69152003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6916
6917 * Makefile.tpl: Remove BUILD_CC stuff.
6918 * Makefile.in: Regenerate.
6919
059083b1 69202003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6921
059083b1
L
6922 * config.guess: Update to 2003-06-12 version.
6923 * config.sub: Update to 2003-06-13 version.
6924
535b046a
TS
69252003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6926
6927 * MAINTAINERS: Add myself as MIPS co-maintainer.
6928
00c22daa 69292003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6930
00c22daa
L
6931 * config.guess: Update to 2003-06-06 version.
6932 * config.sub: Update to 2003-06-06 version.
6933
1047cb91
DD
69342003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6935
6936 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6937 * configure. Regenerate.
6938
123494c8
NN
69392003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6940
1047cb91
DD
6941 * configure.in: Disable serial configure by default.
6942 * configure: Regenerate.
6943 * Makefile.tpl: Abolish .NOTPARALLEL.
6944 * Makefile.in: Regenerate.
6945
7f121bbf
NN
6946 * Makefile.tpl: Replace {build,host,target}_canonical by
6947 {build,host,target}.
6948 * Makefile.in: Regenerate.
6949
123494c8
NN
6950 * Makefile.tpl: Fix stupid pasto.
6951 * Makefile.in: Regenerate.
6952
ec7e0995
NN
69532003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6954
6955 * Makefile.tpl: Remove bogus conditional.
6956 * Makefile.in: Regenerate.
6957
27b1cc72
NN
69582003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6959
2a4cbe27
NN
6960 * Makefile.tpl: Make 'recursive targets' using autogen rather
6961 than shell loop. Remove duplicate 'clean' targets and false
6962 comments.
6963 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6964 Add systematic method of specifying missing targets in subdirs.
6965 Add copyright boilerplate.
6966 * Makefile.in: Regenerate.
6967 * configure.in: Add 'recursive targets' to maybe list.
6968 * configure: Regenerate.
6969
27b1cc72
NN
6970 * Makefile.tpl: Rename [+target+] to [+make_target+].
6971 * Makefile.def: Rename 'target' to 'make_target'.
6972
01e51bd0
NC
69732003-05-30 Nick Clifton <nickc@redhat.com>
6974
6975 * README-maintainer-mode: Update URL for locating blessed config
6976 tools.
6977
2fd84b42
NC
69782003-05-29 Robert Millan <rmh@debian.org>
6979
6980 * ltconfig: Import this patch and modify for use with current
6981 version of ltconfig:
6982
6983 2003-05-21 Bruno Haible <bruno@clisp.org>
6984
6985 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6986 GNU/FreeBSD.
6987
8945c6bb
DD
69882003-05-28 DJ Delorie <dj@redhat.com>
6989
6990 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6991 * Makefile.in: Regenerate.
6992
2f9632a1
JJ
69932003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6994
80b200a1 6995 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6996
3a12db16 69972003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6998
3a12db16
DD
6999 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7000 newlib or libgloss.
7001 * Makefile.in: Regenerate.
7002
44482353
DD
70032003-05-21 DJ Delorie <dj@redhat.com>
7004
7005 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7006 * Makefile.in: Regenerate.
7007
fec2c52d
MR
70082003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7009
7010 * configure.in: Use curly braces in the definition of tooldir.
7011 * configure: Regenerate.
7012
16ae0395
NN
70132003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7014
7015 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7016 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7017 Factor out common code from autogen IF statements.
7018 * configure: Regenerate.
7019 * Makefile.in: Regenerate.
7020
ec11bdc6
DD
70212003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7022
7023 * configure.in: Accept i[3456789]86 for machine type.
7024 * configure: Regenerate.
7025
dd12c3a8
NN
70262003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7027
7028 * configure.in: Switch more things to use maybe dependencies.
7029 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7030 * configure: Regenerate.
7031 * Makefile.tpl: Switch more things to use maybe dependencies.
7032 * Makefile.in: Regenerate.
7033
cf662e21
AJ
70342003-05-16 Andreas Schwab <schwab@suse.de>
7035
7036 * Makefile.tpl (install-opcodes): Define.
7037 * Makefile.in: Rebuild.
7038
5481b376
AJ
70392003-05-13 Andreas Jaeger <aj@suse.de>
7040
7041 * config.guess: Update to 2003-05-09 version.
7042 * config.sub: Update to 2003-05-09 version.
7043
3959a22a
AJ
70442003-05-13 Michael Eager <eager@mvista.com>
7045
7046 * configure.in: Correct sed script so that options in quotes are not
7047 deleted.
7048 * configure: Rebuild.
7049
564b43e5
CV
70502003-05-12 Corinna Vinschen <corinna@vinschen.de>
7051
7052 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7053 and $$s/newlib/libc/sys/cygwin32 include paths.
7054 * configure: Ditto.
7055
bb947dc9
L
70562003-05-05 H.J. Lu <hjl@gnu.org>
7057
7058 * config-ml.in: Restored from gcc repository.
7059
77f7441a
CD
70602003-05-02 Chris Demetriou <cgd@broadcom.com>
7061
80b200a1
ZW
7062 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7063 * Makefile.in: Regenerate.
77f7441a 7064
a26d7085
DJ
70652003-04-27 Daniel Jacobowitz <drow@mvista.com>
7066
7067 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7068 and Makefile.def.
7069
e4c4d240
DJ
70702003-04-27 Daniel Jacobowitz <drow@mvista.com>
7071
7072 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7073 * Makefile.in: Regenerated.
7074
62a3fc85
DD
70752003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7076
7077 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7078 * Makefile.in: Regenerate.
7079
70802003-04-18 Jakub Jelinek <jakub@redhat.com>
7081
7082 * configure.in (powerpc64*-*-linux*): Remove.
7083 * configure: Rebuilt.
7084
5b474aa8
DD
70852003-04-17 Phil Edwards <pme@gcc.gnu.org>
7086
7087 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7088 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7089 and restrap.
7090 * Makefile.in: Regenerate.
7091
70922003-04-16 Richard Earnshaw <rearnsha@arm.com>
7093
7094 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7095 * configure: Regenerated.
7096
bc295afe
AO
70972003-04-11 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7100 * */configure: Rebuilt.
7101
3728fade
NN
71022003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7103
7104 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7105 * Makefile.in: Regenerate.
7106
ce5b542e
MC
71072003-03-14 Michael Chastain <mec@shout.net>
7108
7109 * Makefile.in: Regenerate with correct Makefile.def.
7110
3db0a37f
NN
71112003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7112
7113 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7114 Make macro.
7115 * Makefile.in: Regenerate.
7116 * configure.in: Clean up gxx_include_dir logic.
7117 * configure: Regenerate.
7118
34349c6e
DD
71192003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7120
7121 * configure.in (gxx_include_dir): Fix typo.
7122 * configure: Regenerated.
7123
686c28c9
AC
71242003-03-06 Andrew Cagney <cagney@redhat.com>
7125
7126 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7127
bba45b8b 71282003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7129
bba45b8b
NN
7130 * configure.in: Include $(build_tooldir)/sys-include in
7131 FLAGS_FOR_TARGET.
7132 * configure: Regenerated.
7133
2683747f
NN
71342003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7135
bba45b8b
NN
7136 * Makefile.tpl: Reindent.
7137 * Makefile.in: Regenerate.
7138 * configure.in: Reindent. Don't set unused variables.
7139 * configure: Regenerate.
7140
2683747f
NN
7141 * Makefile.tpl: Always pass down RANLIB.
7142 * Makefile.in: Regenerate.
7143
7144 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7145 * Makefile.in: Regenerate.
7146 * configure.in: Remove unused logic relating to --enable-shared
7147 and --enable-threads. Remove bogus comments. Remove redundant
7148 noconfigdirs.
7149 * configure: Regenerate.
7150
7151 * configure.in: Replace ${libstdcxx_version} by its value.
7152 Remove reference to mh-dgux.
7153 * configure: Regenerate.
7154
50212802
NN
71552003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7156
7157 * Makefile.tpl: Rearrange.
7158 * Makefile.in: Regenerate.
7159
a6be7fc6
NC
71602003-02-25 Nick Clifton <nickc@redhat.com>
7161
7162 * configure: Remove site-file supprot - it is obsolete.
7163
f8a495c8
NC
71642003-02-24 Uwe Stieber <uwe@wwws.de>
7165
7166 * configure.in: Add support for kaOS as cross build target system.
7167 * configure: Regenerated.
7168
3decd77d
DD
71692003-02-20 Sean McNeil <sean@blue.mcneil.com>
7170
7171 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7172 configure-target-* as some target builds may require additional
7173 flags for preprocessor tests.
7174 * Makefile.in: Regenerated.
7175
f4ff34a3
AO
71762003-02-19 Alexandre Oliva <aoliva@redhat.com>
7177
7178 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7179 * ltconfig: Handle it.
7180 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7181 auto-detecting it.
7182
b7e4a931
AO
71832003-02-19 Alexandre Oliva <aoliva@redhat.com>
7184
7185 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7186 it is used as argument to $CC.
7187 * ltcf-gcj.sh: Likewise.
7188
6b784d9f
AO
71892003-02-19 Alexandre Oliva <aoliva@redhat.com>
7190
7191 * configure.in: Introduce --enable-maintainer-mode.
7192 * configure: Rebuilt.
7193 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7194 for maintainer mode.
7195 * Makefile.in: Rebuilt.
7196
8bcd8a07
AC
71972003-02-19 Andrew Cagney <ac131313@redhat.com>
7198
7199 * configure: Regenerate using autoconf 2.13.
7200
ee3fd329
AM
72012003-02-19 Alan Modra <amodra@bigpond.net.au>
7202
7203 * config.guess: Import latest version.
7204 * config.sub: Import latest version.
7205
e9e45685
JM
72062003-02-18 Jason Merrill <jason@redhat.com>
7207
7208 * Makefile.tpl (check-c++): Allow parallelism.
7209
859789af
AC
72102003-02-17 Andrew Cagney <ac131313@redhat.com>
7211
7212 * configure: Regenerate using autoconf 000227.
7213
b3f16a9b
GK
72142003-02-15 Geoffrey Keating <geoffk@apple.com>
7215
7216 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7217 don't configure target-libobjc.
7218 * configure: Regenerate.
7219
72e60e02
DD
72202003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7221
7222 * Makefile.tpl (RANLIB): Define.
7223 * Makefile.in: Regenerate.
7224
91f0e695
KS
72252003-02-06 Keith R Seitz <keiths@redhat.com>
7226
7227 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7228 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7229 * Makefile.in: Regenerated.
7230 * configure.in: Remove all traces of snavigator, db, and grep.
7231 * configure: Regenerated.
7232
122bfa92
FCE
72332003-01-31 Frank Ch. Eigler <fche@redhat.com>
7234
7235 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7236 * Makefile.in: Regenerated.
7237
264095c3
AO
72382003-01-30 Alexandre Oliva <aoliva@redhat.com>
7239
7240 * config.if: Copy from GCC.
7241
a84dbcb3
AO
72422003-01-27 Phil Edwards <pme@gcc.gnu.org>
7243
7244 * configure.in: Revert 24Jan change.
7245 * configure: Regenerate.
7246
19618276
NN
72472003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * configure.in: Revert previous change.
7250 * configure: Regenerate.
7251
b7f27a92
NN
72522003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7253
7254 * configure.in: Make rda native-only.
7255 * configure: Regenerate.
7256
83326456
NN
72572003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7258
7259 * configure.in: Add missing \.
7260 * configure: Rebuilt.
7261
5e367fa5
JJ
72622003-01-17 Jakub Jelinek <jakub@redhat.com>
7263
7264 * configure.in (baseargs): Avoid using \| in sed regular
7265 expressions.
7266 * configure: Rebuilt.
7267
e01f337c
JJ
72682003-01-16 Jakub Jelinek <jakub@redhat.com>
7269
7270 * configure.in (baseargs): Remove all supported forms of
7271 --cache-file, --srcdir, --host, --build and --target options
7272 from argument lists.
7273 * configure: Rebuilt.
7274
aa236487
AO
72752003-01-15 Alexandre Oliva <aoliva@redhat.com>
7276
7277 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7278 * configure: Rebuilt.
7279
586c0873
NN
72802003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7281
7282 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7283 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7284 * Makefile.in: Regenerate.
7285 * configure: Regenerate.
7286
497f816e
DD
72872003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7288
7289 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7290 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7291 * Makefile.in: Regenerate.
7292
bfbe5519
AO
72932003-01-09 Alexandre Oliva <aoliva@redhat.com>
7294
7295 * configure.in: Remove Makefile in build, host and target modules
7296 unless configure was run with --no-recursion.
7297 * configure: Rebuilt.
7298
3f234ef5
CD
72992003-01-08 Chris Demetriou <cgd@broadcom.com>
7300
7301 * config.guess: Update to 2003-01-03 version.
7302 * config.sub: Update to 2003-01-03 version.
7303
a3982d48
CF
73042003-01-07 Christopher Faylor <cgf@redhat.com>
7305
7306 * configure: Regenerate with proper autoconf 2.13.
7307
75778ec4
CF
73082003-01-07 Christopher Faylor <cgf@redhat.com>
7309
80b200a1
ZW
7310 * configure.in: Add AC_PREREQ for consistency.
7311 * configure: Regenerate.
75778ec4 7312
c180f501
AC
73132003-01-06 Andrew Cagney <ac131313@redhat.com>
7314
7315 * configure.in (GDB_TK): Add tcl directories conditional on
7316 gdb/gdbtk directory being present.
7317 * configure: Regenerate.
5481b376 7318
46ca2cc2
DA
73192003-01-04 John David Anglin <dave.anglin@nrc.ca>
7320
7321 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7322 by gcc if LD is not defined and we are not doing a Canadian Cross.
7323 * configure: Rebuilt.
7324
53dd8dab
DJ
73252003-01-01 Daniel Jacobowitz <drow@mvista.com>
7326
7327 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7328
50ceb20c
TT
73292002-12-31 Tom Tromey <tromey@redhat.com>
7330
7331 * Makefile.in: Rebuilt.
7332 * Makefile.def (target_modules) [libffi]: Allow installation.
7333
e78b5cfe
AS
73342002-12-31 Andreas Schwab <schwab@suse.de>
7335
7336 * configure.in: Fix use of $program_transform_name.
7337 * configure: Regenerated.
7338
67448102
DJ
73392002-12-30 Daniel Jacobowitz <drow@mvista.com>
7340
7341 * configure.in (baseargs): Don't remove first configure argument.
7342 * configure: Regenerated.
7343
e6bfb94a
AO
73442002-12-29 Alexandre Oliva <aoliva@redhat.com>
7345
7346 * Makefile.tpl (local-distclean): Don't remove...
7347 (multilib.ts): ... this. Moved into...
7348 (multilib.out): ... this. Don't use sub-make.
7349 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7350 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7351 (configure-build-[+module+], configure-[+module+],
7352 configure-target-[+module+], configure-gcc): ... these. Test
7353 for Makefile existence. Drop config.status from dependencies.
7354 * Makefile.in: Rebuilt.
7355 * configure.in: Move gcc-version-trigger to the end of
7356 ac_configure_args. Add comments to maybedep.tmp and
7357 serdep.tmp. Introduce --disable-serial-configure. Remove
7358 nonopt from baseargs, matching and removing corresponding
7359 whitespace while at it.
7360 * configure: Rebuilt.
7361
8f0dfb36
AO
73622002-12-28 Alexandre Oliva <aoliva@redhat.com>
7363
7364 * configure.in (host_configargs): Replace reference to
7365 no-longer-defined buildopts with --build=${build_alias}.
7366 * configure: Rebuilt.
7367
43be203f
AO
73682002-12-28 Alexandre Oliva <aoliva@redhat.com>
7369
7370 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7371 program_transform_name to standard idiom.
7372 (AUTOGEN, AUTOCONF): Define.
7373 (Makefile.in): Use $(AUTOGEN).
7374 (Makefile): Depend on config.status, and use autoconf-style rule to
7375 build it. Move original commands to...
7376 (config.status): ... this new target.
7377 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7378 $(AUTOCONF).
7379 * Makefile.in: Rebuilt.
7380
a0da8069
NN
73812002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7382
d18f1c9f
NN
7383 * Makefile.tpl: Fix dramatic bustage due to change in
7384 program_transform_name.
7385 * Makefile.in: Regenerate.
7386
7387 * configure.in: Remove unnecessary PATH setting.
7388 * configure: Regnerate.
7389
7390 * configure.in: Don't default to unprefixed tools unless
7391 the native tools will work.
7392 * configure: Regenerate.
7393
a0da8069
NN
7394 * configure.in: Convert to autoconf script. Blow away lots
7395 of now-redundant Makefile fragments.
7396 * configure: Generate using Autoconf.
7397 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7398 * Makefile.in: Regenerate.
7399
c567df0a
NN
74002002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7401
5481b376 7402 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7403 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7404
5481b376 7405 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7406 where they belong.
2c7f9a32 7407
2dabcfb4
AS
74082002-12-24 Andreas Schwab <schwab@suse.de>
7409
7410 * Makefile.tpl (multilib.out): Fix missing space.
7411 * Makefile.in: Regenerate.
7412
1086bc09
NN
74132002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7414
7415 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7416 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7417 * Makefile.in: Regenerate.
7418 * configure.in: Remove unnecessary leftovers.
7419
1086bc09
NN
74202002-12-21 Geoffrey Keating <geoffk@apple.com>
7421
7422 * configure.in (extra_ranlibflags_for_target): New variable.
7423 (*-*-darwin): Add -c to ranlib commands.
7424 * configure (tooldir): Handle extra_ranlibflags_for_target.
7425
14e9ca95
JJ
74262002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7427
7428 * COPYING.NEWLIB: Updated.
7429 * COPYING.LIBGLOSS: Ditto.
7430
14c428fb
NN
74312002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7432
7433 * Makefile.tpl: Revert HJL's change.
7434 * Makefile.in: Regenerated.
7435 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7436 always.
7437
313b8244
AS
74382002-12-19 Andreas Schwab <schwab@suse.de>
7439
7440 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7441 * Makefile.in: Regenerate.
7442
efeae3db
L
74432002-12-18 H.J. Lu <hjl@gnu.org>
7444
7445 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7446 * Makefile.in: Regenerated.
7447
7448 * configure.in (build_prefix): New. Substitute.
7449
43d92c63
NN
74502002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7451
59da4fe6
NN
7452 * Makefile.tpl: Don't let real targets depend on phony targets.
7453 * Makefile.in: Regenerate.
7454
43d92c63
NN
7455 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7456 * Makefile.in: Regenerate.
7457
b72e6a2d
JM
74582002-12-16 Jason Merrill <jason@redhat.com>
7459
7460 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7461 previous 'make bootstrap'.
7462 * Makefile.in: Regenerate.
7463
95c72c44
HPN
74642002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7465
7466 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7467
7d695d07
JM
74682002-12-13 Jason Merrill <jason@redhat.com>
7469
7470 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7471 library tests.
7472 (check-c++): Just depend on it and check-target-libstdc++-v3.
7473 * Makefile.in: Regenerate.
7474
54103d1e
NN
74752002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7476
7477 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7478 * Makefile.in: Regenerate.
7479
4024f1e1
JJ
74802002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7481
80b200a1
ZW
7482 * COPYING.NEWLIB: Update list of alternate Regent of California
7483 licenses and discuss official revoking of advertising clause.
7484 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7485
7dda0df6
AO
74862002-12-12 Alexandre Oliva <aoliva@redhat.com>
7487
7488 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7489 * Makefile.in: Rebuilt.
7490
d03be79e 74912002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7492
929293f4
NN
7493 * configure: Fix bug put in by gremlins.
7494
d03be79e
NN
7495 * Makefile.tpl: Substitute more autoconfily.
7496 * configure: Substitute more autoconfily.
7497 * Makefile.in: Regenerate.
7498
74992002-12-08 Andrew Cagney <ac131313@redhat.com>
7500
7501 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7502 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7503
75042002-12-06 DJ Delorie <dj@redhat.com>
7505
7506 * Makefile.tpl: Change configure dependencies to not have real
7507 targets depend on phony targets.
b4a77b47 7508
db1ac78d
NN
75092002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7510
bcaf2395
NN
7511 * configure.in: Revert unintentional change.
7512
b4fa093e
NN
7513 * src-release: Configure host subdirs.
7514
db1ac78d
NN
7515 * Makefile.tpl: Change dependency for */multilib.out so that
7516 it works when gcc isn't in the tree.
7517
7518 * configure.in: Substitute more.
7519 * configure: Run subconfigures from the Makefile.
7520 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7521 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7522
15723a45
NN
75232002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7524
e2b9e2dc
NN
7525 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7526 and corresponding dependencies.
7527 * Makefile.in: Regenerate.
7528
2af579c4
NN
7529 * configure.in (host_tools): Order binutils, gas and ld for
7530 convenience in running the testsuites.
7531
a2cc058a
NN
7532 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7533 * Makefile.in: Regenerate.
7534 * configure.in: Introduce rules to serialize subconfigure runs.
7535
15723a45
NN
7536 * configure.in: Introduce BASE_CC_FOR_TARGET.
7537 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7538 Realize configure-build-* targets. Realize configure-target-* targets.
7539 * Makefile.in: Regenerate.
7540
ae831be5
NN
75412002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7542
7543 * configure: Move gcc_version_trigger stuff from here...
7544 * configure.in: ...to here.
7545
7546 * configure.in: Separate subconfigure options added by this file from
7547 options given by the user. Add machinery to put args for host
7548 subconfigures into the Makefile.
7549
7550 * Makefile.tpl: Remove 'vault' targets.
7551 * Makefile.tpl: Reorder and comment dependencies.
7552 * Makefile.in: Regenerate.
7553
bbf7c8ac
NN
75542002-11-28 Geoffrey Keating <geoffk@apple.com>
7555
7556 * configure.in: Move host-specific darwin noconfigdirs into
7557 the host-specific section.
7558
930314a4
NN
75592002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7560
52d7cdee
NN
7561 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7562 during replay.
7563 * Makefile.in: Regenerate.
7564
930314a4
NN
7565 (finishing slow-motion replay)
7566 * configure: Remove skip-this-dir support.
7567 * Makefile.tpl: Remove skip-this-dir support.
7568
7569 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7570 subdirectories.
7571 * Makefile.in: Regenerate.
7572
7573 * Makefile.tpl: Strip out useless setting of 'dir'.
7574 * Makefile.in: Regenerate.
5481b376 7575
930314a4
NN
75762002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 (finishing slow-motion replay)
7579 * configure.in: Fix deeply stupid bug.
7580
7581 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7582 shell code in CXX_FOR_TARGET
7583 * Makefile.def: Introduce raw_cxx.
7584 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7585 RAW_CXX_FOR_TARGET.
7586 * Makefile.in: Regenerate.
7587
75882002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7589
7590 (finishing slow-motion replay)
7591 * Makefile.tpl: Remove unnecessary ifs.
7592 * Makefile.in: Regenerate.
7593
5481b376 7594 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7595 dependencies. Maybe-ize build-libiberty. Create dummy install
7596 targets for 'no_install' modules.
5481b376 7597 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7598 build_modules stuff to configure.in.
5481b376 7599 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7600 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7601 * Makefile.in: Regenerate.
7602
3866be5d
NN
76032002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 (continuing slow-motion replay)
7606 * Makefile.tpl: Make all-target, install-target behave similarly
7607 to all, install (only hitting configured targets). Eliminate
7608 unused macro defintions.
7609
7610 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7611 build != host.
7612
7613 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7614
7615 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7616
5481b376 7617 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7618 configuring. Remove references to "dosrel".
7619 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7620 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7621 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7622 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7623 and redundant dependency; rearrange slightly.
7624 * Makefile.def: Add host-side libtermcap, utils.
7625
7626 * Makefile.in: Regenerate.
7627
e393202e
NN
76282002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7629
7630 (Continuing slow-motion replay)
7631 * Makefile.def: Add list of recursive targets to autogenerate.
7632 Add build_modules.
7633 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7634 targets. Autogenerate *-build-* targets.
7635 * Makefile.in: Regenerate.
7636
583d52d7
NN
76372002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7638
7639 (Continuing slow-motion replay)
7640 * configure: More autoconf-style substitutions.
7641 * Makefile.tpl: More autoconf-style substitutions.
7642 * Makefile.in: Regenerate.
7643
76442002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7645
7646 (Continuing slow-motion replay)
7647 * configure: Substitute more variables in a more autoconf-friendly
7648 way. Simplify slightly.
7649 * Makefile.tpl: Make more variables substitutable in an
7650 autoconf-friendly way.
7651 * Makefile.in: Regenerate.
7652
874e38b4
NN
76532002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7654
7655 (Continuing slow-motion replay)
7656 * configure.in (v810*): Remove special setting of tools.
7657
7658 * configure: Add support for extra required flags for ar or nm.
7659 * configure.in (aix4.3+): Use above support for target-specific
7660 issues, rather than using config/mt-aix43.
7661
852e5f18
NN
76622002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7663
7664 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7665 * configure: Remove 'removing', which doesn't work. Replace $subdir
7666 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7667 with $srcdir. Reformat indentation. Substitute some variables
7668 formerly hard-coded in the Makefile for build=host.
7669 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7670 * Makefile.def: Autogenerate more.
7671 * Makefile.in: Regenerate.
7672
c9a0d920
DD
76732002-11-13 Bruce Korb <bkorb@gnu.org>
7674
7675 * Makefile.tpl: syntactic cleanup
7676
dd2768ff
KB
76772002-11-04 Kevin Buettner <kevinb@redhat.com>
7678
7679 * Makefile.def (host_modules): Add rda.
7680 * Makefile.in: Regenerate.
7681 * configure.in (target_tool): Add target-rda to list.
7682
1aa8389d
DD
76832002-10-25 Phil Edwards <pme@gcc.gnu.org>
7684
7685 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7686 and restrap targets to this rule.
7687 * Makefile.in: Regenerate.
7688
28f46298
HPN
76892002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7690
7691 * configure.in (i[3456]86-*-linux*): Add check to disable
7692 ${libgcj} for glibc1.
7693
ff72e302
NC
76942002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7695
7696 * configure.in: Add tic4x target.
7697
8607b6c9
NN
76982002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7699
7700 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7701 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7702 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7703 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7704 * Makefile.in: Regenerate.
7705
f8f61f4a
NN
77062002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7707
c86f794b
NN
7708 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7709 * Makefile.in: Regenerate.
7710
a9590527
NN
7711 * Makefile.def: Remove order dependency comments.
7712 * Makefile.tpl: Add explicit install-install dependencies.
7713 * Makefile.in: Regenerate.
7714
8412ce72
NN
7715 * Makefile.tpl: Remove material now in src-release. (Finally!)
7716 * Makefile.in: Regenerate.
7717
8b9f37f1
NN
7718 * configure: Restore my original patch by syncing with gcc version.
7719
f8f61f4a
NN
7720 * Bring following over from gcc:
7721
77222002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7723
7724 * configure.in (s390*-*-linux*): Enable libgcj.
7725
403d9505
NN
77262002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7727
7728 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7729
95f6f383
AM
77302002-10-02 Alan Modra <amodra@bigpond.net.au>
7731
e4673b0a 7732 * configure: Move stray lines back to where they belong.
95f6f383 7733
748503c8
NN
77342002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7735
a581b5c3
NN
7736 * Makefile.tpl: Insert configure-target target, for src-release.
7737
c084f5b4
NN
7738 * configure: Finish reverting change which Andrew Cagney started
7739 reverting. Should fix bustage.
7740
7aa673ed 7741 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7742 * src-release: New file. Contains material for making net
7743 releases for gdb, binutils, et al., formerly in Makefile.in.
7744
82a9b2d9
NC
77452002-09-30 Nick Clifton <nickc@redhat.com>
7746
7747 * cpu: New top level directory. Intended to hold input files for
7748 CGEN which have FSF copyright assignment.
7749 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7750
c2463a00
AC
77512002-09-29 Andrew Cagney <ac131313@redhat.com>
7752
7753 Revert below (note that src does not contain Makefile.tpl):
7754 * Makefile.tpl: Make subsituted variables more autoconfy.
7755 * Makefile.in: Regenerate.
7756
f03b4789
NN
77572002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7758
c11e16a9
NN
7759 * configure: Revert accidentally applied changes.
7760
f03b4789
NN
7761 * Makefile.tpl: Make more autoconf-friendly.
7762 * Makefile.in: Regenerate.
7763 * configure: Make substitution more autoconf-like.
7764
77652002-09-28 Richard Earnshaw <rearnsha@arm.com>
7766
7767 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7768 single entry to handle all these.
7769 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7770 libjava on arm-*-elf.
7771
c0292023
GK
77722002-09-27 Geoffrey Keating <geoffk@apple.com>
7773
7774 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7775 things that depend on them.
7776
c66d951e
NN
77772002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7778
7779 * Makefile.tpl: Make subsituted variables more autoconfy.
7780 * Makefile.in: Regenerate.
7781 * configure: Make seds more autoconfy.
7782
907a7241 77832002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7784
7785 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7786 * Makefile.in: Regenerate.
7787 * configure.in: Rewrite sed statements to look autoconfy.
7788
907a7241
NN
7789 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7790 all-target-foo on configure-target-foo.
7791 * Makefile.def: Ditto.
7792 * Makefile.in: Rebuild.
7793
405ea7a0
NN
77942002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7795
7796 * Makefile.def: New file.
7797 * Makefile.tpl: New file.
7798 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7799
7800 * configure.in: Minor rearrangement. Simplify tests.
7801
bdc57bfd
JT
78022002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7803
7804 * configure.in (with_headers): Skip copy if value is "yes".
7805 (with_libs): Likewise.
7806
ae03d6e2
NN
78072002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7808
7809 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7810 * configure.in (sh*-*-pe*): Ditto.
7811 * configure.in (mips*-*-pe*): Ditto.
7812 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7813
7814 * configure.in: Rearrange.
7815
707960fe
NC
78162002-09-12 Nick Clifton <nickc@redhat.com>
7817
7818 * Import these changes from the config master repository:
7819
7820 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7821
7822 * config.sub: Add tic4x target.
7823
7824 2002-09-03 Ben Elliston <bje@redhat.com>
7825
7826 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7827 Reported by <Duncan_Stodart@insession.com>.
7828
36ea319f
JJ
78292002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7830
7831 * COPYING.NEWLIB: More updates.
7832
cf57480a
JJ
78332002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7834
7835 * COPYING.NEWLIB: Update.
7836
fd31a171
AC
78372002-08-23 Andrew Cagney <ac131313@redhat.com>
7838
23b632fc
AC
7839 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7840
fd31a171
AC
7841 * config.guess: Import version 2002-08-23.
7842 * config.sub: Import version 2002-08-22.
7843
a08bafb5
AO
78442002-08-20 Alexandre Oliva <aoliva@redhat.com>
7845
7846 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7847 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7848 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7849
17240c1f
NC
78502002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7851
7852 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7853
e70ad0c6
L
78542002-08-04 H.J. Lu (hjl@gnu.org)
7855
7856 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7857
574e6d11
DD
78582002-07-31 Alan Modra <amodra@bigpond.net.au>
7859
7860 * configure.in: Move generic linux case to end. Copy generic
7861 linux noconfigdirs to mips*-*-linux* entry and new
7862 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7863
611e7523
CD
78642002-07-19 Chris Demetriou <cgd@broadcom.com>
7865
7866 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7867 one instance of them which was missed to the list to update.
7868
51759676
CD
78692002-07-16 Chris Demetriou <cgd@broadcom.com>
7870
7871 * config.guess: Update to 2002-07-09 version.
7872 * config.sub: Update to 2002-07-03 version.
7873
7c1f909c
DD
78742002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7875
7876 * configure.in: Remove two redundant tests.
7877
d7cf5d30
DD
78782002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7879
7880 * configure.in (mips*-*-irix6*o32): Enable stabs.
7881
c74222f7
DD
78822002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7883
5b53c336
DD
7884 * configure.in: Don't build grez.
7885 * Makefile.in: Ditto.
7886
c74222f7
DD
7887 * Makefile.in: Remove references to bsp, cygmon, libstub.
7888 * configure.in: Ditto.
7889
7890 * configure.in: Remove leftover reference to gdbtest.
7891
edd1b227
DD
78922002-07-08 Phil Edwards <pme@gcc.gnu.org>
7893
7894 * configure.in (gxx_include_dir): Change to match versioned
7895 C++ headers if --enable-version-specific-runtime-libs is used.
7896
486186e3
AO
78972002-07-04 Steve Ellcey <sje@cup.hp.com>
7898
7899 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7900
ff0a3bf8
DD
79012002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7902
7903 * configure.in: Make --without-x work.
7904
1dfa8174
NC
79052002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7906
7907 * contrib: New directory. Created to contain a copy of the
5481b376 7908 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7909 the FSF GCC sources.
7910
07637366
DD
79112002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7912
b6f83f2a
DD
7913 * configure.in: Rearrange target Makefile fragment collection.
7914
07637366
DD
7915 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7916 cvs[src].
7917 * configure.in: Ditto.
7918
f48556b1
DD
79192002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7920
7921 * Makefile.in: Eliminate 'apache' targets.
7922 * configure.in: Eliminate 'apache' targets.
7923
7924 * configure.in: Eliminate redundant tests. Reorganize.
7925
7926 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7927
7928 * config-ml.in: Eliminate references to Cygnus configure.
7929
7930 * Makefile.in: Eliminate references to building emacs.
7931
79322002-07-01 Denis Chertykov <denisc@overta.ru>
7933
7934 * configure.in: Add support for ip2k.
7935
cdb9e2b8
BE
79362002-06-24 Ben Elliston <bje@redhat.com>
7937
7938 * configure.in (host_tools): Remove cgen.
7939
7940 * Makefile.in (all-cgen): Remove; runs from its source directory.
7941 (check-cgen, install-cgen, clean-cgen): Likewise.
7942 (all-opcodes): No not depend on all-cgen.
7943 (all-sim): Likewise.
7944
3558860c
DD
79452002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7946
7947 * configure.in: Fix AIX configury bug.
7948
e3b0c936
DD
79492002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7950
cdb9e2b8 7951 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7952
cdb9e2b8
BE
7953 * configure.in: Move definition of libstdcxx_flags right above
7954 usage, rather than way earlier.
8ee424c0 7955
c712250a
DD
7956 * configure.in: Pull definition of is_cross_compiler earlier.
7957
9ee1a75c
DD
7958 * configure.in: Rearrange a little.
7959
e3b0c936
DD
7960 * configure.in: Remove references to librx.
7961 * Makefile.in: Remove references to librx.
7962
b2bd228e
DD
79632002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7964
7965 * configure.in: Eliminate ${gasdir} variable.
7966
7cd52483
DB
79672002-06-18 Dave Brolley <brolley@redhat.com>
7968
7969 * configure.in: Add support for frv.
7970 * config.sub: Add support for frv.
7971
6c5e141a
DD
79722002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7973
7974 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7975
0d18b56d
JT
79762002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7977
7978 * configure.in (vax-*-netbsd*): Re-enable gas.
7979
fd8958d5
DD
79802002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7981
27f15fdd
DD
7982 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7983 BUILD_PREFIX_1, to correct nomenclature.
7984 * configure: Likewise.
7985
fd8958d5
DD
7986 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7987 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7988
0c2442b7
DD
79892002-05-31 Olaf Hering <olh@suse.de>
7990
7991 * config-ml.in: Propogate DESTDIR also.
7992
a3602181
JT
79932002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7994
7995 * configure.in (vax-*-netbsd*): Don't build gas for this
7996 platform.
7997
c95f53ae
MM
79982002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7999
8000 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8001 and libgcj for AVR.
8002
1d7c1053
NC
80032002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8004
8005 * config.sub: Add DLX target.
8006
4b37028f
JT
80072002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8008
8009 * config.guess: Update to 2002-05-22 version.
8010 * config.sub: Likewise.
8011
d5de0a84
NC
80122002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8013
8014 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8015 * config-ml.in: Likewise.
8016 * configure: Likewise.
8017 * configure.in: Likewise.
8018
c92a0210
DD
80192002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8020
115a77aa
DD
8021 * configure.in: Simplify makefile fragment collection.
8022
8023 * configure.in: Remove code to build emacs.
e99daf2b 8024
91e060aa
DD
8025 * configure.in : Remove --srcdir argument from targargs and buildargs
8026 (it's always overridden in the Makefile anyway). Rearrange a bit.
8027
8028 * configure: Move some logic to configure.in.
8029 * configure.in: Move some logic from configure.
c92a0210 8030
91217342
JJ
80312002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8032
8033 * COPYING.LIBGLOSS: New file.
8034
d3d8a9ee
NC
80352002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8036
8037 * Makefile.in: Honour DESTDIR.
8038
3a036cdc
AO
80392002-05-05 Alexandre Oliva <aoliva@redhat.com>
8040
8041 * configure.in (noconfigdirs): Don't disable libgcj on
8042 sparc64-*-solaris* and sparcv9-*-solaris*.
8043
6d095fe4
AO
80442002-05-03 Alexandre Oliva <aoliva@redhat.com>
8045
8046 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8047
dac55df9
TF
80482002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8049
8050 * configure.in (FLAGS_FOR_TARGET): Do not add
8051 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8052 on i[3456]86-*-linux*.
8053
a018e15b
TF
80542002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8055
8056 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8057
8058 * configure.in (noconfigdirs): Do not add target-newlib if
8059 target == i[3456]86-*-linux*, and host == target.
8060
5f284831
MM
80612002-04-29 Mark Mitchell <mark@codesourcery.com>
8062
8063 * config.guess: Updated to 2002-04-26's version.
8064 * config.sub: Updated to 2002-04-26's version.
8065
33babf59
DD
80662002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8067
bd5f7da2
DD
8068 * configure.in: delete reference to absent file
8069
a0c4f3a0
DD
8070 * configure.in: replace '[' with 'test'
8071
66f1ba4f
DD
8072 * configure.in: Eliminate references to gash.
8073 * Makefile.in: Eliminate references to gash.
8074
7c3ab50c
DD
8075 * configure.in: remove useless references to 'pic' makefile fragments.
8076
bbc025f5
DD
8077 * configure.in: (*-*-windows*) Finish removing.
8078
33babf59
DD
8079 * configure.in: Eliminate redundant test for libgui.
8080
d5ec694c
DD
80812002-04-26 Joel Sherrill <joel@OARcorp.com>
8082
8083 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8084 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8085
57a5346c
DD
80862002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8087
8088 * configure.in: remove references to dead files
8089
dbf93899
DD
80902002-04-18 Tom Tromey <tromey@redhat.com>
8091
8092 * configure.in: Disallow configuring libgcj when it is already
8093 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8094 Solaris 2.8 by default. For PR libgcj/6158.
8095
26eadf68
DD
80962002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8097
8098 * configure.in: Move default CC setting out of config/mh-* fragments
8099 directly into here.
8100
a0a2c6c6
DD
81012002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8102
8103 * configure.in: don't even try to configure or make a subdirectory
8104 if there's no configure script for it.
8105
9972f812
DD
81062002-04-15 Mark Mitchell <mark@codesourcery.com>
8107
8108 * MAINTAINERS: Remove chill maintainers.
8109 * Makefile.in (CHILLFLAGS): Remove.
8110 (CHILL_LIB): Remove.
8111 (TARGET_CONFIGDIRS): Remove libchill.
8112 (CHILL_FOR_TARGET): Remove.
8113 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8114 CHILL_LIB.
8115 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8116 (CHECK_TARGET_MODULES): Likewise.
8117 (INSTALL_TARGET_MODULES): Likewise.
8118 (CLEAN_TARGET_MODULES): Likewise.
8119 (configure-target-libchill): Remove.
8120 (all-target-libchill): Remove.
8121 * configure.in (target_libs): Remove target-libchill.
8122 Do not compute CHILL_FOR_TARGET.
8123 * libchill: Remove directory.
5481b376 8124
75205f78
DD
81252002-04-15 DJ Delorie <dj@redhat.com>
8126
8127 * Makefile.in, configure.in, configure: Sync with gcc, entries
8128 follow...
8129
81302002-04-08 Tom Tromey <tromey@redhat.com>
8131
8132 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8133 Fixes PR libgcj/6068.
8134
81352002-03-30 Krister Walfridsson <cato@df.lth.se>
8136
8137 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8138
81392002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8140
8141 * configure.in (alpha*-dec-osf*): Enable libgcj.
8142
81432002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8144
8145 Fix for: PR bootstrap/3591, target/5676
8146 * configure.in (mcore-pe): Disable the configuration of
8147 libstdc++-v3 since exceptions are not supported.
8148
81492002-03-20 Anthony Green <green@redhat.com>
8150
8151 * configure.in: Enable libgcj for xscale-elf target.
8152
81532002-02-28 Alexandre Oliva <aoliva@redhat.com>
8154
8155 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8156 libjava.
8157 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8158
81592002-02-22 Alexandre Oliva <aoliva@redhat.com>
8160
8161 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8162 libstdc++-v3 and libjava.
8163
81642002-02-11 Adam Megacz <adam@xwt.org>
8165
8166 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8167 boehm-gc
8168
81692002-02-09 Alexandre Oliva <aoliva@redhat.com>
8170
8171 * config.guess: Updated to 2002-01-30's version.
8172 * config.sub: Updated to 2002-02-01's version.
8173 Contribute sh64-elf.
8174 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8175 * configure.in: Added sh64-*-*.
8176
81772002-01-17 H.J. Lu <hjl@gnu.org>
8178
8179 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8180 (all-target-fastjar): Also depend on all-target-libiberty.
8181
8182Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8183
8184 * configure, configure.in: Use temp file for long sed commands.
8185
81862001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8187
8188 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8189 libf2c.
8190
81912001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8192
8193 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8194
81952001-10-11 Hans-Peter Nilsson <hp@axis.com>
8196
8197 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8198
81992001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8200
8201 * configure: Handle temporary files securely using mkdir.
8202
82032001-09-26 Will Cohen <wcohen@redhat.com>
8204
8205 * configure.in (*-*-linux*): Disable configuration of target-newlib
8206 and target-libgloss.
8207
82082001-09-26 Alexandre Oliva <aoliva@redhat.com>
8209
8210 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8211 RANLIB.
8212
82132001-08-11 Graham Stott <grahams@redhat.com>
8214
8215 * Makefile.in (check-c++): Add missing semicolon.
8216
82172001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8218
8219 * configure.in (sh-*-linux*): New.
8220
82212001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8222
8223 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8224 and libgcj on m68hc11/m68hc12.
8225
82262001-06-27 H.J. Lu (hjl@gnu.org)
8227
8228 * Makefile (CFLAGS_FOR_BUILD): New.
8229 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8230
82312001-06-01 Hans-Peter Nilsson <hp@axis.com>
8232
8233 * configure.in (libstdcxx_flags): Do not try to execute
8234 libstdc++-v3/testsuite_flags until it exists.
8235
82362001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8237
8238 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8239
82402001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8241
8242 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8243
8244Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8245
8246 * configure.in: Move *-chorusos target case to the proper switch.
8247 Disable libgcj.
8248
82492001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8250
8251 * Makefile.in (STAGE1_CFLAGS): Pass down.
8252
82532001-04-13 Alan Modra <amodra@one.net.au>
8254
8255 * config.guess: Add hppa64-linux support. Note for next import that
8256 this is already in the master file.
8257 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8258
82592001-03-22 Colin Howell <chowell@redhat.com>
8260
8261 * Makefile.in (DO_X): Do not backslash single-quotes in
8262 backquotes (two places).
8263
82642001-03-18 Laurynas Biveinis <lauras@softhome.net>
8265
8266 * Makefile.in (DO_X): Quote nested quotes.
8267
82682001-03-15 Laurynas Biveinis <lauras@softhome.net>
8269
8270 * Makefile.in (DO_X): Use double quotes for quoting
8271 "RANLIB=$${RANLIB}".
8272
82732001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8274
8275 * configure.in: Only use `lang_requires' for languages athat are
8276 actually enabled.
8277
82782001-03-07 Tom Tromey <tromey@redhat.com>
8279
8280 * configure.in: Allow config-lang.in to set `lang_requires' to list
8281 of other required languages.
8282
82832001-03-06 Laurynas Biveinis <lauras@softhome.net>
8284
8285 * Makefile.in: Remove RANLIB definition. Use RANLIB
8286 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8287 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8288
82892001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8290 Alexandre Oliva <aoliva@redhat.com>
8291
8292 * Makefile.in (check-c++): Use tabs, not spaces.
8293
82942001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8295
8296 * Makefile.in (check-c++): New rule.
8297
8298 * configure.in (target_libs): Remove libg++.
8299 (noconfigdirs): Remove libg++.
8300 (noconfigdirs): Same.
8301 (noconfigdirs): Same.
8302 (noconfigdirs): Same.
8303
8304 * config-ml.in: Remove libg++ references.
8305
8306 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8307 (ALL_TARGET_MODULES): Same.
8308 (configure-target-libg++): Remove.
8309 (all-target-libg++): Remove.
8310 (configure-target-libio): Remove.
8311 (all-target-libio): Remove.
8312 (check-target-libio): Remove.
8313 (.PHONY): Remove.
8314 (libg++.tar.bz2): Remove.
8315 (all-target-cygmon): Remove libio.
8316 (all-target-libstdc++): Remove.
8317 (configure-target-libstdc++): Remove.
8318 (TARGET_LIB_PATH): Remove libstdc++.
8319 (ALL_GCC_CXX): Remove libstdc++.
8320 (all-target-gperf): Correct.
8321
83222001-02-15 Anthony Green <green@redhat.com>
8323
8324 * configure: Introduce GCJ_FOR_TARGET.
8325 * configure.in: Ditto.
8326 * Makefile.in: Ditto.
8327
83282001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8329
8330 * configure.in: for *-chorusos, don't config target-newlib and
8331 target-libgloss.
8332
83332001-02-04 Mark Mitchell <mark@codesourcery.com>
8334
8335 Remove V2 C++ library.
8336 * configure.in: Remove --enable-libstdcxx_v3 support.
8337
83382001-01-27 Richard Henderson <rth@redhat.com>
8339
8340 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8341
83422001-01-26 Tom Tromey <tromey@redhat.com>
8343
8344 * configure.in: Allow libgcj to be built on Sparc Solaris.
8345
83462001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8347
8348 * configure.in: Enable libgcj on several additional platforms.
8349
83502001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8351
8352 * configure.in: Enable libgcj for linux targets.
8353
83542001-01-09 Mike Stump <mrs@wrs.com>
8355
8356 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8357 failures of subdirectories.
8358
83592001-01-02 Laurynas Biveinis <lauras@softhome.net>
8360
8361 * configure: handle DOS-style absolute paths.
8362
83632001-01-02 Laurynas Biveinis <lauras@softhome.net>
8364
8365 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8366
83672000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8368
8369 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8370 (libstdcxx_incdir): Pass down.
8371 * config.if: Remove expired bits for cxx_interface, add stub.
8372 (libstdcxx_incdir): Add variable for g++ include directory.
8373 * configure.in (gxx_include_dir): Use it.
8374
83752000-12-15 Andreas Jaeger <aj@suse.de>
8376
8377 * configure.in: Handle lang_dirs.
8378
83792000-12-13 Anthony Green <green@redhat.com>
8380
8381 * configure.in: Disable libgcj for any target not specifically
8382 listed. Disable libgcj for x86 and Alpha Linux until compatible
8383 with g++ abi.
8384
83852000-12-13 Mike Stump <mrs@wrs.com>
8386
8387 * Makefile.in (local-distclean): Also remove fastjar.
8388
83892000-12-10 Anthony Green <green@redhat.com>
8390
8391 * configure.in: Define libgcj. Disable libgcj target libraries for
8392 most targets.
8393
83942000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8395
8396 * configure.in (target_libs): Revert 2000-12-08 patch.
8397 (noconfigdirs): Added target-libjava.
8398
83992000-12-09 Laurynas Biveinis <lauras@softhome.net>
8400
8401 * Makefile.in: handle DOS-style absolute paths.
8402
84032000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8404
8405 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8406 libjava.
8407 * configure.in (target_libs): Removed `target-libjava'.
8408
84092000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8410
8411 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8412 (ALL_MODULES): Added fastjar.
8413 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8414 (all-target-libjava): all-fastjar replaces all-zip.
8415 (all-fastjar): Added.
8416 (configure-target-fastjar, all-target-fastjar): Likewise.
8417 * configure.in (host_tools): Added fastjar.
8418
84192000-12-07 Mike Stump <mrs@wrs.com>
8420
8421 * Makefile.in (local-distclean): Remove leftover built files.
8422
84232000-11-16 Fred Fish <fnf@be.com>
8424
8425 * configure.in (enable_libstdcxx_v3): Fix typo,
8426 libstd++ -> libstdc++.
8427
84282000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8429
8430 * configure: Provide the original toplevel configure arguments
8431 (including $0) to subprocesses in the environment rather than
8432 through gcc/configargs.h.
8433
84342000-11-12 Mark Mitchell <mark@codesourcery.com>
8435
8436 * configure: Turn on libstdc++ V3 by default.
8437
84382000-10-16 Michael Meissner <meissner@redhat.com>
8439
8440 * configure (gcc/configargs.h): Only create if there is a build GCC
8441 directory created.
8442
84432000-10-05 Phil Edwards <pme@gcc.gnu.org>
8444
8445 * configure: Save configure arguments to gcc/configargs.h.
8446
84472000-10-04 Andris Pavenis <pavenis@latnet.lv>
8448
8449 * Makefile.in (bootstrap): avoid recursion if subdir missing
8450 (cross): ditto
8451 (do-proto-toplev): ditto
8452
8453Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8454
8455 * configure.in: Do not build byacc for hppa64. Provide paths to the
8456 X11 libraries for hppa64.
8457
84582000-09-02 Anthony Green <green@cygnus.com>
8459
8460 * Makefile.in (all-gcc): Depend on all-zlib.
8461 (CLEAN_MODULES): Add clean-zlib.
8462 (ALL_MODULES): Add all-zlib.
8463 * configure.in (host_libs): Add zlib.
8464
84652000-08-25 Alexandre Oliva <aoliva@redhat.com>
8466
8467 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8468 $targargs to tell whether newlib is going to be built.
8469
8470 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8471 $$r/TARGET_SUBDIR/libio for _G_config.h.
8472
84732000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8474
8475 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8476
8477 * configure: Make enable_threads and enable_shared defaults
8478 explicit. Substitute enable_threads into generated Makefiles.
8479 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8480 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8481
84822000-08-02 Manfred Hollstein <manfredh@redhat.com>
8483
8484 * configure.in: Re-enable all references to libg++ and librx.
8485
ffb97b2f 84862002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8487
ffb97b2f
DD
8488 * configure.in: Add *-*-freebsd* configurations.
8489
bbf6e9e3
AC
84902002-04-07 Andrew Cagney <ac131313@redhat.com>
8491
8492 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8493 (do-tar, do-bz2): New rules.
8494 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8495 (gdb-tar): New rule.
8496 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8497 (insight_dejagnu.tar): New rule.
8498 (insight.tar): New rule.
8499 (gdb+dejagnu.tar): New rule.
8500 (gdb.tar): New rule.
8501
8f1579c0
AC
85022002-04-07 Andrew Cagney <ac131313@redhat.com>
8503
8504 * MAINTAINERS: Update dejagnu/
8505
ba3c59ab
AO
85062002-03-16 Alexandre Oliva <aoliva@redhat.com>
8507
8508 * ltmain.sh (relink_command): Fix typo in previous change.
8509
6243d5dd
AO
85102002-03-15 Alexandre Oliva <aoliva@redhat.com>
8511
8512 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8513 (relink_command): Added --tag flags.
8514 (mode=install): If relinking fails; error out.
8515
80413487
RH
85162002-03-12 Richard Henderson <rth@redhat.com>
8517
8518 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8519 .NOTPARALLEL tag.
8520 (do-check): Rename from check.
8521 (check): Allow parallel check.
8522
3daeddf6
RH
85232002-03-11 Richard Henderson <rth@redhat.com>
8524
8525 * Makefile.in (.NOTPARALLEL): Add fake tag.
8526
fad93c55
L
85272002-03-07 H.J. Lu (hjl@gnu.org)
8528
8529 * configure.in: Enable gprof for mips*-*-linux*.
8530
2e8357fc
AO
85312002-02-28 Alexandre Oliva <aoliva@redhat.com>
8532
8533 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8534 libjava.
8535 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8536
bd48e1a9
AC
85372002-02-24 Andrew Cagney <ac131313@redhat.com>
8538
8539 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8540
39121370
DJ
85412002-02-23 Daniel Jacobowitz <drow@mvista.com>
8542
8543 * config.guess: Import from master sources, rev 1.232.
8544 * config.sub: Import from master sources, rev 1.246.
8545
081ff160
AO
85462002-02-23 Alexandre Oliva <aoliva@redhat.com>
8547
8548 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8549 because its Makefile is there; test for the executable instead.
8550
20a5393b
AO
85512002-02-09 Alexandre Oliva <aoliva@redhat.com>
8552
8553 Contribute sh64-elf.
8554 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8555 * configure.in: Added sh64-*-*.
8556
38135629
JJ
85572002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8558
80413487
RH
8559 * COPYING.NEWLIB: Remove advertising clause from
8560 Berkeley and Red Hat licenses.
38135629 8561
48d19748
MD
85622002-02-01 Mo DeJong <supermo@bayarea.net>
8563
8564 * Makefile.in: Add all-tix to deps for all-snavigator
8565 so that tix is built when building snavigator.
8566
f6e1c110
BE
85672002-02-01 Ben Elliston <bje@redhat.com>
8568
8569 * config.guess: Import from master sources, rev 1.229.
8570 * config.sub: Import from master sources, rev 1.240.
8571
4867be41
DJ
85722002-01-27 Daniel Jacobowitz <drow@mvista.com>
8573
8574 From Steve Ellcey <sje@cup.hp.com>:
8575 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8576 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8577 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8578 IA64.
8579 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8580 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8581 soname_spec, sys_lib_search_path_spec): Ditto.
8582
e82380cc
JT
85832002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8584
8585 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8586 target-libiberty, and target-libgloss. Skip Java-related
8587 libraries if not supported for NetBSD on target CPU.
8588
1319fb9c
NC
85892002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8590
8591 * configure.in: Import StrongARM and XScale target_configdirs from
8592 FSF GCC version.
8593
b020f6ac
L
85942002-01-16 H.J. Lu (hjl@gnu.org)
8595
8596 * config.guess: Import from master sources, rev 1.225.
8597 * config.sub: Import from master sources, rev 1.238.
8598
8599 * MAINTAINERS: Updated notes on config.guess and config.sub.
8600
a0c1c920
NC
86012002-01-11 Steve Ellcey <sje@cup.hp.com>
8602
8603 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8604 ld and gdb are not supported.
8605
a9fa5e1f
JJ
86062002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8607
8608 * Change reference to Cygnus Solutions to be Red Hat.
8609
94077108
JJ
86102002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8611
8612 * COPYING.NEWLIB: Update generic copyright date.
8613
05ecd75c
MS
86142002-01-07 Mark Salter <msalter@redhat.com>
8615
8616 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8617 Allow target-libgloss to be built for arm, strongarm, and xscale.
8618
a106bb62
BE
86192002-01-03 Ben Elliston <bje@redhat.com>
8620
8621 * MAINTAINERS: Update URL for config.* scripts.
8622
0e254642
AM
86232001-12-18 Alan Modra <amodra@bigpond.net.au>
8624
8625 * config.sub: Import latest version.
8626 * config.guess: Likewise.
8627
0a0d0041
TF
86282001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8629
8630 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8631 options for i[3456]86-pc-linux* native builds.
8632
d932cae7
NC
86332001-12-05 Laurent Guerby <guerby@acm.org>
8634
8635 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8636 libiberty.
d932cae7
NC
8637
8638 Import this patch from gcc:
5481b376 8639
d932cae7
NC
8640 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8641
8642 * symlink-tree: handle DOS-style absolute paths.
8643
49b7683b
DD
86442001-11-28 DJ Delorie <dj@redhat.com>
8645 Zack Weinberg <zack@codesourcery.com>
8646
8647 When build != host, create libiberty for the build machine.
8648
8649 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8650 CONFIG_ARGUMENTS.
8651 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8652 New variables.
8653 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8654 and rules.
8655 (all.normal): Depend on ALL_BUILD_MODULES.
8656 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8657 (all-build-libiberty): Depend on configure-build-libiberty.
8658
8659 * configure: Calculate and substitute proper value for
8660 ALL_BUILD_MODULES.
8661 * configure.in: Create the build subdirectory.
8662 Calculate and substitute TARGET_CONFIGARGS (formerly
8663 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8664
26ef82f4
GK
86652001-11-26 Geoffrey Keating <geoffk@redhat.com>
8666
8667 * config.sub: Update to version 1.232 on subversion.
8668
43e64072
NC
86692001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8670
8671 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8672 files from .po files for a distribution.
8673
66f6c0d5
HPN
86742001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8675
8676 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8677
4a02fdb2
JH
86782001-11-13 Jeff Holcomb <jeffh@redhat.com>
8679
8680 Merged from net gcc:
8681 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8682 * ltcf-c.sh: Use $objext, not $ac_objext.
8683 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8684 * ltcf-cxx.sh: Add support for GNU.
8685 2001-07-22 Timothy Wall <twall@redhat.com>
8686 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8687 default settings if using GNU tools with that configuration.
8688 * ltcf-cxx.sh: Ditto.
8689 * ltcf-gcj.sh: Ditto.
8690 2001-07-21 Michael Chastain <chastain@redhat.com>
8691 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8692 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8693 * ltmain.sh: Mark as gcc-local.
8694
227b9953
JH
86952001-11-13 Jeff Holcomb <jeffh@redhat.com>
8696
8697 * Makefile.in (all-bison): Revert 2001-10-24.
8698 Don't depend on texinfo.
8699
cbbab8fb
JJ
87002001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8701
80413487 8702 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8703
922b2485
DD
87042001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8705
8706 * configure.in (--enable-languages): Be more permissive about
8707 syntax. Check for empty lists better. Warn about $LANGUAGES.
8708
f08fa01d
HPN
87092001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8710
8711 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8712
fee3da4e
JH
87132001-10-24 Jeff Holcomb <jeffh@redhat.com>
8714
8715 Makefile.in (all-bison): Don't depend on texinfo.
8716
73fb1ef9
AM
87172001-10-03 Alan Modra <amodra@bigpond.net.au>
8718
8719 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8720
373688ac
AO
87212001-09-29 Alexandre Oliva <aoliva@redhat.com>
8722
8723 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8724
9c07660b
HPN
87252001-09-28 Hans-Peter Nilsson <hp@axis.com>
8726
8727 * config.sub, config.guess: Import latest from subversions.
8728
3f152009
AO
87292001-09-21 Alexandre Oliva <aoliva@redhat.com>
8730
8731 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8732 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8733 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8734 avoid quotes nesting problems.
8735 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8736 (DO_X): Export only variables that are set.
8737
8f6a59e5
BE
87382001-09-19 Ben Elliston <bje@redhat.com>
8739
8740 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8741 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8742 semantics. Use the shell built-in "type" command instead.
8743
a1ec19fa
TS
87442001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8745
8746 * config.sub: Reverted the earlier change, this version is not the
8747 master file.
8748
4008bd9b
TS
87492001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8750
8751 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8752 Add support for mips64.
8753
dd1e52a4
JH
87542001-09-03 Jeff Holcomb <jeffh@redhat.com>
8755
8756 * configure.in: Enable libstdc++-v3 for h8300 targets.
8757
91549d1c
EC
87582001-08-30 Eric Christopher <echristo@redhat.com>
8759 Jason Eckhardt <jle@redhat.com>
8760
8761 * config.sub: Add support for mipsisa32.
8762
cf966cf9
EC
87632001-08-30 Eric Christopher <echristo@redhat.com>
8764
8765 * config.sub, config.guess: Import latest from subversions.
8766
82208dc5
AM
87672001-08-20 Alan Modra <amodra@bigpond.net.au>
8768
8769 * config.sub, config.guess: Import latest from subversions.
8770
4dca8403
DD
87712001-07-26 DJ Delorie <dj@redhat.com>
8772
8773 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8774
1107dce2
AM
87752001-06-19 Alan Modra <amodra@bigpond.net.au>
8776
8777 * Makefile.in: Revert 2001-06-17.
8778 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8779
e09a6604
L
87802001-06-17 H.J. Lu <hjl@gnu.org>
8781
8782 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8783 (gas+binutils.tar.bz2): Likewise.
8784 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8785
31a8b634
AC
8786Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8787
8788 * Makefile.in (VER): When present, extract the version number from
5481b376 8789 the file version.in.
31a8b634 8790
dc70af01
AO
87912001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8792
8793 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8794 gcc/xgcc is built, use -print-prog-name to find out the program
8795 name to use.
8796
839bbd8c
AO
87972001-06-04 Mark Mitchell <mark@codesourcery.com>
8798
8799 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8800 with_gcc]: Use `gcc -shared' to build a shared library.
8801
566e9a30
AO
88022001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8803
8804 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8805 archives.
8806
e877bb69
AO
88072001-05-28 Simon Patarin <simon.patarin@inria.fr>
8808
8809 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8810 libraries when using g++ with native linker.
8811
1605288b
AO
88122001-05-28 Alexandre Oliva <aoliva@redhat.com>
8813
8814 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8815
11a383ba
TR
88162001-05-24 Tom Rix <trix@redhat.com>
8817
8818 * configure.in : enable ld for aix
cf966cf9 8819
18611226
AO
88202001-05-22 Alexandre Oliva <aoliva@redhat.com>
8821
8822 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8823 [aix4*|aix5*]: Prepend blank.
8824
6be7c12c
AO
88252001-05-20 Alexandre Oliva <aoliva@redhat.com>
8826
8827 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8828 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8829 of subdir/configure scripts to use the new libtool.m4.
8830
4ed00bba
L
88312001-05-14 H.J. Lu <hjl@gnu.org>
8832
8833 * config.if (libc_interface): Set to -libc6.2- for cross
8834 compiling to Linux/glibc 2.2.
8835
b1af961c
AO
88362001-05-03 Alexandre Oliva <aoliva@redhat.com>
8837
8838 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8839 libgcj.
8840
5ec3e74e
AO
88412001-04-26 Alexandre Oliva <aoliva@redhat.com>
8842
8843 * configure.in (noconfigdirs): Don't reset it from scratch in the
8844 target case; only append to it.
8845
b3ed1d6b
AO
88462001-04-26 Alexandre Oliva <aoliva@redhat.com>
8847
8848 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8849 sparc-*-solaris2.8]: Disable ${libgcj}.
8850
96111c10
AO
88512001-04-25 Alexandre Oliva <aoliva@redhat.com>
8852
8853 * configure.in (libgcj_saved): Copy from $libgcj.
8854 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8855 --disable-libgcj.
8856
b5bf43f2
AO
88572001-04-20 Alexandre Oliva <aoliva@redhat.com>
8858
8859 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8860 1.641.2.228.
8861
8cc32590
AO
88622001-04-12 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8865 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8866
dec0cb0c
AO
88672001-04-01 Alexandre Oliva <aoliva@redhat.com>
8868
8869 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8870 New macros.
8871 (bootstrap, cross): Use RECURSE_FLAGS.
8872 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8873
6a9c3886
AO
88742001-03-27 Alexandre Oliva <aoliva@redhat.com>
8875
8876 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8877
d4fc7db8
NC
88782001-03-23 Nick Clifton <nickc@redhat.com>
8879
8880 * README-maintainer-mode: Add note about inability to use "make
8881 distclean" in maintainer mode.
8882
7389ff65
AO
88832001-03-22 Alexandre Oliva <aoliva@redhat.com>
8884
8885 Re-installed:
8886 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8887 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8888 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8889 * ltcf-cxx.sh: Likewise.
8890 * ltcf-gcj.sh: Likewise.
8891
b3e0dc8e
PB
88922001-03-22 Philip Blundell <philb@gnu.org>
8893
8894 * config.sub, config.guess: Import latest from subversions.
8895
469b781c
AO
88962001-03-22 Alexandre Oliva <aoliva@redhat.com>
8897
8898 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8899 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8900
b0dad762
MC
89012001-03-20 Michael Chastain <chastain@redhat.com>
8902
8903 * Makefile.in: all-m4 depends on all-texinfo.
8904
c559bb17
AO
89052001-03-08 Alexandre Oliva <aoliva@redhat.com>
8906
8907 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8908
fef4ae2e
JJ
89092001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8910
8911 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8912 longer valid.
8913
8d6dd99d
NC
89142001-02-16 Nick Clifton <nickc@redhat.com>
8915
8916 * configure.in (noconfigdirs): Allow configuration of texinfo
8917 for Cygwin hosts.
8918
a85d7ed0
NC
89192001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8920
8921 * config.guess: Add linux target for S/390.
8922 * config.sub: Likewise.
8923 * configure.in: Likewise.
8924
51221c5e
DD
89252001-02-06 Ben Elliston <bje@redhat.com>
8926
8927 * configure: Output host type to stdout, not stderr.
8928
9dec4c71
MS
89292001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8930
8931 * config.guess: Import from subversions.gnu.org (revision 1.181).
8932 * config.sub: Import from subversions.gnu.org (revision 1.199).
8933
9add9c04
AM
89342001-01-30 Alan Modra <alan@linuxcare.com.au>
8935
8936 * config.guess: Handle hppa64-linux systems.
8937
8679174d
MS
89382001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8939
8940 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8941 Don't unset, it's non-portable and no longer necessary, set to empty
8942 instead.
8943
02d01ed4
MS
89442001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8945
8946 * ltconfig: Shell portability fix for the tagname validity check.
8947
4cc5853d
MS
89482001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8949
8950 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8951
7487e485
AO
89522001-01-27 Alexandre Oliva <aoliva@redhat.com>
8953
8954 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8955 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8956
f332af52
AO
89572001-01-24 Alexandre Oliva <aoliva@redhat.com>
8958
8959 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8960 keep at least one of build_libtool_libs or build_old_libs set to
8961 yes.
8962
ef099754
AO
89632001-01-24 Alexandre Oliva <aoliva@redhat.com>
8964
8965 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8966 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8967
8341f2fc 89682000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8969
8341f2fc
AJ
8970 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8971
89722000-11-03 Philip Blundell <pb@futuretv.com>
8973
8974 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8975 files.
ebf0fa2e 8976
c320a39f
JJ
89772001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8978
8979 * COPYING.NEWLIB: Put into source repository.
8980
8817b92e
BE
89812001-01-15 Ben Elliston <bje@redhat.com>
8982
8983 * configure.in (host_tools): Add sid.
8984 Always configure cgen.
8985 * Makefile.in (all-sid): New target.
8986 (check-sid, clean-sid, install-sid): Likewise.
8987
35590697
AJ
89882001-01-07 Andreas Jaeger <aj@suse.de>
8989
80413487 8990 * config.sub, config.guess: Update from subversions.
35590697 8991
6ee6cea6
AO
89922000-12-12 Alexandre Oliva <aoliva@redhat.com>
8993
8994 * configure.in: Disable language-specific target libraries for
8995 languages that aren't enabled.
8996
077b8428
NC
89972000-11-24 Nick Clifton <nickc@redhat.com>
8998
8999 * configure.in (xscale-elf): Add target.
9000 (xscale-coff): Add target.
9001 (c4x, c5x, tic54x): Move after ARM targets.
9002
9e28a1ed
AO
90032000-11-23 Alexandre Oliva <aoliva@redhat.com>
9004
9005 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9006
be98a80a
ILT
90072000-11-20 Ian Lance Taylor <ian@zembu.com>
9008
9009 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9010
5cec67bf
AO
90112000-11-18 Alexandre Oliva <aoliva@redhat.com>
9012
9013 * Makefile.in: Merge with GCC and libgcj.
9014 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9015 configure-target-<library> when their configure scripts need the C
9016 or C++ library to have already been built to work properly.
9017 (do_proto_toplev): Set them to an empty string.
9018
d932cae7 90192000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9020
9021 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9022 (REALLY_SET_LIB_PATH): Use them.
9023
d932cae7 90242000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9025
9026 * config.sub: Add support for Sun Chorus
9027
8602ff0c
NC
90282000-11-02 Per Lundberg <plundis@chaosdev.org>
9029
9030 * config.sub: Add support for the *-storm-chaos OS.
9031
f9e0997d
NC
90322000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9033
80413487
RH
9034 * configure.in (noconfigdirs): Don't compile some
9035 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9036
d64552c5
AO
90372000-09-30 Alexandre Oliva <aoliva@redhat.com>
9038
9039 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9040 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9041 all affected `configure' scripts.
9042
97f60b31
AO
90432000-09-25 Alexandre Oliva <aoliva@redhat.com>
9044
9045 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9046 ltcf-c.sh.
9047
6e8dd58f
PB
90482000-09-12 Philip Blundell <philb@gnu.org>
9049
9050 * config.sub, config.guess: Update from subversions.
9051
103a2e99
AO
90522000-09-06 Alexandre Oliva <aoliva@redhat.com>
9053
51601921
AO
9054 * Makefile.in (all-zlib): Added dummy target.
9055
103a2e99
AO
9056 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9057 multi-language branch.
9058
2809b4b9
AO
90592000-09-05 Alexandre Oliva <aoliva@redhat.com>
9060
9061 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9062 (bootstrap*): Depend on all-bootstrap.
9063
7450026c
AO
90642000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9065
9066 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9067 crosses, but add gcc/include to the header search path for them.
9068
6cf86f7f
AO
90692000-08-31 Alexandre Oliva <aoliva@redhat.com>
9070
9071 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9072 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9073 * gettext.m4: New file, extracted from aclocal.m4.
9074
ce2ea6e3
AO
90752000-08-22 Alexandre Oliva <aoliva@redhat.com>
9076
9077 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9078 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9079 sub-configures.
9080
9765193e
DE
90812000-08-20 Doug Evans <dje@casey.transmeta.com>
9082
9083 * Makefile.in (ALL_MODULES): Add all-cgen.
9084 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9085 (all-cgen): New target.
9086 (all-opcodes,all-sim): Depend on all-cgen.
9087 * configure.in (host_tools): Add cgen.
9088 Only configure cgen if --enable-cgen-maint.
9089
d7b32520
AO
90902000-08-17 Alexandre Oliva <aoliva@redhat.com>
9091
9092 * config-ml.in (CC, CXX): Don't introduce a leading space.
9093
e52ef561
AO
90942000-08-16 Alexandre Oliva <aoliva@redhat.com>
9095
9096 * configure.in (libstdcxx_flags): Use
9097 libstdc++-v3/src/libstdc++.INC.
9098
88f9c2a0
AO
90992000-08-15 Alexandre Oliva <aoliva@redhat.com>
9100
9101 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9102
98fbe43f
JM
91032000-08-11 Jason Merrill <jason@redhat.com>
9104
9105 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9106 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9107 (FLAGS_FOR_TARGET): Not here.
9108 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9109
279ddab4
DD
91102000-08-07 DJ Delorie <dj@redhat.com>
9111
9112 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9113 "if we're also building gcc, and it's a gcc that will run on the
9114 build machine, we want to use its includes instead of the system's
9115 default includes".
9116
60523a83
AO
91172000-08-03 Alexandre Oliva <aoliva@redhat.com>
9118
24ffec7a
AO
9119 * configure.in (libstdcxx_flags): Don't use `"'.
9120
60523a83
AO
9121 * config-ml.in: Adjust multilib search paths to the
9122 appropriate multilib tree.
9123
daf644b5
AO
91242000-08-02 Alexandre Oliva <aoliva@redhat.com>
9125
9126 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9127 commas in $LANGUAGES.
9128
63266560
DD
91292000-08-01 Alexandre Oliva <aoliva@redhat.com>
9130
9131 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9132
91332000-07-31 Alexandre Oliva <aoliva@redhat.com>
9134
9135 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9136 CXX_FOR_TARGET for sed.
9137
91382000-07-30 Alexandre Oliva <aoliva@redhat.com>
9139
9140 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9141 Do not override if already set in the environment or in configure.
9142 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9143 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9144
9e449d3e
AO
91452000-07-27 Alexandre Oliva <aoliva@redhat.com>
9146
9147 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9148 (GCC_FOR_TARGET): Use it.
9149 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9150 * configure.in: ... here.
9151 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9152 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9153
8bbd92e0
AO
91542000-07-24 Alexandre Oliva <aoliva@redhat.com>
9155
fd1f87b2
AO
9156 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9157 (configure-target-libchill, configure-target-libobjc): Likewise.
9158
8bbd92e0
AO
9159 * configure.in: Use the same cache file for all target libs.
9160 * config-ml.in: But different cache files per multilib variant.
9161
25c6c112
JL
91622000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9163
9164 * configure (topsrcdir): Don't use dirname.
9165
ba73c63f
JM
91662000-07-20 Jason Merrill <jason@redhat.com>
9167
9168 * configure.in: Remove all references to libg++ and librx.
9169
9170 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9171
1af08294
HPN
91722000-07-20 Hans-Peter Nilsson <hp@axis.com>
9173
9174 * config.sub: Update to subversions version 2000-07-06.
9175
ba73c63f
JM
91762000-07-12 Andrew Haley <aph@cygnus.com>
9177
9178 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9179 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9180
91812000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9182
9183 * symlink-tree: Check number of arguments.
9184
d932cae7 91852000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9186
9187 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9188
ba73c63f
JM
91892000-07-05 Jim Wilson <wilson@cygnus.com>
9190
9191 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9192 search path for a g++ extracted from the build tree. This
9193 will allow link tests run by configure scripts in
9194 subdirectories to succeed.
9195
92ee2f86
UC
91962000-07-01 Koundinya K <kk@ddeorg.soft.net>
9197
80413487 9198 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9199
23f2f29f
CV
92002000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9201
9202 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9203 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9204
f04f5a67
TW
92052000-06-19 Timothy Wall <twall@cygnus.com>
9206
9207 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9208 * config.sub: Add tic54x target.
9209
11da68be
NC
92102000-06-07 Phillip Thomas <pthomas@suse.de>
9211
9212 * README-maintainer-mode: New file: Contains notes on using
9213 --enable-maintainer-mode with binutils.
9214
d932cae7 92152000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9216
9217 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9218
d932cae7 92192000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9220
9221 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9222 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9223
9442cea3
L
922420000-05-21 H.J. Lu (hjl@gnu.org)
9225
80413487
RH
9226 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9227 directory are used if they exist. Make sure
9228 $(build_tooldir)/include is searched for header files,
9229 $(build_tooldir)/lib/ for library files.
9442cea3 9230 (GCC_FOR_TARGET): Likewise.
80413487 9231 (CXX_FOR_TARGET): Likewise.
9442cea3 9232
d932cae7 92332000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9234
9235 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9236
d932cae7 92372000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9238
9239 * Makefile.in (configure-target-libiberty): Depend on
9240 configure-target-newlib.
9241
ba73c63f
JM
92422000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9243
9244 * configure.in, Makefile.in: Merge all libffi-related
9245 configury stuff from the libgcj tree.
9246
d932cae7 92472000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9248
9249 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9250 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9251
d932cae7 92522000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9253
9254 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9255 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9256 current version information. Add to proto-toplev directory.
b5a23627
AC
9257 (gdb-taz): Build do-djunpack.
9258
ba73c63f
JM
92592000-05-15 David Edelsohn <edelsohn@gnu.org>
9260
9261 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9262
7c86ed39
L
92632000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9264
9265 * ltmain.sh: Preserve in relink_command any environment
9266 variables that may affect the linker behavior.
9267
d932cae7 92682000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9269
9270 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9271
d932cae7 92722000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9273
9274 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9275
ed0a91a5
EZ
92762000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9277
9278 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9279 with the version name.
ed0a91a5 9280
ba73c63f 92812000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9282
ba73c63f 9283 * config.if: Tweak.
6cafa39f 9284
ba73c63f 92852000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9286
ba73c63f 9287 * djunpack.bat: New file.
66156876 9288
d932cae7 92892000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9290
9291 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9292 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9293 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9294 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9295
ba73c63f
JM
92962000-04-16 Dave Pitts <dpitts@cozx.com>
9297
80413487
RH
9298 * config.sub (case $basic_machine): Change default for "ibm-*"
9299 to "openedition".
ba73c63f 9300
d932cae7 93012000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9302
9303 * Makefile.in (gdb-taz): New target. GDB specific archive.
9304 (do-md5sum): New target.
9305 (MD5PROG): Define.
9306 (PACKAGE): Default to TOOL.
9307 (VER): Default to a shell script.
9308 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9309 md5 checksum generation.
b35ece4e
AC
9310 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9311 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9312 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9313 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9314
d932cae7 93152000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9316
9317 * configure (warn_cflags): Delete.
9318
ba73c63f 93192000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9320 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9321
80413487
RH
9322 * configure.in (enable_libstdcxx_v3): Add.
9323 (target_libs): Add bits here to switch between libstdc++-v2 and
9324 libstdc++-v3.
9325 * config.if: And this file too.
9326 * Makefile.in: Add libstdc++-v3 targets.
35590697 9327
ba73c63f
JM
93282000-04-05 Michael Meissner <meissner@redhat.com>
9329
9330 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9331
d332c5ac
JM
93322000-03-29 Jason Merrill <jason@casey.cygnus.com>
9333
9334 * configure.in: -linux-gnu*, not -linux-gnu.
9335
d932cae7 93362000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9337
9338 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9339 (do-tar-bz2): Replace TOOL with PACKAGE.
9340 (gdb.tar.bz2): Remove GDBTK from GDB package.
9341 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9342 dejagnu.tar.bz2): New packages.
6dcbc97b 9343
96ce09a7
ILT
93442000-02-27 Andreas Jaeger <aj@suse.de>
9345
9346 * configure.in: Add entry for mips*-*-linux*, move catch all
9347 *-*-*linux* entry below this one.
9348
2031769e
ILT
93492000-02-27 Ian Lance Taylor <ian@zembu.com>
9350
9351 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9352
4bab746c
NC
93532000-02-24 Nick Clifton <nickc@cygnus.com>
9354
9355 * config.sub: Support an OS of "wince".
9356
d932cae7 93572000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9358
9359 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9360 version.
ada59422 9361
5b93d8bb
AM
93622000-02-23 Linas Vepstas <linas@linas.org>
9363
9364 * config.sub: Add support for Linux/IBM 370.
9365 * configure.in: Likewise.
9366
2fb651f6
NC
93672000-02-22 Nick Clifton <nickc@cygnus.com>
9368
9369 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9370
b8441c25
CF
93712000-02-20 Christopher Faylor <cgf@cygnus.com>
9372
9373 * config.guess: Guess "cygwin" rather than "cygwin32".
9374
d332c5ac
JM
93752000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9376
9377 * configure (gcc_version): When setting, narrow search to
9378 lines containing `version_string'.
9379
ba73c63f
JM
93802000-02-15 Denis Chertykov <denisc@overta.ru>
9381
9382 * config.sub: Add support for avr target.
9383
d932cae7 93842000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9385
9386 * config.sub: Add mmix-knuth-mmixware.
9387
93882000-01-27 Christopher Faylor <cgf@redhat.com>
9389
9390 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9391 structure stuff to -L library search.
9392 (CXX_FOR_TARGET): Ditto.
9393 (CROSS_CHECK_MODULES): Fix spelling mistake.
9394
93952000-01-24 Mark Mitchell <mark@codesourcery.com>
9396
9397 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9398 the C++ compiler.
9399
94002000-01-12 Richard Henderson <rth@cygnus.com>
9401
9402 * configure.in: Don't build some bits for beos.
9403
94042000-01-12 Joel Sherrill (joel@OARcorp.com)
9405
9406 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9407 as include files.
9408
91b2c84d
GK
94092000-01-06 Geoff Keating <geoffk@cygnus.com>
9410
9411 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9412 not mh-aix43.
9413
ba73c63f
JM
94141999-12-14 Richard Henderson <rth@cygnus.com>
9415
9416 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9417 * config.sub: Accept alphaev[78], alphaev8.
9418
94191999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9420
9421 * config.guess, config.sub: Update from autoconf.
9422
9423Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9424
9425 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9426 necessary libraries are missing.
9427
94281999-10-25 Andreas Schwab <schwab@suse.de>
9429
9430 * configure: Fix quoting inside arguments of eval.
9431
94321999-10-21 Nick Clifton <nickc@cygnus.com>
9433
9434 * config-ml.in: Allow suppression of some ARM multilibs.
9435
9436Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9437
9438 * config.guess: Add OS/390 match pattern.
9439 * config.sub: Add mvs, openedition targets.
9440 * configure.in (i370-ibm-opened*): New.
9441
ef14edc4
ILT
94421999-09-04 Steve Chamberlain <sac@pobox.com>
9443
9444 * config.sub: Add support for configuring for pj.
9445
afb478e8
NC
94461999-08-31 Nick Clifton <nickc@cygnus.com>
9447
fd6848f6 9448 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9449
ba73c63f 94501999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9451
9452 * configure.in: Do not configure or build ld for AIX
9453 platforms. ld is known to be broken on these platforms.
9454
ba73c63f
JM
9455Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9456
9457 * config-ml.in: Pass compiler flag corresponding to multidirs to
9458 subdir configures.
9459
c363de44
ILT
94601999-08-09 Ian Lance Taylor <ian@zembu.com>
9461
9462 * Makefile.in (LDFLAGS): Define.
9463
dc8bc5a6
ILT
94641999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9465
9466 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9467 noconfigdirs.
9468 (*-*-cygwin*): Likewise.
9469
6ca3858e
ILT
94701999-08-08 Ian Lance Taylor <ian@zembu.com>
9471
71141bb6
ILT
9472 * mkdep: New file.
9473 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9474 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9475
6ca3858e
ILT
9476 From Eli Zaretskii <eliz@is.elta.co.il>:
9477 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9478 long file name when using DJGPP on MS-DOS.
9479
ba73c63f
JM
9480Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9481
9482 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9483
2735a327
AM
94841999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9485
9486 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9487 dependency as this causes "make check" to globally "make all"
9488
ba73c63f
JM
9489Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9490
9491 * configure.in (target_libs): Added target-zlib.
9492 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9493 (CONFIGURE_TARGET_MODULES): Likewise.
9494 (CHECK_TARGET_MODULES): Likewise.
9495 (INSTALL_TARGET_MODULES): Likewise.
9496 (CLEAN_TARGET_MODULES): Likewise.
9497 (configure-target-zlib): New target.
9498 (all-target-zlib): Likewise.
9499 (all-target-libjava): Depend on all-target-zlib.
9500 (configure-target-libjava): Depend on configure-target-zlib.
9501
9502 * Makefile.in (configure-target-libjava): Depend on
9503 configure-target-newlib.
9504 (configure-target-boehm-gc): New target.
9505 (configure-target-qthreads): New target.
9506
80413487
RH
9507 * configure.in (target_libs): Added target-qthreads.
9508 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9509 (CONFIGURE_TARGET_MODULES): Likewise.
9510 (CHECK_TARGET_MODULES): Likewise.
9511 (INSTALL_TARGET_MODULES): Likewise.
9512 (CLEAN_TARGET_MODULES): Likewise.
9513 (all-target-qthreads): New target.
9514 (configure-target-libjava): Depend on configure-target-qthreads.
9515 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9516
9517 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9518 (CONFIGURE_TARGET_MODULES): Likewise.
9519 (CHECK_TARGET_MODULES): Likewise.
9520 (INSTALL_TARGET_MODULES): Likewise.
9521 (CLEAN_TARGET_MODULES): Likewise.
9522 (all-target-libjava): New target.
9523 (all-target-boehm-gc): Likewise.
9524 * configure.in (target_libs): Added libjava, boehm-gc.
9525
08d836d6
ILT
95261999-07-22 Ian Lance Taylor <ian@zembu.com>
9527
9528 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9529 configure.bat in SUPPORT_FILES.
9530 (gas+binutils.tar.bz2): Likewise.
9531
9532 * makeall.bat: Remove; obsolete.
9533
8f36e47c
ILT
95341999-07-21 Ian Lance Taylor <ian@zembu.com>
9535
9536 From Mark Elbrecht:
9537 * configure.bat: Remove; obsolete.
9538
56e82f25
ILT
95391999-07-11 Ian Lance Taylor <ian@zembu.com>
9540
9541 * configure: Add -W -Wall to the default CFLAGS when compiling with
9542 gcc.
9543
1001d816
JL
9544Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9545
9546 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9547
106117aa
MM
95481999-06-30 Mark Mitchell <mark@codesourcery.com>
9549
9550 * configure.in: Build ld on IRIX6.
9551
c376f4ed
ILT
95521999-06-12 Ian Lance Taylor <ian@zembu.com>
9553
9554 * Makefile.in: Change distribution targets to use bzip2 instead of
9555 gzip.
9556 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9557 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9558
306b7445
NC
95591999-06-04 Nick Clifton <nickc@cygnus.com>
9560
9561 * config.sub: Add mcore target.
9562
d932cae7 95631999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9564
9565 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9566
d932cae7 95671999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9568
9569 * config.guess (dummy): Changed to $dummy.
9570
6c3175b0
NC
95711999-05-24 Nick Clifton <nickc@cygnus.com>
9572
ba73c63f
JM
9573 * config.sub: Tidied up case statements.
9574
95751999-05-22 Ben Elliston <bje@cygnus.com>
9576
9577 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9578 <jiro@din.or.jp>.
9579
9580 * config.guess: Merge with FSF version. Future changes will be
9581 more accurately recorded in this ChangeLog.
9582 * config.sub: Likewise.
9583
d932cae7 95841999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9585
9586 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9587
252b5132
RH
95881999-04-30 Tom Tromey <tromey@cygnus.com>
9589
9590 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9591
95921999-04-23 Tom Tromey <tromey@cygnus.com>
9593
9594 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9595
95961999-04-20 Drew Moseley <dmoseley@cygnus.com>
9597
9598 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9599 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9600 Bad merge removed these two changes.
9601
ba73c63f 9602Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9603 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9604
9605 * config.guess (interix Alpha): Add.
9606
252b5132
RH
96071999-04-11 Richard Henderson <rth@cygnus.com>
9608
9609 * configure.in (i?86-*-beos*): Do config gperf; don't config
9610 gdb, newlib, or libgloss.
9611
d932cae7 96121999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9613
ba73c63f
JM
9614 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9615 link a trivial program with -mabi=64. If it fails, remove mabi=64
9616 from multidirs.
9617
d932cae7 96181999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9619
9620 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9621
252b5132
RH
96221999-04-08 Nick Clifton <nickc@cygnus.com>
9623
9624 * config.sub: Add support for mcore targets.
9625
96261999-04-07 Michael Meissner <meissner@cygnus.com>
9627
9628 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9629 not mt-ospace, in order to shut up assembler warning about using
9630 symbols that are named the same as registers.
9631
96321999-04-07 Drew Moseley <dmoseley@cygnus.com>
9633
9634 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9635 dependency list for all-target-cygmon.
9636
96371999-04-05 Doug Evans <devans@casey.cygnus.com>
9638
9639 * config-ml.in: Check $host, not $target, for selective multilibs.
9640 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9641 thumb interworking, and underscore prefix multilibs.
9642
96431999-04-04 Ian Lance Taylor <ian@zembu.com>
9644
9645 * missing: Update to version from current automake.
9646
9647Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9648
9649 * configure (gxx_include_dir): Removed.
9650
9651 * configure.in (gxx_include_dir): Handle it.
9652 * Makefile.in: Likewise.
9653
96541999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9655
9656 * config.sub (mips64vr4111,mips64vr4111el) Add.
9657
96581999-03-21 Ben Elliston <bje@cygnus.com>
9659
80413487 9660 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9661
9662Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9663
252b5132
RH
9664 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9665 config/mh-djgpp.
9666
9667Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9668
9669 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9670 all-target-newlib to dependency list for all-target-bsp.
9671
9672Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9673
9674 * config.sub: Add i386-uwin support.
9675 * config.guess: Likewise.
9676
9677Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9678
9679 * configure.in: cleanup, add mh-*pic handling for arm, special
9680 case powerpc*-*-aix*
9681
9682Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9683
9684 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9685 can be built.
9686
9687Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9688
9689 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9690 targets.
252b5132
RH
9691
96921999-03-02 Nick Clifton <nickc@cygnus.com>
9693
9694 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9695
d932cae7 96961999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9697
9698 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9699
97001999-02-24 Nick Clifton <nickc@cygnus.com>
9701
9702 * config.sub: Fix typo in arm recognition.
9703
d932cae7 97041999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9705
9706 * configure.in (noconfigdirs): Changed target_configdirs to
9707 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9708 rather than m68k-*-* since it is not known to work on
9709 m68k-aout. Ditto for arm-*-*oabi.
9710
d932cae7 97111999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9712
9713 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9714
97151999-02-19 Ben Elliston <bje@cygnus.com>
9716
9717 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9718 Smart and improved by Andrew Cagney.
9719
d932cae7 97201999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9721
9722 * config.guess: Recognize openbsd-*-hppa.
9723
d932cae7 97241999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9725
9726 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9727 only if it is not empty.
9728
97291999-02-17 Nick Clifton <nickc@cygnus.com>
9730
9731 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9732
fd6848f6 9733 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9734
9735 * config.sub: Modified to recognize uname's armv* syntax.
9736
97371999-02-17 Mark Salter <msalter@cygnus.com>
9738
9739 * configure.in: Added target-bsp for sparclite.
9740
d932cae7 97411999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9742
9743 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9744
97451999-02-08 Nick Clifton <nickc@cygnus.com>
9746
9747 * configure.in: Add support for strongarm port.
9748 * config.sub: Add support for strongarm target.
9749
d932cae7 97501999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9751
252b5132
RH
9752 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9753 the old name config/mh-cygwin32.
9754 Enable texinfo.
9755
d932cae7 97561999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9757
9758 * configure.in: Do build ld for ix86 Solaris.
9759
d932cae7 97601999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9761
9762 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9763 $AR_FOR_TARGET. Likewise for RANLIB.
9764
d932cae7 97651999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9766
80413487
RH
9767 * config.sub (oabi): Recognize.
9768 * configure.in (arm-*-oabi): Handle.
252b5132 9769
d932cae7 97701999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9771
9772 * config.guess: Improve detection of i686 on UnixWare 7.
9773
d932cae7 97741999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9775
9776 * config.guess: Add support for i386-pc-interix.
9777 * config.sub: Likewise.
9778 * configure.in: Likewise.
252b5132 9779
d932cae7 97801999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9781
9782 * Makefile.in: Remove unneeded all-target-libio from
9783 from all-target-winsup target since it is now unneeded.
9784 Add all-target-libtermcap in its place since it is now
9785 needed.
9786
d932cae7 97871998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9788
9789 * configure.in: makefile stub for cygwin target is probably
9790 unnecessary. Remove it for now.
252b5132 9791
d932cae7 97921998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9793
9794 * configure.in: libtermcap.a should be built when cygwin is the
9795 target as well as the host.
9796 * config.guess: Allow mixed case in cygwin uname output.
9797 * Makefile.in: Add libtermcap target.
252b5132 9798
d932cae7 97991998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9800
9801 * config.sub: Clean up handling of hppa2.0.
9802
d932cae7 98031998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9804
9805 * config.guess: Use C code to identify more HP machines.
9806
9807Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9808
9809 * config.sub: Handle hppa2.0.
9810
ba73c63f
JM
9811Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9812
9813 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9814 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9815
98161998-12-15 Mark Salter <msalter@cygnus.com>
9817
9818 * configure.in: Added target-bsp for several target architectures.
9819
9820 * Makefile.in: Added rules for bsp.
9821
252b5132
RH
9822Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9823
9824 * config.guess: Improve detection of hppa2.0 processors.
9825
9826Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9827
9828 * config.guess: Recognize FreeBSD using ELF automatically.
9829
98301998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9831
9832 * configure (skip-this-dir): Add handling for new shell script, which
9833 might be created by a sub-directory's configure to indicate, this particular
9834 directory is "unwanted".
9835 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9836
252b5132
RH
9837Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9838
9839 * ltconfig: import from libtool, after changing libtool to
9840 account for the cygwin name change.
9841
9842Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9843
9844 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9845 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9846
9847Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9848
9849 * configure.in: Add libtermcap to list of cygwin dependencies.
9850
d932cae7 98511998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9852
80413487
RH
9853 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9854 they include winsup/include when it's a cygwin target.
252b5132
RH
9855
98561998-11-12 Tom Tromey <tromey@cygnus.com>
9857
9858 * configure.in (host_tools): Added zip.
9859 * Makefile.in (all-target-libjava): Depend on all-zip.
9860 (all-zip): New target.
9861 (ALL_MODULES): Added all-zip.
9862 (NATIVE_CHECK_MODULES): Added check-zip.
9863 (INSTALL_MODULES): Added install-zip.
9864 (CLEAN_MODULES): Added clean-zip.
9865
d932cae7 98661998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9867
9868 * Makefile.in: lose "32" from comment about cygwin.
9869
d932cae7 98701998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9871
9872 * configure.in: Use -Os to build target libraries for the fr30.
9873
d932cae7 98741998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9875
9876 * config.sub: Add fr30.
9877
d932cae7 98781998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9879
80413487 9880 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9881 cygwin* instead of cygwin32*.
9882 * config.sub: Check cygwin* instead of cygwin32*.
9883
d932cae7 98841998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9885
9886 * config.guess: Match any version of Unixware7.
9887
252b5132
RH
98881998-10-20 Syd Polk <spolk@cygnus.com>
9889
9890 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9891 if desired.
9892
d932cae7 98931998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9894
9895 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9896 these if the appropriate directories and files to not exist.
9897
d932cae7 98981998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9899
9900 * Makefile.in (DEVO_SUPPORT): Add config.if.
9901
d932cae7 99021998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9903
9904 * configure: Add pattern to replace "build_tooldir"'s
9905 definition in the generated Makefile with "tooldir"'s
9906 actual value.
9907
252b5132
RH
9908Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9909
9910 * config.sub: Bring back lost sparcv9.
9911
ba73c63f
JM
9912 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9913
9914Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9915
9916 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9917 CC_FOR_TARGET and friends.
9918
9919Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9920
ba73c63f
JM
9921 * Makefile.in (build_tooldir): New variable, same as tooldir.
9922 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9923 -B$(build_tooldir)/bin/.
9924 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9925
252b5132
RH
9926Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9927
9928 * config.sub: Add support for i[34567]86-pc-udk.
9929 * configure.in: Likewise.
9930
9931Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9932
9933 * Makefile.in: add bzip2 package building bits for user
9934 tools module
9935 * configure.in: ditto
9936
ba73c63f
JM
9937Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9938
9939 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9940 (ALL_TARGET_MODULES): Add all-target-libobjc.
9941 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9942 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9943 (all-target-libchill): Add dependencies.
9944 * configure.in (target_libs): Add libchill.
35590697 9945
252b5132
RH
99461998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9947
ba73c63f 9948 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9949
9950Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9951
9952 * Makefile.in (all-automake): fix dependencies.
9953
9954Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9955
9956 * configure.in: Minor cleanups for building in the $(target_alias)
9957 subdir.
9958
99591998-09-22 Jim Wilson <wilson@cygnus.com>
9960
9961 * Makefile.in (bootstrap): Set r and s before make all. Use
9962 BASE_FLAGS_TO_PASS in make all.
9963 (cross): Likewise.
9964
99651998-09-20 Mark Mitchell <mark@markmitchell.com>
9966
9967 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9968
252b5132
RH
9969Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9970
9971 * config.sub: Fix typo in last change.
9972
99731998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9974
9975 * config.sub: Add support for C4x target.
9976 * configure.in: Likewise.
9977
99781998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9979
9980 * config.sub: Recognize sparcv9 just like sparc64.
9981
9982Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9983
9984 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9985
9986Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9987
9988 * config.guess: Correctly identify Pentium II sco boxes.
9989
9990 * config.guess: Fix "tr" code. From Weiwen Liu.
9991
9992Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9993
9994 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9995 stabs.
9996
9997Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9998
9999 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10000 (ALL_TARGET_MODULES): Add all-target-libchill.
10001 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10002 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10003 (all-target-libchill): Add dependencies.
10004 * configure.in (target_libs): Add libchill.
10005
10006Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10007
10008 * config.guess: Avoid assumptions about "tr" behaves when
10009 LANG is set to something other than English.
10010
10011Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10012
10013 * configure (gxx_include_dir): Changed to
10014 '${prefix}/include/g++'-${libstdcxx_interface}.
10015
10016 * config.if: New to determine the interfaces.
10017
10018Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10019
10020 * config.guess: Detect and handle MPE/IX.
10021 * config.sub: Deal with MPE/IX.
10022
10023Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10024
10025 * configure.in: Use mh-aix43.
10026
100271998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10028
10029 * configure: Fix --without/--disable cases for gxx-include-dir.
10030
10031Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10032
10033 * mdata-sh: Imported. Needed for automake support.
10034
10035Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10036
ba73c63f 10037 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10038 "chmod og=u `find . -print`".
10039
10040Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10041
ba73c63f 10042 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10043
10044Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10045
10046 * Makefile.in: Undo previous patch.
10047
10048Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10049
10050 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10051 to here ...
10052 (install-no-fixedincludes): and here
10053 (INSTALL_MODULES): ... from here.
10054
10055Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10056
10057 * config.sub: Merge with FSF.
10058
10059 * config.guess: Merge with FSF.
10060
10061Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10062
10063 * configure (extraconfigdirs): New variable.
10064 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10065 * Makefile.in (all): Move higher in file.
10066 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10067 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10068 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10069 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10070 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10071
100721998-07-23 Brendan Kehoe <brendan@cygnus.com>
10073
10074 * Makefile.in (all-target-libjava): Depend on all-gcc and
10075 all-target-newlib.
10076 (configure-target-libjava): Depend on $(ALL_GCC).
10077
10078Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10079
10080 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10081 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10082
10083Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * ylwrap: Change absolute path checks to check for DOS style path
10086 names.
10087
10088 * ylwrap: Don't use a full path name if the source file is in the
10089 same directory. From hjl@lucon.org (H.J. Lu).
10090
10091 * config-ml.in: Default to being verbose, to match Feb 18 change to
10092 configure.
10093
10094Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10095
10096 Brought over from egcs:
10097
10098 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10099
10100 * configure.in (target_subdir): Set to ${target_alias} instead
10101 of "libraries".
10102
10103 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10104
10105 * configure.in (target_subdir): Set to libraries if enable_multilib.
10106
10107Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10108
10109 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10110 multilibs, force reconfiguration the first time we create
10111 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10112
10113Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10114
10115 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10116 avoid confusion with --no-recursion.
10117
10118Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10119
10120 * configure.in: Win32 hosts shouldn't use install -x
10121 * install-sh: remove -x option, and special .exe-handling
10122 hack.
10123
10124Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10125
10126 * config.guess: Recognize i586-pc-beos.
10127 * configure.in: Don't build some bits for beos.
10128
10129Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10130
10131 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10132 CFLAGS default to -O2.
10133
10134 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10135 when using GNU ld.
10136
10137Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10138
10139 * ltmain.sh: Correct install when using a different shell.
10140
10141Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10142
10143 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10144
10145Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10146
10147 * makefile.vms: Update to build binutils/makefile.vms. Add install
10148 target.
10149
10150Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10151
10152 * ltconfig: Update to correct AIX handling.
10153
10154Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10155
10156 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10157
10158 * configure.in (target_subdir): Set to ${target_alias} instead
10159 of "libraries".
10160
101611998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10162
10163 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10164 (Makefile): Depend on $(gcc_version_trigger).
10165
10166 * configure (gcc_version): Change default initializer to empty
10167 string.
10168 (gcc_version_trigger): New variable; pass this variable down
10169 to subdir configures to enable them checking gcc's version
10170 themselves. Emit make macros for both gcc_version vars.
10171 (topsrcdir): Initialize reliably.
10172 (recursion line): Remove --with-gcc-version=${gcc_version}.
10173
101741998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10175
10176 * configure (enable_version_specific_runtime_libs): Implement new flag
10177 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10178 in $(libsubdir); emit definition in each generated Makefile.
10179 (gxx_include_dir): Initialize depending on
10180 $enable_version_specific_runtime_libs.
10181
101821998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10183
10184 * configure (gcc_version): Initialize properly depending on
10185 how and where configure is started.
10186 (recursion line): Pass a --with-gcc-version=${gcc_version}
10187 to configures in subdirs.
10188
10189Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10190
10191 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10192 cygmon
252b5132
RH
10193
10194Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10195
10196 * configure.in: Add cygmon and libstub support for mn10200.
10197
101981998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10199
10200 * configure (gcc_version): Add new variable describing the
10201 particular gcc version we're building.
10202 * Makefile.in (libsubdir): Add new macro for the directory
10203 in which the compiler finds executables, libraries, etc.
10204 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10205 and libsubdir.
10206
10207Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10208
ba73c63f
JM
10209 * Makefile.in (local-clean): Remove *.log.
10210 (warning.log): Built with warn_summary from build.log.
10211 (mail-report.log): Run test_summary.
10212 (mail-report-with-warnings.log): Run test_summary including
10213 warning.log in the report.
252b5132
RH
10214
10215Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10216
10217 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10218
10219Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10220
10221 * Makefile.in (grep): Grep no longer depends on libiberty.
10222
10223Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10224
10225 * Makefile.in: all-snavigator needs all-libgui.
10226
10227Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10228
10229 * configure.in: Add cygmon and libstub support for mn10300.
10230
10231Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10232
10233 * missing: Update to version from automake 1.3.
10234
10235 * ltmain.sh: On installation, don't get confused if the same name
10236 appears more than once in the list of library names.
10237
10238Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10239
10240 * config.sub: Accept m68060 and m5200 as CPU names.
10241
10242Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10243
10244 * configure: Use && rather than using -a in test, because odd
10245 strings can confuse test.
10246 * configure.in: Likewise.
10247
10248Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10249
10250 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10251
10252Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10253
10254 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10255 bootstrap4-lean): New targets.
10256
10257Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10258
10259 * mpw-* Delete. Not used.
252b5132
RH
10260
10261Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10262
10263 * COPYING.LIB: Update FSF address.
10264
10265Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10268
10269 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10270 GAS_SUPPORT_DIRS.
10271
10272Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10273
10274 * ltconfig, ltmain.sh: Avoid producing a version number if
10275 -version-info was not used.
10276
10277Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10278
10279 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10280 building with newlib.
10281
102821998-04-30 Paul Eggert <eggert@twinsun.com>
10283
ba73c63f 10284 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10285 Solaris `make' causes it to continue to next definition.
252b5132 10286
afb8d725
JM
10287Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10288
10289 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10290 the right GUI libraries and files are installed along with GDB.
10291
252b5132
RH
10292Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10293
10294 * configure.in: Change alpha to alpha* in several places.
10295
10296Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10297
10298 * config.sub: Recognize sparc86x.
10299
10300Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10301
252b5132
RH
10302 * configure.in (--enable-target-optspace): Remove debug echo.
10303
10304Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10305
10306 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10307
10308Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10309
10310 * ltconfig: Update cygwin32 support.
10311
10312 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10313 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10314 (GDB_SUPPORT_DIRS): Likewise.
10315
10316Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10317
10318 * configure.in (target_makefile_frag): If --enable-target-optspace,
10319 use -Os to compile target libraries rather than -O2. Default to
10320 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10321 not used.
10322 * configure.in (target_cflags): Ditto for d30v.
10323
10324Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10325
10326 * Makefile.in (all-bfd): Depend on all-intl.
10327 (all-binutils): Likewise.
10328 (all-gas): Likewise.
10329 (all-gprof): Likewise.
10330 (all-ld): Likewise.
10331
252b5132
RH
103321998-04-19 Brendan Kehoe <brendan@cygnus.com>
10333
10334 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10335
10336Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10337
10338 * Makefile.in (all-bfd): Depend upon all-libiberty.
10339
10340 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10341
10342Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10343
10344 * Makefile.in: Add libstub.
10345
10346 * configure.in: Ditto. Build libstub for targets that have cygmon
10347 support.
10348
10349Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10350
10351 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10352
10353Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10354
10355 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10356 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10357
10358Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10359
10360 * configure: Define DEFAULT_M4 by searching PATH.
10361 * Makfile.in: Use DEFAULT_M4.
10362
10363Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10364
10365 * ltconfig: Add cygwin32 support.
10366
10367 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10368 to configure and build.
10369
10370Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10371
10372 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10373
10374Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10375
10376 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10377
10378Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10379
10380 * Makefile.in: add ash make rules
10381 * configure.in: add ash to native_only and host_tools lists
10382
10383Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10384
10385 * Makefile.in (all-gettext, all-intl): New targets.
10386 (ALL_MODULES): Added all-gettext, all-intl.
10387 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10388 (INSTALL_MODULES): Added install-gettext, install-intl.
10389 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10390
10391 * configure.in (host_tools): Added gettext.
10392 (native_only): Likewise.
10393 (noconfigdirs) [various cases]: Likewise.
10394 (host_libs): Added intl.
10395
afb8d725
JM
10396Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10397
10398 * configure: Do not disable building gdbtk for cygwin32 hosts.
10399
ba73c63f
JM
10400Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10401
10402 * configure.in: Add thumb-coff target.
10403 * config.sub: Add thumb-coff target.
10404
252b5132
RH
10405Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10406
10407 * Makefile.in: Revert yesterday's change.
10408 (all-target-winsup): all-target-librx stays out of here.
10409
10410Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10411
ba73c63f
JM
10412 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10413 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10414 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10415 Remove references to librx and libg++.
10416
10417Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10418
10419 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10420 recursive makes
10421
10422Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10423
10424 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10425 for newlib directory.
10426 (CXX_FOR_TARGET): Likewise.
10427
10428Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10429
10430 * ltconfig: Update after libtool/ltconfig.in change for
10431 hpux11.
10432
10433Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10434
10435 * ltconfig, ltmain.sh: Update to libtool 1.2.
10436
10437Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10438
10439 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10440 (install-gcc-cross): Instead, override LANGUAGES here.
10441
104421998-03-18 Dave Love <d.love@dl.ac.uk>
10443
10444 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10445 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10446
10447Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10448
10449 * configure.in: Add Thumb-pe target.
10450
10451Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10452
252b5132
RH
10453 * Makefile.in - changed sn targets to snavigator
10454 * configure.in - changed sn targets to snavigator
10455
10456Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10457
10458 * config-ml.in: After building symlink tree call make distclean
10459 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10460 to be the case for libiberty.
10461
10462Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10463
10464 * configure: When making link, also check the current
10465 directory. The configure scripts may create one.
10466
10467Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10468
10469 * config.sub: Accept alphapca56 and alphaev6 properly.
10470
10471Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10472
10473 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10474
252b5132
RH
10475Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10476
80413487 10477 * config.sub (sco5): Fix typo.
252b5132
RH
10478
10479Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10480
10481 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10482 install-itcl.
10483 (install-itcl): Remove dependency on install-tcl.
10484
10485Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10486
10487 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10488
252b5132
RH
10489Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10490
10491 * configure.in: Don't build libgui for a cygwin32 target when not on
10492 a cygwin32 host.
10493
10494Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10495
10496 * configure (redirect): Set to null, so default behavior of
10497 configure is now --verbose.
10498
104991998-02-16 Dave Love <d.love@dl.ac.uk>
10500
10501 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10502 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10503
10504Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10505
10506 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10507 this change to sync Makefile.in with its ChangeLog entries.
10508
10509Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10510
10511 * ltmain.sh (mkdir): Check that the directory doesn't exist
10512 before we exit with error, so that we don't get races during
10513 parallel builds.
10514
10515Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10516
10517 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10518
10519Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10520
10521 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10522 PICFLAG_FOR_TARGET.
10523 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10524
10525 * configure: Emit a definition for the new macro enable_shared
10526 into each Makefile.
10527
252b5132
RH
10528Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10529
10530 * configure.in (host_tools, native_only): Add libtool.
10531
10532Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10533
10534 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10535 Fix typo in ming config comment.
10536
10537Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10540
10541Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10542
10543 * config.sub: Add tic30 cases, and map c30 to tic30.
10544
ba73c63f
JM
10545Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10546
10547 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10548 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10549 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10550 (CLEAN_TARGET_MODULES): Similarly
10551 (all-target-libf2c): Add dependences.
35590697 10552 * configure.in (target_libs): Add libf2c.
ba73c63f 10553
252b5132
RH
10554Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10555
ba73c63f
JM
10556 * configure.in: Remove expect from noconfigdirs when target
10557 is cygwin32. OK to build expect and dejagnu with Canadian
10558 Cross.
252b5132
RH
10559
10560Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10561
10562 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10563 host.
10564
10565 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10566 and mingw32.
10567
10568Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10569
10570 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10571 here as it is not defined in the toplevel Makefile.
10572
10573Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10574
10575 * configure (package_makefile_rules_frag): New variable, which names
10576 a file with generic rules, ...
10577 Change comment to mention we now have FIVE parts.
10578 * configure: Undo last change.
10579
10580Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10581
10582 * config.guess: More accurate determination of HP processor types.
10583 * config.sub: More accurate determination of HP processor types.
10584
10585Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10586
10587 * configure (package_makefile_frag): Move inserting the
10588 ${package_makefile_frag} to where it should be according
10589 to the comment.
10590
ba73c63f 10591Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10592
10593 * config.guess: Add support for Linux/ARM.
10594
10595Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10596
10597 * .cvsignore: Remove *-info and *-install since they match
10598 release-info and mpw-install, which we don't want to just ignore.
10599
10600Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10601
10602 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10603
10604Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10605
10606 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10607 local_prefix to sub-make invocations.
10608
10609Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10610
10611 * configure.in: Check makefile fragments in the source
10612 directory.
10613
10614Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10615
ba73c63f
JM
10616 * configure.in: Check whether host and target makefile
10617 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10618
10619Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10620
10621 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10622
252b5132
RH
10623Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10624
10625 * configure.in: Make sure we only replace RPATH_ENVVAR on
10626 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10627 regexp to sed.
10628
10629 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10630 to sub-makes.
10631
106321998-01-13 Lee Iverson (leei@ai.sri.com)
10633
10634 * config-ml.in (multi-do): LDFLAGS must include multilib
10635 designator.
10636
10637Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10638
10639 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10640
10641Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10642
10643 * config.sub: Add mingw32 support.
10644 * configure.in: Likewise.
252b5132
RH
10645
10646Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10647
10648 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10649
10650Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10651
10652 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10653 * configure (gxx_include_dir): Provide a definition for subdirs
10654 which do not use autoconf.
10655
10656Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10657
10658 * config.guess: Sync with egcs. Picks up new alpha support,
10659 BeOS & some additional linux support.
10660
ba73c63f 10661Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10662
10663 * config.guess: HP 9000/803 is a PA1.1 machine.
10664
ba73c63f
JM
10665Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10666
10667 * configure.in: It's alpha*-...
252b5132
RH
10668
10669Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10670
ba73c63f
JM
10671 * configure.in (host_makefile_frag, target_makefile_frag):
10672 Handle multiple config files.
10673 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10674 alpha-*-*.
252b5132
RH
10675
10676Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10677
10678 * mkdep: New file.
10679
10680Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10681
10682 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10683
10684Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10685
10686 * Makefile.in: Add libgui directory.
10687 (GDB_TK): Add all-libgui.
10688 * configure.in: Add libgui directory.
10689 * configure: Add all-libgui to GDB_TK.
10690
10691Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10692
10693 * config-ml.in (multidirs): Add m32r to multilib list.
10694
10695Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10696
10697 * Makefile.in (all-target-gperf): Change dependency to
10698 all-target-libstdc++.
10699
10700Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10701
10702 * config.guess: Add BeOS support.
10703
10704Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10705
10706 Source directory cvs renamed to cvssrc:
10707 * configure.in (host_tools): Change cvs to cvssrc.
10708 (native_only): Likewise.
10709 (noconfigdirs) [various cases]: Likewise.
10710 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10711 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10712 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10713 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10714 (all-cvssrc): Rename target from all-cvs.
10715
10716Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10717
10718 * configure (gxx_include_dir): Fix thinko.
10719
10720Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10721
10722 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10723 (install-cross, install-gcc-cross): New targets.
10724
10725Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10726
10727 * configure.in (noconfigdirs): Add support for Thumb target.
10728
10729 * config.sub (maybe_os): Add support for Thumb target.
10730
10731Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10732
10733 * Makefile.in: Add rules for cygmon.
10734
10735 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10736
10737Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10738
10739 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10740 * configure (gxx_include_dir): Provide a definition for subdirs
10741 which do not use autoconf.
10742
10743Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10744
10745 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10746 11/18/97 build
252b5132
RH
10747
10748Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10749
10750 * From Franz Sirl.
10751 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10752 found on RedHat Linux systems.
10753
10754Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10755
10756 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10757 guesses.
10758
10759Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10760
10761 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10762
10763Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10764
10765 * ltmain.sh: If mkdir fails, check whether the directory was created
10766 anyhow by some other process.
10767
10768Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10769
10770 * configure.in (d30v-*-*): Configure all directories.
10771
10772Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10773
10774 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10775 for the D30V.
10776
10777Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10778
10779 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10780
10781Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10782
80413487
RH
10783 * include/libiberty.h: Add extern "C" { so it can be used with C++
10784 progrms.
10785 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10786 programs.
252b5132
RH
10787
10788Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10789
10790 * configure.in (d30v-*-*): Configure GCC now.
10791
10792Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10793
10794 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10795 is no longer needed.
10796
10797Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10798
10799 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10800
10801Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10802
10803 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10804 targets using "$@" to provide support for similar but not identical
10805 targets without having to duplicate code.
10806
10807Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10808
10809 * makefile.vms: Fix to work with DEC C.
10810
10811Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10812
10813 * config.sub: Add mips-tx39-elf to marketing names.
10814
10815Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10816
10817 * ltmain.sh: Handle symlinks in generated script.
10818
10819Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10820
10821 * configure: Handle autoconf style directory options: --bindir,
10822 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10823 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10824 --sysconfdir.
10825 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10826 (sharedstatedir, localstatedir, oldincludedir): New variables.
10827 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10828 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10829 sbindir, sharedstatedir, and sysconfdir.
10830
10831Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10832
10833 * Makefile.in (bootstrap-lean): New target.
10834
10835Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10836
10837 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10838 sn, and gnuserv from noconfigdirs.
252b5132
RH
10839
10840Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10843
10844Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10845
ba73c63f 10846 * Makefile.in (cross): New target.
252b5132
RH
10847
10848Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10849 Jeff Law <law@cygnus.com>
252b5132
RH
10850
10851 * Makefile.in (bootstrap2, bootstrap3): New targets.
10852 (all-bootstrap): Remove outdated and confusing target.
10853 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10854
afb8d725
JM
10855Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10856
10857 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10858 windows. Consistent with gdb/configure.
afb8d725 10859
252b5132
RH
108601997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10861
252b5132
RH
10862 * configure.in: Name Linux target fragment.
10863
10864 * configure: Rewrite so that project Makefile fragment is inserted
10865 first and appears last in the resulting Makefile.
10866
10867Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10868
10869 * Makefile.in (install-itcl): Install tcl first.
10870
252b5132 10871Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10872
252b5132
RH
10873 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10874
10875Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10876
10877 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10878
10879 * configure.in (skipdirs): Add target-librx for Linux.
10880 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10881
10882Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10883
10884 * Makefile.in (bootstrap): New target.
10885
10886Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10887
10888 * config.sub: Accept 'amigados' for backward compatability.
10889
10890Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10891
10892 * config.guess: Merge with FSF.
10893
ba73c63f
JM
10894Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10895
10896 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10897
252b5132
RH
10898Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10899
10900 * config.sub: Add "marketing-names" patch.
10901
10902Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10903
80413487 10904 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10905
10906Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10907
10908 * config.sub: Handle v850-elf.
10909
ba73c63f
JM
10910Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10911
10912 * .cvsignore (*-install): Remove.
10913
252b5132
RH
10914Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10915
10916 * ltconfig: Set CONFIG_SHELL in libtool.
10917 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10918
10919Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10920
10921 * configure.in (target_subdir): Set to libraries if enable_multilib.
10922
10923Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10924
10925 * config.guess: Update from gcc directory.
10926
10927Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10928
10929 * Makefile.in (all-sim): Depends on all-readline.
10930
10931Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10932
10933 * Makefile.in (BISON, YACC): Use $$s.
10934 (all-bison): Depend on all-texinfo.
10935
10936Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10937
10938 * Makefile.in (BISON): Add -L flag.
10939 (YACC): Likewise.
10940
10941Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10942
35590697
AJ
10943 * configure.in (noconfigdirs): Add support for v850e target.
10944
252b5132
RH
10945 * config.sub (maybe_os): Add support for v850e target.
10946
10947Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10948
35590697
AJ
10949 * configure.in (noconfigdirs): Add support for v850ea target.
10950
252b5132
RH
10951 * config.sub (maybe_os): Add support for v850ea target.
10952
10953Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10954
10955 * config.sub: Add mipstx39. Delete r3900.
10956
10957Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10958
10959 * Makefile.in (all-autoconf): Depends on all-texinfo.
10960
10961Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10962
10963 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10964 eabi targets.
10965
10966Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10969
10970 * configure: When handling a Canadian Cross, handle YACC as well as
10971 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10972 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10973
10974Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10975
10976 * Makefile.in (BISON): bison, not byacc or bison -y.
10977 (YACC): bison -y or byacc or yacc.
10978 (various): Add *-bison as appropriate.
10979 (taz): No need to mess with BISON anymore.
10980
10981Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10982
10983 * configure: If OSTYPE matches *win32*, try to find a good value for
10984 CONFIG_SHELL.
10985
10986Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10989 configure.in if it is present.
10990
10991Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10992
10993 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10994
10995Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10996
10997 * config.sub: Recognize `arc' cpu.
10998 * configure.in: Likewise.
10999 * config-ml.in: Likewise.
11000
11001Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11002
11003 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11004
11005Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11006
11007 * configure: Changed sed delimiter from ':' to '|' when
11008 attempting to substitute ${config_shell} for SHELL. On
11009 NT ${config_shell} may contain a ':' in it.
11010
11011Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11012
11013 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11014
11015Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11016
11017 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11018
11019Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11020
11021 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11022
11023 * ylwrap: If the program is a relative path, force it to be
11024 absolute.
11025
11026Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11027
11028 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11029
11030Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11031
11032 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11033 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11034 for libraries.
252b5132
RH
11035
11036Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11037
11038 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11039 separated by spaces.
252b5132
RH
11040
11041Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11042
11043 * ylwrap: New file.
11044 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11045
11046 * ltmain.sh: Handle /bin/sh at start of install program.
11047
11048 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11049
11050 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11051 * missing: New file, from automake 1.2.
11052
11053Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11054
11055 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11056 check-tk to CHECK_X11_MODULES.
11057
11058Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11059
11060 * config.sub: Merge with FSF.
11061
11062Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11063
11064 * config.guess: Merge with FSF.
11065
11066Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11067
11068 * configure: Treat msdosdjgpp like go32.
11069 * configure.in: Likewise. Don't remove gprof for go32.
11070
11071 * configure: Change Makefile.tem2 to Makefile.tm2.
11072
11073Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11074
11075 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11076
11077Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11078
11079 * install-sh (chmodcmd): Set to null if the DST directory already
11080 exists. Same as Nov 11th change.
11081
11082Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11083
35590697 11084 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11085
11086Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11087
11088 * config.guess: Update from FSF.
11089
11090Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11091
11092 * Makefile.in (GDB_TK): Depend on itcl and tix.
11093
11094Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11095
11096 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11097 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11098 (INSTALL_SCRIPT): New variable.
11099 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11100 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11101 to -x.
11102 * install-sh: Add support for -x option.
11103
11104Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11105
11106 * configure.in, Makefile.in: Treat tix like itcl.
11107
11108Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11109
11110 * Makefile.in (WINDRES): New variable.
11111 (WINDRES_FOR_TARGET): New variable.
11112 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11113 (EXTRA_HOST_FLAGS): Add WINDRES.
11114 (EXTRA_TARGET_FLAGS): Add WINDRES.
11115 (EXTRA_GCC_FLAGS): Add WINDRES.
11116 ($(DO_X)): Pass down WINDRES.
11117 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11118 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11119 DLLTOOL_FOR_TARGET.
11120
11121Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11122
11123 * configure.in: configure sim before gdb for win32-x-ppc
11124
11125Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11126
11127 Move gperf into the toplevel, from libg++.
11128 * configure.in (target_tools): Add target-gperf.
11129 (native_only): Add target-gperf.
11130 * Makefile.in (all-target-gperf): New target, depend on
11131 all-target-libg++.
11132 (configure-target-gperf): Empty rule.
11133 (ALL_TARGET_MODULES): Add all-target-gperf.
11134 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11135 (CHECK_TARGET_MODULES): Add check-target-gperf.
11136 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11137 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11138
11139Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11140
252b5132
RH
11141 * config.sub (mn10200): Recognize new basic machine.
11142
11143Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11144
11145 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11146 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11147
11148Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11149
11150 * configure.in: If we're building mips-sgi-irix6* native, turn on
11151 ENABLE_MULTILIB and set TARGET_SUBDIR.
11152
11153Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11154
11155 * Makefile.in (all-sn): Depend on all-grep.
11156
11157Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11158
11159 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11160
11161 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11162 Makefile. From Jeff Makey <jeff@cts.com>.
11163 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11164
11165 * Makefile.in (DISTBISONFILES): Remove.
11166 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11167 $(DEFAULT_YACC).
11168
11169 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11170 cygwin32.
252b5132
RH
11171
11172 * Makefile.in (LD): New variable.
11173 (EXTRA_HOST_FLAGS): Pass down LD.
11174 ($(DO_X)): Likewise.
11175
11176Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11177
11178 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11179
11180Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11181
11182 * configure.in (targargs): Strip out any supplied --build argument
35590697 11183 before adding our own. Always add --build.
252b5132
RH
11184
11185Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11186
11187 * configure.in (targargs): Pass --build if we're doing
11188 a cross-compile.
11189
11190Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11191
ba73c63f 11192 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11193 sed. Otherwise sed chokes on NT path names with drive
11194 designators. Also look for "?:*" as the leading characters in an
11195 absolute pathname.
11196
11197Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11198
11199 * config.sub: Support for r3900.
11200
11201Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11202
11203 * configure.in: Use install-sh, not install.sh.
11204
11205Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11206
11207 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11208 apply it twice.
11209
11210Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11211
11212 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11213 install-binutils.
11214
11215Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * Makefile.in: Add automake targets.
11218 * configure.in (host_tools): Add automake.
11219
11220Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * configure: Default CXX to c++, not gcc.
11223 * Makefile.in (CXX): Set to c++, not gcc.
11224 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11225
11226Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11227
11228 * install-sh: try appending a .exe if source file doesn't
11229 exist
11230
11231Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11232
11233 * configure.in: Turn on multilib by default.
11234 (cross_only): Remove target-libiberty.
11235
11236 * Makefile.in (all-gcc): Don't depend on libiberty.
11237
11238Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11239
11240 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11241
11242Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11243
11244 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11245 (DISTBISONFILES): Add ld/Makefile.in
11246
11247Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11248
11249 * configure.in: if target is cygwin32 but host isn't cygwin32,
11250 don't configure gdb tcl tk expect, not just gdb.
11251
11252Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11253
11254 * configure.in: Added gnuserv everywhere sn appears.
11255
11256 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11257 (CROSS_CHECK_MODULES): Added check-gnuserv.
11258 (INSTALL_MODULES): Added install-gnuserv.
11259 (CLEAN_MODULES): Added clean-gnuserv.
11260 (all-gnuserv): New target.
11261
11262Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11263
11264 * config.guess: Fixes for MIPS OpenBSD systems.
11265
11266Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11267
11268 * Makefile.in (INSTALL_XFORM): Remove.
11269 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11270
11271 * mkinstalldirs: New file, copied from automake.
11272 * Makefile.in (installdirs): Rename from install-dirs. Use
11273 mkinstalldirs. Change all users.
11274 (DEVO_SUPPORT): Add mkinstalldirs.
11275
11276Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * install-sh: Rename from install.sh.
11279 * Makefile.in (INSTALL): Change install.sh to install-sh.
11280 (DEVO_SUPPORT): Likewise.
11281
11282 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11283 Graichen <graichen@rzpd.de>.
11284
11285Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11286
11287 * config.guess: Recognize OpenBSD systems correctly.
11288
11289Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11290
11291 * README, Makefile.in (ETC_SUPPORT): Remove references to
11292 cfg-paper*, configure.{texi,man,info*}._
11293
11294Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11295
11296 * Makefile.in (all.normal): Ensure that gcc is built after all
11297 the x11 - ie gdb - targets.
11298
11299Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11300
11301 * makefile.vms: Don't run conf-a-gas.
11302
11303Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11304
80413487 11305 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11306
11307Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11308
11309 * configure.in: Remove noconfigdirs case since gdb also
11310 configures and builds for tic80-coff.
11311
11312Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11313
11314 * configure: Set cache_file to config.cache.
11315 * Makefile.in (local-distclean): Remove config.cache.
11316
11317Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11318
11319 * COPYING: Update FSF address.
11320
11321Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11322
11323 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11324 noconfigdirs.
11325
11326Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11327
11328 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11329 MAKEDIRS, is empty.
11330
11331Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11332
11333 * config.sub: Tweak mn10300 entry.
11334
11335Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11336
11337 * configure.in (host_tools): Put sim before gdb, so gdb's
11338 configure.tgt can determine if the simulator was configured.
11339
11340Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11341
11342 * config.sub: Move BeOS $os case to be with other Cygnus
11343 local cases.
11344
11345Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11346
11347 * config.sub: Remove misplaced comment that broke Linux.
11348
11349Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11350
11351 * config.sub: Add BeOS support.
11352
11353Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11354
11355 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11356
11357Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11358
11359 * configure.in (noconfigdirs): Remove tcl and tk from
11360 noconfigdirs for cygwin32 builds.
11361
11362Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11363
11364 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11365
11366Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11367
11368 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11369 make-all.com, use makefile.vms instead.
11370
11371Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11372
11373 * config.sub: Accept -lnews*.
11374
11375Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11376
11377 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11378 target-examples and target-libiberty for d30v.
252b5132
RH
11379
11380Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11381
11382 * configure.in (noconfigdirs): Enable ld for d30v.
11383
11384Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11385
11386 * configure.in (tic80-*-*): Build compiler.
11387
11388Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11389
11390 * configure.in (d30v-*): Remove sim directory from list of
35590697 11391 unsupported d30v directories
252b5132
RH
11392
11393Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11394
35590697
AJ
11395 * config.sub, configure.in: Add d30v target cpu.
11396
252b5132
RH
11397Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11398
11399 * makefile.vms: New file.
11400 * make-all.com: Remove.
11401
11402Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11403
11404 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11405
11406Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11407
11408 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11409
11410Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11411
11412 * Makefile.in (ALL_MODULES): Added all-db.
11413 (CROSS_CHECK_MODULES): Addec check-db.
11414 (INSTALL_MODULES): Added install-db.
11415 (CLEAN_MODULES): Added clean-db.
11416
11417Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11418
11419 * config.guess: Merge with latest FSF sources.
11420
11421Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11422
11423 * Makefile.in (ALL_MODULES): Added all-itcl.
11424 (CROSS_CHECK_MODULES): Added check-itcl.
11425 (INSTALL_MODULES): Added install-itcl.
11426 (CLEAN_MODULES): Added clean-itcl.
11427
11428Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11429
11430 * configure.in: build gdb for mn10200
11431
11432Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11433
11434 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11435
11436Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11437
11438 * configure.in (tic80-*-*): Turn off most targets right now.
11439
11440Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11441
11442 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11443 rather than the makeinfo program.
11444 (do-info): Depend upon all-texinfo.
11445
11446Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11447
11448 * configure.in: Remove uses of config/mh-linux.
11449
11450 * config.sub, config.guess: Merge with latest FSF sources.
11451
11452Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11453
11454 * config.sub (case $basic_machine): Add tic80 entries.
11455
11456Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11457
11458 * config.sub, config.guess: Merge with latest FSF sources.
11459
11460Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11461
11462 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11463 * mpw-config.in: Test for NewFolderRecursive.
11464 * mpw-install: Use symbolic name for startup filename.
11465 * mpw-README: Add various additional details.
11466
11467Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11468
11469 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11470
11471Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11472
11473 * configure.in: Do build gcc and the target libraries for
11474 the mn10200.
11475
11476Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11477
11478 * configure.in: don't avoid building gdb for mn10300 any more
11479 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11480 instead of single-quoting it.
11481
11482Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11483
11484 * configure.in: Don't use --with-stabs on IRIX 6.
11485
11486Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11487
11488 * configure.in (m32r): Build gdb, libg++ now.
11489
11490Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11491
11492 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11493 directories from noconfigdirs.
11494
11495Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11496
11497 * config.sub (basic_machine): added mips16 configuration
11498
11499Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11500
11501 * config.sub: Handle d10v-unknown.
11502
11503Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11504
11505 * config.sub: Handle v850-unknown.
11506
11507Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11508
11509 * Makefile.in: add findutils
11510 * configure.in: add findutils to list of host_tools
11511
11512Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11513
11514 * config.sub: Handle mn10200 and mn10300.
11515
11516Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11517
11518 * configure.in (d10v-*): Do not build librx.
11519
11520Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11521
11522 * configure.in (mn10300): Build everything except gdb & libgloss.
11523
11524Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11525
11526 * config.guess: Patch for Dansk Data Elektronik servers,
11527 from Niels Skou Olsen <nso@dde.dk>.
11528
11529 For ncr, use /bin/uname rather than uname, since GNU uname does not
11530 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11531
11532 Patch for MIPS R4000 running System V,
11533 from Eric S. Raymond <esr@snark.thyrsus.com>.
11534
11535 Fix thinko for nextstep.
11536
11537 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11538
11539 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11540 * config.guess: Guess mips-dec-mach_bsd4.3.
11541
11542 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11543 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11544 release numbers.
11545 * config.guess (mips-mips-riscos*): Emit just enough of the
11546 release number.
11547
11548 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11549 * config.guess (sparc-auspex-sunos*): Added.
11550 (f300-fujitsu-*): Added.
11551
11552 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11553 * config.guess: Recognize a Tadpole as a sparc.
11554
11555Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11556
11557 * config.guess: Don't assume that NextStep version is either 2 or
11558 3. NextStep 4 (aka OpenStep 4) has come out now.
11559
11560Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11561
11562 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11563 From Rik Faith <faith@cs.unc.edu>.
11564
11565Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11566
11567 * config.sub: Contributions from bug-gnu-utils to:
11568 Support plain "hppa" (no version given) architecture, reported by
11569 OpenStep.
11570 OpenBSD like NetBSD.
11571 LynxOs is not a hardware supplier.
11572
11573 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11574 OpenBSD like NetBSD.
252b5132
RH
11575 Stratus systems.
11576 More Pyramid systems.
11577 i[n>4]86 Intel chips.
11578 M680[n>4]0 Motorola chips.
11579 Use unknown instead of lynx for hardware manufacturer.
11580
11581Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11582
11583 * install.sh (chmodcmd): Set to null if the DST directory already
11584 exists.
11585
11586Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11587
11588 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11589 not use mt-ppc target Makefile fragment any more.
11590
11591Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11592
11593 * configure.in (*-*-windows): Exclude everything but those dirs
11594 needed to build windows.
11595
11596Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11597
11598 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11599
11600Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11601
11602 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11603
11604Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11605
11606 * Undo my previous change.
11607
11608Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11611 unconditionally.
11612 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11613
11614Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11615
11616 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11617 host to add it's own flags.
252b5132
RH
11618
11619Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11620
11621 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11622
11623Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11624
11625 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11626 (CXX_FOR_TARGET): Likewise.
11627 (GCC_FOR_TARGET): Define.
11628 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11629 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11630 CC_FOR_TARGET was specified on the command line.
11631 (MAKEOVERRIDES): Don't define.
11632
11633Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11634
11635 * configure.in (m32r): Fix spelling of libg++ libs.
11636
11637Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11638
11639 * config.sub (-apple*): Remove, now redundant.
11640
11641Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11644
11645 * configure: Rework yesterday's sed script patch.
11646
11647 * config.sub: Merge with FSF.
11648
11649Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11650
11651 * config.guess: Merge from FSF.
11652
11653 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11654 * config.guess: Use pc instead of unknown, for pc clone systems.
11655 Change linux to linux-gnu.
252b5132
RH
11656
11657 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11658 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11659
11660Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11661
11662 * test-build.mk (HOLES): Add "xargs" for gdb.
11663
11664 * configure: Avoid hpux10.20 sed bug.
11665
11666Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11667
4bddf3ad 11668 * configure.in: Add support for windows host
252b5132
RH
11669 (that is a build done under the Microsoft build environment).
11670
11671Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in: Replace all uses of srcroot with s, to shrink
11674 command line lengths.
11675
11676 Patches from Geoffrey Noer <noer@cygnus.com>:
11677 * configure.in: If configuring for newlib, pass --with-newlib to
11678 subdirectories.
11679 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11680 -Bnewlib/ and -Lwinsup to gcc.
11681 (CXX_FOR_TARGET): Likewise.
11682
11683Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * Makefile.in (ETC_SUPPORT): Add configure.
11686
11687Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11688
35590697 11689 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11690 host configuration file.
11691
11692Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11693
11694 * configure.in: Break mn10x00 support into separate
11695 mn10200 and mn10300 configurations.
11696 * config.sub: Likewise.
11697
11698Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11699
11700 * configure.in: Add lots of stuff to noconfigdirs for
11701 the mn10x00 targets.
11702
11703 * config.sub, configure.in: Add mn10x00 support.
11704
11705Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11706
11707 * make-all.com: Call conf-a-gas, not config-a-gas.
11708
11709Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11710
11711 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11712 targets.
252b5132
RH
11713
11714Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11715
11716 * mpw-README: Add much more detail for native PowerMac.
11717 * mpw-install: New file.
11718 * mpw-configure: Add --norecursion and --help options.
11719 * mpw-config.in: Translate readme and install files when
11720 copying to objdir.
11721 * mpw-build.in: Don't always depend on byacc and flex.
11722 (install-only-top): New action.
11723
11724Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11725
11726 * configure.in: You can now configure GDB for the v850.
11727
11728Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11729
11730 * configure.in (noconfigdirs): Don't configure any C++ dirs
11731 if targeting D10V.
11732
11733Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11734
11735 * config.sub: Recognize mips64vr5000.
11736
11737Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11738
11739 * configure.in: Use a single line for host_tools and native_only.
11740
11741Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11742
11743 * config.sub, configure.in: Add entries for m32r.
11744
11745Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11746
11747 * Makefile.in (inet-install): Don't run install-gzip.
11748
11749Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11750
11751 * configure.in: Don't config lots of things for *-*-windows*.
11752
11753Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11754
11755 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11756 (host_libs, host_tools): Copy from configure.in.
11757 * mpw-configure: Don't complain about directories not found.
11758
11759Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11760
11761 * configure.in (i[345]86): Recognize i686 for pentium pro.
11762 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11763 file.
11764
11765 * config.guess (i[345]86): Ditto.
11766
11767Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11768
11769 * configure.in (noconfigdirs): Removed gdb for D10V.
11770
11771Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11772
11773 * configure.in: Remove ld, target-libio, target-libg++, and
11774 target-libstdc++ from noconfigdirs.
11775
11776Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11777
11778 * configure: Fix three locations where shell scripts were
11779 being run directly rather than with config_shell.
11780
11781Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11782
11783 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11784 * config.sub (basic_machine): Recognize v850.
11785
11786Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11787
11788 * mpw-configure: Handle multiple enable/disable options and
11789 pass them down recursively, handle -c and -s flags appropriately
11790 depending on choice of compiler, add escape mechanism for
11791 quoted arguments to gC.
11792
11793Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11794
11795 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11796 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11797 so that -mrelocatable-lib and -mno-eabi are used.
11798
11799 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11800 not support --print-multi-lib, don't abort.
11801
252b5132
RH
11802Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11803
11804 * make-all.com: Run config-a-gas.
11805 * setup.com: Don't copy subdirectory files around.
11806
11807Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11808
11809 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11810 target, it now compiles correctly.
11811
11812Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11813
11814 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11815
11816Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11817
35590697 11818 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11819
11820Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11821
11822 * configure.in (native_only): Add prms.
11823
11824Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11825
11826 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11827 (BINUTILS_SUPPORT_DIRS): Likewise.
11828
11829Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11830
11831 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11832 d10v support is added.
11833
11834Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11835
11836 * configure.in (d10v-*-*): New target.
11837
11838Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11839
11840 * config.guess (HP 9000/811): Recognize this as a PA1.1
11841 machine.
11842
11843Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11844
11845 * Makefile.in (do-tar-gz): New target, split out from tail end of
11846 taz target. Run each command separately, don't use pipes.
11847 (taz): Use it.
11848
11849Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11852 * mpw-build.in: No builds should depend on building byacc or flex,
11853 they are assumed to be installed already.
11854
11855Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11856
11857 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11858 variable that CC_FOR_TARGET needs.
11859
11860Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11861
11862 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11863 options have changed since the last time the subdirectory was
11864 configured, and if it has, reconfigure.
11865 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11866 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11867
11868Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11869
11870 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11871 CLEAN_MODULES): Add bash.
11872 (all-bash): New target.
11873
11874Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11875
11876 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11877
11878Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11879
11880 * config.sub (basic_machine): Recognize d10v as a valid processor.
11881
11882Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11883
11884 * mpw-configure: Add support for --bindir.
11885 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11886
11887Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11888
11889 * configure.in: add bash, time, gawk to list of hosttools and things
11890 to only build for native toolchains
11891
11892Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11893
11894 * Makefile.in (docdir): Remove.
11895
11896Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11897
11898 * Makefile.in (datadir): Set to $(prefix)/share.
11899
11900Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11901
11902 * configure.in: build diff and patch for cygwin32-hosted
11903 toolchains.
11904
11905Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11906
11907 * config.sub: Accept -rtems*.
11908
11909Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11910
80413487 11911 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11912 remove diff from the list of things not buildable
11913 via Canadian Cross
252b5132
RH
11914
11915Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11916
11917 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11918 don't get ". ".
252b5132
RH
11919
11920Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11921
11922 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11923
11924Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11925
11926 * Makefile.in (taz): Handle case where tex3patch didn't even get
11927 checked out. Also, if it was found, put the symlink in a new util
11928 subdirectory.
11929
11930Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11931
11932 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11933
11934Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11935
11936 * config.sub: Recognize -openvms.
11937 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11938 * make-all.com, setup.com: New files.
11939
11940Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11941
11942 * Makefile.in (taz): tex3patch moved to texinfo/util.
11943
11944Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11945
afb8d725 11946 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11947 * configure.in: remove make from disable-if-Can-Cross list
11948 enable gdb if ${host} and ${target} are cygwin32
11949
11950Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11951
11952 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11953 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11954
11955Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11956
11957 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11958 distinguish sysv/svr4/bsd variants.
11959 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11960
11961Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11962
11963 * configure.in: Added copyright notice.
11964 * move-if-change: Added copyright notice.
11965
11966Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11967
11968 * configure.in (powerpcle-*-solaris*): Until we get shared
11969 libraries working, don't build gdb, sim, make, tcl, tk, or
11970 expect.
11971
11972Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11973
11974 * config.guess: Merge with FSF:
11975
11976 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11977 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11978
11979 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11980 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11981
11982 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11983 * config.guess: Combine two OSF1 rules.
11984 Also recognize field test versions. From mjr@zk3.dec.com.
11985 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11986 because GNU uname does not support -p. From pmr@pajato.com.
11987
11988Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11989
11990 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11991
11992Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11993
11994 * mpw-README: Document GCCIncludes.
11995
11996Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11997
11998 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11999
12000Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12001
12002 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12003
12004Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12005
12006 * configure.in (*-*-cygwin32): Configure make.
12007
12008Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12009
12010 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12011
12012Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12013
12014 * Makefile.in (all-inet): Depend on all-perl.
12015
12016 * Makefile.in (inet-install): New target.
12017
12018 * Makefile.in (all-inet): Depend on all-tcl.
12019 (all-inet): Depend on all-send-pr.
12020
12021Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12022
12023 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12024 temporarily.
12025
12026Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12027
12028 * configure.in: Don't configure --with-gnu-ld on AIX.
12029
12030Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12031
12032 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12033
12034Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12035
12036 * Makefile.in (ALL_MODULES): Added all-inet.
12037 (CROSS_CHECK_MODULES): Added check-inet.
12038 (INSTALL_MODULES): Added install-inet.
12039 (CLEAN_MODULES): Added clean-inet.
12040 (all-indent): New target.
12041
12042 * configure.in (host_tools): Added inet.
12043 (native_only): Added inet.
12044 (noconfigdirs): Added inet.
12045
12046Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12047
12048 * configure.in: Don't configure libgloss if we are not configuring
12049 newlib.
12050
12051Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12052
12053 * configure.in: Don't configure libgloss for unsupported
12054 architectures.
12055
12056Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12057
12058 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12059
12060Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12061
12062 * Makefile.in (ALL_MODULES): Include all-apache.
12063 (CROSS_CHECK_MODULES): Include check-apache.
12064 (INSTALL_MODULES): Include install-apache.
12065 (all-apache): New target.
12066
12067 * configure.in: Added apache everywhere perl is seen.
12068
12069Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12070
12071 * Makefile.in: Add support for clean-{module} and
12072 clean-target-{module} rules.
12073
12074Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12075
12076 * configure.in (*-*-ose) do not build libgloss.
12077
12078Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12079
12080 * config.guess (prep*:SunOS:5.*:*): Turn into
12081 powerpele-unknown-solaris2.
12082
12083Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12084
12085 * configure.in: Permit --enable-shared to specify a list of
12086 directories.
12087
12088Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12089
12090 * configure.in (host==solaris): Pass only the first word of $CC
12091 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12092
12093Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12094
12095 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12096
12097Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12098
12099 * Makefile.in (ALL_MODULES): Include all-perl.
12100 (CROSS_CHECK_MODULES): Include check-perl.
12101 (INSTALL_MODULES): Include install-perl.
12102 (ALL_X11_MODULES): Include all-guile.
12103 (CHECK_X11_MODULES): Include check-guile.
12104 (INSTALL_X11_MODULES): Include install-guile.
12105 (all-perl): New target.
12106 (all-guile): New target.
12107
12108 * configure.in (host_tools): Include perl and guile.
12109 (native_only): Include perl and guile.
12110 (noconfigdirs): Don't build guile and perl; no ports have been
12111 done.
12112
12113Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12114
80413487
RH
12115 * configure (--enable-*): Handle quoted option lists such as
12116 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12117
12118Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12119
12120 * Makefile.in ({,inst}all-target): New rule so we can make and
12121 install all of the target directories easily.
12122
12123Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12124
12125 * configure.in: Add missing global flag in sed substitution when
12126 deleting `target-' from ${configdirs}.
12127
12128Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12131 option.
12132
12133 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12134 config/mh-necv4.
12135
12136 * install.sh: Correct misspelling of transformbasename.
12137
12138 * config.guess: Recognize mips-*-sysv*.
12139
12140Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12141
12142 * config.sub: Recognize mon960.
12143
12144Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * configure: Restore Canadian Cross handling of BISON and LEX,
12147 removed in Feb 20 change.
12148
12149Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12150
12151 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12152 Mention make install. Remove the old copyright date as well the
12153 clumsy and rather pointless copyright on the README file.
12154
12155Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12156
12157 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12158 Makefile after running symlink-tree, then run `make distclean' to
12159 avoid clobbering any generated files in srcdir.
12160
12161Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12162
12163 * configure.in (m68k-*-netbsd*): Build everything now.
12164
12165Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12166
12167 * Makefile.in (taz): Fix quoting.
12168
12169Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12170
12171 * configure.in (sparclet-*-*): Build everything now.
12172
12173Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12174
12175 * configure.in (m68k-*-linux*): New host.
12176
12177Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12178
12179 * configure: Check for bison before byacc.
12180
12181Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12182
12183 * Makefile.in configure: Change the way LEX and BISON/YACC are
12184 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12185 searching PATH. These are used as fallbacks by Makefile.in if
12186 flex/bison/byacc aren't in objdir.
12187
12188Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * Makefile.in: Make everything which depends upon all-bfd also
12191 depend upon all-opcodes, in case --with-commonbfdlib is used.
12192
12193Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12194
12195 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12196 building NT native compilers on Unix.
12197
12198Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12199
12200 * configure.in: Don't get CC from the host Makefile fragment if we
12201 can find gcc in PATH, or if this is a Canadian Cross. Move the
12202 Solaris test for /usr/ucb/cc to the post target script, just after
12203 the compiler sanity test.
12204
12205Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12206
12207 * config.sub: Merge with FSF.
12208
12209Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12210
12211 * Makefile.in (RPATH_ENVVAR): New variable.
12212 (REALLY_SET_LIB_PATH): Use it.
12213 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12214
12215Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12216
12217 * config.sub, configure.in: Recognize sparclet cpu.
12218
12219Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12220
12221 * config.guess: Support m68k-cbm-sysv4.
12222
12223Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12224
12225 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12226 m68k-unknown-linuxaout from linker help string. Put quotes around
12227 $ld_help_string.
12228
12229Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12230
12231 * config.guess (powerpc-harris-powerunix): Add guess for port
12232 to new target.
12233
12234Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12235
12236 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12237
12238Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12239
12240 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12241 $(REALLY_SET_LIB_PATH) in Makefile.
12242 * Makefile.in (SET_LIB_PATH): New variable.
12243 (REALLY_SET_LIB_PATH): New variable.
12244 ($(DO_X)): Use $(SET_LIB_PATH).
12245 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12246 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12247 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12248 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12249 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12250 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12251 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12252 (install-dosrel): Likewise.
12253 (all-opcodes): Depend upon all-libiberty.
12254
12255Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12256
12257 * config.guess (*:CYGWIN*): New
12258
12259Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12260
12261 * Makefile.in (all-target-winsup): All all-target-libiberty.
12262
12263Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12264
12265 * configure.in (noconfigdirs): Add missing # in front of comment.
12266
12267Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12268
12269 * configure.in: add second pass to things added to noconfigdirs
12270 so *-gm-magic can exclude libgloss properly.
12271
12272Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12273
12274 * mpw-configure (extralibs_name, rez_name): Set correctly
12275 for MWC68K compiler.
12276
12277 * mpw-README: Add more info on the necessary build tools.
12278
12279Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12280
12281 * configure.in, config.sub: Recognize cygwin32.
12282
12283Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12284
12285 * config.guess, config.sub: Recognize A/UX.
12286
12287Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12288
12289 * config.sub: Merge with gcc/config.sub.
12290
12291Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12292
12293 * mpw-build.in (do-binutils): Add build of stamps.
12294
12295Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12296
12297 * config.sub: Add recognition for mips64vr4100*-* targets.
12298
12299Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12300
12301 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12302 Add creation of gconfigargs with `--enable-shared' turned on.
12303 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12304 ($(host)-stamp-stage3-configured): Likewise.
12305 (HOLES): Add chatr and ldd.
12306 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12307
12308Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12309
12310 * configure: Pass --nfp to recursive configures.
12311
12312Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12313
12314 * Makefile.in (DLLTOOL): New.
12315 (DLLTOOL_FOR_TARGET): New.
12316 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12317 (EXTRA_TARGET_FLAGS): Ditto.
12318 (EXTRA_GCC_FLAGS): Ditto.
12319 (CONFIGURE_TARGET_MODULES): Ditto.
12320 (DO_X): Ditto.
12321 * configure: Add DLLTOOL.
12322
12323Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12324
12325 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12326 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12327 mh-sco, since old workarounds no longer needed, and don't
12328 build ld, since libraries have weak symbols in COFF.
12329
12330Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12331
12332 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12333
12334Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12335
12336 * configure.in: Make sure that ${CC} can be used to compile an
12337 executable.
12338
afb8d725
JM
12339Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12340
12341 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12342 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12343 nothing depending on whether gdbtk is being built.
12344
252b5132
RH
12345Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12346
12347 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12348
12349Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12350
12351 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12352 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12353
12354Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12355
12356 * config-ml.in: Add support for
12357 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12358 Simplify setting of multidirs from --disable-foo.
12359
12360Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12361
12362 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12363 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12364 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12365 non-empty, pass them on to the GCC make.
252b5132
RH
12366 (all-bootstrap): New rule that is like all-gcc, except it executes
12367 the GCC bootstrap rule instead of the GCC all rule.
12368
12369Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12370
12371 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12372
12373Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12374
12375 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12376 DG/UX support.
12377
12378Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12379
12380 * config.sub (i*86*) Change [345] to [3456]
12381
12382Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12383
12384 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12385 --with-gnu-ld=no.
12386
12387Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12388
12389 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12390 AIX multilibs get built.
12391
12392Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12393
12394 * configure.in (i386-win32): Don't build expect if we're not
12395 building the tcl subdir.
12396
12397Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12398
12399 * Makefile.in: (configure-target-examples, all-target-examples):
12400 New targets, configure and build example programs.
12401
12402Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12403
12404 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12405 use it as input to sedit the generated MPW makefile.
12406 * mpw-README: Add a suggestion about Gestalt.h.
12407
12408Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12409
12410 * config.sub: Accept *-*-ieee*.
12411
12412Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12413
12414 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12415 Ronald F. Guilmette <rfg@monkeys.com>.
12416
12417Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12418
12419 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12420 for powerpc-pe native.
12421 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12422 (target==powerpc-pe): duplicate i386-win32 entry.
12423
12424Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12425
12426 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12427 of vxworks, not just vxworks5.1.
12428
12429Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12430
12431 * mpw-configure: Add support for exec-prefix.
12432
12433Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12434
12435 * config.guess: Recognize HP model 816 machines as having
12436 a PA1.1 processor.
12437
12438Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12439
12440 * configure: Ignore new autoconf configure options.
12441
252b5132
RH
12442Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12443
12444 * config.guess: Recognize Pentium under SCO.
12445 From Robert Lipe <robertl@arnet.com>.
12446
12447Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12448
12449 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12450
12451Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12452
12453 * configure.in: Don't configure gas for alpha-dec-osf*.
12454
12455Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12456
12457 * configure.in: Default to --with-stabs for some targets for which
12458 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12459 i[345]86*-*-unixware*.
12460
12461Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12462
12463 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12464 rather than basing it on the target. Simplify handling of options
12465 controlling which directories to configure. Remove extraneous
12466 slash in multi-clean target.
12467
12468Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12469
12470 * config-ml.in: Prefix more variables with ml_ so they don't collide
12471 with configure's.
12472
12473Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12474
12475 * configure: Don't turn -v into --v.
12476
12477Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12478
12479 * configure.in (targargs): Fix typo.
12480
12481 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12482
12483Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12484
12485 * configure.in: Strip --host and --target options from
12486 CONFIG_ARGUMENTS, and always configure for --host only. Add
12487 --with-cross-host option when building with a cross-compiler.
12488 * configure: Canonicalize the arguments put into config.status by
12489 always using `=' for an option with an argument. Pass a presumed
12490 --host or --target explicitly.
12491
12492Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12493
12494 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12495 into general OS recognition case.
12496
12497Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12498
12499 * configure.in (target_configdirs): add target-winsup only
12500 for win32 target systems.
12501
12502Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * Makefile.in (all-target-libgloss): Depend upon
12505 configure-target-newlib, since when libgloss is built it looks to
12506 see if the newlib directory exists.
12507
12508Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12509
12510 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12511 cfg-ml-*.in.
12512
12513Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12514
12515 * configure: Handle LD and LD_FOR_TARGET when configuring a
12516 Canadian Cross.
12517
252b5132
RH
12518Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12519
12520 * configure.in (target_libs): add target-winsup.
12521 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12522 (target==ppcle-pe): remove ld from $noconfigdirs.
12523
12524Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12525
12526 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12527 Preserve relative path names in $srcdir. Build symlink tree if
12528 configuring cross target dir and srcdir=. (= no VPATH support).
12529 (configure-target-libg++): Depend on configure-target-librx.
12530 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12531 * config-ml.in: New file.
12532 * symlink-tree: New file.
12533 * configure: Ensure srcdir="." if that's what it is.
12534
12535Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12536
12537 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12538 includes and FLEX_SKELETON setting.
12539 * mpw-configure (--with-gnu-ld): New option, controls whether
12540 to use PPCLink or ld with PowerMac GCC.
12541 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12542 * mpw-config.in: Configure grez if targeting Mac.
12543
12544 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12545 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12546 just macos.
252b5132
RH
12547 * configure.in: Configure grez resource compiler if targeting Mac.
12548 * Makefile.in (all-grez, install-grez): New targets.
12549
12550Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12551
12552 * configure: CXX defaults to gcc, not g++. If we find
35590697 12553 gcc in the path, set CC to gcc -O2.
252b5132
RH
12554
12555Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * configure: Default ${build} correctly. Avoid picking up extra
12558 spaces when reading CC and CXX from Makefile. When doing a
12559 Canadian Cross, use plausible default values for numerous
12560 variables.
12561 * configure.in: When doing a Canadian Cross, don't try to
12562 configure tools whose configure script can't handle it.
12563
12564Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12565
12566 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12567
12568Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12569
12570 * configure: Remove dubious bug reporting address.
12571
12572Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12573
12574 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12575 configure script, run that instead of this directory's configure.
12576 In either case, print a message that we're configuring the sub-dir.
12577
12578Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12579
12580 * configure.in: Before checking for the existence of various files,
12581 use sed to filter out "target-".
12582
12583Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12584
12585 * Makefile.in (DO_X): Split rule to decrease command line length
12586 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12587 (Philippe De Muyter).
12588
12589Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12590
12591 * Makefile.in (all-patch): depend on all-libiberty.
12592
12593Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12594
12595 * configure.in: If the only directory in target_configdirs which
12596 actually exists is libiberty, then set target_configdirs to empty,
12597 to avoid trying to build a target libiberty in a gas or gdb
12598 distribution.
12599
12600Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12601
12602 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12603 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12604 systems.
252b5132
RH
12605
12606Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12607
12608 * configure.in (copy_dirs): Use sys-include instead of include
12609 for --with-headers option.
12610
12611Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12612
12613 * Makefile.in, configure.in: Make winsup builds work with
12614 new scheme.
12615
12616Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12617
12618 * configure.in: Build the linker on AIX.
12619
12620Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12621
12622 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12623 where needed.
12624
12625Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12626
12627 * Makefile.in (all-gcc): Fix typo.
12628
12629Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12630
12631 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12632
12633Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12634
12635 * configure.in: Rename libFOO to target-libFOO, and xiberty
12636 to target-xiberty, to provide more flexibility.
12637 (target_subdir): Define. Create if cross.
12638 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12639 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12640 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12641 check-libFOO -> check-target-libFOO, etc.
12642 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12643 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12644 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12645 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12646 allow ALL_GCC="" to only configure.
12647 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12648 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12649 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12650
12651Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12652
12653 * Makefile.in (taz): Build "info" in etc explicitly.
12654
12655Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12656
12657 * configure.in: Make sure that CC is undefined (as opposed to
12658 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12659 problem with autoconf trying to configure on a host without GCC.
12660
12661Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12662
12663 * mpw-configure: Set host alias from choice of host compiler,
12664 only use generic MPW Makefile sed if present, edit a file
12665 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12666 * mpw-README: Add problem notes about CW6 and CW7.
12667
12668Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12669
12670 * Makefile.in (taz): Use ";" instead of ";;".
12671
12672Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12673
12674 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12675 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12676 DISTDOCDIRS.
12677 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12678 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12679
12680Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12681
12682 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12683 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12684 Move bfd to DISTSTUFFDIRS.
12685
12686Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12687
12688 * Makefile.in (X11_LIB): Removed.
12689 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12690
12691 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12692
12693Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12694
12695 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12696 names.
12697
12698Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12699
12700 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12701
12702Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12703
12704 * configure.in (i[345]86-*-win32): Always build newlib.
12705 Don't configure cvs, autoconf or texinfo.
12706 * Makefile.in (LD_FOR_TARGET): New.
12707 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12708 Pass down LD_FOR_TARGET.
12709
12710Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12711
12712 * winsup: New directory.
12713 * Makefile.in: Build winsup.
12714 * configure.in: Winsup is configured when target is win32.
12715 Can only build win32 target GDB when native.
35590697 12716
252b5132
RH
12717Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12718
12719 * config.guess: Recognize HP model 819 machines as having
12720 a PA 1.1 processor.
12721
12722Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * configure: Fix sed loop which substitutes for CC and CXX to
12725 avoid bug found in various sed implementations.
12726
12727Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12728
12729 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12730 simulator. Use standard powerpc-*-eabi*.
12731
12732Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12733
12734 * configure.in: Stop putting gas and binutils in noconfigdirs for
12735 powerpc-*-aix* and rs6000-*-*.
12736
12737Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12738
12739 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12740 -mcall-aixdesc libraries.
12741
12742Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12743
12744 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12745
12746 * config.sub (arm | armel | armeb): Fix shell syntax.
12747
12748Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12749
12750 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12751 -msoft-float and -mcpu=common support.
12752 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12753 libraries.
12754
12755Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12756
12757 * configure.in: Allow configuration and build of emacs19 for the alpha.
12758
12759Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12760
12761 * configure.in (CC): Get ^CC, not just any old CC, from
12762 ${host_makefile_frag}.
12763
12764Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12765
35590697 12766 * configure.in (CC): Try to get CC from
252b5132
RH
12767 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12768
12769Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12770
12771 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12772 only if it exists in $(srcdir).
12773
12774Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * configure: If CC and CXX are not set in the environment, set
12777 them, based on either an existing Makefile or on searching for gcc
12778 in PATH. Substitute for CC and CXX in Makefile.
12779 * configure.in: Remove libm from target_libs. Separate
12780 target_configdirs from configdirs. If CC is not set in
12781 environment, try to get it from a host Makefile fragment. Rewrite
12782 changes of configdirs to use skipdirs instead. A few minor
12783 tweaks. Take directories out of target_configdirs as they are
12784 taken out of configdirs. Remove existing Makefile files from
12785 subdirectories. Substitute for TARGET_CONFIGDIRS and
12786 CONFIG_ARGUMENTS in Makefile.
12787 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12788 by configure.in.
12789 (CONFIG_ARGUMENTS): Likewise.
12790 (CONFIGURE_TARGET_MODULES): New variable.
12791 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12792 ($(CONFIGURE_TARGET_MODULES)): New target.
12793 (configure-libg++, configure-libio): New targets.
12794 (all-libg++): Depend upon configure-libg++.
12795 (all-libio): Depend upon configure-libio.
12796 (configure-libgloss, all-libgloss): New targets.
12797 (configure-libstdc++): New target.
12798 (all-libstdc++): Depend upon configure-libstdc++.
12799 (configure-librx, all-librx): New targets.
12800 (configure-newlib): New target.
12801 (all-newlib): Depend upon configure-newlib
12802 (configure-xiberty): New target.
12803 (all-xiberty): Depend upon configure-xiberty.
12804
12805Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12806
12807 * configure.in (host i[345]86-*-win32): Expand the
12808 noconfigdirs again.
12809
12810Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12811
12812 * mpw-configure: Fix sed command file name.
12813
12814Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12815
35590697 12816 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12817 noconfigdirs again.
12818
12819Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12820
12821 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12822 or powerpc*-*-pe*, since they are not yet supported.
12823
12824Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12825
12826 Add PowerMac support and many other enhancements.
12827 * mpw-configure: New option --cc to select compiler to use,
12828 paste options set according to --cc into the generated
12829 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12830 if mpw-make.sed is present.
12831 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12832 add forward includes for PowerPC include files.
12833 * mpw-build.in: Build using Makefile.PPC if present.
12834 (do-byacc, etc): Remove separate version resource builds.
12835 (do-gas): Build "stamps" before "all".
12836 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12837 * mpw-README: Update to reflect --cc option, PowerMac support,
12838 and recently-reported compatibility problems.
12839
12840Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12841
12842 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12843 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12844 (--with-multilib-top): Pass to recursive invocations.
12845
12846Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12847
12848 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12849 v810-*-*.
12850
12851Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12852
12853 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12854 gdb, ld and opcodes on v810-*-*.
12855
252b5132
RH
12856Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12857
12858 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12859 (local-maintainer-clean): New target.
12860 (maintainer-clean): New target.
12861 (realclean): Just depend upon maintainer-clean.
12862
12863Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12864
12865 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12866
12867Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12868
12869 * configure.in: Build ld in mips*-*-bsd* case.
12870
12871Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12872
12873 * config.sub: Accept -lites* OS. From Ian Dall.
12874
12875Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12876
12877 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12878 targets.
252b5132
RH
12879
12880Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12881
12882 * configure.in: treat i386-win32 canadian cross the same as
12883 i386-go32 canadian cross.
12884
12885Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12886
12887 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12888 running under the simulator to build a reduced set of libraries.
12889 (powerpc-*-eabiaix): Add fine grained multilib support added to
12890 other powerpc targets yesterday.
12891
12892Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12893
12894 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12895 -disable-softfloat, -disable-relocatable, -disable-aix, and
12896 -disable-sysv to control which multilib libraries get built.
12897
12898Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12899
12900 * configure: Add Makefile.tem to list of files to remove in trap
12901 handler.
12902
12903Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12904
12905 * config.guess (*Linux*): Add missing "exit"s.
12906 Also, need specific check for alpha-unknown-linux (uses COFF).
12907
12908Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12909
12910 * config.guess: Merge with FSF:
12911
12912 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12913 * config.guess (AIX4): More robust release numbering discovery.
12914
12915 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12916 * config.guess (i386-sequent-ptx): Properly get version number.
12917
12918 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12919 * config.guess (mips:*:4*:UMIPS): New case.
12920
12921Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12922
12923 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12924 (i386-win32 host): Likewise. Don't build readline.
12925
afb8d725
JM
12926Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12927
12928 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12929 SUPPORT_FILES to submakes.
12930
252b5132
RH
12931Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12932
12933 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12934 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12935 mpw-configure.
12936
12937Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12938
12939 * configure.in (appdirs): Use =, not ==, in test expression when
12940 trying to build the text to print in the warning message for
12941 Solaris users.
12942
12943Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12944
12945 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12946
12947Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12948
12949 * config.guess: Recognize lynx-2.3.
12950
12951Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12952
12953 * config.sub (z8ksim): Deleted
12954 (z8k-*-coff): New, this is the one true name of the target.
12955
12956Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12957
12958 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12959
12960Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12961
12962 * config.guess (*:Linux:*:*): First try asking the linker what the
12963 default object file format is (elf, aout, or coff). Then if this
12964 fails, try previous methods.
12965
12966Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12967
12968 * configure.in: Don't build newlib for *-*-vxworks5.1.
12969
12970Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12971
12972 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12973 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12974
12975Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12976
12977 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12978
12979Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12980
12981 * cfg-ml-com.in: New file.
12982 * cfg-ml-pos.in: New file.
12983
12984Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12985
12986 * COPYING.NEWLIB: Add HP free copyright to list.
12987
12988Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12989
12990 * config.sub: Recognize -eabi* for the system, not just -eabi.
12991
12992Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12993
12994 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12995 * config.sub, configure.in (win32): New target and host.
12996
12997Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12998
12999 * configure.in: Add i386-pe configuration.
13000
13001Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13002
13003 * mpw-build.in (install): Install GDB after LD.
13004
13005Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13006
13007 * mpw-config.in (elf/mips.h): Always forward-include, needed
13008 for GDB to build.
13009
13010Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13011
13012 * testsuite: New directory for customer acceptance and whole tool
13013 chain tests.
13014
13015Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13016
13017 * configure: If per-host line isn't found, but AC_OUTPUT is found
13018 and a configure script exists, run it instead.
13019
13020Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13021
13022 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13023
13024Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13025
13026 * configure: Set build_{cpu,vendor,os,alias} to host values when
13027 --build isn't specified.
13028
13029Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13030
13031 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13032 (FLAGS_TO_PASS): Pass them.
13033 (EXTRA_TARGET_FLAGS): Ditto.
13034
252b5132
RH
13035Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13036
13037 * Makefile.in (all-libg++): Depend on all-libstdc++.
13038
13039Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13040
13041 * configure.in (noconfigdirs): Enable all packages for
13042 i386-unknown-netbsd.
13043
13044Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13045
13046 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13047 hosted builds (DOS builds)
13048
13049Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13050
13051 Changes for ARM based on patches from Richard Earnshaw:
13052 * config.sub: Handle armeb and armel.
13053 * configure.in: Omit arm linker only for riscix.
13054
13055Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13056
13057 * config.guess: Update from FSF.
13058
13059Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13060
13061 * config.sub: Recognize powerpcle as the little endian varient of
13062 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13063 powerpcle variant. Convert pentium into i586, not i486. Add p5
13064 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13065 temporarily.
13066
13067Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13068
13069 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13070
13071Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13072
13073 * config.sub: Accept -lites* as a basic system type.
13074
13075Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13076
13077 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13078 installed, and if so return linuxoldld as the system name.
13079
13080Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13081
13082 * config.guess: Add hppa1.1-hp-lites support.
13083
13084Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13085
13086 * configure.in: Don't build newlib for m68k-vxworks5.1.
13087
13088Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13089
13090 * configure.in (mips-sgi-irix6): Use mh-irix5.
13091
13092Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13093
13094 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13095
13096Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13097
13098 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13099 OSF/1. Fix compiler flags.
252b5132
RH
13100 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13101
13102Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13103
13104 * configure.in: Recognize --with-newlib.
13105 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13106
afb8d725
JM
13107Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13108
13109 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13110 to *_X11_MODULES due to gdbtk needing X include files et al.
13111
252b5132
RH
13112Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13113
13114 Merge in support for Mac MPW as a host.
13115 (Old change descriptions retained for informational value.)
13116
13117 * mpw-config.in: Add generic include forwards for cpu-specific
13118 include files in aout and elf directories.
13119
13120 * mpw-configure: Added copyright.
13121 * mpw-config.in: Check for presence of required build tools.
13122 (target_libs): Add newlib.
13123 (target_tools): Add examples.
13124 (Read Me): Generate as "Read Me for MPW" instead.
13125 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13126 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13127 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13128
13129 * mpw-configure: Remove subdir-specific makefile hackery,
13130 delete mk.tmp after using it.
13131
13132 * mpw-build.in (all): Display start and end times.
13133
13134 * mpw-configure (host_canonical): Set.
13135 (target_cpu): Always add to makefiles.
13136 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13137 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13138 (mpw-mh-mpw): Look for in srcdir and srcroot.
13139 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13140
13141 * mpw-build.in: (install-only): New target.
13142
13143 * mpw-configure (host_alias, target_alias): Rename from hostalias
13144 and targetalias, add into generated Makefile.
13145 (mk.tmp): If present, add into generated Makefile.
13146 * mpw-build.in (all-gas): Build config.h first before gas proper.
13147
13148 * mpw-configure (config.status): Write only if changed.
13149 * mpw-config.in (readline): Configure it (not built, just used for
13150 definitions).
13151
13152 * mpw-config.in (elf/mips.h): Add a forward include.
13153
13154 * mpw-config.in: Forward-include most .h files in include into
13155 extra-include.
13156 (readline): Don't build.
13157 mpw-build.in (install): Install GDB.
13158
13159 * mpw-configure (prefix, mpw_prefix): Handle it.
13160 * mpw-config.in (mmalloc, readline): Don't configure.
13161 * mpw-build.in (thisscript): Rename to ThisScript.
13162 Use mpw-build instead of BuildProgram everywhere.
13163 (mmalloc, readline): Don't build.
13164 * mpw-README: New file, basic documentation about the MPW port.
13165
13166 * mpw-config.in: Use forward-include to create include files.
13167
13168 * mpw-configure: Add more things to the top of each configured
13169 Makefile, including contents of config/mpw-mh-mpw.
13170 * mpw-config.in (extra-include): Create this directory and fill it
13171 with Posix-like include files when configuring.
13172
13173 * config.sub (apple, mac, mpw): Add various aliases.
13174
13175 * mpw-build.in: New file, top-level build script fragment for MPW.
13176 * mpw-configure: New file, configure script for MPW.
13177 * mpw-config.in: New file, config fragment for MPW.
13178
13179Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13180
13181 * configure.in (host_libs): Remove glob, since it is gone from the
13182 sources.
13183
13184Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13185
13186 * Makefile.in: define empty GDB_NLM_DEPS var.
13187
13188 * configure.in(target_makefile_frag): use config/mt-netware
13189 for netware targets.
13190
13191Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13192
13193 * config.sub: Merge in recent FSF changes. Remove linux special
13194 cases.
13195
13196Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13197
4bddf3ad 13198 Revert this change:
252b5132
RH
13199
13200 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13201
13202 * build-all.mk: Use CC=cc -Xs on Solaris.
13203
252b5132
RH
13204Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13205
13206 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13207 stop using it.
13208 * Makefile.in: Nuke all references to glob subdirectory.
13209
13210Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13211
13212 * configure.in: Fix --enable-shared logic in per-host.
13213
13214Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13215
13216 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13217
13218Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13219
13220 * configure.in (noconfigdirs): Don't build gas on AIX, for
13221 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13222
13223Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13224
13225 * configure: Fix --cache-file to work if the file argument is a
13226 relative path.
13227
13228Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13229
13230 * configure: If the --cache-file is used, pass it down to
13231 configure in subdirectories.
13232
13233Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13234
13235 * config.sub: add vxworks29k configuration.
13236
13237Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13238
13239 * Makefile.in (taz): Do "diststuff" part quietly.
13240
13241Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13242
13243 * config.sub: Mini-merge with gcc/config.sub.
13244
13245Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13246
13247 * config.guess (IRIX): Sed - to _.
13248
13249Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13250
13251 * Makefile.in (source-vault, binary-vault): New targets.
13252
13253Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13254
13255 * config.sub: Recognize -eabi as a basic system type.
13256
13257Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13258
13259 * configure.in (enable_shared stuff): Fix typo.
13260
13261Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13262
13263 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13264
13265Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13266
13267 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13268
13269Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13270
13271 * configure.in (rs6000-*-*): Don't build gas.
13272
13273Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13274
13275 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13276 reduce command line length.
13277 (AS_FOR_TARGET): Check for as.new, not Makefile.
13278 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13279
13280Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13281
13282 * config.guess: Merge from FSF.
13283
13284Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13285
13286 * configure: Don't use $ when handling program_suffix.
13287
13288Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13289
13290 * configure.in: Configure tk for hppa/hpux.
13291
13292Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13293
13294 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13295
13296Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13297
13298 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13299 to LIBCXXFLAGS. Tests are better run without it.
13300
13301Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13302
13303 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13304
13305Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13306
13307 * configure.in (*-*-netware*): Don't configure xiberty.
13308
13309Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13310
13311 * configure.in: Remove tk from native_only list.
13312
13313Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13314
13315 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13316 for special NCD build.
13317
13318Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13319
13320 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13321 makeall.bat, they're only useful for binutils snapshots.
13322 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13323 makeall.bat to specified SUPPORT_FILES.
13324
13325Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13326
13327 * build-all.mk: Add Ericsson targets to sun4 and solaris
13328 hosts. Add BNR's sun4 target to solaris host, so their
13329 build-from-source will be tested in-house first.
13330
13331Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13332
13333 * Makefile.in (LIBCFLAGS): New variable.
13334 (CFLAGS_FOR_TARGET): Ditto.
13335 (LIBCFLAGS_FOR_TARGET): Ditto.
13336 (LIBCXXFLAGS): Ditto.
13337 (CXXFLAGS_FOR_TARGET): Ditto.
13338 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13339 (BASE_FLAGS_TO_PASS): Pass them.
13340 (EXTRA_TARGET_FLAGS): Ditto.
13341
4bddf3ad 13342 * configure.in: Support --enable-shared.
252b5132
RH
13343
13344Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13345
13346 * configure.in (target_libs): Include libstdc++ again.
13347 * config.guess: Update from FSF (for FreeBSD).
13348
13349Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13350
13351 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13352 makeall.bat.
13353 (DISTDOCDIRS): Add `etc'.
13354 (ETC_SUPPORT_PFX): New variable.
13355 (taz): Include anything from etc starting with a word in
13356 ETC_SUPPORT_PFX.
13357
13358Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13359
13360 * config.sub: Update for recent FSF changes. Remove obsolete
13361 h8300hds entry. Add -windows* and -osx as basic os. Minor
13362 spacing changes.
13363
13364Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13365
13366 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13367
13368 * config.guess: Merge with FSF.
13369 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13370
13371Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13372
13373 * configure: Since the "trap 0" handler will override the exit
13374 status on many systems, only use it for "exit 1", and make it set
13375 a non-zero exit status; reset it before "exit 0". Also, check
13376 exit status of config.sub, and error out if it failed.
13377
13378Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13379
13380 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13381 and install libgloss.
13382
13383Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13384
13385 * Makefile.in (all-binutils): Depend upon all-byacc.
13386
13387 * configure.in: Don't build emacs on Irix 5.
13388
13389Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13390
13391 * configure.in (*-*-netware*): Add libio.
13392
13393Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13394
13395 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13396 (CHECK_TARGET_MODULES): Ditto.
13397 (INSTALL_TARGET_MODULES): Ditto.
13398 (TARGET_LIBS): Ditto.
13399 (all-libstdc++): Note dependencies.
13400
13401Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13402
13403 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13404
13405Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13406
13407 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13408 -fexternal-templates.
13409
13410 * configure.in (target_libs): Add libstdc++.
13411 (noconfigdirs): Add libstdc++ as appropriate.
13412
13413Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13414
13415 * config.guess: Update from FSF.
13416
13417Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13418
13419 * configure: Use ${config_shell} when running ${configsub}.
13420
13421Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13422
13423 * config.sub: No longer recognize h8300h.
13424
13425Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13426
13427 * config.sub: Remove extraneous differences between config.sub and
13428 gcc/config.sub.
13429
13430Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13431
13432 * Makefile.in (DISTSTUFFDIRS): Add gas.
13433
13434Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13435
13436 * COPYING.NEWLIB: New file.
13437
13438Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13439
13440 * config.guess (HP-UX): Patch from Harlan Stenn
13441 <harlan@landmark.com> to also emit release level.
13442
13443Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13444
13445 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13446
13447Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13448
13449 * config.sub: Merge nextstep cleanup from FSF.
13450
13451Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13452
13453 * configure.in (arm-*-*): Don't configure ld for this target.
13454
13455Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13456
13457 * configure.in (*-*-netware): don't configure libg++, libio,
13458 librx, or newlib.
13459
13460Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13461
13462 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13463 configure ld--it works, but it doesn't support shared libraries.
13464
13465Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13466
13467 * config.guess (*-unknown-freebsd*): Get rid of possible
13468 trailing "(Release)" in version string.
13469 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13470
13471Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13472
13473 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13474 Fix type: *-next-neststep -> *-next-nextstep.
13475
13476 * config.guess: Merge from FSF:
13477
13478 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13479
13480 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13481
13482 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13483
13484 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13485 instead of UNIX_SV for UnixWare 1.0).
13486
13487Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13488
13489 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13490 to make gdb/nlm/* build after the compiler and linker.
13491
13492Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13493
13494 * config.guess (netbsd, freebsd, linux): Accept any machine,
13495 not just i[34]86.
13496 (m68k-atari-sysv4): Relocate to match FSF version.
13497
13498 * config.guess: More merges from the FSF:
13499
13500 Add a space before function call or macro invocation.
13501
13502 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13503
13504 * config.guess: Add trap cmd to remove dummy.c and dummy when
13505 interrupted.
13506
13507 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13508
13509 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13510 (dummy): Redirect stderr from compilation of dummy.c.
13511
13512 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13513
13514 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13515
13516Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13517
13518 * configure: Accept and ignore --cache*, for compatibility with
13519 new autoconf.
13520
13521Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13522
13523 * config.guess: Merge from FSF:
13524
13525 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13526
13527 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13528 (PATH): Add /.attbin at end for finding uname.
13529 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13530
13531 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13532
80413487 13533 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13534
13535 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13536
80413487
RH
13537 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13538 to select whether to use ELF or COFF.
252b5132
RH
13539
13540 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13541
80413487 13542 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13543
13544 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13545
13546 * config.guess: Guess the OS version for HPUX.
13547
13548 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13549
13550 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13551
13552Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13553
13554 * configure.in: Recognize --with-headers, --with-libs, and
13555 --without-newlib.
13556 * Makefile.in (all-xiberty): Depend upon all-ld.
13557
13558Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13559
13560 * configure.in: Change i[34]86 to i[345]86.
13561
13562Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13563
13564 * configure (version): A few more tweaks to help message.
13565
13566Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13567
13568 * Makefile.in: Remove (for now) librx as a host library,
13569 now that we're building it for target.
13570
13571Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13572
13573 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13574 (Karl Berry).
13575
13576Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13577
13578 * configure.in: Also configure librx.
13579
13580Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13581
13582 * Makefile.in: Update various rules to reflect that librx
13583 is now needed for libg++.
13584
13585Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13586
13587 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13588
13589Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13590
13591 * configure.in: Configure the examples directory.
13592
13593Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13594
13595 * configure: Simplify Jun 2 1994 change.
13596
13597Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13598
13599 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13600 /bin/gcc isn't good enough to build gcc.
13601
13602Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13603
13604 * Makefile.in (GDB_SUPPORT_FILES): Remove
13605 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13606 (gdb.tar.gz): Add new rule to use standard distribution building
13607 mechanism.
13608
13609Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13610
13611 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13612 Bill Cox <bill@cygnus.com>.
13613
13614Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13615
13616 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13617
13618Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13619
13620 * configure: Search current dir first in .gdbinit.
13621
13622Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13623
13624 * config.sub: Recognize freebsd (merged from gcc config.sub).
13625
13626Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13627
13628 * config.sub: Refer to NeXT's operating system as nextstep.
13629
13630 * config.sub (case $basic_machine): Re-order the cases, to match
13631 the order in the FSF version (which is mostly alphabethical).
13632 Merge in some additions and changes from the FSF.
13633
13634Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13635
13636 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13637 * config.sub: Recognize cxux7.
13638 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13639
13640Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13641
13642 * config.sub: Fix typo powerpc -> powerpc-*.
13643
13644Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13645
13646 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13647
13648 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13649 parallel with all-emacs and install-emacs). Top-level command
13650 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13651
13652Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13653
13654 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13655 $(relbindir)/make before doing ``make install'', and use
13656 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13657 installing over running make binary.
13658 ($(host)-stamp-stage3-installed): Likewise.
13659
13660Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13661
13662 * config.guess: Recognize Mach.
13663
13664Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13665
13666 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13667 see whether --exec-prefix was used.
13668
13669Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13670
13671 * README: Explicitly mention libg++/README. (Zoo's idea.)
13672
13673Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13674
13675 * Makefile.in: Add all-librx target similar to all-libproc.
13676
13677Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13678
13679 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13680 with post 1.2 uname bogosity.
13681
13682Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13683
13684 * configure: Remove temporary files on receipt of a signal.
13685
13686Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13687
13688 * configure: If there is a package_makefile_frag, remove
13689 ${subdir}/Makefile.tem after copying it in.
13690
13691Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13692
13693 * build_all.mk: support rs6000 lynx identifies itself as
13694 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13695 since /bin/gcc is too feeble to compile a modern gcc.
13696
13697Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13698
13699 * brought devo/test-build.mk update-to-date with progressive/
13700 test-build.mk. Add lynx targets and hppa flag info.
13701
13702Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13703
13704 * configure.in: Use mh-ncrsvr43. Patch from
13705 Tom McConnell <tmcconne@sedona.intel.com>.
13706
13707Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13708
13709 * config.guess (i386-unknown-bsdi): No longer need to
13710 check #if defined(__bsdi__) && defined(__i386__).
13711
13712Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13713
13714 * configure: Set program_transform_nameoption correctly.
13715
13716Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13717
13718 * brought build-all.mk update-to-date with progressive build-all.mk,
13719 added new targets and hppa info.
35590697 13720
252b5132
RH
13721Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13722
13723 * configure: If config.guess result is a prefix of the user
13724 specified target, assume a native build and use the user specified
13725 target as the host alias. Remove SunOS patch suffix removal hack.
13726 * configure.in: Remove SunOS patch suffix removal hack.
13727
13728 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13729 in NATIVE_CHECK_MODULES.
13730
13731Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13732
13733 * Makefile.in: Rename HOST_ONLY to NATIVE.
13734 * configure: Delete SunOs patch suffix from host_canonical
13735 and build_canonical variables that are prepended to Makefiles.
13736 * configure.in: Add comments for easier maintenance.
13737
13738Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13739
13740 * Makefile.in: Add all-libproc target similar to all-gui.
13741
13742Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13743
13744 * Makefile.in (CHECK_MODULES): split into
13745 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13746
13747Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13748
13749 * config.guess (i386-unknown-bsdi): New system to guess.
13750
13751Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13752
13753 * Makefile.in: Add all-gui target (but not yet build by "all").
13754
13755Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13756
13757 * config.sub: Move deletion of patch suffix from here...
13758 * configure.in: To here, at Ian's suggestion. The top-
13759 level scripts might need to know of a patch level.
13760
13761Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13762
13763 * config.sub: Strip off patch suffix so rtl is recognized
13764 as a sunos4.1.3 machine, even though it's been patched.
13765
13766Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13767
13768 * Makefile.in (INSTALL_LAST): Delete.
13769 (INSTALL_DOSREL): New.
13770
13771Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13772
13773 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13774 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13775 whether we pass down --with-gnu-ld anyhow.
13776
13777Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13778
13779 * Makefile.in (INSTALL_LAST): Change operation so it works
13780 on more flavors of make.
13781 * configure.in (go32): Don't build libg++ or libio.
13782
13783Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13784
13785 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13786 they can be overriden by templates.
13787
13788Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13789
13790 * configure.in (target==go32): Don't build gdb.
13791 * dosrel: New directory.
13792
13793Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13794
13795 * configure.in (host==go32): Configure dosrel too.
13796 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13797 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13798 be set by incoming names or templates.
13799 (INSTALL_LAST): New rule.
252b5132
RH
13800
13801Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13802
13803 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13804
13805Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13806
252b5132
RH
13807 * configure.in (appdirs): New variable. Currently empty, but will
13808 be used in gas distribution. If nonempty, lists a set of
13809 directories at least one of which must get configured, or top
13810 level configuration is considered to have failed.
13811 (rs6000-*-lynxos*): Use new file name.
13812
13813Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13814
13815 Eliminate XTRAFLAGS.
13816 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13817 newlib include files using -idirafter, and also use -nostdinc.
13818 (CXX_FOR_TARGET): Likewise.
13819 (XTRAFLAGS): Removed.
13820 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13821 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13822 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13823 ($(DO_X)): Don't pass down XTRAFLAGS.
13824
13825Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13826
13827 * configure.in (mips*-dec-bsd*): New target; do build linker.
13828 (mips*-*-bsd*): New target; don't build linker.
13829
13830Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13831
13832 * configure.in: support rs6000-*-lynxos* configuration.
13833 support sunos4 as a cross target.
13834
13835 * config.sub: look for lynx*, not lynx since the OS version may
13836 legitimately be part of the name.
13837
13838Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13839
13840 * configure.in (i[34]86-*-sco*): Move to be with other i386
13841 targets.
13842 (romp-*-*): New target. Skip various binary utilities.
13843 (vax-*-*): New target. Don't build newlib.
13844 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13845
13846Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13847
13848 * configure.in: Only set host_makefile_frag if config
13849 directory exists.
13850
13851Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13852
13853 * install.sh: If $dstdir exists, don't check whether each
13854 component does.
13855
13856Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13857
13858 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13859
13860Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13861
35590697
AJ
13862 * configure.in (*-*-lynxos*): Don't configure newlib for either
13863 native or cross Lynx.
252b5132
RH
13864
13865Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13866
13867 * config.sub (sparc64-elf): Fix os.
13868 (z8k): Remove duplicate.
13869
13870Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13871
13872 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13873 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13874
13875Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13876
13877 * configure: Make file links cleanly even if Lynx fails on
80413487 13878 an NFS symlink (at least fail cleanly).
252b5132
RH
13879
13880Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13881
13882 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13883 -XNh2000.
13884
13885Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13886
13887 * configure: Unknown options are fatal again.
13888
13889Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13890
13891 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13892 compatibility.
252b5132
RH
13893
13894Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13895
13896 * build-all.mk: Add `clean' target.
13897
13898Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13899
13900 * config.guess: Add SINIX support.
13901 * configure.in: Add mips-*-sysv4* support.
13902
13903Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13904
13905 * build-all.mk: Document all useful targets.
13906 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13907 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13908
13909Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13910
13911 * configure: Support --silent, --quiet.
13912
13913Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13914
13915 * configure: Support --disable-FEATURE.
13916
13917Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13918
13919 * config.guess: Recognize NCR running SVR4.3.
13920
13921Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13922
13923 * config.guess: Make BSDI generate i386-unknown-bsd386.
13924 Patch from Paul Eggert <eggert@twinsun.com>.
13925
13926Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13927
13928 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13929
13930Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13931
13932 * configure: Make unrecognized options give nonfatal warnings
13933 instead of fatal errors, and pass them to any subdirectory
13934 configures in case they recognize them.
13935 Make --x equivalent to --with-x.
13936
13937Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13938
13939 * configure: Add --enable-* options. Clean up usage message and
13940 some comments.
13941
13942Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13943
13944 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13945
13946Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13947
13948 * configure.in (hppa*-*-*): Enable binutils.
13949
13950Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13951
13952 * config.sub: Recognize cisco.
13953
13954Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13955
13956 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13957
13958Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13959
13960 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13961 than one configuration name. Add comment.
13962
13963Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13964
13965 * config.guess: about target *-hitachi-hiuxwe2, fixed
13966 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13967 macro is incorrect.]
13968
13969Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13970
13971 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13972 than the "make ls" stuff which used to be here.
13973
13974Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13975
13976 * config.guess: Recognize i[34]86-unknown-freebsd.
13977 From Shawn M Carey <smcarey@rodan.syr.edu>.
13978
13979Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13980
13981 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13982
13983Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13984
13985 * config.guess: Check for ptx.
13986
13987Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13988
13989 * config.sub: Add os9k checking.
13990
13991Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13992
13993 * config.guess: Handle OSF1 running on HPPA processors
13994
13995Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13996
13997 * configure: If subdir configure fails, print out a message with
13998 subdirectory name, in case subdir's configure code didn't identify
13999 itself.
14000
14001Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14002
14003 * configure.in: Remove embedded newlines from configdirs.
14004 Avoid mismatches of substrings. Fix matching strings at end
14005 of configdirs.
14006
14007Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14008
14009 * config.guess: Add Lynx/rs6000 config support.
14010
14011Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14012
14013 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14014
14015Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14016
14017 * configure.in (hppa*-*-osf*): Treat this just like most other
14018 PA configurations (eg no binutils or ld).
14019 (hppa*-*-*elf*): These configurations have binutils and ld.
14020
14021Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14022
14023 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14024
14025Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14026
14027 * configure.in (rs6000-*-*): Build gas.
14028
14029Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14030
80413487 14031 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14032
14033Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14034
14035 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14036 for GDB and GDB has been fixed to not need it.
14037
252b5132
RH
14038Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14039
14040 * config.guess: Recognize vax hosts.
14041
14042Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14043
14044 * configure (while loop): Don't use "break 2" inside case
14045 statement -- the case statement isn't an enclosing loop.
14046
14047Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14048
14049 * config.guess: Clean up NeXT support, to allow nextstep
14050 on Intel machines. Make OS be nextstep.
14051
14052Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14053
14054 * config.guess: Add alternate forms for Convex.
14055
14056Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14057
14058 * configure: Completely rewrite option processing. Take
14059 advantage of pattern-matching to avoid invoking test frequently.
14060 Also clean up host and target defaulting logic.
14061
14062Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14063
14064 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14065 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14066 commands (plus user environment) will fit SCO limits.
14067
14068Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14069
14070 * configure.in: Don't issue warnings about directories which are
14071 not being configured if -norecursion is set. Correct test for
14072 --with-gnu-as and --with-gnu-ld to not get confused by substring
14073 matches.
14074
14075 * configure.in: Don't build gas for alpha-dec-osf1*.
14076
14077Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14078
14079 * configure: Back out Per's change of 12/19/1993. It changes the
14080 behavior of configure in unexpected and confusing ways.
14081
14082 Also, use different delim char when calculating
14083 program_transform_name so that the name can contain slashes.
14084
14085Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14086
14087 * configure.in, config.sub: Add support for VSTa micro-kernel.
14088
14089Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14090
14091 * configure.in: Nuke hacks which were used to get a special
14092 version of GAS for HPPA configurations.
14093
14094Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14095
14096 * configure: If only ${target_alias} is given, use that
14097 as the default for ${host_alias}.
14098 * configure: Add missing back-slashes before nested quotes.
14099
14100Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14101
14102 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14103
14104Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14105
14106 * config.guess: Recognize some Tektronix configurations.
14107 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14108
14109Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14110
14111 * config.sub: Match any flavor of SH.
14112
14113Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14114
14115 * configure.in: Don't try to configure newlib for Alpha.
14116
14117Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14118
14119 * configure.in: Don't build ld for Irix 5. Don't build gas,
14120 libg++ or libio for any Alpha target.
14121
14122 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14123
14124Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14125
14126 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14127 default arguments -- so it tried to compress itself.
14128
14129Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14130
14131 * configure.in (notsupp): ensure that a space is always at the end
14132 of the configdirs list, since the grep checks for an explicit space
14133
14134Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14135
14136 * configure.in (target i386-sysv4.2): don't build ld, since static
14137 versions of many libraries are not available.
14138
14139Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14140
14141 * config.guess: Recognize Apollos (using environment variables).
14142 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14143
14144Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14145
14146 * config.guess: Recognize Sony news mips running newsos.
14147
14148Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14149
14150 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14151 "fi ; else" for bash.
14152
14153Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14154
14155 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14156
14157Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14158
14159 * config.sub: accept unixware as an alias for svr4.2.
14160 Fix some inconsistancies with the gcc version.
14161
14162Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14163
14164 * Makefile.in (DISTDOCDIRS): Add gdb.
14165
14166Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14167
14168 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14169
14170Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14171
14172 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14173 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14174 this now.
14175
14176Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14177
14178 * config.sub: Accept hiux* as an OS name.
14179
14180 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14181 etc/make-stds.texi. The underscore came from gcc, and dje now
14182 agrees that RUNTESTFLAGS is the correct name.
14183
14184Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14185
14186 * install.sh: Remove 'set -e'. It makes any conditionals
14187 in the script useless.
14188
14189 * config.guess: Automatically recognize arm-acorn-riscix
14190 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14191
14192Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14193
14194 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14195
14196Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14197
14198 * Makefile.in (DISTDOCDIRS): New variable.
14199 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14200 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14201
14202Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14203
14204 * configure.in (hppa target): check the source directory for the
14205 pagas sub-directory
14206
14207Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14208
14209 * config.sub: Allow -aout* and -elf*.
14210
14211Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14212
14213 * configure.in: Don't build ld on i386-solaris2, same as for
14214 sparc-solaris2.
14215
14216Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14217
14218 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14219
14220Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14221
14222 * configure.in: Configure gdb for alpha.
14223
14224Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14225
14226 * Makefile.in (CXXFLAGS): Add -O.
14227
14228Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14229
14230 * config.guess: added support for DG Aviion
14231
14232Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14233
14234 * configure.in: Produce warning message for subdirectories not
14235 configurable for this host/target combination. Don't try to
14236 configure gdb for vms.
14237
14238Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14239
14240 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14241 appropriate files before making "diststuff".
14242 (DISTBISONFILES): New var: list of files to be edited.
14243 (DISTSTUFFDIRS): Add binutils.
14244
14245Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14246
14247 * config.sub: also handle mipsel and mips64el (for little endian mips)
14248
14249Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14250
14251 * configure.in: Add * to end of all OS names.
14252
14253Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14254
14255 * configure.in: Build newlib for LynxOS native.
14256
14257Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14258
14259 * config.guess: Add support for delta 88k running SVR3.
14260
14261 * configure.in: Add comment about HP compiler vs. emacs.
14262
14263Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14264
14265 * configure.in: don't build ld on solaris2 (not a viable option
14266 due to bugs in getpwnam & getpwuid)
14267
14268Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14269
14270 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14271 config.guess will produce a full version number.
14272
14273Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14274
14275 * configure.in: Build linker and binutils for alpha-dec-osf1.
14276
14277Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14278
14279 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14280 and gdb/testsuite/Makefile.in.
14281
14282Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14283
14284 * configure.in: recognize mips*- instead of mips-
14285
14286Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14287
14288 * config.sub: Accept linux*coff and linux*elf as operating
14289 systems.
14290
14291Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14292
14293 * config.sub: Recognize mips64, and mips3 as an alias for it.
14294
14295Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14296
14297 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14298 gdb knows how to handle OSF/1 shared libraries.
14299
14300Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14301
14302 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14303 * config.guess: Recognize Hitachi's HIUX.
14304 * config.sub: Recognize h3050r* and hppahitachi.
14305 Remove redundant cases for hp9k[23]*.
14306
14307Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14308
14309 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14310 if gas and ld are in the source tree and are in ${configdirs}.
14311 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14312 --with options (but still pass them down on the command line,
252b5132
RH
14313 if they were explicitly specified).
14314
14315Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14316
14317 * configure: substitute SHELL value in Makefile.in with
14318 ${CONFIG_SHELL}
14319
14320Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14321
14322 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14323 *-*-solaris2* targets.
14324
14325Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14326
14327 * Makefile.in: define M4, and pass it down to sub-makes;
14328 all-autoconf now depends on all-m4
14329
14330Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14331
14332 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14333 presence of {ar,ranlib} instead of a configured directory
14334
14335Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14336
14337 * config.guess: Accept 34?? as well as 33?? for NCR.
14338
14339Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14340
14341 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14342 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14343
14344Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14345
14346 * configure: grab values for $(CC) and $(CXX) from the
14347 environment, so that someone can do "CC=gcc configure; make" and
14348 have it work right (matching the way that autoconf works now)
14349
14350 * configure.in, Makefile.in: add support for gash, the tcl
14351 interface to Galaxy
14352
14353 * config.guess: add NetBSD variants (hp300, x86)
14354
14355Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14356
14357 * install.sh: Support -d option (in the manner of SunOS 4 install,
14358 as it is more deterministic than that of GNU install)
14359 (chmodcmd): Set file to mode 755 by default (should also do default
14360 chgrp and chown, but I don't feel like dealing with that now)
14361
14362Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14363
14364 * config.sub: Remove h8300hhms alias.
14365
14366Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14367
14368 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14369
14370Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14371
14372 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14373 as stmp-fixinc
14374
14375Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14376
14377 * config.sub: recognize m88110-bug-coff.
14378
14379Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14380
14381 * Makefile.in (all-libio): all dependencies on the toolchain used
14382 to build this (gcc, gas, ld, etc)
14383
14384Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14385
14386 * config.guess: Deal with OSF/1 1.3 on alpha.
14387
14388Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14389
14390 * install.sh: add some 'else true' clauses for portability
14391
14392 * configure.in: don't build libio for h8[35]00-*-* targets
14393
14394Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14395
14396 * Makefile.in: Add support for new libio.
14397
14398Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14399
14400 * install.sh: If one command fails, don't try the rest. Don't try
14401 to remove $dsttmp (via trap) unless we have already created it.
14402 If $src doesn't exist, detect it and exit with an error.
14403
14404 * config.guess: Recognize BSD on hp300.
14405
14406Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14407
14408 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14409 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14410
14411Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14412
14413 * Makefile.in (all-send-pr): depends on all-prms
14414
14415Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14416
14417 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14418
14419Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14420
14421 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14422 Added test for mips-mips-riscos5.
14423
14424Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14425
14426 * configure.in: use mh-hp300 for 68k HP hosts
14427
14428Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14429
14430 * configure: add support for CONFIG_SHELL, so that you can use
14431 some alternate shell for evaluating configure scripts
14432
14433Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14434
14435 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14436 in configure script to bug-gdb@prep.ai.mit.edu when building
14437 distribution archive.
14438 * Makefile.in (COMPRESS): Remove def.
14439 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14440 gdb.tar.Z and make-gdb.tar.Z respectively.
14441 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14442 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14443 to convergence with 'taz' target in Makefile.in.
14444
14445Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14446
14447 * install.sh (dsttmp): use trap to ensure that tmp files go
14448 away on error conditions
14449
14450Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14451
14452 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14453
14454Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14455
14456 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14457 its parent is '/' not ''.
14458
14459 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14460
14461Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14462
14463 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14464 that ${newsrcdir}/configure.in does.
14465
14466Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14467
14468 * test-build.mk: support for CONFIG_SHELL
14469
14470Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14471
14472 * config.sub (netware): Add as a basic system type.
14473
14474Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14475
14476 * Makefile.in (Makefile): depend on configure.in. Also drop the
14477 $(srcdir)/ from the dependency on Makefile.in.
14478
14479Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14480
14481 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14482 (h8300hhms is temporary until multi-libraries are implemented).
14483 * configure.in: Handle h8300h too.
14484
14485Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14486
14487 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14488
14489Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14490
14491 * configure: Remove extraneous output when guessing host type.
14492 * config.guess: Remove extraneous output when guessing using C
14493 compiler rather than uname, or when guessing fails.
14494
14495Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14496
14497 * Makefile.in: remove all.cross and install.cross targets
14498
14499 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14500 definitions
14501
14502Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14503
14504 * configure.in (target sh): Build gprof.
14505
14506Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14507
14508 * config.sub: change -solaris to -solaris2
14509
14510Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14511
14512 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14513
14514Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14515
14516 * configure: Correct error message for missing Makefile.in to
14517 print correct directory.
14518
14519Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14520
14521 * install.sh: kludge around 386BSD shell bug
14522
14523Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14524
14525 * config.guess: Recognize NeXT.
14526 * config.guess: Recognize i486-ncr-sysv4.
14527 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14528
14529Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14530
14531 * Makefile.in (MAKEINFOFLAGS): New variable.
14532 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14533 * build-all.mk, test-build.mk: Pass down --no-split as
14534 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14535
14536Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14537
14538 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14539
14540Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14541
14542 * Makefile.in (libg++.tar.z): New rule.
14543 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14544 * Makefile.in (taz): Only do a single chmod.
14545
14546Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14547
14548 * install.sh: don't use dirname anymore (replaced with sed usage)
14549
14550Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14551
14552 * Makefile.in: Change extension for gzip'd files from '.z' to
14553 '.gz' per new FSF standard usage.
14554
14555Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14556
14557 * configure: put quotes around the final value of program_transform_name
14558
14559Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14560
14561 * Makefile.in: new install.sh support; update install-info rules
14562
14563Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14564
14565 * configure.in: Build diff for crosses, but not for go32 host.
14566
14567 * configure.in: Build gprof only for native, and don't build it
14568 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14569
14570Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14571
14572 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14573
14574Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14575
14576 * configure.in (host_tools): Add prms.
14577
14578Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14579
14580 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14581 with $(FLAGS_TO_PASS) on the command line
14582
14583 * config.sub: Recognize lynx and lynxos
14584
14585Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14586
14587 * config.sub: Accept -ecoff*, not just -ecoff.
14588
14589Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14590
14591 * Makefile.in (taz): Use .gz suffix instead of .z.
14592 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14593 names.
14594
14595Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14596
14597 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14598
14599Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14600
14601 * Makefile.in (install-no-fixedincludes): install gcc last, so
14602 that rebuilds that might happen during 'make install' don't get
14603 bogus gcc include files
14604
14605Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14606
14607 Change from Utah for HPPA support:
14608 * config.guess: Recognize hppa1.x-hp-bsd.
14609
14610Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14611
14612 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14613 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14614
14615Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14616
14617 * config.sub: Add support for rom68k and bug boot monitors.
14618
14619Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14620
14621 * Makefile.in: Make all-opcodes depend on all-bfd.
14622
14623Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14624
14625 * config.guess: Added special check for i[34]86-univel-sysv4*.
14626
14627Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14628
14629 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14630 the processor rather than assuming i486.
14631
14632Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14633
14634 * config.guess: Recognize SunOS6 as Solaris3.
14635
14636Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14637
14638 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14639 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14640
14641Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14642
14643 * build-all.mk (all-cross): New target for Canadian Cross.
14644 Added Q2 go32 targets.
14645 * test-build.mk: Configure go32 cross sparclite-aout and
14646 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14647 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14648
14649Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14650
14651 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14652 GO32 hosted toolchains
14653
14654Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14655
14656 * configure: change so "-exec-prefix" gets passed down rather
14657 than "-exec_prefix" so autoconf generated Makefiles get the
14658 exec_prefix set right.
14659
14660Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14661
14662 * config.guess: get the Solaris2 minor version number
14663
14664 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14665
14666Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14667
14668 * config.guess: Recognize some Sequent platforms.
14669
14670Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14671
14672 * Makefile.in: added the vault-install target
14673
14674 * configure.in: actually use the Sun3 makefile fragment that's in
14675 config, also added the release dir to configdirs
14676
14677Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14678
14679 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14680
14681Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14682
14683 * configure.in: remove some program from Alpha targetted toolchains
14684
14685Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14686
14687 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14688 gprof.
14689 (taz): Run "make diststuff" in those directories instead of "make
14690 proto-dir". Look for "VERSION=" only at start of line in subdir
14691 Makefile. Use "gzip -9" for compression.
14692 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14693 (binutils.tar.z): New target.
14694
14695Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14696
14697 * Makefile.in (taz): Include gpl.texinfo.
14698
14699Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14700
14701 * Makefile.in (setup-dirs): Merged into "taz" target.
14702 (taz): Only do `proto-dir' stuff if a directory is actually needed
14703 for this target.
14704
14705Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14706
14707 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14708 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14709 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14710 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14711 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14712
14713Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14714
14715 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14716 config.sub, and move-if-change to gdb testsuite distribution
14717 archive, so the testsuite can be extracted, configured, and
14718 run separately from the gdb distribution. Blow away the Chill
14719 tests that require a Chill compiled executable, since GNU Chill
14720 is not yet publically available.
14721
14722Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14723
14724 * test-build.mk: set environment variables in a single command,
14725 instead of a list of assignments and exports
14726
14727 * config.guess: recognize Alpha/OSF1 systems
14728
14729Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14730
14731 * configure: Change help message to prefer --options rather than
14732 -options.
14733
14734Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14735
14736 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14737 zippy@ecst.csuchico.edu.
14738 * config.guess: Recognize miniframe.
14739
14740Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14741
9eb322aa
MF
14742 * Makefile.in: Use srcroot to find runtest rather than rootme.
14743 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14744
14745Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14746
14747 * test-build.mk: Extensive additions to support building on a
14748 machine other than the host.
14749
14750Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14751
14752 * configure (tooldir): Fix for i386-aix again.
14753
14754Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14755
14756 * configure, Makefile.in: Change definition of $(tooldir)
14757 to match the FSF.
14758
14759Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14760
14761 * config.guess: Recognize i[34]86/SVR4.
14762
14763Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14764
14765 * Makefile.in (all-gdb): gdb depends on sim.
14766
14767Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14768
14769 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14770 at the same time we make the prototype gdb directory.
14771 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14772 files at the same time as the gdb base release distribution.
14773
14774Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14775
14776 * Makefile.in (check): Use individual check targets rather than
14777 DO_X rule.
14778 (check-gcc): Added.
14779
14780Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14781
14782 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14783 for System V release 3.2.
14784
14785Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14786
14787 * config.sub: Recognize hppaosf.
14788 * configure.in: Do configure ld/binutils/gas for it.
14789
14790Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14791
14792 * configure (tooldir): Alter syntax used to set this, for systems
14793 where "\$" isn't handled right, like i386-aix.
14794
14795Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14796
14797 * configure: Pass program-transform-name, not
14798 program_transform_name, to recursive configures.
14799
14800Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14801
14802 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14803 of gas+ld+binutils.
14804
14805Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14806
14807 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14808
14809Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14810
14811 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14812
252b5132
RH
14813Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14814
14815 * Makefile.in (PRMS): Set back to all-prms.
14816
14817Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14818
14819 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14820 targets, rather than for MIPS hosts.
14821
14822Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14823
14824 * configure.in: add comment for --with-x default values
14825
14826 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14827
14828 * Makefile.in: add check-* targets for each of the directories in
14829 the tree. Add a definition of RUNTEST that will use the one we
14830 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14831
14832Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14833
14834 * configure.in: Removed obsolete references to bfd_target and
14835 target_makefile_frag.
14836
14837 * build-all.mk: Set assorted targets for Q2.
14838 * config.sub: Recognize z8k-sim and h8300-hms.
14839 * test-build.mk: Really don't pass host to configure.
14840 (HOLES): Added uname.
14841
14842Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14843
14844 * configure: Handle an empty program-prefix, program-suffix or
14845 program-transform-name correctly.
14846
14847Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14848
14849 * build-all.mk: -G 8 no longer required for MIPS targets.
14850 * test-build.mk: Don't pass host argument to configure; make it
14851 guess.
14852
14853Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14854
14855 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14856 * Makefile.in (COMPRESS): New macro, like GZIP.
14857
14858Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14859
14860 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14861
14862 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14863 with gas currently defaults to -G 0.
14864
14865Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14866
14867 * Makefile.in (all-flex): flex depends on byacc.
14868
14869 * build-all.mk: If host not specified, use config.guess. Pass TAG
14870 to test-build.mk as RELEASE_TAG.
14871 * test-build.mk (configargs): New variable containing arguments to
14872 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14873 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14874
14875 * config.guess: Use /bin/uname when checking -X argument on SCO,
14876 to avoid invoking GNU uname which doesn't understand -X.
14877
14878 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14879
14880 * configure.in: Build gas for mips-*-*.
14881
14882Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14883
14884 * Makefile.in (all.normal): insert missing backslash.
14885
14886Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14887
4bddf3ad 14888 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14889
14890 * Makefile.in: Complete overhaul to merge many almost identical
14891 targets.
14892
14893Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14894
14895 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14896 (gdb.tar.Z): Adjusted.
14897
14898 * Makefile.in (setup-dirs, taz): New targets; should be general
14899 enough to adapt for gdb sometime. Build only .z file.
14900 (gas.tar.z): New target.
14901
14902Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14903
14904 * build-all.mk: Use CC=cc -Xs on Solaris.
14905
252b5132
RH
14906Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14907
14908 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14909 for handling BISON for FSF releases.
14910
14911Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14912
14913 * configure: Actually implement the change zoo just documented.
14914
14915Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14916
14917 * configure: when using config.guess, only set target_alias when
14918 it's not already been set (ie, on the command line)
14919
14920Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14921
14922 * Makefile.in: add installcheck target, set PRMS to install-prms
14923
14924Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14925
14926 * configure: add support for package_makefile_fragment, handle the
14927 case where a directory has a configure.in file but no Makefile.in
14928 more gracefully (with an actual understandable error message, even);
14929 add support for --without (and add this to the usage message); also
14930 explicitly add a --host=${host_alias} to the command line when
14931 config.guess is used
14932
14933Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14934
14935 * configure: Must use both --host and --target in recursive calls.
14936
14937Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * Makefile.in: Change deja-gnu to dejagnu.
14940
14941Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14942
14943 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14944
14945Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14946
14947 * configure.in: canonicalize all instances to *-*-solaris2*,
14948 also strip out a number of tools to not build for go32 host
14949
14950Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14951
14952 * config.guess: add GPL.
14953
14954 * Makefile.in, config.guess, config.sub, configure: bump
14955 copyrights to 93.
14956
14957Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14958
14959 * Makefile.in (do-info): Removed obsolete check for existence of
14960 localenv file.
14961
14962 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14963
14964Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14965
14966 * Makefile.in: a couple of 'else true' for decstation,
14967 support for TclX
14968
14969 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14970
14971Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14972
14973 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14974
14975Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14976
14977 * config.guess: Recognize i386-ibm-aix (PS/2).
14978 * configure.in: Use config/mh-aix386 file for it.
14979
14980Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14981
14982 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14983 CC_FOR_TARGET instead.
14984 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14985
14986Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14987
14988 * Makefile.in: Add sim to list of directories sent with gdb
14989
14990Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14991
14992 * configure.in: Put back mips-dec-bsd* case.
14993
14994Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14995
14996 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14997 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14998 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14999
15000Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15001
15002 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15003
15004 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15005 (install-info): install dir.info only if it exists,
15006 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15007
15008Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15009
15010 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15011 gas for mips-dec-bsd.
15012
15013Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15014
15015 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15016 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15017
15018Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15019
15020 * configure.in: Added "dejagnu" to hosttools list.
15021
15022Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15023
15024 * config.sub, configure.in, config.guess: Add support
15025 for Bosx, an AIX variant from Bull.
15026 Patches from F.Pierresteguy@frcl.bull.fr.
15027
15028Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15029
15030 * devo/dejagnu: Initial creation of devo/dejagnu.
15031 Migrated dejagnu testcases and support files for testing software
15032 tools to reside as subdirectories, currently called "testsuite",
15033 within the directory of the software tool. Migrated all programs,
15034 support libraries, etc. beloging to dejagnu proper from
15035 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15036 with no modifications. The changes to these files which will
15037 allow them to configure, build, and execute properly will be made
15038 in a future update.
15039
15040Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15041
15042 * Makefile.in: Change send_pr to send-pr.
15043 * configure.in: Likewise.
15044 * send_pr: Renamed directory to send-pr.
15045
15046Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15047
15048 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15049
15050Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15051
15052 * README: Update for gdb-4.8 release.
15053 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15054 gdb-xxx.tar.z (gzip'd) file also.
15055
15056Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15057
15058 * Makefile.in: make all-diff depend on all-libiberty
15059
15060Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15061
15062 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15063
15064Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15065
15066 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15067
15068Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15069
15070 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15071 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15072 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15073
15074Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15075
15076 * Makefile.in: makeinfo binary is in a new location
15077
15078Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15079
15080 * config.sub: Accept -ecoff as an OS.
15081
15082 * Makefile.in: Various changes to eliminate a level of make
15083 recursion and reduce the required command line length.
15084 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15085 sub-makes.
15086 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15087 variables holding settings for specific sub-makes.
15088 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15089 in terms of BASE_FLAGS_TO_PASS.
15090 (TARGET_LIBS): New variable listing directories which use
15091 TARGET_FLAGS_TO_PASS.
15092 (subdir_do): Eliminated.
15093 (do-*): New set of targets to replace subdir_do.
15094 (various): All targets which used subdir_do now depend on do-*.
15095 (local-clean): Renamed from do_clean.
15096 (local-distclean): New target, dependency of distclean and
15097 realclean.
15098 (install-info): Don't create directories. Depend on dir.info
15099 rather than calling make recursively.
15100 (install-dir.info): Eliminated.
15101 (install-info-dirs): Create all info directories here.
15102 (dir.info): Depend upon do-install-info.
15103
15104 * test-build.mk (HOLES): Added false.
15105
15106Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15107
15108 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15109
15110Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15111
15112 * Makefile.in (info): remove dependency on all-texinfo. The
15113 problem was really in texinfo/C, not at this level.
15114
15115Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15116
15117 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15118
15119Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15120
15121 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15122 GDB releases.
15123
15124Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15125
15126 * configure: Include srcdir in message about target of link not
15127 being found. Don't convert `-' to `_' in `with' options being
15128 passed to subdirs.
15129
15130Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15131
15132 * configure.in: add uudecode to host_tools
15133
15134 * Makefile.in: added {all,install}-uudecode targets, added them to
15135 the appropriate lists
15136
15137Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15138
15139 * Makefile.in (all-gcc): Added dependency on all-gas.
15140
15141 * configure.in (mips-*-*): Build ld and binutils.
15142
15143Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15144
15145 * configure: check return code from mkdir, print error message and
15146 exit on failure.
15147
15148Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15149
15150 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15151
15152Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15153
15154 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15155
15156Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15157
15158 * config.sub (h8500): Recognize this as a cpu type.
15159
15160Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15161
15162 * configure: source directory missing is no longer a warning
15163
15164 * configure.in: recognize irix[34]* instead of irix[34]
15165
15166 * Makefile.in: define and pass down X11_LIB
15167
252b5132
RH
15168Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15169
15170 * guess-systype: Renamed to ...
15171 * config.guess: ... by popular request.
15172 * configure.in, Makefile.in: Update accordingly.
15173
15174Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15175
15176 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15177 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15178 + Execute ./dummy instead of assuming . is in PATH.
15179
15180Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15181
15182 * guess-systype: New shell script. Attempts to guess the
15183 canonical host name of the executing host.
15184 Only a few hosts are supported so far.
15185 * configure: Call guess-systype if no host is specified.
15186
15187Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15188
15189 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15190 gcc Makefile.
15191
15192
15193Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15194
15195 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15196 (all-gcc, install-gcc, subdir_do): Use it.
15197
15198Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15199
15200 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15201
15202Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15203
15204 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15205 set exclusively by configure, using configure.in .
15206
15207Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15208
15209 * test-build.mk: set $PATH for all builds
15210
15211 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15212
15213Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15214
15215 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15216 the one used in gcc/Makefile.in, so that a null expansion doesn't
15217 override the one needed to build gcc with a native cc.
15218
15219
15220Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15221
15222 * configure: Accept -with arguments.
15223
15224Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15225
15226 * Makefile.in: added h8300sim
15227
15228Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15229
252b5132
RH
15230 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15231 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15232 (all-cygnus, native, build-cygnus): Make
15233 $(canonhost)-stamp-3stage-done, not $(host)....
15234 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15235 i386-sco3.2v4. Added else true to if command.
15236
15237Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15238
15239 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15240
15241Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15242
15243 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15244
15245Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15246
15247 * configure.in: don't remove binutils from Solaris builds
15248
15249Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15250
15251 * Makefile.in: get rid of earlier definitions for *clean,
15252 also handle the recursive info rule better
15253
15254Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15255
15256 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15257 do more-or-less the right thing.
15258
15259Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15260
15261 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15262 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15263
15264Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15265
15266 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15267 $(host_canonical).
15268
15269 * configure.in: split the configdirs list into 4 categories (native
15270 v. cross, library v. tool) and handle the cross-only and native-
15271 only in more reasonable (and correct!) way.
15272
15273Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15274
15275 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15276 configdirs anymore.
15277
15278Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15279
15280 * Makefile.in: extensive cleanup:: removed all of the explicit
15281 clean-* targets, collapsed many wrappers around subdir_do into
15282 one, added additional targets to satisfy standards.texi, deleted
15283 some old targets, some changes for consistency
15284
15285Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15286
15287 * configure.in: handle some programs as cross-only, and others as
15288 native only
15289
15290 * test-build.mk: handle partial holes in a more generic manner
15291
15292 * Makefile.in: m4 depends on libiberty
15293
252b5132
RH
15294Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15295
15296 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15297 time, wdiff, and find to configdirs
15298
15299 * Makefile.in: all, clean, and install rules for the new programs
15300 added to configure.in
15301
15302Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15303
15304 * configure.in: use mh-sun for all *-sun-* hosts
15305
252b5132
RH
15306Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15307
15308 * Makefile.in: define flags for X11 include files and library file
15309 locations, pass them down to the programs that need this info
15310
15311 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15312
252b5132
RH
15313Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15314
15315 * configure.in: start building libg++ for HP-UX targets
15316
15317Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15318
15319 * README: Update references to files moved into etc/.
15320
15321Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15322
15323 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15324 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15325
15326Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15327
15328 * configure: accept dash as well as underscore in long option
15329 names for FSF compatibility.
15330
15331Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15332
15333 * config.sub: added -sco3.2v4 support from FSF.
15334
15335Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15336
15337 * configure.in: expand the section that adds or removes
15338 directories from the list of programs to build, to handle native
15339 vs. cross in addition to host v. native
15340
15341Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15342
15343 * Makefile.in: Replace C++ in macro names with CXX.
15344 This is less likely to break ...
15345
15346Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15347
15348 * test-build.mk: add -w to GNU_MAKE
15349
15350Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15351
15352 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15353 add 'sparc' to list of recognized cpus. This needed to make
15354 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15355 Delete some redundant ose68 variants. Recognize -wrs as an os,
15356 then changes that into $CPU-wrs-vxworks.
15357
15358 * configure.in: remove most references to gdbtest, regularize
15359 target based program removal
15360
15361 * test-build.mk: import from p3 tree (many fixes and changes)
15362
15363Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15364
15365 * Makefile.in: added rules to handle tcl, tk, and expect
15366
15367 * configure.in: handle those directories if they exist
15368
15369Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * config.sub: removed bogus hppabsd and hppahpux names, since
15372 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15373
15374Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15375
15376 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15377 depends upon all-xiberty
15378
15379 * Makefile.in: changes from p3, including:
15380
15381 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15382
15383 * Makefile.in (XTRAFLAGS): include newlib directories if
15384 newlib/Makefile exists, rather than if host != target.
15385
15386 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15387
15388 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15389 from the same source tree and not building a cross-compiler. This
15390 matters for the libg++ configuration if reconfiguring a tree that
15391 has already been installed.
15392
15393 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15394
15395 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15396 pick up the machine and system specific header files.
15397
15398 * Makefile.in: added AS_FOR_TARGET, passed down in
15399 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15400 the C compiler to use to create programs which are run in the
15401 build environment, set it to default to $(CC), and passed it down
15402 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15403
15404 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15405
15406 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15407 We need them for unusual native builds, like systems without
15408 ranlib.
15409
15410 * configure: also define $(host_canonical) and
80413487
RH
15411 $(target_canonical), which are the full, canonical names for the
15412 given host and target
252b5132
RH
15413
15414Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15415
15416 * Makefile.in: Added separate definitions for C++.
15417
15418Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15419
15420 * configure.in (configdirs): Add deja-gnu.
15421
15422Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15423
15424 * README: Update for configure.texi and gdb-4.7 release.
15425
15426Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15427
15428 * Makefile.in: Move "all" target to top of file.
15429 Previously, first target was ".PHONY" which caused BSD4.4 make
15430 to build .PHONY when make was run without arguments.
15431
15432Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15433
15434 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15435 Library-copylefted code in libiberty.
15436
15437Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15438
15439 * config.sub: Replace m68kmote with plain old m68k.
15440
15441Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15442
15443 * Makefile.in: Remove space from blank line, avoid Make complaints.
15444
15445Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15446
15447 * config.sub: Complain if no argument is given. Added support for
15448 386bsd as OS and target alias.
15449
15450Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15451
15452 * Makefile.in (XTRAFLAGS): include newlib directories if
15453 newlib/Makefile exists, rather than if host != target.
15454
15455Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15456
15457 * config.sub: recognize sparclite-wrs-vxworks.
15458
15459 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15460 p3.) Added clean-xiberty to clean.
15461
15462Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15463
15464 * configure.in: use *-*-* instead of nested cases for host and target
15465
15466Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15467
15468 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15469 from the same source tree and not building a cross-compiler. This
15470 matters for the libg++ configuration if reconfiguring a tree that
15471 has already been installed.
15472
15473Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15474
15475 * config.sub (i486v/i486v4): Merge in from FSF version.
15476
15477Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15478
15479 * configure: only set PWD if it is already set.
15480
15481Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15482
15483 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15484 doesn't have unset and all success paths (and most error paths)
15485 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15486 to just ${PWD} to avoid confusion.)
15487
15488Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15489
15490 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15491 even for a native compilation.
15492
15493Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15494
15495 Changes to make the gdb.tar.Z rule work better.
15496
15497 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15498 (DEVO_SUPPORT): Add configure.texi.
15499 (bfd-ilrt.tar.Z): Remove ancient rule.
15500
15501Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15502
15503 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15504 pick up the machine and system specific header files.
15505
15506 * configure.in, config.sub: added new target m68010-adobe-scout,
15507 with alias of adobe68k. Changed configure.in to check for
15508 -scout before -sco* to avoid a false match.
15509
15510 * Makefile.in: added AS_FOR_TARGET, passed down in
15511 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15512 the C compiler to use to create programs which are run in the
15513 build environment, set it to default to $(CC), and passed it down
15514 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15515
15516Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15517
15518 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15519 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15520 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15521 FOR_TARGET variants, to newlib and libg++.
15522
15523Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15524
15525 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15526 first.
15527
15528Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15529
15530 * config.sub: Accept `elf' as an environment.
15531
15532Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15533
15534 * Makefile.in (all-opcodes): cd into the right directory
15535
15536Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15537
15538 * configure: added -program_transform_name option, used as
15539 argument to sed when installing programs.
15540 configure.texi: added documentation for -program_prefix,
15541 -program_suffix and -program_transform_name.
15542
15543Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15544
15545 * config.sub: Accept i486 where i386 ok.
15546
15547Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15548
15549 * config.sub: accept we32k
15550
15551Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15552
35590697 15553 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15554
15555 * Makefile.in: don't create all directories for ``make install'';
15556 let the subdirectories create the ones they need.
15557
15558Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15559
80413487 15560 * COPYING: new file, GPL v2
252b5132
RH
15561
15562Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15563
15564 * Makefile.in: use the new gen-info-dir, which needs a template
15565 argument (which also lives in texinfo)
15566
15567 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15568
252b5132
RH
15569Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15570
15571 * config.sub (ncr3000): Change i386 to i486.
15572
15573Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15574
15575 * Makefile.in: add install-rcs, install-grep to
15576 install-no-fixedincludes, removed install-bison and install-libgcc
15577
15578Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15579
15580 * configure.in: grab the HPUX makefile fragment if on HPUX
15581
15582Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15583
15584 * Makefile.in: eradicate bison spoor (ditto libgcc).
15585 configure.in: recognise m68{k,000}-ericsson-OSE.
15586 es1800 is alias for m68k-ericsson-OSE
15587
15588Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15589
15590 * configure.in: rearrange the parts that remove programs from
15591 configdirs, based now on HOST==TARGET or by canonical triple.
15592
15593Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15594
15595 * test-build.mk: recurse explicitly with -f test-build.mk when
15596 appropriate. predicate stage3 and comparison on the existence
15597 of gcc. That is, if gcc isn't around, we aren't three-staging.
15598 On very clean, also remove ...stamp-co. Build in-place before
15599 doing other builds.
15600
15601Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15602
15603 * Makefile.in, configure.in: add tgas
15604
15605Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15606
15607 * Makefile.in: a number of changes merged in from progressive.
15608
15609 * configure.in: add libm.
15610
15611 * .cvsignore: ignore some stuff that comes from test-build.mk.
15612
252b5132
RH
15613Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15614
15615 * config.sub: Add es1800 (m68k-ericsson-es1800).
15616
15617Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15618
15619 * configure: Add program_suffix (parallel to program_prefix)
15620 * Makefile.in: adjust directory-creating script for losing decstation
15621
15622Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15623
15624 * configure: Minor $subdir-related fixes.
15625
15626Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15627
15628 * configure: fix various problems with propogating
15629 makefile_target_frag in subdirs.
15630 * configure.in: config libgcc if its there
15631
15632Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15633
15634 * config.sub: HPPA merge.
15635
252b5132
RH
15636Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15637
15638 * Makefile.in: Replace all-bison with all-byacc in all
15639 dependency lines for other tools (which now use byacc).
15640
15641Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15642
15643 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15644
252b5132
RH
15645Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15646
15647 * Makefile.in: make gprof rules similar to byacc rules (instead of
15648 vestigal $(unsubdir) that didn't work...)
15649
15650Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15651
15652 * config.sub: Add support for Linux.
15653 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15654 (at least for libg++).
15655
15656Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15657
15658 * configure.texi: fix doc for the -nfp option to configure
15659
15660Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15661
15662 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15663
15664Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15665
15666 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15667 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15668 * configure.in: added solaris* host_makefile_frag hook.
15669
15670Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15671
15672 * config.sub: changed recognition of m68000 so that various
15673 m68k types can be specified via m680[01234]0
15674
15675Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15676
15677 * config.sub (basic_machine): fix sed so that '-foo' isn't
15678 completely substituted out while .+'-foo' loses the '-foo'
15679
15680Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15681
15682 * config.sub ($os): Add -aout.
15683
15684Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15685
15686 * configure: If host_makefile_frag is absolute, don't
15687 prefix ${invsubdir} (relevant to libg++ auto-configure).
15688
15689Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15690
15691 * Makefile.in (tooldir): Define it.
15692 (all-ld): Depend on all-flex.
15693
15694Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15695
15696 * Makefile.in (check): Fix libg++ special case.
15697
15698Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15699
15700 * configure: do not bury `pwd` into config.status, thus do fewer
15701 pwd's.
15702
15703 * configure: print the "Building in" message only when building in
15704 other than "." AND verbose.
15705
15706 * configure: remove -s, rework -v to better accomodate guested
15707 configures.
15708
15709 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15710
15711Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15712
15713 * Makefile.in: macroize flags passed on recursion. remove
15714 fileutils.
15715
15716Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15717
15718 * configure: get makesrcdir right for subdirs deeper than 1.
15719
15720 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15721 install.
15722
15723Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15724
15725 * Makefile.in: don't print subdir_do or recursion lines.
15726
15727Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15728
15729 * standards.texi: added menu item.
15730
15731 * Makefile.in: build and install standards.info.
15732
15733 * standards.texi: new file.
15734
15735Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15736
15737 * configure: test for and move config.status pieces from
15738 ${subdir}/.
15739
15740Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15741
252b5132
RH
15742 * configure: Test for existance of files before trying to mv
15743 them, to avoid numerous non-existance messages.
15744
15745Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15746
15747 * configure: correct final line of config.status.
15748
15749 * configure: patch from eggert. Avoids a protection problem if
15750 the original Makefile.in is read only.
15751
15752 * configure: use move-if-change from gcc to create config.status.
15753 Some makefiles depend on config.status to tell if a directory
15754 has been reconfigured for a different host. This change
15755 prevents those directories from remaking everything in the case
15756 where the reconfig was only intended to rebuild a Makefile.
15757
15758 * configure: test for config.sub with "config.sub sun4" rather
15759 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15760 host alias from a missing config.sub.
15761
15762Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15763
15764 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15765 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15766
15767Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15768
15769 * configure: mkdir ${subdir} as needed.
15770
15771Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15772
15773 * Makefile.in,configure.in: added autoconf.
15774
15775Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15776
15777 * Makefile.in: no longer pass against on recursion.
15778
15779 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15780 definitions are not inherited.
15781
15782 * configure: correct makesrcdir when subdir is .
15783
15784Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15785
15786 * configure: Add support for 'subdirs' variable, which is
15787 like 'configdirs', except that configure doesn't re-invoke
15788 itself for subdirs, it just creates a Makefile for each subdir.
15789 * configure.texi: Document subdirs.
15790
15791Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15792
15793 * configure.in: added flex to configdirs
15794
15795Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15796
15797 * Makefile.in: remove clean-stamps from clean.
15798
15799Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15800
15801 * configure.in: Add gdbtest to configdirs.
15802
15803Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15804
15805 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15806 to recursive makes.
15807 * configure.in: Recognize new ncr3000 config.
15808
15809Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15810
15811 * Makefile.in, configure.in: removed references to gdbm.
15812
15813Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15814
15815 * config.sub: Don't canonicalize os value
15816 newsos* to bsd (readline needs to check for newsos).
15817 (This fix was earlier made Jan 31, but got re-broken.)
15818
15819Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15820
15821 * configure.in: sco is an os, not a vendor!
15822
15823 * configure: Quote $( better. Keep various shells happy.
15824
15825Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15826
15827 * Makefile.in: eliminate stamp-files.
15828
15829Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15830
15831 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15832 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15833
15834Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15835
15836 * config.sub: fix iris/iris3.
15837
15838Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15839
15840 * configure: re-add -rm.
15841
15842Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15843
15844 * Maskefile.in: add .stmp-rcs to all.
15845
15846 * configure.in: remove gas from rs6000 build, use aix host fragment.
15847
15848Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15849
15850 * configure: pass down site_option during recursion.
15851
15852Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15853
15854 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15855
15856Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15857
15858 * configure: Change exec_prefix so that it really defaults to prefix.
15859
15860Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15861
15862 * Makefile.in, configure.in: Add support for mmalloc library.
15863
15864Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15865
15866 * Makefile.in: add stmp dependencies for a few more things.
15867
15868Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15869
15870 * configure: adjusted error message on objdir/srcdir configure
15871 collision, per john's suggestion.
15872
15873 * Makefile.in: add libiberty stmp to all and all.cross.
15874
15875Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15876
15877 * Makefile.in: remove force dependencies, add grep to all.
15878
15879Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15880
15881 * Makefile.in: drop flex. make stamp files work.
15882
15883 * configure: added test for conflicting configuration in srcdir,
15884 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15885 gets cranky. use relative paths for configure and srcdir
15886 whenever possible. Send some error messages to stderr that were
15887 going to stdout.
15888
15889Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15890
15891 * Makefile.in: Fix libg++ rule to check for gcc directory
15892 before using gcc/gcc. Also pass XTRAFLAGS.
15893
15894Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15895
15896 * Makefile.in: added stmp-files so that directories aren't polled
15897 when they are already built.
15898
15899 * configure.texi: fixed a node pointer problem.
15900
15901Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15902
4bddf3ad 15903 * config.sub configure.in gdb/configure.in
252b5132
RH
15904 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15905 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15906 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15907
15908Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15909
15910 * configure: -recurring becomes -silent. corrected help message
15911 for -site= option.
15912
15913 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15914
15915Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15916
15917 * configure: when building Makefile for crosses, replace
15918 tooldir and program_prefix. default srcdir from location of
15919 config.sub. remove "for host in hosts" and "for target in
15920 targets" loops.
15921
15922Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15923
15924 * Makefile.in: Do not pass bindir or mandir to cvs.
15925
15926Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15927
15928 * Makefile.in, configure.in: removed traces of namesubdir,
15929 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15930 copyrights to '92, changed some from Cygnus to FSF.
15931
15932 * configure.texi: remove most references to multiple hosts,
15933 multiple targets, subdirs, etc.
15934
15935 * configure.man: removed rcsid. reference config.sub not
15936 config.subr.
15937
15938 * Makefile.in: mkdir $(infodir) on install-info.
15939
15940Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15941
15942 * configure.texi: Explain better about .gdbinit and about
15943 the environment that configure.in sections run in.
15944
15945Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15946
15947 * configure.in: Ultrix is only a decstation if it's a MIPS.
15948
15949Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15950
15951 * README: DOC.configure => cfg-paper.texi.
15952
15953Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15954
15955 * config.sub (near case $os): Don't convert newsos* to bsd!
15956
15957Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15958
15959 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15960 the number of copies of COPYING that go into the GDB tar file.
15961
15962Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15963
4bddf3ad 15964 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15965 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15966 Fix SCO configuration stuff.
15967
15968Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15969
15970 * Makefile.in: For libg++, make sure the -I pointing
15971 to the gcc directory goes *after* all the libg++-local -I flags.
15972 Also, move just-gcc dependency from just-libg++ to all-libg++.
15973
15974Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15975
15976 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15977
15978Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15979
15980 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15981
15982Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15983
15984 * config.sub: Add stratus configuration frags. Also
15985 submitted to FSF.
15986
15987Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15988
15989 * Makefile.in (DEV_SUPPORT): add configure.man.
15990
15991 * config.sub(Decode manufacturer-specific): add -none*.
15992
15993Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15994
15995 * Makefile.in: remove form feeds to make Sun's make happy.
15996 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15997
15998Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15999
16000 * Makefile.in (AR_FLAGS): Make quieter.
16001
16002Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16003
16004 * configure.in: Add libg++.
16005 * configure: When verbose, don't output the command line at each
16006 level; it will be unremarkably the same as the previous version,
16007 which will be the same as what the user typed.
16008
16009Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16010
16011 * configure.in, Makefile.in: fix clean-info, add flex. add
16012 fileutils.
16013
16014 * configure: be less sensitive to spaces in Makefile.in. Do not
16015 look for sources in "..". Doing so breaks subdirectories that
16016 might have their own configure. If a subdir has it's own
16017 configure script, use it.
16018
16019Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16020
16021 * cfg-paper.texi: some changes suggested by rms.
16022
16023Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16024
16025 * config.sub: Merge in some small additions from the FSF version,
16026 taken from the gcc distribution, to bring the Cygnus and FSF
16027 versions into closer sync.
16028
16029Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16030
16031 * configure.in: Changed svr4 references to sysv4.
16032
16033Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16034
16035 * configure: added -V for version number option.
16036
16037Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16038
16039 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16040 renamed from DOC.configure to cfg-paper.texi.
16041
16042Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16043
16044 * configure, config.subr, config.sub: config.subr is now
16045 config.sub again.
16046
16047Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16048
16049 * configure.texi: new file, in progress.
16050
16051 * Makefile.in: build info file and install the man page for
16052 configure.
16053
16054 * configure.man: new file, first cut.
16055
16056 * configure: find config.subr again now that configuration "none"
16057 has gone. removed all traces of the -ansi option. removed all
16058 traces of the -languages option.
16059
16060 * config.subr: resync from rms.
16061
d932cae7 160621991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16063
16064 * configure, config.sub, config.subr: merge config.sub into
16065 config.subr, call the result config.subr, remove config.sub, use
16066 config.subr.
16067
16068 * Makefile.in: revised install for dir.info.
16069
d932cae7 160701991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16071
16072 * configure.in: add decstation host makefile frag.
16073
16074 * Makefile.in: BISON now bison -y again. also install-gcc on
16075 install. clean-gdbm on clean. infodir belongs in datadir.
16076 Make directories for info install. Build dir.info here then
16077 install it.
16078
d932cae7 160791991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16080
16081 * Makefile.in: fix for bad directory tests.
16082
d932cae7 160831991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16084
16085 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16086 regexp. -srcdir relative was being handled incorrectly.
16087
16088 * Makefile.in: unwrapped some for loops so that parallel makes
16089 work again and so one can focus one's attention on a particular
16090 package.
16091
d932cae7 160921991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16093
16094 * configure: added PWD as a stand in for `pwd` (for speed). use
16095 elif wherever possible. make -srcdir work without -objdir.
16096 -objdir= commented out.
16097
d932cae7 160981991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16099
16100 * configure: +options become --options. -subdirs commented out.
16101 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16102 Makefile now at top of generated Makefile. Removed cvs log
16103 entries. added -srcdir. create .gdbinit only if there is one
16104 in ${srcdir}.
16105
16106 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16107 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16108 and mandir now keyed off datadir by default.
16109
d932cae7 161101991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16111
16112 * Freshly created ChangeLog.
16113
16114\f
16115Local Variables:
16116mode: change-log
16117left-margin: 8
16118fill-column: 76
16119version-control: never
16120End:
This page took 1.545448 seconds and 4 git commands to generate.