Update top level config files with copies from the official repository.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
4fb3a8da
NC
12020-01-18 Nick Clifton <nickc@redhat.com>
2
3 Synchronize top level configure files with master version:
4
5 2020-01-01 Ben Elliston <bje@gnu.org>
6
7 * config.guess: Update copyright years.
8 * config.sub: Likewise.
9
10 2019-12-21 Ben Elliston <bje@gnu.org>
11
12 * config.guess (set_cc_for_build): Prevent multiple calls by
13 checking if $tmp is already set. We can't check CC_FOR_BUILD as
14 the user may set it externally. Thanks to Torbjörn Granlund for
15 the bug report.
16
17 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
18
19 * config.guess (alpha:Linux:*:*): Guard against missing
20 /proc/cpuinfo by redirecting standard error to /dev/null.
21
22 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
23
24 * config.guess (*:Twizzler:*:*): New.
25 * config.sub (-twizzler*): New.
26
27 2019-07-24 Ben Elliston <bje@gnu.org>
28
29 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
30
31 2019-06-30 Ben Elliston <bje@gnu.org>
32
33 * config.sub (case $os): Match nsk* and powerunix. Don't later
34 match nsk* and set os=nsk which removes the OS version number.
35
36 2019-06-30 Ben Elliston <bje@gnu.org>
37
38 * config.sub: Recognise os108*.
39
40 2019-06-26 Ben Elliston <bje@gnu.org>
41
42 * config.sub (hp300): Set $os to hpux.
43
44 2019-06-26 Ben Elliston <bje@gnu.org>
45
46 * config.sub (vsta): Move into alphabetical order.
47
48 2019-06-10 Ben Elliston <bje@gnu.org>
49
50 * config.guess (*:OS108:*:*): Recognise new OS.
51
52 2019-05-28 Ben Elliston <bje@gnu.org>
53
54 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
55 system compiler is installed. If not, do not run set_cc_for_build,
56 as the default cc will open a dialog box asking to install
57 Xcode. If no C compiler is available, guess based on uname -p and
58 uname -m.
59
60 2019-05-28 Ben Elliston <bje@gnu.org>
61
62 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
63
c4d3fc14
SM
642020-01-17 Simon Marchi <simon.marchi@efficios.com>
65
66 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
67 * Makefile.in: Re-generate.
68
01027315
TT
692020-01-14 Tom Tromey <tom@tromey.com>
70
71 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
72 * MAINTAINERS: Add gdbsupport.
73 * configure: Rebuild.
74 * configure.ac (configdirs): Add gdbsupport.
75 * gdbsupport: New directory, move from gdb/gdbsupport.
76 * Makefile.def (host_modules, dependencies): Add gnulib.
77 * Makefile.in: Rebuild.
78
abb78b78
AM
792020-01-09 Aaron Merey <amerey@redhat.com>
80
81 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
82 new configure option --with-debuginfod.
83 * configure: Regenerate.
84 * configure.ac: Call AC_DEBUGINFOD.
85
cef2097a
CB
862019-12-26 Christian Biesinger <cbiesinger@google.com>
87
88 * .gitignore: Add perf.data and perf.data.old.
89
95c746cc
SDJ
902019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
93
a315e147
AM
942019-10-17 Alan Modra <amodra@gmail.com>
95
96 PR 29
97 * src-release.sh (getver): Replace "head -1" with "head -n 1".
98
87279e3c
NA
992019-07-30 Nick Alcock <nick.alcock@oracle.com>
100
101 * Makefile.def (host_modules): libctf is no longer no_install.
102 * Makefile.in: Regenerated.
103
1ff6de03
NA
1042019-07-13 Nick Alcock <nick.alcock@oracle.com>
105
106 * Makefile.def (dependencies): all-ld depends on all-libctf.
107 * Makefile.in: Regenerated.
108
60391a25
PB
1092019-09-09 Phil Blundell <pb@pbcl.net>
110
111 binutils 2.33 branch created
112
c1a5d03a
TT
1132019-08-19 Tom Tromey <tom@tromey.com>
114
115 * configure: Rebuild.
116 * configure.ac: Add --with-static-standard-libraries.
117
f211b8c0
NC
1182019-08-09 Nick Clifton <nickc@redhat.com>
119
120 * libiberty: Sync with gcc. Bring in:
121 2019-08-08 Martin Liska <mliska@suse.cz>
122
123 PR bootstrap/91352
124 * lrealpath.c (is_valid_fd): New function.
125
126 2019-07-24 Martin Liska <mliska@suse.cz>
127
128 PR lto/91228
129 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
130 Find first '\0' starting from gnu_lto + 1.
131
132 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
133
134 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
135 This fixes a Bug 90924.
136
137 2019-07-22 Martin Liska <mliska@suse.cz>
138
139 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
140 Do not search for gnu_lto_v1, but search for first '\0'.
141
142 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
143
144 * cplus-dem.c: Include rust-demangle.h.
145 * rust-demangle.c: Include rust-demangle.h.
146 * rust-demangle.h: New file.
147
148 2019-05-31 Michael Forney <mforney@mforney.org>
149
150 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
151 is non-zero.
152
153 2019-04-30 Ben L <bobsayshilol@live.co.uk>
154
155 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
156 * testsuite/d-demangle-expected: Add testcase.
157
158 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
159 * testsuite/d-demangle-expected: Add testcase.
160
161 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
162 * testsuite/d-demangle-expected: Add testcase.
163
164 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
165 * testsuite/d-demangle-expected: Add testcase.
166
167 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
168 * testsuite/d-demangle-expected: Add testcase.
169
170 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
171 * testsuite/demangle-expected: Add testcase.
172
173 * cp-demangle.c (d_encoding): Guard against NULL return values from
174 d_right (dc).
175 * testsuite/demangle-expected: Add testcase.
176
177 2019-04-29 Ben L <bobsayshilol@live.co.uk>
178
179 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
180 char is valid.
181 * testsuite/demangle-expected: Add testcase.
182
183 2019-04-10 Nick Clifton <nickc@redhat.com>
184
185 PR 89394
186 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
187 lengths.
188 (d_count_templates_scopes): Replace num_templates and num_scopes
189 parameters with a struct d_print_info pointer parameter. Adjust
190 body of the function accordingly. Add recursion counter and check
191 that the recursion limit is not reached.
192 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
193 Reset recursion counter afterwards, unless the recursion limit was
194 reached.
195
48b550c2
JB
1962019-07-13 Joel Brobecker <brobecker@adacore.com>
197
198 * src-release (getver): If $tool/gdbsupport/create-version.sh
199 exists, use that to determine the version number.
200
be74b5b7
AS
2012019-06-21 Andreas Schwab <schwab@linux-m68k.org>
202
203 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
204
73cc7272
TT
2052019-06-14 Tom Tromey <tom@tromey.com>
206
207 * MAINTAINERS: Add gnulib.
208 * gnulib: New directory, move from gdb/gnulib.
209 * configure.ac (host_libs): Add gnulib.
210 * configure: Rebuild.
211 * Makefile.def (host_modules, dependencies): Add gnulib.
212 * Makefile.in: Rebuild.
213
79b377b3
NC
2142019-06-03 Nick Clifton <nickc@redhat.com>
215
216 Revert:
217 2019-05-29 Nick Clifton <nickc@redhat.com>
218
219 * configure.ac (noconfigdirs): Add libctf if the target does not use
220 the ELF file format.
221 * configure: Regenerate.
222
e33f2313
NC
2232019-05-29 Nick Clifton <nickc@redhat.com>
224
225 * src-release.sh (do_proto_toplev): Add libctf to list of
226 directories that can be disabled.
227
90bd5423
NC
2282019-05-29 Nick Clifton <nickc@redhat.com>
229
230 * configure.ac (noconfigdirs): Add libctf if the target does not use
231 the ELF file format.
232 * configure: Regenerate.
233
9698cf9b
NA
2342019-05-28 Nick Alcock <nick.alcock@oracle.com>
235
236 * Makefile.def (dependencies): configure-libctf depends on all-bfd
237 and all its deps.
238 * Makefile.in: Regenerated.
239
88981b15
NA
2402019-05-28 Nick Alcock <nick.alcock@oracle.com>
241
242 * MAINTAINERS: Add libctf.
243
0e65dfba
NA
2442019-05-28 Nick Alcock <nick.alcock@oracle.com>
245
246 * Makefile.def (host_modules): Add libctf.
247 * Makefile.def (dependencies): Likewise.
248 libctf depends on zlib, libiberty, and bfd.
249 * Makefile.in: Regenerated.
250 * configure.ac (host_libs): Add libctf.
251 * configure: Regenerated.
252
2376c370
JM
2532019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
254
255 * config.guess: Synchronize with config project master sources.
256 * config.sub: Likewise.
257 * readline/support/config.guess: Likewise.
258 * readline/support/config.sub: Likewise.
259
c1202057
NC
2602019-04-10 Nick Clifton <nickc@redhat.com>
261
262 * libiberty: Sync with gcc. Bring in:
263 2019-04-10 Nick Clifton <nickc@redhat.com>
264
265 PR 89394
266 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
267 lengths.
268 (d_count_templates_scopes): Replace num_templates and num_scopes
269 parameters with a struct d_print_info pointer parameter. Adjust
270 body of the function accordingly. Add recursion counter and check
271 that the recursion limit is not reached.
272 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
273 Reset recursion counter afterwards, unless the recursion limit was
274 reached.
275
f974f26c
NC
2762018-06-24 Nick Clifton <nickc@redhat.com>
277
278 2.32 branch created.
279
d63f2be2
RO
2802019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
281
282 Merge from GCC:
283 PR target/88535
284 * config.guess: Import upstream version 2019-01-03.
285 * config.sub: Import upstream version 2019-01-01.
286
1910070b
NC
2872019-01-10 Nick Clifton <nickc@redhat.com>
288
289 * libiberty: Sync with gcc. Bring in:
290 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
291
292 PR other/16615
293
294 * cp-demangle.c: Mechanically replace "can not" with "cannot".
295 * floatformat.c: Likewise.
296 * strerror.c: Likewise.
297
298 2018-12-22 Jason Merrill <jason@redhat.com>
299
300 Remove support for demangling GCC 2.x era mangling schemes.
301 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
302 internal_cplus_demangle, and all subroutines.
303 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
304 Lucid, ARM, HP, and EDG demangling styles.
305 (cplus_demangle): Remove 'work' variable. Don't call
306 internal_cplus_demangle.
307
69961a84
ДП
3082019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
309
310 * configure.ac: Don't configure readline if --with-system-readline is
311 used.
312 * configure: Re-generate.
313
b555fb21
JM
3142018-10-31 Joseph Myers <joseph@codesourcery.com>
315
316 Merge from GCC:
317 PR bootstrap/82856
318 * multilib.am: New file. From automake.
319
80ca5f98
SDJ
3202018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
321
322 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
323
0a8288f7
NC
3242018-07-16 Nick Clifton <nickc@redhat.com>
325
326 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
327
26996596
SH
3282018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
329
330 * config.sub: Sync with upstream version 2018-07-03.
331
c5244148
SH
3322018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
333
334 * config.guess: Sync with upstream version 2018-06-26.
335 * config.sub: Sync with upstream version 2018-07-02.
336
4119873a
AO
3372018-06-29 Alexandre Oliva <oliva@adacore.com>
338
339 * configure.ac: Introduce support for @unless/@endunless.
340 * Makefile.tpl (dep-kind): Rewrite with cond; return
341 postbootstrap in some cases.
342 (make-postboot-dep, postboot-targets): New.
343 (dependencies): Do not output postbootstrap dependencies at
344 first. Output non-target ones changed for configure to depend
345 on stage_last @if gcc-bootstrap, and the original deps @unless
346 gcc-bootstrap.
347 * configure.in, Makefile.in: Rebuilt.
348
71300e2c
NC
3492018-06-24 Nick Clifton <nickc@redhat.com>
350
351 * configure: Regenerate.
352
d0ac1c44
SM
3532018-06-19 Simon Marchi <simon.marchi@ericsson.com>
354
355 * libtool.m4: Use AC_LANG_SOURCE.
356 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
357 * README-maintainer-mode: Update version requirements.
358 * ar-lib: New file.
359 * test-driver: New file.
360 * configure: Re-generate.
361
e0541124
EB
3622018-06-18 Eric Botcazou <ebotcazou@adacore.com>
363
364 * Makefile.def (fortran): Add check-target-libgomp-fortran.
365 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
366 * Makefile.in: Regenerate.
367
368 * configure: Regenerate.
369
db67d458
SM
3702018-06-18 Simon Marchi <simon.marchi@ericsson.com>
371
372 * configure.ac: Sync with GCC, remove MPX-related things.
373
b5778783
NC
3742018-05-01 Nick Clifton <nickc@redhat.com>
375
376 * config.guess: Synchronize with config project master sources.
377 * config.sub: Likewise.
378
1063beb5
FT
3792018-05-01 Francois H. Theron <francois.theron@netronome.com>
380
381 * configure.ac: Added "nfp" target.
382 * configure: Regenerate.
383
b29d2641
MR
3842018-02-13 Maciej W. Rozycki <macro@mips.com>
385
386 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
387 * configure: Regenerate.
388
52b2f300
NC
3892018-01-30 Nick Clifton <nickc@redhat.com>
390
391 * src-release.sh (do_proto_toplev): Add patterns for more junk files
392 to delete before creating the tarball.
393
b431b4ea
NC
3942018-01-29 Nick Clifton <nickc@redhat.com>
395
396 * src-release.sh (do_proto_toplev): Strip patch remnant files from
397 the sources before creating the tarball.
398
19e2900b
NC
3992018-01-13 Nick Clifton <nickc@redhat.com>
400
401 * src-release.sh: Update copyright notice. Change reference to devo
402 to be a reference to root.
403
bf41f30d
NC
4042018-01-10 Nick Clifton <nickc@redhat.com>
405
406 * config-ml.in: Sync with gcc sources.
407 * config.guess: Likewise.
408 * config.sub: Likewise.
409 * configure.ac: Likewise.
7ec0cd50 410 * configure: Regenerate.
bf41f30d 411
863f7a5f
NC
4122017-12-14 Nick Clifton <nickc@redhat.com>
413
414 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
415
638d9137
SH
4162017-12-12 Stafford Horne <shorne@gmail.com>
417
418 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
419 * configure: Regenerate.
420
ef87240f
NC
4212017-09-15 Nick Clifton <nickc@redhat.com>
422
423 * src-release.sh (LZIPPROG): New define. Provides the name of the
424 lzip program.
425 (do_lz): New function. Compresses a tarball using the lzip
426 program.
427 (do_compress): Add support for lzip compression.
428 (usage): Mention -l option.
429 (build_release): Support -l option to invoke lzip compression.
430
817b7711
AM
4312017-09-15 Alan Modra <amodra@gmail.com>
432
433 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
434 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
435 and sim depending on $tool and $support_files. Echo configure line.
436
255300f5 4372017-09-14 Matt Rice <ratmice@gmail.com>
438
439 * src-release.sh (do_proto_toplev): Enable gold during release process.
440
8f0dd45f
AJ
4412017-04-13 Andrew Jenner <andrew@codesourcery.com>
442
443 * config.sub: Sync with master version in config project.
444
2f5f29ca
AJ
4452017-04-03 Andrew Jenner <andrew@codesourcery.com>
446
447 * config.sub: Handle ia16 in $basic_machine.
448
449 bfd/
450 * config.bfd: Handle ia16.
451
452 gas/
453 * configure.tgt: Handle ia16.
454
455 ld/
456 * configure.tgt: Handle ia16.
457
11997a83
NC
4582017-03-22 Nick Clifton <nickc@redhat.com>
459
460 * config.sub: Sync with master version in config project.
461 * config.guess: Likewise.
462
05a13254
NC
4632017-01-23 Nick Clifton <nickc@redhat.com>
464
465 * configure.ac: Update year in copyright notice.
466 Sync from FSF GCC mainline, bringing in the following patches.
467 * Makefile.def: Likewise.
468 * Makefile.tpl: Likewise.
469 * configure: Regenerate.
470 * Makefile.in: Regenerate.
471
472 2016-12-21 Jakub Jelinek <jakub@redhat.com>
473
474 * configure.ac: Don't bootstrap libmpx unless --with-build-config
475 includes bootstrap-mpx.
476
477 2016-12-01 Matthias Klose <doko@ubuntu.com>
478
479 * configure.ac: Don't use pkg-config to check for bdw-gc.
480
481 2016-11-30 Matthias Klose <doko@ubuntu.com>
482
483 * Makefile.def: Remove reference to boehm-gc target module.
484 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
485 options and for the bdw-gc pkg-config module.
486
487 2016-11-15 Matthias Klose <doko@ubuntu.com>
488
489 * config-ml.in: Remove references to GCJ.
490 * configure.ac: Likewise.
491
492 2016-09-30 Jakub Jelinek <jakub@redhat.com>
493
494 * configure.ac: Add target-libffi to target_libraries.
495 Readd libgcj target disablings, modified to only target-libffi.
496 Readd target addition of go to unsupported languages.
497
498 2016-09-30 Andrew Haley <aph@redhat.com>
499
500 * Makefile.def: Remove libjava.
501 * Makefile.tpl: Likewise.
502 * configure.ac: Likewise.
503
504 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
505
506 * configure.ac: Disable "sim" directory for arc*-*-*.
507
508 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
509
510 * configure.ac: Check for the minimum in-tree MPFR version
511 handled.
512
3f66c01b
AM
5132016-12-31 Alan Modra <amodra@gmail.com>
514
515 * config.sub: Import from upstream.
516
da17fe9d
AM
5172016-12-08 Alan Modra <amodra@gmail.com>
518
519 * configure: Regenerate.
520
d5451cd4
JC
5212016-12-02 Josh Conner <joshconner@google.com>
522
523 * configure.ac: Add fuchsia to targets that use ELF.
524 * configure: Regenerated.
525
5ada5c6f
DE
5262016-11-07 Doug Evans <dje@google.com>
527
528 * config.sub: Sync with upstream version 2016-11-03.
529 git://git.sv.gnu.org/config.git
530 * config.guess: Sync with upstream version 2016-10-02.
531
07619d52
SM
5322016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
533
534 * .gitignore: Add archives and make stamps.
535
bedbe19c
YTL
5362016-07-20 Yan-Ting Lin <currygt52@gmail.com>
537
538 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
539 * configure: Regenerated.
540
9abdce70
WL
5412016-06-28 Walter Lee <walt@tilera.com>
542
543 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
544 * configure: Regenerate.
545
0597bdc4
AM
5462016-05-28 Alan Modra <amodra@gmail.com>
547
548 * Makefile.tpl (configure): Depend on m4 files included.
549 * Makefile.in: Regenerate.
550
1690f1db
NC
5512016-05-27 Nick Clifton <nickc@redhat.com>
552
553 * config.guess (Alpha OSF1): Fix typo introduced during the most
554 recent synchronization update.
555
b43b8535
NC
5562016-05-23 Nick Clifton <nickc@redhat.com>
557
558 * Import these patches from the gcc mainline:
559
560 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
561
562 * config.guess: Import version 2016-04-02 (newest).
563 * config.sub: Import version 2016-05-10 (newest).
564
bb7dc663
NC
5652016-04-19 Nick Clifton <nickc@redhat.com>
566
567 * Import this patch from the GCC mainline:
568
569 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
570
571 PR bootstrap/70173
572 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
573 and gotools directories. Delete the stage_final file.
574 * Makefile.in: Regenerate.
575
ea016470
CC
5762016-03-17 Cary Coutant <ccoutant@gmail.com>
577
578 * configure.ac: Add mips and s390 to the gold target check.
579 * configure: Regenerate.
580
52cf9762
NC
5812016-02-10 Nick Clifton <nickc@redhat.com>
582
583 Import these patches from the GCC mainline:
584
585 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
586
587 * configure.ac: Enable LTO for DJGPP
588 * configure: Regenerate
589
590 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
591
592 PR bootstrap/69329
593 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
594 * Makefile.in: Regenerate.
595
596 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
597 Sebastian Pop <s.pop@samsung.com>
598
599 * Makefile.in: Regenerate.
600 * Makefile.tpl: Export ISLVER.
601 * configure: Regenerate.
602 * config/isl.m4: Detect isl-0.15.
603
604 2016-01-29 Sebastian Pop <s.pop@samsung.com>
605
606 * config/isl.m4: Add comments about isl-0.16.
607 * configure: Regenerate.
608
1985dc2d
L
6092016-01-12 H.J. Lu <hongjiu.lu@intel.com>
610
611 Sync with GCC
612 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
613
614 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
615 symbols.
616
617 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
618
619 PR bootstrap/69134
620 * Makefile.def (mpfr): Disable assembler.
621 * Makefile.in: Regenerate.
622
4849dfd8
NC
6232016-01-11 Nick Clifton <nickc@redhat.com>
624
625 Import the following changes from the GCC mainline:
626
627 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
628
629 * configure.ac: Enable libmpx by default.
630 * configure: Regenerated.
631
632 2015-11-19 Martin Liska <mliska@suse.cz>
633
634 * .gitignore: Add .clang-format to ignored files.
635 * Makefile.tpl: Add clang-format.
636 * Makefile.in: Regenerate.
637
638 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
639
640 PR libffi/65726
641 * Makefile.def (lang_env_dependencies): Make libffi depend
642 on cxx.
643 * Makefile.in: Regenerate.
644
645 2015-12-02 Ian Lance Taylor <iant@google.com>
646
647 PR go/66147
648 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
649 * Makefile.in: Regenerate.
650
651 2015-12-17 Nathan Sidwell <nathan@acm.org>
652
653 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
654 * configure: Regenerate.
655
656 2015-12-17 Sebastian Pop <s.pop@samsung.com>
657
658 * Makefile.in: Replace ISL with isl.
659 * Makefile.tpl: Same.
660 * config/isl.m4: Same.
661 * configure.ac: Same.
662 * contrib/download_prerequisites: Same.
663 * configure: Regenerate.
664
665 2016-01-01 Ben Elliston <bje@gnu.org>
666
667 * config.guess: Import version 2016-01-01.
668 * config.sub: Likewise.
669
f075eb5e
TG
6702015-11-20 Tristan Gingold <gingold@adacore.com>
671
672 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
673 * configure: Regenerate.
674
6c3bc0f8
NC
6752015-10-21 Nick Clifton <nickc@redhat.com>
676
677 PR gas/19109
678 * configure.ac: Note the 'none' is an acceptable argument to
679 --enable-compressed-debug-sections.
680 * configure: Regenerate.
681
edeefb67
L
6822015-10-20 H.J. Lu <hongjiu.lu@intel.com>
683
684 PR gas/19109
685 * configure.ac: Add
686 --enable-compressed-debug-sections={all,gas,gold,ld}.
687 * configure: Regenerated.
688
68996839
NC
6892015-09-30 Nick Clifton <nickc@redhat.com>
690
691 Import the following patches from the GCC mainline:
692
693 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
694
695 PR libfortran/54572
696 * Makefile.def: Make libgfortran depend on libbacktrace.
697 * Makefile.in: Regenerate.
698
699 2015-08-12 Tom de Vries <tom@codesourcery.com>
700
701 PR other/67092
702 PR other/67098
703 * configure.ac: Remove --with_host_libstdcxx support.
704 * configure: Regenerate.
705
706 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
707 Jakub Jelinek <jakub@redhat.com>
708
709 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
710 nvptx*-*-*.
711 * configure: Regenerate.
712
5960642a
L
7132015-08-07 H.J. Lu <hongjiu.lu@intel.com>
714
715 Sync with GCC
716 2015-07-28 Ben Elliston <bje@gnu.org>
717
718 * config.sub, config.guess: Import from upstream.
719
016a3251
DD
7202015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
721
722 * Makefile.def (libiconv): Define bootstrap=true.
723 Mark pdf/html/info as missing.
724 (configure-gcc): Depend on all-libiconv.
725 (all-gcc): Ditto.
726 (configure-libcpp): Ditto.
727 (all-libcpp): Ditto.
728 (configure-intl): Ditto.
729 (all-intl): Ditto.
730 * Makefile.in: Regenerate.
731
136bb21f
L
7322015-07-27 H.J. Lu <hongjiu.lu@intel.com>
733
734 Sync with GCC
735 2015-07-24 Michael Darling <darlingm@gmail.com>
736
737 PR other/66259
738 * config-ml.in: Reflects renaming of configure.in to configure.ac
739 * configure: Likewise
740 * configure.ac: Likewise
741
22121df0
L
7422015-07-14 H.J. Lu <hongjiu.lu@intel.com>
743
744 * Makefile.in: Regenerated.
745
746 Sync with GCC
747 2015-05-21 Jason Merrill <jason@redhat.com>
748
749 * Makefile.tpl: Update comments.
750
751 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
752
753 * Makefile.tpl: Remove surplus whitespace throughout.
754
755 2015-03-25 Martin Liska <mliska@suse.cz>
756 Yury Gribov <y.gribov@samsung.com>
757
758 * Makefile.tpl: Fix ln source location for vimrc file.
759
969b1713
L
7602015-07-14 H.J. Lu <hongjiu.lu@intel.com>
761
762 Sync with GCC
763 2015-05-16 James Bowman <james.bowman@ftdichip.com>
764
765 * configure.ac: FT32 target added.
766 * configure: Regenerate.
767
ce6c656d
L
7682015-07-14 H.J. Lu <hongjiu.lu@intel.com>
769
770 Sync with GCC
771 2015-06-02 Jason Merrill <jason@redhat.com>
772
773 PR bootstrap/66319
774 * configure.ac: Use -std=gnu++98.
775
776 2015-05-28 Mike Frysinger <vapier@gentoo.org>
777
778 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
779 * configure: Regenerate.
780
781 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
782
783 * configure.ac: Fix typo.
784 * configure: Regenerate.
785
786 2015-05-03 Matthias Klose <doko@ubuntu.com>
787
788 * configure.ac: Match $host configured with triplets.
789 * configure: Regenerate.
790
791 2015-04-17 Jakub Jelinek <jakub@redhat.com>
792
793 PR bootstrap/62077
794 * configure.ac (--enable-stage1-checking): Default to
795 release,misc,gimple,rtlflag,tree,types if --disable-checking
796 or --enable-checking is not specified and DEV-PHASE is not
797 experimental.
798 * configure: Regenerated.
799
800 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
801
802 Install back PR target/47230 fix (Revert the revert).
803
16beab3d
L
8042015-06-30 H.J. Lu <hongjiu.lu@intel.com>
805
806 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
807 target.
808 * configure: Regenerate.
809
5569a85f
JDA
8102015-05-13 John David Anglin <dave.anglin@bell.net>
811
812 * configure.ac: Disable configuration of GDB for HPUX targets.
813 * configure: Regenerate.
814
e81d5d05
L
8152015-05-01 H.J. Lu <hongjiu.lu@intel.com>
816
817 PR ld/18355
818 * Makefile.def: Add extra_configure_flags to host zlib.
819 * configure.ac (extra_host_zlib_configure_flags): New. Set
820 to --enable-host-shared When bfd is to be built as shared
821 library. AC_SUBST.
822 * Makefile.in: Regenerated.
823
ec5b9462
HPN
8242015-04-15 Mike Frysinger <vapier@gentoo.org>
825 Hans-Peter Nilsson <hp@axis.com>
826
827 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 828 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
829 use that in the getver call instead of $tool.
830 (sim_release): Pass gdb as fifth parameter to tar_compress.
831 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
832
f91ca6bc
IB
8332015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
834
835 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
836 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
837 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
838 * Makefile.in: Regenerate.
839
cf39cfc5
L
8402015-04-01 H.J. Lu <hongjiu.lu@intel.com>
841
842 * configure.ac: Add --with-system-zlib.
843 * configure: Regenerated.
844
6ac1079e
L
8452015-03-31 H.J. Lu <hongjiu.lu@intel.com>
846
847 * src-release.sh: Don't configure with --with-target-subdir=.
848 --disable-multilib.
849
890ba06f
L
8502015-03-31 H.J. Lu <hongjiu.lu@intel.com>
851
852 * src-release.sh (DEVO_SUPPORT): Replace src-release with
853 src-release.sh.
854
5675acd9
ES
8552015-03-30 Ed Schouten <ed@nuxi.nl>
856
857 * config.sub: Update from upstream, to 2015-03-04 version.
858 * config.guess: Likewise.
859
d2d67aea
L
8602015-03-30 H.J. Lu <hongjiu.lu@intel.com>
861
862 * Makefile.def (dependencies): Add all-zlib to all-bfd.
863 * Makefile.in: Regenerated.
864
92c695a1
L
8652015-03-28 H.J. Lu <hongjiu.lu@intel.com>
866
867 * src-release.sh (do_proto_toplev): Configure with --target
868 --with-target-subdir and --disable-multilib.
869 (BINUTILS_SUPPORT_DIRS): Add zlib.
870 (GAS_SUPPORT_DIRS): Likewise.
871 (GDB_SUPPORT_DIRS): Likewise.
872 (SIM_SUPPORT_DIRS): Likewise.
873
091021fa
L
8742015-03-17 H.J. Lu <hongjiu.lu@intel.com>
875
876 * configure.ac (target_configdirs): Exclude target-zlib if
877 target-libjava isn't built.
878 * configure: Regenerated.
879
5df8a8fc
L
8802015-03-17 H.J. Lu <hongjiu.lu@intel.com>
881
882 Sync with GCC
883 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
884
885 * config-ml.in: Robustify ac_configure_args parsing.
886
1b6c0831
L
8872015-03-16 H.J. Lu <hongjiu.lu@intel.com>
888
889 * Makefile.def: Updated from GCC trunk.
890 * Makefile.tpl: Likewise.
891 * configure.ac: Likewise.
892 * Makefile.in: Regenerated.
893 * configure: Likewise.
894
3f8107ab
AM
8952015-01-28 James Bowman <james.bowman@ftdichip.com>
896
897 * configure.ac: Add FT32 support.
898 * configure: Regenerate.
899
10b8fe5e
AG
9002015-01-12 Anthony Green <green@moxielogic.com>
901
902 * configure.ac: Don't disable gprof for moxie.
903 * configure: Rebuild.
904
6b91c541
AP
9052015-01-03 Andrew Pinski <apinski@cavium.com>
906
907 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
908 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
909 (BASE_TARGET_EXPORTS): Add OBJCOPY.
910 (OBJCOPY_FOR_TARGET): New variable.
911 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
912 * Makefile.in: Regenerate.
913 * configure.ac: Check for already installed target objcopy.
914 Also GCC_TARGET_TOOL on objcopy.
915 * configure: Regenerate.
916
6ba37ab4
HPN
9172015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
918
919 * config.sub: Update from upstream, to 2015-01-01 version.
920 * config.guess: Ditto.
921
bb5f7690
EB
9222014-12-06 Eric Botcazou <ebotcazou@adacore.com>
923
924 * config.sub: Update from upstream config repo.
925
6e733cce
L
9262014-11-24 H.J. Lu <hongjiu.lu@intel.com>
927
928 * libtool.m4: Updated from GCC trunk.
929
8969c424
JBG
9302014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
931
932 * config.guess: Update from upstream config repo.
933 * config.sub: Ditto.
934
37e77caf
JBG
9352014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
936
937 * move-if-change: Update from upstream gnulib.
938
e3046511
JBG
9392014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
940
941 * compile: Sync with upstream Automake.
942 * depcomp: Ditto.
943 * install-sh: Ditto.
944 * missing: Ditto.
945 * mkinstalldirs: Ditto.
946 * ylwrap: Ditto.
947
3e615393
TG
9482014-10-15 Tristan Gingold <gingold@adacore.com>
949
950 * src-release.sh (do_proto_toplev): Configure with --target.
951
6d26190c
JY
9522014-10-03 Jing Yu <jingyu@google.com>
953
954 * configure.ac: Add aarch64 to list of targets that support gold.
955 * configure: Regenerate.
956
a9d58c06
AB
9572014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
958
959 * configure.ac: Add mips*-img-elf* target triple.
960 * configure: Regenerate.
961
b25b5cef
CJW
9622014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
963 * configure: Disable gdb for nds32*-*-* until supported.
964 * configure.ac: Disable gdb for nds32*-*-* until supported.
965
f8797b5a
JB
9662014-09-05 Joel Brobecker <brobecker@adacore.com>
967
968 * configure: Regenerate.
969
2536ee9d
WN
9702014-08-27 Will Newton <will.newton@linaro.org>
971
972 * src-release.sh: New file.
973 * src-release: Remove file.
974
1f995db6
JS
9752014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
976
977 GDB not supported for or1k*-*-rtems*
978 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
979 of the stanzas results in this not being caught by or1k*-*-* later.
980 * configure. Regenerated.
981
a843ea33
SB
9822014-07-25 Samuel Bronson <naesten@gmail.com>
983
984 * .gitattributes: New file for use with git-merge-changelog.
985
cfbc1a6c
JS
9862014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
987
988 Disable gdb for or1k*-*-* until supported
989 * configure.ac (or1k*-*-*): Disable gdb.
990 * configure: Regenerated.
991
d9e042ac
SL
9922014-05-14 Sandra Loosemore <sandra@codesourcery.com>
993
994 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
995 * configure: Regenerated.
996
201f096f 9972014-03-26 Jakub Jelinek <jakub@redhat.com>
998
999 PR sanitizer/56781
1000 * Makefile.def: Set bootstrap=true; for host fixincludes.
1001 * configure.ac: Don't bootstrap host fixincludes unless
1002 --with-build-config=bootstrap-{a,ub}san.
1003 * Makefile.in: Regenerated.
1004 * configure: Regenerated.
1005
730af8ee 10062014-03-21 Jakub Jelinek <jakub@redhat.com>
1007
1008 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1009 --enable-vtable-verify option parsing. Don't add
1010 target-libsanitizer to bootstrap_target_libs unless
1011 --with-build-config=bootstrap-asan or
1012 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1013 to bootstrap_target_libs unless --enable-vtable-verify.
1014 * configure: Regenerated.
1015
abca8d87 10162014-03-07 Jakub Jelinek <jakub@redhat.com>
1017
1018 PR bootstrap/58572
1019 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1020 -I for libstdc++-v3 includes if $(LEAN).
1021 * Makefile.in: Regenerated.
1022
68d122bb 10232014-02-24 Walter Lee <walt@tilera.com>
1024
1025 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1026 (tilegx-*-*): Change to tilegx*-*-*.
1027 * configure: Regenerate.
1028
39d1b2ae
RS
10292014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1030
1031 * config.sub, config.guess: Import from upstream.
1032
50f80006
EB
10332014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1034
1035 PR bootstrap/60620
72f4393d 1036 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1037 * Makefile.in: Regenerate.
1038
a6305403
YS
10392014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1040
1041 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1042 for WINDRES_FOR_TARGET in default-manifest.o rule.
1043 * Makefile.in: Regenerate.
1044
62a0f723
RO
10452014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1046
1047 PR target/59788
1048 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1049 *solaris2*.
1050
530e8392
KB
10512013-12-19 Keven Boell <keven.boell@intel.com>
1052
1053 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1054 nested lookups for fortran modules.
1055 * dwarf2read.c (read_module): Add fortran module to
1056 the symbol table.
1057 (add_partial_symbol, add_partial_module): Add fortran
1058 module to the partial symbol table.
1059 (new_symbol_full): Create full symbol for fortran module.
1060 * f-exp.y (yylex): Add new module domain to be parsed.
1061 * symtab.h: New domain for fortran modules.
1062
7f9b20bb
KB
10632013-12-19 Keven Boell <keven.boell@intel.com>
1064
1065 * f-exp.y (yylex): Add domain array to enable lookup
1066 in multiple domains. Loop over lookup domains and try
1067 to find requested symbol. Add STRUCT_DOMAIN to lookup
1068 domains to be able to query for user defined types.
1069
afc0578d 10702013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1071
1072 * configure.ac: Add user-friendly check for native x86_64-linux
1073 multilibs.
1074 * configure: Regenerate.
1075
f3f51a69
AM
10762013-11-23 Alan Modra <amodra@gmail.com>
1077
1078 * config.sub, config.guess: Import from upstream.
1079
2440009d 10802013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1081
2440009d 1082 * Makefile.in: Regenerate.
1083
e78e02e6 1084 * Makefile.tpl: Fix typo.
1085 * Makefile.in: Regenerate partially.
1086
9aaf2a7e 10872013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1088
1089 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1090 supported.
1091 * configure: Regenerated.
1092
880b18d1 10932013-10-30 Jason Merrill <jason@redhat.com>
1094
1095 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1096 --disable-build-format-warnings.
1097
522e3d71 10982013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1099
f3f51a69 1100 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1101 depend on libstdc++ and libgcc.
1102 * configure: Regenerate.
1103 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1104 libcilkrts for POSIX and i*86, and x86_64 architectures.
1105 * Makefile.in: Added libcilkrts related fields to support building it.
1106
cb49a9e1 11072013-10-26 Jeff Law <law@redhat.com>
1108
1109 * Makefile.def (target_modules): Remove libmudflap
1110 (languages): Remove check-target-libmudflap).
1111 * Makefile.in: Rebuilt.
1112 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1113 * configure.ac (target_libraries): Remove target-libmudflap.
1114 Remove checks which disabled libmudflap on some systems.
1115 * configure: Rebuilt.
1116 * libmudflap: Directory removed.
1117
82033c9b
JBG
11182013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1119
1120 * configure.ac: Update from GCC.
1121 * configure: Regenerate.
1122
b50d7605
HPN
11232013-10-15 Hans-Peter Nilsson <hp@axis.com>
1124
1125 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1126 files in SUPPORT_FILES.
1127 (SIM_SUPPORT_DIRS): New variable.
1128 (sim.tar.bz2): New rule.
1129
f4cfb980
JBG
11302013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1131
1132 * configure.ac: Update from GCC.
1133 * configure: Regenerate.
1134
78b1434c
JJ
11352013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1136
1137 * COPYING.NEWLIB: Update with new copyright.
1138
b3fc79f8
JBG
11392013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1140
1141 * configure.ac: Update from GCC.
1142 * configure: Regenerate.
1143
cc9afea3
AM
11442013-09-20 Alan Modra <amodra@gmail.com>
1145
1146 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1147 ppc host match. Support little-endian powerpc linux hosts.
1148
f006cabd
JB
11492013-08-16 Joel Brobecker <brobecker@adacore.com>
1150
1151 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1152 strip the "-cvs" suffix from the version number if present.
1153
95e43135
JBG
11542013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1155
1156 * configure.ac: Sync with GCC repo.
1157 * Makefile.def: Ditto.
1158 * configure: Regenerate.
1159 * Makefile.in: Ditto.
1160
7539e41e
JB
11612013-07-22 Joel Brobecker <brobecker@adacore.com>
1162
1163 * src-release (VER): Use $(TOOL)/common/create-version.sh
1164 if it exists.
1165
e8044f35
RS
11662013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1167
1168 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1169 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1170 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1171 * configure: Regenerate.
1172
7bab7634
DC
11732013-06-01 George Thomas <george.thomas@atmel.com>
1174
95e43135
JBG
1175 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1176 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1177
b5364c9e
JJ
11782013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1179
1180 * COPYING.NEWLIB: Add Altera Corporation copyright.
1181
5dad867c
JBG
11822013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1183
1184 * config.guess: Update from config repo.
1185 * config.sub: Ditto.
1186
b836cb18
JBG
11872013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1188
1189 * Makefile.def: Sync with GCC.
1190 * Makefile.in: Regenerate.
1191
e7d5abf1
JBG
11922013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1193
1194 * configure.ac: Sync with GCC.
b836cb18 1195 * configure: Regenerate.
e7d5abf1 1196
4f778543
MF
11972013-03-22 Mike Frysinger <vapier@gentoo.org>
1198
1199 * src-release (VER): Change bfd/configure.in sed to use the new
1200 `bfd/configure --version` output.
1201
f1dd87fc
YZ
12022013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1203
1204 * configure.ac: Sync with GCC repo.
1205 * configure: Ditto.
1206
a413f71a
ILT
12072013-02-05 Ian Lance Taylor <iant@google.com>
1208
1209 PR go/55969
1210 * configure.ac: Disable libgo on some systems where it does not
1211 work.
1212 * configure: Rebuild.
1213
3a98824c
AM
12142013-02-05 Alan Modra <amodra@gmail.com>
1215
1216 * configure: Regenerate after syncing config/.
1217
3dae1673
JBG
12182013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * configure.ac: Sync with GCC repo.
1221 * configure: Ditto.
1222 * Makefile.def: Ditto.
1223 * Makefile.in: Ditto.
1224
bf51454b
JB
12252013-01-11 Joel Brobecker <brobecker@adacore.com>
1226
1227 Sync with GCC, merge:
1228
1229 2013-01-09 Jason Merrill <jason@redhat.com>
1230
1231 * .gitignore: Import from gdb repository.
1232
c841a2be
JBG
12332013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1234
1235 * config.sub: Update from config repo.
1236
d7b9dae9
EB
12372013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1238
1239 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1240 * Makefile.in: Regenerate.
1241
861ea9c8
L
12422013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1243
1244 * Makefile.def (configure-gcc): Depend on all-gmp.
1245 (all-gcc): Remove dependency on all-gmp.
1246 * Makefile.in: Regenerated.
1247
ce82b126
JBG
12482013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1249
1b4f418d 1250 * config.guess: Update from config repo.
c2e5e6d7 1251 * config.sub: Ditto.
ce82b126 1252
fd62a30d
JJ
12532013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1254
1255 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1256 exists and replace the new bfin license in its location.
1257
0140d685
L
12582013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 PR gas/14899
1261 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1262 all-ld and all-gold depend on all-gas.
1263 * Makefile.in: Regenerated.
1264
c3d399e7
L
12652012-12-29 Ben Elliston <bje@gnu.org>
1266
1267 * config.guess: Update to 2012-12-29 version.
1268 * config.sub: Likewise.
1269
9417cd2f
JBG
12702012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1271
1272 * Makefile.def (install-target-libgo): Depend on
1273 install-target-libatomic. Merged from GCC repo.
1274 * Makefile.in: Regenerate.
1275
68dad382
JJ
12762012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1277
1278 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1279
2344b8da
TS
12802012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1281
1282 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1283 * configure: Regenerate.
1284
5eb08693
L
12852012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 * Makefile.def (target_modules): Add bootstrap=true and
1288 raw_cxx=true to libsanitizer.
1289 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1290 * Makefile.in: Regenerated.
1291 * configure: Likewise.
1292
53ab32d8
JBG
12932012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1294
1295 * config.sub: Merge from config repo.
1296
d2489204
JBG
12972012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1298
1299 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1300 * Makefile.tpl: Ditto.
1301 * Makefile.in: Ditto.
1302 * configure: Ditto.
d2489204 1303
c23b5043
JBG
13042012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1305
1306 * configure.ac (noconfigdirs): Merge from GCC.
1307 * configure: Regenerate.
1308
1dd1f7f6
JBG
13092012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1310
1311 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1312
2bda3143
L
13132012-11-14 Roland McGrath <mcgrathr@google.com>
1314
1315 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1316 * configure: Regenerate.
1317
5286fdef
L
13182012-11-13 Richard Henderson <rth@redhat.com>
1319
1320 * configure.ac: Move libsanitizer logic to subdirectory.
1321 * configure: Regenerate.
1322
13232012-11-13 Dodji Seketeli <dodji@redhat.com>
1324
1325 * configure.ac: Enable libsanitizer just on x86 linux for now.
1326 * configure: Re-generate.
1327
13282012-11-13 David Edelsohn <dje.gcc@gmail.com>
1329
1330 * configure.ac: Merge libquadmath sections.
1331 * configure: Regenerate.
1332
13332012-11-12 Wei Mi <wmi@google.com>
1334
1335 * configure.ac: Add libsanitizer to target_libraries.
1336 * Makefile.def: Ditto.
1337 * configure: Regenerate.
1338 * Makefile.in: Regenerate.
1339
f66a9a70
L
13402012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 * configure: Regenerated.
1343
13442012-11-03 Robert Mason <rbmj@verizon.net>
1345
1346 * configure.ac: add --disable-libstdcxx configure option
1347 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1348
6d94c122
CV
13492012-10-24 Corinna Vinschen <corinna@vinschen.de>
1350
1351 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1352 against Mingw64 w32api.
1353 * configure: Regenerate.
1354
a882be68
EB
13552012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1356
1357 PR bootstrap/54820
1358 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1359 * configure: Regenerate.
1360
b3676d82
EB
13612012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1362
1363 PR bootstrap/54820
1364 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1365 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1366 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1367 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1368 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1369 * Makefile.in: Regenerate.
1370 * configure.ac (have_static_libs): New variable and associated check.
1371 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1372 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1373 * configure: Regenerate.
1374
7b0e8ca5
MF
13752012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1376
1377 * config.guess, config.sub: Include updated version from
1378 config-patches. Adds microblaze little endian support.
1379
8e71395b
L
13802012-09-28 Ian Lance Taylor <iant@google.com>
1381
1382 * Makefile.def: Make all-target-libgo depend on
1383 all-target-libbacktrace.
1384 * Makefile.in: Rebuild.
1385
13862012-09-26 Ian Lance Taylor <iant@google.com>
1387
1388 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1389 * Makefile.in: Rebuild.
1390
13912012-09-06 Diego Novillo <dnovillo@google.com>
1392
1393 * configure.ac: Bump minimum GMP version to 4.2.3.
1394 * configure: Re-generate.
1395
13962012-09-05 Georg-Johann Lay <avr@gjlay.de>
1397
1398 PR target/54461
1399 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1400 target-libgloss if not configured --with-avrlibc=no.
1401 * configure: Regenerate.
1402
14032012-09-04 Jason Merrill <jason@redhat.com>
1404
1405 * configure.ac: Fix --enable-languages=all.
1406
14072012-09-03 Richard Guenther <rguenther@suse.de>
1408
1409 PR bootstrap/54138
1410 * configure.ac: Re-organize ISL / CLOOG checks to allow
1411 disabling with either --without-isl or --without-cloog.
1412 * configure: Regenerated.
1413
14142012-09-03 Georg-Johann Lay <avr@gjlay.de>
1415
1416 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1417 * configure: Regenerate.
1418
d09bbf00
SE
14192012-09-21 Steve Ellcey <sellcey@mips.com>
1420
1421 * configure.ac: Add mips*-mti-elf* target.
1422 * configure: Regenerate.
1423
2bf680c4
ILT
14242012-09-19 Ian Lance Taylor <iant@google.com>
1425
1426 * configure.ac (host_libs): Add libbacktrace.
1427 (target_libraries): Add libbacktrace.
1428 * Makefile.def (host_modules): Add libbacktrace.
1429 (target_modules): Likewise.
1430 * configure, Makefile.in: Rebuild.
1431
5c0b3823
WL
14322012-09-15 Jiong Wang <jiwang@tilera.com>
1433
1434 * configure.ac (ENABLE_GOLD): support tilegx*
1435 * configure: rebuild
1436
1488e230
DE
14372012-09-14 David Edelsohn <dje.gcc@gmail.com>
1438
1439 PR target/38607
1440 Merge upstream change.
1441 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1442
1443 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1444 Add libgomp*.o to compare_exclusions for AIX.
1445 * configure: Regenerate.
1446
df6795ce
L
14472012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1448
1449 PR binutils/4970
1450 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1451 and opcodes.
1452 * Makefile.in: Regenerated.
1453
7ec59b9e
L
14542012-08-14 Diego Novillo <dnovillo@google.com>
1455
1456 Merge from cxx-conversion branch.
1457
1458 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1459 POSTSTAGE1_CONFIGURE_FLAGS.
1460 * Makefile.in: Regenerate.
1461 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1462 Force C++ when bootstrapping.
1463 * configure: Regenerate.
1464
14652012-07-06 Richard Guenther <rguenther@suse.de>
1466
1467 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1468 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1469 --with-gmp=system.
1470 * Makefile.in: Regenerated.
1471 * configure: Likewise.
1472
14732012-07-06 Richard Guenther <rguenther@suse.de>
1474
1475 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1476 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1477 supply V=1 as extra_make_flags.
1478 * configure: Regenerated.
1479 * Makefile.in: Likewise.
1480
14812012-07-03 Richard Guenther <rguenther@suse.de>
1482
1483 * Makfile.def (isl): Remove not necessary extra_exports and
1484 extra_make_flags.
1485 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1486 * Makefile.in: Regenerated.
1487
14882012-07-03 Richard Guenther <rguenther@suse.de>
1489
1490 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1491 * configure.ac: If either the ISL or the CLooG check failed
1492 do not try to build in-tree versions.
1493 * Makefile.in: Regenerated.
1494 * configure: Regenerated.
1495
14962012-07-02 Richard Guenther <rguenther@suse.de>
1497 Michael Matz <matz@suse.de>
1498 Tobias Grosser <tobias@grosser.es>
1499 Sebastian Pop <sebpop@gmail.com>
1500
1501 * Makefile.def: Add ISL host module, remove PPL host module.
1502 Adjust ClooG host module to use the proper ISL.
1503 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1504 * configure.ac: Include config/isl.m4. Add ISL host library,
1505 remove PPL. Remove PPL configury, add ISL configury, adjust
1506 ClooG configury.
1507 * Makefile.in: Regenerated.
1508 * configure: Likewise.
1509
15102012-07-02 Richard Guenther <rguenther@suse.de>
1511
1512 Merge from graphite branch
1513 2011-07-21 Tobias Grosser <tobias@grosser.es>
1514
1515 * configure: Regenerated.
1516 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1517 both cloog.org and legacy versions. The only supported version will
1518 be CLooG with the isl backend.
1519
1520 2011-07-21 Tobias Grosser <tobias@grosser.es>
1521
1522 * configure: Regenerated.
1523 * configure.ac: Require cloog isl 0.17.0
1524
1525 2011-07-21 Tobias Grosser <tobias@grosser.es>
1526
1527 * configure: Regenerated.
1528 * config/cloog.m4: Do not define CLOOG_ORG
1529
15302012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1531
1532 * configure.ac: Skip C if explicitly selected.
1533 * configure: Regenerate.
1534
15352012-06-28 Christophe Lyon <christophe.lyon@st.com>
1536
1537 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1538 they contain -O2.
1539 * configure: Regenerate.
1540
15412012-06-20 Jason Merrill <jason@redhat.com>
1542
1543 * Makefile.tpl (check-target-libgomp-c++): New.
1544 (check-target-libitm-c++): New.
1545 * Makefile.def (c++): Add them.
1546 * Makefile.in: Regenerate.
1547
15482012-05-16 Olivier Hainque <hainque@adacore.com>
1549
1550 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1551 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1552 (install-no-fixedincludes): Adjust accordingly.
1553 * Makefile.in: Regenerate.
1554
15552012-05-09 Nick Clifton <nickc@redhat.com>
1556 Paul Smith <psmith@gnu.org>
1557
1558 PR bootstrap/50461
1559 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1560 allow for the fact that from release v3.1.0 of MPFR the source
1561 files were moved into a src sub-directory.
1562 * configure: Regenerate.
1563
15642012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1565
1566 * configure.ac: Bump minimum MPFR version to 2.4.0.
1567 * configure: Regenerated.
1568
15692012-05-01 Richard Henderson <rth@redhat.com>
1570
1571 * Makefile.def (libatomic): New target_module.
1572 * configure.ac (target_libraries): Add libatomic.
1573 (noconfigdirs): Check if libatomic is supported.
1574 * Makefile.in, configure: Rebuild.
1575
f87f9c61
L
15762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1577
1578 Merge upstream change
1579 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1580
15812011-11-21 Andreas Tobler <andreast@fgznet.ch>
1582
1583 * libtool.m4: Additional FreeBSD 10 fixes.
1584
68f107fa
AO
15852012-06-28 Christophe Lyon <christophe.lyon@st.com>
1586
1587 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1588 they contain -O2.
1589 * configure: Regenerate.
1590
b9c361e0
JL
15912012-05-14 Catherine Moore <clm@codesourcery.com>
1592
1593 * NEWS: Mention PowerPC VLE port.
1594
9eb322aa
MF
15952012-05-11 Mike Frysinger <vapier@gentoo.org>
1596
1597 * MAINTAINERS (config/): Move to intl/ section.
1598 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1599
58b1dd21
NC
16002012-05-09 Nick Clifton <nickc@redhat.com>
1601 Paul Smith <psmith@gnu.org>
1602
1603 PR bootstrap/50461
1604 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1605 allow for the fact that from release v3.1.0 of MPFR the source
1606 files were moved into a src sub-directory.
1607 * configure: Regenerate.
1608
2e702c99
RM
16092012-05-02 Roland McGrath <mcgrathr@google.com>
1610
1611 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1612 * configure: Regenerate.
1613
d2213593
JB
16142012-04-25 Joel Brobecker <brobecker@adacore.com>
1615
1616 * config.sub: Update to 2012-04-18 version from official repo.
1617
202e2356
NC
16182012-03-19 Tristan Gingold <gingold@adacore.com>
1619
1620 * configure.ac (ia64*-*-*vms*): Add support for ld.
1621 * configure: Regenerate.
1622
2479f722
RO
16232012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1624
1625 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1626 (unsupported_languages): Remove mips-sgi-irix6.*.
1627 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1628 (with_stabs): Remove.
1629 * configure: Regenerate.
1630
4e97d92b
RO
16312012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1632
1633 * configure.ac (enable_libgomp): Remove *-*-osf*.
1634 (with_stabs): Remove alpha*-*-osf*.
1635 * configure: Regenerate.
1636
f9ea6f98
JJ
16372012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1638
1639 * COPYING.NEWLIB: Modify DJ Delorie license to include
1640 modification rights in clause as permitted by DJ Delorie.
1641 * COPYING.LIBGLOSS: Ditto.
1642
48688b3e
JJ
16432012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1644
1645 * COPYING.NEWLIB: Remove two unused licenses.
1646
0945bbee
TG
16472012-03-05 Tristan Gingold <gingold@adacore.com>
1648
1649 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1650 * configure: Regenerate.
1651
516be0c5
JJ
16522012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1653
1654 * COPYING.NEWLIB: Add Adapteva notice.
1655 * COPYING.LIBGLOSS: Add Adapteva notice.
1656
64b986c0
EB
16572011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1658
1659 * configure: Regenerate.
1660
58cddc18
JJ
16612011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1662
1663 * COPYING.LIBGLOSS: Add GPL with exception license.
1664
b121d7d4
DD
16652011-11-09 Roland McGrath <mcgrathr@google.com>
1666
1667 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1668 * configure: Rebuild.
1669 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1670 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1671 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1672 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1673 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1674 Add READELF.
1675 * Makefile.in: Rebuild.
1676
d32e2926
RH
16772011-11-08 Richard Henderson <rth@redhat.com>
1678
1679 * configure.ac: Test for libitm directory present first.
1680
1681 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1682
1683 * configure.ac: Test libitm/configure.tgt to disable libitm.
1684 * configure: Rebuild.
1685
98dd765a
RO
16862011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1687
1688 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1689 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1690 * Makefile.in: Regenerate.
1691
99c513f6
DD
16922011-11-01 DJ Delorie <dj@redhat.com>
1693
1694 * configure.ac (rl78-*-*) New case.
1695 * configure: Regenerate.
1696
ff3ec4ee
DD
16972011-11-01 DJ Delorie <dj@redhat.com>
1698
1699 * config.sub: Update to version 2011-10-29 (added rl78)
1700
c28a9f49
NC
17012011-10-27 Nick Clifton <nickc@redhat.com>
1702
1703 * config.sub: Import these changes from the config project:
1704
a903d6ac 1705 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1706 Ben Elliston <bje@gnu.org>
1707
1708 * config.sub (epiphany): New.
1709
1710 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1711 Ben Elliston <bje@gnu.org>
1712
9eb322aa 1713 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1714
1715 2011-08-23 Roland McGrath <mcgrathr@google.com>
1716
1717 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1718 64eb to be64.
1719
1720 2011-08-16 Roland McGrath <mcgrathr@google.com>
1721
1722 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1723 (nacl): Grok as alias for 32el-unknown-nacl.
1724
860144e4
JB
17252011-08-19 Joel Brobecker <brobecker@adacore.com>
1726
1727 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1728
40ae9136
YQ
17292011-08-14 Yao Qi <yao@codesourcery.com>
1730
1731 Merge from gcc:
1732
1733 2011-08-14 Yao Qi <yao@codesourcery.com>
1734 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1735 * configure: Regenerate.
1736
ffdd6afc
ILT
17372011-07-26 Ian Lance Taylor <iant@google.com>
1738
1739 Merge from gcc:
1740
1741 2011-07-26 Ian Lance Taylor <iant@google.com>
1742 * configure.ac: Set have_compiler based on whether gcc directory
1743 exists, rather than on whether gcc is in configdirs.
1744 * configure: Rebuild.
1745
1746 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1747 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1748 link directories.
1749 * Makefile.in: Rebuild.
1750
1751 2011-07-20 Ian Lance Taylor <iant@google.com>
1752 PR bootstrap/49787
1753 * configure.ac: Move --enable-bootstrap handling earlier in file.
1754 If --enable-bootstrap and either --enable-build-with-cxx or
1755 --enable-build-poststage1-with-cxx, enable C++ automatically.
1756 * configure: Rebuild.
1757
1758 2011-07-19 Ian Lance Taylor <iant@google.com>
1759 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1760 make C++ a boot_language. Set and substitute
1761 POSTSTAGE1_CONFIGURE_FLAGS.
1762 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1763 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1764 * configure, Makefile.in: Rebuild.
1765
1766 2011-07-16 Jason Merrill <jason@redhat.com>
1767 * Makefile.def (language=c++): Add check-c++0x and
1768 check-target-libmudflap-c++.
1769 * Makefile.tpl (check-target-libmudflap-c++): New.
1770 * Makefile.in: Regenerate.
1771
1772 2011-07-16 Matthias Klose <doko@ubuntu.com>
1773 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1774 * Makefile.def (target_modules/libjava): Pass
1775 $(EXTRA_CONFIGARGS_LIBJAVA).
1776 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1777 if not configured with --enable-static-libjava.
1778 * Makefile.in: Regenerate.
1779 * configure: Likewise.
1780
1781 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1782 PR regression/47836
1783 PR bootstrap/23656
1784 PR other/47733
1785 PR bootstrap/49247
1786 PR c/48825
1787 * configure.ac (target_libraries): Remove target-libiberty.
1788 Remove case-statement setting skipdirs=target-libiberty for
1789 multiple targets. Remove checking target_configdirs and
1790 removing target-libiberty but keeping target-libgcc if
1791 otherwise empty.
1792 * Makefile.def (target_modules): Don't add libiberty.
1793 (dependencies): Remove all traces of target-libiberty.
1794 * configure, Makefile.in: Regenerate.
1795
9ccb86e7
JM
17962011-07-22 Jason Merrill <jason@redhat.com>
1797
1798 * Makefile.def (language=c++): Add check-c++0x and
1799 check-target-libmudflap-c++.
1800 * Makefile.tpl (check-target-libmudflap-c++): New.
1801 * Makefile.in: Regenerate.
1802
090bc50f
RO
18032011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1804
1805 * configure: Regenerate.
1806
cff32a7c
RO
18072011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1808
1809 PR target/39150
1810 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1811 x86_64-*-solaris2.1[0-9]*.
1812 * configure: Regenerate.
1813
eb4b2452
NC
18142011-06-13 Walter Lee <walt@tilera.com>
1815
1816 * configure.ac (tilepro-*-*) New case.
1817 (tilegx-*-*): Likewise.
1818 * configure: Regenerate.
1819
3c0013bf
NC
18202011-06-06 Nick Clifton <nickc@redhat.com>
1821
1822 * config.sub: Sync from upstream.
1823
91c1f14c
DK
18242011-05-08 Doug Kwan <dougkwan@google.com>
1825
1826 Merge from gcc:
1827
1828 2011-05-08 Doug Kwan <dougkwan@google.com>
1829
1830 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1831 * configure: Regenerated.
1832 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1833 value from configure.
1834 * Makefile.in: Regenerated.
1835
c7e4b184
JM
18362011-05-05 Joseph Myers <joseph@codesourcery.com>
1837
1838 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1839 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1840 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1841 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1842 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1843 *-*-vxworks*): Disable newlib and libgloss in separate case
1844 statement.
1845 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1846 to separate case statement.
1847 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1848 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1849 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1850 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1851 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1852 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1853 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1854 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1855 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1856 i[[3456789]]86-*-rdos*, m32r-*-*,
1857 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1858 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1859 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1860 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1861 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1862 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1863 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1864 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1865 and libgloss in main case over targets. Remove most empty cases
1866 in main case over targets.
1867 * configure: Regenerate.
1868
7152a690
JM
18692011-05-04 Joseph Myers <joseph@codesourcery.com>
1870
1871 * configure.ac: Remove code setting special library locations for
1872 hppa*64*-*-hpux11*. Remove code setting compiler for
1873 sparc-sun-solaris2*.
1874 * configure: Regenerate.
1875
ff46fb8f
JM
18762011-05-04 Joseph Myers <joseph@codesourcery.com>
1877
1878 * configure.ac: Separate libgloss_dir settings from general case
1879 over targets.
1880 * configure: Regenerate.
1881
82ae827f
JM
18822011-04-28 Joseph Myers <joseph@codesourcery.com>
1883
1884 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1885 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1886 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1887 cases in libgcj-disabling case statement.
1888 (hppa*64*-*-linux*): Set unsupported_languages instead of
1889 disabling target-zlib.
1890 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1891 to hppa*64*-*-hpux*.
1892 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1893 hppa*-*-hpux*.
1894 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1895 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1896 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1897 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1898 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1899 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1900 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1901 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1902 libgcj-disabling case statement.
1903 * configure: Regenerate.
1904
0827f9a6
JM
19052011-04-28 Joseph Myers <joseph@codesourcery.com>
1906
1907 * configure.ac: Disable Java for targets not supporting libffi.
1908 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1909 Remove cases in Java-disabling statement.
1910 (*arm-wince-pe): Change to arm-wince-pe.
1911 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1912 cases in Java-disabling statement.
1913 (bfin-*-*): Don't disable Java again.
1914 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1915 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1916 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1917 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1918 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1919 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1920 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1921 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1922 Java-disabling statement.
1923 (mmix-*-*): Don't disable Java again.
1924 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1925 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1926 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1927 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1928 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1929 statement.
1930 * configure: Regenerate.
1931
899b04ef
JM
19322011-04-28 Joseph Myers <joseph@codesourcery.com>
1933
1934 Merge from GCC:
1935
1936 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1937
1938 PR lto/48086
1939 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1940 * configure: Regenerate.
1941
9863d716
JM
19422011-04-28 Joseph Myers <joseph@codesourcery.com>
1943
1944 * configure.ac: Separate cases disabling Java and Java libraries
1945 from general case over targets.
1946 * configure: Regenerate.
1947
a90ef4bf
JM
19482011-04-06 Joseph Myers <joseph@codesourcery.com>
1949
1950 * configure.ac (build_tools): Remove build-byacc.
1951 (host_libs): Remove mmalloc.
1952 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1953 autoconf automake libtool diff rcs fileutils shellutils time
1954 textutils wdiff find uudecode hello tar gzip indent recode release
1955 sed perl gawk findutils gettext zip.
1956 (libgcj): Remove target-qthreads.
1957 (target_tools): Remove target-examples target-gperf.
1958 (YACC): Don't handle building byacc.
1959 * configure: Regenerate.
1960 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1961 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1962 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1963 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1964 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1965 handle building components.
1966 * Makefile.in: Regenerate.
1967
05a02268
RW
19682011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1969
1970 * config.sub: Sync from upstream.
1971
c5f5c3c2
JM
19722011-04-01 Joseph Myers <joseph@codesourcery.com>
1973
1974 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1975 (microblaze*): Don't disable libssp.
1976 * configure: Regenerate.
1977
f6c1938b
JM
19782011-04-01 Joseph Myers <joseph@codesourcery.com>
1979
1980 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1981 moveifchange.
1982 * configure: Regenerate.
1983 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1984 * Makefile.in: Regenerate.
1985
1f111696
JM
19862011-04-01 Joseph Myers <joseph@codesourcery.com>
1987
1988 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1989 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1990 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1991 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1992 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1993 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1994 md_exec_prefix cases.
1995 * configure: Regenerate.
1996
065a5627
JM
19972011-04-01 Joseph Myers <joseph@codesourcery.com>
1998
1999 * configure.ac: Separate cases disabling target-libssp,
2000 target-libiberty, target-libstdc++-v3 and Fortran from general
2001 case over targets.
2002 * configure: Regenerate.
2003
b2f14e4a
JM
20042011-04-01 Joseph Myers <joseph@codesourcery.com>
2005
2006 * configure.ac (*-*-chorusos): Don't disable libgcj.
2007 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2008 Remove case.
2009 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2010 (arm-*-coff): Don't disable libgcj.
2011 (arm*-*-linux-gnueabi): Remove useless assignment.
2012 (arm-*-riscix*): Don't disable libgcj.
2013 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2014 configuration.
2015 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2016 (c54x*-*-*): Remove case.
2017 (tic54x-*-*): Don't disable GCC or GCC libraries.
2018 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2019 to *.
2020 (d10v-*-*): Don't disable GCC libraries.
2021 (d30v-*-*): Don't disable libgcj.
2022 (h8500-*-*): Don't disable GCC libraries.
2023 (i960-*-*): Don't disable libgcj.
2024 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2025 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2026 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2027 libgcj.
2028 (m68k-*-coff*): Remove case.
2029 (mmix-*-*): Don't disable libgloss on host.
2030 (mn10200-*-*, mn10300-*-*): Remove cases.
2031 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2032 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2033 Don't disable libgcj.
2034 (romp-*-*): Remove case.
2035 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2036 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2037 case.
2038 (v810-*-*): Don't disable GCC libraries.
2039 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2040 (ip2k-*-*): Don't disable GCC libraries.
2041 * configure: Regenerate.
2042
6a608608
JM
20432011-03-28 Joseph Myers <joseph@codesourcery.com>
2044
2045 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2046 libffi on host.
2047 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2048 on host.
2049 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2050 * configure: Regenerate.
2051
5b806d27
NC
20522011-03-26 John Marino <binutils@marino.st>
2053
2054 * configure.ac: Add support for *-*-dragonfly*
2055 * configure: Regenerate.
2056
0377a422
JM
20572011-03-25 Joseph Myers <joseph@codesourcery.com>
2058
2059 * configure.ac (native_only): Remove.
2060 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2061 send-pr uudecode guile gnuserv on host.
2062 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2063 send-pr rcs guile perl texinfo libtool on host.
2064 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2065 automake send-pr rcs guile perl texinfo libtool on host.
2066 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2067 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2068 (alpha*-dec-osf*): Don't disable fileutils on target.
2069 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2070 texinfo send-pr expect dejagnu on target.
2071 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2072 target-qthreads on target.
2073 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2074 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2075 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2076 x86_64-*-mingw*): Don't disable expect on target.
2077 (*-*-cygwin*): Don't disable target-gperf on target.
2078 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2079 gnuserv on target.
2080 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2081 target.
2082 * configure: Regenerate.
2083
2354b38b
JM
20842011-03-25 Joseph Myers <joseph@codesourcery.com>
2085
2086 * configure.ac (target_tools): Remove target-groff.
2087 (native_only): Remove target-groff.
2088 (hppa*64*-*-*): Don't disable byacc.
2089 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2090 setting.
2091 (*-*-kaos*): Don't skip target-librx and target-groff.
2092 (*-*-netware*): Don't skip target-libmudflap.
2093 (*-*-tpf*): Don't skip target-libmudflap.
2094 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2095 directories on the host.
2096 (ia64*-*-*vms*): Don't skip tix.
2097 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2098 host.
2099 * configure: Regenerate.
2100
28d9b232
PB
21012011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2102
2103 * configure.ac: Remove references to mt-mep, mt-netware,
2104 mt-wince.
2105 * Makefile.def: Add all-utils soft dependencies.
2106 * Makefile.tpl: Remove GDB_NLM_DEPS.
2107 * configure: Regenerate.
2108 * Makefile.in: Regenerate.
2109
dbbe5f95
PB
21102011-03-24 Paolo Bonzini <bonzini@gnu.org>
2111
2112 Sync from GCC:
2113
2114 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2115
2116 * configure.ac: Do not include mh-x86omitfp.
2117 * configure: Regenerate.
2118
2119 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2120
2121 * configure.ac: Remove empty cases.
2122 * configure: Regenerate.
2123
2124 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2125
2126 * Makefile.def: Add dependency from termcap to gdb.
2127 * Makefile.in: Regenerate.
2128
2129 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2130
2131 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2132 * configure: Regenerate.
2133 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2134 * Makefile.tpl: Likewise.
2135 * Makefile.in: Regenerate.
2136
2137 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2138
2139 * configure.ac: Remove all mentions of tentative_cc.
2140 * configure: Regenerate.
2141
2142 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2143
2144 PR lto/48086
2145 * configure.ac: Re-enable LTO on *-apple-darwin9.
2146 * configure: Regenerate.
2147
3516a403
JM
21482011-03-24 Joseph Myers <joseph@codesourcery.com>
2149
2150 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2151 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2152 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2153 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2154 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2155 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2156 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2157 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2158 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2159 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2160 *-*-rhapsody*): Remove host cases.
2161 * configure: Regenerate.
2162
93cc359e
JM
21632011-03-24 Joseph Myers <joseph@codesourcery.com>
2164
2165 * configure.ac (ppc*-*-pe): Remove host case.
2166 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2167 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2168 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2169 cases.
2170 * configure: Regenerate.
2171
29b2c556
JM
21722011-03-24 Joseph Myers <joseph@codesourcery.com>
2173
2174 * config.sub: Update to version 2011-03-23.
2175
f0ff0f90
JM
21762011-03-22 Joseph Myers <joseph@codesourcery.com>
2177
2178 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2179 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2180 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2181 * configure: Regenerate.
2182
782cb41f
JM
21832011-03-22 Joseph Myers <joseph@codesourcery.com>
2184
2185 * config-ml.in: Don't handle arc-*-elf*.
2186 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2187 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2188 handle GCC libraries.
2189 * configure: Regenerate.
2190
0e8ad34f
RO
21912011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2192
2193 PR bootstrap/48120:
2194 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2195 Add -lstdc++ -lm to LIBS.
2196 * configure: Regenerate.
2197
5548b4ce
DE
21982011-03-18 David Edelsohn <dje.gcc@gmail.com>
2199
2200 * config.guess: Update to version 2011-02-02
2201 * config.sub: Update to version 2011-02-24
2e702c99 2202
86ed8cf6
SP
22032011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2204
9eb322aa
MF
2205 * configure.ac: Adjust test of with_ppl.
2206 * configure: Regenerated.
86ed8cf6 2207
b123da99
SP
22082011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2209
2210 * configure.ac: Add -lpwl to ppllibs.
2211 * config/cloog.m4: Add -lisl to clooglibs.
2212 * configure: Regenerated.
2213
822ce8ee
RW
22142011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2215
2216 Import from Libtool and gnulib:
2217
2218 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2219
2220 Prepare for supporting FreeBSD 10.
2221 * config.rpath: Remove handling of freebsd1* which soon would
2222 match FreeBSD 10.0.
2223
2224 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2225
2226 Remove support for FreeBSD 1.x.
2227 * libtool.m4 (_LT_LINKER_SHLIBS)
2228 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2229 soon would incorrectly match FreeBSD 10.0.
2230
dcb5e506
RW
22312011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2232
2233 PR binutils/12283
2234 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2235 (move-if-change): Comes from gnulib.
2236 * move-if-change: Import version from gnulib.
2237
8d8eef9a
RW
22382011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2239
2240 Sync from GCC:
2241
2242 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2243
2244 PR lto/47225
2245 * Makefile.def (lto-plugin): Double dash for enable-shared.
2246 (configure-gcc): Depend on all-lto-plugin.
2247 * Makefile.in: Rebuilt.
2248
2249 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2250
2251 * configure.ac: Remove extra bracket.
2252 * configure: Regenerate.
2253
2254 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2255
2256 PR lto/47225
2257 * Makefile.def: Add dependency for install-gcc
2258 on install-lto-plugin.
2259 * Makfile.in: Regenerated
2260
2261 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2262
2263 * configure.ac: If with_ppl is no, move setting with_cloog=no
2264 after CLOOG_REQUESTED check.
2265 * configure: Regenerated.
2266
2267 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2268
2269 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2270 CLooG has been requested.
2271 * configure: Regenerated.
2272
2273 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2274
2275 * configure: Regenerated.
2276 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2277
2278 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2279
2280 * configure: Regenerated.
2281 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2282
2283 2011-01-07 Jan Hubicka <jh@suse.cz>
2284
2285 PR lto/47225
2286 * Makefile.in: Regenerate.
2287 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2288 configure.
2289
65b4571a
AO
22902011-01-31 Alexandre Oliva <aoliva@redhat.com>
2291
2292 PR libgcj/44341
2293 * configure.ac: Discard --with-* flags for host when configuring
2294 target libraries for cross build.
2295 * configure: Rebuilt.
2296
7837304f
AS
22972011-01-21 Andreas Schwab <schwab@redhat.com>
2298
2299 Sync from GCC:
2300
2301 2011-01-21 Andreas Schwab <schwab@redhat.com>
2302
2303 * configure.ac: Use AS_HELP_STRING throughout.
2304 * configure: Regenerate.
2305
2306 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2307
2308 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2309 * configure: Regenerate.
2310
115ef890
RW
23112010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2312
2313 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2314
92c9a463
JB
23152011-01-13 Joel Brobecker <brobecker@adacore.com>
2316
2317 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2318 for ia64-hpux.
2319 * configure: Regenerate.
2320
887ebfb4
RW
23212011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2322
2323 Sync from GCC:
2324 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2325
2326 * configure.ac: (picochip): Disable libiberty.
2327 * configure: Regenerate.
2328
04d2c2b2
JJ
23292010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2330
2331 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2332
33d23ee8
ILT
23332010-12-10 Ian Lance Taylor <iant@google.com>
2334
2335 PR bootstrap/46819
2336 * configure.ac: For --disable-libgcj clear libgcj_saved.
2337 * configure: Rebuild.
2338
89a1e9c3
PB
23392010-12-10 Tobias Burnus <burnus@net-b.de>
2340
2341 PR fortran/46540
2342 * configure.ac: Add --disable-libquadmath and
2343 --disable-libquadmath-support.
2344 * configure: Regenerate.
2345
ac7bcd26
TG
23462010-12-10 Tristan Gingold <gingold@adacore.com>
2347
2348 * src-release (ETC_SUPPORT): add gnu-oids.texi
2349
d357cef7
HPN
23502010-12-03 Hans-Peter Nilsson <hp@axis.com>
2351
2352 PR libffi/46792
2353 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2354 * configure: Regenerate.
2355
4f11b223
ILT
23562010-12-02 Ian Lance Taylor <iant@google.com>
2357
2358 * configure.ac: Always set default for poststage1_ldflags to
2359 -static-libstdc++ -static-libgcc.
2360
989abc33
JJ
23612010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2362
2363 * COPYING.NEWLIB: Add National Semiconductor notice.
2364
950386c6
AS
23652010-11-29 Andreas Schwab <schwab@redhat.com>
2366
2367 * configure.ac: Move comment to remove extra space in last argument
2368 of GCC_TARGET_TOOL.
2369
87cda2cf
AO
23702010-11-26 Alexandre Oliva <aoliva@redhat.com>
2371
7d509c83 2372 PR other/46026
87cda2cf
AO
2373 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2374 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2375 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2376 (BASE_FLAGS_TO_PASS): Use it.
2377 * configure: Rebuilt.
2378 * Makefile.in: Rebuilt.
2379
d3b50760
L
23802010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2381
2382 PR binutils/12258
2383 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2384 Properly check default linker.
2385 * configure: Regnerated.
2386
c7791212
NC
23872010-11-23 Matthias Klose <doko@ubuntu.com>
2388
2389 * configure.ac: For --enable-gold, handle value `default' instead of
2390 `both*'. New configure option --{en,dis}able-ld.
2391 * configure: Regenerate.
2392
9e1a94f4
ILT
23932010-11-20 Ian Lance Taylor <iant@google.com>
2394
2395 * configure.ac: Only disable a language library if no language needs
2396 it. Don't let --disable-libgcj uncondtionally disable libffi.
2397 * configure: Rebuild.
2398
ceca0218
PB
23992010-11-20 Paolo Bonzini <bonzini@gnu.org>
2400
2401 * configure: Regenerate.
2402
9b980aa1
RW
24032010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2404
2405 PR other/46202
2406 * configure.ac: Fix just-built in-tree STRIP name to be
2407 binutils/strip-new.
2408 * configure: Regenerate.
2409 * Makefile.def (install-strip-gcc, install-strip-binutils)
2410 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2411 (install-strip-sid): Mirror dependencies on non-strip variants
2412 of these targets on the respective -strip prerequisites.
2413 * Makefile.tpl (install-strip, install-strip-host)
2414 (install-strip-target): New targets.
2415 (install-strip-[+module+], install-strip-target-[+module+]):
2416 New targets.
2417 * Makefile.in: Regenerate.
2418
e552509b
ILT
24192010-11-19 Ian Lance Taylor <iant@google.com>
2420 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2421
2422 * configure.ac: Add target-libgo to target_libraries. Set
2423 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2424 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2425 (HOST_EXPORTS): Add GOC.
2426 (BASE_TARGET_EXPORTS): Add GOC.
2427 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2428 (GOCFLAGS_FOR_TARGET): New variable.
2429 (EXTRA_HOST_FLAGS): Add GOC.
2430 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2431 * Makefile.def (target_modules): Add libgo.
2432 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2433 (dependencies): Add dependency from configure-target-libgo to
2434 configure-target-libffi and all-target-libstdc++-v3. Add
2435 dependencies from all-target-libgo to all-target-libffi.
2436 (languages): Add go.
2437 * configure: Rebuild.
2438 * Makefile.in: Rebuild.
2439
24402010-11-19 Ian Lance Taylor <iant@google.com>
2441
2442 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2443 compiler/flag environment variables.
2444
24452010-11-18 Ian Lance Taylor <iant@google.com>
2446
2447 * configure.ac: Check for lang_requires_boot_languages in
2448 config-lang.in files.
2449 * configure: Rebuild.
2450
8c21d9c7
MF
24512010-11-17 Mike Frysinger <vapier@gentoo.org>
2452
2453 * .gitignore: New file.
2454
e552509b
ILT
24552010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2456 Tobias Burnus <burnus@net-b.de>
2457
2458 PR fortran/32049
2459 * Makefile.def: Add libquadmath; build it with language=fortran.
2460 * configure.ac: Add libquadmath.
2461 * Makefile.tpl: Handle multiple libs in check-[+language+].
2462 * Makefile.in: Regenerate.
2463 * configure: Regenerate.
2464
24652010-11-15 Andreas Schwab <schwab@redhat.com>
2466
2467 * configure.ac: Fix spelling in option names.
2468 * configure: Regenerated.
2469
24702010-11-13 Georg-Johann Lay <georgjohann@web.de>
2471
2472 PR bootstrap/39622
2473 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2474 * configure: Regenerated.
2475
24762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2477
2478 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2479 define the cloog backend to use. Furthermore, only pass the ppllibs to
2480 the configure checks, if necessary.
2481 * configure: Regenerate.
2482
24832010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2484
2485 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2486 * configure: regenerate
2487
24882010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2489
2490 * config/cloog.m4: Fix typo. verison -> version.
2491 * configure: Regenerate.
2492
24932010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2494
2495 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2496 * configure: Regenerate.
2497
24982010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2499
2500 * configure.ac: Support official CLooG.org versions.
2501 * configure: Regenerate.
2502 * config/cloog.m4: New.
2503
aa291e2d
ME
25042010-11-05 Michael Eager <eager@eagercon.com>
2505
2506 * COPYING.LIBGLOSS: Correct typo in microblaze.
2507 * COPYING.NEWLIB: Same.
2508
e552509b
ILT
25092010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2510
2511 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2512 * configure: Regenerate.
2513
74cea91b
DK
25142010-11-03 Ian Lance Taylor <iant@google.com>
2515 Dave Korn <dave.korn.cygwin@gmail.com>
2516
2517 PR lto/46273
2518 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2519 and on other supported platforms whenever LTO is enabled.
2520 * configure: Rebuild.
2521
6d0cd39e
AM
25222010-11-02 Alan Modra <amodra@gmail.com>
2523
2524 PR binutils/12110
2525 * configure.ac: Error when source path contains spaces.
2526 * configure: Regenerate.
2527
18a8530e
ILT
25282010-10-20 Ian Lance Taylor <iant@google.com>
2529
2530 * Makefile.def (target_modules): Set lib_path to src/.libs for
2531 libstdc++-v3 module.
2532 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2533 * Makefile.in: Rebuild.
2534
6ed3211e
JJ
25352010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2536 Joseph Myers <joseph@codesourcery.com>
2537
2538 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2539 notices.
2540 * COPYING.NEWLIB: Add Texas Instruments notice.
2541
a8eb3f0a
DK
25422010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2543
2544 * configure.ac (build_lto_plugin): New shell variable.
2545 (--enable-lto): Turn on by default for all non-ELF platforms that
2546 have had LTO support added so far. Set build_lto_plugin appropriately
2547 for both ELF and non-ELF.
2548 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2549 * configure: Regenerate.
2550
4074d5f2
RW
25512010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2552
2553 PR bootstrap/45326
2554 PR bootstrap/45174
2555 * configure.ac: Honor initial values of $build_configargs,
2556 $host_configargs, $target_configargs. Mark the precious, so
2557 environment settings get recorded.
2558 * configure: Regenerate.
2559
29821356
RW
25602010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2561
2562 Sync from GCC:
2563
2564 2010-09-30 Michael Eager <eager@eagercon.com>
2565
2566 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2567 * configure: Regenerate.
2568
2569 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2570
2571 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2572 targets and amend comment.
2573 * configure: Regenerate.
2574
2575 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2576
2577 * configure.ac: Enable LTO by default on Darwin.
2578 * configure: Regenerate.
2579
2580 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2581
2582 PR bootstrap/44455
2583 * configure.ac (extra_mpfr_configure_flags): Copy from
2584 extra_mpc_gmp_configure_flags.
2585 * configure: Re-generated.
2586
57eefe4d
RW
25872010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2588
2589 Sync from GCC:
2590
2591 PR bootstrap/45796
2592 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2593 Depend on all-build-libiberty.
2594 * Makefile.in: Regenerate.
2595
25962010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2597
2598 Sync from GCC:
2599
2600 PR bootstrap/44621
2601 * configure.ac: Fix unportable shell quoting.
2602 * configure: Regenerate.
2603
48bb73dd
RW
26042010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2605
2606 * configure.ac: Support all v850 targets.
2607 * configure: Regenerate.
2608
1d14850f
PB
26092010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2610
2611 PR target/44862
2612 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2613 Provide -B option to allow for link spec %s substitutions for
2614 libstdc++.a on darwin.
2615 * Makefile.in: Regenerate.
2616
7530c480
AO
26172010-06-10 Alexandre Oliva <aoliva@redhat.com>
2618
2619 * Makefile.def (configure-gcc): Depend on all-libelf.
2620 * Makefile.in: Rebuild.
2621
285d560d
RW
26222010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2623
2624 * config.sub, config.guess: Update from upstream sources.
2625
a009f2e7
RW
26262010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2627
2628 Sync from GCC:
2629
2630 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2631 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2632 * configure: Regenerated.
2633
2634 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2635 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2636 * configure: Regenerate.
2637
2638 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2639 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2640 * configure: Regenerate.
2641
2642 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2643 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2644 separately.
2645 * configure: Regenerate.
2646
2647 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2648 * configure: Regenerate after change to elf.m4.
2649
2650 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2651 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2652 * configure: Regenerated.
2653
2654 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2655 * configure.ac: Print "buggy but acceptable" when CLooG
2656 revision is less than 9.
2657 * configure: Regenerated.
2658
e49e5c92
DK
26592010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2660
2661 Merge from gcc:
2662
2663 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2664 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2665 * configure: Regenerate.
2666
2667 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2668 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2669 a platform that supports LTO.
2670 * configure: Regenerate.
2671
2672 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2673 PR lto/42776
2674 * configure.ac (--enable-lto): Refactor handling so libelf tests
2675 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2676 and allow LTO to be explicitly enabled on non-ELF platforms that
2677 are known to support it inside else-clause.
2678 * configure: Regenerate.
2679
e6de499b
NC
26802010-04-27 Roland McGrath <roland@redhat.com>
2681 H.J. Lu <hongjiu.lu@intel.com>
2682
2683 * configure.ac (--enable-gold): Support both, both/gold and
2684 both/bfd to add gold to configdirs without removing ld.
2685 * configure: Regenerated.
2686
2687 * Makefile.def: Add install-gold dependency to install-ld.
2688 * Makefile.in: Regenerated.
2689
d594eacc
TG
26902010-04-14 Tristan Gingold <gingold@adacore.com>
2691
2692 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2693 * configure: Regenerate.
2694
938d2b74
RW
26952010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2696
2697 Merge from gcc:
2698 PR bootstrap/43615
2699 PR bootstrap/43328
2700 Revert:
2701 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2702 * configure.ac: Do not pass --enable-multilib nor
2703 --disable-multilib in baseargs. Accept explicitly passed
2704 --enable_multilib.
2705 * configure: Regenerate.
2706
a9ef41a7
RW
27072010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2708
2709 PR bootstrap/43328
2710 * configure.ac: Do not pass --enable-multilib nor
2711 --disable-multilib in baseargs. Accept explicitly passed
2712 --enable_multilib.
2713 * configure: Regenerate.
2714
619a3713
JM
27152010-03-23 Joseph Myers <joseph@codesourcery.com>
2716
2717 * configure.ac (tic6x-*-*): New case.
2718 * configure: Regenerate.
2719
92f4e989
JM
27202010-03-23 Joseph Myers <joseph@codesourcery.com>
2721
2722 Merge from gcc:
2723 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2724 PR ada/42554
2725 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2726 * configure: Regenerate.
2727
c35a0556
JM
27282010-03-23 Joseph Myers <joseph@codesourcery.com>
2729
2730 * config.sub: Update to version 2010-03-22.
2731 * config.guess: Update to version 2009-12-30.
2732
18fa8f9c
JM
27332010-03-14 Joseph Myers <joseph@codesourcery.com>
2734
2735 Merge from gcc:
2736 2010-01-11 Richard Guenther <rguenther@suse.de>
2737 PR lto/41569
2738 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2739 * Makefile.in: Regenerated.
2740
ba98da75
RO
27412010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2742
2743 PR libstdc++/32499
2744 * configure.ac (RANLIB): Default to true.
2745 (STRIP): Likewise.
2746 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2747 * configure: Regenerate.
2748
3994761f
NC
27492010-02-17 Nick Clifton <nickc@redhat.com>
2750
2751 PR 11238
2752 * Makefile.tpl (local-distclean): Also remove config.cache files in
2753 sub-directories as there may not be Makefiles present in the
2754 sub-directories.
792cdb50
NC
2755 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2756 the config.cache files found by the find command.
2757
3994761f
NC
2758 * Makefile.in: Regenerate.
2759 * configure.ac: Revert previous delta.
2760 * configure: Regenerate.
2761
01a82011
NC
27622010-02-15 Nick Clifton <nickc@redhat.com>
2763
2764 PR 11238
2765 * configure.ac: Delete config.cache files in sub-directories when
2766 deleting Makefiles.
2767 * configure: Regenerate.
2768
143754cd
NC
27692010-02-15 Nick Clifton <nickc@redhat.com>
2770
2771 * configure.ac: Sync from gcc.
2772 * configure: Regenerate.
2773
a6b5846e
KG
27742010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2775
2776 Sync from gcc:
2777 * configure.ac: Add "recommended" version checks for GMP/MPC.
2778 Update recommended GMP/MPFR/MPC versions.
2779 * configure: Regenerate.
2780
2aa2364a
JR
27812010-01-25 Joern Rennecke <amylaar@spamcop.net>
2782
2783 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2784 * configure.ac (bootstrap_target_libs): Make inclusion of
2785 target-libgomp conditional on libgomb being in target_configdirs.
2786 * configure: Regenerate.
2787
d35e937f
JR
27882010-01-23 Joern Rennecke <amylaar@spamcop.net>
2789
2790 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2791 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2792 * configure: Regenerate.
2793
911e63d0
JR
27942010-01-22 Joern Rennecke <amylaar@spamcop.net>
2795
2796 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2797 * configure.ac (target_configdirs): Substitute.
2798 * Makefile.def: Bootstrap target module libgomp.
2799 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2800 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2801 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2802 * configure, Makefile.in: Regenerate.
2803
3725885a
RW
28042009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2805
2806 * libtool.m4: Sync from git Libtool.
2807 * ltmain.sh: Likewise.
2808 * ltoptions.m4: Likewise.
2809 * ltversion.m4: Likewise.
2810 * lt~obsolete.m4: Likewise.
2811
d5f2ee2e 28122010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2813 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2814
2815 PR bootstrap/42424
2816 * configure.ac: Include libtool m4 files.
9eb322aa 2817 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2818 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2819 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2820
d5f2ee2e
KG
2821 * configure: Regenerate.
2822
f2b2dd91
RW
28232010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2824
2825 PR bootstrap/41818
2826 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2827 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2828 * Makefile.in: Regenerate.
2829
06ca7962
BE
28302009-12-18 Ben Elliston <bje@au.ibm.com>
2831
2832 * config.sub, config.guess: Update from upstream sources.
2833
30a16d7b
JJ
28342009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2835
2836 * COPYING.NEWLIB: Update copyright date.
2837 * COPYING.LIBGLOSS: Ditto.
2838
d9b76ff9
KG
28392009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2840
2841 PR middle-end/30447
2842 PR middle-end/30789
2843 PR other/40302
2844
2845 * configure.ac: Require MPC.
2846 * configure: Regenerate.
2847
2848 * configure.ac: Update minimum MPC version to 0.8.
2849 * configure: Regenerate.
2850
e12dec02
PB
28512009-11-20 Paolo Bonzini <bonzini@gnu.org>
2852
2853 * config.guess: Sync with upstream and gcc.
2854 * config.sub: Sync with upstream and gcc.
2855
606a9ca0
AO
28562009-11-16 Alexandre Oliva <aoliva@redhat.com>
2857
2858 * Makefile.def: Restore host and target settings for gmp.
2859 * Makefile.in: Rebuild.
2860
1f53ca9a
AO
28612009-11-16 Alexandre Oliva <aoliva@redhat.com>
2862
2863 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2864 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2865 Fix portability of test of C++ as bootstrap language. Add
2866 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2867 * configure: Rebuild.
2868 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2869 and cloog. Fix in-tree ppl configuration. Introduce libelf
2870 in-tree building.
2871 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2872 (POSTSTAGE1_HOST_EXPORTS): Use it.
2873 (STAGE[+id+]_CXXFLAGS): New.
2874 (BASE_FLAGS_TO_PASS): Pass it down.
2875 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2876 extra_exports.
2877 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2878 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2879 extra_exports.
2880 * Makefile.in: Rebuild.
2881
28822009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2883
2884 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2885 paths for *-w64-mingw* and x86_64-*mingw*.
2886 * configure: Regenerated.
2887
28882009-10-30 Kai Tietz <kai.tietz@onevision.com>
2889
2890 * configure.ac: Disable target-winsup & co for
2891 x86_64-*-mingw* and *-w64-mingw* targets.
2892 * configure: Regenerated.
2893
28942009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2895
2896 * configure.ac (CLooG test): Use = with test.
2897 * configure: Regenerate.
2898
28992009-10-22 Richard Guenther <rguenther@suse.de>
2900
2901 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2902 cloog if the ppl version check failed. Move flags saving
2903 before setting in libelf check.
2904 * configure: Regenerate.
2905
29062009-10-21 Richard Guenther <rguenther@suse.de>
2907
2908 * configure.ac: Adjust the ppl and cloog configure to work as
2909 documented. Disable cloog if ppl was disabled. Omit the version
2910 checks if they were disabled.
2911 * configure: Re-generate.
2912
6811fb56
RW
29132009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2914
2915 * configure.ac: Add 'lto' to enable_languages, not
2916 new_enable_languages, and only if not already present.
2917 * configure: Regenerate.
2918
700d40ca
ILT
29192009-10-06 Ian Lance Taylor <iant@google.com>
2920
2921 * Makefile.def: check-gold depends upon all-gas.
2922 * Makefile.in: Rebuild.
2923
29242009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2925
2926 * Makefile.def: all-lto-plugin depends on all-libiberty.
2927 set bootstrap=true for lto-plugin.
2928 Add lto-plugin.
2929 * Makefile.in: Regenerate.
2930 * configure.ac (host_libs): Add lto-plugin.
2931 * configure: Regenerate.
2932
29332009-10-03 Diego Novillo <dnovillo@google.com>
2934
2935 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2936 (HOST_LIBELFLIBS): Define.
2937 (HOST_LIBELFINC): Define.
2938 * Makefile.in: Regenerate.
2939 * configure.ac: Add --enable-lto.
2940 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2941 If --enable-lto is used, add 'lto' to new_enable_languages.
2942 If --enable-lto is used and gold is enabled, add
2943 lto-plugin to configdirs.
2944 * configure: Regenerate.
2945
29462009-10-03 Simon Baldwin <simonb@google.com>
2947
2948 * configure.ac: If --with-system-zlib, suppress local zlib and
2949 pass --with-system-zlib to subdir configure scripts.
2950 * configure: Regenerate.
2951
29522009-10-01 Loren J. Rittle <ljrittle@acm.org>
2953 Paolo Bonzini <bonzini@gnu.org>
2954
2955 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2956 $(srcdir).
2957 * Makefile.in: Rebuilt.
2958
c8cb1b3e
PB
29592009-09-29 Paolo Bonzini <bonzini@gnu.org>
2960
2961 Sync from gcc:
2962 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2963
2964 * configure.ac: Update minimum MPC version to 0.7.
2965 * configure: Regenerate.
2966
30167e0a
NC
29672009-09-25 Nick Clifton <nickc@redhat.com>
2968
2969 * configure.ac: Pass any --cache-file=/dev/null option on to
2970 subconfigures.
2971 * configure: Regenerate.
2972
707a0b5c
NC
29732009-09-23 Nick Clifton <nickc@redhat.com>
2974
2975 * config.sub, config.guess: Update from upstream sources.
2976
700d40ca
ILT
29772009-09-22 Loren J. Rittle <ljrittle@acm.org>
2978
2979 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2980 * Makefile.in: Rebuilt.
2981
2fd0b40b
RW
29822009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2983
2984 PR bootstrap/32272
2985 * configure.ac: Error out if $srcdir isn't '.' but contains
2986 host-${host_noncanonical}.
2987 * configure: Regenerate.
2988
4385ad3c
RW
29892009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2990
16b1ad29
RW
2991 * configure.ac: If bootstrapping a combined tree with
2992 --enable-gold, require c++ in stage1_languages.
2993 * configure: Regenerate.
2994
f8dc745f
RW
2995 * configure.ac: Also add target_libs of stage1_languages to
2996 bootstrap_target_libs.
2997 * configure: Regenerate.
2998
4385ad3c
RW
2999 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3000 with --enable-languages not containing c++.
3001 * configure: Regenerate.
3002
df51e4e1
JZ
30032009-09-16 Jie Zhang <jie.zhang@analog.com>
3004
3005 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3006 * configure: Regenerate.
3007
06a51eac
RW
30082009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3009
3010 * configure.ac: Do not use $extrasub for replacing @if/@endif
3011 parts in Makefile; instead, use additional arguments to
3012 AC_CONFIG_COMMANDS to do the replacement manually, with several
3013 sed invocations, to avoid HP-UX sed command limits.
3014 * configure: Regenerate.
3015
96655cc4
AO
30162009-09-04 Alexandre Oliva <aoliva@redhat.com>
3017
3018 * configure.ac (with-build-config): Document. Handle without.
3019 Handle missing argument.
3020 * configure: Rebuilt.
3021
30222009-09-03 Alexandre Oliva <aoliva@redhat.com>
3023
3024 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3025 Default to bootstrap-debug only if compare-debug works.
3026 * configure: Rebuilt.
3027 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3028 * Makefile.in: Rebuilt.
3029
30302009-09-01 Alexandre Oliva <aoliva@redhat.com>
3031
3032 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3033 * Makefile.in: Rebuilt.
3034
8e957354
PB
30352009-09-02 Paolo Bonzini <bonzini@gnu.org>
3036
3037 * Makefile.tpl (AWK): Fix typo.
3038 * Makefile.in: Regenerate.
3039
30402009-09-02 Paolo Bonzini <bonzini@gnu.org>
3041
3042 * configure.ac: Detect awk and sed.
3043 * Makefile.def (flags_to_pass): Add AWK and SED.
3044 * Makefile.tpl (AWK, SED): New.
3045 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3046 * configure: Regenerate.
3047 * Makefile.in: Regenerate.
3048
fb792462
TG
30492009-09-01 Tristan Gingold <gingold@adacore.com>
3050
3051 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3052 Remove logical names.
3053
a69e7d0a
DK
30542009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3055
3056 * ltmain.sh (func_normal_abspath): New function.
3057 (func_relative_path): Likewise.
3058 (func_mode_help): Document new -bindir option for link mode.
3059 (func_mode_link): Add new -bindir option, and use it to place
3060 output DLL if specified.
3061
d444d2ba
RW
30622009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3063
3064 * configure.ac (AC_PREREQ): Bump to 2.64.
3065
13b7343a
RW
30662009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3067
af542c2e
RW
3068 * README-maintainer-mode: Point directly to upstream locations
3069 for autoconf, automake, libtool, gettext, instead of copies on
3070 sources.redhat.com. Document required versions.
3071 * configure.ac: Do not substitute datarootdir, htmldir,
3072 pdfdir, docdir. Do not process --with-datarootdir,
3073 --with-htmldir, --with-pdfdir, --with-docdir.
3074 * configure: Regenerate.
3075
81ecdfbb
RW
3076 * configure: Regenerate.
3077
13b7343a
RW
3078 * compile: Sync from Automake 1.11.
3079 * depcomp: Likewise.
3080 * install-sh: Likewise.
3081 * missing: Likewise.
3082 * mkinstalldirs: Likewise.
3083 * ylwrap: Likewise.
3084
c1102ce7
RW
30852009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3086
34a0f3cf
RW
3087 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3088 (baseargs): Add --disable-option-checking.
3089 * configure: Regenerate.
3090
c1102ce7
RW
3091 * Makefile.def (configure-target-libiberty): Depend on
3092 all-binutils and all-ld.
3093 (configure-target-newlib): Likewise.
3094 * Makefile.in: Regenerate.
3095
e8a5fa9c
RW
30962009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3097
3098 Sync with GCC, merge:
3099
3100 2009-07-31 Christian Bruel <christian.bruel@st.com>
3101
3102 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3103 * configure: Regenerate.
3104
3105 2009-07-06 Ian Lance Taylor <iant@google.com>
3106
3107 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3108 * configure: Rebuild.
3109
3110 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3111
3112 PR bootstrap/40338
3113 * configure.ac (comparestring): Create new variable.
3114 * Makefile.tpl (comparestring): Use to skip some comparisions.
3115 * configure: Regenerate.
3116 * Makefile.in: Regenerate.
3117
3118 2009-06-23 Ian Lance Taylor <iant@google.com>
3119
3120 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3121 boot_languages. Only bootstrap target libraries listed in
3122 target_libs for some boot language. Add --with-stage1-ldflags,
3123 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3124 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3125 if not building with C++.
3126 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3127 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3128 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3129 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3130 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3131 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3132 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3133 * configure, Makefile.in: Rebuild.
3134
3135 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3136
3137 * configure.ac: Detect MPC in default directory.
3138 * configure: Regenerate.
3139
3140 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3141
3142 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3143 to noconfdirs.
3144 * configure: Regenerate.
3145
3146 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3147
3148 * Makefile.def: Add MPC support and dependencies.
3149 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3150
3151 * Makefile.in, configure: Regenerate.
3152
3153 2009-05-24 Nicolas Roche <roche@adacore.com>
3154
3155 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3156 * Makefile.in: Regenerate.
3157
3158 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3159
3160 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3161 * configure: Regenerate.
3162
3163 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3164
3165 * configure.ac ($with_ppl): Default to no if not supplied.
3166 ($with_cloog): Likewise.
3167 configure: Regenerate.
3168
3169 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3170
3171 PR bootstrap/39739
3172 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3173 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3174
3175 * configure, Makefile.in: Regenerate.
3176
3177 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3178
3179 * configure.ac: Change copyright header to refer to version
3180 3 of the GNU General Public License and to point readers at the
3181 COPYING3 file and the FSF's license web page.
3182 * Makefile.def: Likewise.
3183 * Makefile.tpl: Likewise.
3184 * Makefile.in: Regenerate.
3185
3186 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3187
3188 * configure.ac: Restore match for darwin9 or later. Use double
3189 brackets since regeneration eats one pair.
3190 * configure: Regenerate.
3191
bf110216
CF
31922009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3193
3194 * MAINTAINERS: Perform some obvious fixups.
3195
2262bbf4
BE
31962009-08-17 Ben Elliston <bje@au.ibm.com>
3197
3198 * config.sub, config.guess: Update from upstream sources.
3199
25a07265
NC
32002009-08-06 Michael Eager <eager@eagercon.com>
3201
3202 * configure.ac: Add Microblaze target.
3203 * configure: Regenerate.
3204
85bd1942
TG
32052009-07-02 Tristan Gingold <gingold@adacore.com>
3206
3207 * configure.ac: Do not exclude gas for i386-*-darwin.
3208 Add a case for x86_64-*-darwin.
3209 * configure: Regenerate.
3210
f9806fa5
DE
32112009-06-26 Doug Evans <dje@sebabeach.org>
3212
3213 * Makefile.def (host_modules): Add cgen.
3214 * Makefile.in: Regenerate.
3215 * configure.ac (host_tools): Add cgen.
3216 * configure: Regenerate.
3217
6bfb4e30
JJ
32182009-06-17 Michael Eager <eager@eagercon.com>
3219
3220 * COPYING.LIBGLOSS: Add Xilinx license.
3221
8bcf2718
NC
32222009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3223
3224 * configure.ac: Define is_elf for QNX Neutrino targets.
3225 * configure: Regenerate.
3226
04ec0acb
RW
32272009-06-03 Jerome Guitton <guitton@adacore.com>
3228 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3229
9eb322aa
MF
3230 * Makefile.tpl (all): Avoid a trailing backslash.
3231 * Makefile.in: Regenerate.
04ec0acb 3232
7ee5dbeb
BE
32332009-06-03 Ben Elliston <bje@au.ibm.com>
3234
3235 * config.sub, config.guess: Update from upstream sources.
3236
fda13ee8
AO
32372009-06-02 Alexandre Oliva <aoliva@redhat.com>
3238
3239 * Makefile.tpl ([+compare-target+]): Compare all stage
3240 directories, rather than just gcc.
3241 * Makefile.in: Rebuilt.
3242
4a657b0d
DK
32432009-05-28 Doug Kwan <dougkwan@google.com>
3244
3245 * configure.ac: Support gold for target arm*-*-*.
3246 * configure: Regenerate.
3247
07fc31c9
AO
32482009-05-27 Alexandre Oliva <aoliva@redhat.com>
3249
3250 * Makefile.tpl (all): Avoid harmless warning in make all when
3251 gcc-bootstrap is enabled but stage_last does not exist.
3252 * Makefile.in: Rebuilt.
3253
8a7a39ab
TG
32542009-05-25 Tristan Gingold <gingold@adacore.com>
3255
3256 * setup.com: Complete the file with configuration and build.
3257
b5233201
AO
32582009-05-18 Alexandre Oliva <aoliva@redhat.com>
3259
3260 PR other/40159
3261 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3262 gcc-no-bootstrap are mutually exclusive.
3263 * Makefile.in: Rebuilt.
3264
7b6175f9
AO
32652009-05-18 Alexandre Oliva <aoliva@redhat.com>
3266
3267 PR other/40159
3268 * Makefile.tpl (all): Don't end with unconditional success.
3269 * Makefile.in: Rebuilt.
3270
1b05fbbd
AO
32712009-05-12 Alexandre Oliva <aoliva@redhat.com>
3272
3273 PR target/37137
3274 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3275 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3276 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3277 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3278 stage_configureflags, stage_cflags and stage_libcflags into
3279 explicit Makefile macros.
3280 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3281 GFORTRAN.
3282 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3283 CC. Set CC_FOR_BUILD from CC.
3284 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3285 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3286 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3287 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3288 and GFORTRAN.
3289 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3290 (_LIBCFLAGS): Renamed to _TFLAGS.
3291 (do-compare-debug, do-compare3-debug): Drop.
3292 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3293 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3294 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3295 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3296 (XGCC_FLAGS_FOR_TARGET): New.
3297 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3298 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3299 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3300 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3301 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3302 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3303 TFLAGS.
3304 (BUILD_CONFIG): Include if requested.
3305 (all): Set TFLAGS on bootstrap.
3306 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3307 (all-stageid-prefixmodule): Likewise.
3308 (do-clean, distclean-stageid): Set TFLAGS.
3309 (restrap): Fix whitespace.
3310 * Makefile.in: Rebuilt.
3311
dc17c78c
EB
33122009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3313
3314 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3315 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3316 * Makefile.in: Regenerate.
3317
14324cd7
EZ
33182009-04-24 Eli Zaretskii <eliz@gnu.org>
3319
3320 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3321 consistency with config.sub. (Update from upstream sources.)
3322
f8d5f06c
JM
33232009-04-21 Joseph Myers <joseph@codesourcery.com>
3324
3325 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3326
0000e2bf
BE
33272009-04-17 Ben Elliston <bje@au.ibm.com>
3328
3329 * config.sub, config.guess: Update from upstream sources.
3330
20135e4c
NC
33312009-04-15 Anthony Green <green@moxielogic.com>
3332
34adf976 3333 * configure.ac: Add moxie support.
20135e4c
NC
3334 * configure: Rebuilt.
3335
ef699244
L
33362009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3337
3338 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3339 * configure: Regenerate.
3340
10ad8ef3
L
33412009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3342
3343 PR gas/10039
3344 * configure.ac: Require texinfo 4.7.
3345 * configure: Regenerated.
3346
c50523ce
L
33472009-04-09 Steve Ellcey <sje@cup.hp.com>
3348
3349 * Makefil.def (languages): New entries.
3350 * Makefile.tpl (check-gcc-*): New generic target.
3351 * Makefile.in: Regenerate.
3352
47afba5f
EZ
33532009-03-27 Eli Zaretskii <eliz@gnu.org>
3354
3355 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3356 Windows builds of Sed.
3357
dc448a7b
TT
33582009-03-18 Tom Tromey <tromey@redhat.com>
3359
3360 * configure: Rebuild.
3361 * configure.ac (host_libs): Add libiconv.
3362 * Makefile.in: Rebuild.
3363 * Makefile.def (host_modules): Add libiconv.
3364 (configure-gdb, all-gdb): Depend on libiconv.
3365
24741ab2
JB
33662009-03-16 Tristan Gingold <gingold@adacore.com>
3367
3368 * configure.ac: Treat gdb as supported on x86_64-darwin.
3369 * configure: Regenerate.
3370
29383458
JM
33712009-03-16 Joseph Myers <joseph@codesourcery.com>
3372
3373 Merge from GCC:
3374
3375 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3376
3377 * configure.ac (--with-host-libstdcxx): New option.
3378 * configure: Regenerate.
3379
3380 2009-01-29 Robert Millan <rmh@aybabtu.com>
3381
3382 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3383 * configure: Regenerate.
3384
3385 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3386
3387 PR tree-optimization/38515
3388 * configure.ac (cloog-polylib): Removed.
3389 (with_ppl, with_cloog): Test for "no".
3390 * configure: Regenerated.
3391
58e24671
RW
33922009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3393
3394 Backport from git Libtool:
3395
3396 2009-01-19 Robert Millan <rmh@aybabtu.com>
3397 Support GNU/kOpenSolaris.
3398 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3399 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3400 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3401 GNU/kOpenSolaris.
3402
314b2e66
AS
34032009-02-05 Andreas Schwab <schwab@suse.de>
3404
3405 * Makefile.tpl (stage_last): Define $r and $s before using
3406 $(RECURSE_FLAGS_TO_PASS).
3407 * Makefile.in: Regenerate
3408
8b700390
JJ
34092009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3410
3411 * COPYING.NEWLIB: Add ARM license.
3412
66775d67
AM
34132009-01-16 Alan Modra <amodra@bigpond.net.au>
3414
3415 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3416 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3417 * Makefile.in: Regenerate.
3418
19e99079
NC
34192009-01-15 Douglas B Rupp <rupp@gnat.com>
3420
3421 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3422 * configure: Regenerate.
3423
22e8c8e0
RW
34242008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3425
3426 Backport link test fix from upstream Libtool:
3427
3428 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3429 Add cache variables to tests that require the linker to work.
3430 For shlibpath_overrides_runpath, this also changes the semantics
3431 to let the result from the C compiler take precedence.
3432 compiler take precedence.
3433
7d6d7764
BE
34342008-12-02 Ben Elliston <bje@au.ibm.com>
3435
3436 * config.sub, config.guess: Update from upstream sources.
3437
ea8af06e
JJ
34382008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3439
3440 * COPYING.NEWLIB: Updated.
3441 * COPYING.LIBGLOSS: Ditto.
3442
af0771d3
PB
34432008-12-16 Paolo Bonzini <bonzini@gnu.org>
3444
3445 Sync with GCC:
3446
3447 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3448
3449 * configure.ac (ppllibs): Add by default the lib flags.
3450 * configure: Regenerate.
3451
3452 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3453
314b2e66
AS
3454 * configure.ac: Add double brackets on darwin[912].
3455 * configure: Regenerate.
af0771d3
PB
3456
3457 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3458
314b2e66
AS
3459 * configure.ac: Expand to darwin10 and later.
3460 * configure: Regenerate.
af0771d3 3461
f7c83eac
AS
34622008-12-02 Andreas Schwab <schwab@suse.de>
3463
3464 * Makefile.def: configure-target-boehm-gc depends on
3465 all-target-libstdc++-v3.
3466 * Makefile.in: Regenerate.
3467
bc67ad83
BE
34682008-12-02 Ben Elliston <bje@au.ibm.com>
3469
3470 * config.sub, config.guess: Update from upstream sources.
3471
e28c595f
JM
34722008-11-27 Joseph Myers <joseph@codesourcery.com>
3473
3474 Merge from GCC:
3475
3476 2007-12-02 Matthias Klose <doko@ubuntu.com>
3477
3478 * config-ml.in: Remove 64bit configure tests.
3479
3480 2008-05-14 Rafael Espindola <espindola@google.com>
3481
3482 * config-ml.in: don't handle --enable-shared and --enable-static.
3483
3484 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3485 Tobias Grosser <grosser@fim.uni-passau.de>
3486 Jan Sjodin <jan.sjodin@amd.com>
3487 Harsha Jagasia <harsha.jagasia@amd.com>
3488 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3489 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3490 Adrien Eliche <aeliche@isty.uvsq.fr>
3491
3492 Merge from graphite branch.
3493 * configure: Regenerate.
3494 * Makefile.in: Regenerate.
3495 * configure.ac (host_libs): Add ppl and cloog.
3496 Add checks for PPL and CLooG.
3497 * Makefile.def (ppl, cloog): Added modules and dependences.
3498 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3499 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3500
3501 2008-09-03 Richard Guenther <rguenther@suse.de>
3502
3503 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3504 cloog test.
3505 * configure: Re-generate.
3506
3507 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3508
3509 * configure.ac (--with-cloog-polylib): New.
3510 (--disable-cloog-version-check): New.
3511 (--disable-ppl-version-check): New.
3512 * configure: Re-generate.
3513
3514 2008-09-05 Richard Guenther <rguenther@suse.de>
3515
3516 * configure.ac: Initialize clooglibs to -lcloog.
3517 * configure: Re-generate.
3518
3519 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3520
3521 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3522 recommended version to 2.3.2.
3523
3524 * configure: Regenerate.
3525
3526 2008-10-31 Ben Elliston <bje@au.ibm.com>
3527
3528 * configure.ac (spu-*-*): Remove special case.
3529 * configure: Regenerate.
3530
3531 Complete comment text from GCC version of:
3532
3533 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3534
3535 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3536 (GCC_SHLIB_SUBDIR): New.
3537 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3538 * configure: Regenerate.
3539 * Makefile.in: Regenerate.
3540
652dec25
TG
35412008-11-27 Tristan Gingold <gingold@adacore.com>
3542
3543 * configure.ac: Build gdb for i?86-*-darwin*
3544 * configure: Regenerated.
3545
7582fb4a
DJ
35462008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3547
3548 PR bootstrap/38014
3549 PR bootstrap/37923
3550
3551 Revert:
3552
3553 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3554
3555 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3556 * Makefile.in: Regenerated.
3557
3558 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 PR gdb/921
3561 PR gdb/1646
3562 PR gdb/2175
3563 PR gdb/2176
3564
3565 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3566 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3567 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3568 (HOST_EXPORTS): Pass CPPFLAGS.
3569 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3570 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3571 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3572 * Makefile.in, configure: Regenerated.
3573 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3574 and CPPFLAGS_FOR_BUILD.
3575
faee1be2
UW
35762008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3577
3578 * configure.ac [spu-*-*]: Do not set skipdirs.
3579 * configure: Re-generate.
3580
b7c2dce4
DJ
35812008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3582
3583 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3584 * Makefile.in: Regenerated.
3585
bb52de30
DJ
35862008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3587
3588 PR gdb/921
3589 PR gdb/1646
3590 PR gdb/2175
3591 PR gdb/2176
3592
3593 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3594 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3595 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3596 (HOST_EXPORTS): Pass CPPFLAGS.
3597 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3598 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3599 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3600 * Makefile.in, configure: Regenerated.
3601 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3602 and CPPFLAGS_FOR_BUILD.
3603
b25062ae
SE
36042008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3605
3606 * libtool.m4: Update to libtool 2.2.6.
3607 * lt~obsolete.m4: Update to libtool 2.2.6.
3608 * ltmain.sh: Update to libtool 2.2.6.
3609 * ltsugar.m4: Update to libtool 2.2.6.
3610 * ltversion.m4: Update to libtool 2.2.6.
3611 * ltoptions.m4: Update to libtool 2.2.6.
3612 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3613
3bbd2f8f
AL
36142008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3615
3616 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3617 (GCC_SHLIB_SUBDIR): New.
3618 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3619 * configure: Regenerate.
3620 * Makefile.in: Regenerate.
3621
b29d32ce
TG
36222008-08-28 Tristan Gingold <gingold@adacore.com>
3623
3624 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3625 Enable bfd, binutils and opcodes.
3626 * configure: Regenerate.
3627
c325a203
DD
36282008-08-16 Nicolas Roche <roche@adacore.com>
3629
3630 * Makefile.tpl: Add BOOT_ADAFLAGS.
3631 * Makefile.in: Regenerate.
3632
e7c8859c
RS
36332008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3634
3635 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3636 * configure: Regenerate.
3637
da888c87
PB
36382008-07-30 Paolo Bonzini <bonzini@gnu.org>
3639
3640 Sync with gcc:
3641 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3642
f7c83eac
AS
3643 * configure.ac: Add makefile fragments for hpux.
3644 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3645 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3646 * configure: Regenerate.
3647 * Makefile.in: Regenerate.
da888c87
PB
3648
3649 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3650
f7c83eac
AS
3651 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3652 * Makefile.in: Regenerate.
3653 * configure: Regenerate.
da888c87 3654
944982cf
ILT
36552008-06-18 Ian Lance Taylor <iant@google.com>
3656
662c6704
ILT
3657 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3658
944982cf
ILT
3659 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3660
7a283e07
RW
36612008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3662
3663 * configure: Regenerate.
3664
5b553f7e
RW
36652008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3666
3667 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3668 "$@" is still intact with both Autoconf 2.59 and 2.62.
3669 * configure: Regenerate.
3670
675492f0
RW
36712008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3672
3673 * Makefile.tpl: Fix comment errors.
3674 * Makefile.in: Regenerate.
3675
b018a5d1
JB
36762008-06-13 Julian Brown <julian@codesourcery.com>
3677
3678 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3679 of libobjc for ARM EABI Linux.
3680 * configure: Regenerate.
3681
310213e8
DE
36822008-06-12 David S. Miller <davem@davemloft.net>
3683 David Edelsohn <edelsohn@gnu.org>
3684
3685 * configure.ac: Add powerpc*-*-* to gold supported targets.
3686 * configure: Regenerate.
3687
6641ce42
JM
36882008-06-08 Joseph Myers <joseph@codesourcery.com>
3689
3690 PR tree-optimization/36218
3691 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3692 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3693 (all prefix="build-"): Pass them to build-system sub-makes.
3694 * Makefile.in: Regenerate.
3695
03c2f9e6
DJ
36962008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3697
3698 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3699 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3700 mkdep, and compile. Update comments.
3701 (ETC_SUPPORT): Add ChangeLog and update comments.
3702
4538db8b
ILT
37032008-05-11 Ian Lance Taylor <iant@google.com>
3704
3705 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3706
266df637
PB
37072008-04-18 Paolo Bonzini <bonzini@gnu.org>
3708
3709 Sync with gcc:
3710 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3711
3712 PR bootstrap/35457
3713 * configure.ac: Include override.m4.
3714 * configure: Regenerate.
3715
3716 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3717
f7c83eac
AS
3718 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3719 * Makefile.in: Regenerate.
266df637
PB
3720
3721 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3722
f7c83eac
AS
3723 * configure.ac: Do not build libssp for the AVR.
3724 * configure: Regenerate.
266df637 3725
a86a761e
NC
37262008-04-18 Nick Clifton <nickc@redhat.com>
3727
3728 * MAINTAINERS: Replace reference to configure.in with reference to
3729 configure.ac.
3730
52310858
NC
37312008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3732
f7c83eac 3733 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3734 as nonconfigurable directories list.
f7c83eac 3735 * configure: Regenerate.
52310858 3736
f5314dd5
DM
37372008-04-14 David S. Miller <davem@davemloft.net>
3738
3739 * configure.ac: Add sparc*-*-* to gold supported targets.
3740 * configure: Regenerate.
3741
e2208220
BE
37422008-04-14 Ben Elliston <bje@au.ibm.com>
3743
3744 * config.sub, config.guess: Update from upstream sources.
3745
0bb6ea20
HPN
37462008-04-12 Hans-Peter Nilsson <hp@axis.com>
3747
3748 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3749 * Makefile.in: Regenerate.
3750
e5164e97
ILT
37512008-04-07 Ian Lance Taylor <iant@google.com>
3752
3753 * Makefile.def: check-gold depends upon all-binutils.
3754 * Makefile.in: Regenerate.
3755
e33b51a6
NC
37562008-04-04 Nick Clifton <nickc@redhat.com>
3757
3758 PR binutils/4334
3759 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3760 builds.
3761 * configure: Regenerate.
3762
fc5df3ab
NC
37632008-04-04 NightStrike <NightStrike@gmail.com>
3764
3765 PR other/35151
f7c83eac
AS
3766 * configure.ac: Combine rules for mingw32 and mingw64.
3767 * configure: Regenerate.
fc5df3ab 3768
c779bab8
PB
37692008-03-27 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3772 * Makefile.in: Regenerate.
3773
93f9b408
ILT
37742008-03-20 Ian Lance Taylor <iant@google.com>
3775
3776 * configure.ac: Add support for --enable-gold.
3777 * Makefile.def: Add gold as a directory like ld.
3778 * configure, Makefile.in: Regenerate.
3779
5746fb46
AK
37802008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3781
3782 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3783 (s390_cond_extensions): Reduced extensions to the compare related.
3784 (main): z10 cpu type option added.
3785 (expandConditionalJump): Renamed to ...
3786 (insertExpandedMnemonic): ... this.
3787
3788 * opcodes/s390-opc.c: Re-group the operand format makros.
3789 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3790 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3791 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3792 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3793 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3794 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3795 INSTR_SIL_RDU): New instruction formats added.
3796 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3797 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3798 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3799 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3800 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3801 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3802 masks added.
3803 (s390_opformats): New formats added "ris", "rrs", "sil".
3804 * opcodes/s390-opc.txt: Add the conditional jumps with the
3805 extensions removed from automatic expansion in s390-mkopc.c manually.
3806 (asi - trtre): Add new System z10 EC instructions.
3807 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3808
58c85be7
RW
38092008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3810
3811 * configure.ac: m4_include config/proginstall.m4.
3812 * configure: Regenerate.
3813
78124051
RW
38142008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3815
3816 Backport from upstream Libtool:
f7c83eac 3817
78124051 3818 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3819
78124051
RW
3820 Deal with Autoconf 2.62's semantic change in m4_append.
3821 * ltsugar.m4 (lt_append): Replace broken versions of
3822 m4_append.
3823 (lt_if_append_uniq): Don't require separator to be overquoted,
3824 and avoid broken m4_append.
3825 (lt_dict_add): Fix typo.
3826 * libtool.m4 (_LT_DECL): Don't overquote separator.
3827
018f1bea
DE
38282008-03-13 David Edelsohn <edelsohn@gnu.org>
3829
3830 * config.rpath: Add AIX 6 support.
3831
5c5f596d
PB
38322008-03-13 Paolo Bonzini <bonzini@gnu.org>
3833
3834 * Makefile.def (stageprofile). Remove -fprofile-generate
3835 from stage_libcflags.
3836 * Makefile.in: Regenerate.
3837
a1f93a5e
BE
38382008-03-13 Ben Elliston <bje@au.ibm.com>
3839
3840 * config.sub, config.guess: Update from upstream sources.
3841
98c3d905
AK
38422008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3843
3844 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3845 * s390-opc.txt (cmpsc): Duplicate entry removed.
3846 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3847 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3848 fier, cu42, cu41): Fix operand format.
3849
7f6ef0c0
PB
38502008-02-20 Paolo Bonzini <bonzini@gnu.org>
3851
f7c83eac
AS
3852 PR bootstrap/32009
3853 PR bootstrap/32161
3854
3855 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3856 * configure: Regenerate.
3857
3858 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3859 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3860 STAGE4_LIBCFLAGS): New.
3861 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3862 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3863 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3864 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3865 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3866 for target modules. Don't export LIBCFLAGS.
3867 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3868 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3869 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3870 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3871 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3872 * Makefile.in: Regenerate.
7f6ef0c0 3873
eaf19029
PB
38742008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3875
3876 PR libgcj/33085
3877 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3878 Do not use -DDLL_EXPORT. Backport from upstream.
3879
680c43e9
NC
38802008-02-14 Nick Clifton <nickc@redhat.com>
3881
3882 Import this patch from gcc:
3883 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3884
3885 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3886
c72b1d96
HPN
38872008-02-02 Hans-Peter Nilsson <hp@axis.com>
3888
3889 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3890 * configure: Regenerate.
3891
8b66833e
BW
38922008-01-31 Marc Gauthier <marc@tensilica.com>
3893
3894 * configure.ac (xtensa*-*-*): Recognize processor variants.
3895 * configure: Regenerate.
3896
9cc8ae67
PB
38972008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3898
f7c83eac
AS
3899 PR bootstrap/34922
3900 * configure.ac (PARSE_ARGS): Push suitable setting of
3901 ac_subdirs_all, for `./configure --help=recursive'.
3902 Handle `+' in generic toplevel directory disabling.
3903 * configure: Regenerate.
9cc8ae67 3904
19090595
BE
39052008-01-23 Ben Elliston <bje@au.ibm.com>
3906
3907 * config.sub, config.guess: Update from upstream sources.
3908
9f1e7fd3
BE
39092008-01-08 Ben Elliston <bje@au.ibm.com>
3910
3911 * config.sub, config.guess: Update from upstream sources.
3912
2f959d61
JJ
39132007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3914
3915 * COPYING.LIBGLOSS: Update default copyright.
3916
aa054b85
JJ
39172007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3918
3919 * COPYING.NEWLIB: Update default copyright.
3920
57c53b2b
RS
39212007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3922
3923 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3924 Change recommended MPFR from 2.2.1 > 2.3.0.
3925 * configure: Regenerate.
3926
fee14b60
RS
39272007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3928
3929 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3930 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3931 * Makefile.in: Regenerate.
3932
c9b68031
DD
39332007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3934
3935 * configure.ac: Enable libjava for x86_64-*-darwin9.
3936 * configure: Regenerate.
3937
ad25e7d5
BE
39382007-12-05 Ben Elliston <bje@au.ibm.com>
3939
3940 * config.sub, config.guess: Update from upstream sources.
3941
6ac84f65
PB
39422007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3943
f7c83eac
AS
3944 * config-ml.in: Robustify against white space in absolute file
3945 names.
6ac84f65 3946
f7c83eac
AS
3947 * config-ml.in (multi-clean): Substitute ${Makefile}.
3948 Remove superfluous ${Makefile} in list.
6ac84f65 3949
7b3200f9
DJ
39502007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3951
3952 * Makefile.def (dependencies): Make configure-gdb depend on
3953 all-intl.
3954 * Makefile.in: Regenerated.
3955
2c133ff9
JJ
39562007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3957
3958 * Makefile.def: To avoid problems running with parallel makes,
3959 build newlib before libgloss so that target specific header
3960 files are availble.
3961 * Makefile.in: Regenerate.
3962
5074315a
DJ
39632007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3966 * Makefile.in: Regenerate.
3967
f5bc1778
DJ
39682007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3969
3970 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3971 * libdecnumber: New directory, imported from GCC.
3972
c66487f8
NC
39732007-10-08 Mike Frysinger <vapier@gentoo.org>
3974
3975 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3976 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3977 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3978 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3979 * configure: Regenerate.
3980
b5714970
PB
39812007-10-01 Paolo Bonzini <bonzini@gnu.org>
3982
3983 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3984 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3985 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3986 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3987 * configure.ac: Default them to host tools for $host = $build.
3988 Subst them.
3989
3990 * configure: Regenerate.
3991 * Makefile.in: Regenerate.
3992
f3b1e08e
RS
39932007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3994
3995 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3996 * configure: Regenerate.
3997
cff87f51
DD
39982007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3999
4000 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4001 libstdc++.
4002 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4003 * configure: Regenerate.
4004 * Makefile.in: Regenerate.
f7c83eac 4005
625a61cd
AS
40062007-09-17 Andreas Schwab <schwab@suse.de>
4007
4008 * configure.ac: Raise minimum makeinfo version to 4.6.
4009 * configure: Regenerate.
4010
83a3a68b
AM
40112007-09-15 Alan Modra <amodra@bigpond.net.au>
4012
4013 * configure.ac: Correct makeinfo version check.
4014 * configure: Regenerate.
4015
5bd8be13
RS
40162007-09-14 Richard Sandiford <richard@codesourcery.com>
4017
4018 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4019 to $skipdirs and only disable gprof for newlib. Use the normal
4020 mips*-elf* handling in other respects.
4021 * configure: Regnerate.
4022
5566c1fa
DD
40232007-09-12 David Daney <ddaney@avtrex.com>
4024
4025 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4026 enabling libgcj.
4027 * configure: Regenerate.
4028
40292007-09-12 Richard Guenther <rguenther@suse.de>
4030
4031 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4032 nor --disable-checking is provided also turn on yes and types
4033 checking for stage1.
4034 * configure: Re-generate.
4035
a18e2996 40362007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4037
4038 PR target/33281
4039 * configure.ac: Use config/mh-mingw on mingw.
4040 * configure: Regenerate.
84e7906e 4041
691bb5a1
DD
40422007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4043
4044 PR other/32154
4045 * configure.ac: For libgloss targets, point the linker to the linker
4046 script, startup code and simulator library.
4047 * configure: Regenerate.
4048
6d18b86b
AH
40492007-09-09 Andrew Haley <aph@redhat.com>
4050
4051 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4052 target-libjava.
6d18b86b 4053
f00a3165 40542007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4055
f00a3165 4056 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4057
2abc4e65
BE
40582007-08-21 Richard Guenther <rguenther@suse.de>
4059
4060 * configure.ac: Add types checking to stage1 checking flags.
4061 * configure: Regenerate.
4062
8a6ee3ab 40632007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4064 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4065
4066 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4067 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4068 * Makefile.in: Regenerate.
4069 * configure.ac (--with-debug-prefix-map): New.
4070 * configure: Regenerate.
4071
429acdec
RS
40722007-08-17 Richard Sandiford <richard@codesourcery.com>
4073 Nigel Stephens <nigel@mips.com>
4074
429acdec
RS
4075 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4076 as target_makefile_frag.
4077 * configure: Regenerate.
4078
8520c408
AO
40792007-08-16 Alexandre Oliva <aoliva@redhat.com>
4080
4081 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4082 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4083 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4084 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4085 (do-compare, do-compare3, do-compare-debug): New.
4086 ([+compare-target+]): Use them.
4087
40882007-08-16 Alexandre Oliva <aoliva@redhat.com>
4089
4090 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4091 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4092 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4093 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4094 (do-compare, do-compare3, do-compare-debug): New.
4095 ([+compare-target+]): Use them.
4096
2444379b
BE
40972007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4098 Ben Elliston <bje@au.ibm.com>
4099
4100 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4101 --silent if $silent.
4102 * configure: Regenerate.
4103
d6f99447
DJ
41042007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4107
bd0aa315
NC
41082007-07-17 Nick Clifton <nickc@redhat.com>
4109
4110 * COPYING3: New file. Contains version 3 of the GNU General
4111 Public License.
4112 * COPYING3.LIB: New file. Contains version 3 of the GNU
4113 Lesser General Public License.
4114
0ebe98fb
BS
41152007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4116
4117 * configure.ac: Fix my previous change to really match GCC.
4118 * configure: Regenerate.
4119
521ec477
DD
41202007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4121
4122 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4123 * configure: Regenerate.
4124
41252007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4126
4127 * configure.ac: Add some missing m4 quotation.
4128 * configure: Regenerate.
4129
0c24b341
NC
41302007-07-09 Kai Tietz <kai.tietz@onevision.com>
4131
f7c83eac
AS
4132 * Makefile.def: Add windmc tool to build.
4133 * Makefile.tpl: Likewise.
4134 * configure.ac: Likewise.
4135 * Makefile.in: Regenerate.
4136 * configure: Regenerate.
0c24b341 4137
a09314d0
L
41382007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4139
4140 * lt~obsolete.m4: New. Import from 20070318 libtool.
4141
7c3e1d12
BS
41422007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4143
4144 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4145 uclinux and linux-uclibc targets.
4146 * configure: Regenerate.
4147
a5b3b4dd
DD
41482007-06-28 DJ Delorie <dj@redhat.com>
4149
4150 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4151 not building newlib.
4152 * configure: Regenerated.
f7c83eac 4153
184d813c
DJ
41542007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4155
4156 * src-release (DEVO_SUPPORT): Correct typos.
4157
31d99776
DJ
41582007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4159
4160 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4161 * Makefile.in: Regenerated.
4162
e00a73e3
PB
41632007-06-14 Paolo Bonzini <bonzini@gnu.org>
4164
f7c83eac
AS
4165 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4166 (distclean-stage[+id+]): Possibly delete stage_last.
4167 * Makefile.in: Regenerate.
e00a73e3 4168
98a1bbc5
BE
41692007-06-07 Ben Elliston <bje@au.ibm.com>
4170
4171 * config.sub, config.guess: Update from upstream sources.
4172
973601e1
BE
41732007-06-07 Ben Elliston <bje@au.ibm.com>
4174
4175 * Makefile.tpl: Fix spelling error.
4176 * Makefile.in: Regenerate.
4177
2038f525
PB
41782007-06-04 Paolo Bonzini <bonzini@gnu.org>
4179
4180 Sync with gcc:
4181 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4182
f7c83eac
AS
4183 PR bootstrap/29382
4184 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4185 * configure: Rebuilt.
2038f525 4186
f7c5c4b5
PB
41872007-06-01 Steve Ellcey <sje@cup.hp.com>
4188
12a64d4f
L
4189 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4190 lt_cv_sys_max_cmd_len.
f7c5c4b5 4191
7ad9660b
PB
41922007-05-31 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * ltgcc.m4: Update from GCC.
4195
0e7ef45c
EC
41962007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4197
12a64d4f 4198 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4199
37ad9514
SE
42002007-05-24 Steve Ellcey <sje@cup.hp.com>
4201
4202 * ltmain.sh: Update from GCC.
4203 * libtool.m4: Update from GCC.
4204 * ltsugar.m4: New. Update from GCC.
4205 * ltversion.m4: New. Update from GCC.
4206 * ltoptions.m4: New. Update from GCC.
4207 * ltconfig: Remove.
4208 * ltcf-c.sh: Remove.
4209 * ltcf-cxx.sh: Remove.
4210 * ltcf-gcj.sh: Remove.
4211 * src-release: Update with new libtool file list.
4212
8ee82aff
PB
42132007-05-16 Paolo Bonzini <bonzini@gnu.org>
4214
4215 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4216 stage_cflags.
4217 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4218 Remove CFLAGS/LIBCFLAGS.
4219 (configure-stage[+id+]-[+prefix+][+module+],
4220 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4221 * Makefile.in: Regenerate.
4222
149cb58d
SE
42232007-04-14 Steve Ellcey <sje@cup.hp.com>
4224
4225 * config-ml.in: Update from GCC.
4226
91506736
DJ
42272007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * src-release (do-proto-toplev): Process the support directories before
4230 the tool directory.
4231
ffa8bd48
RS
42322007-03-21 Richard Sandiford <richard@codesourcery.com>
4233
4234 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4235 of glob. Quote arguments with single quotes too.
4236 * configure: Regenerate.
4237
a4fd3374
DD
42382007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4239
4240 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4241 * Makefile.in: Regenerate
4242
b8025f34
AS
42432007-03-07 Andreas Schwab <schwab@suse.de>
4244
4245 * configure: Regenerate.
4246
a3ca38d2
DD
42472007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4248
4249 * configure.ac: Add "--with-pdfdir" configure option,
4250 which defines pdfdir variable.
4251 * Makefile.def (target=fixincludes): Add install-pdf to
4252 missing targets.
4253 (recursive_targets): Add install-pdf target.
4254 (flags_to_pass): Add pdfdir.
4255 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4256 target.
4257 * configure: Regenerate
4258 * Makefile.in: Regenerate
4259
42602007-02-28 Eric Christopher <echristo@apple.com>
4261
4262 Revert:
4263 2006-12-07 Mike Stump <mrs@apple.com>
4264
4265 * Makefile.def (dependencies): Add dependency for
4266 install-target-libssp and install-target-libgomp on
4267 install-gcc.
4268 * Makefile.in: Regenerate.
4269
42702007-02-27 Matt Kraai <kraai@ftbfs.org>
4271
4272 * configure: Regenerate.
4273 * configure.ac: Move statements after variable declarations.
4274
a4708fba
JM
42752007-02-19 Joseph Myers <joseph@codesourcery.com>
4276
4277 * configure.ac: Adjust for loop syntax.
4278 * configure: Regenerate.
4279
9a819804
AO
42802007-02-18 Alexandre Oliva <aoliva@redhat.com>
4281
4282 * configure: Rebuilt.
4283
81ec575a
AO
42842007-02-18 Alexandre Oliva <aoliva@redhat.com>
4285
4286 * configure.ac: Drop multiple occurrences of --enable-languages,
4287 and fix its quoting.
4288 * configure: Rebuilt.
4289
92f01d61 42902007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4291 Nathan Sidwell <nathan@codesourcery.com>
4292 Vladimir Prus <vladimir@codesourcery.com
4293 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4294
4295 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4296 * configure: Regenerate.
4297
b1299c4e
DJ
42982007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4299
4300 * configure.ac (target_libraries): Move libgcc before libiberty.
4301 * configure: Regenerated.
4302
18f6b6ee
PB
43032007-02-13 Paolo Bonzini <bonzini@gnu.org>
4304
4305 * configure: Regenerate again?
4306
9c4e9f27
PB
43072007-02-13 Paolo Bonzini <bonzini@gnu.org>
4308
4309 * configure: Reapply PR30748 fix which was lost in the previous commit.
4310
24ff9987
DJ
43112007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4312 Paolo Bonzini <bonzini@gnu.org>
4313
4314 PR bootstrap/30753
4315 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4316 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4317 * configure: Regenerated.
4318
7df2cd5d
PB
43192007-02-10 Paolo Bonzini <bonzini@gnu.org>
4320
4321 * configure: Regenerate.
4322
b0aaa663
DJ
43232007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4324
4325 PR bootstrap/30748
4326 * configure.ac: Correct syntax for Solaris ksh.
4327 * configure: Regenerated.
4328
a0323144
PB
43292007-02-09 Paolo Bonzini <bonzini@gnu.org>
4330
4331 * Makefile.def: Sync with GCC.
4332 * Makefile.tpl: Sync with GCC.
4333 * Makefile.in: Regenerate.
4334 * configure: Regenerate.
4335
c6b750e1
DJ
43362007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4339 noncanonical equivalents.
4340 * configure.in: Rename to...
4341 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4342 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4343 target_noncanonical. Use them. Rewrite removal of configure
4344 arguments for autoconf 2.59. Discard variable settings. Force
4345 program_transform_name for native tools.
4346
4347 * Makefile.in: Regenerated.
4348 * configure: Regenerated with autoconf 2.59.
4349
4350 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4351
f3cd89f4
JJ
43522007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4353
4354 * COPYING.LIBGLOSS: Reformat default Red Hat
4355 license to fit within 80 columns.
4356 * COPYING.NEWLIB: Ditto.
4357
4e206d7e
DB
43582007-02-05 Dave Brolley <brolley@redhat.com>
4359
4360 * Contribute the following changes:
4361 2006-11-28 DJ Delorie <dj@redhat.com>
4362
4363 * configure.in: Fix typo for mep's target_makefile_frag.
4364 * configure: Regenerated.
4365
4366 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4367
4368 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4369 * configure: Regenerate.
4370
4371 2001-09-19 DJ Delorie <dj@redhat.com>
4372
4373 * configure.in (target_makefile_frag): use mt-mep
4374
4375 2001-06-12 Don Howard <dhoward@redhat.com>
4376
4377 * configure.in: Remove gdb from MeP skip list.
4378
4379 2001-04-05 DJ Delorie <dj@redhat.com>
4380
4381 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4382
4383 2001-03-20 Ben Elliston <bje@redhat.com>
4384
4385 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4386
4387 2001-03-19 Ben Elliston <bje@redhat.com>
4388
4389 * config.sub (mep, mep-*): Add.
4390
b2edfdd2
AS
43912007-01-31 Andreas Schwab <schwab@suse.de>
4392
4393 * Makefile.tpl (LDFLAGS): Substitute it.
4394 * Makefile.in: Regenerate.
4395
ceb92e78
PB
43962007-01-11 Paolo Bonzini <bonzini@gnu.org>
4397
4398 * configure.in: Change == to = in test command.
f7c83eac 4399 * configure: Regenerate.
ceb92e78 4400
4b900473 44012007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4402 Nick Clifton <nickc@redhat.com>
4403 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4404
4405 * configure.in (build_configargs, host_configargs, target_configargs):
4406 Remove build/host/target parameters.
4407 (host_libs): Add gmp and mpfr.
4408 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4409 * Makefile.def (gmp, mpfr): New.
4410 (gcc): Remove target.
4411 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4412 target_os, target_vendor): New.
4413 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4414 * configure: Regenerate.
4415 * Makefile.in: Regenerate.
4b900473
PB
4416
44172007-01-11 Matt Fago <fago@earthlink.net>
4418
4419 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4420 to improve robustness of configure tests.
4b900473
PB
4421 * configure: Regenerate.
4422
80f6dcbc
NC
44232007-01-08 Kai Tietz <kai.tietz@onevision.com>
4424
4425 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4426 * configure: Regenerate.
80f6dcbc 4427
f86e35b8
NC
44282007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4429
4430 * Makefile.tpl (all-target): Correct @if conditional for target
4431 modules.
4432 * configure.in: Omit libiberty if building only target libgcc.
4433 * configure, Makefile.in: Regenerated.
4434
79fcd0ec
PB
44352007-01-04 Paolo Bonzini <bonzini@gnu.org>
4436
4437 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4438 * configure: Regenerate.
4439
6aa8ef82
DJ
44402007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4441
4442 * Makefile.def (target_modules): Add libgcc.
4443 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4444 * Makefile.tpl (clean-target-libgcc): Delete.
4445 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4446 on gcc even for bootstrapped modules. Rewrite handling of
4447 lang_env_dependencies to loop over target_modules.
4448 * configure.in (target_libraries): Add target-libgcc.
4449 * Makefile.in, configure: Regenerated.
4450
9b134994
PB
44512006-12-29 Paolo Bonzini <bonzini@gnu.org>
4452
4453 Sync with gcc:
4454 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4455
f7c83eac
AS
4456 * configure.in: Reorganize recognition of languages. Add
4457 --enable-stage1-languages. Show supported languages for the chosen
4458 target rather than all recognized languages.
4459 * configure: Regenerate.
9b134994
PB
4460
4461 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4462
f7c83eac
AS
4463 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4464 * Makefile.in: Regenerate.
9b134994
PB
4465
4466 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4467
f7c83eac
AS
4468 * configure.in: Warn that MPFR 2.2.0 is buggy.
4469 * configure: Regenerate.
9b134994 4470
8cf39b1b
ILT
44712006-12-27 Ian Lance Taylor <iant@google.com>
4472
4473 * configure.in: When removing Makefiles to force a reconfigure, also
4474 remove prev-DIR*/Makefile.
4475 * configure: Regenerate.
4476
ebff6cd5
KH
44772006-12-23 Kazu Hirata <kazu@codesourcery.com>
4478
4479 * config.bfd: Recognize fido.
4480
8a0d8a5c
PB
44812006-12-19 Paolo Bonzini <bonzini@gnu.org>
4482
4483 Sync with gcc:
4484
4485 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4486
4487 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4488 it only affects bootstrap and could be tested on "$host" as well.
4489 * configure: Regenerate.
4490 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4491
4492 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4493
4494 PR bootstrap/29544
4495 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4496 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4497 move here comment from Makefile.tpl.
4498 * Makefile.tpl: Move some definitions higher in the file.
4499 (STAGE1_CHECKING): New.
4500 * configure.in: Add --enable-stage1-checking.
4501 * configure: Regenerate.
4502 * Makefile.in: Regenerate.
4503
4504 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4505
4506 * configure.in: Update error message for missing GMP/MPFR.
4507
4508 * configure: Regenerate.
4509
4510 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4511
4512 * configure.in: Update MPFR version in error message.
4513
4514 * configure: Regenerate.
4515
4516 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4517
4518 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4519 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4520 --with-gmp-lib): New flags.
4521
4522 * configure: Regenerate.
4523
790c0838
AM
45242006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4525
4526 PR bootstrap/30134
4527 * configure.in: Correct x86 darwin support for libjava to powerpc
4528 and i?86 only.
4529 * configure: Regenerate.
4530
77d7106f
AM
45312006-12-11 Alan Modra <amodra@bigpond.net.au>
4532
4533 * configure.in: Handle spu makefile frag.
77d7106f
AM
4534 * Makefile.tpl (MAINT): Define
4535 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4536 * configure: Regenerate.
4537 * Makefile.in: Regenerate.
4538
0cfa5389
BE
45392006-12-11 Ben Elliston <bje@au.ibm.com>
4540
4541 * config.sub, config.guess: Update from upstream sources.
4542
2839fe5d
BE
45432006-12-11 Ben Elliston <bje@au.ibm.com>
4544
4545 * configure.in: Sync with GCC (spu-*-*).
4546 * configure: Sync with GCC.
4547
b897f5d4
MS
45482006-12-07 Mike Stump <mrs@apple.com>
4549
4550 * Makefile.def (dependencies): Add dependency for
4551 install-target-libssp and install-target-libgomp on
4552 install-gcc.
4553 * Makefile.in: Regenerate.
4554
9daf3993
PB
45552006-11-16 Paolo Bonzini <bonzini@gnu.org>
4556
4557 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4558 (unstage): Test for stage_last presence.
4559
4560 PR bootstrap/29802
4561 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4562 * Makefile.in: Regenerate.
4563
9dbaa842
DD
45642006-11-14 DJ Delorie <dj@redhat.com>
4565
4566 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4567 * Makefile.in: Sync with GCC.
4568 * configure.in: Sync with GCC (mpfr, gmp).
4569 * configure: Sync with GCC.
4570
b0cbce8d
JJ
45712006-11-08 Jie Zhang <jie.zhang@analog.com>
4572
4573 * configure.in: Remove target-libgloss from noconfigdirs for
4574 bfin-*-*.
4575 * configure: Regenerated.
4576
44330a94
JJ
45772006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4578
4579 * COPYING.NEWLIB: Add spu license.
7de05dd5 4580 * COPYING.LIBGLOSS: Ditto.
44330a94 4581
56a8fe78
DD
45822006-10-17 Brooks Moses <bmoses@stanford.edu>
4583
4584 * Makefile.def: Added pdf target handling.
4585 * Makefile.tpl: Added pdf target handling.
4586 * Makefile.in: Regenerated.
4587
fbb00ad0
JJ
45882006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4589
4590 * COPYING.NEWLIB: Updated.
4591 * COPYING.LIBGLOSS: Ditto.
4592
6b89cc21
DB
45932006-09-27 Dave Brolley <brolley@redhat.com>
4594
4595 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4596 $s instead of $r.
4597 * configure: Regenerated.
4598
17bcf627
BE
45992006-09-26 Ben Elliston <bje@au.ibm.com>
4600
4601 * config.sub, config.guess: Update from upstream sources.
4602
f3529cf1
TS
46032006-09-20 Thiemo Seufer <ths@mips.com>
4604
4605 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4606 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4607 * configure: Regenerate.
4608
45055374
CV
46092006-08-30 Corinna Vinschen <corinna@vinschen.de>
4610
4611 * configure.in: Never build newlib for a Mingw host.
4612 Never build newlib as Mingw target library.
4613 Test the existence of winsup/cygwin for building a Cygwin newlib,
4614 rather than just winsup.
4615 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4616 building a Mingw target.
4617 * configure: Regenerate.
4618
4be041b2 46192006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4620 Nigel Stephens <nigel@mips.com>
4621 David Ung <davidu@mips.com>
4be041b2
TS
4622
4623 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4624
1d89b610
PB
46252006-07-25 Paolo Bonzini <bonzini@gnu.org>
4626
4627 Sync from GCC:
4628 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4629
f7c83eac
AS
4630 PR bootstrap/18058
4631 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4632 if the bootstrap compiler is a GCC version that supports it.
4633 * configure: Regenerate.
1d89b610 4634
66a79c16
DJ
46352006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4638 * configure: Regenerated.
4639
c1cb7e02
PB
46402006-07-18 Paolo Bonzini <bonzini@gnu.org>
4641
f7c83eac
AS
4642 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4643 for stages after the first.
c1cb7e02 4644
7206a0ee
JJ
46452006-07-17 Jakub Jelinek <jakub@redhat.com>
4646
4647 * Makefile.def: Add dependencies for configure-opcodes
4648 on configure-intl and all-opcodes on all-intl.
4649 * Makefile.in: Regenerated.
4650
6816f995
AO
46512006-07-04 Peter O'Gorman <peter@pogma.com>
4652
4653 * ltconfig: chmod 644 before ranlib during install.
4654
3d3adb43
PB
46552006-07-03 Paolo Bonzini <bonzini@gnu.org>
4656
1f3f1bbf 4657 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4658 * configure: Regenerate.
4659
64ce424c
PB
46602006-07-03 Paolo Bonzini <bonzini@gnu.org>
4661
4662 Sync from gcc:
4663
4664 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4665
4666 PR other/27063
4667 * configure.in: Test subdir_requires and give an appropriate
4668 error message.
4669 * configure: Regenerate.
4670
4671 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4672
4673 PR target/27540
4674 * configure.in: Only enable libgomp on IRIX 6.
4675 * configure: Regenerate.
4676
d42c4017
DA
46772006-06-20 David Ayers <d.ayers@inode.at>
4678
4679 PR bootstrap/28072
4680 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4681 whether target-libjava is being configured instead of whether the
4682 java front end is enabled.
4683 * configure: Regenerate.
0e7ef45c 4684
4962c51a
MS
46852006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4686
4687 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4688 to R_ARM_LDC_SB_G{0,1,2} respectively.
4689
caee866a
PB
46902006-06-15 Paolo Bonzini <bonzini@gnu.org>
4691
4692 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4693 too.
4694 * Makefile.in: Regenerate.
4695
363ef840
DA
46962006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4697
4698 Sync from gcc:
4699
4700 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4701 * configure.in: Don't enable libgomp on hpux10.
4702 * configure: Rebuilt.
4703
54d1c879
DA
47042006-06-13 David Ayers <d.ayers@inode.at>
4705
4706 Sync from gcc:
4707
4708 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4709
54d1c879
DA
4710 PR bootstrap/27963
4711 PR target/19970
0e7ef45c 4712 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4713 ${libgcj} is specified.
4714 * configure: Regenerate.
0e7ef45c 4715
a4d8b690
JJ
47162006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4717
4718 Sync from gcc:
4719
4720 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4721 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4722
4723 PR bootstrap/18033
4724 * config-ml.in: Eval option if surrounded by single quotes.
4725
4f0ef2d8
CD
47262006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4727
4728 Sync from gcc:
0e7ef45c 4729
4f0ef2d8 4730 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4731
4f0ef2d8
CD
4732 PR libobjc/13946
4733 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4734 * Makefile.in: Regenerate.
4735 * configure.in: Add --enable-objc-gc at toplevel and have it
4736 enable boehm-gc for Objective-C.
4737 Remove target-boehm-gc from libgcj.
4738 Add target-boehm-gc to target_libraries.
4739 Add target-boehm-gc to noconfigdirs where ${libgcj}
4740 is specified.
4741 Assert that boehm-gc is supported when requested for Objective-C.
4742 Only build boehm-gc if needed either for Java or Objective-C.
4743 * configure: Regenerate.
4744
4745 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4746
4f0ef2d8
CD
4747 PR 27674
4748 * Makefile.tpl (configure-[+prefix+][+module+],
4749 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4750 Remove rule to unstage bootstrapped modules.
4751 (stage_current): New.
4752 * Makefile.in: Regenerate.
4753
4754 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4755 Andreas Tobler <a.tobler@schweiz.ch>
4756
4757 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4758 * configure: Rebuilt.
4759
4760 Revert
4761 2006-01-31 Richard Guenther <rguenther@suse.de>
4762 Paolo Bonzini <bonzini@gnu.org>
4763
4764 * Makefile.def (target_modules): Add libgcc-math target module.
4765 * configure.in (target_libraries): Add libgcc-math target library.
4766 (--enable-libgcc-math): New configure switch.
4767 * Makefile.in: Re-generate.
4768 * configure: Re-generate.
4769
c17b816b
JJ
47702006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4771
4772 * config-ml.in: Alter CCASFLAGS to include special
4773 multilib options the same as is done for CFLAGS.
4774
20e95c23
DJ
47752006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4776
4777 * Makefile.def: Added dependencies from sim and gdb on intl, and
4778 added configure dependencies to everything with an all dependency
4779 on intl.
4780 * gettext.m4: Removed.
4781 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4782 (GDB_SUPPORT_DIRS): Add intl.
4783 * Makefile.in: Regenerated.
4784
4bd8ad80
DJ
47852006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4786
4787 * src-release (DEVO_SUPPORT): Add config.rpath.
4788
c380fdd8
PB
47892006-05-25 Paolo Bonzini <bonzini@gnu.org>
4790
4791 * Makefile.def (bfd, opcodes): Fix lib_path.
4792 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4793 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4794 * Makefile.in: Regenerate.
4795
701628f5
MS
47962006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4797
4798 * configure.in: Enable gprof for cross builds.
4799 * configure: Regenerate.
4800
25aae7f2
DJ
48012006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4802
4803 * src-release (MAKEINFOFLAGS): Define.
4804 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4805
ea3d1626
BE
48062006-05-14 Ben Elliston <bje@au.ibm.com>
4807
4808 * config.sub, config.guess: Update from upstream sources.
4809
49b9e644
BE
48102006-05-12 Ben Elliston <bje@au.ibm.com>
4811
4812 * config.sub, config.guess: Update from upstream sources.
4813
482dd2f6
DJ
48142006-05-04 Steve Ellcey <sje@cup.hp.com>
4815
4816 * blt, iwidgets, mmalloc: Remove directories.
4817
8b01a5c2
DD
48182006-05-01 DJ Delorie <dj@redhat.com>
4819
641a3af4 4820 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4821 * configure: Regenerate.
4822
a481dbb7
DD
48232006-04-18 DJ Delorie <dj@redhat.com>
4824
4825 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4826 reference libgloss so that libssp can be built in a combined
4827 tree.
4828 * configure: Regenerate.
4829
962c9e74
BE
48302006-04-10 Ben Elliston <bje@au.ibm.com>
4831
4832 * contrib: Remove directory.
4833
108a6f8e
CD
48342006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4835
4836 * Makefile.tpl: Add install-html target.
4837 * Makefile.def: Add install-html target.
4838 * Makefile.in: Regenerate.
4839 * configure.in: Add --with-datarootdir, --with-docdir,
4840 and --with-htmldir options.
4841 * configure: Regenerate.
4842
a4ef73e9
BE
48432006-03-31 Ben Elliston <bje@au.ibm.com>
4844
4845 PR binutils/1860
4846 * configure.in: Require makeinfo 4.4 or higher.
4847 * configure: Regenerate.
4848
b37df25a
PB
48492006-03-14 Paolo Bonzini <bonzini@gnu.org>
4850
4851 * Makefile.in: Regenerate.
4852
a6df5a19
PB
48532006-03-14 Paolo Bonzini <bonzini@gnu.org>
4854
4855 Sync with gcc:
4856 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4857
f7c83eac
AS
4858 * configure.in: Handle --disable-<component> generically.
4859 * configure: Regenerate.
a6df5a19
PB
4860
4861 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4862
f7c83eac
AS
4863 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4864 (TARGET_CONFIGDIRS): Remove.
4865 * configure.in: Remove AC_SUBST(target_configdirs).
4866 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4867
4868
65419985
L
48692006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4870
4871 PR libgcj/17311
4872 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4873
c52c6897
PB
48742006-02-20 Paolo Bonzini <bonzini@gnu.org>
4875
4876 PR bootstrap/25670
4877
4878 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4879
4880 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4881 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4882 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4883 BUILD_PREFIX, BUILD_PREFIX_1.
4884 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4885
4886 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4887 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4888
4889 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4890 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4891 of `cat stage_current`. Always provide the `r' and `s' variables.
4892 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4893 a single shell execution.
4894 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4895 bootstrapped modules, make the stage1 module if the build was not
4896 started yet, else build the current stage.
4897 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4898 (all-build, all-host, all-target, [+make_target+]-host,
4899 [+make_target+]-target): Do not use \-continued lines.
4900 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4901 (current_stage, restrap, stage_last): New.
4902
4903 * Makefile.in: Regenerate.
4904 * configure: Regenerate.
4905
b3ded179
PB
49062006-02-14 Paolo Bonzini <bonzini@gnu.org>
4907
4908 Sync from gcc:
4909
4910 2006-01-31 Richard Guenther <rguenther@suse.de>
4911 Paolo Bonzini <bonzini@gnu.org>
4912
f7c83eac
AS
4913 * Makefile.def (target_modules): Add libgcc-math target module.
4914 * configure.in (target_libraries): Add libgcc-math target library.
4915 (--enable-libgcc-math): New configure switch.
4916 * Makefile.in: Re-generate.
4917 * configure: Re-generate.
4918 * libgcc-math: New toplevel directory.
b3ded179
PB
4919
4920 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4921 Jakub Jelinek <jakub@redhat.com>
4922 Diego Novillo <dnovillo@redhat.com>
b3ded179 4923
f7c83eac
AS
4924 * libgomp: New directory.
4925 * Makefile.def: Add target_module libgomp.
4926 * Makefile.in: Regenerate.
4927 * configure.in (target_libraries): Add target-libgomp.
4928 * configure: Regenerate.
b3ded179 4929
3a35eeb3
PB
49302006-02-14 Paolo Bonzini <bonzini@gnu.org>
4931 Andreas Schwab <schwab@suse.de>
0e7ef45c 4932
3a35eeb3
PB
4933 * configure: Regenerate.
4934
2429c060
PB
49352006-01-16 Paolo Bonzini <bonzini@gnu.org>
4936
4937 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4938 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4939 the assembler, linker and binutils.
4940 * configure: Regenerate.
4941
ec49b2b8
NC
49422006-01-16 Nick Clifton <nickc@redhat.com>
4943
49b9e644 4944 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4945
44b2308f
AO
49462006-01-05 Alexandre Oliva <aoliva@redhat.com>
4947
4948 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4949 @ from continuation.
4950 * Makefile.in: Rebuilt.
4951
80911fe1
PB
49522006-01-04 Paolo Bonzini <bonzini@gnu.org>
4953
4954 Sync from gcc:
4955
4956 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4957
f7c83eac 4958 PR bootstrap/24252
80911fe1 4959
f7c83eac
AS
4960 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4961 * Makefile.tpl (OBJDUMP): New.
4962 (EXTRA_HOST_FLAGS): Add it.
4963 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4964
f7c83eac
AS
4965 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4966 to use symbolic links between directories. Avoid race conditions
4967 or make them harmless.
4968 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4969
f7c83eac
AS
4970 * Makefile.def (LEAN): Pass.
4971 * Makefile.tpl (LEAN): Define.
4972 (stage[+id+]-start): Accept that the previous directory does not
4973 exist, if the bootstrap is lean.
4974 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4975 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4976 configure substitution.
4977 ([+compare-target+]): Likewise.
4978 ([+bootstrap-target+]-lean): New.
4979 * configure.in: Remove lean bootstrap support from here.
80911fe1 4980
f7c83eac
AS
4981 * Makefile.in: Regenerate.
4982 * configure: Regenerate.
80911fe1
PB
4983
4984 2006-01-02 Andreas Schwab <schwab@suse.de>
4985
f7c83eac
AS
4986 * configure.in: When reconfiguring remove Makefile in
4987 all stage directories.
4988 * configure: Regenerate.
80911fe1 4989
b59bea8a
NC
49902005-12-27 Leif Ekblad <leif@rdos.net>
4991
4992 * configure.in: Add support for RDOS target.
4993 * configure: Regenerate.
4994
d7730bac
NC
49952005-12-27 Nick Clifton <nickc@redhat.com>
4996
4997 PR binutils/1990
4998 * libtool.m4: Synchronize with version in GCC sources.
4999
c02dabc3
PB
50002005-12-20 Paolo Bonzini <bonzini@gnu.org>
5001
f7c83eac 5002 Revert Ada-related part of the previous change.
c02dabc3 5003
f7c83eac
AS
5004 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5005 Do not pass.
5006 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5007 * Makefile.in: Regenerate.
5008 * configure.in: Do not include mt-ppc-aix target fragment.
5009 * configure: Regenerate.
c02dabc3 5010
f6d183c0
PB
50112005-12-19 Paolo Bonzini <bonzini@gnu.org>
5012
5013 * configure.in: Select appropriate fragments for PowerPC/AIX.
5014 * configure: Regenerate.
5015
5016 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5017 BOOT_CFLAGS, BOOT_LDFLAGS.
5018 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5019 BOOT_CFLAGS, BOOT_LDFLAGS.
5020 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5021 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5022 (stage): Fail if we cannot complete the work.
5023 * Makefile.in: Regenerate.
5024
f29759fc
JJ
50252005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5026
5027 * COPYING.NEWLIB: Update copyright year for default
5028 copyright.
5029
1f054001
PB
50302005-12-15 Paolo Bonzini <bonzini@gnu.org>
5031
5032 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5033 install-host-nogcc): Don't invoke $(stage) at the end.
5034 * Makefile.in: Regenerate.
5035
0aed8855
PB
50362005-12-14 Paolo Bonzini <bonzini@gnu.org>
5037
5038 * configure.in: Flip the top-level bootstrap switch.
5039 * configure: Regenerate.
5040
5041 Merge from gcc:
5042
5043 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5044
f7c83eac
AS
5045 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5046 $(stage) and $(unstage).
5047 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5048 (all): Remove stray semicolon.
5049 (local-distclean): Don't handle multilib.tmp and multilib.out.
5050 (install.all): Set $s for consistency.
5051 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5052 check_multilibs setting. Always make the install directory.
5053 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5054 Correct @if/@endif.
5055 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5056 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5057 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5058 (multilib.out): Remove.
5059 * Makefile.in: Regenerated.
0aed8855
PB
5060
50612005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5062
5063 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5064 * configure.in: Replace ms1 arch with mt.
5065 * configure: Rebuilt.
5066
50672005-12-05 Paolo Bonzini <bonzini@gnu.org>
5068
5069 Sync with gcc:
5070
4970f871
NS
50712005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5072
5073 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5074 * configure.in: Replace ms1 arch with mt.
5075 * configure: Rebuilt.
5076
be01d343
PB
50772005-12-05 Paolo Bonzini <bonzini@gnu.org>
5078
5079 Sync with gcc:
5080
5081 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5082
f7c83eac
AS
5083 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5084 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5085 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5086 Find in-tree tools if available.
5087 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5088 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5089 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5090 (COMPILER_*_FOR_TARGET): New.
5091 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5092 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5093 (CONFIGURED_*, USUAL_*): Remove.
5094 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5095 STRIP): Use autoconf substitutions.
5096 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5097 COMPILER_NM_FOR_TARGET): New.
5098 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5099
5100 (all): Make all-host and all-target in parallel.
5101 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5102 that $$r and $$s are set before invoking a recursive make.
5103 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5104 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5105
5106 2005-11-29 Ben Elliston <bje@au.ibm.com>
5107
f7c83eac
AS
5108 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5109 from the gcc build directory.
5110 * Makefile.in: Regenerate.
be01d343
PB
5111
5112 2005-11-29 Ben Elliston <bje@au.ibm.com>
5113
f7c83eac
AS
5114 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5115 depend on all-libdecnumber.
5116 * configure.in (host_libs): Include libdecnumber.
5117 * Makefile.in: Regenerate.
5118 * configure: Likewise.
be01d343
PB
5119
5120 2005-11-21 Kean Johnston <jkj@sco.com>
5121
f7c83eac 5122 * config.sub, config.guess: Sync from upstream sources.
be01d343 5123
907be67c
DJ
51242005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5125
5126 * Makefile.def: Remove gdb dependencies for gdbtk.
5127 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5128 (configure-gdb, install-gdb): New rules.
5129 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5130 * Makefile.in, configure: Regenerated.
5131
e360f423
PB
51322005-10-22 Paolo Bonzini <bonzini@gnu.org>
5133
5134 PR bootstrap/24297
5135 * Makefile.tpl (do-[+make-target+], do-check, install,
5136 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5137 are set before recursing.
5138 * Makefile.in: Regenerate.
5139
45d5eb0a
EB
51402005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5141
5142 PR bootstrap/18939
5143 * Makefile.def (gcc) <target>: Fix thinko.
5144 * Makefile.in: Regenerate.
5145
3cf3372e
BS
51462005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5147
5148 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5149 * configure: Regenerate.
5150
bd70a46f
KH
51512005-10-09 Kazu Hirata <kazu@codesourcery.com>
5152
5153 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5154 target-libffi, target-qthreads, target-libjava, and
5155 targetlibobjc.
5156 * configure: Regenerate.
5157
5ae72758
DJ
51582005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5159
5160 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5161 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5162 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5163 (USUAL_OBJDUMP_FOR_TARGET): New.
5164 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5165 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5166 * configure, Makefile.in: Regenerated.
5ae72758 5167
cc96343e
PB
51682005-10-05 Paolo Bonzini <bonzini@gnu.org>
5169
5170 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5171 before other host packages.
5172
f70224b5
PB
51732005-10-05 Paolo Bonzini <bonzini@gnu.org>
5174
5175 PR bootstrap/22340
5176
5177 * configure.in (default_target): Remove.
5178 * Makefile.tpl (all): Do not use prerequisites as subroutines
5179 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5180 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5181 use prerequisites as subroutines.
5182 (check-host, check-target): New.
5183 (bootstrap configure & all targets): Do not use stage*-start
5184 if the directory layout is already ok.
5185 (non-bootstrap configure & all targets): Prepend a $(unstage).
5186 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5187 (NOTPARALLEL): Remove.
5188 (unstage, stage variables): New variables.
5189 (unstage, stage targets): Simply expand to those variables.
5190
5191 * configure: Regenerate.
5192 * Makefile.in: Regenerate.
5193
c13c918a
JW
51942005-10-04 James E Wilson <wilson@specifix.com>
5195
5196 * Makefile.def (lang_env_dependencies): Add libmudflap.
5197 * Makefile.in: Regenerate.
5198
376a0e54
CM
51992005-10-03 Catherine Moore <clm@cm00re.com>
5200
5201 * configure.in (bfin-*-*): Support bfin.
5202 * configure: Regenerated.
5203
d320aacb
L
52042005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5205
5206 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5207 * configure: Regenerated.
5208
7e0f7140
GK
52092005-09-28 Geoffrey Keating <geoffk@apple.com>
5210
5211 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5212 (LIPO_FOR_TARGET): New.
5213 (CONFIGURED_LIPO_FOR_TARGET): New.
5214 (USUAL_LIPO_FOR_TARGET): New.
5215 (STRIP_FOR_TARGET): New.
5216 (CONFIGURED_STRIP_FOR_TARGET): New.
5217 (USUAL_STRIP_FOR_TARGET): New.
5218 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5219 STRIP_FOR_TARGET.
5220 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5221 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5222 * Makefile.in: Regenerate.
5223 * configure: Regenerate.
0e7ef45c 5224
096f7d00
DE
52252005-09-19 David Edelsohn <edelsohn@gnu.org>
5226
5227 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5228 (rs6000-*-aix*): Same.
5229 * configure: Regenerate.
5230
52312005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5232
5233 * configure.in: Recognize f95 in the --enable-languages option,
5234 and substitute it for fortran, issuing a warning.
5235 * configure: Regenerate.
5236
2016dfcc
BE
52372005-09-07 Ben Elliston <bje@au.ibm.com>
5238
5239 Import from Autoconf sources:
5240
5241 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5242 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5243 Elliston. Handle weird characters correctly.
5244
6dd2fda9
DD
52452005-08-30 Phil Edwards <phil@codesourcery.com>
5246
5247 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5248 * configure: Regenerated.
5249
e6db70d4
RE
52502005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5251
f7c83eac
AS
5252 * Makefile.def (libssp): Add to lang_env_dependencies.
5253 * Makefile.in: Regenerate.
e6db70d4 5254
e1e3d0f5
CG
52552005-08-17 Christian Groessler <chris@groessler.org>
5256
5257 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5258 * Makefile.in: Regenerate.
5259
05cbd757
PB
52602005-08-12 Paolo Bonzini <bonzini@gnu.org>
5261
5262 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5263 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5264 Look for alternate names of the target cc and c++
5265 * configure: Regenerate.
5266
55db4b87
PB
52672005-08-08 Paolo Bonzini <bonzini@gnu.org>
5268
5269 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5270 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5271 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5272 tools; remove code to manually set them.
5273 (Target tools): Look in the environment for them.
5274 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5275 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5276 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5277 build directory.
5278 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5279 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5280 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5281 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5282 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5283 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5284 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5285 * configure: Regenerate.
5286 * Makefile.in: Regenerate.
5287
414e5532
MM
52882005-07-27 Mark Mitchell <mark@codesourcery.com>
5289
5290 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5291 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5292 * Makefile.in: Regenerated.
5293
a19b6204
MM
52942005-07-26 Mark Mitchell <mark@codesourcery.com>
5295
5296 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5297 (CFLAGS_FOR_TARGET): Use it.
5298 (CXXFLAGS_FOR_TARGET): Likewise.
5299 * Makefile.in: Regenerated.
5300 * configure.in (--with-build-sysroot): New option.
5301 * configure: Regenerated.
5302
b73aa406
PB
53032005-07-24 Paolo Bonzini <bonzini@gnu.org>
5304
5305 * Makefile.tpl: Wrap install between unstage and stage
5306 * Makefile.in: Regenerate.
5307
6e4d0bcb
KC
53082005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5309
5310 * all files: Update FSF address.
5311
49f58d10
JB
53122005-07-14 Jim Blandy <jimb@redhat.com>
5313
5314 * configure.in: Add cases for Renesas m32c.
5315 * configure: Regenerated.
0e7ef45c 5316
1d9c9cd7
KC
53172005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5318
5319 * COPYING, compile, config-ml.in, config.guess,
5320 config.sub, install-sh, missing, mkinstalldirs,
5321 symlink-tree, ylwrap: Sync from upstream sources.
5322
1587117a
EC
53232005-07-13 Eric Christopher <echristo@redhat.com>
5324
5325 * configure.in: Add toplevel noconfigdir support for tpf.
5326 * configure: Regenerate.
5327
bb780410
DD
53282005-07-11 Jakub Jelinek <jakub@redhat.com>
5329
5330 * Makefile.def (target_modules): Add libssp.
5331 * configure.in (target_libraries): Add target-libssp.
5332 * configure: Rebuilt.
5333 * Makefile.in: Rebuilt.
5334
064d0a7c
PB
53352005-07-11 Paolo Bonzini <bonzini@gnu.org>
5336
5337 PR ada/22340
5338
5339 * Makefile.def: Sync with gcc.
5340 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5341 * Makefile.in: Regenerate.
5342
b2edd3b5
AS
53432005-07-07 Andreas Schwab <schwab@suse.de>
5344
5345 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5346 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5347 * Makefile.in: Regenerated.
5348
5f128533
KH
53492005-07-07 Kazu Hirata <kazu@codesourcery.com>
5350
5351 * configure.in: Add --enable-libssp and --disable-libssp.
5352 * configure: Regenerate with autoconf-2.13.
5353
4e3fc8e5
GK
53542005-07-06 Geoffrey Keating <geoffk@apple.com>
5355
5356 * configure.in: Don't build sim or rda when targetting darwin.
5357 * configure: Regenerate.
5358
c7357d6a
BE
53592005-07-04 Ben Elliston <bje@gnu.org>
5360
5361 * src-release (do-proto-toplev): Remove dejagnu bits.
5362 (DEJAGNU_SUPPORT_DIRS): Remove.
5363 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5364 (GDBD_SUPPORT_DIRS): Likewise.
5365 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5366 (INSIGHTD_SUPPORT_DIRS): Likewise.
5367 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5368
53692005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5370
5371 * setup.com (mpw): Remove unused directive.
5372
7d329e61
PB
53732005-06-22 Paolo Bonzini <bonzini@gnu.org>
5374
5375 * Makefile.def (stagefeedback): Come after profile.
5376 Define profiledbootstrap target.
5377 * Makefile.tpl (profiledbootstrap): Remove.
5378 (stageprofile-end): Zap stagefeedback.
5379 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5380 * Makefile.in: Regenerate.
5381
e5fbed21
DD
53822005-06-13 Zack Weinberg <zack@codesourcery.com>
5383
5384 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5385 In 'cpp' stanza, support '#line' as well as '# '.
5386
59f7ec45
HPN
53872005-06-07 Hans-Peter Nilsson <hp@axis.com>
5388
5389 * configure.in (unsupported_languages): New macro.
5390 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5391 non-ported target libraries in noconfigdirs.
5392 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5393 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5394 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5395 unsupported_languages.
5396 * configure: Regenerate.
5397
c10e9ba7
DD
53982005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5399
5400 * configure.in: Fix typo in handling of --with-mpfr-dir.
5401 * configure: Regenerate.
5402
20deb2b8
JB
54032005-06-02 Jim Blandy <jimb@redhat.com>
5404
5405 * config.sub: Add cases for the Renesas m32c. (This patch has been
5406 accepted into the master sources.)
5407
cdb9b172 54082005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5409 Michael Snyder <msnyder@redhat.com>
5410 Stan Cox <scox@redhat.com>
cdb9b172 5411
f7c83eac 5412 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5413
f7c83eac 5414 * configure: Regenerate.
cdb9b172 5415
1dc3053f
PB
54162005-05-25 Paolo Bonzini <bonzini@gnu.org>
5417
5418 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5419 (Dependencies): Consider target modules for bootstrap dependencies.
5420 Make target bootstrap modules depend on each stage's gcc.
5421 * Makefile.in: Regenerate.
5422
c60fe18b
PB
54232005-05-20 Paolo Bonzini <bonzini@gnu.org>
5424
5425 * Makefile.def (configure-gcc): Depend on binutils having been built.
5426 (all-gcc): No need to do it here.
5427 * Makefile.in: Regenerate.
5428
27258dd4
PB
54292005-05-19 Paul Brook <paul@codesourcery.com>
5430
0e7ef45c 5431 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5432 language cannot be built.
5433 * configure: Regenerate.
5434
42ecbf5e
DJ
54352005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5436
5437 * ylwrap: Import from Automake 1.9.5.
5438
ae380b45
MS
54392005-05-04 Mike Stump <mrs@apple.com>
5440
5441 * configure.in: Always pass --target to target configures as
5442 otherwise rebuilds that do --recheck will fail.
811d3af8 5443 * configure: Rebuilt.
ae380b45 5444
d545f33b
PB
54452005-05-04 Paolo Bonzini <bonzini@gnu.org>
5446
5447 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5448 STAGE_HOST_EXPORTS.
5449 (configure, all): Add bootstrap support.
5450 (Host modules, target modules): Pass post-stage1 flags and exports.
5451 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5452 * Makefile.in: Regenerate.
5453
2faa2958
PB
54542005-04-29 Paolo Bonzini <bonzini@gnu.org>
5455
5456 Sync from gcc:
5457
5458 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5459
f7c83eac 5460 * config.sub: Update from master copy.
2faa2958
PB
5461
5462 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5463
f7c83eac
AS
5464 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5465 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5466 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5467 "*-*-elf" and "*-*-linux*".
5468 * configure: Regenerate.
2faa2958 5469
a7254363
PB
54702005-04-06 Paolo Bonzini <bonzini@gnu.org>
5471
f7c83eac 5472 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5473 (TARGET_CONFIGARGS): Include --with-target-subdir.
5474 (configure, all): New macros. Use them throughout.
5475
a8637a7d
PB
54762005-04-05 Paolo Bonzini <bonzini@gnu.org>
5477
5478 * Makefile.tpl: Sync with gcc.
5479 * Makefile.in: Regenerate.
5480
dd387d52
JR
54812005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5482
5483 * config/mh-mingw32: Delete.
5484 * configure.in: Don't use it.
5485 * configure: Regenerate.
5486
e90269c8
PB
54872005-03-31 Paolo Bonzini <bonzini@gnu.org>
5488
5489 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5490 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5491 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5492 (HOST_LIB_PATH): Generate from Makefile.def.
5493 (TARGET_LIB_PATH): Likewise.
5494 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5495 * Makefile.in: Regenerate.
5496 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5497 (RPATH_ENVVAR): Include Darwin case.
5498 * configure: Regenerate.
5499
9a237d9e
PB
55002005-03-25 Paolo Bonzini <bonzini@gnu.org>
5501
5502 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5503 * configure: Regenerate.
5504
479759c8
ZW
55052005-03-21 Zack Weinberg <zack@codesourcery.com>
5506
5507 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5508 gcc_version, and gcc_version_trigger from set of flags to pass.
5509 * Makefile.tpl: Remove definitions of above variables.
5510 (config.status): Remove dependency on $(gcc_version_trigger).
5511 * Makefile.in: Regenerate.
5512 * configure.in: Do not reference config/gcc-version.m4 nor
5513 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5514 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5515 * configure: Regenerate.
5516
4cfaf6d5
DD
55172005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5518 Andrew Pinski <pinskia@physics.uc.edu>
5519
5520 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5521 * Makefile.in: Regenerate.
5522
33a3fb7b
AO
55232005-03-01 Alexandre Oliva <aoliva@redhat.com>
5524
5525 PR libgcj/20160
5526 * ltmain.sh: Avoid creating archives with components that have
5527 duplicate basenames.
5528
2da12f12
PB
55292005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5530
479759c8
ZW
5531 PR bootstrap/20250
5532 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5533 instead of check.
5534 * Makefile.in: Regenerate.
2da12f12 5535
b00612cc
PB
55362005-02-28 Paolo Bonzini <bonzini@gnu.org>
5537
5538 Sync from gcc.
5539
5540 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5541
5542 PR bootstrap/17383
5543 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5544 * Makefile.tpl (HOST_SUBDIR): New substitution.
5545 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5546 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5547 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5548 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5549 (Host modules, Bootstrapped modules): Use it.
5550 (Build modules, Target modules): Do not create symlink trees,
5551 always configure out-of-srcdir.
5552 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5553 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5554 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5555 $(HOST_SUBDIR). Create a symlink for host_subdir.
5556
5557 * Makefile.in: Regenerate.
5558 * configure: Regenerate.
5559
5560 Merged from libada-gnattools-branch:
5561 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5562
5563 * Makefile.def: Add gnattools as a module, depending on target-libada.
5564 * Makefile.in: Regenerate.
5565 * configure.in: Include gnattools in host_tools; disable it if ada
5566 is disabled.
5567 * configure: Regenerate.
5568
c3e65f62
NC
55692005-02-23 Nick Clifton <nickc@redhat.com>
5570
5571 * configure: Regenerate.
5572
e4d180c2
NC
55732005-02-22 Paul Schlie <schlie@comcast.net>
5574
5575 * configure.in: Allow darwin targeted ports to build tk, itcl and
5576 libgui.
5577
e3c770b1
EB
55782005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5579
5580 PR libgcj/10353
5581 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5582 * configure: Regenerate.
5583
9c73618c
AC
55842005-02-08 Andrew Cagney <cagney@gnu.org>
5585
5586 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5587 gdb/ section. Update GDB's URL.
5588
c46f8c51
AC
55892005-01-31 Andrew Cagney <cagney@gnu.org>
5590
5591 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5592
c7e66c6d
HPN
55932005-01-29 Hans-Peter Nilsson <hp@axis.com>
5594
5595 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5596 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5597 target-libgloss when not *-*-elf and *-*-aout.
5598 * configure: Regenerate.
5599
a53bf506
AC
56002005-01-27 Andrew Cagney <cagney@gnu.org>
5601
5602 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5603
45181ed1
AC
56042005-01-24 Andrew Cagney <cagney@gnu.org>
5605
5606 * gettext.m4: Only fall back to ../intl/ when it's present.
5607
a1e0f4e4
KC
56082005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5609
5610 * install-sh, config.sub: Import from upstream.
5611
56122005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5613
5614 PR bootstrap/18222
5615 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5616 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5617 * Makefile.in: Regenerate.
5618
c50382e2
PB
56192005-01-03 Paolo Bonzini <bonzini@gnu.org>
5620
5621 Revert 2004-12-28 Makefile changes, a better fix will be
5622 applied to mainline and src after GCC 4.0 branches.
5623
11d07737
PB
56242004-12-28 Paolo Bonzini <bonzini@gnu.org>
5625
5626 PR bootstrap/17383
5627
5628 * Makefile.def (target_modules): Remove stage parameter,
5629 it is always true now.
5630 * Makefile.tpl (configure-build-[+module+],
5631 configure-target-[+module+]): Always build symlink tree
5632 for the directory and for include. BUILD_SUBDIR and
5633 TARGET_SUBDIR cannot be . anymore.
5634 * Makefile.in: Regenerate.
5635
dadfdbe2
DD
56362004-12-25 David Edelsohn <edelsohn@gnu.org>
5637
5638 Revert 2004-12-08 Makefile changes.
5639
dbf85af7
JR
56402004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5641
5642 * configure.in (sh64-*-*): Reenable gprof.
5643 * configure: Regenerate.
5644
6b8fea99
JB
56452004-12-09 Jim Blandy <jimb@redhat.com>
5646
5647 * MAINTAINERS: List 'depcomp' as part of automake.
5648
7341462c
DE
56492004-12-08 David Edelsohn <edelsohn@gnu.org>
5650
5651 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5652 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5653 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5654 * Makefile.in: Regenerate.
5655
21fde4dc
DD
56562004-12-07 Matt Kraai <kraai@ftbfs.org>
5657
5658 * Makefile.tpl: Generate normal dependencies if the LHS module is
5659 not bootstrapped.
5660 * Makefile.in: Regenerate.
5661
3da796a2
RS
56622004-12-03 Richard Sandiford <rsandifo@redhat.com>
5663
5664 * configure.in: Include config/gxx-include-dir.m4. Use
5665 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5666 * configure: Regenerate.
5667
73fb7068
RS
56682004-12-03 Richard Sandiford <rsandifo@redhat.com>
5669
5670 * config.if: Delete.
5671 * configure.in: Set libstdcxx_incdir directly.
5672 * configure: Regenerate.
5673 * MAINTAINERS: Remove mention of config.if.
5674 * src-release (DEVO_SUPPORT): Remove config.if.
5675
6c8e6ce9
EC
56762004-12-02 Eric Christopher <echristo@redhat.com>
5677
3b6098f8
EC
5678 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5679 of things to remove.
6c8e6ce9 5680 * Makefile.in: Regenerate.
479759c8 5681
b8658a2f
RS
56822004-12-02 Richard Sandiford <rsandifo@redhat.com>
5683
5684 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5685 * configure: Regenerate.
5686
afefada0
RS
56872004-12-02 Richard Sandiford <rsandifo@redhat.com>
5688
5689 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5690 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5691 * configure: Regenerate.
5692
5dcac624
DA
56932004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5694
5695 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5696 (hppa*64*-*-*): Delete incorrect comment.
5697 * configure: Rebuilt.
5698
57d1eb1a
DD
56992004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5700
5701 * install-sh, compile: Import from automake.
5702
57032004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5704
5705 * config.guess, config.sub: Import from savannnah.
5706
6d389afc
MS
57072004-11-12 Mike Stump <mrs@apple.com>
5708
5709 * Makefile.def: Add html support.
5710 * Makefile.tpl: Likewise.
5711 * Makefile.in: Regenerate.
5712
69e57115
GK
57132004-11-11 Geoffrey Keating <geoffk@apple.com>
5714
5715 PR 18423
5716 * configure.in: Remove all instances of build-fixincludes from
5717 noconfigdirs.
5718 (build_configargs): Supply --target to subdirectories.
5719 * configure: Regenerate.
5720
5721 * Makefile.def: Make gcc install depend on fixincludes install.
5722 * Makefile.in: Regenerate.
5723
ba719b26
HPN
57242004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5725
5726 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5727 target-libgfortran.
5728 * configure: Regenerate.
5729
c37653e7
DE
57302004-11-07 David Edelsohn <edelsohn@gnu.org>
5731
5732 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5733 like CC.
5734
1eefd493
PB
57352004-11-05 Paolo Bonzini <bonzini@gnu.org>
5736
5737 * Makefile.def (host fixincludes): Specify missing targets.
5738 * Makefile.in: Regenerate.
5739
02b1af09
L
57402004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5741
5742 PR other/17783
5743 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5744 * configure: Regenerated.
5745
7f266840
DJ
57462004-11-04 Daniel Jacobowitz <dan@debian.org>
5747
5748 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5749 * configure: Regenerated.
5750
47444073
AL
57512004-10-28 Eric B. Weddington <ericw@evcohs.com>
5752
5753 PR target/18151
5754 * configure.in (case ${target}): Do not build fixincludes for avr.
5755 * configure: Regenerated.
5756
caeba88f
AL
57572004-10-26 Paolo Bonzini <bonzini@gnu.org>
5758
5759 * configure.in (case ${target}): Do not build fixincludes
5760 on platforms where it is not used.
5761 * configure: Regenerated.
5762
0fdbe983
DJ
57632004-10-23 Daniel Jacobowitz <dan@debian.org>
5764
5765 * configure.in: Use an absolute path to install-sh.
5766 * configure: Regenerated.
5767
1c0f67c1
AC
57682004-10-19 Andrew Cagney <cagney@gnu.org>
5769
5770 * src-release (do-djunpack, do-md5sum): Install the generated file
5771 directly into the proto-toplev/ directory.
479759c8 5772
a9cfce9c
AC
57732004-10-19 Andrew Cagney <cagney@gnu.org>
5774
5775 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5776
ac0fa625
DD
57772004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5778
5779 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5780 * configure: Regenerate.
5781
d27cc32e
PB
57822004-10-06 Paolo Bonzini <bonzini@gnu.org>
5783
5784 Fix wrong conflict resolution in:
5785
5786 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5787
5788 * Makefile.in: Regenerate.
5789 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5790 in the recursive `make', instead of hardwiring `all'.
5791 (Autogenerated TARGET-* variables): New.
5792
1763908f
UW
57932004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5794
5795 Merged from GCC / libtool upstream:
5796 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5797 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5798 * ltcf-cxx.sh (tpf*): Likewise.
5799 * ltconfig (tpf*): Add TPF OS configuration support.
5800
0490e016
NC
58012004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5802
5803 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5804 * configure: Regenerate.
0490e016 5805
32be62b5
RS
58062004-09-24 Michael Roth <mroth@nessie.de>
5807
5808 * configure.in (--without-headers): Add missing double quotes.
5809 * configure: Regenerate.
5810
6048df60
DD
58112004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5812
5813 * ylwrap: Revert to previous version.
5814
315b3b02
L
58152004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5816
6048df60 5817 PR bootstrap/17369
315b3b02
L
5818 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5819 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5820 SET_GCC_LIB_PATH_CMD.
5821 (BASE_TARGET_EXPORTS): Likewise.
5822 * Makefile.in: Regenerated.
5823
5824 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5825 * configure: Regenerated.
5826
fe69863c
DD
58272004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5828
5829 * config.guess: New upstream version
5830 * compile, depcomp, install-sh, ylwrap: Likewise.
5831
58322004-09-19 Roger Sayle <roger@eyesopen.com>
5833
5834 * config/mh-x86omitfp: New host makefile fragment. Add
5835 -fomit-frame-pointer to the default BOOT_CFLAGS.
5836 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5837 * configure: Regenerate.
5838
58392004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5840
5841 PR target/11572
5842 * configure.in (*-*-darwin*): Renable libobjc.
5843 * configure: Regenerate.
5844
be75bbe1 58452004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5846
be75bbe1
DB
5847 * Makefile.def: Remove libbanshee.
5848 * Makefile.tpl: Ditto.
5849 * configure.in: Ditto.
5850 * Makefile.in: Regen.
5851 * configure: Ditto.
5852
1b882a91
PB
58532004-09-07 Paolo Bonzini <bonzini@gnu.org>
5854
5855 * missing: Import latest version from master repository.
5856
eb1352ed
NC
58572004-09-04 Nick Clifton <nickc@redhat.com>
5858
5859 * config.sub: Import latest version from master repository.
5860 * config.guess: Likewise.
5861 This includes these changes:
479759c8 5862
eb1352ed
NC
5863 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5864
5865 * config.sub: Handle crisv32, alias etraxfs.
5866 * config.guess (crisv32:Linux:*:*): Handle.
5867
5868 2004-08-13 Brad Smith <brad@comstyle.com>
5869
5870 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5871 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5872
5873 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5874
5875 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5876 assume the processor is a powerpc. This is because coreutils
5877 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5878 in this case, due to a MacOS X bug that causes
5879 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5880 to return a negative number.
5881 Problem reported by Petter Reinholdtsen in:
5882 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5883
5884 2004-07-19 Ben Elliston <bje@gnu.org>
5885
5886 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5887
5888 2004-06-24 Ben Elliston <bje@gnu.org>
5889
5890 * config.guess: Update copyright years.
5891 * config.sub: Likewise.
5892
5893 2004-06-22 Robert Millan <robertmh@gnu.org>
5894
5895 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5896 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5897
5898 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5899
5900 * config.guess (*:*VMS:*:*): New entry. Replaces
5901 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5902 manufacturer.
5903
5904 2004-06-22 Ben Elliston <bje@gnu.org>
5905
5906 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5907 * config.sub: Likewise.
5908
5909 2004-06-22 Ben Elliston <bje@gnu.org>
5910
5911 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5912 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5913
5914 2004-06-11 Ben Elliston <bje@gnu.org>
5915
5916 * config.guess (pegasos:OpenBSD:*:*): Remove.
5917
5918 2004-06-11 Ben Elliston <bje@gnu.org>
5919
5920 From Wouter Verhelst <wouter@grep.be>:
5921 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5922
5923 2004-06-11 Ben Elliston <bje@gnu.org>
5924
5925 * config.guess (luna88k:OpenBSD:*:*): New.
5926
5927 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5928
5929 * config.guess (m32r*:Linux:*:*): New case.
5930 * config.sub: Handle m32rle.
5931
5932 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5933
5934 From Jens Petersen <petersen@redhat.com>:
5935 * config.sub: Handle sparcv8.
5936
5937 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5938
5939 From Tom Smith <smith@cag.lkg.hp.com>:
5940 * config.guess: Version suffixes are equally significant on Tru64
5941 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5942 prefix of "P" (patched kernel).
5943
5944 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5945
5946 * config.sub: Add support for National Semiconductor CRX target.
5947
2a3124ca 59482004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5949
2a3124ca
RH
5950 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5951 *-*-netware, but add target-libmudflap.
5952 Consolidate *-*-netware targets (of which really only i?86 exists)
5953 into a single entry.
5954 * configure: Likewise.
5955
0df3d27f
PB
59562004-09-01 Paolo Bonzini <bonzini@gnu.org>
5957
5958 * Makefile.tpl (sorry): Remove.
5959 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5960 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5961 (do-clean): Clean per-stage directories too.
5962 (do-distclean): Run distclean-stage1 too.
5963 (.NOTPARALLEL): Enable during toplevel bootstrap.
5964 (stage[+id+]-bubble): Enable parallel execution during
5965 the recursive invocation.
5966 * Makefile.in: Regenerate.
5967
5968 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5969
5970 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5971
5972 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5973 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5974 * configure: regenerate
479759c8
ZW
5975 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5976 -mdynamic-no-pic
0df3d27f
PB
5977
59782004-08-31 Paolo Bonzini <bonzini@gnu.org>
5979
5980 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5981 include.
5982 * configure.in: Fix indentation.
5983 * configure: Regenerate.
5984
ee025550
PB
59852004-08-31 Paolo Bonzini <bonzini@gnu.org>
5986
5987 * Makefile.def (build_modules): Add fixincludes.
5988 (dependencies): Make gcc depend on fixincludes.
5989 * configure.in (build_tools): Add fixincludes.
5990 (build_configdirs): Always include build_libs.
5991 * Makefile.in: Regenerate.
5992 * configure: Regenerate.
5993
59942004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5995
5996 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5997 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5998 phony targets; do not generate timestamp files.
5999 (distclean-stageN): Remove references to their timestamp files.
6000 (restageN, touch-stageN): Remove.
6001 (stageN-bubble): Rewritten.
6002 (compare): Support lean bootstraps.
6003 * Makefile.in: Regenerate.
6004
6005 * configure.in: Only warn when bootstrapping but
6006 build != host or build != target. Support lean bootstraps.
6007 * configure: Regenerate.
6008
6009 Sync from gcc:
6010 2004-08-26 Phil Edwards <phil@codesourcery.com>
6011
6012 * configure.in: Give a better error message if GMP/MPFR are missing
6013 and a language needing them has been requested.
6014 * configure: Regenerated.
6015
6016 2004-08-25 Phil Edwards <phil@codesourcery.com>
6017
6018 * configure.in: Print a list of available language front-ends if
6019 a requested one is missing. Tidy stray tab characters.
6020 * configure: Regenerated.
6021
72b2455a
PB
60222004-08-17 Paolo Bonzini <bonzini@gnu.org>
6023
6024 * Makefile.in: Regenerate.
6025 * configure: Regenerate.
6026
6027 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6028 stage_*_flags.
6029 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6030 for bootstrapped modules if toplevel bootstrap is going.
6031 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6032 modules. Adjust for changes in Makefile.def. Enable several
6033 rules even in non-bootstrap mode, just to avoid peppering the
6034 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6035 (stage-[+prev+]-bubble): Remove.
6036
6037 * Makefile.def (Dependencies): Depend on all-build-bison,
6038 all-build-flex, all-build-byacc, all-build-texinfo, rather
6039 than the host variations.
6040 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6041 with BUILD_SUBDIR.
6042 (BISON): Update for recent Bisons.
6043 (YACC): Fix typo.
6044 (cross): Depend on all-build.
6045 (all): Do not depend on all-build.
6046 (prebootstrap): Remove.
6047 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6048 (Prebootstrap dependencies): Add them to the per-stage targets
6049 and to all-prebootstrap.
6050 * configure.in (build_configdirs): Always enable build_tools.
6051 (BUILD_DIR_PREFIX): Remove.
6052
6053 * Makefile.def (gcc): Add target variable.
6054 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6055 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6056 in the recursive `make', instead of hardwiring `all'.
6057 (Autogenerated TARGET-* variables): New.
6058
de0b4a87
JW
60592004-08-17 Robert Millan <robertmh@gnu.org>
6060
6061 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6062 (instead of FreeBSD).
6063 * configure: Regenerate.
6064
ad681c85
NN
60652004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6066
675c6968
NN
6067 * Makefile.def, configure.in, src-release: Remove useless, bogus
6068 references to tix.
6069 * Makefile.in, configure: Regenerate.
6070
ad681c85
NN
6071 * src-release: Stop distributing mmalloc with gdb (which doesn't
6072 use it).
6073 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6074 * Makefile.in: Regenerate.
6075
11b04d1f
DD
60762004-08-09 Mark Mitchell <mark@codesourcery.com>
6077
6078 * configure.in (arm*-*-eabi*): New target.
6079 * configure: Regenerate.
6080
f2420bea
NN
60812004-08-01 Robert Millan <robertmh@gnu.org>
6082
6083 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6084 libmudflap for all GNU-based systems (with Glibc).
6085 * configure: Regenerate.
6086
9e6ce191
PB
60872004-08-06 Paolo Bonzini <bonzini@gnu.org>
6088
6089 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6090 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6091 (Dependencies): New section.
6092 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6093 (configure-target-[+module+]): Depend on maybe-all-gcc
6094 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6095 (toplevel profiledbootstrap): Fix dependencies.
6096 * Makefile.in: Regenerate.
6097
df4a6958
MM
60982004-08-03 Mark Mitchell <mark@codesourcery.com>
6099
6100 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6101 target-libiberty to noconfigdirs.
6102
11b04d1f
DD
61032004-08-03 Paul Brook <paul@codesourcery.com>
6104
6105 * configure.in: Check for MPFR as well as GMP.
6106 * configure: Regenerate.
6107
b813574b
PB
61082004-08-03 Paolo Bonzini <bonzini@gnu.org>
6109
6110 * Makefile.def (host-modules): Add gcc.
6111 * Makefile.in: Regenerate.
6112 * Makefile.tpl (sorry): New rule.
6113 (configure-host, all-host, [+make_target+]-host, do-check,
6114 install-host): Do not add gcc as a special case.
6115 (host modules): Add a small special-casing for gcc. Export
6116 extra_make_flags through the environment.
6117 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6118 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6119 other recursive targets for gcc): Remove.
6120
6121 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6122 (stage, unstage): New rules.
6123 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6124 distclean-stage[+id+]): Use stage_current.
6125 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6126 the stage*-start rules.
6127
61edac0c
JW
61282004-07-19 Robert Millan <robertmh@gnu.org>
6129
6130 Synced from gcc:
6131
6132 2004-04-26 Robert Millan <robertmh@gnu.org>
6133
6134 Add patches from libtool CVS.
6135 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6136 * ltconfig: Likewise.
6137 * ltcf-c.sh: Likewise.
6138 * ltcf-cxx.sh: Likewise.
6139 * ltcf-gcj.sh: Likewise.
6140
3e707e94
PB
61412004-07-12 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * configure.in: Add noconfigdirs for crx-*-*.
6144 * configure: Regenerate.
6145
61462004-07-12 Paolo Bonzini <bonzini@gnu.org>
6147
6148 Synced from gcc:
6149
6150 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6151
6152 * configure.in: Build libmudflap by default on FreeBSD.
6153 * configure: Regenerated.
6154
6155 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6156
6157 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6158 systems.
6159 * configure: Regenerated.
6160
6161 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6162
6163 PR target/16344
6164 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6165 feedback based compiler.
6166 * Makefile.in: Rebuilt.
6167
6168 2004-07-05 Phil Edwards <phil@codesourcery.com>
6169
6170 * configure.in: Do not prepend $srcdir to /dev/null in
6171 makefile fragments.
6172 * configure: Regenerate.
6173
a7ee7660
AO
61742004-07-08 Alexandre Oliva <aoliva@redhat.com>
6175
6176 * Makefile.def (host_modules): Set bootstrap=true for flex.
6177 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6178 * Makefile.in: Rebuilt.
6179
6a9cf61e
PB
61802004-07-01 Paolo Bonzini <bonzini@gnu.org>
6181
6182 * Makefile.def (build_modules): Add bison, byacc, flex,
6183 m4, texinfo.
6184 (flags_to_pass): Add FLEX.
6185 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6186 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6187 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6188 DEFAULT_MAKEINFO): Remove.
6189 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6190 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6191 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6192 objdir or else use configured tool.
6193 (all-build): New.
6194 (all): Depend on it.
6195 (Build module dependencies): Add.
6196 * Makefile.in: Regenerate.
6197 * configure.in: Better support for multiple build modules,
6198 matching what is done for host/target modules. Do not look
6199 for "plausible" locations of build tools if Canadian cross.
6200 Use autoconf's AC_PROG_CC to find a C compiler. Define
6201 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6202 * configure: Regenerate.
6203
95b6a1f2
PB
62042004-06-22 Paolo Bonzini <bonzini@gnu.org>
6205
6206 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6207 * Makefile.in: Regenerate.
6208
7ffa0b57
PB
62092004-06-22 Paolo Bonzini <bonzini@gnu.org>
6210
6211 * Makefile.tpl (configure-build-[+module+],
6212 configure-[+module+], configure-target-[+module+]): Pass
6213 [+extra_configure_args+].
6214 (all-build-[+module+], all-[+module+], check-[+module+],
6215 install-[+module+], [+make_target+]-[+module+],
6216 all-target-[+module+], check-target-[+module+],
6217 install-target-[+module+], [+make_target+]-target-[+module+]):
6218 Pass [+extra_make_args+].
6219 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6220 (GCC_HOST_EXPORTS): Remove.
6221 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6222 cross, check-gcc, check-gcc-c++, install-gcc,
6223 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6224 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6225 * Makefile.in: Regenerate.
6226
929ba6e7
CF
62272004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6228
6229 * configure.in: Check for srcdir/winsup rather than build directory
6230 winsup.
6231 * configure: Regenerate.
6232
b76d7de0
CV
62332004-06-17 Corinna Vinschen <vinschen@redhat.com>
6234
6235 * configure.in: Don't build Cygwin native newlib if winsup
6236 directory is missing. Emit warning instead.
6237 * configure: Regenerate.
6238
656fdd47
PB
62392004-06-09 Paolo Bonzini <bonzini@gnu.org>
6240
6241 * Makefile.tpl (touch-stage[+id+]): New.
6242 (restage[+prev+]): Depend on touch-stage[+id+].
6243
6244 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6245 Use it throughout.
6246
6247 * Makefile.def: Add profile and feedback bootstrap stages.
6248 Remove next field from bootstrap stages.
6249 * Makefile.tpl (LN, LN_S): Substitute.
6250 (stageN-start, stageN-end): Use double-colon rules, to
6251 provide a hook for additional setup commands.
6252 (distclean-stageN-gcc, restageN): Create dependencies from
6253 [+prev+], not from [+next+].
6254 (stageN-bubble): Add commands for successive stages from
6255 [+prev+], using double-colon rules.
6256 (all-stageN-gcc): Fix typo.
6257 (stagefeedback-start, profiledbootstrap): New.
6258 * Makefile.in: Regenerate.
6259 * configure.in: Call ACX_PROG_LN.
6260 * configure: Regenerate.
6261
498d4a71
CF
62622004-06-03 Paolo Bonzini <bonzini@gnu.org>
6263
6264 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6265 without gcc.
6266 * configure: Regenerate.
6267
377d8c42
PB
62682004-06-01 Paolo Bonzini <bonzini@gnu.org>
6269
6270 * Makefile.tpl: Fix typo.
6271 * Makefile.in: Regenerate.
6272
f5f8a794
PB
62732004-06-01 Paolo Bonzini <bonzini@gnu.org>
6274
6275 * configure.in: Remove new- prefix from toplevel
6276 bootstrap targets.
6277 * configure: Regenerate.
6278
f7a4c34f
PB
62792004-06-01 Paolo Bonzini <bonzini@gnu.org>
6280
6281 Merge this patch from the gcc tree:
6282
6283 2004-05-30 Andreas Jaeger <aj@suse.de>
6284 Jim Wilson <wilson@specifixinc.com>
6285
6286 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6287 like CC.
6288
319cab08
PB
62892004-06-01 Paolo Bonzini <bonzini@gnu.org>
6290
6291 * Makefile.tpl (all.normal): Rename to all.
6292 (all): Replace with a rule to pick the default
6293 target from configure.
6294 (all-gcc, configure-gcc): Use conditionals to
6295 do nothing when toplevel bootstrap is going on.
6296 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6297 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6298 * configure.in: Support --enable-bootstrap.
6299
6300 * Makefile.def: Remove new- prefix from toplevel
6301 bootstrap targets.
6302 * Makefile.tpl: Likewise.
6303
6304 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6305 target.
6306
6307 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6308 $(RECURSE_FLAGS) to recursive invocation of make.
6309
6310 * Makefile.in: Regenerate.
6311 * configure: Regenerate.
6312
88f64edc
DJ
63132004-05-27 Daniel Jacobowitz <dan@debian.org>
6314
6315 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6316 * configure: Regenerate.
6317
378fce5b
DD
63182004-05-25 Daniel Jacobowitz <drow@false.org>
6319
6320 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6321 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6322 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6323 targets.
6324 * Makefile.in: Regenerate.
6325
dfdffa2c
PB
63262005-05-24 Paolo Bonzini <bonzini@gnu.org>
6327
6328 * configure.in: Test the ability to symlink directories.
6329 * configure: Regenerate.
6330
6331 * Makefile.def (bootstrap-stage): New definitions.
6332 * Makefile.tpl (configure-stage1-gcc,
6333 configure-stage2-gcc, configure-stage3-gcc,
6334 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6335 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6336 new-restage3, compare): Autogenerate, see Makefile.in
6337 entry for behavioral changes.
6338 (distclean-stage1, new-stage1-start, new-stage1-end,
6339 new-stage1-bubble, distclean-stage2, new-stage2-start,
6340 new-stage2-end, new-stage2-bubble, distclean-stage3,
6341 new-stage3-start, new-stage3-end): New autogenerated targets.
6342 (objext, prebootstrap, BOOT_CFLAGS,
6343 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6344 targets.
6345
6346 * Makefile.in: Regenerate.
6347 (distclean-stage1, new-stage1-start, new-stage1-end,
6348 new-stage1-bubble, distclean-stage2, new-stage2-start,
6349 new-stage2-end, new-stage2-bubble, distclean-stage3,
6350 new-stage3-start, new-stage3-end): New targets.
6351 (all-stage1-gcc): Move prebootstrap dependency from here...
6352 (configure-stage1-gcc): ...to here.
6353 (new-bootstrap): Use bubble targets.
6354 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6355 Use per-stage distclean targets.
6356 (configure-stage1-gcc, configure-stage2-gcc,
6357 configure-stage3-gcc, all-stage1-gcc,
6358 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6359 Use new-stageN-start to prepare the tree.
6360
04cf1b77
PB
63612004-05-23 Paolo Bonzini <bonzini@gnu.org>
6362
6363 * Makefile.def (host_modules): add libcpp.
6364 * Makefile.tpl: Add dependencies on and for libcpp.
6365 * Makefile.in: Regenerate.
6366 * configure.in: Add libcpp host module.
6367 * configure: Regenerate.
6368
80b200a1
ZW
63692004-05-17 Zack Weinberg <zack@codesourcery.com>
6370
6371 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6372 of libf2c.
6373 * configure, Makefile.in: Regenerate.
6374
4b1cb4fe
DD
63752004-05-13 Diego Novillo <dnovillo@redhat.com>
6376
6377 Merge from tree-ssa-20020619-branch.
6378
6379 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6380 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6381 (HOST_GMPLIBS): Define.
6382 (HOST_GMPINC): Define.
6383 (TARGET_LIB_PATH): Add libmudflap.
6384 (GFORTRAN_FOR_TARGET): Define.
6385 (configure-build*): Export GFORTRAN.
6386 (configure-gcc): Export GMPLIBS and GMPINC.
6387 (all-gcc): Add maybe-all-libbanshee.
6388 (configure-target-libgfortran): Define.
6389 * Makefile.in: Regenerate.
6390 * configure.in (host_libs): Add libbanshee.
6391 (target_libraries): Add target-libmudflap and target-libgfortran.
6392 Add --with-libbanshee.
6393 Handle --disable-libmudflap.
6394 (*-*-freebsd*): Use with_gmp.
6395 Add $(libgcj) to noconfigdirs.
6396 * configure: Regenerate.
6397 * depcomp: New file.
6398 * MAINTAINERS: Add tree-ssa maintainers.
6399
64002004-04-28 Paolo Bonzini <bonzini@gnu.org>
6401
6402 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6403 * configure: Regenerate.
6404
b8908782
DD
64052004-04-27 Paolo Bonzini <bonzini@gnu.org>
6406
6407 Revert:
6408 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6409
6410 * Makefile.def (flags_to_pass): Remove *dir variables that
6411 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6412 as well as prefix and exec_prefix.
6413 * Makefile.in: Regenerate.
6414
64152004-04-26 Paolo Bonzini <bonzini@gnu.org>
6416
6417 * Makefile.def (host_modules): Mark with the bootstrap
6418 flag packages on which gcc depends.
6419 * Makefile.tpl (all-bootstrap): Use it.
6420 * Makefile.in: Regenerate.
6421
64222004-04-26 Paolo Bonzini <bonzini@gnu.org>
6423
6424 * Makefile.def (flags_to_pass): Remove *dir variables that
6425 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6426 as well as prefix and exec_prefix.
6427 * Makefile.in: Regenerate.
6428
64292004-04-26 Paolo Bonzini <bonzini@gnu.org>
6430
80b200a1
ZW
6431 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6432 * configure: Regenerate.
6433 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6434 * gcc/Makefile.tpl (compare): Use the result of the test.
6435 * gcc/Makefile.in: Regenerate.
b8908782
DD
6436
64372004-04-23 Paolo Bonzini <bonzini@gnu.org>
6438
6439 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6440 Always relocate gcc and prev-gcc to the original names, even
6441 if the build fails.
6442 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6443 New targets.
6444
0f260896
RO
64452004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6446
6447 * configure.in (mips*-*-irix5*): Enable ld.
6448 * configure: Regenerate.
6449
51860f05
JW
64502004-04-15 James E Wilson <wilson@specifixinc.com>
6451
6452 * Makefile.tpl (configure-[+module+], configure-gcc,
6453 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6454 Set and export LDFLAGS.
6455 * Makefile.in: Regenerate.
6456
54752a6b
NN
64572004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6458
6459 PR bootstrap/14871
6460 * Makefile.tpl: If we don't have built-in-tree target tools,
6461 use the ones found by configure rather than hacking around with
6462 program_transform_name.
6463 * configure.in: Give Makefile.tpl the information necessary
6464 to do that.
6465 * Makefile.in: Regenerate.
6466 * configure: Regenerate.
6467
64682004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6469
6470 PR bootstrap/14760
6471 * configure.in: When computing baseargs, strip *all* copies of
6472 offending options. Also, don't match/substitute the trailing space,
6473 so that this actually works when two similar options are separated by
6474 only one space.
6475 * configure: Regenerate.
6476
64772004-04-06 David Edelsohn <edelsohn@gnu.org>
6478
80b200a1
ZW
6479 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6480 (rs6000-*-aix*): Same.
6481 * configure: Regenerate.
54752a6b 6482
5e2b61fb
SS
64832004-03-25 Stan Shebs <shebs@apple.com>
6484
6485 Remove MPW support, no longer used.
6486 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6487 mpw-install: Remove files.
6488 * src-release (DEVO_SUPPORT): Remove names of removed files.
6489 * MAINTAINERS: Likewise.
6490
1a6f2dc7
NN
64912004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6492
a0049f1b
NN
6493 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6494 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6495 * Makefile.in: Regenerate.
6496
1a6f2dc7
NN
6497 * configure.in (top level bootstrap support): Rework --enable-werror
6498 to set @stage2_werror_flag@.
6499 * configure: Regenerate.
6500 * Makefile.tpl (top level bootstrap support): Pass
6501 @stage2_werror_flag@ down to configure in stages 2 and 3.
6502 * Makefile.in: Regenerate.
6503
920e3419
NN
65042004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6505
6506 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6507 for stages 2 and 3 as well as in make. As a consequence, remove
6508 OUTPUT_OPTION (now detected by configure) from the flags passed down
6509 to make.
6510 * Makefile.in: Regenerate.
6511
6512 * Makefile.tpl (new-bootstrap): Fix typo.
6513 * Makefile.in: Regenerate.
6514
4fa63067
NN
65152004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6516
6517 * Makefile.tpl: Rearrange by moving recursive_targets rules
6518 into their proper sections.
6519 * Makefile.tpl (top level bootstrap support): Move disabling
6520 of coverage flags from 'make' to 'configure'; improve comments.
6521 * Makefile.in: Regenerate.
6522
6523 * Makefile.tpl (experimental top level bootstrap) Move stage1
6524 language setting from all- target to configure- target; disable
6525 intermodule optimization in stage 1; prevent gratuitous rebuilds
6526 of stage 1.
6527 * Makefile.in: Regenerate.
6528 * configure.in: Comma-separate stage 1 language list for top
6529 level bootstrap.
6530 * configure: Regenerate.
6531
6532 * Makefile.tpl: Clean up experimental top level bootstrap support:
6533 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6534 prev-gcc in configure- targets as well as all- targets.
6535 * Makefile.in: Regenerate.
6536
fb8a10fd
NN
65372004-03-17 Paolo Bonzini <bonzini@gnu.org>
6538
6539 * configure.in: Remove symbolic link section.
6540 * configure: Regenerate.
6541 * Makefile.tpl (links): Remove.
6542 * Makefile.in: Regenerate.
6543
947f426e 65442004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6545 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6546
6547 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6548 Set with AC_CHECK_PROGS.
947f426e
NN
6549 * configure.in: Fix comment typo from last patch.
6550 * configure: Regenerate.
6551
1d39f329
NN
65522004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6553
6554 * Makefile.tpl: Introduce experimental top level bootstrap support.
6555 * Makefile.in: Regenerate.
6556 * configure.in: Introduce support for top level bootstrap.
6557 * configure: Regenerate.
6558
4b0ac75d 65592004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6560 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6561
6562 PR bootstrap/14522
6563 * configure.in: Cope with shells that do not support unquoted ^
6564 * configure: Regenerate.
6565
2e70b094 65662004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6567 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6568
6569 PR bootstrap/14522
6570 * configure.in: Cope with shell that do not support nesting
6571 quotes inside quoted backquote substitutions.
6572 * configure: Regenerate.
6573
65742004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6575
6576 PR bootstrap/14522
6577 * configure.in: Fix escaping of $.
6578 * configure: Regenerate.
6579
9e07f89d
NN
65802004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6581
6582 * configure: Regenerate.
6583
65842004-03-08 Paolo Bonzini <bonzini@gnu.org>
6585
6586 PR ada/14131
6587 Move language detection to the top level.
6588 * configure.in: Find default values for the tools as
6589 soon as possible. Disable ada if GNAT is not found.
6590 Emit error message about missing languages. Expand
6591 --enable-languages=all for the gcc subdirectory.
6592
1712ab83
RS
65932004-03-01 Richard Sandiford <rsandifo@redhat.com>
6594
6595 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6596 and disable libgcj.
6597 * configure: Regenerated.
6598
3dee29da
NN
65992004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6600
6601 PR bootstrap/7087
6602 * Makefile.tpl: Guard XFOO sed statements better.
6603 * Makefile.tpl: Add dependency for configure-target-libada.
6604 * Makefile.in: Regenerate (incidentally fixes broken
6605 commit when libada-branch was merged).
6606
0558264b
AC
66072004-02-28 Andrew Cagney <cagney@redhat.com>
6608
6609 * src-release (CVS_NAMES): Define.
6610 (do-tar, do-tar): Prune $(CVS_NAMES).
6611
c38f9803
AC
66122004-02-23 Andrew Cagney <cagney@redhat.com>
6613
6614 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6615 2004-02-19.09.
6616
55636792
NN
66172004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6618
6619 PR bootstrap/11932
6620 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6621
1e600082
AC
66222004-02-19 Andrew Cagney <cagney@redhat.com>
6623
6624 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6625 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6626
3769cd82
DD
66272004-02-11 David Edelsohn <edelsohn@gnu.org>
6628
6629 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6630 (rs6000-*-aix*): Same.
6631 * configure: Regenerate.
6632
a92834c8
DD
66332004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6634
6635 * configure.in (host): Add in missing $noconfigdirs to defines.
6636 * configure: Regenerate.
6637
a2592b1b
DD
66382004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6639 Nathanael Nerode <neroden@gcc.gnu.org>
6640
6641 PR ada/6637, PR ada/5911
80b200a1 6642 Merge with libada-branch:
a2592b1b
DD
6643 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6644 with appropriate dependencies. Add --enable-libada configure switch.
6645 * configure, Makefile.in: Regenerate.
6646
e31d1ea3
DD
66472004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6648
6649 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6650 * configure: Regenerate.
6651
db85f5c0
JJ
66522004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6653
6654 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6655
fc434214
DD
66562004-01-23 DJ Delorie <dj@redhat.com>
6657
6658 * Makefile.def (target_modules) [libiberty]: Don't stage.
6659 * Makefile.in: Rebuilt.
6660
ad445c2c 66612004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6662
ad445c2c
JJ
6663 * COPYING.NEWLIB: Update to include copyrights for new
6664 iconv code.
6665
72bbedde
AC
66662004-01-15 Andrew Cagney <cagney@redhat.com>
6667
6668 * src-release: Update copyright year.
6669 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6670 (NEWLIB_SUPPORT_DIRS): Delete macro.
6671 (newlib.tar.bz2): Delete rule.
6672
a6d6062d
DD
66732004-01-14 Loren J. Rittle <ljrittle@acm.org>
6674
6675 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6676 * Makefile.tpl (configure-target-[+module+]): Support stage.
6677 * Makefile.in: Rebuilt.
6678
f8b73030
MR
66792003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6680
6681 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6682 throughout.
6683
aff0e9df
NN
66842004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6685
bb5dca17
NN
6686 * configure.in: Use ./config.cache, not config.cache.
6687 * configure: Regenerate.
6688 * Makefile.tpl: Special-casing not needed for GCC any more.
6689 * Makefile.in: Regenerate.
6690
82252c06
NN
6691 * configure.in: Don't share a cache file for host dirs.
6692 * configure: Regenerate.
6693
aff0e9df
NN
6694 * config-ml.in: Don't mess with the cache file.
6695
95036d20
NN
66962004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6697
ac7b618e
NN
6698 * Makefile.tpl: Make GCC use a separate config.cache.
6699 * Makefile.in: Regenerate.
6700
95036d20
NN
6701 PR bootstrap/11932, PR bootstrap/11933
6702 (I don't know if it will fix either of them, but it relates
6703 to them.)
6704 * configure.in: Don't use shared config.cache for target
6705 directories.
6706 * configure: Regenerate.
6707
08c1856b
DD
67082003-12-31 Roger Sayle <roger@eyesopen.com>
6709
6710 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6711 * configure: Regenerated.
6712
c1968181 67132003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6714
9eb322aa
MF
6715 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6716 * configure: Regenerated.
c1968181 6717
10ecffb9
NN
67182003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6719
6720 Port change over from GCC:
6721 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6722 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6723 (configure-build-[+module+], configure-[+module+]): Likewise.
6724 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6725 * Makefile.in: Regenerate.
6726
f2ab5990
TF
67272003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6728
6729 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6730 * configure: Regenerate.
6731
41a7d11a
JJ
67322003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6733
80b200a1 6734 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6735 stdlib.
6736
d9441a1f
DD
67372003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6738
6739 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6740 * Makefile.in: Regenerate.
6741
3a48a978
DD
67422003-10-20 Phil Edwards <phil@codesourcery.com>
6743
6744 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6745 * configure: Regenerate.
6746
f0b24077
NN
67472003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6748
6749 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6750 HOST_FLAGS_TO_PASS.
6751 * Makefile.in: Regenerate.
6752
5fbad20a
DD
67532003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6754
6755 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6756 * configure: Rebuilt
6757 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6758 * Makefile.in: Rebuilt
6759
78be4155
L
67602003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6761
6762 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6763
051fcc7a
L
67642003-10-01 Phil Edwards <pme@gcc.gnu.org>
6765
6766 * config-ml.in: Use ac_configure_args directly instead of
6767 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6768 actually seen.
6769
67702003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6771
6772 * config-ml.in: Propagate INSTALL variables.
6773
f27d4f92
DJ
67742003-09-21 Daniel Jacobowitz <drow@mvista.com>
6775
6776 * configure.in: Pass a computed --program-transform-name
6777 to subconfigures.
6778 * configure: Regenerated.
6779
cae4d560
NN
67802003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6781
6782 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6783 * Makefile.in: Regenerate.
6784
6785 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6786 * Makefile.in: Regenerate.
6787
8ff944f6
DJ
67882003-09-17 Daniel Jacobowitz <drow@mvista.com>
6789
6790 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6791 quoting.
6792 * configure: Regenerated.
6793
d9a35680
MC
67942003-09-12 Michael Chastain <mec@shout.net>
6795
6796 Fix PR gdb/857.
6797 * src-release (do-proto-topleve): Remove junk files
6798 intl/config.cache, intl/config.status,
6799 intl/config.h, intl/stamp-h.
6800
710068b9
AC
68012003-09-14 Andrew Cagney <cagney@redhat.com>
6802
6803 * src-release (dejagnu.tar): New target.
6804 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6805 (do-djunpack): Use $(PACKAGE) for the package name.
6806
e1008165
DD
68072003-09-04 DJ Delorie <dj@redhat.com>
6808
6809 * configure: Regenerate.
6810
21998d12
NC
68112003-09-04 Robert Millan <robertmh@gnu.org>
6812
6813 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6814
ccca4bb3
DD
68152003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6816
6817 * configure.in: Ensure arguments to sed are properly spaced.
6818 * configure: Regenerate.
6819
ee949b5e
DJ
68202003-08-28 Daniel Jacobowitz <drow@mvista.com>
6821
6822 Merge from gcc:
6823 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6824 * install-sh: Update to newer upstream versions (associated with
6825 aclocal 1.7).
6826 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6827
75addda2
DJ
68282003-08-27 Daniel Jacobowitz <drow@mvista.com>
6829
6830 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6831 * configure: Regenerated.
6832
8d2877d8
NN
68332003-08-23 Phil Edwards <pme@gcc.gnu.org>
6834
6835 * configure.in: Use newline instead of semicolon when assuming
6836 shell arguments in a for loop.
6837 * configure: Regenerated.
6838
d2cc0e0d
GK
68392003-08-20 Geoffrey Keating <geoffk@apple.com>
6840
6841 PR 8180
6842 * configure.in: When testing with_libs and with_headers, treat
6843 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6844 * configure: Regenerate.
80b200a1 6845
d2cc0e0d
GK
6846 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6847 make, shell, etc.
6848 (baseargs): Likewise.
6849 * configure: Regenerate.
6850
04d1ab34
GK
68512003-08-19 Geoffrey Keating <geoffk@apple.com>
6852
6853 * configure.in: Disable libgcj for darwin not on powerpc.
6854 * configure: Rebuild.
6855
ca506da8
MC
68562003-08-15 Michael Chastain <mec@shout.net>
6857
6858 * src-release (do-proto-toplev): Remove junk files
6859 dejagnu/example/calc/config.status,
6860 dejagnu/example/calc/config.log.
6861
a4aa3f49
DD
68622003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6863
6864 * config-ml.in, symlink-tree: Add license.
6865
ede4fbe4
NN
68662003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6867
6868 Merge from gcc:
6869
6870 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6871 * Makefile.tpl (check, check-c++): Express dependencies using
6872 dependencies rather than commands.
6873 * Makefile.in: Regenerate.
6874
6875 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6876 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6877 * Makefile.in: Update.
6878
970f29af
AC
68792003-08-01 Andrew Cagney <cagney@redhat.com>
6880
6881 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6882 * configure: Ditto.
6883
b2884a0c
DD
68842003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6885
6886 * configure.in: Enable libgcj for darwin.
6887 * configure: Rebuild.
6888
c07f46a4
NN
68892003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6890
6891 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6892
9175bfc0
NN
68932003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6894
6895 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6896 creating target and build subdirs to build all parent dirs as needed.
6897 * Makefile.in: Rebuild.
6898 * configure.in: Don't build dirs explicitly here.
6899 * configure: Rebuild.
6900
b9abda6a
AO
69012003-07-22 Alexandre Oliva <aoliva@redhat.com>
6902
6903 * Makefile.tpl (all-make): Depend on intl.
6904 * Makefile.in: Rebuilt.
6905
eef8ffd4
NN
69062003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6907
6908 * config.if: Remove unused libc_interface determination.
6909
295efaf0
NN
69102003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6911
6912 * Makefile.in: Regenerate, correctly this time.
6913
e5c3f801
NN
69142003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6915
6916 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6917 unused INSTALL_PROGRAM_ARGS.
6918 * configure.in: Use AC_PROG_INSTALL.
6919 * Makefile.in: Regenerate.
6920 * configure: Regenerate.
6921
4a18bd6b
AO
69222003-07-10 Alexandre Oliva <aoliva@redhat.com>
6923
6924 * configure: Rebuilt.
6925 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6926 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6927 newlib nor libgloss.
6928 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6929 * configure.in (am33_2.0-*-linux*): Added.
6930
fbd1054d
BW
69312003-07-09 Bob Wilson <bob.wilson@acm.org>
6932
6933 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6934 * configure: Regenerate.
6935
b40e3958
L
69362003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6937
6938 * config-ml.in: Replace PWD with PWD_COMMAND.
6939 * Makefile.tpl: Likewise.
6940 * Makefile.in: Regenerated.
6941
4a5be7ba
NN
69422003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6943
6944 * configure.in: Clean up config-lang.in handling. Delete
6945 useless assignment to "subdirs".
6946 * configure: Regenerate.
6947
9c14acb8
NN
69482003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6949
6950 * configure.in: Rename 'target_libs' to 'target_libraries'.
6951 Remove useless reference to 'target_libs'.
6952 * configure: Regenerate.
6953
8f32e830
KS
69542003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6955
6956 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6957 * Makefile.in: Regenerate.
6958
12f0bd74
NN
69592003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 * Makefile.def: Introduce flags_to_pass.
6962 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6963 * Makefile.in: Regenerate.
6964
b07c2aad
HPN
69652003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6966
6967 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6968 and target-libgloss.
6969 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6970 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6971 * configure: Regenerate.
b07c2aad 6972
56f25033
DD
69732003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6974
6975 * configure.in: Update testsuite_flags to new location.
6976 * configure. Regenerate.
80b200a1 6977
4ec9a3b2
NN
69782003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6979
6980 * Makefile.tpl: Remove BUILD_CC stuff.
6981 * Makefile.in: Regenerate.
6982
059083b1 69832003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6984
059083b1
L
6985 * config.guess: Update to 2003-06-12 version.
6986 * config.sub: Update to 2003-06-13 version.
6987
535b046a
TS
69882003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6989
6990 * MAINTAINERS: Add myself as MIPS co-maintainer.
6991
00c22daa 69922003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6993
00c22daa
L
6994 * config.guess: Update to 2003-06-06 version.
6995 * config.sub: Update to 2003-06-06 version.
6996
1047cb91
DD
69972003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6998
6999 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7000 * configure. Regenerate.
7001
123494c8
NN
70022003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7003
1047cb91
DD
7004 * configure.in: Disable serial configure by default.
7005 * configure: Regenerate.
7006 * Makefile.tpl: Abolish .NOTPARALLEL.
7007 * Makefile.in: Regenerate.
7008
7f121bbf
NN
7009 * Makefile.tpl: Replace {build,host,target}_canonical by
7010 {build,host,target}.
7011 * Makefile.in: Regenerate.
7012
123494c8
NN
7013 * Makefile.tpl: Fix stupid pasto.
7014 * Makefile.in: Regenerate.
7015
ec7e0995
NN
70162003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7017
7018 * Makefile.tpl: Remove bogus conditional.
7019 * Makefile.in: Regenerate.
7020
27b1cc72
NN
70212003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7022
2a4cbe27
NN
7023 * Makefile.tpl: Make 'recursive targets' using autogen rather
7024 than shell loop. Remove duplicate 'clean' targets and false
7025 comments.
7026 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7027 Add systematic method of specifying missing targets in subdirs.
7028 Add copyright boilerplate.
7029 * Makefile.in: Regenerate.
7030 * configure.in: Add 'recursive targets' to maybe list.
7031 * configure: Regenerate.
7032
27b1cc72
NN
7033 * Makefile.tpl: Rename [+target+] to [+make_target+].
7034 * Makefile.def: Rename 'target' to 'make_target'.
7035
01e51bd0
NC
70362003-05-30 Nick Clifton <nickc@redhat.com>
7037
7038 * README-maintainer-mode: Update URL for locating blessed config
7039 tools.
7040
2fd84b42
NC
70412003-05-29 Robert Millan <rmh@debian.org>
7042
7043 * ltconfig: Import this patch and modify for use with current
7044 version of ltconfig:
7045
7046 2003-05-21 Bruno Haible <bruno@clisp.org>
7047
7048 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7049 GNU/FreeBSD.
7050
8945c6bb
DD
70512003-05-28 DJ Delorie <dj@redhat.com>
7052
7053 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7054 * Makefile.in: Regenerate.
7055
2f9632a1
JJ
70562003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7057
80b200a1 7058 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7059
3a12db16 70602003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7061
3a12db16
DD
7062 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7063 newlib or libgloss.
7064 * Makefile.in: Regenerate.
7065
44482353
DD
70662003-05-21 DJ Delorie <dj@redhat.com>
7067
7068 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7069 * Makefile.in: Regenerate.
7070
fec2c52d
MR
70712003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7072
7073 * configure.in: Use curly braces in the definition of tooldir.
7074 * configure: Regenerate.
7075
16ae0395
NN
70762003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7077
7078 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7079 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7080 Factor out common code from autogen IF statements.
7081 * configure: Regenerate.
7082 * Makefile.in: Regenerate.
7083
ec11bdc6
DD
70842003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7085
7086 * configure.in: Accept i[3456789]86 for machine type.
7087 * configure: Regenerate.
7088
dd12c3a8
NN
70892003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7090
7091 * configure.in: Switch more things to use maybe dependencies.
7092 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7093 * configure: Regenerate.
7094 * Makefile.tpl: Switch more things to use maybe dependencies.
7095 * Makefile.in: Regenerate.
7096
cf662e21
AJ
70972003-05-16 Andreas Schwab <schwab@suse.de>
7098
7099 * Makefile.tpl (install-opcodes): Define.
7100 * Makefile.in: Rebuild.
7101
5481b376
AJ
71022003-05-13 Andreas Jaeger <aj@suse.de>
7103
7104 * config.guess: Update to 2003-05-09 version.
7105 * config.sub: Update to 2003-05-09 version.
7106
3959a22a
AJ
71072003-05-13 Michael Eager <eager@mvista.com>
7108
7109 * configure.in: Correct sed script so that options in quotes are not
7110 deleted.
7111 * configure: Rebuild.
7112
564b43e5
CV
71132003-05-12 Corinna Vinschen <corinna@vinschen.de>
7114
7115 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7116 and $$s/newlib/libc/sys/cygwin32 include paths.
7117 * configure: Ditto.
7118
bb947dc9
L
71192003-05-05 H.J. Lu <hjl@gnu.org>
7120
7121 * config-ml.in: Restored from gcc repository.
7122
77f7441a
CD
71232003-05-02 Chris Demetriou <cgd@broadcom.com>
7124
80b200a1
ZW
7125 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7126 * Makefile.in: Regenerate.
77f7441a 7127
a26d7085
DJ
71282003-04-27 Daniel Jacobowitz <drow@mvista.com>
7129
7130 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7131 and Makefile.def.
7132
e4c4d240
DJ
71332003-04-27 Daniel Jacobowitz <drow@mvista.com>
7134
7135 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7136 * Makefile.in: Regenerated.
7137
62a3fc85
DD
71382003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7139
7140 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7141 * Makefile.in: Regenerate.
7142
71432003-04-18 Jakub Jelinek <jakub@redhat.com>
7144
7145 * configure.in (powerpc64*-*-linux*): Remove.
7146 * configure: Rebuilt.
7147
5b474aa8
DD
71482003-04-17 Phil Edwards <pme@gcc.gnu.org>
7149
7150 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7151 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7152 and restrap.
7153 * Makefile.in: Regenerate.
7154
71552003-04-16 Richard Earnshaw <rearnsha@arm.com>
7156
7157 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7158 * configure: Regenerated.
7159
bc295afe
AO
71602003-04-11 Alexandre Oliva <aoliva@redhat.com>
7161
7162 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7163 * */configure: Rebuilt.
7164
3728fade
NN
71652003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7166
7167 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7168 * Makefile.in: Regenerate.
7169
ce5b542e
MC
71702003-03-14 Michael Chastain <mec@shout.net>
7171
7172 * Makefile.in: Regenerate with correct Makefile.def.
7173
3db0a37f
NN
71742003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7175
7176 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7177 Make macro.
7178 * Makefile.in: Regenerate.
7179 * configure.in: Clean up gxx_include_dir logic.
7180 * configure: Regenerate.
7181
34349c6e
DD
71822003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7183
7184 * configure.in (gxx_include_dir): Fix typo.
7185 * configure: Regenerated.
7186
686c28c9
AC
71872003-03-06 Andrew Cagney <cagney@redhat.com>
7188
7189 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7190
bba45b8b 71912003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7192
bba45b8b
NN
7193 * configure.in: Include $(build_tooldir)/sys-include in
7194 FLAGS_FOR_TARGET.
7195 * configure: Regenerated.
7196
2683747f
NN
71972003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7198
bba45b8b
NN
7199 * Makefile.tpl: Reindent.
7200 * Makefile.in: Regenerate.
7201 * configure.in: Reindent. Don't set unused variables.
7202 * configure: Regenerate.
7203
2683747f
NN
7204 * Makefile.tpl: Always pass down RANLIB.
7205 * Makefile.in: Regenerate.
7206
7207 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7208 * Makefile.in: Regenerate.
7209 * configure.in: Remove unused logic relating to --enable-shared
7210 and --enable-threads. Remove bogus comments. Remove redundant
7211 noconfigdirs.
7212 * configure: Regenerate.
7213
7214 * configure.in: Replace ${libstdcxx_version} by its value.
7215 Remove reference to mh-dgux.
7216 * configure: Regenerate.
7217
50212802
NN
72182003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7219
7220 * Makefile.tpl: Rearrange.
7221 * Makefile.in: Regenerate.
7222
a6be7fc6
NC
72232003-02-25 Nick Clifton <nickc@redhat.com>
7224
7225 * configure: Remove site-file supprot - it is obsolete.
7226
f8a495c8
NC
72272003-02-24 Uwe Stieber <uwe@wwws.de>
7228
7229 * configure.in: Add support for kaOS as cross build target system.
7230 * configure: Regenerated.
7231
3decd77d
DD
72322003-02-20 Sean McNeil <sean@blue.mcneil.com>
7233
7234 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7235 configure-target-* as some target builds may require additional
7236 flags for preprocessor tests.
7237 * Makefile.in: Regenerated.
7238
f4ff34a3
AO
72392003-02-19 Alexandre Oliva <aoliva@redhat.com>
7240
7241 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7242 * ltconfig: Handle it.
7243 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7244 auto-detecting it.
7245
b7e4a931
AO
72462003-02-19 Alexandre Oliva <aoliva@redhat.com>
7247
7248 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7249 it is used as argument to $CC.
7250 * ltcf-gcj.sh: Likewise.
7251
6b784d9f
AO
72522003-02-19 Alexandre Oliva <aoliva@redhat.com>
7253
7254 * configure.in: Introduce --enable-maintainer-mode.
7255 * configure: Rebuilt.
7256 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7257 for maintainer mode.
7258 * Makefile.in: Rebuilt.
7259
8bcd8a07
AC
72602003-02-19 Andrew Cagney <ac131313@redhat.com>
7261
7262 * configure: Regenerate using autoconf 2.13.
7263
ee3fd329
AM
72642003-02-19 Alan Modra <amodra@bigpond.net.au>
7265
7266 * config.guess: Import latest version.
7267 * config.sub: Import latest version.
7268
e9e45685
JM
72692003-02-18 Jason Merrill <jason@redhat.com>
7270
7271 * Makefile.tpl (check-c++): Allow parallelism.
7272
859789af
AC
72732003-02-17 Andrew Cagney <ac131313@redhat.com>
7274
7275 * configure: Regenerate using autoconf 000227.
7276
b3f16a9b
GK
72772003-02-15 Geoffrey Keating <geoffk@apple.com>
7278
7279 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7280 don't configure target-libobjc.
7281 * configure: Regenerate.
7282
72e60e02
DD
72832003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7284
7285 * Makefile.tpl (RANLIB): Define.
7286 * Makefile.in: Regenerate.
7287
91f0e695
KS
72882003-02-06 Keith R Seitz <keiths@redhat.com>
7289
7290 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7291 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7292 * Makefile.in: Regenerated.
7293 * configure.in: Remove all traces of snavigator, db, and grep.
7294 * configure: Regenerated.
7295
122bfa92
FCE
72962003-01-31 Frank Ch. Eigler <fche@redhat.com>
7297
7298 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7299 * Makefile.in: Regenerated.
7300
264095c3
AO
73012003-01-30 Alexandre Oliva <aoliva@redhat.com>
7302
7303 * config.if: Copy from GCC.
7304
a84dbcb3
AO
73052003-01-27 Phil Edwards <pme@gcc.gnu.org>
7306
7307 * configure.in: Revert 24Jan change.
7308 * configure: Regenerate.
7309
19618276
NN
73102003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7311
7312 * configure.in: Revert previous change.
7313 * configure: Regenerate.
7314
b7f27a92
NN
73152003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7316
7317 * configure.in: Make rda native-only.
7318 * configure: Regenerate.
7319
83326456
NN
73202003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7321
7322 * configure.in: Add missing \.
7323 * configure: Rebuilt.
7324
5e367fa5
JJ
73252003-01-17 Jakub Jelinek <jakub@redhat.com>
7326
7327 * configure.in (baseargs): Avoid using \| in sed regular
7328 expressions.
7329 * configure: Rebuilt.
7330
e01f337c
JJ
73312003-01-16 Jakub Jelinek <jakub@redhat.com>
7332
7333 * configure.in (baseargs): Remove all supported forms of
7334 --cache-file, --srcdir, --host, --build and --target options
7335 from argument lists.
7336 * configure: Rebuilt.
7337
aa236487
AO
73382003-01-15 Alexandre Oliva <aoliva@redhat.com>
7339
7340 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7341 * configure: Rebuilt.
7342
586c0873
NN
73432003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7344
7345 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7346 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7347 * Makefile.in: Regenerate.
7348 * configure: Regenerate.
7349
497f816e
DD
73502003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7351
7352 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7353 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7354 * Makefile.in: Regenerate.
7355
bfbe5519
AO
73562003-01-09 Alexandre Oliva <aoliva@redhat.com>
7357
7358 * configure.in: Remove Makefile in build, host and target modules
7359 unless configure was run with --no-recursion.
7360 * configure: Rebuilt.
7361
3f234ef5
CD
73622003-01-08 Chris Demetriou <cgd@broadcom.com>
7363
7364 * config.guess: Update to 2003-01-03 version.
7365 * config.sub: Update to 2003-01-03 version.
7366
a3982d48
CF
73672003-01-07 Christopher Faylor <cgf@redhat.com>
7368
7369 * configure: Regenerate with proper autoconf 2.13.
7370
75778ec4
CF
73712003-01-07 Christopher Faylor <cgf@redhat.com>
7372
80b200a1
ZW
7373 * configure.in: Add AC_PREREQ for consistency.
7374 * configure: Regenerate.
75778ec4 7375
c180f501
AC
73762003-01-06 Andrew Cagney <ac131313@redhat.com>
7377
7378 * configure.in (GDB_TK): Add tcl directories conditional on
7379 gdb/gdbtk directory being present.
7380 * configure: Regenerate.
5481b376 7381
46ca2cc2
DA
73822003-01-04 John David Anglin <dave.anglin@nrc.ca>
7383
7384 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7385 by gcc if LD is not defined and we are not doing a Canadian Cross.
7386 * configure: Rebuilt.
7387
53dd8dab
DJ
73882003-01-01 Daniel Jacobowitz <drow@mvista.com>
7389
7390 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7391
50ceb20c
TT
73922002-12-31 Tom Tromey <tromey@redhat.com>
7393
7394 * Makefile.in: Rebuilt.
7395 * Makefile.def (target_modules) [libffi]: Allow installation.
7396
e78b5cfe
AS
73972002-12-31 Andreas Schwab <schwab@suse.de>
7398
7399 * configure.in: Fix use of $program_transform_name.
7400 * configure: Regenerated.
7401
67448102
DJ
74022002-12-30 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * configure.in (baseargs): Don't remove first configure argument.
7405 * configure: Regenerated.
7406
e6bfb94a
AO
74072002-12-29 Alexandre Oliva <aoliva@redhat.com>
7408
7409 * Makefile.tpl (local-distclean): Don't remove...
7410 (multilib.ts): ... this. Moved into...
7411 (multilib.out): ... this. Don't use sub-make.
7412 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7413 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7414 (configure-build-[+module+], configure-[+module+],
7415 configure-target-[+module+], configure-gcc): ... these. Test
7416 for Makefile existence. Drop config.status from dependencies.
7417 * Makefile.in: Rebuilt.
7418 * configure.in: Move gcc-version-trigger to the end of
7419 ac_configure_args. Add comments to maybedep.tmp and
7420 serdep.tmp. Introduce --disable-serial-configure. Remove
7421 nonopt from baseargs, matching and removing corresponding
7422 whitespace while at it.
7423 * configure: Rebuilt.
7424
8f0dfb36
AO
74252002-12-28 Alexandre Oliva <aoliva@redhat.com>
7426
7427 * configure.in (host_configargs): Replace reference to
7428 no-longer-defined buildopts with --build=${build_alias}.
7429 * configure: Rebuilt.
7430
43be203f
AO
74312002-12-28 Alexandre Oliva <aoliva@redhat.com>
7432
7433 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7434 program_transform_name to standard idiom.
7435 (AUTOGEN, AUTOCONF): Define.
7436 (Makefile.in): Use $(AUTOGEN).
7437 (Makefile): Depend on config.status, and use autoconf-style rule to
7438 build it. Move original commands to...
7439 (config.status): ... this new target.
7440 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7441 $(AUTOCONF).
7442 * Makefile.in: Rebuilt.
7443
a0da8069
NN
74442002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7445
d18f1c9f
NN
7446 * Makefile.tpl: Fix dramatic bustage due to change in
7447 program_transform_name.
7448 * Makefile.in: Regenerate.
7449
7450 * configure.in: Remove unnecessary PATH setting.
7451 * configure: Regnerate.
7452
7453 * configure.in: Don't default to unprefixed tools unless
7454 the native tools will work.
7455 * configure: Regenerate.
7456
a0da8069
NN
7457 * configure.in: Convert to autoconf script. Blow away lots
7458 of now-redundant Makefile fragments.
7459 * configure: Generate using Autoconf.
7460 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7461 * Makefile.in: Regenerate.
7462
c567df0a
NN
74632002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7464
5481b376 7465 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7466 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7467
5481b376 7468 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7469 where they belong.
2c7f9a32 7470
2dabcfb4
AS
74712002-12-24 Andreas Schwab <schwab@suse.de>
7472
7473 * Makefile.tpl (multilib.out): Fix missing space.
7474 * Makefile.in: Regenerate.
7475
1086bc09
NN
74762002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7477
7478 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7479 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7480 * Makefile.in: Regenerate.
7481 * configure.in: Remove unnecessary leftovers.
7482
1086bc09
NN
74832002-12-21 Geoffrey Keating <geoffk@apple.com>
7484
7485 * configure.in (extra_ranlibflags_for_target): New variable.
7486 (*-*-darwin): Add -c to ranlib commands.
7487 * configure (tooldir): Handle extra_ranlibflags_for_target.
7488
14e9ca95
JJ
74892002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7490
7491 * COPYING.NEWLIB: Updated.
7492 * COPYING.LIBGLOSS: Ditto.
7493
14c428fb
NN
74942002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7495
7496 * Makefile.tpl: Revert HJL's change.
7497 * Makefile.in: Regenerated.
7498 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7499 always.
7500
313b8244
AS
75012002-12-19 Andreas Schwab <schwab@suse.de>
7502
7503 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7504 * Makefile.in: Regenerate.
7505
efeae3db
L
75062002-12-18 H.J. Lu <hjl@gnu.org>
7507
7508 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7509 * Makefile.in: Regenerated.
7510
7511 * configure.in (build_prefix): New. Substitute.
7512
43d92c63
NN
75132002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7514
59da4fe6
NN
7515 * Makefile.tpl: Don't let real targets depend on phony targets.
7516 * Makefile.in: Regenerate.
7517
43d92c63
NN
7518 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7519 * Makefile.in: Regenerate.
7520
b72e6a2d
JM
75212002-12-16 Jason Merrill <jason@redhat.com>
7522
7523 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7524 previous 'make bootstrap'.
7525 * Makefile.in: Regenerate.
7526
95c72c44
HPN
75272002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7528
7529 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7530
7d695d07
JM
75312002-12-13 Jason Merrill <jason@redhat.com>
7532
7533 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7534 library tests.
7535 (check-c++): Just depend on it and check-target-libstdc++-v3.
7536 * Makefile.in: Regenerate.
7537
54103d1e
NN
75382002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7539
7540 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7541 * Makefile.in: Regenerate.
7542
4024f1e1
JJ
75432002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7544
80b200a1
ZW
7545 * COPYING.NEWLIB: Update list of alternate Regent of California
7546 licenses and discuss official revoking of advertising clause.
7547 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7548
7dda0df6
AO
75492002-12-12 Alexandre Oliva <aoliva@redhat.com>
7550
7551 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7552 * Makefile.in: Rebuilt.
7553
d03be79e 75542002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7555
929293f4
NN
7556 * configure: Fix bug put in by gremlins.
7557
d03be79e
NN
7558 * Makefile.tpl: Substitute more autoconfily.
7559 * configure: Substitute more autoconfily.
7560 * Makefile.in: Regenerate.
7561
75622002-12-08 Andrew Cagney <ac131313@redhat.com>
7563
7564 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7565 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7566
75672002-12-06 DJ Delorie <dj@redhat.com>
7568
7569 * Makefile.tpl: Change configure dependencies to not have real
7570 targets depend on phony targets.
b4a77b47 7571
db1ac78d
NN
75722002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7573
bcaf2395
NN
7574 * configure.in: Revert unintentional change.
7575
b4fa093e
NN
7576 * src-release: Configure host subdirs.
7577
db1ac78d
NN
7578 * Makefile.tpl: Change dependency for */multilib.out so that
7579 it works when gcc isn't in the tree.
7580
7581 * configure.in: Substitute more.
7582 * configure: Run subconfigures from the Makefile.
7583 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7584 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7585
15723a45
NN
75862002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7587
e2b9e2dc
NN
7588 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7589 and corresponding dependencies.
7590 * Makefile.in: Regenerate.
7591
2af579c4
NN
7592 * configure.in (host_tools): Order binutils, gas and ld for
7593 convenience in running the testsuites.
7594
a2cc058a
NN
7595 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7596 * Makefile.in: Regenerate.
7597 * configure.in: Introduce rules to serialize subconfigure runs.
7598
15723a45
NN
7599 * configure.in: Introduce BASE_CC_FOR_TARGET.
7600 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7601 Realize configure-build-* targets. Realize configure-target-* targets.
7602 * Makefile.in: Regenerate.
7603
ae831be5
NN
76042002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7605
7606 * configure: Move gcc_version_trigger stuff from here...
7607 * configure.in: ...to here.
7608
7609 * configure.in: Separate subconfigure options added by this file from
7610 options given by the user. Add machinery to put args for host
7611 subconfigures into the Makefile.
7612
7613 * Makefile.tpl: Remove 'vault' targets.
7614 * Makefile.tpl: Reorder and comment dependencies.
7615 * Makefile.in: Regenerate.
7616
bbf7c8ac
NN
76172002-11-28 Geoffrey Keating <geoffk@apple.com>
7618
7619 * configure.in: Move host-specific darwin noconfigdirs into
7620 the host-specific section.
7621
930314a4
NN
76222002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7623
52d7cdee
NN
7624 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7625 during replay.
7626 * Makefile.in: Regenerate.
7627
930314a4
NN
7628 (finishing slow-motion replay)
7629 * configure: Remove skip-this-dir support.
7630 * Makefile.tpl: Remove skip-this-dir support.
7631
7632 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7633 subdirectories.
7634 * Makefile.in: Regenerate.
7635
7636 * Makefile.tpl: Strip out useless setting of 'dir'.
7637 * Makefile.in: Regenerate.
5481b376 7638
930314a4
NN
76392002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7640
7641 (finishing slow-motion replay)
7642 * configure.in: Fix deeply stupid bug.
7643
7644 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7645 shell code in CXX_FOR_TARGET
7646 * Makefile.def: Introduce raw_cxx.
7647 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7648 RAW_CXX_FOR_TARGET.
7649 * Makefile.in: Regenerate.
7650
76512002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7652
7653 (finishing slow-motion replay)
7654 * Makefile.tpl: Remove unnecessary ifs.
7655 * Makefile.in: Regenerate.
7656
5481b376 7657 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7658 dependencies. Maybe-ize build-libiberty. Create dummy install
7659 targets for 'no_install' modules.
5481b376 7660 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7661 build_modules stuff to configure.in.
5481b376 7662 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7663 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7664 * Makefile.in: Regenerate.
7665
3866be5d
NN
76662002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 (continuing slow-motion replay)
7669 * Makefile.tpl: Make all-target, install-target behave similarly
7670 to all, install (only hitting configured targets). Eliminate
7671 unused macro defintions.
7672
7673 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7674 build != host.
7675
7676 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7677
7678 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7679
5481b376 7680 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7681 configuring. Remove references to "dosrel".
7682 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7683 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7684 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7685 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7686 and redundant dependency; rearrange slightly.
7687 * Makefile.def: Add host-side libtermcap, utils.
7688
7689 * Makefile.in: Regenerate.
7690
e393202e
NN
76912002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7692
7693 (Continuing slow-motion replay)
7694 * Makefile.def: Add list of recursive targets to autogenerate.
7695 Add build_modules.
7696 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7697 targets. Autogenerate *-build-* targets.
7698 * Makefile.in: Regenerate.
7699
583d52d7
NN
77002002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7701
7702 (Continuing slow-motion replay)
7703 * configure: More autoconf-style substitutions.
7704 * Makefile.tpl: More autoconf-style substitutions.
7705 * Makefile.in: Regenerate.
7706
77072002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7708
7709 (Continuing slow-motion replay)
7710 * configure: Substitute more variables in a more autoconf-friendly
7711 way. Simplify slightly.
7712 * Makefile.tpl: Make more variables substitutable in an
7713 autoconf-friendly way.
7714 * Makefile.in: Regenerate.
7715
874e38b4
NN
77162002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7717
7718 (Continuing slow-motion replay)
7719 * configure.in (v810*): Remove special setting of tools.
7720
7721 * configure: Add support for extra required flags for ar or nm.
7722 * configure.in (aix4.3+): Use above support for target-specific
7723 issues, rather than using config/mt-aix43.
7724
852e5f18
NN
77252002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7726
7727 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7728 * configure: Remove 'removing', which doesn't work. Replace $subdir
7729 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7730 with $srcdir. Reformat indentation. Substitute some variables
7731 formerly hard-coded in the Makefile for build=host.
7732 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7733 * Makefile.def: Autogenerate more.
7734 * Makefile.in: Regenerate.
7735
c9a0d920
DD
77362002-11-13 Bruce Korb <bkorb@gnu.org>
7737
7738 * Makefile.tpl: syntactic cleanup
7739
dd2768ff
KB
77402002-11-04 Kevin Buettner <kevinb@redhat.com>
7741
7742 * Makefile.def (host_modules): Add rda.
7743 * Makefile.in: Regenerate.
7744 * configure.in (target_tool): Add target-rda to list.
7745
1aa8389d
DD
77462002-10-25 Phil Edwards <pme@gcc.gnu.org>
7747
7748 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7749 and restrap targets to this rule.
7750 * Makefile.in: Regenerate.
7751
28f46298
HPN
77522002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7753
7754 * configure.in (i[3456]86-*-linux*): Add check to disable
7755 ${libgcj} for glibc1.
7756
ff72e302
NC
77572002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7758
7759 * configure.in: Add tic4x target.
7760
8607b6c9
NN
77612002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7762
7763 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7764 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7765 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7766 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7767 * Makefile.in: Regenerate.
7768
f8f61f4a
NN
77692002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7770
c86f794b
NN
7771 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7772 * Makefile.in: Regenerate.
7773
a9590527
NN
7774 * Makefile.def: Remove order dependency comments.
7775 * Makefile.tpl: Add explicit install-install dependencies.
7776 * Makefile.in: Regenerate.
7777
8412ce72
NN
7778 * Makefile.tpl: Remove material now in src-release. (Finally!)
7779 * Makefile.in: Regenerate.
7780
8b9f37f1
NN
7781 * configure: Restore my original patch by syncing with gcc version.
7782
f8f61f4a
NN
7783 * Bring following over from gcc:
7784
77852002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7786
7787 * configure.in (s390*-*-linux*): Enable libgcj.
7788
403d9505
NN
77892002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7790
7791 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7792
95f6f383
AM
77932002-10-02 Alan Modra <amodra@bigpond.net.au>
7794
e4673b0a 7795 * configure: Move stray lines back to where they belong.
95f6f383 7796
748503c8
NN
77972002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7798
a581b5c3
NN
7799 * Makefile.tpl: Insert configure-target target, for src-release.
7800
c084f5b4
NN
7801 * configure: Finish reverting change which Andrew Cagney started
7802 reverting. Should fix bustage.
7803
7aa673ed 7804 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7805 * src-release: New file. Contains material for making net
7806 releases for gdb, binutils, et al., formerly in Makefile.in.
7807
82a9b2d9
NC
78082002-09-30 Nick Clifton <nickc@redhat.com>
7809
7810 * cpu: New top level directory. Intended to hold input files for
7811 CGEN which have FSF copyright assignment.
7812 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7813
c2463a00
AC
78142002-09-29 Andrew Cagney <ac131313@redhat.com>
7815
7816 Revert below (note that src does not contain Makefile.tpl):
7817 * Makefile.tpl: Make subsituted variables more autoconfy.
7818 * Makefile.in: Regenerate.
7819
f03b4789
NN
78202002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7821
c11e16a9
NN
7822 * configure: Revert accidentally applied changes.
7823
f03b4789
NN
7824 * Makefile.tpl: Make more autoconf-friendly.
7825 * Makefile.in: Regenerate.
7826 * configure: Make substitution more autoconf-like.
7827
78282002-09-28 Richard Earnshaw <rearnsha@arm.com>
7829
7830 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7831 single entry to handle all these.
7832 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7833 libjava on arm-*-elf.
7834
c0292023
GK
78352002-09-27 Geoffrey Keating <geoffk@apple.com>
7836
7837 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7838 things that depend on them.
7839
c66d951e
NN
78402002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7841
7842 * Makefile.tpl: Make subsituted variables more autoconfy.
7843 * Makefile.in: Regenerate.
7844 * configure: Make seds more autoconfy.
7845
907a7241 78462002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7847
7848 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7849 * Makefile.in: Regenerate.
7850 * configure.in: Rewrite sed statements to look autoconfy.
7851
907a7241
NN
7852 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7853 all-target-foo on configure-target-foo.
7854 * Makefile.def: Ditto.
7855 * Makefile.in: Rebuild.
7856
405ea7a0
NN
78572002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7858
7859 * Makefile.def: New file.
7860 * Makefile.tpl: New file.
7861 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7862
7863 * configure.in: Minor rearrangement. Simplify tests.
7864
bdc57bfd
JT
78652002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7866
7867 * configure.in (with_headers): Skip copy if value is "yes".
7868 (with_libs): Likewise.
7869
ae03d6e2
NN
78702002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7871
7872 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7873 * configure.in (sh*-*-pe*): Ditto.
7874 * configure.in (mips*-*-pe*): Ditto.
7875 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7876
7877 * configure.in: Rearrange.
7878
707960fe
NC
78792002-09-12 Nick Clifton <nickc@redhat.com>
7880
7881 * Import these changes from the config master repository:
7882
7883 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7884
7885 * config.sub: Add tic4x target.
7886
7887 2002-09-03 Ben Elliston <bje@redhat.com>
7888
7889 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7890 Reported by <Duncan_Stodart@insession.com>.
7891
36ea319f
JJ
78922002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7893
7894 * COPYING.NEWLIB: More updates.
7895
cf57480a
JJ
78962002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7897
7898 * COPYING.NEWLIB: Update.
7899
fd31a171
AC
79002002-08-23 Andrew Cagney <ac131313@redhat.com>
7901
23b632fc
AC
7902 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7903
fd31a171
AC
7904 * config.guess: Import version 2002-08-23.
7905 * config.sub: Import version 2002-08-22.
7906
a08bafb5
AO
79072002-08-20 Alexandre Oliva <aoliva@redhat.com>
7908
7909 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7910 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7911 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7912
17240c1f
NC
79132002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7914
7915 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7916
e70ad0c6
L
79172002-08-04 H.J. Lu (hjl@gnu.org)
7918
7919 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7920
574e6d11
DD
79212002-07-31 Alan Modra <amodra@bigpond.net.au>
7922
7923 * configure.in: Move generic linux case to end. Copy generic
7924 linux noconfigdirs to mips*-*-linux* entry and new
7925 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7926
611e7523
CD
79272002-07-19 Chris Demetriou <cgd@broadcom.com>
7928
7929 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7930 one instance of them which was missed to the list to update.
7931
51759676
CD
79322002-07-16 Chris Demetriou <cgd@broadcom.com>
7933
7934 * config.guess: Update to 2002-07-09 version.
7935 * config.sub: Update to 2002-07-03 version.
7936
7c1f909c
DD
79372002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7938
7939 * configure.in: Remove two redundant tests.
7940
d7cf5d30
DD
79412002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7942
7943 * configure.in (mips*-*-irix6*o32): Enable stabs.
7944
c74222f7
DD
79452002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7946
5b53c336
DD
7947 * configure.in: Don't build grez.
7948 * Makefile.in: Ditto.
7949
c74222f7
DD
7950 * Makefile.in: Remove references to bsp, cygmon, libstub.
7951 * configure.in: Ditto.
7952
7953 * configure.in: Remove leftover reference to gdbtest.
7954
edd1b227
DD
79552002-07-08 Phil Edwards <pme@gcc.gnu.org>
7956
7957 * configure.in (gxx_include_dir): Change to match versioned
7958 C++ headers if --enable-version-specific-runtime-libs is used.
7959
486186e3
AO
79602002-07-04 Steve Ellcey <sje@cup.hp.com>
7961
7962 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7963
ff0a3bf8
DD
79642002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7965
7966 * configure.in: Make --without-x work.
7967
1dfa8174
NC
79682002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7969
7970 * contrib: New directory. Created to contain a copy of the
5481b376 7971 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7972 the FSF GCC sources.
7973
07637366
DD
79742002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7975
b6f83f2a
DD
7976 * configure.in: Rearrange target Makefile fragment collection.
7977
07637366
DD
7978 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7979 cvs[src].
7980 * configure.in: Ditto.
7981
f48556b1
DD
79822002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7983
7984 * Makefile.in: Eliminate 'apache' targets.
7985 * configure.in: Eliminate 'apache' targets.
7986
7987 * configure.in: Eliminate redundant tests. Reorganize.
7988
7989 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7990
7991 * config-ml.in: Eliminate references to Cygnus configure.
7992
7993 * Makefile.in: Eliminate references to building emacs.
7994
79952002-07-01 Denis Chertykov <denisc@overta.ru>
7996
7997 * configure.in: Add support for ip2k.
7998
cdb9e2b8
BE
79992002-06-24 Ben Elliston <bje@redhat.com>
8000
8001 * configure.in (host_tools): Remove cgen.
8002
8003 * Makefile.in (all-cgen): Remove; runs from its source directory.
8004 (check-cgen, install-cgen, clean-cgen): Likewise.
8005 (all-opcodes): No not depend on all-cgen.
8006 (all-sim): Likewise.
8007
3558860c
DD
80082002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8009
8010 * configure.in: Fix AIX configury bug.
8011
e3b0c936
DD
80122002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8013
cdb9e2b8 8014 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8015
cdb9e2b8
BE
8016 * configure.in: Move definition of libstdcxx_flags right above
8017 usage, rather than way earlier.
8ee424c0 8018
c712250a
DD
8019 * configure.in: Pull definition of is_cross_compiler earlier.
8020
9ee1a75c
DD
8021 * configure.in: Rearrange a little.
8022
e3b0c936
DD
8023 * configure.in: Remove references to librx.
8024 * Makefile.in: Remove references to librx.
8025
b2bd228e
DD
80262002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8027
8028 * configure.in: Eliminate ${gasdir} variable.
8029
7cd52483
DB
80302002-06-18 Dave Brolley <brolley@redhat.com>
8031
8032 * configure.in: Add support for frv.
8033 * config.sub: Add support for frv.
8034
6c5e141a
DD
80352002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8036
8037 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8038
0d18b56d
JT
80392002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8040
8041 * configure.in (vax-*-netbsd*): Re-enable gas.
8042
fd8958d5
DD
80432002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8044
27f15fdd
DD
8045 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8046 BUILD_PREFIX_1, to correct nomenclature.
8047 * configure: Likewise.
8048
fd8958d5
DD
8049 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8050 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8051
0c2442b7
DD
80522002-05-31 Olaf Hering <olh@suse.de>
8053
8054 * config-ml.in: Propogate DESTDIR also.
8055
a3602181
JT
80562002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8057
8058 * configure.in (vax-*-netbsd*): Don't build gas for this
8059 platform.
8060
c95f53ae
MM
80612002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8062
8063 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8064 and libgcj for AVR.
8065
1d7c1053
NC
80662002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8067
8068 * config.sub: Add DLX target.
8069
4b37028f
JT
80702002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8071
8072 * config.guess: Update to 2002-05-22 version.
8073 * config.sub: Likewise.
8074
d5de0a84
NC
80752002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8076
8077 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8078 * config-ml.in: Likewise.
8079 * configure: Likewise.
8080 * configure.in: Likewise.
8081
c92a0210
DD
80822002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8083
115a77aa
DD
8084 * configure.in: Simplify makefile fragment collection.
8085
8086 * configure.in: Remove code to build emacs.
e99daf2b 8087
91e060aa
DD
8088 * configure.in : Remove --srcdir argument from targargs and buildargs
8089 (it's always overridden in the Makefile anyway). Rearrange a bit.
8090
8091 * configure: Move some logic to configure.in.
8092 * configure.in: Move some logic from configure.
c92a0210 8093
91217342
JJ
80942002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8095
8096 * COPYING.LIBGLOSS: New file.
8097
d3d8a9ee
NC
80982002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8099
8100 * Makefile.in: Honour DESTDIR.
8101
3a036cdc
AO
81022002-05-05 Alexandre Oliva <aoliva@redhat.com>
8103
8104 * configure.in (noconfigdirs): Don't disable libgcj on
8105 sparc64-*-solaris* and sparcv9-*-solaris*.
8106
6d095fe4
AO
81072002-05-03 Alexandre Oliva <aoliva@redhat.com>
8108
8109 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8110
dac55df9
TF
81112002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8112
8113 * configure.in (FLAGS_FOR_TARGET): Do not add
8114 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8115 on i[3456]86-*-linux*.
8116
a018e15b
TF
81172002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8118
8119 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8120
8121 * configure.in (noconfigdirs): Do not add target-newlib if
8122 target == i[3456]86-*-linux*, and host == target.
8123
5f284831
MM
81242002-04-29 Mark Mitchell <mark@codesourcery.com>
8125
8126 * config.guess: Updated to 2002-04-26's version.
8127 * config.sub: Updated to 2002-04-26's version.
8128
33babf59
DD
81292002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8130
bd5f7da2
DD
8131 * configure.in: delete reference to absent file
8132
a0c4f3a0
DD
8133 * configure.in: replace '[' with 'test'
8134
66f1ba4f
DD
8135 * configure.in: Eliminate references to gash.
8136 * Makefile.in: Eliminate references to gash.
8137
7c3ab50c
DD
8138 * configure.in: remove useless references to 'pic' makefile fragments.
8139
bbc025f5
DD
8140 * configure.in: (*-*-windows*) Finish removing.
8141
33babf59
DD
8142 * configure.in: Eliminate redundant test for libgui.
8143
d5ec694c
DD
81442002-04-26 Joel Sherrill <joel@OARcorp.com>
8145
8146 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8147 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8148
57a5346c
DD
81492002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8150
8151 * configure.in: remove references to dead files
8152
dbf93899
DD
81532002-04-18 Tom Tromey <tromey@redhat.com>
8154
8155 * configure.in: Disallow configuring libgcj when it is already
8156 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8157 Solaris 2.8 by default. For PR libgcj/6158.
8158
26eadf68
DD
81592002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8160
8161 * configure.in: Move default CC setting out of config/mh-* fragments
8162 directly into here.
8163
a0a2c6c6
DD
81642002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8165
8166 * configure.in: don't even try to configure or make a subdirectory
8167 if there's no configure script for it.
8168
9972f812
DD
81692002-04-15 Mark Mitchell <mark@codesourcery.com>
8170
8171 * MAINTAINERS: Remove chill maintainers.
8172 * Makefile.in (CHILLFLAGS): Remove.
8173 (CHILL_LIB): Remove.
8174 (TARGET_CONFIGDIRS): Remove libchill.
8175 (CHILL_FOR_TARGET): Remove.
8176 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8177 CHILL_LIB.
8178 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8179 (CHECK_TARGET_MODULES): Likewise.
8180 (INSTALL_TARGET_MODULES): Likewise.
8181 (CLEAN_TARGET_MODULES): Likewise.
8182 (configure-target-libchill): Remove.
8183 (all-target-libchill): Remove.
8184 * configure.in (target_libs): Remove target-libchill.
8185 Do not compute CHILL_FOR_TARGET.
8186 * libchill: Remove directory.
5481b376 8187
75205f78
DD
81882002-04-15 DJ Delorie <dj@redhat.com>
8189
8190 * Makefile.in, configure.in, configure: Sync with gcc, entries
8191 follow...
8192
81932002-04-08 Tom Tromey <tromey@redhat.com>
8194
8195 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8196 Fixes PR libgcj/6068.
8197
81982002-03-30 Krister Walfridsson <cato@df.lth.se>
8199
8200 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8201
82022002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8203
8204 * configure.in (alpha*-dec-osf*): Enable libgcj.
8205
82062002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8207
8208 Fix for: PR bootstrap/3591, target/5676
8209 * configure.in (mcore-pe): Disable the configuration of
8210 libstdc++-v3 since exceptions are not supported.
8211
82122002-03-20 Anthony Green <green@redhat.com>
8213
8214 * configure.in: Enable libgcj for xscale-elf target.
8215
82162002-02-28 Alexandre Oliva <aoliva@redhat.com>
8217
8218 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8219 libjava.
8220 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8221
82222002-02-22 Alexandre Oliva <aoliva@redhat.com>
8223
8224 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8225 libstdc++-v3 and libjava.
8226
82272002-02-11 Adam Megacz <adam@xwt.org>
8228
8229 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8230 boehm-gc
8231
82322002-02-09 Alexandre Oliva <aoliva@redhat.com>
8233
8234 * config.guess: Updated to 2002-01-30's version.
8235 * config.sub: Updated to 2002-02-01's version.
8236 Contribute sh64-elf.
8237 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8238 * configure.in: Added sh64-*-*.
8239
82402002-01-17 H.J. Lu <hjl@gnu.org>
8241
8242 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8243 (all-target-fastjar): Also depend on all-target-libiberty.
8244
8245Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8246
8247 * configure, configure.in: Use temp file for long sed commands.
8248
82492001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8250
8251 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8252 libf2c.
8253
82542001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8255
8256 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8257
82582001-10-11 Hans-Peter Nilsson <hp@axis.com>
8259
8260 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8261
82622001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8263
8264 * configure: Handle temporary files securely using mkdir.
8265
82662001-09-26 Will Cohen <wcohen@redhat.com>
8267
8268 * configure.in (*-*-linux*): Disable configuration of target-newlib
8269 and target-libgloss.
8270
82712001-09-26 Alexandre Oliva <aoliva@redhat.com>
8272
8273 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8274 RANLIB.
8275
82762001-08-11 Graham Stott <grahams@redhat.com>
8277
8278 * Makefile.in (check-c++): Add missing semicolon.
8279
82802001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8281
8282 * configure.in (sh-*-linux*): New.
8283
82842001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8285
8286 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8287 and libgcj on m68hc11/m68hc12.
8288
82892001-06-27 H.J. Lu (hjl@gnu.org)
8290
8291 * Makefile (CFLAGS_FOR_BUILD): New.
8292 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8293
82942001-06-01 Hans-Peter Nilsson <hp@axis.com>
8295
8296 * configure.in (libstdcxx_flags): Do not try to execute
8297 libstdc++-v3/testsuite_flags until it exists.
8298
82992001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8300
8301 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8302
83032001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8304
8305 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8306
8307Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8308
8309 * configure.in: Move *-chorusos target case to the proper switch.
8310 Disable libgcj.
8311
83122001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8313
8314 * Makefile.in (STAGE1_CFLAGS): Pass down.
8315
83162001-04-13 Alan Modra <amodra@one.net.au>
8317
8318 * config.guess: Add hppa64-linux support. Note for next import that
8319 this is already in the master file.
8320 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8321
83222001-03-22 Colin Howell <chowell@redhat.com>
8323
8324 * Makefile.in (DO_X): Do not backslash single-quotes in
8325 backquotes (two places).
8326
83272001-03-18 Laurynas Biveinis <lauras@softhome.net>
8328
8329 * Makefile.in (DO_X): Quote nested quotes.
8330
83312001-03-15 Laurynas Biveinis <lauras@softhome.net>
8332
8333 * Makefile.in (DO_X): Use double quotes for quoting
8334 "RANLIB=$${RANLIB}".
8335
83362001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8337
8338 * configure.in: Only use `lang_requires' for languages athat are
8339 actually enabled.
8340
83412001-03-07 Tom Tromey <tromey@redhat.com>
8342
8343 * configure.in: Allow config-lang.in to set `lang_requires' to list
8344 of other required languages.
8345
83462001-03-06 Laurynas Biveinis <lauras@softhome.net>
8347
8348 * Makefile.in: Remove RANLIB definition. Use RANLIB
8349 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8350 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8351
83522001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8353 Alexandre Oliva <aoliva@redhat.com>
8354
8355 * Makefile.in (check-c++): Use tabs, not spaces.
8356
83572001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8358
8359 * Makefile.in (check-c++): New rule.
8360
8361 * configure.in (target_libs): Remove libg++.
8362 (noconfigdirs): Remove libg++.
8363 (noconfigdirs): Same.
8364 (noconfigdirs): Same.
8365 (noconfigdirs): Same.
8366
8367 * config-ml.in: Remove libg++ references.
8368
8369 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8370 (ALL_TARGET_MODULES): Same.
8371 (configure-target-libg++): Remove.
8372 (all-target-libg++): Remove.
8373 (configure-target-libio): Remove.
8374 (all-target-libio): Remove.
8375 (check-target-libio): Remove.
8376 (.PHONY): Remove.
8377 (libg++.tar.bz2): Remove.
8378 (all-target-cygmon): Remove libio.
8379 (all-target-libstdc++): Remove.
8380 (configure-target-libstdc++): Remove.
8381 (TARGET_LIB_PATH): Remove libstdc++.
8382 (ALL_GCC_CXX): Remove libstdc++.
8383 (all-target-gperf): Correct.
8384
83852001-02-15 Anthony Green <green@redhat.com>
8386
8387 * configure: Introduce GCJ_FOR_TARGET.
8388 * configure.in: Ditto.
8389 * Makefile.in: Ditto.
8390
83912001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8392
8393 * configure.in: for *-chorusos, don't config target-newlib and
8394 target-libgloss.
8395
83962001-02-04 Mark Mitchell <mark@codesourcery.com>
8397
8398 Remove V2 C++ library.
8399 * configure.in: Remove --enable-libstdcxx_v3 support.
8400
84012001-01-27 Richard Henderson <rth@redhat.com>
8402
8403 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8404
84052001-01-26 Tom Tromey <tromey@redhat.com>
8406
8407 * configure.in: Allow libgcj to be built on Sparc Solaris.
8408
84092001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8410
8411 * configure.in: Enable libgcj on several additional platforms.
8412
84132001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8414
8415 * configure.in: Enable libgcj for linux targets.
8416
84172001-01-09 Mike Stump <mrs@wrs.com>
8418
8419 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8420 failures of subdirectories.
8421
84222001-01-02 Laurynas Biveinis <lauras@softhome.net>
8423
8424 * configure: handle DOS-style absolute paths.
8425
84262001-01-02 Laurynas Biveinis <lauras@softhome.net>
8427
8428 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8429
84302000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8431
8432 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8433 (libstdcxx_incdir): Pass down.
8434 * config.if: Remove expired bits for cxx_interface, add stub.
8435 (libstdcxx_incdir): Add variable for g++ include directory.
8436 * configure.in (gxx_include_dir): Use it.
8437
84382000-12-15 Andreas Jaeger <aj@suse.de>
8439
8440 * configure.in: Handle lang_dirs.
8441
84422000-12-13 Anthony Green <green@redhat.com>
8443
8444 * configure.in: Disable libgcj for any target not specifically
8445 listed. Disable libgcj for x86 and Alpha Linux until compatible
8446 with g++ abi.
8447
84482000-12-13 Mike Stump <mrs@wrs.com>
8449
8450 * Makefile.in (local-distclean): Also remove fastjar.
8451
84522000-12-10 Anthony Green <green@redhat.com>
8453
8454 * configure.in: Define libgcj. Disable libgcj target libraries for
8455 most targets.
8456
84572000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8458
8459 * configure.in (target_libs): Revert 2000-12-08 patch.
8460 (noconfigdirs): Added target-libjava.
8461
84622000-12-09 Laurynas Biveinis <lauras@softhome.net>
8463
8464 * Makefile.in: handle DOS-style absolute paths.
8465
84662000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8467
8468 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8469 libjava.
8470 * configure.in (target_libs): Removed `target-libjava'.
8471
84722000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8473
8474 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8475 (ALL_MODULES): Added fastjar.
8476 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8477 (all-target-libjava): all-fastjar replaces all-zip.
8478 (all-fastjar): Added.
8479 (configure-target-fastjar, all-target-fastjar): Likewise.
8480 * configure.in (host_tools): Added fastjar.
8481
84822000-12-07 Mike Stump <mrs@wrs.com>
8483
8484 * Makefile.in (local-distclean): Remove leftover built files.
8485
84862000-11-16 Fred Fish <fnf@be.com>
8487
8488 * configure.in (enable_libstdcxx_v3): Fix typo,
8489 libstd++ -> libstdc++.
8490
84912000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8492
8493 * configure: Provide the original toplevel configure arguments
8494 (including $0) to subprocesses in the environment rather than
8495 through gcc/configargs.h.
8496
84972000-11-12 Mark Mitchell <mark@codesourcery.com>
8498
8499 * configure: Turn on libstdc++ V3 by default.
8500
85012000-10-16 Michael Meissner <meissner@redhat.com>
8502
8503 * configure (gcc/configargs.h): Only create if there is a build GCC
8504 directory created.
8505
85062000-10-05 Phil Edwards <pme@gcc.gnu.org>
8507
8508 * configure: Save configure arguments to gcc/configargs.h.
8509
85102000-10-04 Andris Pavenis <pavenis@latnet.lv>
8511
8512 * Makefile.in (bootstrap): avoid recursion if subdir missing
8513 (cross): ditto
8514 (do-proto-toplev): ditto
8515
8516Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8517
8518 * configure.in: Do not build byacc for hppa64. Provide paths to the
8519 X11 libraries for hppa64.
8520
85212000-09-02 Anthony Green <green@cygnus.com>
8522
8523 * Makefile.in (all-gcc): Depend on all-zlib.
8524 (CLEAN_MODULES): Add clean-zlib.
8525 (ALL_MODULES): Add all-zlib.
8526 * configure.in (host_libs): Add zlib.
8527
85282000-08-25 Alexandre Oliva <aoliva@redhat.com>
8529
8530 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8531 $targargs to tell whether newlib is going to be built.
8532
8533 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8534 $$r/TARGET_SUBDIR/libio for _G_config.h.
8535
85362000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8537
8538 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8539
8540 * configure: Make enable_threads and enable_shared defaults
8541 explicit. Substitute enable_threads into generated Makefiles.
8542 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8543 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8544
85452000-08-02 Manfred Hollstein <manfredh@redhat.com>
8546
8547 * configure.in: Re-enable all references to libg++ and librx.
8548
ffb97b2f 85492002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8550
ffb97b2f
DD
8551 * configure.in: Add *-*-freebsd* configurations.
8552
bbf6e9e3
AC
85532002-04-07 Andrew Cagney <ac131313@redhat.com>
8554
8555 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8556 (do-tar, do-bz2): New rules.
8557 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8558 (gdb-tar): New rule.
8559 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8560 (insight_dejagnu.tar): New rule.
8561 (insight.tar): New rule.
8562 (gdb+dejagnu.tar): New rule.
8563 (gdb.tar): New rule.
8564
8f1579c0
AC
85652002-04-07 Andrew Cagney <ac131313@redhat.com>
8566
8567 * MAINTAINERS: Update dejagnu/
8568
ba3c59ab
AO
85692002-03-16 Alexandre Oliva <aoliva@redhat.com>
8570
8571 * ltmain.sh (relink_command): Fix typo in previous change.
8572
6243d5dd
AO
85732002-03-15 Alexandre Oliva <aoliva@redhat.com>
8574
8575 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8576 (relink_command): Added --tag flags.
8577 (mode=install): If relinking fails; error out.
8578
80413487
RH
85792002-03-12 Richard Henderson <rth@redhat.com>
8580
8581 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8582 .NOTPARALLEL tag.
8583 (do-check): Rename from check.
8584 (check): Allow parallel check.
8585
3daeddf6
RH
85862002-03-11 Richard Henderson <rth@redhat.com>
8587
8588 * Makefile.in (.NOTPARALLEL): Add fake tag.
8589
fad93c55
L
85902002-03-07 H.J. Lu (hjl@gnu.org)
8591
8592 * configure.in: Enable gprof for mips*-*-linux*.
8593
2e8357fc
AO
85942002-02-28 Alexandre Oliva <aoliva@redhat.com>
8595
8596 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8597 libjava.
8598 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8599
bd48e1a9
AC
86002002-02-24 Andrew Cagney <ac131313@redhat.com>
8601
8602 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8603
39121370
DJ
86042002-02-23 Daniel Jacobowitz <drow@mvista.com>
8605
8606 * config.guess: Import from master sources, rev 1.232.
8607 * config.sub: Import from master sources, rev 1.246.
8608
081ff160
AO
86092002-02-23 Alexandre Oliva <aoliva@redhat.com>
8610
8611 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8612 because its Makefile is there; test for the executable instead.
8613
20a5393b
AO
86142002-02-09 Alexandre Oliva <aoliva@redhat.com>
8615
8616 Contribute sh64-elf.
8617 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8618 * configure.in: Added sh64-*-*.
8619
38135629
JJ
86202002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8621
80413487
RH
8622 * COPYING.NEWLIB: Remove advertising clause from
8623 Berkeley and Red Hat licenses.
38135629 8624
48d19748
MD
86252002-02-01 Mo DeJong <supermo@bayarea.net>
8626
8627 * Makefile.in: Add all-tix to deps for all-snavigator
8628 so that tix is built when building snavigator.
8629
f6e1c110
BE
86302002-02-01 Ben Elliston <bje@redhat.com>
8631
8632 * config.guess: Import from master sources, rev 1.229.
8633 * config.sub: Import from master sources, rev 1.240.
8634
4867be41
DJ
86352002-01-27 Daniel Jacobowitz <drow@mvista.com>
8636
8637 From Steve Ellcey <sje@cup.hp.com>:
8638 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8639 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8640 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8641 IA64.
8642 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8643 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8644 soname_spec, sys_lib_search_path_spec): Ditto.
8645
e82380cc
JT
86462002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8647
8648 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8649 target-libiberty, and target-libgloss. Skip Java-related
8650 libraries if not supported for NetBSD on target CPU.
8651
1319fb9c
NC
86522002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8653
8654 * configure.in: Import StrongARM and XScale target_configdirs from
8655 FSF GCC version.
8656
b020f6ac
L
86572002-01-16 H.J. Lu (hjl@gnu.org)
8658
8659 * config.guess: Import from master sources, rev 1.225.
8660 * config.sub: Import from master sources, rev 1.238.
8661
8662 * MAINTAINERS: Updated notes on config.guess and config.sub.
8663
a0c1c920
NC
86642002-01-11 Steve Ellcey <sje@cup.hp.com>
8665
8666 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8667 ld and gdb are not supported.
8668
a9fa5e1f
JJ
86692002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8670
8671 * Change reference to Cygnus Solutions to be Red Hat.
8672
94077108
JJ
86732002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8674
8675 * COPYING.NEWLIB: Update generic copyright date.
8676
05ecd75c
MS
86772002-01-07 Mark Salter <msalter@redhat.com>
8678
8679 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8680 Allow target-libgloss to be built for arm, strongarm, and xscale.
8681
a106bb62
BE
86822002-01-03 Ben Elliston <bje@redhat.com>
8683
8684 * MAINTAINERS: Update URL for config.* scripts.
8685
0e254642
AM
86862001-12-18 Alan Modra <amodra@bigpond.net.au>
8687
8688 * config.sub: Import latest version.
8689 * config.guess: Likewise.
8690
0a0d0041
TF
86912001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8692
8693 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8694 options for i[3456]86-pc-linux* native builds.
8695
d932cae7
NC
86962001-12-05 Laurent Guerby <guerby@acm.org>
8697
8698 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8699 libiberty.
d932cae7
NC
8700
8701 Import this patch from gcc:
5481b376 8702
d932cae7
NC
8703 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8704
8705 * symlink-tree: handle DOS-style absolute paths.
8706
49b7683b
DD
87072001-11-28 DJ Delorie <dj@redhat.com>
8708 Zack Weinberg <zack@codesourcery.com>
8709
8710 When build != host, create libiberty for the build machine.
8711
8712 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8713 CONFIG_ARGUMENTS.
8714 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8715 New variables.
8716 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8717 and rules.
8718 (all.normal): Depend on ALL_BUILD_MODULES.
8719 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8720 (all-build-libiberty): Depend on configure-build-libiberty.
8721
8722 * configure: Calculate and substitute proper value for
8723 ALL_BUILD_MODULES.
8724 * configure.in: Create the build subdirectory.
8725 Calculate and substitute TARGET_CONFIGARGS (formerly
8726 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8727
26ef82f4
GK
87282001-11-26 Geoffrey Keating <geoffk@redhat.com>
8729
8730 * config.sub: Update to version 1.232 on subversion.
8731
43e64072
NC
87322001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8733
8734 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8735 files from .po files for a distribution.
8736
66f6c0d5
HPN
87372001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8738
8739 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8740
4a02fdb2
JH
87412001-11-13 Jeff Holcomb <jeffh@redhat.com>
8742
8743 Merged from net gcc:
8744 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8745 * ltcf-c.sh: Use $objext, not $ac_objext.
8746 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8747 * ltcf-cxx.sh: Add support for GNU.
8748 2001-07-22 Timothy Wall <twall@redhat.com>
8749 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8750 default settings if using GNU tools with that configuration.
8751 * ltcf-cxx.sh: Ditto.
8752 * ltcf-gcj.sh: Ditto.
8753 2001-07-21 Michael Chastain <chastain@redhat.com>
8754 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8755 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8756 * ltmain.sh: Mark as gcc-local.
8757
227b9953
JH
87582001-11-13 Jeff Holcomb <jeffh@redhat.com>
8759
8760 * Makefile.in (all-bison): Revert 2001-10-24.
8761 Don't depend on texinfo.
8762
cbbab8fb
JJ
87632001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8764
80413487 8765 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8766
922b2485
DD
87672001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8768
8769 * configure.in (--enable-languages): Be more permissive about
8770 syntax. Check for empty lists better. Warn about $LANGUAGES.
8771
f08fa01d
HPN
87722001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8773
8774 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8775
fee3da4e
JH
87762001-10-24 Jeff Holcomb <jeffh@redhat.com>
8777
8778 Makefile.in (all-bison): Don't depend on texinfo.
8779
73fb1ef9
AM
87802001-10-03 Alan Modra <amodra@bigpond.net.au>
8781
8782 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8783
373688ac
AO
87842001-09-29 Alexandre Oliva <aoliva@redhat.com>
8785
8786 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8787
9c07660b
HPN
87882001-09-28 Hans-Peter Nilsson <hp@axis.com>
8789
8790 * config.sub, config.guess: Import latest from subversions.
8791
3f152009
AO
87922001-09-21 Alexandre Oliva <aoliva@redhat.com>
8793
8794 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8795 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8796 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8797 avoid quotes nesting problems.
8798 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8799 (DO_X): Export only variables that are set.
8800
8f6a59e5
BE
88012001-09-19 Ben Elliston <bje@redhat.com>
8802
8803 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8804 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8805 semantics. Use the shell built-in "type" command instead.
8806
a1ec19fa
TS
88072001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8808
8809 * config.sub: Reverted the earlier change, this version is not the
8810 master file.
8811
4008bd9b
TS
88122001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8813
8814 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8815 Add support for mips64.
8816
dd1e52a4
JH
88172001-09-03 Jeff Holcomb <jeffh@redhat.com>
8818
8819 * configure.in: Enable libstdc++-v3 for h8300 targets.
8820
91549d1c
EC
88212001-08-30 Eric Christopher <echristo@redhat.com>
8822 Jason Eckhardt <jle@redhat.com>
8823
8824 * config.sub: Add support for mipsisa32.
8825
cf966cf9
EC
88262001-08-30 Eric Christopher <echristo@redhat.com>
8827
8828 * config.sub, config.guess: Import latest from subversions.
8829
82208dc5
AM
88302001-08-20 Alan Modra <amodra@bigpond.net.au>
8831
8832 * config.sub, config.guess: Import latest from subversions.
8833
4dca8403
DD
88342001-07-26 DJ Delorie <dj@redhat.com>
8835
8836 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8837
1107dce2
AM
88382001-06-19 Alan Modra <amodra@bigpond.net.au>
8839
8840 * Makefile.in: Revert 2001-06-17.
8841 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8842
e09a6604
L
88432001-06-17 H.J. Lu <hjl@gnu.org>
8844
8845 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8846 (gas+binutils.tar.bz2): Likewise.
8847 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8848
31a8b634
AC
8849Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8850
8851 * Makefile.in (VER): When present, extract the version number from
5481b376 8852 the file version.in.
31a8b634 8853
dc70af01
AO
88542001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8855
8856 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8857 gcc/xgcc is built, use -print-prog-name to find out the program
8858 name to use.
8859
839bbd8c
AO
88602001-06-04 Mark Mitchell <mark@codesourcery.com>
8861
8862 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8863 with_gcc]: Use `gcc -shared' to build a shared library.
8864
566e9a30
AO
88652001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8866
8867 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8868 archives.
8869
e877bb69
AO
88702001-05-28 Simon Patarin <simon.patarin@inria.fr>
8871
8872 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8873 libraries when using g++ with native linker.
8874
1605288b
AO
88752001-05-28 Alexandre Oliva <aoliva@redhat.com>
8876
8877 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8878
11a383ba
TR
88792001-05-24 Tom Rix <trix@redhat.com>
8880
8881 * configure.in : enable ld for aix
cf966cf9 8882
18611226
AO
88832001-05-22 Alexandre Oliva <aoliva@redhat.com>
8884
8885 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8886 [aix4*|aix5*]: Prepend blank.
8887
6be7c12c
AO
88882001-05-20 Alexandre Oliva <aoliva@redhat.com>
8889
8890 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8891 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8892 of subdir/configure scripts to use the new libtool.m4.
8893
4ed00bba
L
88942001-05-14 H.J. Lu <hjl@gnu.org>
8895
8896 * config.if (libc_interface): Set to -libc6.2- for cross
8897 compiling to Linux/glibc 2.2.
8898
b1af961c
AO
88992001-05-03 Alexandre Oliva <aoliva@redhat.com>
8900
8901 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8902 libgcj.
8903
5ec3e74e
AO
89042001-04-26 Alexandre Oliva <aoliva@redhat.com>
8905
8906 * configure.in (noconfigdirs): Don't reset it from scratch in the
8907 target case; only append to it.
8908
b3ed1d6b
AO
89092001-04-26 Alexandre Oliva <aoliva@redhat.com>
8910
8911 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8912 sparc-*-solaris2.8]: Disable ${libgcj}.
8913
96111c10
AO
89142001-04-25 Alexandre Oliva <aoliva@redhat.com>
8915
8916 * configure.in (libgcj_saved): Copy from $libgcj.
8917 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8918 --disable-libgcj.
8919
b5bf43f2
AO
89202001-04-20 Alexandre Oliva <aoliva@redhat.com>
8921
8922 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8923 1.641.2.228.
8924
8cc32590
AO
89252001-04-12 Alexandre Oliva <aoliva@redhat.com>
8926
8927 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8928 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8929
dec0cb0c
AO
89302001-04-01 Alexandre Oliva <aoliva@redhat.com>
8931
8932 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8933 New macros.
8934 (bootstrap, cross): Use RECURSE_FLAGS.
8935 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8936
6a9c3886
AO
89372001-03-27 Alexandre Oliva <aoliva@redhat.com>
8938
8939 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8940
d4fc7db8
NC
89412001-03-23 Nick Clifton <nickc@redhat.com>
8942
8943 * README-maintainer-mode: Add note about inability to use "make
8944 distclean" in maintainer mode.
8945
7389ff65
AO
89462001-03-22 Alexandre Oliva <aoliva@redhat.com>
8947
8948 Re-installed:
8949 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8950 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8951 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8952 * ltcf-cxx.sh: Likewise.
8953 * ltcf-gcj.sh: Likewise.
8954
b3e0dc8e
PB
89552001-03-22 Philip Blundell <philb@gnu.org>
8956
8957 * config.sub, config.guess: Import latest from subversions.
8958
469b781c
AO
89592001-03-22 Alexandre Oliva <aoliva@redhat.com>
8960
8961 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8962 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8963
b0dad762
MC
89642001-03-20 Michael Chastain <chastain@redhat.com>
8965
8966 * Makefile.in: all-m4 depends on all-texinfo.
8967
c559bb17
AO
89682001-03-08 Alexandre Oliva <aoliva@redhat.com>
8969
8970 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8971
fef4ae2e
JJ
89722001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8973
8974 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8975 longer valid.
8976
8d6dd99d
NC
89772001-02-16 Nick Clifton <nickc@redhat.com>
8978
8979 * configure.in (noconfigdirs): Allow configuration of texinfo
8980 for Cygwin hosts.
8981
a85d7ed0
NC
89822001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8983
8984 * config.guess: Add linux target for S/390.
8985 * config.sub: Likewise.
8986 * configure.in: Likewise.
8987
51221c5e
DD
89882001-02-06 Ben Elliston <bje@redhat.com>
8989
8990 * configure: Output host type to stdout, not stderr.
8991
9dec4c71
MS
89922001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8993
8994 * config.guess: Import from subversions.gnu.org (revision 1.181).
8995 * config.sub: Import from subversions.gnu.org (revision 1.199).
8996
9add9c04
AM
89972001-01-30 Alan Modra <alan@linuxcare.com.au>
8998
8999 * config.guess: Handle hppa64-linux systems.
9000
8679174d
MS
90012001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9002
9003 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9004 Don't unset, it's non-portable and no longer necessary, set to empty
9005 instead.
9006
02d01ed4
MS
90072001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9008
9009 * ltconfig: Shell portability fix for the tagname validity check.
9010
4cc5853d
MS
90112001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9012
9013 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9014
7487e485
AO
90152001-01-27 Alexandre Oliva <aoliva@redhat.com>
9016
9017 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9018 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9019
f332af52
AO
90202001-01-24 Alexandre Oliva <aoliva@redhat.com>
9021
9022 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9023 keep at least one of build_libtool_libs or build_old_libs set to
9024 yes.
9025
ef099754
AO
90262001-01-24 Alexandre Oliva <aoliva@redhat.com>
9027
9028 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9029 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9030
8341f2fc 90312000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9032
8341f2fc
AJ
9033 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9034
90352000-11-03 Philip Blundell <pb@futuretv.com>
9036
9037 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9038 files.
ebf0fa2e 9039
c320a39f
JJ
90402001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9041
9042 * COPYING.NEWLIB: Put into source repository.
9043
8817b92e
BE
90442001-01-15 Ben Elliston <bje@redhat.com>
9045
9046 * configure.in (host_tools): Add sid.
9047 Always configure cgen.
9048 * Makefile.in (all-sid): New target.
9049 (check-sid, clean-sid, install-sid): Likewise.
9050
35590697
AJ
90512001-01-07 Andreas Jaeger <aj@suse.de>
9052
80413487 9053 * config.sub, config.guess: Update from subversions.
35590697 9054
6ee6cea6
AO
90552000-12-12 Alexandre Oliva <aoliva@redhat.com>
9056
9057 * configure.in: Disable language-specific target libraries for
9058 languages that aren't enabled.
9059
077b8428
NC
90602000-11-24 Nick Clifton <nickc@redhat.com>
9061
9062 * configure.in (xscale-elf): Add target.
9063 (xscale-coff): Add target.
9064 (c4x, c5x, tic54x): Move after ARM targets.
9065
9e28a1ed
AO
90662000-11-23 Alexandre Oliva <aoliva@redhat.com>
9067
9068 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9069
be98a80a
ILT
90702000-11-20 Ian Lance Taylor <ian@zembu.com>
9071
9072 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9073
5cec67bf
AO
90742000-11-18 Alexandre Oliva <aoliva@redhat.com>
9075
9076 * Makefile.in: Merge with GCC and libgcj.
9077 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9078 configure-target-<library> when their configure scripts need the C
9079 or C++ library to have already been built to work properly.
9080 (do_proto_toplev): Set them to an empty string.
9081
d932cae7 90822000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9083
9084 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9085 (REALLY_SET_LIB_PATH): Use them.
9086
d932cae7 90872000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9088
9089 * config.sub: Add support for Sun Chorus
9090
8602ff0c
NC
90912000-11-02 Per Lundberg <plundis@chaosdev.org>
9092
9093 * config.sub: Add support for the *-storm-chaos OS.
9094
f9e0997d
NC
90952000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9096
80413487
RH
9097 * configure.in (noconfigdirs): Don't compile some
9098 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9099
d64552c5
AO
91002000-09-30 Alexandre Oliva <aoliva@redhat.com>
9101
9102 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9103 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9104 all affected `configure' scripts.
9105
97f60b31
AO
91062000-09-25 Alexandre Oliva <aoliva@redhat.com>
9107
9108 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9109 ltcf-c.sh.
9110
6e8dd58f
PB
91112000-09-12 Philip Blundell <philb@gnu.org>
9112
9113 * config.sub, config.guess: Update from subversions.
9114
103a2e99
AO
91152000-09-06 Alexandre Oliva <aoliva@redhat.com>
9116
51601921
AO
9117 * Makefile.in (all-zlib): Added dummy target.
9118
103a2e99
AO
9119 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9120 multi-language branch.
9121
2809b4b9
AO
91222000-09-05 Alexandre Oliva <aoliva@redhat.com>
9123
9124 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9125 (bootstrap*): Depend on all-bootstrap.
9126
7450026c
AO
91272000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9128
9129 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9130 crosses, but add gcc/include to the header search path for them.
9131
6cf86f7f
AO
91322000-08-31 Alexandre Oliva <aoliva@redhat.com>
9133
9134 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9135 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9136 * gettext.m4: New file, extracted from aclocal.m4.
9137
ce2ea6e3
AO
91382000-08-22 Alexandre Oliva <aoliva@redhat.com>
9139
9140 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9141 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9142 sub-configures.
9143
9765193e
DE
91442000-08-20 Doug Evans <dje@casey.transmeta.com>
9145
9146 * Makefile.in (ALL_MODULES): Add all-cgen.
9147 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9148 (all-cgen): New target.
9149 (all-opcodes,all-sim): Depend on all-cgen.
9150 * configure.in (host_tools): Add cgen.
9151 Only configure cgen if --enable-cgen-maint.
9152
d7b32520
AO
91532000-08-17 Alexandre Oliva <aoliva@redhat.com>
9154
9155 * config-ml.in (CC, CXX): Don't introduce a leading space.
9156
e52ef561
AO
91572000-08-16 Alexandre Oliva <aoliva@redhat.com>
9158
9159 * configure.in (libstdcxx_flags): Use
9160 libstdc++-v3/src/libstdc++.INC.
9161
88f9c2a0
AO
91622000-08-15 Alexandre Oliva <aoliva@redhat.com>
9163
9164 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9165
98fbe43f
JM
91662000-08-11 Jason Merrill <jason@redhat.com>
9167
9168 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9169 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9170 (FLAGS_FOR_TARGET): Not here.
9171 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9172
279ddab4
DD
91732000-08-07 DJ Delorie <dj@redhat.com>
9174
9175 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9176 "if we're also building gcc, and it's a gcc that will run on the
9177 build machine, we want to use its includes instead of the system's
9178 default includes".
9179
60523a83
AO
91802000-08-03 Alexandre Oliva <aoliva@redhat.com>
9181
24ffec7a
AO
9182 * configure.in (libstdcxx_flags): Don't use `"'.
9183
60523a83
AO
9184 * config-ml.in: Adjust multilib search paths to the
9185 appropriate multilib tree.
9186
daf644b5
AO
91872000-08-02 Alexandre Oliva <aoliva@redhat.com>
9188
9189 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9190 commas in $LANGUAGES.
9191
63266560
DD
91922000-08-01 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9195
91962000-07-31 Alexandre Oliva <aoliva@redhat.com>
9197
9198 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9199 CXX_FOR_TARGET for sed.
9200
92012000-07-30 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9204 Do not override if already set in the environment or in configure.
9205 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9206 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9207
9e449d3e
AO
92082000-07-27 Alexandre Oliva <aoliva@redhat.com>
9209
9210 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9211 (GCC_FOR_TARGET): Use it.
9212 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9213 * configure.in: ... here.
9214 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9215 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9216
8bbd92e0
AO
92172000-07-24 Alexandre Oliva <aoliva@redhat.com>
9218
fd1f87b2
AO
9219 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9220 (configure-target-libchill, configure-target-libobjc): Likewise.
9221
8bbd92e0
AO
9222 * configure.in: Use the same cache file for all target libs.
9223 * config-ml.in: But different cache files per multilib variant.
9224
25c6c112
JL
92252000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9226
9227 * configure (topsrcdir): Don't use dirname.
9228
ba73c63f
JM
92292000-07-20 Jason Merrill <jason@redhat.com>
9230
9231 * configure.in: Remove all references to libg++ and librx.
9232
9233 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9234
1af08294
HPN
92352000-07-20 Hans-Peter Nilsson <hp@axis.com>
9236
9237 * config.sub: Update to subversions version 2000-07-06.
9238
ba73c63f
JM
92392000-07-12 Andrew Haley <aph@cygnus.com>
9240
9241 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9242 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9243
92442000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9245
9246 * symlink-tree: Check number of arguments.
9247
d932cae7 92482000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9249
9250 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9251
ba73c63f
JM
92522000-07-05 Jim Wilson <wilson@cygnus.com>
9253
9254 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9255 search path for a g++ extracted from the build tree. This
9256 will allow link tests run by configure scripts in
9257 subdirectories to succeed.
9258
92ee2f86
UC
92592000-07-01 Koundinya K <kk@ddeorg.soft.net>
9260
80413487 9261 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9262
23f2f29f
CV
92632000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9264
9265 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9266 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9267
f04f5a67
TW
92682000-06-19 Timothy Wall <twall@cygnus.com>
9269
9270 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9271 * config.sub: Add tic54x target.
9272
11da68be
NC
92732000-06-07 Phillip Thomas <pthomas@suse.de>
9274
9275 * README-maintainer-mode: New file: Contains notes on using
9276 --enable-maintainer-mode with binutils.
9277
d932cae7 92782000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9279
9280 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9281
d932cae7 92822000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9283
9284 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9285 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9286
9442cea3
L
928720000-05-21 H.J. Lu (hjl@gnu.org)
9288
80413487
RH
9289 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9290 directory are used if they exist. Make sure
9291 $(build_tooldir)/include is searched for header files,
9292 $(build_tooldir)/lib/ for library files.
9442cea3 9293 (GCC_FOR_TARGET): Likewise.
80413487 9294 (CXX_FOR_TARGET): Likewise.
9442cea3 9295
d932cae7 92962000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9297
9298 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9299
d932cae7 93002000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9301
9302 * Makefile.in (configure-target-libiberty): Depend on
9303 configure-target-newlib.
9304
ba73c63f
JM
93052000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9306
9307 * configure.in, Makefile.in: Merge all libffi-related
9308 configury stuff from the libgcj tree.
9309
d932cae7 93102000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9311
9312 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9313 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9314
d932cae7 93152000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9316
9317 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9318 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9319 current version information. Add to proto-toplev directory.
b5a23627
AC
9320 (gdb-taz): Build do-djunpack.
9321
ba73c63f
JM
93222000-05-15 David Edelsohn <edelsohn@gnu.org>
9323
9324 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9325
7c86ed39
L
93262000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9327
9328 * ltmain.sh: Preserve in relink_command any environment
9329 variables that may affect the linker behavior.
9330
d932cae7 93312000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9332
9333 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9334
d932cae7 93352000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9336
9337 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9338
ed0a91a5
EZ
93392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9340
9341 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9342 with the version name.
ed0a91a5 9343
ba73c63f 93442000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9345
ba73c63f 9346 * config.if: Tweak.
6cafa39f 9347
ba73c63f 93482000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9349
ba73c63f 9350 * djunpack.bat: New file.
66156876 9351
d932cae7 93522000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9353
9354 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9355 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9356 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9357 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9358
ba73c63f
JM
93592000-04-16 Dave Pitts <dpitts@cozx.com>
9360
80413487
RH
9361 * config.sub (case $basic_machine): Change default for "ibm-*"
9362 to "openedition".
ba73c63f 9363
d932cae7 93642000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9365
9366 * Makefile.in (gdb-taz): New target. GDB specific archive.
9367 (do-md5sum): New target.
9368 (MD5PROG): Define.
9369 (PACKAGE): Default to TOOL.
9370 (VER): Default to a shell script.
9371 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9372 md5 checksum generation.
b35ece4e
AC
9373 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9374 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9375 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9376 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9377
d932cae7 93782000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9379
9380 * configure (warn_cflags): Delete.
9381
ba73c63f 93822000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9383 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9384
80413487
RH
9385 * configure.in (enable_libstdcxx_v3): Add.
9386 (target_libs): Add bits here to switch between libstdc++-v2 and
9387 libstdc++-v3.
9388 * config.if: And this file too.
9389 * Makefile.in: Add libstdc++-v3 targets.
35590697 9390
ba73c63f
JM
93912000-04-05 Michael Meissner <meissner@redhat.com>
9392
9393 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9394
d332c5ac
JM
93952000-03-29 Jason Merrill <jason@casey.cygnus.com>
9396
9397 * configure.in: -linux-gnu*, not -linux-gnu.
9398
d932cae7 93992000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9400
9401 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9402 (do-tar-bz2): Replace TOOL with PACKAGE.
9403 (gdb.tar.bz2): Remove GDBTK from GDB package.
9404 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9405 dejagnu.tar.bz2): New packages.
6dcbc97b 9406
96ce09a7
ILT
94072000-02-27 Andreas Jaeger <aj@suse.de>
9408
9409 * configure.in: Add entry for mips*-*-linux*, move catch all
9410 *-*-*linux* entry below this one.
9411
2031769e
ILT
94122000-02-27 Ian Lance Taylor <ian@zembu.com>
9413
9414 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9415
4bab746c
NC
94162000-02-24 Nick Clifton <nickc@cygnus.com>
9417
9418 * config.sub: Support an OS of "wince".
9419
d932cae7 94202000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9421
9422 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9423 version.
ada59422 9424
5b93d8bb
AM
94252000-02-23 Linas Vepstas <linas@linas.org>
9426
9427 * config.sub: Add support for Linux/IBM 370.
9428 * configure.in: Likewise.
9429
2fb651f6
NC
94302000-02-22 Nick Clifton <nickc@cygnus.com>
9431
9432 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9433
b8441c25
CF
94342000-02-20 Christopher Faylor <cgf@cygnus.com>
9435
9436 * config.guess: Guess "cygwin" rather than "cygwin32".
9437
d332c5ac
JM
94382000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9439
9440 * configure (gcc_version): When setting, narrow search to
9441 lines containing `version_string'.
9442
ba73c63f
JM
94432000-02-15 Denis Chertykov <denisc@overta.ru>
9444
9445 * config.sub: Add support for avr target.
9446
d932cae7 94472000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9448
9449 * config.sub: Add mmix-knuth-mmixware.
9450
94512000-01-27 Christopher Faylor <cgf@redhat.com>
9452
9453 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9454 structure stuff to -L library search.
9455 (CXX_FOR_TARGET): Ditto.
9456 (CROSS_CHECK_MODULES): Fix spelling mistake.
9457
94582000-01-24 Mark Mitchell <mark@codesourcery.com>
9459
9460 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9461 the C++ compiler.
9462
94632000-01-12 Richard Henderson <rth@cygnus.com>
9464
9465 * configure.in: Don't build some bits for beos.
9466
94672000-01-12 Joel Sherrill (joel@OARcorp.com)
9468
9469 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9470 as include files.
9471
91b2c84d
GK
94722000-01-06 Geoff Keating <geoffk@cygnus.com>
9473
9474 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9475 not mh-aix43.
9476
ba73c63f
JM
94771999-12-14 Richard Henderson <rth@cygnus.com>
9478
9479 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9480 * config.sub: Accept alphaev[78], alphaev8.
9481
94821999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9483
9484 * config.guess, config.sub: Update from autoconf.
9485
9486Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9487
9488 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9489 necessary libraries are missing.
9490
94911999-10-25 Andreas Schwab <schwab@suse.de>
9492
9493 * configure: Fix quoting inside arguments of eval.
9494
94951999-10-21 Nick Clifton <nickc@cygnus.com>
9496
9497 * config-ml.in: Allow suppression of some ARM multilibs.
9498
9499Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9500
9501 * config.guess: Add OS/390 match pattern.
9502 * config.sub: Add mvs, openedition targets.
9503 * configure.in (i370-ibm-opened*): New.
9504
ef14edc4
ILT
95051999-09-04 Steve Chamberlain <sac@pobox.com>
9506
9507 * config.sub: Add support for configuring for pj.
9508
afb478e8
NC
95091999-08-31 Nick Clifton <nickc@cygnus.com>
9510
fd6848f6 9511 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9512
ba73c63f 95131999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9514
9515 * configure.in: Do not configure or build ld for AIX
9516 platforms. ld is known to be broken on these platforms.
9517
ba73c63f
JM
9518Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9519
9520 * config-ml.in: Pass compiler flag corresponding to multidirs to
9521 subdir configures.
9522
c363de44
ILT
95231999-08-09 Ian Lance Taylor <ian@zembu.com>
9524
9525 * Makefile.in (LDFLAGS): Define.
9526
dc8bc5a6
ILT
95271999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9528
9529 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9530 noconfigdirs.
9531 (*-*-cygwin*): Likewise.
9532
6ca3858e
ILT
95331999-08-08 Ian Lance Taylor <ian@zembu.com>
9534
71141bb6
ILT
9535 * mkdep: New file.
9536 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9537 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9538
6ca3858e
ILT
9539 From Eli Zaretskii <eliz@is.elta.co.il>:
9540 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9541 long file name when using DJGPP on MS-DOS.
9542
ba73c63f
JM
9543Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9544
9545 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9546
2735a327
AM
95471999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9548
9549 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9550 dependency as this causes "make check" to globally "make all"
9551
ba73c63f
JM
9552Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9553
9554 * configure.in (target_libs): Added target-zlib.
9555 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9556 (CONFIGURE_TARGET_MODULES): Likewise.
9557 (CHECK_TARGET_MODULES): Likewise.
9558 (INSTALL_TARGET_MODULES): Likewise.
9559 (CLEAN_TARGET_MODULES): Likewise.
9560 (configure-target-zlib): New target.
9561 (all-target-zlib): Likewise.
9562 (all-target-libjava): Depend on all-target-zlib.
9563 (configure-target-libjava): Depend on configure-target-zlib.
9564
9565 * Makefile.in (configure-target-libjava): Depend on
9566 configure-target-newlib.
9567 (configure-target-boehm-gc): New target.
9568 (configure-target-qthreads): New target.
9569
80413487
RH
9570 * configure.in (target_libs): Added target-qthreads.
9571 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9572 (CONFIGURE_TARGET_MODULES): Likewise.
9573 (CHECK_TARGET_MODULES): Likewise.
9574 (INSTALL_TARGET_MODULES): Likewise.
9575 (CLEAN_TARGET_MODULES): Likewise.
9576 (all-target-qthreads): New target.
9577 (configure-target-libjava): Depend on configure-target-qthreads.
9578 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9579
9580 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9581 (CONFIGURE_TARGET_MODULES): Likewise.
9582 (CHECK_TARGET_MODULES): Likewise.
9583 (INSTALL_TARGET_MODULES): Likewise.
9584 (CLEAN_TARGET_MODULES): Likewise.
9585 (all-target-libjava): New target.
9586 (all-target-boehm-gc): Likewise.
9587 * configure.in (target_libs): Added libjava, boehm-gc.
9588
08d836d6
ILT
95891999-07-22 Ian Lance Taylor <ian@zembu.com>
9590
9591 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9592 configure.bat in SUPPORT_FILES.
9593 (gas+binutils.tar.bz2): Likewise.
9594
9595 * makeall.bat: Remove; obsolete.
9596
8f36e47c
ILT
95971999-07-21 Ian Lance Taylor <ian@zembu.com>
9598
9599 From Mark Elbrecht:
9600 * configure.bat: Remove; obsolete.
9601
56e82f25
ILT
96021999-07-11 Ian Lance Taylor <ian@zembu.com>
9603
9604 * configure: Add -W -Wall to the default CFLAGS when compiling with
9605 gcc.
9606
1001d816
JL
9607Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9608
9609 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9610
106117aa
MM
96111999-06-30 Mark Mitchell <mark@codesourcery.com>
9612
9613 * configure.in: Build ld on IRIX6.
9614
c376f4ed
ILT
96151999-06-12 Ian Lance Taylor <ian@zembu.com>
9616
9617 * Makefile.in: Change distribution targets to use bzip2 instead of
9618 gzip.
9619 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9620 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9621
306b7445
NC
96221999-06-04 Nick Clifton <nickc@cygnus.com>
9623
9624 * config.sub: Add mcore target.
9625
d932cae7 96261999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9627
9628 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9629
d932cae7 96301999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9631
9632 * config.guess (dummy): Changed to $dummy.
9633
6c3175b0
NC
96341999-05-24 Nick Clifton <nickc@cygnus.com>
9635
ba73c63f
JM
9636 * config.sub: Tidied up case statements.
9637
96381999-05-22 Ben Elliston <bje@cygnus.com>
9639
9640 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9641 <jiro@din.or.jp>.
9642
9643 * config.guess: Merge with FSF version. Future changes will be
9644 more accurately recorded in this ChangeLog.
9645 * config.sub: Likewise.
9646
d932cae7 96471999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9648
9649 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9650
252b5132
RH
96511999-04-30 Tom Tromey <tromey@cygnus.com>
9652
9653 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9654
96551999-04-23 Tom Tromey <tromey@cygnus.com>
9656
9657 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9658
96591999-04-20 Drew Moseley <dmoseley@cygnus.com>
9660
9661 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9662 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9663 Bad merge removed these two changes.
9664
ba73c63f 9665Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9666 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9667
9668 * config.guess (interix Alpha): Add.
9669
252b5132
RH
96701999-04-11 Richard Henderson <rth@cygnus.com>
9671
9672 * configure.in (i?86-*-beos*): Do config gperf; don't config
9673 gdb, newlib, or libgloss.
9674
d932cae7 96751999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9676
ba73c63f
JM
9677 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9678 link a trivial program with -mabi=64. If it fails, remove mabi=64
9679 from multidirs.
9680
d932cae7 96811999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9682
9683 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9684
252b5132
RH
96851999-04-08 Nick Clifton <nickc@cygnus.com>
9686
9687 * config.sub: Add support for mcore targets.
9688
96891999-04-07 Michael Meissner <meissner@cygnus.com>
9690
9691 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9692 not mt-ospace, in order to shut up assembler warning about using
9693 symbols that are named the same as registers.
9694
96951999-04-07 Drew Moseley <dmoseley@cygnus.com>
9696
9697 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9698 dependency list for all-target-cygmon.
9699
97001999-04-05 Doug Evans <devans@casey.cygnus.com>
9701
9702 * config-ml.in: Check $host, not $target, for selective multilibs.
9703 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9704 thumb interworking, and underscore prefix multilibs.
9705
97061999-04-04 Ian Lance Taylor <ian@zembu.com>
9707
9708 * missing: Update to version from current automake.
9709
9710Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9711
9712 * configure (gxx_include_dir): Removed.
9713
9714 * configure.in (gxx_include_dir): Handle it.
9715 * Makefile.in: Likewise.
9716
97171999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9718
9719 * config.sub (mips64vr4111,mips64vr4111el) Add.
9720
97211999-03-21 Ben Elliston <bje@cygnus.com>
9722
80413487 9723 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9724
9725Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9726
252b5132
RH
9727 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9728 config/mh-djgpp.
9729
9730Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9731
9732 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9733 all-target-newlib to dependency list for all-target-bsp.
9734
9735Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9736
9737 * config.sub: Add i386-uwin support.
9738 * config.guess: Likewise.
9739
9740Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9741
9742 * configure.in: cleanup, add mh-*pic handling for arm, special
9743 case powerpc*-*-aix*
9744
9745Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9746
9747 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9748 can be built.
9749
9750Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9751
9752 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9753 targets.
252b5132
RH
9754
97551999-03-02 Nick Clifton <nickc@cygnus.com>
9756
9757 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9758
d932cae7 97591999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9760
9761 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9762
97631999-02-24 Nick Clifton <nickc@cygnus.com>
9764
9765 * config.sub: Fix typo in arm recognition.
9766
d932cae7 97671999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9768
9769 * configure.in (noconfigdirs): Changed target_configdirs to
9770 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9771 rather than m68k-*-* since it is not known to work on
9772 m68k-aout. Ditto for arm-*-*oabi.
9773
d932cae7 97741999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9775
9776 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9777
97781999-02-19 Ben Elliston <bje@cygnus.com>
9779
9780 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9781 Smart and improved by Andrew Cagney.
9782
d932cae7 97831999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9784
9785 * config.guess: Recognize openbsd-*-hppa.
9786
d932cae7 97871999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9788
9789 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9790 only if it is not empty.
9791
97921999-02-17 Nick Clifton <nickc@cygnus.com>
9793
9794 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9795
fd6848f6 9796 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9797
9798 * config.sub: Modified to recognize uname's armv* syntax.
9799
98001999-02-17 Mark Salter <msalter@cygnus.com>
9801
9802 * configure.in: Added target-bsp for sparclite.
9803
d932cae7 98041999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9805
9806 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9807
98081999-02-08 Nick Clifton <nickc@cygnus.com>
9809
9810 * configure.in: Add support for strongarm port.
9811 * config.sub: Add support for strongarm target.
9812
d932cae7 98131999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9814
252b5132
RH
9815 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9816 the old name config/mh-cygwin32.
9817 Enable texinfo.
9818
d932cae7 98191999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9820
9821 * configure.in: Do build ld for ix86 Solaris.
9822
d932cae7 98231999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9824
9825 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9826 $AR_FOR_TARGET. Likewise for RANLIB.
9827
d932cae7 98281999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9829
80413487
RH
9830 * config.sub (oabi): Recognize.
9831 * configure.in (arm-*-oabi): Handle.
252b5132 9832
d932cae7 98331999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9834
9835 * config.guess: Improve detection of i686 on UnixWare 7.
9836
d932cae7 98371999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9838
9839 * config.guess: Add support for i386-pc-interix.
9840 * config.sub: Likewise.
9841 * configure.in: Likewise.
252b5132 9842
d932cae7 98431999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9844
9845 * Makefile.in: Remove unneeded all-target-libio from
9846 from all-target-winsup target since it is now unneeded.
9847 Add all-target-libtermcap in its place since it is now
9848 needed.
9849
d932cae7 98501998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9851
9852 * configure.in: makefile stub for cygwin target is probably
9853 unnecessary. Remove it for now.
252b5132 9854
d932cae7 98551998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9856
9857 * configure.in: libtermcap.a should be built when cygwin is the
9858 target as well as the host.
9859 * config.guess: Allow mixed case in cygwin uname output.
9860 * Makefile.in: Add libtermcap target.
252b5132 9861
d932cae7 98621998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9863
9864 * config.sub: Clean up handling of hppa2.0.
9865
d932cae7 98661998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9867
9868 * config.guess: Use C code to identify more HP machines.
9869
9870Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9871
9872 * config.sub: Handle hppa2.0.
9873
ba73c63f
JM
9874Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9875
9876 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9877 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9878
98791998-12-15 Mark Salter <msalter@cygnus.com>
9880
9881 * configure.in: Added target-bsp for several target architectures.
9882
9883 * Makefile.in: Added rules for bsp.
9884
252b5132
RH
9885Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9886
9887 * config.guess: Improve detection of hppa2.0 processors.
9888
9889Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9890
9891 * config.guess: Recognize FreeBSD using ELF automatically.
9892
98931998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9894
9895 * configure (skip-this-dir): Add handling for new shell script, which
9896 might be created by a sub-directory's configure to indicate, this particular
9897 directory is "unwanted".
9898 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9899
252b5132
RH
9900Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9901
9902 * ltconfig: import from libtool, after changing libtool to
9903 account for the cygwin name change.
9904
9905Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9906
9907 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9908 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9909
9910Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9911
9912 * configure.in: Add libtermcap to list of cygwin dependencies.
9913
d932cae7 99141998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9915
80413487
RH
9916 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9917 they include winsup/include when it's a cygwin target.
252b5132
RH
9918
99191998-11-12 Tom Tromey <tromey@cygnus.com>
9920
9921 * configure.in (host_tools): Added zip.
9922 * Makefile.in (all-target-libjava): Depend on all-zip.
9923 (all-zip): New target.
9924 (ALL_MODULES): Added all-zip.
9925 (NATIVE_CHECK_MODULES): Added check-zip.
9926 (INSTALL_MODULES): Added install-zip.
9927 (CLEAN_MODULES): Added clean-zip.
9928
d932cae7 99291998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9930
9931 * Makefile.in: lose "32" from comment about cygwin.
9932
d932cae7 99331998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9934
9935 * configure.in: Use -Os to build target libraries for the fr30.
9936
d932cae7 99371998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9938
9939 * config.sub: Add fr30.
9940
d932cae7 99411998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9942
80413487 9943 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9944 cygwin* instead of cygwin32*.
9945 * config.sub: Check cygwin* instead of cygwin32*.
9946
d932cae7 99471998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9948
9949 * config.guess: Match any version of Unixware7.
9950
252b5132
RH
99511998-10-20 Syd Polk <spolk@cygnus.com>
9952
9953 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9954 if desired.
9955
d932cae7 99561998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9957
9958 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9959 these if the appropriate directories and files to not exist.
9960
d932cae7 99611998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9962
9963 * Makefile.in (DEVO_SUPPORT): Add config.if.
9964
d932cae7 99651998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9966
9967 * configure: Add pattern to replace "build_tooldir"'s
9968 definition in the generated Makefile with "tooldir"'s
9969 actual value.
9970
252b5132
RH
9971Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9972
9973 * config.sub: Bring back lost sparcv9.
9974
ba73c63f
JM
9975 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9976
9977Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9978
9979 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9980 CC_FOR_TARGET and friends.
9981
9982Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9983
ba73c63f
JM
9984 * Makefile.in (build_tooldir): New variable, same as tooldir.
9985 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9986 -B$(build_tooldir)/bin/.
9987 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9988
252b5132
RH
9989Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9990
9991 * config.sub: Add support for i[34567]86-pc-udk.
9992 * configure.in: Likewise.
9993
9994Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9995
9996 * Makefile.in: add bzip2 package building bits for user
9997 tools module
9998 * configure.in: ditto
9999
ba73c63f
JM
10000Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10001
10002 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10003 (ALL_TARGET_MODULES): Add all-target-libobjc.
10004 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10005 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10006 (all-target-libchill): Add dependencies.
10007 * configure.in (target_libs): Add libchill.
35590697 10008
252b5132
RH
100091998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10010
ba73c63f 10011 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10012
10013Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10014
10015 * Makefile.in (all-automake): fix dependencies.
10016
10017Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10018
10019 * configure.in: Minor cleanups for building in the $(target_alias)
10020 subdir.
10021
100221998-09-22 Jim Wilson <wilson@cygnus.com>
10023
10024 * Makefile.in (bootstrap): Set r and s before make all. Use
10025 BASE_FLAGS_TO_PASS in make all.
10026 (cross): Likewise.
10027
100281998-09-20 Mark Mitchell <mark@markmitchell.com>
10029
10030 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10031
252b5132
RH
10032Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10033
10034 * config.sub: Fix typo in last change.
10035
100361998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10037
10038 * config.sub: Add support for C4x target.
10039 * configure.in: Likewise.
10040
100411998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10042
10043 * config.sub: Recognize sparcv9 just like sparc64.
10044
10045Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10046
10047 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10048
10049Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10050
10051 * config.guess: Correctly identify Pentium II sco boxes.
10052
10053 * config.guess: Fix "tr" code. From Weiwen Liu.
10054
10055Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10056
10057 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10058 stabs.
10059
10060Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10061
10062 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10063 (ALL_TARGET_MODULES): Add all-target-libchill.
10064 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10065 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10066 (all-target-libchill): Add dependencies.
10067 * configure.in (target_libs): Add libchill.
10068
10069Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10070
10071 * config.guess: Avoid assumptions about "tr" behaves when
10072 LANG is set to something other than English.
10073
10074Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10075
10076 * configure (gxx_include_dir): Changed to
10077 '${prefix}/include/g++'-${libstdcxx_interface}.
10078
10079 * config.if: New to determine the interfaces.
10080
10081Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10082
10083 * config.guess: Detect and handle MPE/IX.
10084 * config.sub: Deal with MPE/IX.
10085
10086Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10087
10088 * configure.in: Use mh-aix43.
10089
100901998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10091
10092 * configure: Fix --without/--disable cases for gxx-include-dir.
10093
10094Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10095
10096 * mdata-sh: Imported. Needed for automake support.
10097
10098Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10099
ba73c63f 10100 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10101 "chmod og=u `find . -print`".
10102
10103Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10104
ba73c63f 10105 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10106
10107Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10108
10109 * Makefile.in: Undo previous patch.
10110
10111Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10112
10113 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10114 to here ...
10115 (install-no-fixedincludes): and here
10116 (INSTALL_MODULES): ... from here.
10117
10118Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10119
10120 * config.sub: Merge with FSF.
10121
10122 * config.guess: Merge with FSF.
10123
10124Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10125
10126 * configure (extraconfigdirs): New variable.
10127 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10128 * Makefile.in (all): Move higher in file.
10129 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10130 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10131 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10132 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10133 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10134
101351998-07-23 Brendan Kehoe <brendan@cygnus.com>
10136
10137 * Makefile.in (all-target-libjava): Depend on all-gcc and
10138 all-target-newlib.
10139 (configure-target-libjava): Depend on $(ALL_GCC).
10140
10141Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10142
10143 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10144 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10145
10146Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10147
10148 * ylwrap: Change absolute path checks to check for DOS style path
10149 names.
10150
10151 * ylwrap: Don't use a full path name if the source file is in the
10152 same directory. From hjl@lucon.org (H.J. Lu).
10153
10154 * config-ml.in: Default to being verbose, to match Feb 18 change to
10155 configure.
10156
10157Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10158
10159 Brought over from egcs:
10160
10161 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10162
10163 * configure.in (target_subdir): Set to ${target_alias} instead
10164 of "libraries".
10165
10166 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10167
10168 * configure.in (target_subdir): Set to libraries if enable_multilib.
10169
10170Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10171
10172 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10173 multilibs, force reconfiguration the first time we create
10174 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10175
10176Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10179 avoid confusion with --no-recursion.
10180
10181Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10182
10183 * configure.in: Win32 hosts shouldn't use install -x
10184 * install-sh: remove -x option, and special .exe-handling
10185 hack.
10186
10187Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10188
10189 * config.guess: Recognize i586-pc-beos.
10190 * configure.in: Don't build some bits for beos.
10191
10192Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10193
10194 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10195 CFLAGS default to -O2.
10196
10197 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10198 when using GNU ld.
10199
10200Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * ltmain.sh: Correct install when using a different shell.
10203
10204Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10205
10206 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10207
10208Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10209
10210 * makefile.vms: Update to build binutils/makefile.vms. Add install
10211 target.
10212
10213Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10214
10215 * ltconfig: Update to correct AIX handling.
10216
10217Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10218
10219 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10220
10221 * configure.in (target_subdir): Set to ${target_alias} instead
10222 of "libraries".
10223
102241998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10225
10226 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10227 (Makefile): Depend on $(gcc_version_trigger).
10228
10229 * configure (gcc_version): Change default initializer to empty
10230 string.
10231 (gcc_version_trigger): New variable; pass this variable down
10232 to subdir configures to enable them checking gcc's version
10233 themselves. Emit make macros for both gcc_version vars.
10234 (topsrcdir): Initialize reliably.
10235 (recursion line): Remove --with-gcc-version=${gcc_version}.
10236
102371998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10238
10239 * configure (enable_version_specific_runtime_libs): Implement new flag
10240 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10241 in $(libsubdir); emit definition in each generated Makefile.
10242 (gxx_include_dir): Initialize depending on
10243 $enable_version_specific_runtime_libs.
10244
102451998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10246
10247 * configure (gcc_version): Initialize properly depending on
10248 how and where configure is started.
10249 (recursion line): Pass a --with-gcc-version=${gcc_version}
10250 to configures in subdirs.
10251
10252Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10253
10254 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10255 cygmon
252b5132
RH
10256
10257Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10258
10259 * configure.in: Add cygmon and libstub support for mn10200.
10260
102611998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10262
10263 * configure (gcc_version): Add new variable describing the
10264 particular gcc version we're building.
10265 * Makefile.in (libsubdir): Add new macro for the directory
10266 in which the compiler finds executables, libraries, etc.
10267 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10268 and libsubdir.
10269
10270Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10271
ba73c63f
JM
10272 * Makefile.in (local-clean): Remove *.log.
10273 (warning.log): Built with warn_summary from build.log.
10274 (mail-report.log): Run test_summary.
10275 (mail-report-with-warnings.log): Run test_summary including
10276 warning.log in the report.
252b5132
RH
10277
10278Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10279
10280 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10281
10282Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10283
10284 * Makefile.in (grep): Grep no longer depends on libiberty.
10285
10286Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10287
10288 * Makefile.in: all-snavigator needs all-libgui.
10289
10290Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10291
10292 * configure.in: Add cygmon and libstub support for mn10300.
10293
10294Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10295
10296 * missing: Update to version from automake 1.3.
10297
10298 * ltmain.sh: On installation, don't get confused if the same name
10299 appears more than once in the list of library names.
10300
10301Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10302
10303 * config.sub: Accept m68060 and m5200 as CPU names.
10304
10305Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10306
10307 * configure: Use && rather than using -a in test, because odd
10308 strings can confuse test.
10309 * configure.in: Likewise.
10310
10311Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10312
10313 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10314
10315Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10316
10317 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10318 bootstrap4-lean): New targets.
10319
10320Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10321
10322 * mpw-* Delete. Not used.
252b5132
RH
10323
10324Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10325
10326 * COPYING.LIB: Update FSF address.
10327
10328Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10329
10330 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10331
10332 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10333 GAS_SUPPORT_DIRS.
10334
10335Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10336
10337 * ltconfig, ltmain.sh: Avoid producing a version number if
10338 -version-info was not used.
10339
10340Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10341
10342 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10343 building with newlib.
10344
103451998-04-30 Paul Eggert <eggert@twinsun.com>
10346
ba73c63f 10347 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10348 Solaris `make' causes it to continue to next definition.
252b5132 10349
afb8d725
JM
10350Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10351
10352 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10353 the right GUI libraries and files are installed along with GDB.
10354
252b5132
RH
10355Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10356
10357 * configure.in: Change alpha to alpha* in several places.
10358
10359Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10360
10361 * config.sub: Recognize sparc86x.
10362
10363Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10364
252b5132
RH
10365 * configure.in (--enable-target-optspace): Remove debug echo.
10366
10367Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10368
10369 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10370
10371Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10372
10373 * ltconfig: Update cygwin32 support.
10374
10375 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10376 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10377 (GDB_SUPPORT_DIRS): Likewise.
10378
10379Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10380
10381 * configure.in (target_makefile_frag): If --enable-target-optspace,
10382 use -Os to compile target libraries rather than -O2. Default to
10383 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10384 not used.
10385 * configure.in (target_cflags): Ditto for d30v.
10386
10387Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10388
10389 * Makefile.in (all-bfd): Depend on all-intl.
10390 (all-binutils): Likewise.
10391 (all-gas): Likewise.
10392 (all-gprof): Likewise.
10393 (all-ld): Likewise.
10394
252b5132
RH
103951998-04-19 Brendan Kehoe <brendan@cygnus.com>
10396
10397 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10398
10399Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * Makefile.in (all-bfd): Depend upon all-libiberty.
10402
10403 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10404
10405Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10406
10407 * Makefile.in: Add libstub.
10408
10409 * configure.in: Ditto. Build libstub for targets that have cygmon
10410 support.
10411
10412Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10415
10416Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10417
10418 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10419 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10420
10421Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10422
10423 * configure: Define DEFAULT_M4 by searching PATH.
10424 * Makfile.in: Use DEFAULT_M4.
10425
10426Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * ltconfig: Add cygwin32 support.
10429
10430 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10431 to configure and build.
10432
10433Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10434
10435 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10436
10437Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10438
10439 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10440
10441Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10442
10443 * Makefile.in: add ash make rules
10444 * configure.in: add ash to native_only and host_tools lists
10445
10446Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10447
10448 * Makefile.in (all-gettext, all-intl): New targets.
10449 (ALL_MODULES): Added all-gettext, all-intl.
10450 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10451 (INSTALL_MODULES): Added install-gettext, install-intl.
10452 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10453
10454 * configure.in (host_tools): Added gettext.
10455 (native_only): Likewise.
10456 (noconfigdirs) [various cases]: Likewise.
10457 (host_libs): Added intl.
10458
afb8d725
JM
10459Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10460
10461 * configure: Do not disable building gdbtk for cygwin32 hosts.
10462
ba73c63f
JM
10463Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10464
10465 * configure.in: Add thumb-coff target.
10466 * config.sub: Add thumb-coff target.
10467
252b5132
RH
10468Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10469
10470 * Makefile.in: Revert yesterday's change.
10471 (all-target-winsup): all-target-librx stays out of here.
10472
10473Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10474
ba73c63f
JM
10475 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10476 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10477 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10478 Remove references to librx and libg++.
10479
10480Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10481
10482 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10483 recursive makes
10484
10485Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10488 for newlib directory.
10489 (CXX_FOR_TARGET): Likewise.
10490
10491Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10492
10493 * ltconfig: Update after libtool/ltconfig.in change for
10494 hpux11.
10495
10496Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10497
10498 * ltconfig, ltmain.sh: Update to libtool 1.2.
10499
10500Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10501
10502 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10503 (install-gcc-cross): Instead, override LANGUAGES here.
10504
105051998-03-18 Dave Love <d.love@dl.ac.uk>
10506
10507 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10508 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10509
10510Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10511
10512 * configure.in: Add Thumb-pe target.
10513
10514Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10515
252b5132
RH
10516 * Makefile.in - changed sn targets to snavigator
10517 * configure.in - changed sn targets to snavigator
10518
10519Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10520
10521 * config-ml.in: After building symlink tree call make distclean
10522 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10523 to be the case for libiberty.
10524
10525Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10526
10527 * configure: When making link, also check the current
10528 directory. The configure scripts may create one.
10529
10530Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10531
10532 * config.sub: Accept alphapca56 and alphaev6 properly.
10533
10534Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10535
10536 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10537
252b5132
RH
10538Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10539
80413487 10540 * config.sub (sco5): Fix typo.
252b5132
RH
10541
10542Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10545 install-itcl.
10546 (install-itcl): Remove dependency on install-tcl.
10547
10548Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10549
10550 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10551
252b5132
RH
10552Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure.in: Don't build libgui for a cygwin32 target when not on
10555 a cygwin32 host.
10556
10557Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10558
10559 * configure (redirect): Set to null, so default behavior of
10560 configure is now --verbose.
10561
105621998-02-16 Dave Love <d.love@dl.ac.uk>
10563
10564 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10565 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10566
10567Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10568
10569 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10570 this change to sync Makefile.in with its ChangeLog entries.
10571
10572Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10573
10574 * ltmain.sh (mkdir): Check that the directory doesn't exist
10575 before we exit with error, so that we don't get races during
10576 parallel builds.
10577
10578Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10581
10582Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10583
10584 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10585 PICFLAG_FOR_TARGET.
10586 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10587
10588 * configure: Emit a definition for the new macro enable_shared
10589 into each Makefile.
10590
252b5132
RH
10591Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10592
10593 * configure.in (host_tools, native_only): Add libtool.
10594
10595Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10596
10597 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10598 Fix typo in ming config comment.
10599
10600Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10601
10602 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10603
10604Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * config.sub: Add tic30 cases, and map c30 to tic30.
10607
ba73c63f
JM
10608Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10609
10610 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10611 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10612 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10613 (CLEAN_TARGET_MODULES): Similarly
10614 (all-target-libf2c): Add dependences.
35590697 10615 * configure.in (target_libs): Add libf2c.
ba73c63f 10616
252b5132
RH
10617Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10618
ba73c63f
JM
10619 * configure.in: Remove expect from noconfigdirs when target
10620 is cygwin32. OK to build expect and dejagnu with Canadian
10621 Cross.
252b5132
RH
10622
10623Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10624
10625 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10626 host.
10627
10628 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10629 and mingw32.
10630
10631Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10632
10633 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10634 here as it is not defined in the toplevel Makefile.
10635
10636Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10637
10638 * configure (package_makefile_rules_frag): New variable, which names
10639 a file with generic rules, ...
10640 Change comment to mention we now have FIVE parts.
10641 * configure: Undo last change.
10642
10643Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10644
10645 * config.guess: More accurate determination of HP processor types.
10646 * config.sub: More accurate determination of HP processor types.
10647
10648Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10649
10650 * configure (package_makefile_frag): Move inserting the
10651 ${package_makefile_frag} to where it should be according
10652 to the comment.
10653
ba73c63f 10654Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10655
10656 * config.guess: Add support for Linux/ARM.
10657
10658Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10659
10660 * .cvsignore: Remove *-info and *-install since they match
10661 release-info and mpw-install, which we don't want to just ignore.
10662
10663Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10664
10665 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10666
10667Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10668
10669 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10670 local_prefix to sub-make invocations.
10671
10672Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10673
10674 * configure.in: Check makefile fragments in the source
10675 directory.
10676
10677Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10678
ba73c63f
JM
10679 * configure.in: Check whether host and target makefile
10680 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10681
10682Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10683
10684 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10685
252b5132
RH
10686Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10687
10688 * configure.in: Make sure we only replace RPATH_ENVVAR on
10689 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10690 regexp to sed.
10691
10692 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10693 to sub-makes.
10694
106951998-01-13 Lee Iverson (leei@ai.sri.com)
10696
10697 * config-ml.in (multi-do): LDFLAGS must include multilib
10698 designator.
10699
10700Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10701
10702 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10703
10704Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10705
10706 * config.sub: Add mingw32 support.
10707 * configure.in: Likewise.
252b5132
RH
10708
10709Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10710
10711 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10712
10713Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10714
10715 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10716 * configure (gxx_include_dir): Provide a definition for subdirs
10717 which do not use autoconf.
10718
10719Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10720
10721 * config.guess: Sync with egcs. Picks up new alpha support,
10722 BeOS & some additional linux support.
10723
ba73c63f 10724Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10725
10726 * config.guess: HP 9000/803 is a PA1.1 machine.
10727
ba73c63f
JM
10728Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10729
10730 * configure.in: It's alpha*-...
252b5132
RH
10731
10732Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10733
ba73c63f
JM
10734 * configure.in (host_makefile_frag, target_makefile_frag):
10735 Handle multiple config files.
10736 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10737 alpha-*-*.
252b5132
RH
10738
10739Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10740
10741 * mkdep: New file.
10742
10743Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10744
10745 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10746
10747Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10748
10749 * Makefile.in: Add libgui directory.
10750 (GDB_TK): Add all-libgui.
10751 * configure.in: Add libgui directory.
10752 * configure: Add all-libgui to GDB_TK.
10753
10754Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10755
10756 * config-ml.in (multidirs): Add m32r to multilib list.
10757
10758Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10759
10760 * Makefile.in (all-target-gperf): Change dependency to
10761 all-target-libstdc++.
10762
10763Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10764
10765 * config.guess: Add BeOS support.
10766
10767Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10768
10769 Source directory cvs renamed to cvssrc:
10770 * configure.in (host_tools): Change cvs to cvssrc.
10771 (native_only): Likewise.
10772 (noconfigdirs) [various cases]: Likewise.
10773 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10774 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10775 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10776 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10777 (all-cvssrc): Rename target from all-cvs.
10778
10779Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10780
10781 * configure (gxx_include_dir): Fix thinko.
10782
10783Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10784
10785 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10786 (install-cross, install-gcc-cross): New targets.
10787
10788Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10789
10790 * configure.in (noconfigdirs): Add support for Thumb target.
10791
10792 * config.sub (maybe_os): Add support for Thumb target.
10793
10794Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10795
10796 * Makefile.in: Add rules for cygmon.
10797
10798 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10799
10800Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10801
10802 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10803 * configure (gxx_include_dir): Provide a definition for subdirs
10804 which do not use autoconf.
10805
10806Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10807
10808 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10809 11/18/97 build
252b5132
RH
10810
10811Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10812
10813 * From Franz Sirl.
10814 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10815 found on RedHat Linux systems.
10816
10817Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10818
10819 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10820 guesses.
10821
10822Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10823
10824 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10825
10826Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10827
10828 * ltmain.sh: If mkdir fails, check whether the directory was created
10829 anyhow by some other process.
10830
10831Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10832
10833 * configure.in (d30v-*-*): Configure all directories.
10834
10835Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10836
10837 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10838 for the D30V.
10839
10840Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10841
10842 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10843
10844Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10845
80413487
RH
10846 * include/libiberty.h: Add extern "C" { so it can be used with C++
10847 progrms.
10848 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10849 programs.
252b5132
RH
10850
10851Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10852
10853 * configure.in (d30v-*-*): Configure GCC now.
10854
10855Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10856
10857 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10858 is no longer needed.
10859
10860Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10861
10862 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10863
10864Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10865
10866 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10867 targets using "$@" to provide support for similar but not identical
10868 targets without having to duplicate code.
10869
10870Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10871
10872 * makefile.vms: Fix to work with DEC C.
10873
10874Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10875
10876 * config.sub: Add mips-tx39-elf to marketing names.
10877
10878Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * ltmain.sh: Handle symlinks in generated script.
10881
10882Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10883
10884 * configure: Handle autoconf style directory options: --bindir,
10885 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10886 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10887 --sysconfdir.
10888 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10889 (sharedstatedir, localstatedir, oldincludedir): New variables.
10890 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10891 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10892 sbindir, sharedstatedir, and sysconfdir.
10893
10894Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10895
10896 * Makefile.in (bootstrap-lean): New target.
10897
10898Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10899
10900 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10901 sn, and gnuserv from noconfigdirs.
252b5132
RH
10902
10903Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10904
10905 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10906
10907Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10908
ba73c63f 10909 * Makefile.in (cross): New target.
252b5132
RH
10910
10911Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10912 Jeff Law <law@cygnus.com>
252b5132
RH
10913
10914 * Makefile.in (bootstrap2, bootstrap3): New targets.
10915 (all-bootstrap): Remove outdated and confusing target.
10916 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10917
afb8d725
JM
10918Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10919
10920 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10921 windows. Consistent with gdb/configure.
afb8d725 10922
252b5132
RH
109231997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10924
252b5132
RH
10925 * configure.in: Name Linux target fragment.
10926
10927 * configure: Rewrite so that project Makefile fragment is inserted
10928 first and appears last in the resulting Makefile.
10929
10930Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * Makefile.in (install-itcl): Install tcl first.
10933
252b5132 10934Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10935
252b5132
RH
10936 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10937
10938Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10939
10940 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10941
10942 * configure.in (skipdirs): Add target-librx for Linux.
10943 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10944
10945Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10946
10947 * Makefile.in (bootstrap): New target.
10948
10949Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10950
10951 * config.sub: Accept 'amigados' for backward compatability.
10952
10953Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * config.guess: Merge with FSF.
10956
ba73c63f
JM
10957Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10958
10959 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10960
252b5132
RH
10961Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10962
10963 * config.sub: Add "marketing-names" patch.
10964
10965Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10966
80413487 10967 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10968
10969Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10970
10971 * config.sub: Handle v850-elf.
10972
ba73c63f
JM
10973Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10974
10975 * .cvsignore (*-install): Remove.
10976
252b5132
RH
10977Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10978
10979 * ltconfig: Set CONFIG_SHELL in libtool.
10980 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10981
10982Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10983
10984 * configure.in (target_subdir): Set to libraries if enable_multilib.
10985
10986Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10987
10988 * config.guess: Update from gcc directory.
10989
10990Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10991
10992 * Makefile.in (all-sim): Depends on all-readline.
10993
10994Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10995
10996 * Makefile.in (BISON, YACC): Use $$s.
10997 (all-bison): Depend on all-texinfo.
10998
10999Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11000
11001 * Makefile.in (BISON): Add -L flag.
11002 (YACC): Likewise.
11003
11004Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11005
35590697
AJ
11006 * configure.in (noconfigdirs): Add support for v850e target.
11007
252b5132
RH
11008 * config.sub (maybe_os): Add support for v850e target.
11009
11010Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11011
35590697
AJ
11012 * configure.in (noconfigdirs): Add support for v850ea target.
11013
252b5132
RH
11014 * config.sub (maybe_os): Add support for v850ea target.
11015
11016Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11017
11018 * config.sub: Add mipstx39. Delete r3900.
11019
11020Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11021
11022 * Makefile.in (all-autoconf): Depends on all-texinfo.
11023
11024Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11025
11026 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11027 eabi targets.
11028
11029Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11030
11031 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11032
11033 * configure: When handling a Canadian Cross, handle YACC as well as
11034 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11035 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11036
11037Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11038
11039 * Makefile.in (BISON): bison, not byacc or bison -y.
11040 (YACC): bison -y or byacc or yacc.
11041 (various): Add *-bison as appropriate.
11042 (taz): No need to mess with BISON anymore.
11043
11044Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * configure: If OSTYPE matches *win32*, try to find a good value for
11047 CONFIG_SHELL.
11048
11049Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11050
11051 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11052 configure.in if it is present.
11053
11054Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11055
11056 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11057
11058Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11059
11060 * config.sub: Recognize `arc' cpu.
11061 * configure.in: Likewise.
11062 * config-ml.in: Likewise.
11063
11064Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11067
11068Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11069
11070 * configure: Changed sed delimiter from ':' to '|' when
11071 attempting to substitute ${config_shell} for SHELL. On
11072 NT ${config_shell} may contain a ':' in it.
11073
11074Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11075
11076 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11077
11078Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11079
11080 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11081
11082Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11085
11086 * ylwrap: If the program is a relative path, force it to be
11087 absolute.
11088
11089Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11090
11091 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11092
11093Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11094
11095 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11096 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11097 for libraries.
252b5132
RH
11098
11099Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11100
11101 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11102 separated by spaces.
252b5132
RH
11103
11104Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11105
11106 * ylwrap: New file.
11107 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11108
11109 * ltmain.sh: Handle /bin/sh at start of install program.
11110
11111 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11112
11113 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11114 * missing: New file, from automake 1.2.
11115
11116Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11119 check-tk to CHECK_X11_MODULES.
11120
11121Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11122
11123 * config.sub: Merge with FSF.
11124
11125Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * config.guess: Merge with FSF.
11128
11129Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11130
11131 * configure: Treat msdosdjgpp like go32.
11132 * configure.in: Likewise. Don't remove gprof for go32.
11133
11134 * configure: Change Makefile.tem2 to Makefile.tm2.
11135
11136Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11137
11138 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11139
11140Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11141
11142 * install-sh (chmodcmd): Set to null if the DST directory already
11143 exists. Same as Nov 11th change.
11144
11145Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11146
35590697 11147 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11148
11149Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11150
11151 * config.guess: Update from FSF.
11152
11153Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11154
11155 * Makefile.in (GDB_TK): Depend on itcl and tix.
11156
11157Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11158
11159 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11160 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11161 (INSTALL_SCRIPT): New variable.
11162 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11163 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11164 to -x.
11165 * install-sh: Add support for -x option.
11166
11167Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * configure.in, Makefile.in: Treat tix like itcl.
11170
11171Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * Makefile.in (WINDRES): New variable.
11174 (WINDRES_FOR_TARGET): New variable.
11175 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11176 (EXTRA_HOST_FLAGS): Add WINDRES.
11177 (EXTRA_TARGET_FLAGS): Add WINDRES.
11178 (EXTRA_GCC_FLAGS): Add WINDRES.
11179 ($(DO_X)): Pass down WINDRES.
11180 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11181 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11182 DLLTOOL_FOR_TARGET.
11183
11184Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11185
11186 * configure.in: configure sim before gdb for win32-x-ppc
11187
11188Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11189
11190 Move gperf into the toplevel, from libg++.
11191 * configure.in (target_tools): Add target-gperf.
11192 (native_only): Add target-gperf.
11193 * Makefile.in (all-target-gperf): New target, depend on
11194 all-target-libg++.
11195 (configure-target-gperf): Empty rule.
11196 (ALL_TARGET_MODULES): Add all-target-gperf.
11197 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11198 (CHECK_TARGET_MODULES): Add check-target-gperf.
11199 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11200 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11201
11202Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11203
252b5132
RH
11204 * config.sub (mn10200): Recognize new basic machine.
11205
11206Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11207
11208 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11209 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11210
11211Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11212
11213 * configure.in: If we're building mips-sgi-irix6* native, turn on
11214 ENABLE_MULTILIB and set TARGET_SUBDIR.
11215
11216Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11217
11218 * Makefile.in (all-sn): Depend on all-grep.
11219
11220Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11223
11224 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11225 Makefile. From Jeff Makey <jeff@cts.com>.
11226 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11227
11228 * Makefile.in (DISTBISONFILES): Remove.
11229 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11230 $(DEFAULT_YACC).
11231
11232 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11233 cygwin32.
252b5132
RH
11234
11235 * Makefile.in (LD): New variable.
11236 (EXTRA_HOST_FLAGS): Pass down LD.
11237 ($(DO_X)): Likewise.
11238
11239Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11240
11241 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11242
11243Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11244
11245 * configure.in (targargs): Strip out any supplied --build argument
35590697 11246 before adding our own. Always add --build.
252b5132
RH
11247
11248Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11249
11250 * configure.in (targargs): Pass --build if we're doing
11251 a cross-compile.
11252
11253Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11254
ba73c63f 11255 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11256 sed. Otherwise sed chokes on NT path names with drive
11257 designators. Also look for "?:*" as the leading characters in an
11258 absolute pathname.
11259
11260Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11261
11262 * config.sub: Support for r3900.
11263
11264Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11265
11266 * configure.in: Use install-sh, not install.sh.
11267
11268Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11269
11270 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11271 apply it twice.
11272
11273Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11276 install-binutils.
11277
11278Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11279
11280 * Makefile.in: Add automake targets.
11281 * configure.in (host_tools): Add automake.
11282
11283Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * configure: Default CXX to c++, not gcc.
11286 * Makefile.in (CXX): Set to c++, not gcc.
11287 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11288
11289Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11290
11291 * install-sh: try appending a .exe if source file doesn't
11292 exist
11293
11294Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11295
11296 * configure.in: Turn on multilib by default.
11297 (cross_only): Remove target-libiberty.
11298
11299 * Makefile.in (all-gcc): Don't depend on libiberty.
11300
11301Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11302
11303 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11304
11305Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11308 (DISTBISONFILES): Add ld/Makefile.in
11309
11310Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11311
11312 * configure.in: if target is cygwin32 but host isn't cygwin32,
11313 don't configure gdb tcl tk expect, not just gdb.
11314
11315Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11316
11317 * configure.in: Added gnuserv everywhere sn appears.
11318
11319 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11320 (CROSS_CHECK_MODULES): Added check-gnuserv.
11321 (INSTALL_MODULES): Added install-gnuserv.
11322 (CLEAN_MODULES): Added clean-gnuserv.
11323 (all-gnuserv): New target.
11324
11325Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11326
11327 * config.guess: Fixes for MIPS OpenBSD systems.
11328
11329Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (INSTALL_XFORM): Remove.
11332 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11333
11334 * mkinstalldirs: New file, copied from automake.
11335 * Makefile.in (installdirs): Rename from install-dirs. Use
11336 mkinstalldirs. Change all users.
11337 (DEVO_SUPPORT): Add mkinstalldirs.
11338
11339Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11340
11341 * install-sh: Rename from install.sh.
11342 * Makefile.in (INSTALL): Change install.sh to install-sh.
11343 (DEVO_SUPPORT): Likewise.
11344
11345 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11346 Graichen <graichen@rzpd.de>.
11347
11348Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11349
11350 * config.guess: Recognize OpenBSD systems correctly.
11351
11352Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11353
11354 * README, Makefile.in (ETC_SUPPORT): Remove references to
11355 cfg-paper*, configure.{texi,man,info*}._
11356
11357Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11358
11359 * Makefile.in (all.normal): Ensure that gcc is built after all
11360 the x11 - ie gdb - targets.
11361
11362Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11363
11364 * makefile.vms: Don't run conf-a-gas.
11365
11366Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11367
80413487 11368 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11369
11370Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11371
11372 * configure.in: Remove noconfigdirs case since gdb also
11373 configures and builds for tic80-coff.
11374
11375Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * configure: Set cache_file to config.cache.
11378 * Makefile.in (local-distclean): Remove config.cache.
11379
11380Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * COPYING: Update FSF address.
11383
11384Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11385
11386 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11387 noconfigdirs.
11388
11389Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11390
11391 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11392 MAKEDIRS, is empty.
11393
11394Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11395
11396 * config.sub: Tweak mn10300 entry.
11397
11398Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11399
11400 * configure.in (host_tools): Put sim before gdb, so gdb's
11401 configure.tgt can determine if the simulator was configured.
11402
11403Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11404
11405 * config.sub: Move BeOS $os case to be with other Cygnus
11406 local cases.
11407
11408Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11409
11410 * config.sub: Remove misplaced comment that broke Linux.
11411
11412Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11413
11414 * config.sub: Add BeOS support.
11415
11416Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11417
11418 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11419
11420Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11421
11422 * configure.in (noconfigdirs): Remove tcl and tk from
11423 noconfigdirs for cygwin32 builds.
11424
11425Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11426
11427 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11428
11429Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11430
11431 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11432 make-all.com, use makefile.vms instead.
11433
11434Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11435
11436 * config.sub: Accept -lnews*.
11437
11438Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11439
11440 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11441 target-examples and target-libiberty for d30v.
252b5132
RH
11442
11443Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11444
11445 * configure.in (noconfigdirs): Enable ld for d30v.
11446
11447Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11448
11449 * configure.in (tic80-*-*): Build compiler.
11450
11451Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11452
11453 * configure.in (d30v-*): Remove sim directory from list of
35590697 11454 unsupported d30v directories
252b5132
RH
11455
11456Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11457
35590697
AJ
11458 * config.sub, configure.in: Add d30v target cpu.
11459
252b5132
RH
11460Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11461
11462 * makefile.vms: New file.
11463 * make-all.com: Remove.
11464
11465Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11466
11467 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11468
11469Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11470
11471 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11472
11473Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11474
11475 * Makefile.in (ALL_MODULES): Added all-db.
11476 (CROSS_CHECK_MODULES): Addec check-db.
11477 (INSTALL_MODULES): Added install-db.
11478 (CLEAN_MODULES): Added clean-db.
11479
11480Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * config.guess: Merge with latest FSF sources.
11483
11484Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11485
11486 * Makefile.in (ALL_MODULES): Added all-itcl.
11487 (CROSS_CHECK_MODULES): Added check-itcl.
11488 (INSTALL_MODULES): Added install-itcl.
11489 (CLEAN_MODULES): Added clean-itcl.
11490
11491Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11492
11493 * configure.in: build gdb for mn10200
11494
11495Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11496
11497 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11498
11499Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11500
11501 * configure.in (tic80-*-*): Turn off most targets right now.
11502
11503Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11504
11505 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11506 rather than the makeinfo program.
11507 (do-info): Depend upon all-texinfo.
11508
11509Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * configure.in: Remove uses of config/mh-linux.
11512
11513 * config.sub, config.guess: Merge with latest FSF sources.
11514
11515Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11516
11517 * config.sub (case $basic_machine): Add tic80 entries.
11518
11519Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * config.sub, config.guess: Merge with latest FSF sources.
11522
11523Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11524
11525 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11526 * mpw-config.in: Test for NewFolderRecursive.
11527 * mpw-install: Use symbolic name for startup filename.
11528 * mpw-README: Add various additional details.
11529
11530Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11531
11532 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11533
11534Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11535
11536 * configure.in: Do build gcc and the target libraries for
11537 the mn10200.
11538
11539Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11540
11541 * configure.in: don't avoid building gdb for mn10300 any more
11542 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11543 instead of single-quoting it.
11544
11545Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11546
11547 * configure.in: Don't use --with-stabs on IRIX 6.
11548
11549Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11550
11551 * configure.in (m32r): Build gdb, libg++ now.
11552
11553Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11554
11555 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11556 directories from noconfigdirs.
11557
11558Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11559
11560 * config.sub (basic_machine): added mips16 configuration
11561
11562Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11563
11564 * config.sub: Handle d10v-unknown.
11565
11566Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11567
11568 * config.sub: Handle v850-unknown.
11569
11570Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11571
11572 * Makefile.in: add findutils
11573 * configure.in: add findutils to list of host_tools
11574
11575Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11576
11577 * config.sub: Handle mn10200 and mn10300.
11578
11579Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11580
11581 * configure.in (d10v-*): Do not build librx.
11582
11583Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11584
11585 * configure.in (mn10300): Build everything except gdb & libgloss.
11586
11587Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11588
11589 * config.guess: Patch for Dansk Data Elektronik servers,
11590 from Niels Skou Olsen <nso@dde.dk>.
11591
11592 For ncr, use /bin/uname rather than uname, since GNU uname does not
11593 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11594
11595 Patch for MIPS R4000 running System V,
11596 from Eric S. Raymond <esr@snark.thyrsus.com>.
11597
11598 Fix thinko for nextstep.
11599
11600 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11601
11602 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11603 * config.guess: Guess mips-dec-mach_bsd4.3.
11604
11605 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11606 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11607 release numbers.
11608 * config.guess (mips-mips-riscos*): Emit just enough of the
11609 release number.
11610
11611 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11612 * config.guess (sparc-auspex-sunos*): Added.
11613 (f300-fujitsu-*): Added.
11614
11615 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11616 * config.guess: Recognize a Tadpole as a sparc.
11617
11618Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11619
11620 * config.guess: Don't assume that NextStep version is either 2 or
11621 3. NextStep 4 (aka OpenStep 4) has come out now.
11622
11623Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11624
11625 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11626 From Rik Faith <faith@cs.unc.edu>.
11627
11628Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11629
11630 * config.sub: Contributions from bug-gnu-utils to:
11631 Support plain "hppa" (no version given) architecture, reported by
11632 OpenStep.
11633 OpenBSD like NetBSD.
11634 LynxOs is not a hardware supplier.
11635
11636 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11637 OpenBSD like NetBSD.
252b5132
RH
11638 Stratus systems.
11639 More Pyramid systems.
11640 i[n>4]86 Intel chips.
11641 M680[n>4]0 Motorola chips.
11642 Use unknown instead of lynx for hardware manufacturer.
11643
11644Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11645
11646 * install.sh (chmodcmd): Set to null if the DST directory already
11647 exists.
11648
11649Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11650
11651 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11652 not use mt-ppc target Makefile fragment any more.
11653
11654Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11655
11656 * configure.in (*-*-windows): Exclude everything but those dirs
11657 needed to build windows.
11658
11659Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11660
11661 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11662
11663Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11664
11665 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11666
11667Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11668
11669 * Undo my previous change.
11670
11671Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11674 unconditionally.
11675 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11676
11677Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11678
11679 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11680 host to add it's own flags.
252b5132
RH
11681
11682Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11685
11686Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11689 (CXX_FOR_TARGET): Likewise.
11690 (GCC_FOR_TARGET): Define.
11691 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11692 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11693 CC_FOR_TARGET was specified on the command line.
11694 (MAKEOVERRIDES): Don't define.
11695
11696Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11697
11698 * configure.in (m32r): Fix spelling of libg++ libs.
11699
11700Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11701
11702 * config.sub (-apple*): Remove, now redundant.
11703
11704Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11705
11706 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11707
11708 * configure: Rework yesterday's sed script patch.
11709
11710 * config.sub: Merge with FSF.
11711
11712Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11713
11714 * config.guess: Merge from FSF.
11715
11716 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11717 * config.guess: Use pc instead of unknown, for pc clone systems.
11718 Change linux to linux-gnu.
252b5132
RH
11719
11720 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11721 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11722
11723Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11724
11725 * test-build.mk (HOLES): Add "xargs" for gdb.
11726
11727 * configure: Avoid hpux10.20 sed bug.
11728
11729Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11730
4bddf3ad 11731 * configure.in: Add support for windows host
252b5132
RH
11732 (that is a build done under the Microsoft build environment).
11733
11734Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11735
11736 * Makefile.in: Replace all uses of srcroot with s, to shrink
11737 command line lengths.
11738
11739 Patches from Geoffrey Noer <noer@cygnus.com>:
11740 * configure.in: If configuring for newlib, pass --with-newlib to
11741 subdirectories.
11742 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11743 -Bnewlib/ and -Lwinsup to gcc.
11744 (CXX_FOR_TARGET): Likewise.
11745
11746Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * Makefile.in (ETC_SUPPORT): Add configure.
11749
11750Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11751
35590697 11752 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11753 host configuration file.
11754
11755Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11756
11757 * configure.in: Break mn10x00 support into separate
11758 mn10200 and mn10300 configurations.
11759 * config.sub: Likewise.
11760
11761Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11762
11763 * configure.in: Add lots of stuff to noconfigdirs for
11764 the mn10x00 targets.
11765
11766 * config.sub, configure.in: Add mn10x00 support.
11767
11768Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11769
11770 * make-all.com: Call conf-a-gas, not config-a-gas.
11771
11772Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11773
11774 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11775 targets.
252b5132
RH
11776
11777Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11778
11779 * mpw-README: Add much more detail for native PowerMac.
11780 * mpw-install: New file.
11781 * mpw-configure: Add --norecursion and --help options.
11782 * mpw-config.in: Translate readme and install files when
11783 copying to objdir.
11784 * mpw-build.in: Don't always depend on byacc and flex.
11785 (install-only-top): New action.
11786
11787Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11788
11789 * configure.in: You can now configure GDB for the v850.
11790
11791Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11792
11793 * configure.in (noconfigdirs): Don't configure any C++ dirs
11794 if targeting D10V.
11795
11796Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * config.sub: Recognize mips64vr5000.
11799
11800Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11801
11802 * configure.in: Use a single line for host_tools and native_only.
11803
11804Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11805
11806 * config.sub, configure.in: Add entries for m32r.
11807
11808Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11809
11810 * Makefile.in (inet-install): Don't run install-gzip.
11811
11812Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11813
11814 * configure.in: Don't config lots of things for *-*-windows*.
11815
11816Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11819 (host_libs, host_tools): Copy from configure.in.
11820 * mpw-configure: Don't complain about directories not found.
11821
11822Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11823
11824 * configure.in (i[345]86): Recognize i686 for pentium pro.
11825 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11826 file.
11827
11828 * config.guess (i[345]86): Ditto.
11829
11830Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11831
11832 * configure.in (noconfigdirs): Removed gdb for D10V.
11833
11834Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11835
11836 * configure.in: Remove ld, target-libio, target-libg++, and
11837 target-libstdc++ from noconfigdirs.
11838
11839Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11840
11841 * configure: Fix three locations where shell scripts were
11842 being run directly rather than with config_shell.
11843
11844Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11845
11846 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11847 * config.sub (basic_machine): Recognize v850.
11848
11849Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 * mpw-configure: Handle multiple enable/disable options and
11852 pass them down recursively, handle -c and -s flags appropriately
11853 depending on choice of compiler, add escape mechanism for
11854 quoted arguments to gC.
11855
11856Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11857
11858 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11859 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11860 so that -mrelocatable-lib and -mno-eabi are used.
11861
11862 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11863 not support --print-multi-lib, don't abort.
11864
252b5132
RH
11865Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11866
11867 * make-all.com: Run config-a-gas.
11868 * setup.com: Don't copy subdirectory files around.
11869
11870Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11871
11872 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11873 target, it now compiles correctly.
11874
11875Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11876
11877 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11878
11879Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11880
35590697 11881 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11882
11883Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11884
11885 * configure.in (native_only): Add prms.
11886
11887Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11888
11889 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11890 (BINUTILS_SUPPORT_DIRS): Likewise.
11891
11892Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11895 d10v support is added.
11896
11897Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11898
11899 * configure.in (d10v-*-*): New target.
11900
11901Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11902
11903 * config.guess (HP 9000/811): Recognize this as a PA1.1
11904 machine.
11905
11906Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11907
11908 * Makefile.in (do-tar-gz): New target, split out from tail end of
11909 taz target. Run each command separately, don't use pipes.
11910 (taz): Use it.
11911
11912Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11915 * mpw-build.in: No builds should depend on building byacc or flex,
11916 they are assumed to be installed already.
11917
11918Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11921 variable that CC_FOR_TARGET needs.
11922
11923Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11924
11925 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11926 options have changed since the last time the subdirectory was
11927 configured, and if it has, reconfigure.
11928 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11929 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11930
11931Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11932
11933 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11934 CLEAN_MODULES): Add bash.
11935 (all-bash): New target.
11936
11937Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11938
11939 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11940
11941Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11942
11943 * config.sub (basic_machine): Recognize d10v as a valid processor.
11944
11945Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11946
11947 * mpw-configure: Add support for --bindir.
11948 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11949
11950Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11951
11952 * configure.in: add bash, time, gawk to list of hosttools and things
11953 to only build for native toolchains
11954
11955Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11956
11957 * Makefile.in (docdir): Remove.
11958
11959Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11960
11961 * Makefile.in (datadir): Set to $(prefix)/share.
11962
11963Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11964
11965 * configure.in: build diff and patch for cygwin32-hosted
11966 toolchains.
11967
11968Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11969
11970 * config.sub: Accept -rtems*.
11971
11972Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11973
80413487 11974 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11975 remove diff from the list of things not buildable
11976 via Canadian Cross
252b5132
RH
11977
11978Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11979
11980 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11981 don't get ". ".
252b5132
RH
11982
11983Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11984
11985 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11986
11987Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11988
11989 * Makefile.in (taz): Handle case where tex3patch didn't even get
11990 checked out. Also, if it was found, put the symlink in a new util
11991 subdirectory.
11992
11993Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11994
11995 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11996
11997Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11998
11999 * config.sub: Recognize -openvms.
12000 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12001 * make-all.com, setup.com: New files.
12002
12003Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12004
12005 * Makefile.in (taz): tex3patch moved to texinfo/util.
12006
12007Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12008
afb8d725 12009 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12010 * configure.in: remove make from disable-if-Can-Cross list
12011 enable gdb if ${host} and ${target} are cygwin32
12012
12013Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12014
12015 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12016 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12017
12018Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12019
12020 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12021 distinguish sysv/svr4/bsd variants.
12022 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12023
12024Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12025
12026 * configure.in: Added copyright notice.
12027 * move-if-change: Added copyright notice.
12028
12029Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12030
12031 * configure.in (powerpcle-*-solaris*): Until we get shared
12032 libraries working, don't build gdb, sim, make, tcl, tk, or
12033 expect.
12034
12035Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12036
12037 * config.guess: Merge with FSF:
12038
12039 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12040 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12041
12042 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12043 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12044
12045 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12046 * config.guess: Combine two OSF1 rules.
12047 Also recognize field test versions. From mjr@zk3.dec.com.
12048 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12049 because GNU uname does not support -p. From pmr@pajato.com.
12050
12051Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12052
12053 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12054
12055Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12056
12057 * mpw-README: Document GCCIncludes.
12058
12059Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12060
12061 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12062
12063Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12066
12067Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12068
12069 * configure.in (*-*-cygwin32): Configure make.
12070
12071Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12072
12073 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12074
12075Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12076
12077 * Makefile.in (all-inet): Depend on all-perl.
12078
12079 * Makefile.in (inet-install): New target.
12080
12081 * Makefile.in (all-inet): Depend on all-tcl.
12082 (all-inet): Depend on all-send-pr.
12083
12084Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12085
12086 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12087 temporarily.
12088
12089Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12090
12091 * configure.in: Don't configure --with-gnu-ld on AIX.
12092
12093Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12094
12095 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12096
12097Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12098
12099 * Makefile.in (ALL_MODULES): Added all-inet.
12100 (CROSS_CHECK_MODULES): Added check-inet.
12101 (INSTALL_MODULES): Added install-inet.
12102 (CLEAN_MODULES): Added clean-inet.
12103 (all-indent): New target.
12104
12105 * configure.in (host_tools): Added inet.
12106 (native_only): Added inet.
12107 (noconfigdirs): Added inet.
12108
12109Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * configure.in: Don't configure libgloss if we are not configuring
12112 newlib.
12113
12114Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12115
12116 * configure.in: Don't configure libgloss for unsupported
12117 architectures.
12118
12119Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12120
12121 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12122
12123Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12124
12125 * Makefile.in (ALL_MODULES): Include all-apache.
12126 (CROSS_CHECK_MODULES): Include check-apache.
12127 (INSTALL_MODULES): Include install-apache.
12128 (all-apache): New target.
12129
12130 * configure.in: Added apache everywhere perl is seen.
12131
12132Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12133
12134 * Makefile.in: Add support for clean-{module} and
12135 clean-target-{module} rules.
12136
12137Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12138
12139 * configure.in (*-*-ose) do not build libgloss.
12140
12141Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12142
12143 * config.guess (prep*:SunOS:5.*:*): Turn into
12144 powerpele-unknown-solaris2.
12145
12146Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * configure.in: Permit --enable-shared to specify a list of
12149 directories.
12150
12151Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12152
12153 * configure.in (host==solaris): Pass only the first word of $CC
12154 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12155
12156Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12157
12158 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12159
12160Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12161
12162 * Makefile.in (ALL_MODULES): Include all-perl.
12163 (CROSS_CHECK_MODULES): Include check-perl.
12164 (INSTALL_MODULES): Include install-perl.
12165 (ALL_X11_MODULES): Include all-guile.
12166 (CHECK_X11_MODULES): Include check-guile.
12167 (INSTALL_X11_MODULES): Include install-guile.
12168 (all-perl): New target.
12169 (all-guile): New target.
12170
12171 * configure.in (host_tools): Include perl and guile.
12172 (native_only): Include perl and guile.
12173 (noconfigdirs): Don't build guile and perl; no ports have been
12174 done.
12175
12176Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12177
80413487
RH
12178 * configure (--enable-*): Handle quoted option lists such as
12179 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12180
12181Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * Makefile.in ({,inst}all-target): New rule so we can make and
12184 install all of the target directories easily.
12185
12186Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12187
12188 * configure.in: Add missing global flag in sed substitution when
12189 deleting `target-' from ${configdirs}.
12190
12191Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12192
12193 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12194 option.
12195
12196 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12197 config/mh-necv4.
12198
12199 * install.sh: Correct misspelling of transformbasename.
12200
12201 * config.guess: Recognize mips-*-sysv*.
12202
12203Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12204
12205 * config.sub: Recognize mon960.
12206
12207Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * configure: Restore Canadian Cross handling of BISON and LEX,
12210 removed in Feb 20 change.
12211
12212Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12213
12214 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12215 Mention make install. Remove the old copyright date as well the
12216 clumsy and rather pointless copyright on the README file.
12217
12218Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12219
12220 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12221 Makefile after running symlink-tree, then run `make distclean' to
12222 avoid clobbering any generated files in srcdir.
12223
12224Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12225
12226 * configure.in (m68k-*-netbsd*): Build everything now.
12227
12228Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12229
12230 * Makefile.in (taz): Fix quoting.
12231
12232Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12233
12234 * configure.in (sparclet-*-*): Build everything now.
12235
12236Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12237
12238 * configure.in (m68k-*-linux*): New host.
12239
12240Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12241
12242 * configure: Check for bison before byacc.
12243
12244Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12245
12246 * Makefile.in configure: Change the way LEX and BISON/YACC are
12247 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12248 searching PATH. These are used as fallbacks by Makefile.in if
12249 flex/bison/byacc aren't in objdir.
12250
12251Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12252
12253 * Makefile.in: Make everything which depends upon all-bfd also
12254 depend upon all-opcodes, in case --with-commonbfdlib is used.
12255
12256Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12257
12258 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12259 building NT native compilers on Unix.
12260
12261Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12262
12263 * configure.in: Don't get CC from the host Makefile fragment if we
12264 can find gcc in PATH, or if this is a Canadian Cross. Move the
12265 Solaris test for /usr/ucb/cc to the post target script, just after
12266 the compiler sanity test.
12267
12268Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12269
12270 * config.sub: Merge with FSF.
12271
12272Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * Makefile.in (RPATH_ENVVAR): New variable.
12275 (REALLY_SET_LIB_PATH): Use it.
12276 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12277
12278Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12279
12280 * config.sub, configure.in: Recognize sparclet cpu.
12281
12282Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12283
12284 * config.guess: Support m68k-cbm-sysv4.
12285
12286Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12287
12288 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12289 m68k-unknown-linuxaout from linker help string. Put quotes around
12290 $ld_help_string.
12291
12292Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12293
12294 * config.guess (powerpc-harris-powerunix): Add guess for port
12295 to new target.
12296
12297Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12298
12299 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12300
12301Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12302
12303 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12304 $(REALLY_SET_LIB_PATH) in Makefile.
12305 * Makefile.in (SET_LIB_PATH): New variable.
12306 (REALLY_SET_LIB_PATH): New variable.
12307 ($(DO_X)): Use $(SET_LIB_PATH).
12308 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12309 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12310 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12311 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12312 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12313 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12314 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12315 (install-dosrel): Likewise.
12316 (all-opcodes): Depend upon all-libiberty.
12317
12318Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12319
12320 * config.guess (*:CYGWIN*): New
12321
12322Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12323
12324 * Makefile.in (all-target-winsup): All all-target-libiberty.
12325
12326Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12327
12328 * configure.in (noconfigdirs): Add missing # in front of comment.
12329
12330Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12331
12332 * configure.in: add second pass to things added to noconfigdirs
12333 so *-gm-magic can exclude libgloss properly.
12334
12335Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12336
12337 * mpw-configure (extralibs_name, rez_name): Set correctly
12338 for MWC68K compiler.
12339
12340 * mpw-README: Add more info on the necessary build tools.
12341
12342Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12343
12344 * configure.in, config.sub: Recognize cygwin32.
12345
12346Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12347
12348 * config.guess, config.sub: Recognize A/UX.
12349
12350Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * config.sub: Merge with gcc/config.sub.
12353
12354Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12355
12356 * mpw-build.in (do-binutils): Add build of stamps.
12357
12358Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12359
12360 * config.sub: Add recognition for mips64vr4100*-* targets.
12361
12362Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12363
12364 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12365 Add creation of gconfigargs with `--enable-shared' turned on.
12366 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12367 ($(host)-stamp-stage3-configured): Likewise.
12368 (HOLES): Add chatr and ldd.
12369 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12370
12371Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12372
12373 * configure: Pass --nfp to recursive configures.
12374
12375Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12376
12377 * Makefile.in (DLLTOOL): New.
12378 (DLLTOOL_FOR_TARGET): New.
12379 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12380 (EXTRA_TARGET_FLAGS): Ditto.
12381 (EXTRA_GCC_FLAGS): Ditto.
12382 (CONFIGURE_TARGET_MODULES): Ditto.
12383 (DO_X): Ditto.
12384 * configure: Add DLLTOOL.
12385
12386Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12387
12388 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12389 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12390 mh-sco, since old workarounds no longer needed, and don't
12391 build ld, since libraries have weak symbols in COFF.
12392
12393Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12394
12395 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12396
12397Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * configure.in: Make sure that ${CC} can be used to compile an
12400 executable.
12401
afb8d725
JM
12402Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12403
12404 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12405 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12406 nothing depending on whether gdbtk is being built.
12407
252b5132
RH
12408Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12409
12410 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12411
12412Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12413
12414 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12415 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12416
12417Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12418
12419 * config-ml.in: Add support for
12420 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12421 Simplify setting of multidirs from --disable-foo.
12422
12423Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12424
12425 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12426 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12427 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12428 non-empty, pass them on to the GCC make.
252b5132
RH
12429 (all-bootstrap): New rule that is like all-gcc, except it executes
12430 the GCC bootstrap rule instead of the GCC all rule.
12431
12432Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12433
12434 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12435
12436Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12437
12438 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12439 DG/UX support.
12440
12441Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12442
12443 * config.sub (i*86*) Change [345] to [3456]
12444
12445Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12446
12447 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12448 --with-gnu-ld=no.
12449
12450Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12451
12452 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12453 AIX multilibs get built.
12454
12455Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12456
12457 * configure.in (i386-win32): Don't build expect if we're not
12458 building the tcl subdir.
12459
12460Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12461
12462 * Makefile.in: (configure-target-examples, all-target-examples):
12463 New targets, configure and build example programs.
12464
12465Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12466
12467 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12468 use it as input to sedit the generated MPW makefile.
12469 * mpw-README: Add a suggestion about Gestalt.h.
12470
12471Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12472
12473 * config.sub: Accept *-*-ieee*.
12474
12475Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12476
12477 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12478 Ronald F. Guilmette <rfg@monkeys.com>.
12479
12480Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12481
12482 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12483 for powerpc-pe native.
12484 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12485 (target==powerpc-pe): duplicate i386-win32 entry.
12486
12487Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12488
12489 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12490 of vxworks, not just vxworks5.1.
12491
12492Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12493
12494 * mpw-configure: Add support for exec-prefix.
12495
12496Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12497
12498 * config.guess: Recognize HP model 816 machines as having
12499 a PA1.1 processor.
12500
12501Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Ignore new autoconf configure options.
12504
252b5132
RH
12505Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12506
12507 * config.guess: Recognize Pentium under SCO.
12508 From Robert Lipe <robertl@arnet.com>.
12509
12510Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12511
12512 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12513
12514Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * configure.in: Don't configure gas for alpha-dec-osf*.
12517
12518Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12519
12520 * configure.in: Default to --with-stabs for some targets for which
12521 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12522 i[345]86*-*-unixware*.
12523
12524Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12527 rather than basing it on the target. Simplify handling of options
12528 controlling which directories to configure. Remove extraneous
12529 slash in multi-clean target.
12530
12531Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12532
12533 * config-ml.in: Prefix more variables with ml_ so they don't collide
12534 with configure's.
12535
12536Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12537
12538 * configure: Don't turn -v into --v.
12539
12540Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12541
12542 * configure.in (targargs): Fix typo.
12543
12544 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12545
12546Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12547
12548 * configure.in: Strip --host and --target options from
12549 CONFIG_ARGUMENTS, and always configure for --host only. Add
12550 --with-cross-host option when building with a cross-compiler.
12551 * configure: Canonicalize the arguments put into config.status by
12552 always using `=' for an option with an argument. Pass a presumed
12553 --host or --target explicitly.
12554
12555Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12558 into general OS recognition case.
12559
12560Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12561
12562 * configure.in (target_configdirs): add target-winsup only
12563 for win32 target systems.
12564
12565Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (all-target-libgloss): Depend upon
12568 configure-target-newlib, since when libgloss is built it looks to
12569 see if the newlib directory exists.
12570
12571Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12572
12573 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12574 cfg-ml-*.in.
12575
12576Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12577
12578 * configure: Handle LD and LD_FOR_TARGET when configuring a
12579 Canadian Cross.
12580
252b5132
RH
12581Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12582
12583 * configure.in (target_libs): add target-winsup.
12584 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12585 (target==ppcle-pe): remove ld from $noconfigdirs.
12586
12587Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12588
12589 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12590 Preserve relative path names in $srcdir. Build symlink tree if
12591 configuring cross target dir and srcdir=. (= no VPATH support).
12592 (configure-target-libg++): Depend on configure-target-librx.
12593 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12594 * config-ml.in: New file.
12595 * symlink-tree: New file.
12596 * configure: Ensure srcdir="." if that's what it is.
12597
12598Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12599
12600 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12601 includes and FLEX_SKELETON setting.
12602 * mpw-configure (--with-gnu-ld): New option, controls whether
12603 to use PPCLink or ld with PowerMac GCC.
12604 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12605 * mpw-config.in: Configure grez if targeting Mac.
12606
12607 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12608 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12609 just macos.
252b5132
RH
12610 * configure.in: Configure grez resource compiler if targeting Mac.
12611 * Makefile.in (all-grez, install-grez): New targets.
12612
12613Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12614
12615 * configure: CXX defaults to gcc, not g++. If we find
35590697 12616 gcc in the path, set CC to gcc -O2.
252b5132
RH
12617
12618Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12619
12620 * configure: Default ${build} correctly. Avoid picking up extra
12621 spaces when reading CC and CXX from Makefile. When doing a
12622 Canadian Cross, use plausible default values for numerous
12623 variables.
12624 * configure.in: When doing a Canadian Cross, don't try to
12625 configure tools whose configure script can't handle it.
12626
12627Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12628
12629 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12630
12631Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12632
12633 * configure: Remove dubious bug reporting address.
12634
12635Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12636
12637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12638 configure script, run that instead of this directory's configure.
12639 In either case, print a message that we're configuring the sub-dir.
12640
12641Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12642
12643 * configure.in: Before checking for the existence of various files,
12644 use sed to filter out "target-".
12645
12646Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12647
12648 * Makefile.in (DO_X): Split rule to decrease command line length
12649 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12650 (Philippe De Muyter).
12651
12652Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12653
12654 * Makefile.in (all-patch): depend on all-libiberty.
12655
12656Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12657
12658 * configure.in: If the only directory in target_configdirs which
12659 actually exists is libiberty, then set target_configdirs to empty,
12660 to avoid trying to build a target libiberty in a gas or gdb
12661 distribution.
12662
12663Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12664
12665 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12666 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12667 systems.
252b5132
RH
12668
12669Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12670
12671 * configure.in (copy_dirs): Use sys-include instead of include
12672 for --with-headers option.
12673
12674Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12675
12676 * Makefile.in, configure.in: Make winsup builds work with
12677 new scheme.
12678
12679Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * configure.in: Build the linker on AIX.
12682
12683Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12684
12685 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12686 where needed.
12687
12688Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12689
12690 * Makefile.in (all-gcc): Fix typo.
12691
12692Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12693
12694 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12695
12696Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12697
12698 * configure.in: Rename libFOO to target-libFOO, and xiberty
12699 to target-xiberty, to provide more flexibility.
12700 (target_subdir): Define. Create if cross.
12701 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12702 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12703 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12704 check-libFOO -> check-target-libFOO, etc.
12705 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12706 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12707 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12708 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12709 allow ALL_GCC="" to only configure.
12710 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12711 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12712 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12713
12714Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12715
12716 * Makefile.in (taz): Build "info" in etc explicitly.
12717
12718Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12719
12720 * configure.in: Make sure that CC is undefined (as opposed to
12721 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12722 problem with autoconf trying to configure on a host without GCC.
12723
12724Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12725
12726 * mpw-configure: Set host alias from choice of host compiler,
12727 only use generic MPW Makefile sed if present, edit a file
12728 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12729 * mpw-README: Add problem notes about CW6 and CW7.
12730
12731Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12732
12733 * Makefile.in (taz): Use ";" instead of ";;".
12734
12735Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12736
12737 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12738 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12739 DISTDOCDIRS.
12740 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12741 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12742
12743Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12744
12745 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12746 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12747 Move bfd to DISTSTUFFDIRS.
12748
12749Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * Makefile.in (X11_LIB): Removed.
12752 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12753
12754 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12755
12756Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12757
12758 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12759 names.
12760
12761Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12762
12763 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12764
12765Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12766
12767 * configure.in (i[345]86-*-win32): Always build newlib.
12768 Don't configure cvs, autoconf or texinfo.
12769 * Makefile.in (LD_FOR_TARGET): New.
12770 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12771 Pass down LD_FOR_TARGET.
12772
12773Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12774
12775 * winsup: New directory.
12776 * Makefile.in: Build winsup.
12777 * configure.in: Winsup is configured when target is win32.
12778 Can only build win32 target GDB when native.
35590697 12779
252b5132
RH
12780Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12781
12782 * config.guess: Recognize HP model 819 machines as having
12783 a PA 1.1 processor.
12784
12785Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * configure: Fix sed loop which substitutes for CC and CXX to
12788 avoid bug found in various sed implementations.
12789
12790Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12791
12792 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12793 simulator. Use standard powerpc-*-eabi*.
12794
12795Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12796
12797 * configure.in: Stop putting gas and binutils in noconfigdirs for
12798 powerpc-*-aix* and rs6000-*-*.
12799
12800Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12801
12802 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12803 -mcall-aixdesc libraries.
12804
12805Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12806
12807 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12808
12809 * config.sub (arm | armel | armeb): Fix shell syntax.
12810
12811Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12812
12813 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12814 -msoft-float and -mcpu=common support.
12815 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12816 libraries.
12817
12818Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12819
12820 * configure.in: Allow configuration and build of emacs19 for the alpha.
12821
12822Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * configure.in (CC): Get ^CC, not just any old CC, from
12825 ${host_makefile_frag}.
12826
12827Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12828
35590697 12829 * configure.in (CC): Try to get CC from
252b5132
RH
12830 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12831
12832Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12833
12834 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12835 only if it exists in $(srcdir).
12836
12837Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12838
12839 * configure: If CC and CXX are not set in the environment, set
12840 them, based on either an existing Makefile or on searching for gcc
12841 in PATH. Substitute for CC and CXX in Makefile.
12842 * configure.in: Remove libm from target_libs. Separate
12843 target_configdirs from configdirs. If CC is not set in
12844 environment, try to get it from a host Makefile fragment. Rewrite
12845 changes of configdirs to use skipdirs instead. A few minor
12846 tweaks. Take directories out of target_configdirs as they are
12847 taken out of configdirs. Remove existing Makefile files from
12848 subdirectories. Substitute for TARGET_CONFIGDIRS and
12849 CONFIG_ARGUMENTS in Makefile.
12850 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12851 by configure.in.
12852 (CONFIG_ARGUMENTS): Likewise.
12853 (CONFIGURE_TARGET_MODULES): New variable.
12854 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12855 ($(CONFIGURE_TARGET_MODULES)): New target.
12856 (configure-libg++, configure-libio): New targets.
12857 (all-libg++): Depend upon configure-libg++.
12858 (all-libio): Depend upon configure-libio.
12859 (configure-libgloss, all-libgloss): New targets.
12860 (configure-libstdc++): New target.
12861 (all-libstdc++): Depend upon configure-libstdc++.
12862 (configure-librx, all-librx): New targets.
12863 (configure-newlib): New target.
12864 (all-newlib): Depend upon configure-newlib
12865 (configure-xiberty): New target.
12866 (all-xiberty): Depend upon configure-xiberty.
12867
12868Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869
12870 * configure.in (host i[345]86-*-win32): Expand the
12871 noconfigdirs again.
12872
12873Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12874
12875 * mpw-configure: Fix sed command file name.
12876
12877Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12878
35590697 12879 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12880 noconfigdirs again.
12881
12882Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12883
12884 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12885 or powerpc*-*-pe*, since they are not yet supported.
12886
12887Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12888
12889 Add PowerMac support and many other enhancements.
12890 * mpw-configure: New option --cc to select compiler to use,
12891 paste options set according to --cc into the generated
12892 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12893 if mpw-make.sed is present.
12894 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12895 add forward includes for PowerPC include files.
12896 * mpw-build.in: Build using Makefile.PPC if present.
12897 (do-byacc, etc): Remove separate version resource builds.
12898 (do-gas): Build "stamps" before "all".
12899 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12900 * mpw-README: Update to reflect --cc option, PowerMac support,
12901 and recently-reported compatibility problems.
12902
12903Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12904
12905 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12906 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12907 (--with-multilib-top): Pass to recursive invocations.
12908
12909Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12910
12911 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12912 v810-*-*.
12913
12914Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12915
12916 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12917 gdb, ld and opcodes on v810-*-*.
12918
252b5132
RH
12919Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12920
12921 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12922 (local-maintainer-clean): New target.
12923 (maintainer-clean): New target.
12924 (realclean): Just depend upon maintainer-clean.
12925
12926Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12927
12928 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12929
12930Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Build ld in mips*-*-bsd* case.
12933
12934Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12935
12936 * config.sub: Accept -lites* OS. From Ian Dall.
12937
12938Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12939
12940 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12941 targets.
252b5132
RH
12942
12943Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12944
12945 * configure.in: treat i386-win32 canadian cross the same as
12946 i386-go32 canadian cross.
12947
12948Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12949
12950 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12951 running under the simulator to build a reduced set of libraries.
12952 (powerpc-*-eabiaix): Add fine grained multilib support added to
12953 other powerpc targets yesterday.
12954
12955Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12956
12957 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12958 -disable-softfloat, -disable-relocatable, -disable-aix, and
12959 -disable-sysv to control which multilib libraries get built.
12960
12961Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12962
12963 * configure: Add Makefile.tem to list of files to remove in trap
12964 handler.
12965
12966Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12967
12968 * config.guess (*Linux*): Add missing "exit"s.
12969 Also, need specific check for alpha-unknown-linux (uses COFF).
12970
12971Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12972
12973 * config.guess: Merge with FSF:
12974
12975 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12976 * config.guess (AIX4): More robust release numbering discovery.
12977
12978 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12979 * config.guess (i386-sequent-ptx): Properly get version number.
12980
12981 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12982 * config.guess (mips:*:4*:UMIPS): New case.
12983
12984Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12985
12986 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12987 (i386-win32 host): Likewise. Don't build readline.
12988
afb8d725
JM
12989Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12990
12991 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12992 SUPPORT_FILES to submakes.
12993
252b5132
RH
12994Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12995
12996 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12997 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12998 mpw-configure.
12999
13000Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13001
13002 * configure.in (appdirs): Use =, not ==, in test expression when
13003 trying to build the text to print in the warning message for
13004 Solaris users.
13005
13006Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13007
13008 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13009
13010Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13011
13012 * config.guess: Recognize lynx-2.3.
13013
13014Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13015
13016 * config.sub (z8ksim): Deleted
13017 (z8k-*-coff): New, this is the one true name of the target.
13018
13019Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13020
13021 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13022
13023Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13024
13025 * config.guess (*:Linux:*:*): First try asking the linker what the
13026 default object file format is (elf, aout, or coff). Then if this
13027 fails, try previous methods.
13028
13029Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13030
13031 * configure.in: Don't build newlib for *-*-vxworks5.1.
13032
13033Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13034
13035 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13036 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13037
13038Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13039
13040 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13041
13042Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13043
13044 * cfg-ml-com.in: New file.
13045 * cfg-ml-pos.in: New file.
13046
13047Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13048
13049 * COPYING.NEWLIB: Add HP free copyright to list.
13050
13051Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13052
13053 * config.sub: Recognize -eabi* for the system, not just -eabi.
13054
13055Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13056
13057 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13058 * config.sub, configure.in (win32): New target and host.
13059
13060Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13061
13062 * configure.in: Add i386-pe configuration.
13063
13064Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13065
13066 * mpw-build.in (install): Install GDB after LD.
13067
13068Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13069
13070 * mpw-config.in (elf/mips.h): Always forward-include, needed
13071 for GDB to build.
13072
13073Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13074
13075 * testsuite: New directory for customer acceptance and whole tool
13076 chain tests.
13077
13078Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13079
13080 * configure: If per-host line isn't found, but AC_OUTPUT is found
13081 and a configure script exists, run it instead.
13082
13083Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13084
13085 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13086
13087Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13088
13089 * configure: Set build_{cpu,vendor,os,alias} to host values when
13090 --build isn't specified.
13091
13092Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13093
13094 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13095 (FLAGS_TO_PASS): Pass them.
13096 (EXTRA_TARGET_FLAGS): Ditto.
13097
252b5132
RH
13098Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13099
13100 * Makefile.in (all-libg++): Depend on all-libstdc++.
13101
13102Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13103
13104 * configure.in (noconfigdirs): Enable all packages for
13105 i386-unknown-netbsd.
13106
13107Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13108
13109 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13110 hosted builds (DOS builds)
13111
13112Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13113
13114 Changes for ARM based on patches from Richard Earnshaw:
13115 * config.sub: Handle armeb and armel.
13116 * configure.in: Omit arm linker only for riscix.
13117
13118Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13119
13120 * config.guess: Update from FSF.
13121
13122Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13123
13124 * config.sub: Recognize powerpcle as the little endian varient of
13125 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13126 powerpcle variant. Convert pentium into i586, not i486. Add p5
13127 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13128 temporarily.
13129
13130Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13131
13132 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13133
13134Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13135
13136 * config.sub: Accept -lites* as a basic system type.
13137
13138Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13139
13140 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13141 installed, and if so return linuxoldld as the system name.
13142
13143Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13144
13145 * config.guess: Add hppa1.1-hp-lites support.
13146
13147Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13148
13149 * configure.in: Don't build newlib for m68k-vxworks5.1.
13150
13151Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13152
13153 * configure.in (mips-sgi-irix6): Use mh-irix5.
13154
13155Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13156
13157 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13158
13159Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13160
13161 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13162 OSF/1. Fix compiler flags.
252b5132
RH
13163 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13164
13165Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13166
13167 * configure.in: Recognize --with-newlib.
13168 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13169
afb8d725
JM
13170Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13171
13172 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13173 to *_X11_MODULES due to gdbtk needing X include files et al.
13174
252b5132
RH
13175Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 Merge in support for Mac MPW as a host.
13178 (Old change descriptions retained for informational value.)
13179
13180 * mpw-config.in: Add generic include forwards for cpu-specific
13181 include files in aout and elf directories.
13182
13183 * mpw-configure: Added copyright.
13184 * mpw-config.in: Check for presence of required build tools.
13185 (target_libs): Add newlib.
13186 (target_tools): Add examples.
13187 (Read Me): Generate as "Read Me for MPW" instead.
13188 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13189 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13190 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13191
13192 * mpw-configure: Remove subdir-specific makefile hackery,
13193 delete mk.tmp after using it.
13194
13195 * mpw-build.in (all): Display start and end times.
13196
13197 * mpw-configure (host_canonical): Set.
13198 (target_cpu): Always add to makefiles.
13199 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13200 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13201 (mpw-mh-mpw): Look for in srcdir and srcroot.
13202 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13203
13204 * mpw-build.in: (install-only): New target.
13205
13206 * mpw-configure (host_alias, target_alias): Rename from hostalias
13207 and targetalias, add into generated Makefile.
13208 (mk.tmp): If present, add into generated Makefile.
13209 * mpw-build.in (all-gas): Build config.h first before gas proper.
13210
13211 * mpw-configure (config.status): Write only if changed.
13212 * mpw-config.in (readline): Configure it (not built, just used for
13213 definitions).
13214
13215 * mpw-config.in (elf/mips.h): Add a forward include.
13216
13217 * mpw-config.in: Forward-include most .h files in include into
13218 extra-include.
13219 (readline): Don't build.
13220 mpw-build.in (install): Install GDB.
13221
13222 * mpw-configure (prefix, mpw_prefix): Handle it.
13223 * mpw-config.in (mmalloc, readline): Don't configure.
13224 * mpw-build.in (thisscript): Rename to ThisScript.
13225 Use mpw-build instead of BuildProgram everywhere.
13226 (mmalloc, readline): Don't build.
13227 * mpw-README: New file, basic documentation about the MPW port.
13228
13229 * mpw-config.in: Use forward-include to create include files.
13230
13231 * mpw-configure: Add more things to the top of each configured
13232 Makefile, including contents of config/mpw-mh-mpw.
13233 * mpw-config.in (extra-include): Create this directory and fill it
13234 with Posix-like include files when configuring.
13235
13236 * config.sub (apple, mac, mpw): Add various aliases.
13237
13238 * mpw-build.in: New file, top-level build script fragment for MPW.
13239 * mpw-configure: New file, configure script for MPW.
13240 * mpw-config.in: New file, config fragment for MPW.
13241
13242Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * configure.in (host_libs): Remove glob, since it is gone from the
13245 sources.
13246
13247Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13248
13249 * Makefile.in: define empty GDB_NLM_DEPS var.
13250
13251 * configure.in(target_makefile_frag): use config/mt-netware
13252 for netware targets.
13253
13254Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13255
13256 * config.sub: Merge in recent FSF changes. Remove linux special
13257 cases.
13258
13259Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13260
4bddf3ad 13261 Revert this change:
252b5132
RH
13262
13263 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13264
13265 * build-all.mk: Use CC=cc -Xs on Solaris.
13266
252b5132
RH
13267Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13268
13269 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13270 stop using it.
13271 * Makefile.in: Nuke all references to glob subdirectory.
13272
13273Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13274
13275 * configure.in: Fix --enable-shared logic in per-host.
13276
13277Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13280
13281Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * configure.in (noconfigdirs): Don't build gas on AIX, for
13284 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13285
13286Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13287
13288 * configure: Fix --cache-file to work if the file argument is a
13289 relative path.
13290
13291Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13292
13293 * configure: If the --cache-file is used, pass it down to
13294 configure in subdirectories.
13295
13296Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13297
13298 * config.sub: add vxworks29k configuration.
13299
13300Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13301
13302 * Makefile.in (taz): Do "diststuff" part quietly.
13303
13304Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13305
13306 * config.sub: Mini-merge with gcc/config.sub.
13307
13308Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13309
13310 * config.guess (IRIX): Sed - to _.
13311
13312Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13313
13314 * Makefile.in (source-vault, binary-vault): New targets.
13315
13316Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13317
13318 * config.sub: Recognize -eabi as a basic system type.
13319
13320Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13321
13322 * configure.in (enable_shared stuff): Fix typo.
13323
13324Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13325
13326 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13327
13328Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13329
13330 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13331
13332Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13333
13334 * configure.in (rs6000-*-*): Don't build gas.
13335
13336Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13337
13338 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13339 reduce command line length.
13340 (AS_FOR_TARGET): Check for as.new, not Makefile.
13341 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13342
13343Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13344
13345 * config.guess: Merge from FSF.
13346
13347Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13348
13349 * configure: Don't use $ when handling program_suffix.
13350
13351Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13352
13353 * configure.in: Configure tk for hppa/hpux.
13354
13355Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13356
13357 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13358
13359Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13362 to LIBCXXFLAGS. Tests are better run without it.
13363
13364Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13365
13366 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13367
13368Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13369
13370 * configure.in (*-*-netware*): Don't configure xiberty.
13371
13372Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13373
13374 * configure.in: Remove tk from native_only list.
13375
13376Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13377
13378 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13379 for special NCD build.
13380
13381Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13382
13383 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13384 makeall.bat, they're only useful for binutils snapshots.
13385 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13386 makeall.bat to specified SUPPORT_FILES.
13387
13388Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13389
13390 * build-all.mk: Add Ericsson targets to sun4 and solaris
13391 hosts. Add BNR's sun4 target to solaris host, so their
13392 build-from-source will be tested in-house first.
13393
13394Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13395
13396 * Makefile.in (LIBCFLAGS): New variable.
13397 (CFLAGS_FOR_TARGET): Ditto.
13398 (LIBCFLAGS_FOR_TARGET): Ditto.
13399 (LIBCXXFLAGS): Ditto.
13400 (CXXFLAGS_FOR_TARGET): Ditto.
13401 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13402 (BASE_FLAGS_TO_PASS): Pass them.
13403 (EXTRA_TARGET_FLAGS): Ditto.
13404
4bddf3ad 13405 * configure.in: Support --enable-shared.
252b5132
RH
13406
13407Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13408
13409 * configure.in (target_libs): Include libstdc++ again.
13410 * config.guess: Update from FSF (for FreeBSD).
13411
13412Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13413
13414 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13415 makeall.bat.
13416 (DISTDOCDIRS): Add `etc'.
13417 (ETC_SUPPORT_PFX): New variable.
13418 (taz): Include anything from etc starting with a word in
13419 ETC_SUPPORT_PFX.
13420
13421Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13422
13423 * config.sub: Update for recent FSF changes. Remove obsolete
13424 h8300hds entry. Add -windows* and -osx as basic os. Minor
13425 spacing changes.
13426
13427Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13428
13429 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13430
13431 * config.guess: Merge with FSF.
13432 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13433
13434Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13435
13436 * configure: Since the "trap 0" handler will override the exit
13437 status on many systems, only use it for "exit 1", and make it set
13438 a non-zero exit status; reset it before "exit 0". Also, check
13439 exit status of config.sub, and error out if it failed.
13440
13441Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13442
13443 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13444 and install libgloss.
13445
13446Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13447
13448 * Makefile.in (all-binutils): Depend upon all-byacc.
13449
13450 * configure.in: Don't build emacs on Irix 5.
13451
13452Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13453
13454 * configure.in (*-*-netware*): Add libio.
13455
13456Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13457
13458 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13459 (CHECK_TARGET_MODULES): Ditto.
13460 (INSTALL_TARGET_MODULES): Ditto.
13461 (TARGET_LIBS): Ditto.
13462 (all-libstdc++): Note dependencies.
13463
13464Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13465
13466 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13467
13468Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13469
13470 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13471 -fexternal-templates.
13472
13473 * configure.in (target_libs): Add libstdc++.
13474 (noconfigdirs): Add libstdc++ as appropriate.
13475
13476Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13477
13478 * config.guess: Update from FSF.
13479
13480Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13481
13482 * configure: Use ${config_shell} when running ${configsub}.
13483
13484Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13485
13486 * config.sub: No longer recognize h8300h.
13487
13488Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13489
13490 * config.sub: Remove extraneous differences between config.sub and
13491 gcc/config.sub.
13492
13493Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13494
13495 * Makefile.in (DISTSTUFFDIRS): Add gas.
13496
13497Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13498
13499 * COPYING.NEWLIB: New file.
13500
13501Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13502
13503 * config.guess (HP-UX): Patch from Harlan Stenn
13504 <harlan@landmark.com> to also emit release level.
13505
13506Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13507
13508 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13509
13510Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13511
13512 * config.sub: Merge nextstep cleanup from FSF.
13513
13514Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13515
13516 * configure.in (arm-*-*): Don't configure ld for this target.
13517
13518Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13519
13520 * configure.in (*-*-netware): don't configure libg++, libio,
13521 librx, or newlib.
13522
13523Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13524
13525 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13526 configure ld--it works, but it doesn't support shared libraries.
13527
13528Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13529
13530 * config.guess (*-unknown-freebsd*): Get rid of possible
13531 trailing "(Release)" in version string.
13532 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13533
13534Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13535
13536 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13537 Fix type: *-next-neststep -> *-next-nextstep.
13538
13539 * config.guess: Merge from FSF:
13540
13541 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13542
13543 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13544
13545 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13546
13547 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13548 instead of UNIX_SV for UnixWare 1.0).
13549
13550Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13551
13552 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13553 to make gdb/nlm/* build after the compiler and linker.
13554
13555Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13556
13557 * config.guess (netbsd, freebsd, linux): Accept any machine,
13558 not just i[34]86.
13559 (m68k-atari-sysv4): Relocate to match FSF version.
13560
13561 * config.guess: More merges from the FSF:
13562
13563 Add a space before function call or macro invocation.
13564
13565 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13566
13567 * config.guess: Add trap cmd to remove dummy.c and dummy when
13568 interrupted.
13569
13570 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13571
13572 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13573 (dummy): Redirect stderr from compilation of dummy.c.
13574
13575 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13576
13577 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13578
13579Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13580
13581 * configure: Accept and ignore --cache*, for compatibility with
13582 new autoconf.
13583
13584Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13585
13586 * config.guess: Merge from FSF:
13587
13588 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13589
13590 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13591 (PATH): Add /.attbin at end for finding uname.
13592 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13593
13594 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13595
80413487 13596 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13597
13598 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13599
80413487
RH
13600 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13601 to select whether to use ELF or COFF.
252b5132
RH
13602
13603 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13604
80413487 13605 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13606
13607 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13608
13609 * config.guess: Guess the OS version for HPUX.
13610
13611 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13612
13613 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13614
13615Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13616
13617 * configure.in: Recognize --with-headers, --with-libs, and
13618 --without-newlib.
13619 * Makefile.in (all-xiberty): Depend upon all-ld.
13620
13621Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13622
13623 * configure.in: Change i[34]86 to i[345]86.
13624
13625Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13626
13627 * configure (version): A few more tweaks to help message.
13628
13629Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13630
13631 * Makefile.in: Remove (for now) librx as a host library,
13632 now that we're building it for target.
13633
13634Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13635
13636 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13637 (Karl Berry).
13638
13639Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13640
13641 * configure.in: Also configure librx.
13642
13643Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13644
13645 * Makefile.in: Update various rules to reflect that librx
13646 is now needed for libg++.
13647
13648Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13649
13650 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13651
13652Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13653
13654 * configure.in: Configure the examples directory.
13655
13656Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13657
13658 * configure: Simplify Jun 2 1994 change.
13659
13660Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13661
13662 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13663 /bin/gcc isn't good enough to build gcc.
13664
13665Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13666
13667 * Makefile.in (GDB_SUPPORT_FILES): Remove
13668 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13669 (gdb.tar.gz): Add new rule to use standard distribution building
13670 mechanism.
13671
13672Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13673
13674 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13675 Bill Cox <bill@cygnus.com>.
13676
13677Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13678
13679 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13680
13681Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13682
13683 * configure: Search current dir first in .gdbinit.
13684
13685Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13686
13687 * config.sub: Recognize freebsd (merged from gcc config.sub).
13688
13689Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13690
13691 * config.sub: Refer to NeXT's operating system as nextstep.
13692
13693 * config.sub (case $basic_machine): Re-order the cases, to match
13694 the order in the FSF version (which is mostly alphabethical).
13695 Merge in some additions and changes from the FSF.
13696
13697Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13698
13699 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13700 * config.sub: Recognize cxux7.
13701 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13702
13703Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13704
13705 * config.sub: Fix typo powerpc -> powerpc-*.
13706
13707Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13708
13709 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13710
13711 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13712 parallel with all-emacs and install-emacs). Top-level command
13713 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13714
13715Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13716
13717 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13718 $(relbindir)/make before doing ``make install'', and use
13719 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13720 installing over running make binary.
13721 ($(host)-stamp-stage3-installed): Likewise.
13722
13723Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * config.guess: Recognize Mach.
13726
13727Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13728
13729 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13730 see whether --exec-prefix was used.
13731
13732Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13733
13734 * README: Explicitly mention libg++/README. (Zoo's idea.)
13735
13736Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * Makefile.in: Add all-librx target similar to all-libproc.
13739
13740Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13741
13742 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13743 with post 1.2 uname bogosity.
13744
13745Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13746
13747 * configure: Remove temporary files on receipt of a signal.
13748
13749Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13750
13751 * configure: If there is a package_makefile_frag, remove
13752 ${subdir}/Makefile.tem after copying it in.
13753
13754Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13755
13756 * build_all.mk: support rs6000 lynx identifies itself as
13757 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13758 since /bin/gcc is too feeble to compile a modern gcc.
13759
13760Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13761
13762 * brought devo/test-build.mk update-to-date with progressive/
13763 test-build.mk. Add lynx targets and hppa flag info.
13764
13765Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13766
13767 * configure.in: Use mh-ncrsvr43. Patch from
13768 Tom McConnell <tmcconne@sedona.intel.com>.
13769
13770Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13771
13772 * config.guess (i386-unknown-bsdi): No longer need to
13773 check #if defined(__bsdi__) && defined(__i386__).
13774
13775Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13776
13777 * configure: Set program_transform_nameoption correctly.
13778
13779Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13780
13781 * brought build-all.mk update-to-date with progressive build-all.mk,
13782 added new targets and hppa info.
35590697 13783
252b5132
RH
13784Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13785
13786 * configure: If config.guess result is a prefix of the user
13787 specified target, assume a native build and use the user specified
13788 target as the host alias. Remove SunOS patch suffix removal hack.
13789 * configure.in: Remove SunOS patch suffix removal hack.
13790
13791 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13792 in NATIVE_CHECK_MODULES.
13793
13794Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13795
13796 * Makefile.in: Rename HOST_ONLY to NATIVE.
13797 * configure: Delete SunOs patch suffix from host_canonical
13798 and build_canonical variables that are prepended to Makefiles.
13799 * configure.in: Add comments for easier maintenance.
13800
13801Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13802
13803 * Makefile.in: Add all-libproc target similar to all-gui.
13804
13805Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13806
13807 * Makefile.in (CHECK_MODULES): split into
13808 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13809
13810Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13811
13812 * config.guess (i386-unknown-bsdi): New system to guess.
13813
13814Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13815
13816 * Makefile.in: Add all-gui target (but not yet build by "all").
13817
13818Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13819
13820 * config.sub: Move deletion of patch suffix from here...
13821 * configure.in: To here, at Ian's suggestion. The top-
13822 level scripts might need to know of a patch level.
13823
13824Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13825
13826 * config.sub: Strip off patch suffix so rtl is recognized
13827 as a sunos4.1.3 machine, even though it's been patched.
13828
13829Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13830
13831 * Makefile.in (INSTALL_LAST): Delete.
13832 (INSTALL_DOSREL): New.
13833
13834Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13835
13836 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13837 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13838 whether we pass down --with-gnu-ld anyhow.
13839
13840Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13841
13842 * Makefile.in (INSTALL_LAST): Change operation so it works
13843 on more flavors of make.
13844 * configure.in (go32): Don't build libg++ or libio.
13845
13846Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13847
13848 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13849 they can be overriden by templates.
13850
13851Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13852
13853 * configure.in (target==go32): Don't build gdb.
13854 * dosrel: New directory.
13855
13856Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13857
13858 * configure.in (host==go32): Configure dosrel too.
13859 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13860 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13861 be set by incoming names or templates.
13862 (INSTALL_LAST): New rule.
252b5132
RH
13863
13864Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13865
13866 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13867
13868Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13869
252b5132
RH
13870 * configure.in (appdirs): New variable. Currently empty, but will
13871 be used in gas distribution. If nonempty, lists a set of
13872 directories at least one of which must get configured, or top
13873 level configuration is considered to have failed.
13874 (rs6000-*-lynxos*): Use new file name.
13875
13876Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13877
13878 Eliminate XTRAFLAGS.
13879 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13880 newlib include files using -idirafter, and also use -nostdinc.
13881 (CXX_FOR_TARGET): Likewise.
13882 (XTRAFLAGS): Removed.
13883 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13884 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13885 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13886 ($(DO_X)): Don't pass down XTRAFLAGS.
13887
13888Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13889
13890 * configure.in (mips*-dec-bsd*): New target; do build linker.
13891 (mips*-*-bsd*): New target; don't build linker.
13892
13893Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13894
13895 * configure.in: support rs6000-*-lynxos* configuration.
13896 support sunos4 as a cross target.
13897
13898 * config.sub: look for lynx*, not lynx since the OS version may
13899 legitimately be part of the name.
13900
13901Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13902
13903 * configure.in (i[34]86-*-sco*): Move to be with other i386
13904 targets.
13905 (romp-*-*): New target. Skip various binary utilities.
13906 (vax-*-*): New target. Don't build newlib.
13907 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13908
13909Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13910
13911 * configure.in: Only set host_makefile_frag if config
13912 directory exists.
13913
13914Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13915
13916 * install.sh: If $dstdir exists, don't check whether each
13917 component does.
13918
13919Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13920
13921 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13922
13923Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13924
35590697
AJ
13925 * configure.in (*-*-lynxos*): Don't configure newlib for either
13926 native or cross Lynx.
252b5132
RH
13927
13928Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13929
13930 * config.sub (sparc64-elf): Fix os.
13931 (z8k): Remove duplicate.
13932
13933Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13934
13935 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13936 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13937
13938Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13939
13940 * configure: Make file links cleanly even if Lynx fails on
80413487 13941 an NFS symlink (at least fail cleanly).
252b5132
RH
13942
13943Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13944
13945 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13946 -XNh2000.
13947
13948Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13949
13950 * configure: Unknown options are fatal again.
13951
13952Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13953
13954 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13955 compatibility.
252b5132
RH
13956
13957Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13958
13959 * build-all.mk: Add `clean' target.
13960
13961Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13962
13963 * config.guess: Add SINIX support.
13964 * configure.in: Add mips-*-sysv4* support.
13965
13966Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13967
13968 * build-all.mk: Document all useful targets.
13969 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13970 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13971
13972Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13973
13974 * configure: Support --silent, --quiet.
13975
13976Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13977
13978 * configure: Support --disable-FEATURE.
13979
13980Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13981
13982 * config.guess: Recognize NCR running SVR4.3.
13983
13984Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13985
13986 * config.guess: Make BSDI generate i386-unknown-bsd386.
13987 Patch from Paul Eggert <eggert@twinsun.com>.
13988
13989Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13990
13991 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13992
13993Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13994
13995 * configure: Make unrecognized options give nonfatal warnings
13996 instead of fatal errors, and pass them to any subdirectory
13997 configures in case they recognize them.
13998 Make --x equivalent to --with-x.
13999
14000Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14001
14002 * configure: Add --enable-* options. Clean up usage message and
14003 some comments.
14004
14005Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14006
14007 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14008
14009Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
14011 * configure.in (hppa*-*-*): Enable binutils.
14012
14013Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * config.sub: Recognize cisco.
14016
14017Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14018
14019 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14020
14021Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14024 than one configuration name. Add comment.
14025
14026Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14027
14028 * config.guess: about target *-hitachi-hiuxwe2, fixed
14029 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14030 macro is incorrect.]
14031
14032Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14033
14034 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14035 than the "make ls" stuff which used to be here.
14036
14037Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14038
14039 * config.guess: Recognize i[34]86-unknown-freebsd.
14040 From Shawn M Carey <smcarey@rodan.syr.edu>.
14041
14042Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14043
14044 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14045
14046Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14047
14048 * config.guess: Check for ptx.
14049
14050Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14051
14052 * config.sub: Add os9k checking.
14053
14054Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14055
14056 * config.guess: Handle OSF1 running on HPPA processors
14057
14058Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14059
14060 * configure: If subdir configure fails, print out a message with
14061 subdirectory name, in case subdir's configure code didn't identify
14062 itself.
14063
14064Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14065
14066 * configure.in: Remove embedded newlines from configdirs.
14067 Avoid mismatches of substrings. Fix matching strings at end
14068 of configdirs.
14069
14070Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14071
14072 * config.guess: Add Lynx/rs6000 config support.
14073
14074Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14075
14076 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14077
14078Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14079
14080 * configure.in (hppa*-*-osf*): Treat this just like most other
14081 PA configurations (eg no binutils or ld).
14082 (hppa*-*-*elf*): These configurations have binutils and ld.
14083
14084Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14085
14086 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14087
14088Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14089
14090 * configure.in (rs6000-*-*): Build gas.
14091
14092Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14093
80413487 14094 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14095
14096Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14097
14098 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14099 for GDB and GDB has been fixed to not need it.
14100
252b5132
RH
14101Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14102
14103 * config.guess: Recognize vax hosts.
14104
14105Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14106
14107 * configure (while loop): Don't use "break 2" inside case
14108 statement -- the case statement isn't an enclosing loop.
14109
14110Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14111
14112 * config.guess: Clean up NeXT support, to allow nextstep
14113 on Intel machines. Make OS be nextstep.
14114
14115Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14116
14117 * config.guess: Add alternate forms for Convex.
14118
14119Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14120
14121 * configure: Completely rewrite option processing. Take
14122 advantage of pattern-matching to avoid invoking test frequently.
14123 Also clean up host and target defaulting logic.
14124
14125Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14126
14127 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14128 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14129 commands (plus user environment) will fit SCO limits.
14130
14131Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14132
14133 * configure.in: Don't issue warnings about directories which are
14134 not being configured if -norecursion is set. Correct test for
14135 --with-gnu-as and --with-gnu-ld to not get confused by substring
14136 matches.
14137
14138 * configure.in: Don't build gas for alpha-dec-osf1*.
14139
14140Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14141
14142 * configure: Back out Per's change of 12/19/1993. It changes the
14143 behavior of configure in unexpected and confusing ways.
14144
14145 Also, use different delim char when calculating
14146 program_transform_name so that the name can contain slashes.
14147
14148Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14149
14150 * configure.in, config.sub: Add support for VSTa micro-kernel.
14151
14152Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14153
14154 * configure.in: Nuke hacks which were used to get a special
14155 version of GAS for HPPA configurations.
14156
14157Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14158
14159 * configure: If only ${target_alias} is given, use that
14160 as the default for ${host_alias}.
14161 * configure: Add missing back-slashes before nested quotes.
14162
14163Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14164
14165 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14166
14167Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14168
14169 * config.guess: Recognize some Tektronix configurations.
14170 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14171
14172Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14173
14174 * config.sub: Match any flavor of SH.
14175
14176Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14177
14178 * configure.in: Don't try to configure newlib for Alpha.
14179
14180Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14181
14182 * configure.in: Don't build ld for Irix 5. Don't build gas,
14183 libg++ or libio for any Alpha target.
14184
14185 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14186
14187Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14188
14189 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14190 default arguments -- so it tried to compress itself.
14191
14192Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14193
14194 * configure.in (notsupp): ensure that a space is always at the end
14195 of the configdirs list, since the grep checks for an explicit space
14196
14197Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14198
14199 * configure.in (target i386-sysv4.2): don't build ld, since static
14200 versions of many libraries are not available.
14201
14202Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * config.guess: Recognize Apollos (using environment variables).
14205 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14206
14207Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14208
14209 * config.guess: Recognize Sony news mips running newsos.
14210
14211Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14212
14213 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14214 "fi ; else" for bash.
14215
14216Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14217
14218 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14219
14220Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14221
14222 * config.sub: accept unixware as an alias for svr4.2.
14223 Fix some inconsistancies with the gcc version.
14224
14225Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * Makefile.in (DISTDOCDIRS): Add gdb.
14228
14229Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14230
14231 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14232
14233Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14234
14235 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14236 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14237 this now.
14238
14239Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14240
14241 * config.sub: Accept hiux* as an OS name.
14242
14243 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14244 etc/make-stds.texi. The underscore came from gcc, and dje now
14245 agrees that RUNTESTFLAGS is the correct name.
14246
14247Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14248
14249 * install.sh: Remove 'set -e'. It makes any conditionals
14250 in the script useless.
14251
14252 * config.guess: Automatically recognize arm-acorn-riscix
14253 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14254
14255Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14256
14257 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14258
14259Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14260
14261 * Makefile.in (DISTDOCDIRS): New variable.
14262 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14263 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14264
14265Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14266
14267 * configure.in (hppa target): check the source directory for the
14268 pagas sub-directory
14269
14270Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14271
14272 * config.sub: Allow -aout* and -elf*.
14273
14274Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14275
14276 * configure.in: Don't build ld on i386-solaris2, same as for
14277 sparc-solaris2.
14278
14279Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14280
14281 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14282
14283Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14284
14285 * configure.in: Configure gdb for alpha.
14286
14287Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14288
14289 * Makefile.in (CXXFLAGS): Add -O.
14290
14291Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14292
14293 * config.guess: added support for DG Aviion
14294
14295Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14296
14297 * configure.in: Produce warning message for subdirectories not
14298 configurable for this host/target combination. Don't try to
14299 configure gdb for vms.
14300
14301Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14302
14303 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14304 appropriate files before making "diststuff".
14305 (DISTBISONFILES): New var: list of files to be edited.
14306 (DISTSTUFFDIRS): Add binutils.
14307
14308Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14309
14310 * config.sub: also handle mipsel and mips64el (for little endian mips)
14311
14312Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14313
14314 * configure.in: Add * to end of all OS names.
14315
14316Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14317
14318 * configure.in: Build newlib for LynxOS native.
14319
14320Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14321
14322 * config.guess: Add support for delta 88k running SVR3.
14323
14324 * configure.in: Add comment about HP compiler vs. emacs.
14325
14326Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14327
14328 * configure.in: don't build ld on solaris2 (not a viable option
14329 due to bugs in getpwnam & getpwuid)
14330
14331Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14332
14333 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14334 config.guess will produce a full version number.
14335
14336Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14337
14338 * configure.in: Build linker and binutils for alpha-dec-osf1.
14339
14340Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14341
14342 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14343 and gdb/testsuite/Makefile.in.
14344
14345Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14346
14347 * configure.in: recognize mips*- instead of mips-
14348
14349Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14350
14351 * config.sub: Accept linux*coff and linux*elf as operating
14352 systems.
14353
14354Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14355
14356 * config.sub: Recognize mips64, and mips3 as an alias for it.
14357
14358Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14359
14360 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14361 gdb knows how to handle OSF/1 shared libraries.
14362
14363Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14364
14365 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14366 * config.guess: Recognize Hitachi's HIUX.
14367 * config.sub: Recognize h3050r* and hppahitachi.
14368 Remove redundant cases for hp9k[23]*.
14369
14370Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14371
14372 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14373 if gas and ld are in the source tree and are in ${configdirs}.
14374 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14375 --with options (but still pass them down on the command line,
252b5132
RH
14376 if they were explicitly specified).
14377
14378Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14379
14380 * configure: substitute SHELL value in Makefile.in with
14381 ${CONFIG_SHELL}
14382
14383Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14384
14385 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14386 *-*-solaris2* targets.
14387
14388Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14389
14390 * Makefile.in: define M4, and pass it down to sub-makes;
14391 all-autoconf now depends on all-m4
14392
14393Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14394
14395 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14396 presence of {ar,ranlib} instead of a configured directory
14397
14398Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14399
14400 * config.guess: Accept 34?? as well as 33?? for NCR.
14401
14402Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14403
14404 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14405 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14406
14407Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14408
14409 * configure: grab values for $(CC) and $(CXX) from the
14410 environment, so that someone can do "CC=gcc configure; make" and
14411 have it work right (matching the way that autoconf works now)
14412
14413 * configure.in, Makefile.in: add support for gash, the tcl
14414 interface to Galaxy
14415
14416 * config.guess: add NetBSD variants (hp300, x86)
14417
14418Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14419
14420 * install.sh: Support -d option (in the manner of SunOS 4 install,
14421 as it is more deterministic than that of GNU install)
14422 (chmodcmd): Set file to mode 755 by default (should also do default
14423 chgrp and chown, but I don't feel like dealing with that now)
14424
14425Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14426
14427 * config.sub: Remove h8300hhms alias.
14428
14429Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14430
14431 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14432
14433Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14434
14435 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14436 as stmp-fixinc
14437
14438Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14439
14440 * config.sub: recognize m88110-bug-coff.
14441
14442Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14443
14444 * Makefile.in (all-libio): all dependencies on the toolchain used
14445 to build this (gcc, gas, ld, etc)
14446
14447Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14448
14449 * config.guess: Deal with OSF/1 1.3 on alpha.
14450
14451Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * install.sh: add some 'else true' clauses for portability
14454
14455 * configure.in: don't build libio for h8[35]00-*-* targets
14456
14457Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14458
14459 * Makefile.in: Add support for new libio.
14460
14461Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14462
14463 * install.sh: If one command fails, don't try the rest. Don't try
14464 to remove $dsttmp (via trap) unless we have already created it.
14465 If $src doesn't exist, detect it and exit with an error.
14466
14467 * config.guess: Recognize BSD on hp300.
14468
14469Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14470
14471 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14472 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14473
14474Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14475
14476 * Makefile.in (all-send-pr): depends on all-prms
14477
14478Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14479
14480 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14481
14482Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14483
14484 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14485 Added test for mips-mips-riscos5.
14486
14487Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14488
14489 * configure.in: use mh-hp300 for 68k HP hosts
14490
14491Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14492
14493 * configure: add support for CONFIG_SHELL, so that you can use
14494 some alternate shell for evaluating configure scripts
14495
14496Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14497
14498 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14499 in configure script to bug-gdb@prep.ai.mit.edu when building
14500 distribution archive.
14501 * Makefile.in (COMPRESS): Remove def.
14502 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14503 gdb.tar.Z and make-gdb.tar.Z respectively.
14504 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14505 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14506 to convergence with 'taz' target in Makefile.in.
14507
14508Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14509
14510 * install.sh (dsttmp): use trap to ensure that tmp files go
14511 away on error conditions
14512
14513Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14514
14515 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14516
14517Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14518
14519 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14520 its parent is '/' not ''.
14521
14522 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14523
14524Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14525
14526 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14527 that ${newsrcdir}/configure.in does.
14528
14529Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14530
14531 * test-build.mk: support for CONFIG_SHELL
14532
14533Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14534
14535 * config.sub (netware): Add as a basic system type.
14536
14537Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14538
14539 * Makefile.in (Makefile): depend on configure.in. Also drop the
14540 $(srcdir)/ from the dependency on Makefile.in.
14541
14542Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14543
14544 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14545 (h8300hhms is temporary until multi-libraries are implemented).
14546 * configure.in: Handle h8300h too.
14547
14548Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14549
14550 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14551
14552Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14553
14554 * configure: Remove extraneous output when guessing host type.
14555 * config.guess: Remove extraneous output when guessing using C
14556 compiler rather than uname, or when guessing fails.
14557
14558Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14559
14560 * Makefile.in: remove all.cross and install.cross targets
14561
14562 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14563 definitions
14564
14565Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14566
14567 * configure.in (target sh): Build gprof.
14568
14569Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14570
14571 * config.sub: change -solaris to -solaris2
14572
14573Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14574
14575 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14576
14577Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14578
14579 * configure: Correct error message for missing Makefile.in to
14580 print correct directory.
14581
14582Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14583
14584 * install.sh: kludge around 386BSD shell bug
14585
14586Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14587
14588 * config.guess: Recognize NeXT.
14589 * config.guess: Recognize i486-ncr-sysv4.
14590 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14591
14592Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * Makefile.in (MAKEINFOFLAGS): New variable.
14595 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14596 * build-all.mk, test-build.mk: Pass down --no-split as
14597 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14598
14599Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14600
14601 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14602
14603Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14604
14605 * Makefile.in (libg++.tar.z): New rule.
14606 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14607 * Makefile.in (taz): Only do a single chmod.
14608
14609Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14610
14611 * install.sh: don't use dirname anymore (replaced with sed usage)
14612
14613Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14614
14615 * Makefile.in: Change extension for gzip'd files from '.z' to
14616 '.gz' per new FSF standard usage.
14617
14618Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14619
14620 * configure: put quotes around the final value of program_transform_name
14621
14622Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14623
14624 * Makefile.in: new install.sh support; update install-info rules
14625
14626Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * configure.in: Build diff for crosses, but not for go32 host.
14629
14630 * configure.in: Build gprof only for native, and don't build it
14631 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14632
14633Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14634
14635 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14636
14637Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14638
14639 * configure.in (host_tools): Add prms.
14640
14641Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14642
14643 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14644 with $(FLAGS_TO_PASS) on the command line
14645
14646 * config.sub: Recognize lynx and lynxos
14647
14648Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14649
14650 * config.sub: Accept -ecoff*, not just -ecoff.
14651
14652Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14653
14654 * Makefile.in (taz): Use .gz suffix instead of .z.
14655 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14656 names.
14657
14658Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14661
14662Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14663
14664 * Makefile.in (install-no-fixedincludes): install gcc last, so
14665 that rebuilds that might happen during 'make install' don't get
14666 bogus gcc include files
14667
14668Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14669
14670 Change from Utah for HPPA support:
14671 * config.guess: Recognize hppa1.x-hp-bsd.
14672
14673Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14674
14675 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14676 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14677
14678Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14679
14680 * config.sub: Add support for rom68k and bug boot monitors.
14681
14682Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14683
14684 * Makefile.in: Make all-opcodes depend on all-bfd.
14685
14686Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14687
14688 * config.guess: Added special check for i[34]86-univel-sysv4*.
14689
14690Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14693 the processor rather than assuming i486.
14694
14695Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14696
14697 * config.guess: Recognize SunOS6 as Solaris3.
14698
14699Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14700
14701 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14702 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14703
14704Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14705
14706 * build-all.mk (all-cross): New target for Canadian Cross.
14707 Added Q2 go32 targets.
14708 * test-build.mk: Configure go32 cross sparclite-aout and
14709 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14710 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14711
14712Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14713
14714 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14715 GO32 hosted toolchains
14716
14717Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14718
14719 * configure: change so "-exec-prefix" gets passed down rather
14720 than "-exec_prefix" so autoconf generated Makefiles get the
14721 exec_prefix set right.
14722
14723Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14724
14725 * config.guess: get the Solaris2 minor version number
14726
14727 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14728
14729Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14730
14731 * config.guess: Recognize some Sequent platforms.
14732
14733Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14734
14735 * Makefile.in: added the vault-install target
14736
14737 * configure.in: actually use the Sun3 makefile fragment that's in
14738 config, also added the release dir to configdirs
14739
14740Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14741
14742 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14743
14744Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14745
14746 * configure.in: remove some program from Alpha targetted toolchains
14747
14748Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14749
14750 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14751 gprof.
14752 (taz): Run "make diststuff" in those directories instead of "make
14753 proto-dir". Look for "VERSION=" only at start of line in subdir
14754 Makefile. Use "gzip -9" for compression.
14755 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14756 (binutils.tar.z): New target.
14757
14758Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14759
14760 * Makefile.in (taz): Include gpl.texinfo.
14761
14762Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14763
14764 * Makefile.in (setup-dirs): Merged into "taz" target.
14765 (taz): Only do `proto-dir' stuff if a directory is actually needed
14766 for this target.
14767
14768Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14769
14770 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14771 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14772 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14773 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14774 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14775
14776Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14777
14778 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14779 config.sub, and move-if-change to gdb testsuite distribution
14780 archive, so the testsuite can be extracted, configured, and
14781 run separately from the gdb distribution. Blow away the Chill
14782 tests that require a Chill compiled executable, since GNU Chill
14783 is not yet publically available.
14784
14785Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14786
14787 * test-build.mk: set environment variables in a single command,
14788 instead of a list of assignments and exports
14789
14790 * config.guess: recognize Alpha/OSF1 systems
14791
14792Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14793
14794 * configure: Change help message to prefer --options rather than
14795 -options.
14796
14797Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14798
14799 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14800 zippy@ecst.csuchico.edu.
14801 * config.guess: Recognize miniframe.
14802
14803Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14804
9eb322aa
MF
14805 * Makefile.in: Use srcroot to find runtest rather than rootme.
14806 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14807
14808Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14809
14810 * test-build.mk: Extensive additions to support building on a
14811 machine other than the host.
14812
14813Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14814
14815 * configure (tooldir): Fix for i386-aix again.
14816
14817Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14818
14819 * configure, Makefile.in: Change definition of $(tooldir)
14820 to match the FSF.
14821
14822Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14823
14824 * config.guess: Recognize i[34]86/SVR4.
14825
14826Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14827
14828 * Makefile.in (all-gdb): gdb depends on sim.
14829
14830Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14831
14832 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14833 at the same time we make the prototype gdb directory.
14834 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14835 files at the same time as the gdb base release distribution.
14836
14837Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14838
14839 * Makefile.in (check): Use individual check targets rather than
14840 DO_X rule.
14841 (check-gcc): Added.
14842
14843Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14844
14845 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14846 for System V release 3.2.
14847
14848Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14849
14850 * config.sub: Recognize hppaosf.
14851 * configure.in: Do configure ld/binutils/gas for it.
14852
14853Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14854
14855 * configure (tooldir): Alter syntax used to set this, for systems
14856 where "\$" isn't handled right, like i386-aix.
14857
14858Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14859
14860 * configure: Pass program-transform-name, not
14861 program_transform_name, to recursive configures.
14862
14863Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14864
14865 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14866 of gas+ld+binutils.
14867
14868Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14869
14870 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14871
14872Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14873
14874 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14875
252b5132
RH
14876Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14877
14878 * Makefile.in (PRMS): Set back to all-prms.
14879
14880Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14881
14882 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14883 targets, rather than for MIPS hosts.
14884
14885Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14886
14887 * configure.in: add comment for --with-x default values
14888
14889 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14890
14891 * Makefile.in: add check-* targets for each of the directories in
14892 the tree. Add a definition of RUNTEST that will use the one we
14893 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14894
14895Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * configure.in: Removed obsolete references to bfd_target and
14898 target_makefile_frag.
14899
14900 * build-all.mk: Set assorted targets for Q2.
14901 * config.sub: Recognize z8k-sim and h8300-hms.
14902 * test-build.mk: Really don't pass host to configure.
14903 (HOLES): Added uname.
14904
14905Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14906
14907 * configure: Handle an empty program-prefix, program-suffix or
14908 program-transform-name correctly.
14909
14910Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14911
14912 * build-all.mk: -G 8 no longer required for MIPS targets.
14913 * test-build.mk: Don't pass host argument to configure; make it
14914 guess.
14915
14916Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14917
14918 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14919 * Makefile.in (COMPRESS): New macro, like GZIP.
14920
14921Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14922
14923 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14924
14925 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14926 with gas currently defaults to -G 0.
14927
14928Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14929
14930 * Makefile.in (all-flex): flex depends on byacc.
14931
14932 * build-all.mk: If host not specified, use config.guess. Pass TAG
14933 to test-build.mk as RELEASE_TAG.
14934 * test-build.mk (configargs): New variable containing arguments to
14935 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14936 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14937
14938 * config.guess: Use /bin/uname when checking -X argument on SCO,
14939 to avoid invoking GNU uname which doesn't understand -X.
14940
14941 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14942
14943 * configure.in: Build gas for mips-*-*.
14944
14945Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14946
14947 * Makefile.in (all.normal): insert missing backslash.
14948
14949Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14950
4bddf3ad 14951 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14952
14953 * Makefile.in: Complete overhaul to merge many almost identical
14954 targets.
14955
14956Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14957
14958 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14959 (gdb.tar.Z): Adjusted.
14960
14961 * Makefile.in (setup-dirs, taz): New targets; should be general
14962 enough to adapt for gdb sometime. Build only .z file.
14963 (gas.tar.z): New target.
14964
14965Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * build-all.mk: Use CC=cc -Xs on Solaris.
14968
252b5132
RH
14969Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14970
14971 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14972 for handling BISON for FSF releases.
14973
14974Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14975
14976 * configure: Actually implement the change zoo just documented.
14977
14978Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14979
14980 * configure: when using config.guess, only set target_alias when
14981 it's not already been set (ie, on the command line)
14982
14983Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14984
14985 * Makefile.in: add installcheck target, set PRMS to install-prms
14986
14987Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14988
14989 * configure: add support for package_makefile_fragment, handle the
14990 case where a directory has a configure.in file but no Makefile.in
14991 more gracefully (with an actual understandable error message, even);
14992 add support for --without (and add this to the usage message); also
14993 explicitly add a --host=${host_alias} to the command line when
14994 config.guess is used
14995
14996Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14997
14998 * configure: Must use both --host and --target in recursive calls.
14999
15000Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15001
15002 * Makefile.in: Change deja-gnu to dejagnu.
15003
15004Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15007
15008Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15009
15010 * configure.in: canonicalize all instances to *-*-solaris2*,
15011 also strip out a number of tools to not build for go32 host
15012
15013Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15014
15015 * config.guess: add GPL.
15016
15017 * Makefile.in, config.guess, config.sub, configure: bump
15018 copyrights to 93.
15019
15020Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15021
15022 * Makefile.in (do-info): Removed obsolete check for existence of
15023 localenv file.
15024
15025 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15026
15027Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15028
15029 * Makefile.in: a couple of 'else true' for decstation,
15030 support for TclX
15031
15032 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15033
15034Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15035
15036 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15037
15038Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15039
15040 * config.guess: Recognize i386-ibm-aix (PS/2).
15041 * configure.in: Use config/mh-aix386 file for it.
15042
15043Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15044
15045 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15046 CC_FOR_TARGET instead.
15047 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15048
15049Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15050
15051 * Makefile.in: Add sim to list of directories sent with gdb
15052
15053Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15054
15055 * configure.in: Put back mips-dec-bsd* case.
15056
15057Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15058
15059 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15060 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15061 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15062
15063Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15064
15065 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15066
15067 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15068 (install-info): install dir.info only if it exists,
15069 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15070
15071Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15072
15073 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15074 gas for mips-dec-bsd.
15075
15076Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15077
15078 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15079 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15080
15081Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15082
15083 * configure.in: Added "dejagnu" to hosttools list.
15084
15085Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15086
15087 * config.sub, configure.in, config.guess: Add support
15088 for Bosx, an AIX variant from Bull.
15089 Patches from F.Pierresteguy@frcl.bull.fr.
15090
15091Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15092
15093 * devo/dejagnu: Initial creation of devo/dejagnu.
15094 Migrated dejagnu testcases and support files for testing software
15095 tools to reside as subdirectories, currently called "testsuite",
15096 within the directory of the software tool. Migrated all programs,
15097 support libraries, etc. beloging to dejagnu proper from
15098 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15099 with no modifications. The changes to these files which will
15100 allow them to configure, build, and execute properly will be made
15101 in a future update.
15102
15103Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15104
15105 * Makefile.in: Change send_pr to send-pr.
15106 * configure.in: Likewise.
15107 * send_pr: Renamed directory to send-pr.
15108
15109Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15110
15111 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15112
15113Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15114
15115 * README: Update for gdb-4.8 release.
15116 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15117 gdb-xxx.tar.z (gzip'd) file also.
15118
15119Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15120
15121 * Makefile.in: make all-diff depend on all-libiberty
15122
15123Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15124
15125 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15126
15127Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15128
15129 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15130
15131Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15132
15133 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15134 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15135 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15136
15137Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * Makefile.in: makeinfo binary is in a new location
15140
15141Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15142
15143 * config.sub: Accept -ecoff as an OS.
15144
15145 * Makefile.in: Various changes to eliminate a level of make
15146 recursion and reduce the required command line length.
15147 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15148 sub-makes.
15149 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15150 variables holding settings for specific sub-makes.
15151 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15152 in terms of BASE_FLAGS_TO_PASS.
15153 (TARGET_LIBS): New variable listing directories which use
15154 TARGET_FLAGS_TO_PASS.
15155 (subdir_do): Eliminated.
15156 (do-*): New set of targets to replace subdir_do.
15157 (various): All targets which used subdir_do now depend on do-*.
15158 (local-clean): Renamed from do_clean.
15159 (local-distclean): New target, dependency of distclean and
15160 realclean.
15161 (install-info): Don't create directories. Depend on dir.info
15162 rather than calling make recursively.
15163 (install-dir.info): Eliminated.
15164 (install-info-dirs): Create all info directories here.
15165 (dir.info): Depend upon do-install-info.
15166
15167 * test-build.mk (HOLES): Added false.
15168
15169Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15170
15171 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15172
15173Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15174
15175 * Makefile.in (info): remove dependency on all-texinfo. The
15176 problem was really in texinfo/C, not at this level.
15177
15178Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15179
15180 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15181
15182Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15183
15184 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15185 GDB releases.
15186
15187Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15188
15189 * configure: Include srcdir in message about target of link not
15190 being found. Don't convert `-' to `_' in `with' options being
15191 passed to subdirs.
15192
15193Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15194
15195 * configure.in: add uudecode to host_tools
15196
15197 * Makefile.in: added {all,install}-uudecode targets, added them to
15198 the appropriate lists
15199
15200Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15201
15202 * Makefile.in (all-gcc): Added dependency on all-gas.
15203
15204 * configure.in (mips-*-*): Build ld and binutils.
15205
15206Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15207
15208 * configure: check return code from mkdir, print error message and
15209 exit on failure.
15210
15211Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15212
15213 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15214
15215Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15216
15217 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15218
15219Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15220
15221 * config.sub (h8500): Recognize this as a cpu type.
15222
15223Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15224
15225 * configure: source directory missing is no longer a warning
15226
15227 * configure.in: recognize irix[34]* instead of irix[34]
15228
15229 * Makefile.in: define and pass down X11_LIB
15230
252b5132
RH
15231Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15232
15233 * guess-systype: Renamed to ...
15234 * config.guess: ... by popular request.
15235 * configure.in, Makefile.in: Update accordingly.
15236
15237Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15238
15239 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15240 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15241 + Execute ./dummy instead of assuming . is in PATH.
15242
15243Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15244
15245 * guess-systype: New shell script. Attempts to guess the
15246 canonical host name of the executing host.
15247 Only a few hosts are supported so far.
15248 * configure: Call guess-systype if no host is specified.
15249
15250Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15251
15252 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15253 gcc Makefile.
15254
15255
15256Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15257
15258 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15259 (all-gcc, install-gcc, subdir_do): Use it.
15260
15261Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15262
15263 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15264
15265Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15266
15267 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15268 set exclusively by configure, using configure.in .
15269
15270Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15271
15272 * test-build.mk: set $PATH for all builds
15273
15274 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15275
15276Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15277
15278 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15279 the one used in gcc/Makefile.in, so that a null expansion doesn't
15280 override the one needed to build gcc with a native cc.
15281
15282
15283Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15284
15285 * configure: Accept -with arguments.
15286
15287Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15288
15289 * Makefile.in: added h8300sim
15290
15291Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15292
252b5132
RH
15293 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15294 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15295 (all-cygnus, native, build-cygnus): Make
15296 $(canonhost)-stamp-3stage-done, not $(host)....
15297 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15298 i386-sco3.2v4. Added else true to if command.
15299
15300Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15301
15302 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15303
15304Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15305
15306 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15307
15308Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * configure.in: don't remove binutils from Solaris builds
15311
15312Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15313
15314 * Makefile.in: get rid of earlier definitions for *clean,
15315 also handle the recursive info rule better
15316
15317Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15318
15319 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15320 do more-or-less the right thing.
15321
15322Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15325 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15326
15327Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15328
15329 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15330 $(host_canonical).
15331
15332 * configure.in: split the configdirs list into 4 categories (native
15333 v. cross, library v. tool) and handle the cross-only and native-
15334 only in more reasonable (and correct!) way.
15335
15336Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15337
15338 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15339 configdirs anymore.
15340
15341Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15342
15343 * Makefile.in: extensive cleanup:: removed all of the explicit
15344 clean-* targets, collapsed many wrappers around subdir_do into
15345 one, added additional targets to satisfy standards.texi, deleted
15346 some old targets, some changes for consistency
15347
15348Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15349
15350 * configure.in: handle some programs as cross-only, and others as
15351 native only
15352
15353 * test-build.mk: handle partial holes in a more generic manner
15354
15355 * Makefile.in: m4 depends on libiberty
15356
252b5132
RH
15357Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15360 time, wdiff, and find to configdirs
15361
15362 * Makefile.in: all, clean, and install rules for the new programs
15363 added to configure.in
15364
15365Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15366
15367 * configure.in: use mh-sun for all *-sun-* hosts
15368
252b5132
RH
15369Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * Makefile.in: define flags for X11 include files and library file
15372 locations, pass them down to the programs that need this info
15373
15374 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15375
252b5132
RH
15376Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15377
15378 * configure.in: start building libg++ for HP-UX targets
15379
15380Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15381
15382 * README: Update references to files moved into etc/.
15383
15384Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15385
15386 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15387 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15388
15389Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15390
15391 * configure: accept dash as well as underscore in long option
15392 names for FSF compatibility.
15393
15394Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15395
15396 * config.sub: added -sco3.2v4 support from FSF.
15397
15398Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15399
15400 * configure.in: expand the section that adds or removes
15401 directories from the list of programs to build, to handle native
15402 vs. cross in addition to host v. native
15403
15404Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15405
15406 * Makefile.in: Replace C++ in macro names with CXX.
15407 This is less likely to break ...
15408
15409Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15410
15411 * test-build.mk: add -w to GNU_MAKE
15412
15413Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15414
15415 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15416 add 'sparc' to list of recognized cpus. This needed to make
15417 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15418 Delete some redundant ose68 variants. Recognize -wrs as an os,
15419 then changes that into $CPU-wrs-vxworks.
15420
15421 * configure.in: remove most references to gdbtest, regularize
15422 target based program removal
15423
15424 * test-build.mk: import from p3 tree (many fixes and changes)
15425
15426Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15427
15428 * Makefile.in: added rules to handle tcl, tk, and expect
15429
15430 * configure.in: handle those directories if they exist
15431
15432Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15433
15434 * config.sub: removed bogus hppabsd and hppahpux names, since
15435 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15436
15437Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15438
15439 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15440 depends upon all-xiberty
15441
15442 * Makefile.in: changes from p3, including:
15443
15444 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15445
15446 * Makefile.in (XTRAFLAGS): include newlib directories if
15447 newlib/Makefile exists, rather than if host != target.
15448
15449 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15450
15451 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15452 from the same source tree and not building a cross-compiler. This
15453 matters for the libg++ configuration if reconfiguring a tree that
15454 has already been installed.
15455
15456 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15459 pick up the machine and system specific header files.
15460
15461 * Makefile.in: added AS_FOR_TARGET, passed down in
15462 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15463 the C compiler to use to create programs which are run in the
15464 build environment, set it to default to $(CC), and passed it down
15465 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15466
15467 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15468
15469 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15470 We need them for unusual native builds, like systems without
15471 ranlib.
15472
15473 * configure: also define $(host_canonical) and
80413487
RH
15474 $(target_canonical), which are the full, canonical names for the
15475 given host and target
252b5132
RH
15476
15477Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15478
15479 * Makefile.in: Added separate definitions for C++.
15480
15481Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15482
15483 * configure.in (configdirs): Add deja-gnu.
15484
15485Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15486
15487 * README: Update for configure.texi and gdb-4.7 release.
15488
15489Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15490
15491 * Makefile.in: Move "all" target to top of file.
15492 Previously, first target was ".PHONY" which caused BSD4.4 make
15493 to build .PHONY when make was run without arguments.
15494
15495Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15496
15497 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15498 Library-copylefted code in libiberty.
15499
15500Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15501
15502 * config.sub: Replace m68kmote with plain old m68k.
15503
15504Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in: Remove space from blank line, avoid Make complaints.
15507
15508Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15509
15510 * config.sub: Complain if no argument is given. Added support for
15511 386bsd as OS and target alias.
15512
15513Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15514
15515 * Makefile.in (XTRAFLAGS): include newlib directories if
15516 newlib/Makefile exists, rather than if host != target.
15517
15518Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15519
15520 * config.sub: recognize sparclite-wrs-vxworks.
15521
15522 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15523 p3.) Added clean-xiberty to clean.
15524
15525Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15526
15527 * configure.in: use *-*-* instead of nested cases for host and target
15528
15529Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15530
15531 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15532 from the same source tree and not building a cross-compiler. This
15533 matters for the libg++ configuration if reconfiguring a tree that
15534 has already been installed.
15535
15536Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15537
15538 * config.sub (i486v/i486v4): Merge in from FSF version.
15539
15540Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15541
15542 * configure: only set PWD if it is already set.
15543
15544Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15545
15546 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15547 doesn't have unset and all success paths (and most error paths)
15548 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15549 to just ${PWD} to avoid confusion.)
15550
15551Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15552
15553 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15554 even for a native compilation.
15555
15556Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15557
15558 Changes to make the gdb.tar.Z rule work better.
15559
15560 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15561 (DEVO_SUPPORT): Add configure.texi.
15562 (bfd-ilrt.tar.Z): Remove ancient rule.
15563
15564Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15565
15566 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15567 pick up the machine and system specific header files.
15568
15569 * configure.in, config.sub: added new target m68010-adobe-scout,
15570 with alias of adobe68k. Changed configure.in to check for
15571 -scout before -sco* to avoid a false match.
15572
15573 * Makefile.in: added AS_FOR_TARGET, passed down in
15574 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15575 the C compiler to use to create programs which are run in the
15576 build environment, set it to default to $(CC), and passed it down
15577 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15578
15579Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15580
15581 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15582 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15583 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15584 FOR_TARGET variants, to newlib and libg++.
15585
15586Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15587
15588 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15589 first.
15590
15591Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15592
15593 * config.sub: Accept `elf' as an environment.
15594
15595Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15596
15597 * Makefile.in (all-opcodes): cd into the right directory
15598
15599Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15600
15601 * configure: added -program_transform_name option, used as
15602 argument to sed when installing programs.
15603 configure.texi: added documentation for -program_prefix,
15604 -program_suffix and -program_transform_name.
15605
15606Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15607
15608 * config.sub: Accept i486 where i386 ok.
15609
15610Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15611
15612 * config.sub: accept we32k
15613
15614Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15615
35590697 15616 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15617
15618 * Makefile.in: don't create all directories for ``make install'';
15619 let the subdirectories create the ones they need.
15620
15621Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
80413487 15623 * COPYING: new file, GPL v2
252b5132
RH
15624
15625Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in: use the new gen-info-dir, which needs a template
15628 argument (which also lives in texinfo)
15629
15630 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15631
252b5132
RH
15632Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15633
15634 * config.sub (ncr3000): Change i386 to i486.
15635
15636Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637
15638 * Makefile.in: add install-rcs, install-grep to
15639 install-no-fixedincludes, removed install-bison and install-libgcc
15640
15641Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15642
15643 * configure.in: grab the HPUX makefile fragment if on HPUX
15644
15645Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15646
15647 * Makefile.in: eradicate bison spoor (ditto libgcc).
15648 configure.in: recognise m68{k,000}-ericsson-OSE.
15649 es1800 is alias for m68k-ericsson-OSE
15650
15651Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15652
15653 * configure.in: rearrange the parts that remove programs from
15654 configdirs, based now on HOST==TARGET or by canonical triple.
15655
15656Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15657
15658 * test-build.mk: recurse explicitly with -f test-build.mk when
15659 appropriate. predicate stage3 and comparison on the existence
15660 of gcc. That is, if gcc isn't around, we aren't three-staging.
15661 On very clean, also remove ...stamp-co. Build in-place before
15662 doing other builds.
15663
15664Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15665
15666 * Makefile.in, configure.in: add tgas
15667
15668Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15669
15670 * Makefile.in: a number of changes merged in from progressive.
15671
15672 * configure.in: add libm.
15673
15674 * .cvsignore: ignore some stuff that comes from test-build.mk.
15675
252b5132
RH
15676Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15677
15678 * config.sub: Add es1800 (m68k-ericsson-es1800).
15679
15680Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15681
15682 * configure: Add program_suffix (parallel to program_prefix)
15683 * Makefile.in: adjust directory-creating script for losing decstation
15684
15685Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15686
15687 * configure: Minor $subdir-related fixes.
15688
15689Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15690
15691 * configure: fix various problems with propogating
15692 makefile_target_frag in subdirs.
15693 * configure.in: config libgcc if its there
15694
15695Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15696
15697 * config.sub: HPPA merge.
15698
252b5132
RH
15699Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15700
15701 * Makefile.in: Replace all-bison with all-byacc in all
15702 dependency lines for other tools (which now use byacc).
15703
15704Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15705
15706 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15707
252b5132
RH
15708Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15709
15710 * Makefile.in: make gprof rules similar to byacc rules (instead of
15711 vestigal $(unsubdir) that didn't work...)
15712
15713Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15714
15715 * config.sub: Add support for Linux.
15716 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15717 (at least for libg++).
15718
15719Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15720
15721 * configure.texi: fix doc for the -nfp option to configure
15722
15723Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15724
15725 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15726
15727Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15728
15729 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15730 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15731 * configure.in: added solaris* host_makefile_frag hook.
15732
15733Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15734
15735 * config.sub: changed recognition of m68000 so that various
15736 m68k types can be specified via m680[01234]0
15737
15738Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15739
15740 * config.sub (basic_machine): fix sed so that '-foo' isn't
15741 completely substituted out while .+'-foo' loses the '-foo'
15742
15743Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15744
15745 * config.sub ($os): Add -aout.
15746
15747Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15748
15749 * configure: If host_makefile_frag is absolute, don't
15750 prefix ${invsubdir} (relevant to libg++ auto-configure).
15751
15752Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15753
15754 * Makefile.in (tooldir): Define it.
15755 (all-ld): Depend on all-flex.
15756
15757Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15758
15759 * Makefile.in (check): Fix libg++ special case.
15760
15761Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15762
15763 * configure: do not bury `pwd` into config.status, thus do fewer
15764 pwd's.
15765
15766 * configure: print the "Building in" message only when building in
15767 other than "." AND verbose.
15768
15769 * configure: remove -s, rework -v to better accomodate guested
15770 configures.
15771
15772 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15773
15774Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15775
15776 * Makefile.in: macroize flags passed on recursion. remove
15777 fileutils.
15778
15779Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15780
15781 * configure: get makesrcdir right for subdirs deeper than 1.
15782
15783 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15784 install.
15785
15786Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15787
15788 * Makefile.in: don't print subdir_do or recursion lines.
15789
15790Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15791
15792 * standards.texi: added menu item.
15793
15794 * Makefile.in: build and install standards.info.
15795
15796 * standards.texi: new file.
15797
15798Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15799
15800 * configure: test for and move config.status pieces from
15801 ${subdir}/.
15802
15803Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15804
252b5132
RH
15805 * configure: Test for existance of files before trying to mv
15806 them, to avoid numerous non-existance messages.
15807
15808Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15809
15810 * configure: correct final line of config.status.
15811
15812 * configure: patch from eggert. Avoids a protection problem if
15813 the original Makefile.in is read only.
15814
15815 * configure: use move-if-change from gcc to create config.status.
15816 Some makefiles depend on config.status to tell if a directory
15817 has been reconfigured for a different host. This change
15818 prevents those directories from remaking everything in the case
15819 where the reconfig was only intended to rebuild a Makefile.
15820
15821 * configure: test for config.sub with "config.sub sun4" rather
15822 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15823 host alias from a missing config.sub.
15824
15825Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15826
15827 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15828 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15829
15830Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15831
15832 * configure: mkdir ${subdir} as needed.
15833
15834Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15835
15836 * Makefile.in,configure.in: added autoconf.
15837
15838Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15839
15840 * Makefile.in: no longer pass against on recursion.
15841
15842 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15843 definitions are not inherited.
15844
15845 * configure: correct makesrcdir when subdir is .
15846
15847Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15848
15849 * configure: Add support for 'subdirs' variable, which is
15850 like 'configdirs', except that configure doesn't re-invoke
15851 itself for subdirs, it just creates a Makefile for each subdir.
15852 * configure.texi: Document subdirs.
15853
15854Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15855
15856 * configure.in: added flex to configdirs
15857
15858Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15859
15860 * Makefile.in: remove clean-stamps from clean.
15861
15862Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15863
15864 * configure.in: Add gdbtest to configdirs.
15865
15866Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15867
15868 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15869 to recursive makes.
15870 * configure.in: Recognize new ncr3000 config.
15871
15872Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15873
15874 * Makefile.in, configure.in: removed references to gdbm.
15875
15876Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15877
15878 * config.sub: Don't canonicalize os value
15879 newsos* to bsd (readline needs to check for newsos).
15880 (This fix was earlier made Jan 31, but got re-broken.)
15881
15882Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15883
15884 * configure.in: sco is an os, not a vendor!
15885
15886 * configure: Quote $( better. Keep various shells happy.
15887
15888Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15889
15890 * Makefile.in: eliminate stamp-files.
15891
15892Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15893
15894 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15895 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15896
15897Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15898
15899 * config.sub: fix iris/iris3.
15900
15901Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15902
15903 * configure: re-add -rm.
15904
15905Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15906
15907 * Maskefile.in: add .stmp-rcs to all.
15908
15909 * configure.in: remove gas from rs6000 build, use aix host fragment.
15910
15911Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15912
15913 * configure: pass down site_option during recursion.
15914
15915Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15916
15917 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15918
15919Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15920
15921 * configure: Change exec_prefix so that it really defaults to prefix.
15922
15923Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15924
15925 * Makefile.in, configure.in: Add support for mmalloc library.
15926
15927Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15928
15929 * Makefile.in: add stmp dependencies for a few more things.
15930
15931Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15932
15933 * configure: adjusted error message on objdir/srcdir configure
15934 collision, per john's suggestion.
15935
15936 * Makefile.in: add libiberty stmp to all and all.cross.
15937
15938Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15939
15940 * Makefile.in: remove force dependencies, add grep to all.
15941
15942Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15943
15944 * Makefile.in: drop flex. make stamp files work.
15945
15946 * configure: added test for conflicting configuration in srcdir,
15947 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15948 gets cranky. use relative paths for configure and srcdir
15949 whenever possible. Send some error messages to stderr that were
15950 going to stdout.
15951
15952Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15953
15954 * Makefile.in: Fix libg++ rule to check for gcc directory
15955 before using gcc/gcc. Also pass XTRAFLAGS.
15956
15957Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15958
15959 * Makefile.in: added stmp-files so that directories aren't polled
15960 when they are already built.
15961
15962 * configure.texi: fixed a node pointer problem.
15963
15964Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15965
4bddf3ad 15966 * config.sub configure.in gdb/configure.in
252b5132
RH
15967 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15968 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15969 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15970
15971Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15972
15973 * configure: -recurring becomes -silent. corrected help message
15974 for -site= option.
15975
15976 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15977
15978Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15979
15980 * configure: when building Makefile for crosses, replace
15981 tooldir and program_prefix. default srcdir from location of
15982 config.sub. remove "for host in hosts" and "for target in
15983 targets" loops.
15984
15985Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15986
15987 * Makefile.in: Do not pass bindir or mandir to cvs.
15988
15989Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15990
15991 * Makefile.in, configure.in: removed traces of namesubdir,
15992 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15993 copyrights to '92, changed some from Cygnus to FSF.
15994
15995 * configure.texi: remove most references to multiple hosts,
15996 multiple targets, subdirs, etc.
15997
15998 * configure.man: removed rcsid. reference config.sub not
15999 config.subr.
16000
16001 * Makefile.in: mkdir $(infodir) on install-info.
16002
16003Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16004
16005 * configure.texi: Explain better about .gdbinit and about
16006 the environment that configure.in sections run in.
16007
16008Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16009
16010 * configure.in: Ultrix is only a decstation if it's a MIPS.
16011
16012Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16013
16014 * README: DOC.configure => cfg-paper.texi.
16015
16016Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16017
16018 * config.sub (near case $os): Don't convert newsos* to bsd!
16019
16020Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16021
16022 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16023 the number of copies of COPYING that go into the GDB tar file.
16024
16025Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16026
4bddf3ad 16027 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16028 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16029 Fix SCO configuration stuff.
16030
16031Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16032
16033 * Makefile.in: For libg++, make sure the -I pointing
16034 to the gcc directory goes *after* all the libg++-local -I flags.
16035 Also, move just-gcc dependency from just-libg++ to all-libg++.
16036
16037Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16038
16039 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16040
16041Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16042
16043 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16044
16045Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16046
16047 * config.sub: Add stratus configuration frags. Also
16048 submitted to FSF.
16049
16050Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16051
16052 * Makefile.in (DEV_SUPPORT): add configure.man.
16053
16054 * config.sub(Decode manufacturer-specific): add -none*.
16055
16056Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16057
16058 * Makefile.in: remove form feeds to make Sun's make happy.
16059 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16060
16061Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16062
16063 * Makefile.in (AR_FLAGS): Make quieter.
16064
16065Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16066
16067 * configure.in: Add libg++.
16068 * configure: When verbose, don't output the command line at each
16069 level; it will be unremarkably the same as the previous version,
16070 which will be the same as what the user typed.
16071
16072Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16073
16074 * configure.in, Makefile.in: fix clean-info, add flex. add
16075 fileutils.
16076
16077 * configure: be less sensitive to spaces in Makefile.in. Do not
16078 look for sources in "..". Doing so breaks subdirectories that
16079 might have their own configure. If a subdir has it's own
16080 configure script, use it.
16081
16082Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16083
16084 * cfg-paper.texi: some changes suggested by rms.
16085
16086Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16087
16088 * config.sub: Merge in some small additions from the FSF version,
16089 taken from the gcc distribution, to bring the Cygnus and FSF
16090 versions into closer sync.
16091
16092Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16093
16094 * configure.in: Changed svr4 references to sysv4.
16095
16096Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16097
16098 * configure: added -V for version number option.
16099
16100Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16101
16102 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16103 renamed from DOC.configure to cfg-paper.texi.
16104
16105Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16106
16107 * configure, config.subr, config.sub: config.subr is now
16108 config.sub again.
16109
16110Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16111
16112 * configure.texi: new file, in progress.
16113
16114 * Makefile.in: build info file and install the man page for
16115 configure.
16116
16117 * configure.man: new file, first cut.
16118
16119 * configure: find config.subr again now that configuration "none"
16120 has gone. removed all traces of the -ansi option. removed all
16121 traces of the -languages option.
16122
16123 * config.subr: resync from rms.
16124
d932cae7 161251991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16126
16127 * configure, config.sub, config.subr: merge config.sub into
16128 config.subr, call the result config.subr, remove config.sub, use
16129 config.subr.
16130
16131 * Makefile.in: revised install for dir.info.
16132
d932cae7 161331991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16134
16135 * configure.in: add decstation host makefile frag.
16136
16137 * Makefile.in: BISON now bison -y again. also install-gcc on
16138 install. clean-gdbm on clean. infodir belongs in datadir.
16139 Make directories for info install. Build dir.info here then
16140 install it.
16141
d932cae7 161421991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16143
16144 * Makefile.in: fix for bad directory tests.
16145
d932cae7 161461991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16147
16148 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16149 regexp. -srcdir relative was being handled incorrectly.
16150
16151 * Makefile.in: unwrapped some for loops so that parallel makes
16152 work again and so one can focus one's attention on a particular
16153 package.
16154
d932cae7 161551991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16156
16157 * configure: added PWD as a stand in for `pwd` (for speed). use
16158 elif wherever possible. make -srcdir work without -objdir.
16159 -objdir= commented out.
16160
d932cae7 161611991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16162
16163 * configure: +options become --options. -subdirs commented out.
16164 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16165 Makefile now at top of generated Makefile. Removed cvs log
16166 entries. added -srcdir. create .gdbinit only if there is one
16167 in ${srcdir}.
16168
16169 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16170 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16171 and mandir now keyed off datadir by default.
16172
d932cae7 161731991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16174
16175 * Freshly created ChangeLog.
16176
16177\f
16178Local Variables:
16179mode: change-log
16180left-margin: 8
16181fill-column: 76
16182version-control: never
16183End:
This page took 1.60268 seconds and 4 git commands to generate.