]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
Update release making notes.
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
fc1ca146
SDJ
12020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * src-release.sh (getver): Look for gdbsupport's
4 create-version.sh script at the current directory if tool is
5 "gdb".
6
cf1d9e09
SM
72020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
8
9 * remote-sim.c (gdbsim_target::wait): Return
10 sim_data->remote_sim_ptid instead of inferior_ptid.
11
ae774686
NC
122020-01-18 Nick Clifton <nickc@redhat.com>
13
14 Binutils 2.34 branch created.
15
4fb3a8da
NC
162020-01-18 Nick Clifton <nickc@redhat.com>
17
18 Synchronize top level configure files with master version:
19
20 2020-01-01 Ben Elliston <bje@gnu.org>
21
22 * config.guess: Update copyright years.
23 * config.sub: Likewise.
24
25 2019-12-21 Ben Elliston <bje@gnu.org>
26
27 * config.guess (set_cc_for_build): Prevent multiple calls by
28 checking if $tmp is already set. We can't check CC_FOR_BUILD as
29 the user may set it externally. Thanks to Torbjörn Granlund for
30 the bug report.
31
32 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
33
34 * config.guess (alpha:Linux:*:*): Guard against missing
35 /proc/cpuinfo by redirecting standard error to /dev/null.
36
37 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
38
39 * config.guess (*:Twizzler:*:*): New.
40 * config.sub (-twizzler*): New.
41
42 2019-07-24 Ben Elliston <bje@gnu.org>
43
44 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
45
46 2019-06-30 Ben Elliston <bje@gnu.org>
47
48 * config.sub (case $os): Match nsk* and powerunix. Don't later
49 match nsk* and set os=nsk which removes the OS version number.
50
51 2019-06-30 Ben Elliston <bje@gnu.org>
52
53 * config.sub: Recognise os108*.
54
55 2019-06-26 Ben Elliston <bje@gnu.org>
56
57 * config.sub (hp300): Set $os to hpux.
58
59 2019-06-26 Ben Elliston <bje@gnu.org>
60
61 * config.sub (vsta): Move into alphabetical order.
62
63 2019-06-10 Ben Elliston <bje@gnu.org>
64
65 * config.guess (*:OS108:*:*): Recognise new OS.
66
67 2019-05-28 Ben Elliston <bje@gnu.org>
68
69 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
70 system compiler is installed. If not, do not run set_cc_for_build,
71 as the default cc will open a dialog box asking to install
72 Xcode. If no C compiler is available, guess based on uname -p and
73 uname -m.
74
75 2019-05-28 Ben Elliston <bje@gnu.org>
76
77 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
78
c4d3fc14
SM
792020-01-17 Simon Marchi <simon.marchi@efficios.com>
80
81 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
82 * Makefile.in: Re-generate.
83
01027315
TT
842020-01-14 Tom Tromey <tom@tromey.com>
85
86 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
87 * MAINTAINERS: Add gdbsupport.
88 * configure: Rebuild.
89 * configure.ac (configdirs): Add gdbsupport.
90 * gdbsupport: New directory, move from gdb/gdbsupport.
91 * Makefile.def (host_modules, dependencies): Add gnulib.
92 * Makefile.in: Rebuild.
93
abb78b78
AM
942020-01-09 Aaron Merey <amerey@redhat.com>
95
96 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
97 new configure option --with-debuginfod.
98 * configure: Regenerate.
99 * configure.ac: Call AC_DEBUGINFOD.
100
cef2097a
CB
1012019-12-26 Christian Biesinger <cbiesinger@google.com>
102
103 * .gitignore: Add perf.data and perf.data.old.
104
95c746cc
SDJ
1052019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
106
107 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
108
a315e147
AM
1092019-10-17 Alan Modra <amodra@gmail.com>
110
111 PR 29
112 * src-release.sh (getver): Replace "head -1" with "head -n 1".
113
87279e3c
NA
1142019-07-30 Nick Alcock <nick.alcock@oracle.com>
115
116 * Makefile.def (host_modules): libctf is no longer no_install.
117 * Makefile.in: Regenerated.
118
1ff6de03
NA
1192019-07-13 Nick Alcock <nick.alcock@oracle.com>
120
121 * Makefile.def (dependencies): all-ld depends on all-libctf.
122 * Makefile.in: Regenerated.
123
60391a25
PB
1242019-09-09 Phil Blundell <pb@pbcl.net>
125
126 binutils 2.33 branch created
127
c1a5d03a
TT
1282019-08-19 Tom Tromey <tom@tromey.com>
129
130 * configure: Rebuild.
131 * configure.ac: Add --with-static-standard-libraries.
132
f211b8c0
NC
1332019-08-09 Nick Clifton <nickc@redhat.com>
134
135 * libiberty: Sync with gcc. Bring in:
136 2019-08-08 Martin Liska <mliska@suse.cz>
137
138 PR bootstrap/91352
139 * lrealpath.c (is_valid_fd): New function.
140
141 2019-07-24 Martin Liska <mliska@suse.cz>
142
143 PR lto/91228
144 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
145 Find first '\0' starting from gnu_lto + 1.
146
147 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
148
149 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
150 This fixes a Bug 90924.
151
152 2019-07-22 Martin Liska <mliska@suse.cz>
153
154 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
155 Do not search for gnu_lto_v1, but search for first '\0'.
156
157 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
158
159 * cplus-dem.c: Include rust-demangle.h.
160 * rust-demangle.c: Include rust-demangle.h.
161 * rust-demangle.h: New file.
162
163 2019-05-31 Michael Forney <mforney@mforney.org>
164
165 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
166 is non-zero.
167
168 2019-04-30 Ben L <bobsayshilol@live.co.uk>
169
170 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
171 * testsuite/d-demangle-expected: Add testcase.
172
173 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
174 * testsuite/d-demangle-expected: Add testcase.
175
176 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
177 * testsuite/d-demangle-expected: Add testcase.
178
179 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
180 * testsuite/d-demangle-expected: Add testcase.
181
182 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
183 * testsuite/d-demangle-expected: Add testcase.
184
185 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
186 * testsuite/demangle-expected: Add testcase.
187
188 * cp-demangle.c (d_encoding): Guard against NULL return values from
189 d_right (dc).
190 * testsuite/demangle-expected: Add testcase.
191
192 2019-04-29 Ben L <bobsayshilol@live.co.uk>
193
194 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
195 char is valid.
196 * testsuite/demangle-expected: Add testcase.
197
198 2019-04-10 Nick Clifton <nickc@redhat.com>
199
200 PR 89394
201 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
202 lengths.
203 (d_count_templates_scopes): Replace num_templates and num_scopes
204 parameters with a struct d_print_info pointer parameter. Adjust
205 body of the function accordingly. Add recursion counter and check
206 that the recursion limit is not reached.
207 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
208 Reset recursion counter afterwards, unless the recursion limit was
209 reached.
210
48b550c2
JB
2112019-07-13 Joel Brobecker <brobecker@adacore.com>
212
213 * src-release (getver): If $tool/gdbsupport/create-version.sh
214 exists, use that to determine the version number.
215
be74b5b7
AS
2162019-06-21 Andreas Schwab <schwab@linux-m68k.org>
217
218 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
219
73cc7272
TT
2202019-06-14 Tom Tromey <tom@tromey.com>
221
222 * MAINTAINERS: Add gnulib.
223 * gnulib: New directory, move from gdb/gnulib.
224 * configure.ac (host_libs): Add gnulib.
225 * configure: Rebuild.
226 * Makefile.def (host_modules, dependencies): Add gnulib.
227 * Makefile.in: Rebuild.
228
79b377b3
NC
2292019-06-03 Nick Clifton <nickc@redhat.com>
230
231 Revert:
232 2019-05-29 Nick Clifton <nickc@redhat.com>
233
234 * configure.ac (noconfigdirs): Add libctf if the target does not use
235 the ELF file format.
236 * configure: Regenerate.
237
e33f2313
NC
2382019-05-29 Nick Clifton <nickc@redhat.com>
239
240 * src-release.sh (do_proto_toplev): Add libctf to list of
241 directories that can be disabled.
242
90bd5423
NC
2432019-05-29 Nick Clifton <nickc@redhat.com>
244
245 * configure.ac (noconfigdirs): Add libctf if the target does not use
246 the ELF file format.
247 * configure: Regenerate.
248
9698cf9b
NA
2492019-05-28 Nick Alcock <nick.alcock@oracle.com>
250
251 * Makefile.def (dependencies): configure-libctf depends on all-bfd
252 and all its deps.
253 * Makefile.in: Regenerated.
254
88981b15
NA
2552019-05-28 Nick Alcock <nick.alcock@oracle.com>
256
257 * MAINTAINERS: Add libctf.
258
0e65dfba
NA
2592019-05-28 Nick Alcock <nick.alcock@oracle.com>
260
261 * Makefile.def (host_modules): Add libctf.
262 * Makefile.def (dependencies): Likewise.
263 libctf depends on zlib, libiberty, and bfd.
264 * Makefile.in: Regenerated.
265 * configure.ac (host_libs): Add libctf.
266 * configure: Regenerated.
267
2376c370
JM
2682019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
269
270 * config.guess: Synchronize with config project master sources.
271 * config.sub: Likewise.
272 * readline/support/config.guess: Likewise.
273 * readline/support/config.sub: Likewise.
274
c1202057
NC
2752019-04-10 Nick Clifton <nickc@redhat.com>
276
277 * libiberty: Sync with gcc. Bring in:
278 2019-04-10 Nick Clifton <nickc@redhat.com>
279
280 PR 89394
281 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
282 lengths.
283 (d_count_templates_scopes): Replace num_templates and num_scopes
284 parameters with a struct d_print_info pointer parameter. Adjust
285 body of the function accordingly. Add recursion counter and check
286 that the recursion limit is not reached.
287 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
288 Reset recursion counter afterwards, unless the recursion limit was
289 reached.
290
f974f26c
NC
2912018-06-24 Nick Clifton <nickc@redhat.com>
292
293 2.32 branch created.
294
d63f2be2
RO
2952019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
296
297 Merge from GCC:
298 PR target/88535
299 * config.guess: Import upstream version 2019-01-03.
300 * config.sub: Import upstream version 2019-01-01.
301
1910070b
NC
3022019-01-10 Nick Clifton <nickc@redhat.com>
303
304 * libiberty: Sync with gcc. Bring in:
305 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
306
307 PR other/16615
308
309 * cp-demangle.c: Mechanically replace "can not" with "cannot".
310 * floatformat.c: Likewise.
311 * strerror.c: Likewise.
312
313 2018-12-22 Jason Merrill <jason@redhat.com>
314
315 Remove support for demangling GCC 2.x era mangling schemes.
316 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
317 internal_cplus_demangle, and all subroutines.
318 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
319 Lucid, ARM, HP, and EDG demangling styles.
320 (cplus_demangle): Remove 'work' variable. Don't call
321 internal_cplus_demangle.
322
69961a84
ДП
3232019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
324
325 * configure.ac: Don't configure readline if --with-system-readline is
326 used.
327 * configure: Re-generate.
328
b555fb21
JM
3292018-10-31 Joseph Myers <joseph@codesourcery.com>
330
331 Merge from GCC:
332 PR bootstrap/82856
333 * multilib.am: New file. From automake.
334
80ca5f98
SDJ
3352018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
336
337 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
338
0a8288f7
NC
3392018-07-16 Nick Clifton <nickc@redhat.com>
340
341 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
342
26996596
SH
3432018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
344
345 * config.sub: Sync with upstream version 2018-07-03.
346
c5244148
SH
3472018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
348
349 * config.guess: Sync with upstream version 2018-06-26.
350 * config.sub: Sync with upstream version 2018-07-02.
351
4119873a
AO
3522018-06-29 Alexandre Oliva <oliva@adacore.com>
353
354 * configure.ac: Introduce support for @unless/@endunless.
355 * Makefile.tpl (dep-kind): Rewrite with cond; return
356 postbootstrap in some cases.
357 (make-postboot-dep, postboot-targets): New.
358 (dependencies): Do not output postbootstrap dependencies at
359 first. Output non-target ones changed for configure to depend
360 on stage_last @if gcc-bootstrap, and the original deps @unless
361 gcc-bootstrap.
362 * configure.in, Makefile.in: Rebuilt.
363
71300e2c
NC
3642018-06-24 Nick Clifton <nickc@redhat.com>
365
366 * configure: Regenerate.
367
d0ac1c44
SM
3682018-06-19 Simon Marchi <simon.marchi@ericsson.com>
369
370 * libtool.m4: Use AC_LANG_SOURCE.
371 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
372 * README-maintainer-mode: Update version requirements.
373 * ar-lib: New file.
374 * test-driver: New file.
375 * configure: Re-generate.
376
e0541124
EB
3772018-06-18 Eric Botcazou <ebotcazou@adacore.com>
378
379 * Makefile.def (fortran): Add check-target-libgomp-fortran.
380 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
381 * Makefile.in: Regenerate.
382
383 * configure: Regenerate.
384
db67d458
SM
3852018-06-18 Simon Marchi <simon.marchi@ericsson.com>
386
387 * configure.ac: Sync with GCC, remove MPX-related things.
388
b5778783
NC
3892018-05-01 Nick Clifton <nickc@redhat.com>
390
391 * config.guess: Synchronize with config project master sources.
392 * config.sub: Likewise.
393
1063beb5
FT
3942018-05-01 Francois H. Theron <francois.theron@netronome.com>
395
396 * configure.ac: Added "nfp" target.
397 * configure: Regenerate.
398
b29d2641
MR
3992018-02-13 Maciej W. Rozycki <macro@mips.com>
400
401 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
402 * configure: Regenerate.
403
52b2f300
NC
4042018-01-30 Nick Clifton <nickc@redhat.com>
405
406 * src-release.sh (do_proto_toplev): Add patterns for more junk files
407 to delete before creating the tarball.
408
b431b4ea
NC
4092018-01-29 Nick Clifton <nickc@redhat.com>
410
411 * src-release.sh (do_proto_toplev): Strip patch remnant files from
412 the sources before creating the tarball.
413
19e2900b
NC
4142018-01-13 Nick Clifton <nickc@redhat.com>
415
416 * src-release.sh: Update copyright notice. Change reference to devo
417 to be a reference to root.
418
bf41f30d
NC
4192018-01-10 Nick Clifton <nickc@redhat.com>
420
421 * config-ml.in: Sync with gcc sources.
422 * config.guess: Likewise.
423 * config.sub: Likewise.
424 * configure.ac: Likewise.
7ec0cd50 425 * configure: Regenerate.
bf41f30d 426
863f7a5f
NC
4272017-12-14 Nick Clifton <nickc@redhat.com>
428
429 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
430
638d9137
SH
4312017-12-12 Stafford Horne <shorne@gmail.com>
432
433 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
434 * configure: Regenerate.
435
ef87240f
NC
4362017-09-15 Nick Clifton <nickc@redhat.com>
437
438 * src-release.sh (LZIPPROG): New define. Provides the name of the
439 lzip program.
440 (do_lz): New function. Compresses a tarball using the lzip
441 program.
442 (do_compress): Add support for lzip compression.
443 (usage): Mention -l option.
444 (build_release): Support -l option to invoke lzip compression.
445
817b7711
AM
4462017-09-15 Alan Modra <amodra@gmail.com>
447
448 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
449 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
450 and sim depending on $tool and $support_files. Echo configure line.
451
255300f5 4522017-09-14 Matt Rice <ratmice@gmail.com>
453
454 * src-release.sh (do_proto_toplev): Enable gold during release process.
455
8f0dd45f
AJ
4562017-04-13 Andrew Jenner <andrew@codesourcery.com>
457
458 * config.sub: Sync with master version in config project.
459
2f5f29ca
AJ
4602017-04-03 Andrew Jenner <andrew@codesourcery.com>
461
462 * config.sub: Handle ia16 in $basic_machine.
463
464 bfd/
465 * config.bfd: Handle ia16.
466
467 gas/
468 * configure.tgt: Handle ia16.
469
470 ld/
471 * configure.tgt: Handle ia16.
472
11997a83
NC
4732017-03-22 Nick Clifton <nickc@redhat.com>
474
475 * config.sub: Sync with master version in config project.
476 * config.guess: Likewise.
477
05a13254
NC
4782017-01-23 Nick Clifton <nickc@redhat.com>
479
480 * configure.ac: Update year in copyright notice.
481 Sync from FSF GCC mainline, bringing in the following patches.
482 * Makefile.def: Likewise.
483 * Makefile.tpl: Likewise.
484 * configure: Regenerate.
485 * Makefile.in: Regenerate.
486
487 2016-12-21 Jakub Jelinek <jakub@redhat.com>
488
489 * configure.ac: Don't bootstrap libmpx unless --with-build-config
490 includes bootstrap-mpx.
491
492 2016-12-01 Matthias Klose <doko@ubuntu.com>
493
494 * configure.ac: Don't use pkg-config to check for bdw-gc.
495
496 2016-11-30 Matthias Klose <doko@ubuntu.com>
497
498 * Makefile.def: Remove reference to boehm-gc target module.
499 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
500 options and for the bdw-gc pkg-config module.
501
502 2016-11-15 Matthias Klose <doko@ubuntu.com>
503
504 * config-ml.in: Remove references to GCJ.
505 * configure.ac: Likewise.
506
507 2016-09-30 Jakub Jelinek <jakub@redhat.com>
508
509 * configure.ac: Add target-libffi to target_libraries.
510 Readd libgcj target disablings, modified to only target-libffi.
511 Readd target addition of go to unsupported languages.
512
513 2016-09-30 Andrew Haley <aph@redhat.com>
514
515 * Makefile.def: Remove libjava.
516 * Makefile.tpl: Likewise.
517 * configure.ac: Likewise.
518
519 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
520
521 * configure.ac: Disable "sim" directory for arc*-*-*.
522
523 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
524
525 * configure.ac: Check for the minimum in-tree MPFR version
526 handled.
527
3f66c01b
AM
5282016-12-31 Alan Modra <amodra@gmail.com>
529
530 * config.sub: Import from upstream.
531
da17fe9d
AM
5322016-12-08 Alan Modra <amodra@gmail.com>
533
534 * configure: Regenerate.
535
d5451cd4
JC
5362016-12-02 Josh Conner <joshconner@google.com>
537
538 * configure.ac: Add fuchsia to targets that use ELF.
539 * configure: Regenerated.
540
5ada5c6f
DE
5412016-11-07 Doug Evans <dje@google.com>
542
543 * config.sub: Sync with upstream version 2016-11-03.
544 git://git.sv.gnu.org/config.git
545 * config.guess: Sync with upstream version 2016-10-02.
546
07619d52
SM
5472016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
548
549 * .gitignore: Add archives and make stamps.
550
bedbe19c
YTL
5512016-07-20 Yan-Ting Lin <currygt52@gmail.com>
552
553 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
554 * configure: Regenerated.
555
9abdce70
WL
5562016-06-28 Walter Lee <walt@tilera.com>
557
558 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
559 * configure: Regenerate.
560
0597bdc4
AM
5612016-05-28 Alan Modra <amodra@gmail.com>
562
563 * Makefile.tpl (configure): Depend on m4 files included.
564 * Makefile.in: Regenerate.
565
1690f1db
NC
5662016-05-27 Nick Clifton <nickc@redhat.com>
567
568 * config.guess (Alpha OSF1): Fix typo introduced during the most
569 recent synchronization update.
570
b43b8535
NC
5712016-05-23 Nick Clifton <nickc@redhat.com>
572
573 * Import these patches from the gcc mainline:
574
575 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
576
577 * config.guess: Import version 2016-04-02 (newest).
578 * config.sub: Import version 2016-05-10 (newest).
579
bb7dc663
NC
5802016-04-19 Nick Clifton <nickc@redhat.com>
581
582 * Import this patch from the GCC mainline:
583
584 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
585
586 PR bootstrap/70173
587 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
588 and gotools directories. Delete the stage_final file.
589 * Makefile.in: Regenerate.
590
ea016470
CC
5912016-03-17 Cary Coutant <ccoutant@gmail.com>
592
593 * configure.ac: Add mips and s390 to the gold target check.
594 * configure: Regenerate.
595
52cf9762
NC
5962016-02-10 Nick Clifton <nickc@redhat.com>
597
598 Import these patches from the GCC mainline:
599
600 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
601
602 * configure.ac: Enable LTO for DJGPP
603 * configure: Regenerate
604
605 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
606
607 PR bootstrap/69329
608 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
609 * Makefile.in: Regenerate.
610
611 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
612 Sebastian Pop <s.pop@samsung.com>
613
614 * Makefile.in: Regenerate.
615 * Makefile.tpl: Export ISLVER.
616 * configure: Regenerate.
617 * config/isl.m4: Detect isl-0.15.
618
619 2016-01-29 Sebastian Pop <s.pop@samsung.com>
620
621 * config/isl.m4: Add comments about isl-0.16.
622 * configure: Regenerate.
623
1985dc2d
L
6242016-01-12 H.J. Lu <hongjiu.lu@intel.com>
625
626 Sync with GCC
627 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
628
629 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
630 symbols.
631
632 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
633
634 PR bootstrap/69134
635 * Makefile.def (mpfr): Disable assembler.
636 * Makefile.in: Regenerate.
637
4849dfd8
NC
6382016-01-11 Nick Clifton <nickc@redhat.com>
639
640 Import the following changes from the GCC mainline:
641
642 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
643
644 * configure.ac: Enable libmpx by default.
645 * configure: Regenerated.
646
647 2015-11-19 Martin Liska <mliska@suse.cz>
648
649 * .gitignore: Add .clang-format to ignored files.
650 * Makefile.tpl: Add clang-format.
651 * Makefile.in: Regenerate.
652
653 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
654
655 PR libffi/65726
656 * Makefile.def (lang_env_dependencies): Make libffi depend
657 on cxx.
658 * Makefile.in: Regenerate.
659
660 2015-12-02 Ian Lance Taylor <iant@google.com>
661
662 PR go/66147
663 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
664 * Makefile.in: Regenerate.
665
666 2015-12-17 Nathan Sidwell <nathan@acm.org>
667
668 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
669 * configure: Regenerate.
670
671 2015-12-17 Sebastian Pop <s.pop@samsung.com>
672
673 * Makefile.in: Replace ISL with isl.
674 * Makefile.tpl: Same.
675 * config/isl.m4: Same.
676 * configure.ac: Same.
677 * contrib/download_prerequisites: Same.
678 * configure: Regenerate.
679
680 2016-01-01 Ben Elliston <bje@gnu.org>
681
682 * config.guess: Import version 2016-01-01.
683 * config.sub: Likewise.
684
f075eb5e
TG
6852015-11-20 Tristan Gingold <gingold@adacore.com>
686
687 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
688 * configure: Regenerate.
689
6c3bc0f8
NC
6902015-10-21 Nick Clifton <nickc@redhat.com>
691
692 PR gas/19109
693 * configure.ac: Note the 'none' is an acceptable argument to
694 --enable-compressed-debug-sections.
695 * configure: Regenerate.
696
edeefb67
L
6972015-10-20 H.J. Lu <hongjiu.lu@intel.com>
698
699 PR gas/19109
700 * configure.ac: Add
701 --enable-compressed-debug-sections={all,gas,gold,ld}.
702 * configure: Regenerated.
703
68996839
NC
7042015-09-30 Nick Clifton <nickc@redhat.com>
705
706 Import the following patches from the GCC mainline:
707
708 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
709
710 PR libfortran/54572
711 * Makefile.def: Make libgfortran depend on libbacktrace.
712 * Makefile.in: Regenerate.
713
714 2015-08-12 Tom de Vries <tom@codesourcery.com>
715
716 PR other/67092
717 PR other/67098
718 * configure.ac: Remove --with_host_libstdcxx support.
719 * configure: Regenerate.
720
721 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
722 Jakub Jelinek <jakub@redhat.com>
723
724 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
725 nvptx*-*-*.
726 * configure: Regenerate.
727
5960642a
L
7282015-08-07 H.J. Lu <hongjiu.lu@intel.com>
729
730 Sync with GCC
731 2015-07-28 Ben Elliston <bje@gnu.org>
732
733 * config.sub, config.guess: Import from upstream.
734
016a3251
DD
7352015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
736
737 * Makefile.def (libiconv): Define bootstrap=true.
738 Mark pdf/html/info as missing.
739 (configure-gcc): Depend on all-libiconv.
740 (all-gcc): Ditto.
741 (configure-libcpp): Ditto.
742 (all-libcpp): Ditto.
743 (configure-intl): Ditto.
744 (all-intl): Ditto.
745 * Makefile.in: Regenerate.
746
136bb21f
L
7472015-07-27 H.J. Lu <hongjiu.lu@intel.com>
748
749 Sync with GCC
750 2015-07-24 Michael Darling <darlingm@gmail.com>
751
752 PR other/66259
753 * config-ml.in: Reflects renaming of configure.in to configure.ac
754 * configure: Likewise
755 * configure.ac: Likewise
756
22121df0
L
7572015-07-14 H.J. Lu <hongjiu.lu@intel.com>
758
759 * Makefile.in: Regenerated.
760
761 Sync with GCC
762 2015-05-21 Jason Merrill <jason@redhat.com>
763
764 * Makefile.tpl: Update comments.
765
766 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
767
768 * Makefile.tpl: Remove surplus whitespace throughout.
769
770 2015-03-25 Martin Liska <mliska@suse.cz>
771 Yury Gribov <y.gribov@samsung.com>
772
773 * Makefile.tpl: Fix ln source location for vimrc file.
774
969b1713
L
7752015-07-14 H.J. Lu <hongjiu.lu@intel.com>
776
777 Sync with GCC
778 2015-05-16 James Bowman <james.bowman@ftdichip.com>
779
780 * configure.ac: FT32 target added.
781 * configure: Regenerate.
782
ce6c656d
L
7832015-07-14 H.J. Lu <hongjiu.lu@intel.com>
784
785 Sync with GCC
786 2015-06-02 Jason Merrill <jason@redhat.com>
787
788 PR bootstrap/66319
789 * configure.ac: Use -std=gnu++98.
790
791 2015-05-28 Mike Frysinger <vapier@gentoo.org>
792
793 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
794 * configure: Regenerate.
795
796 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
797
798 * configure.ac: Fix typo.
799 * configure: Regenerate.
800
801 2015-05-03 Matthias Klose <doko@ubuntu.com>
802
803 * configure.ac: Match $host configured with triplets.
804 * configure: Regenerate.
805
806 2015-04-17 Jakub Jelinek <jakub@redhat.com>
807
808 PR bootstrap/62077
809 * configure.ac (--enable-stage1-checking): Default to
810 release,misc,gimple,rtlflag,tree,types if --disable-checking
811 or --enable-checking is not specified and DEV-PHASE is not
812 experimental.
813 * configure: Regenerated.
814
815 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
816
817 Install back PR target/47230 fix (Revert the revert).
818
16beab3d
L
8192015-06-30 H.J. Lu <hongjiu.lu@intel.com>
820
821 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
822 target.
823 * configure: Regenerate.
824
5569a85f
JDA
8252015-05-13 John David Anglin <dave.anglin@bell.net>
826
827 * configure.ac: Disable configuration of GDB for HPUX targets.
828 * configure: Regenerate.
829
e81d5d05
L
8302015-05-01 H.J. Lu <hongjiu.lu@intel.com>
831
832 PR ld/18355
833 * Makefile.def: Add extra_configure_flags to host zlib.
834 * configure.ac (extra_host_zlib_configure_flags): New. Set
835 to --enable-host-shared When bfd is to be built as shared
836 library. AC_SUBST.
837 * Makefile.in: Regenerated.
838
ec5b9462
HPN
8392015-04-15 Mike Frysinger <vapier@gentoo.org>
840 Hans-Peter Nilsson <hp@axis.com>
841
842 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 843 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
844 use that in the getver call instead of $tool.
845 (sim_release): Pass gdb as fifth parameter to tar_compress.
846 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
847
f91ca6bc
IB
8482015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
849
850 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
851 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
852 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
853 * Makefile.in: Regenerate.
854
cf39cfc5
L
8552015-04-01 H.J. Lu <hongjiu.lu@intel.com>
856
857 * configure.ac: Add --with-system-zlib.
858 * configure: Regenerated.
859
6ac1079e
L
8602015-03-31 H.J. Lu <hongjiu.lu@intel.com>
861
862 * src-release.sh: Don't configure with --with-target-subdir=.
863 --disable-multilib.
864
890ba06f
L
8652015-03-31 H.J. Lu <hongjiu.lu@intel.com>
866
867 * src-release.sh (DEVO_SUPPORT): Replace src-release with
868 src-release.sh.
869
5675acd9
ES
8702015-03-30 Ed Schouten <ed@nuxi.nl>
871
872 * config.sub: Update from upstream, to 2015-03-04 version.
873 * config.guess: Likewise.
874
d2d67aea
L
8752015-03-30 H.J. Lu <hongjiu.lu@intel.com>
876
877 * Makefile.def (dependencies): Add all-zlib to all-bfd.
878 * Makefile.in: Regenerated.
879
92c695a1
L
8802015-03-28 H.J. Lu <hongjiu.lu@intel.com>
881
882 * src-release.sh (do_proto_toplev): Configure with --target
883 --with-target-subdir and --disable-multilib.
884 (BINUTILS_SUPPORT_DIRS): Add zlib.
885 (GAS_SUPPORT_DIRS): Likewise.
886 (GDB_SUPPORT_DIRS): Likewise.
887 (SIM_SUPPORT_DIRS): Likewise.
888
091021fa
L
8892015-03-17 H.J. Lu <hongjiu.lu@intel.com>
890
891 * configure.ac (target_configdirs): Exclude target-zlib if
892 target-libjava isn't built.
893 * configure: Regenerated.
894
5df8a8fc
L
8952015-03-17 H.J. Lu <hongjiu.lu@intel.com>
896
897 Sync with GCC
898 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
899
900 * config-ml.in: Robustify ac_configure_args parsing.
901
1b6c0831
L
9022015-03-16 H.J. Lu <hongjiu.lu@intel.com>
903
904 * Makefile.def: Updated from GCC trunk.
905 * Makefile.tpl: Likewise.
906 * configure.ac: Likewise.
907 * Makefile.in: Regenerated.
908 * configure: Likewise.
909
3f8107ab
AM
9102015-01-28 James Bowman <james.bowman@ftdichip.com>
911
912 * configure.ac: Add FT32 support.
913 * configure: Regenerate.
914
10b8fe5e
AG
9152015-01-12 Anthony Green <green@moxielogic.com>
916
917 * configure.ac: Don't disable gprof for moxie.
918 * configure: Rebuild.
919
6b91c541
AP
9202015-01-03 Andrew Pinski <apinski@cavium.com>
921
922 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
923 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
924 (BASE_TARGET_EXPORTS): Add OBJCOPY.
925 (OBJCOPY_FOR_TARGET): New variable.
926 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
927 * Makefile.in: Regenerate.
928 * configure.ac: Check for already installed target objcopy.
929 Also GCC_TARGET_TOOL on objcopy.
930 * configure: Regenerate.
931
6ba37ab4
HPN
9322015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
933
934 * config.sub: Update from upstream, to 2015-01-01 version.
935 * config.guess: Ditto.
936
bb5f7690
EB
9372014-12-06 Eric Botcazou <ebotcazou@adacore.com>
938
939 * config.sub: Update from upstream config repo.
940
6e733cce
L
9412014-11-24 H.J. Lu <hongjiu.lu@intel.com>
942
943 * libtool.m4: Updated from GCC trunk.
944
8969c424
JBG
9452014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
946
947 * config.guess: Update from upstream config repo.
948 * config.sub: Ditto.
949
37e77caf
JBG
9502014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
951
952 * move-if-change: Update from upstream gnulib.
953
e3046511
JBG
9542014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
955
956 * compile: Sync with upstream Automake.
957 * depcomp: Ditto.
958 * install-sh: Ditto.
959 * missing: Ditto.
960 * mkinstalldirs: Ditto.
961 * ylwrap: Ditto.
962
3e615393
TG
9632014-10-15 Tristan Gingold <gingold@adacore.com>
964
965 * src-release.sh (do_proto_toplev): Configure with --target.
966
6d26190c
JY
9672014-10-03 Jing Yu <jingyu@google.com>
968
969 * configure.ac: Add aarch64 to list of targets that support gold.
970 * configure: Regenerate.
971
a9d58c06
AB
9722014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
973
974 * configure.ac: Add mips*-img-elf* target triple.
975 * configure: Regenerate.
976
b25b5cef
CJW
9772014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
978 * configure: Disable gdb for nds32*-*-* until supported.
979 * configure.ac: Disable gdb for nds32*-*-* until supported.
980
f8797b5a
JB
9812014-09-05 Joel Brobecker <brobecker@adacore.com>
982
983 * configure: Regenerate.
984
2536ee9d
WN
9852014-08-27 Will Newton <will.newton@linaro.org>
986
987 * src-release.sh: New file.
988 * src-release: Remove file.
989
1f995db6
JS
9902014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
991
992 GDB not supported for or1k*-*-rtems*
993 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
994 of the stanzas results in this not being caught by or1k*-*-* later.
995 * configure. Regenerated.
996
a843ea33
SB
9972014-07-25 Samuel Bronson <naesten@gmail.com>
998
999 * .gitattributes: New file for use with git-merge-changelog.
1000
cfbc1a6c
JS
10012014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1002
1003 Disable gdb for or1k*-*-* until supported
1004 * configure.ac (or1k*-*-*): Disable gdb.
1005 * configure: Regenerated.
1006
d9e042ac
SL
10072014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1008
1009 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1010 * configure: Regenerated.
1011
201f096f 10122014-03-26 Jakub Jelinek <jakub@redhat.com>
1013
1014 PR sanitizer/56781
1015 * Makefile.def: Set bootstrap=true; for host fixincludes.
1016 * configure.ac: Don't bootstrap host fixincludes unless
1017 --with-build-config=bootstrap-{a,ub}san.
1018 * Makefile.in: Regenerated.
1019 * configure: Regenerated.
1020
730af8ee 10212014-03-21 Jakub Jelinek <jakub@redhat.com>
1022
1023 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1024 --enable-vtable-verify option parsing. Don't add
1025 target-libsanitizer to bootstrap_target_libs unless
1026 --with-build-config=bootstrap-asan or
1027 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1028 to bootstrap_target_libs unless --enable-vtable-verify.
1029 * configure: Regenerated.
1030
abca8d87 10312014-03-07 Jakub Jelinek <jakub@redhat.com>
1032
1033 PR bootstrap/58572
1034 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1035 -I for libstdc++-v3 includes if $(LEAN).
1036 * Makefile.in: Regenerated.
1037
68d122bb 10382014-02-24 Walter Lee <walt@tilera.com>
1039
1040 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1041 (tilegx-*-*): Change to tilegx*-*-*.
1042 * configure: Regenerate.
1043
39d1b2ae
RS
10442014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1045
1046 * config.sub, config.guess: Import from upstream.
1047
50f80006
EB
10482014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1049
1050 PR bootstrap/60620
72f4393d 1051 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1052 * Makefile.in: Regenerate.
1053
a6305403
YS
10542014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1055
1056 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1057 for WINDRES_FOR_TARGET in default-manifest.o rule.
1058 * Makefile.in: Regenerate.
1059
62a0f723
RO
10602014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1061
1062 PR target/59788
1063 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1064 *solaris2*.
1065
530e8392
KB
10662013-12-19 Keven Boell <keven.boell@intel.com>
1067
1068 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1069 nested lookups for fortran modules.
1070 * dwarf2read.c (read_module): Add fortran module to
1071 the symbol table.
1072 (add_partial_symbol, add_partial_module): Add fortran
1073 module to the partial symbol table.
1074 (new_symbol_full): Create full symbol for fortran module.
1075 * f-exp.y (yylex): Add new module domain to be parsed.
1076 * symtab.h: New domain for fortran modules.
1077
7f9b20bb
KB
10782013-12-19 Keven Boell <keven.boell@intel.com>
1079
1080 * f-exp.y (yylex): Add domain array to enable lookup
1081 in multiple domains. Loop over lookup domains and try
1082 to find requested symbol. Add STRUCT_DOMAIN to lookup
1083 domains to be able to query for user defined types.
1084
afc0578d 10852013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1086
1087 * configure.ac: Add user-friendly check for native x86_64-linux
1088 multilibs.
1089 * configure: Regenerate.
1090
f3f51a69
AM
10912013-11-23 Alan Modra <amodra@gmail.com>
1092
1093 * config.sub, config.guess: Import from upstream.
1094
2440009d 10952013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1096
2440009d 1097 * Makefile.in: Regenerate.
1098
e78e02e6 1099 * Makefile.tpl: Fix typo.
1100 * Makefile.in: Regenerate partially.
1101
9aaf2a7e 11022013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1103
1104 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1105 supported.
1106 * configure: Regenerated.
1107
880b18d1 11082013-10-30 Jason Merrill <jason@redhat.com>
1109
1110 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1111 --disable-build-format-warnings.
1112
522e3d71 11132013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1114
f3f51a69 1115 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1116 depend on libstdc++ and libgcc.
1117 * configure: Regenerate.
1118 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1119 libcilkrts for POSIX and i*86, and x86_64 architectures.
1120 * Makefile.in: Added libcilkrts related fields to support building it.
1121
cb49a9e1 11222013-10-26 Jeff Law <law@redhat.com>
1123
1124 * Makefile.def (target_modules): Remove libmudflap
1125 (languages): Remove check-target-libmudflap).
1126 * Makefile.in: Rebuilt.
1127 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1128 * configure.ac (target_libraries): Remove target-libmudflap.
1129 Remove checks which disabled libmudflap on some systems.
1130 * configure: Rebuilt.
1131 * libmudflap: Directory removed.
1132
82033c9b
JBG
11332013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1134
1135 * configure.ac: Update from GCC.
1136 * configure: Regenerate.
1137
b50d7605
HPN
11382013-10-15 Hans-Peter Nilsson <hp@axis.com>
1139
1140 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1141 files in SUPPORT_FILES.
1142 (SIM_SUPPORT_DIRS): New variable.
1143 (sim.tar.bz2): New rule.
1144
f4cfb980
JBG
11452013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1146
1147 * configure.ac: Update from GCC.
1148 * configure: Regenerate.
1149
78b1434c
JJ
11502013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1151
1152 * COPYING.NEWLIB: Update with new copyright.
1153
b3fc79f8
JBG
11542013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1155
1156 * configure.ac: Update from GCC.
1157 * configure: Regenerate.
1158
cc9afea3
AM
11592013-09-20 Alan Modra <amodra@gmail.com>
1160
1161 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1162 ppc host match. Support little-endian powerpc linux hosts.
1163
f006cabd
JB
11642013-08-16 Joel Brobecker <brobecker@adacore.com>
1165
1166 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1167 strip the "-cvs" suffix from the version number if present.
1168
95e43135
JBG
11692013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1170
1171 * configure.ac: Sync with GCC repo.
1172 * Makefile.def: Ditto.
1173 * configure: Regenerate.
1174 * Makefile.in: Ditto.
1175
7539e41e
JB
11762013-07-22 Joel Brobecker <brobecker@adacore.com>
1177
1178 * src-release (VER): Use $(TOOL)/common/create-version.sh
1179 if it exists.
1180
e8044f35
RS
11812013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1182
1183 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1184 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1185 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1186 * configure: Regenerate.
1187
7bab7634
DC
11882013-06-01 George Thomas <george.thomas@atmel.com>
1189
95e43135
JBG
1190 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1191 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1192
b5364c9e
JJ
11932013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1194
1195 * COPYING.NEWLIB: Add Altera Corporation copyright.
1196
5dad867c
JBG
11972013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1198
1199 * config.guess: Update from config repo.
1200 * config.sub: Ditto.
1201
b836cb18
JBG
12022013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1203
1204 * Makefile.def: Sync with GCC.
1205 * Makefile.in: Regenerate.
1206
e7d5abf1
JBG
12072013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1208
1209 * configure.ac: Sync with GCC.
b836cb18 1210 * configure: Regenerate.
e7d5abf1 1211
4f778543
MF
12122013-03-22 Mike Frysinger <vapier@gentoo.org>
1213
1214 * src-release (VER): Change bfd/configure.in sed to use the new
1215 `bfd/configure --version` output.
1216
f1dd87fc
YZ
12172013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1218
1219 * configure.ac: Sync with GCC repo.
1220 * configure: Ditto.
1221
a413f71a
ILT
12222013-02-05 Ian Lance Taylor <iant@google.com>
1223
1224 PR go/55969
1225 * configure.ac: Disable libgo on some systems where it does not
1226 work.
1227 * configure: Rebuild.
1228
3a98824c
AM
12292013-02-05 Alan Modra <amodra@gmail.com>
1230
1231 * configure: Regenerate after syncing config/.
1232
3dae1673
JBG
12332013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1234
1235 * configure.ac: Sync with GCC repo.
1236 * configure: Ditto.
1237 * Makefile.def: Ditto.
1238 * Makefile.in: Ditto.
1239
bf51454b
JB
12402013-01-11 Joel Brobecker <brobecker@adacore.com>
1241
1242 Sync with GCC, merge:
1243
1244 2013-01-09 Jason Merrill <jason@redhat.com>
1245
1246 * .gitignore: Import from gdb repository.
1247
c841a2be
JBG
12482013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1249
1250 * config.sub: Update from config repo.
1251
d7b9dae9
EB
12522013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1253
1254 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1255 * Makefile.in: Regenerate.
1256
861ea9c8
L
12572013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * Makefile.def (configure-gcc): Depend on all-gmp.
1260 (all-gcc): Remove dependency on all-gmp.
1261 * Makefile.in: Regenerated.
1262
ce82b126
JBG
12632013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1264
1b4f418d 1265 * config.guess: Update from config repo.
c2e5e6d7 1266 * config.sub: Ditto.
ce82b126 1267
fd62a30d
JJ
12682013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1269
1270 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1271 exists and replace the new bfin license in its location.
1272
0140d685
L
12732013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 PR gas/14899
1276 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1277 all-ld and all-gold depend on all-gas.
1278 * Makefile.in: Regenerated.
1279
c3d399e7
L
12802012-12-29 Ben Elliston <bje@gnu.org>
1281
1282 * config.guess: Update to 2012-12-29 version.
1283 * config.sub: Likewise.
1284
9417cd2f
JBG
12852012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1286
1287 * Makefile.def (install-target-libgo): Depend on
1288 install-target-libatomic. Merged from GCC repo.
1289 * Makefile.in: Regenerate.
1290
68dad382
JJ
12912012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1292
1293 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1294
2344b8da
TS
12952012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1296
1297 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1298 * configure: Regenerate.
1299
5eb08693
L
13002012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1301
1302 * Makefile.def (target_modules): Add bootstrap=true and
1303 raw_cxx=true to libsanitizer.
1304 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1305 * Makefile.in: Regenerated.
1306 * configure: Likewise.
1307
53ab32d8
JBG
13082012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1309
1310 * config.sub: Merge from config repo.
1311
d2489204
JBG
13122012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1313
1314 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1315 * Makefile.tpl: Ditto.
1316 * Makefile.in: Ditto.
1317 * configure: Ditto.
d2489204 1318
c23b5043
JBG
13192012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1320
1321 * configure.ac (noconfigdirs): Merge from GCC.
1322 * configure: Regenerate.
1323
1dd1f7f6
JBG
13242012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1325
1326 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1327
2bda3143
L
13282012-11-14 Roland McGrath <mcgrathr@google.com>
1329
1330 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1331 * configure: Regenerate.
1332
5286fdef
L
13332012-11-13 Richard Henderson <rth@redhat.com>
1334
1335 * configure.ac: Move libsanitizer logic to subdirectory.
1336 * configure: Regenerate.
1337
13382012-11-13 Dodji Seketeli <dodji@redhat.com>
1339
1340 * configure.ac: Enable libsanitizer just on x86 linux for now.
1341 * configure: Re-generate.
1342
13432012-11-13 David Edelsohn <dje.gcc@gmail.com>
1344
1345 * configure.ac: Merge libquadmath sections.
1346 * configure: Regenerate.
1347
13482012-11-12 Wei Mi <wmi@google.com>
1349
1350 * configure.ac: Add libsanitizer to target_libraries.
1351 * Makefile.def: Ditto.
1352 * configure: Regenerate.
1353 * Makefile.in: Regenerate.
1354
f66a9a70
L
13552012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1356
1357 * configure: Regenerated.
1358
13592012-11-03 Robert Mason <rbmj@verizon.net>
1360
1361 * configure.ac: add --disable-libstdcxx configure option
1362 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1363
6d94c122
CV
13642012-10-24 Corinna Vinschen <corinna@vinschen.de>
1365
1366 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1367 against Mingw64 w32api.
1368 * configure: Regenerate.
1369
a882be68
EB
13702012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1371
1372 PR bootstrap/54820
1373 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1374 * configure: Regenerate.
1375
b3676d82
EB
13762012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1377
1378 PR bootstrap/54820
1379 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1380 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1381 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1382 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1383 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1384 * Makefile.in: Regenerate.
1385 * configure.ac (have_static_libs): New variable and associated check.
1386 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1387 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1388 * configure: Regenerate.
1389
7b0e8ca5
MF
13902012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1391
1392 * config.guess, config.sub: Include updated version from
1393 config-patches. Adds microblaze little endian support.
1394
8e71395b
L
13952012-09-28 Ian Lance Taylor <iant@google.com>
1396
1397 * Makefile.def: Make all-target-libgo depend on
1398 all-target-libbacktrace.
1399 * Makefile.in: Rebuild.
1400
14012012-09-26 Ian Lance Taylor <iant@google.com>
1402
1403 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1404 * Makefile.in: Rebuild.
1405
14062012-09-06 Diego Novillo <dnovillo@google.com>
1407
1408 * configure.ac: Bump minimum GMP version to 4.2.3.
1409 * configure: Re-generate.
1410
14112012-09-05 Georg-Johann Lay <avr@gjlay.de>
1412
1413 PR target/54461
1414 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1415 target-libgloss if not configured --with-avrlibc=no.
1416 * configure: Regenerate.
1417
14182012-09-04 Jason Merrill <jason@redhat.com>
1419
1420 * configure.ac: Fix --enable-languages=all.
1421
14222012-09-03 Richard Guenther <rguenther@suse.de>
1423
1424 PR bootstrap/54138
1425 * configure.ac: Re-organize ISL / CLOOG checks to allow
1426 disabling with either --without-isl or --without-cloog.
1427 * configure: Regenerated.
1428
14292012-09-03 Georg-Johann Lay <avr@gjlay.de>
1430
1431 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1432 * configure: Regenerate.
1433
d09bbf00
SE
14342012-09-21 Steve Ellcey <sellcey@mips.com>
1435
1436 * configure.ac: Add mips*-mti-elf* target.
1437 * configure: Regenerate.
1438
2bf680c4
ILT
14392012-09-19 Ian Lance Taylor <iant@google.com>
1440
1441 * configure.ac (host_libs): Add libbacktrace.
1442 (target_libraries): Add libbacktrace.
1443 * Makefile.def (host_modules): Add libbacktrace.
1444 (target_modules): Likewise.
1445 * configure, Makefile.in: Rebuild.
1446
5c0b3823
WL
14472012-09-15 Jiong Wang <jiwang@tilera.com>
1448
1449 * configure.ac (ENABLE_GOLD): support tilegx*
1450 * configure: rebuild
1451
1488e230
DE
14522012-09-14 David Edelsohn <dje.gcc@gmail.com>
1453
1454 PR target/38607
1455 Merge upstream change.
1456 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1457
1458 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1459 Add libgomp*.o to compare_exclusions for AIX.
1460 * configure: Regenerate.
1461
df6795ce
L
14622012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1463
1464 PR binutils/4970
1465 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1466 and opcodes.
1467 * Makefile.in: Regenerated.
1468
7ec59b9e
L
14692012-08-14 Diego Novillo <dnovillo@google.com>
1470
1471 Merge from cxx-conversion branch.
1472
1473 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1474 POSTSTAGE1_CONFIGURE_FLAGS.
1475 * Makefile.in: Regenerate.
1476 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1477 Force C++ when bootstrapping.
1478 * configure: Regenerate.
1479
14802012-07-06 Richard Guenther <rguenther@suse.de>
1481
1482 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1483 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1484 --with-gmp=system.
1485 * Makefile.in: Regenerated.
1486 * configure: Likewise.
1487
14882012-07-06 Richard Guenther <rguenther@suse.de>
1489
1490 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1491 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1492 supply V=1 as extra_make_flags.
1493 * configure: Regenerated.
1494 * Makefile.in: Likewise.
1495
14962012-07-03 Richard Guenther <rguenther@suse.de>
1497
1498 * Makfile.def (isl): Remove not necessary extra_exports and
1499 extra_make_flags.
1500 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1501 * Makefile.in: Regenerated.
1502
15032012-07-03 Richard Guenther <rguenther@suse.de>
1504
1505 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1506 * configure.ac: If either the ISL or the CLooG check failed
1507 do not try to build in-tree versions.
1508 * Makefile.in: Regenerated.
1509 * configure: Regenerated.
1510
15112012-07-02 Richard Guenther <rguenther@suse.de>
1512 Michael Matz <matz@suse.de>
1513 Tobias Grosser <tobias@grosser.es>
1514 Sebastian Pop <sebpop@gmail.com>
1515
1516 * Makefile.def: Add ISL host module, remove PPL host module.
1517 Adjust ClooG host module to use the proper ISL.
1518 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1519 * configure.ac: Include config/isl.m4. Add ISL host library,
1520 remove PPL. Remove PPL configury, add ISL configury, adjust
1521 ClooG configury.
1522 * Makefile.in: Regenerated.
1523 * configure: Likewise.
1524
15252012-07-02 Richard Guenther <rguenther@suse.de>
1526
1527 Merge from graphite branch
1528 2011-07-21 Tobias Grosser <tobias@grosser.es>
1529
1530 * configure: Regenerated.
1531 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1532 both cloog.org and legacy versions. The only supported version will
1533 be CLooG with the isl backend.
1534
1535 2011-07-21 Tobias Grosser <tobias@grosser.es>
1536
1537 * configure: Regenerated.
1538 * configure.ac: Require cloog isl 0.17.0
1539
1540 2011-07-21 Tobias Grosser <tobias@grosser.es>
1541
1542 * configure: Regenerated.
1543 * config/cloog.m4: Do not define CLOOG_ORG
1544
15452012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1546
1547 * configure.ac: Skip C if explicitly selected.
1548 * configure: Regenerate.
1549
15502012-06-28 Christophe Lyon <christophe.lyon@st.com>
1551
1552 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1553 they contain -O2.
1554 * configure: Regenerate.
1555
15562012-06-20 Jason Merrill <jason@redhat.com>
1557
1558 * Makefile.tpl (check-target-libgomp-c++): New.
1559 (check-target-libitm-c++): New.
1560 * Makefile.def (c++): Add them.
1561 * Makefile.in: Regenerate.
1562
15632012-05-16 Olivier Hainque <hainque@adacore.com>
1564
1565 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1566 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1567 (install-no-fixedincludes): Adjust accordingly.
1568 * Makefile.in: Regenerate.
1569
15702012-05-09 Nick Clifton <nickc@redhat.com>
1571 Paul Smith <psmith@gnu.org>
1572
1573 PR bootstrap/50461
1574 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1575 allow for the fact that from release v3.1.0 of MPFR the source
1576 files were moved into a src sub-directory.
1577 * configure: Regenerate.
1578
15792012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1580
1581 * configure.ac: Bump minimum MPFR version to 2.4.0.
1582 * configure: Regenerated.
1583
15842012-05-01 Richard Henderson <rth@redhat.com>
1585
1586 * Makefile.def (libatomic): New target_module.
1587 * configure.ac (target_libraries): Add libatomic.
1588 (noconfigdirs): Check if libatomic is supported.
1589 * Makefile.in, configure: Rebuild.
1590
f87f9c61
L
15912012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1592
1593 Merge upstream change
1594 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1595
15962011-11-21 Andreas Tobler <andreast@fgznet.ch>
1597
1598 * libtool.m4: Additional FreeBSD 10 fixes.
1599
68f107fa
AO
16002012-06-28 Christophe Lyon <christophe.lyon@st.com>
1601
1602 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1603 they contain -O2.
1604 * configure: Regenerate.
1605
b9c361e0
JL
16062012-05-14 Catherine Moore <clm@codesourcery.com>
1607
1608 * NEWS: Mention PowerPC VLE port.
1609
9eb322aa
MF
16102012-05-11 Mike Frysinger <vapier@gentoo.org>
1611
1612 * MAINTAINERS (config/): Move to intl/ section.
1613 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1614
58b1dd21
NC
16152012-05-09 Nick Clifton <nickc@redhat.com>
1616 Paul Smith <psmith@gnu.org>
1617
1618 PR bootstrap/50461
1619 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1620 allow for the fact that from release v3.1.0 of MPFR the source
1621 files were moved into a src sub-directory.
1622 * configure: Regenerate.
1623
2e702c99
RM
16242012-05-02 Roland McGrath <mcgrathr@google.com>
1625
1626 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1627 * configure: Regenerate.
1628
d2213593
JB
16292012-04-25 Joel Brobecker <brobecker@adacore.com>
1630
1631 * config.sub: Update to 2012-04-18 version from official repo.
1632
202e2356
NC
16332012-03-19 Tristan Gingold <gingold@adacore.com>
1634
1635 * configure.ac (ia64*-*-*vms*): Add support for ld.
1636 * configure: Regenerate.
1637
2479f722
RO
16382012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1639
1640 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1641 (unsupported_languages): Remove mips-sgi-irix6.*.
1642 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1643 (with_stabs): Remove.
1644 * configure: Regenerate.
1645
4e97d92b
RO
16462012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1647
1648 * configure.ac (enable_libgomp): Remove *-*-osf*.
1649 (with_stabs): Remove alpha*-*-osf*.
1650 * configure: Regenerate.
1651
f9ea6f98
JJ
16522012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1653
1654 * COPYING.NEWLIB: Modify DJ Delorie license to include
1655 modification rights in clause as permitted by DJ Delorie.
1656 * COPYING.LIBGLOSS: Ditto.
1657
48688b3e
JJ
16582012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1659
1660 * COPYING.NEWLIB: Remove two unused licenses.
1661
0945bbee
TG
16622012-03-05 Tristan Gingold <gingold@adacore.com>
1663
1664 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1665 * configure: Regenerate.
1666
516be0c5
JJ
16672012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1668
1669 * COPYING.NEWLIB: Add Adapteva notice.
1670 * COPYING.LIBGLOSS: Add Adapteva notice.
1671
64b986c0
EB
16722011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1673
1674 * configure: Regenerate.
1675
58cddc18
JJ
16762011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1677
1678 * COPYING.LIBGLOSS: Add GPL with exception license.
1679
b121d7d4
DD
16802011-11-09 Roland McGrath <mcgrathr@google.com>
1681
1682 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1683 * configure: Rebuild.
1684 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1685 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1686 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1687 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1688 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1689 Add READELF.
1690 * Makefile.in: Rebuild.
1691
d32e2926
RH
16922011-11-08 Richard Henderson <rth@redhat.com>
1693
1694 * configure.ac: Test for libitm directory present first.
1695
1696 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1697
1698 * configure.ac: Test libitm/configure.tgt to disable libitm.
1699 * configure: Rebuild.
1700
98dd765a
RO
17012011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1702
1703 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1704 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1705 * Makefile.in: Regenerate.
1706
99c513f6
DD
17072011-11-01 DJ Delorie <dj@redhat.com>
1708
1709 * configure.ac (rl78-*-*) New case.
1710 * configure: Regenerate.
1711
ff3ec4ee
DD
17122011-11-01 DJ Delorie <dj@redhat.com>
1713
1714 * config.sub: Update to version 2011-10-29 (added rl78)
1715
c28a9f49
NC
17162011-10-27 Nick Clifton <nickc@redhat.com>
1717
1718 * config.sub: Import these changes from the config project:
1719
a903d6ac 1720 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1721 Ben Elliston <bje@gnu.org>
1722
1723 * config.sub (epiphany): New.
1724
1725 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1726 Ben Elliston <bje@gnu.org>
1727
9eb322aa 1728 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1729
1730 2011-08-23 Roland McGrath <mcgrathr@google.com>
1731
1732 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1733 64eb to be64.
1734
1735 2011-08-16 Roland McGrath <mcgrathr@google.com>
1736
1737 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1738 (nacl): Grok as alias for 32el-unknown-nacl.
1739
860144e4
JB
17402011-08-19 Joel Brobecker <brobecker@adacore.com>
1741
1742 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1743
40ae9136
YQ
17442011-08-14 Yao Qi <yao@codesourcery.com>
1745
1746 Merge from gcc:
1747
1748 2011-08-14 Yao Qi <yao@codesourcery.com>
1749 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1750 * configure: Regenerate.
1751
ffdd6afc
ILT
17522011-07-26 Ian Lance Taylor <iant@google.com>
1753
1754 Merge from gcc:
1755
1756 2011-07-26 Ian Lance Taylor <iant@google.com>
1757 * configure.ac: Set have_compiler based on whether gcc directory
1758 exists, rather than on whether gcc is in configdirs.
1759 * configure: Rebuild.
1760
1761 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1762 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1763 link directories.
1764 * Makefile.in: Rebuild.
1765
1766 2011-07-20 Ian Lance Taylor <iant@google.com>
1767 PR bootstrap/49787
1768 * configure.ac: Move --enable-bootstrap handling earlier in file.
1769 If --enable-bootstrap and either --enable-build-with-cxx or
1770 --enable-build-poststage1-with-cxx, enable C++ automatically.
1771 * configure: Rebuild.
1772
1773 2011-07-19 Ian Lance Taylor <iant@google.com>
1774 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1775 make C++ a boot_language. Set and substitute
1776 POSTSTAGE1_CONFIGURE_FLAGS.
1777 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1778 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1779 * configure, Makefile.in: Rebuild.
1780
1781 2011-07-16 Jason Merrill <jason@redhat.com>
1782 * Makefile.def (language=c++): Add check-c++0x and
1783 check-target-libmudflap-c++.
1784 * Makefile.tpl (check-target-libmudflap-c++): New.
1785 * Makefile.in: Regenerate.
1786
1787 2011-07-16 Matthias Klose <doko@ubuntu.com>
1788 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1789 * Makefile.def (target_modules/libjava): Pass
1790 $(EXTRA_CONFIGARGS_LIBJAVA).
1791 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1792 if not configured with --enable-static-libjava.
1793 * Makefile.in: Regenerate.
1794 * configure: Likewise.
1795
1796 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1797 PR regression/47836
1798 PR bootstrap/23656
1799 PR other/47733
1800 PR bootstrap/49247
1801 PR c/48825
1802 * configure.ac (target_libraries): Remove target-libiberty.
1803 Remove case-statement setting skipdirs=target-libiberty for
1804 multiple targets. Remove checking target_configdirs and
1805 removing target-libiberty but keeping target-libgcc if
1806 otherwise empty.
1807 * Makefile.def (target_modules): Don't add libiberty.
1808 (dependencies): Remove all traces of target-libiberty.
1809 * configure, Makefile.in: Regenerate.
1810
9ccb86e7
JM
18112011-07-22 Jason Merrill <jason@redhat.com>
1812
1813 * Makefile.def (language=c++): Add check-c++0x and
1814 check-target-libmudflap-c++.
1815 * Makefile.tpl (check-target-libmudflap-c++): New.
1816 * Makefile.in: Regenerate.
1817
090bc50f
RO
18182011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1819
1820 * configure: Regenerate.
1821
cff32a7c
RO
18222011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1823
1824 PR target/39150
1825 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1826 x86_64-*-solaris2.1[0-9]*.
1827 * configure: Regenerate.
1828
eb4b2452
NC
18292011-06-13 Walter Lee <walt@tilera.com>
1830
1831 * configure.ac (tilepro-*-*) New case.
1832 (tilegx-*-*): Likewise.
1833 * configure: Regenerate.
1834
3c0013bf
NC
18352011-06-06 Nick Clifton <nickc@redhat.com>
1836
1837 * config.sub: Sync from upstream.
1838
91c1f14c
DK
18392011-05-08 Doug Kwan <dougkwan@google.com>
1840
1841 Merge from gcc:
1842
1843 2011-05-08 Doug Kwan <dougkwan@google.com>
1844
1845 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1846 * configure: Regenerated.
1847 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1848 value from configure.
1849 * Makefile.in: Regenerated.
1850
c7e4b184
JM
18512011-05-05 Joseph Myers <joseph@codesourcery.com>
1852
1853 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1854 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1855 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1856 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1857 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1858 *-*-vxworks*): Disable newlib and libgloss in separate case
1859 statement.
1860 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1861 to separate case statement.
1862 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1863 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1864 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1865 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1866 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1867 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1868 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1869 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1870 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1871 i[[3456789]]86-*-rdos*, m32r-*-*,
1872 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1873 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1874 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1875 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1876 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1877 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1878 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1879 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1880 and libgloss in main case over targets. Remove most empty cases
1881 in main case over targets.
1882 * configure: Regenerate.
1883
7152a690
JM
18842011-05-04 Joseph Myers <joseph@codesourcery.com>
1885
1886 * configure.ac: Remove code setting special library locations for
1887 hppa*64*-*-hpux11*. Remove code setting compiler for
1888 sparc-sun-solaris2*.
1889 * configure: Regenerate.
1890
ff46fb8f
JM
18912011-05-04 Joseph Myers <joseph@codesourcery.com>
1892
1893 * configure.ac: Separate libgloss_dir settings from general case
1894 over targets.
1895 * configure: Regenerate.
1896
82ae827f
JM
18972011-04-28 Joseph Myers <joseph@codesourcery.com>
1898
1899 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1900 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1901 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1902 cases in libgcj-disabling case statement.
1903 (hppa*64*-*-linux*): Set unsupported_languages instead of
1904 disabling target-zlib.
1905 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1906 to hppa*64*-*-hpux*.
1907 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1908 hppa*-*-hpux*.
1909 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1910 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1911 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1912 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1913 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1914 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1915 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1916 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1917 libgcj-disabling case statement.
1918 * configure: Regenerate.
1919
0827f9a6
JM
19202011-04-28 Joseph Myers <joseph@codesourcery.com>
1921
1922 * configure.ac: Disable Java for targets not supporting libffi.
1923 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1924 Remove cases in Java-disabling statement.
1925 (*arm-wince-pe): Change to arm-wince-pe.
1926 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1927 cases in Java-disabling statement.
1928 (bfin-*-*): Don't disable Java again.
1929 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1930 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1931 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1932 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1933 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1934 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1935 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1936 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1937 Java-disabling statement.
1938 (mmix-*-*): Don't disable Java again.
1939 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1940 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1941 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1942 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1943 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1944 statement.
1945 * configure: Regenerate.
1946
899b04ef
JM
19472011-04-28 Joseph Myers <joseph@codesourcery.com>
1948
1949 Merge from GCC:
1950
1951 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1952
1953 PR lto/48086
1954 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1955 * configure: Regenerate.
1956
9863d716
JM
19572011-04-28 Joseph Myers <joseph@codesourcery.com>
1958
1959 * configure.ac: Separate cases disabling Java and Java libraries
1960 from general case over targets.
1961 * configure: Regenerate.
1962
a90ef4bf
JM
19632011-04-06 Joseph Myers <joseph@codesourcery.com>
1964
1965 * configure.ac (build_tools): Remove build-byacc.
1966 (host_libs): Remove mmalloc.
1967 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1968 autoconf automake libtool diff rcs fileutils shellutils time
1969 textutils wdiff find uudecode hello tar gzip indent recode release
1970 sed perl gawk findutils gettext zip.
1971 (libgcj): Remove target-qthreads.
1972 (target_tools): Remove target-examples target-gperf.
1973 (YACC): Don't handle building byacc.
1974 * configure: Regenerate.
1975 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1976 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1977 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1978 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1979 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1980 handle building components.
1981 * Makefile.in: Regenerate.
1982
05a02268
RW
19832011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1984
1985 * config.sub: Sync from upstream.
1986
c5f5c3c2
JM
19872011-04-01 Joseph Myers <joseph@codesourcery.com>
1988
1989 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1990 (microblaze*): Don't disable libssp.
1991 * configure: Regenerate.
1992
f6c1938b
JM
19932011-04-01 Joseph Myers <joseph@codesourcery.com>
1994
1995 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1996 moveifchange.
1997 * configure: Regenerate.
1998 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1999 * Makefile.in: Regenerate.
2000
1f111696
JM
20012011-04-01 Joseph Myers <joseph@codesourcery.com>
2002
2003 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2004 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2005 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2006 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2007 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2008 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2009 md_exec_prefix cases.
2010 * configure: Regenerate.
2011
065a5627
JM
20122011-04-01 Joseph Myers <joseph@codesourcery.com>
2013
2014 * configure.ac: Separate cases disabling target-libssp,
2015 target-libiberty, target-libstdc++-v3 and Fortran from general
2016 case over targets.
2017 * configure: Regenerate.
2018
b2f14e4a
JM
20192011-04-01 Joseph Myers <joseph@codesourcery.com>
2020
2021 * configure.ac (*-*-chorusos): Don't disable libgcj.
2022 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2023 Remove case.
2024 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2025 (arm-*-coff): Don't disable libgcj.
2026 (arm*-*-linux-gnueabi): Remove useless assignment.
2027 (arm-*-riscix*): Don't disable libgcj.
2028 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2029 configuration.
2030 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2031 (c54x*-*-*): Remove case.
2032 (tic54x-*-*): Don't disable GCC or GCC libraries.
2033 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2034 to *.
2035 (d10v-*-*): Don't disable GCC libraries.
2036 (d30v-*-*): Don't disable libgcj.
2037 (h8500-*-*): Don't disable GCC libraries.
2038 (i960-*-*): Don't disable libgcj.
2039 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2040 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2041 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2042 libgcj.
2043 (m68k-*-coff*): Remove case.
2044 (mmix-*-*): Don't disable libgloss on host.
2045 (mn10200-*-*, mn10300-*-*): Remove cases.
2046 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2047 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2048 Don't disable libgcj.
2049 (romp-*-*): Remove case.
2050 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2051 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2052 case.
2053 (v810-*-*): Don't disable GCC libraries.
2054 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2055 (ip2k-*-*): Don't disable GCC libraries.
2056 * configure: Regenerate.
2057
6a608608
JM
20582011-03-28 Joseph Myers <joseph@codesourcery.com>
2059
2060 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2061 libffi on host.
2062 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2063 on host.
2064 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2065 * configure: Regenerate.
2066
5b806d27
NC
20672011-03-26 John Marino <binutils@marino.st>
2068
2069 * configure.ac: Add support for *-*-dragonfly*
2070 * configure: Regenerate.
2071
0377a422
JM
20722011-03-25 Joseph Myers <joseph@codesourcery.com>
2073
2074 * configure.ac (native_only): Remove.
2075 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2076 send-pr uudecode guile gnuserv on host.
2077 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2078 send-pr rcs guile perl texinfo libtool on host.
2079 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2080 automake send-pr rcs guile perl texinfo libtool on host.
2081 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2082 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2083 (alpha*-dec-osf*): Don't disable fileutils on target.
2084 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2085 texinfo send-pr expect dejagnu on target.
2086 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2087 target-qthreads on target.
2088 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2089 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2090 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2091 x86_64-*-mingw*): Don't disable expect on target.
2092 (*-*-cygwin*): Don't disable target-gperf on target.
2093 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2094 gnuserv on target.
2095 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2096 target.
2097 * configure: Regenerate.
2098
2354b38b
JM
20992011-03-25 Joseph Myers <joseph@codesourcery.com>
2100
2101 * configure.ac (target_tools): Remove target-groff.
2102 (native_only): Remove target-groff.
2103 (hppa*64*-*-*): Don't disable byacc.
2104 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2105 setting.
2106 (*-*-kaos*): Don't skip target-librx and target-groff.
2107 (*-*-netware*): Don't skip target-libmudflap.
2108 (*-*-tpf*): Don't skip target-libmudflap.
2109 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2110 directories on the host.
2111 (ia64*-*-*vms*): Don't skip tix.
2112 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2113 host.
2114 * configure: Regenerate.
2115
28d9b232
PB
21162011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2117
2118 * configure.ac: Remove references to mt-mep, mt-netware,
2119 mt-wince.
2120 * Makefile.def: Add all-utils soft dependencies.
2121 * Makefile.tpl: Remove GDB_NLM_DEPS.
2122 * configure: Regenerate.
2123 * Makefile.in: Regenerate.
2124
dbbe5f95
PB
21252011-03-24 Paolo Bonzini <bonzini@gnu.org>
2126
2127 Sync from GCC:
2128
2129 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2130
2131 * configure.ac: Do not include mh-x86omitfp.
2132 * configure: Regenerate.
2133
2134 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2135
2136 * configure.ac: Remove empty cases.
2137 * configure: Regenerate.
2138
2139 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2140
2141 * Makefile.def: Add dependency from termcap to gdb.
2142 * Makefile.in: Regenerate.
2143
2144 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2145
2146 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2147 * configure: Regenerate.
2148 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2149 * Makefile.tpl: Likewise.
2150 * Makefile.in: Regenerate.
2151
2152 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2153
2154 * configure.ac: Remove all mentions of tentative_cc.
2155 * configure: Regenerate.
2156
2157 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2158
2159 PR lto/48086
2160 * configure.ac: Re-enable LTO on *-apple-darwin9.
2161 * configure: Regenerate.
2162
3516a403
JM
21632011-03-24 Joseph Myers <joseph@codesourcery.com>
2164
2165 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2166 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2167 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2168 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2169 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2170 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2171 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2172 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2173 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2174 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2175 *-*-rhapsody*): Remove host cases.
2176 * configure: Regenerate.
2177
93cc359e
JM
21782011-03-24 Joseph Myers <joseph@codesourcery.com>
2179
2180 * configure.ac (ppc*-*-pe): Remove host case.
2181 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2182 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2183 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2184 cases.
2185 * configure: Regenerate.
2186
29b2c556
JM
21872011-03-24 Joseph Myers <joseph@codesourcery.com>
2188
2189 * config.sub: Update to version 2011-03-23.
2190
f0ff0f90
JM
21912011-03-22 Joseph Myers <joseph@codesourcery.com>
2192
2193 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2194 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2195 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2196 * configure: Regenerate.
2197
782cb41f
JM
21982011-03-22 Joseph Myers <joseph@codesourcery.com>
2199
2200 * config-ml.in: Don't handle arc-*-elf*.
2201 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2202 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2203 handle GCC libraries.
2204 * configure: Regenerate.
2205
0e8ad34f
RO
22062011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2207
2208 PR bootstrap/48120:
2209 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2210 Add -lstdc++ -lm to LIBS.
2211 * configure: Regenerate.
2212
5548b4ce
DE
22132011-03-18 David Edelsohn <dje.gcc@gmail.com>
2214
2215 * config.guess: Update to version 2011-02-02
2216 * config.sub: Update to version 2011-02-24
2e702c99 2217
86ed8cf6
SP
22182011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2219
9eb322aa
MF
2220 * configure.ac: Adjust test of with_ppl.
2221 * configure: Regenerated.
86ed8cf6 2222
b123da99
SP
22232011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2224
2225 * configure.ac: Add -lpwl to ppllibs.
2226 * config/cloog.m4: Add -lisl to clooglibs.
2227 * configure: Regenerated.
2228
822ce8ee
RW
22292011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2230
2231 Import from Libtool and gnulib:
2232
2233 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2234
2235 Prepare for supporting FreeBSD 10.
2236 * config.rpath: Remove handling of freebsd1* which soon would
2237 match FreeBSD 10.0.
2238
2239 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2240
2241 Remove support for FreeBSD 1.x.
2242 * libtool.m4 (_LT_LINKER_SHLIBS)
2243 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2244 soon would incorrectly match FreeBSD 10.0.
2245
dcb5e506
RW
22462011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2247
2248 PR binutils/12283
2249 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2250 (move-if-change): Comes from gnulib.
2251 * move-if-change: Import version from gnulib.
2252
8d8eef9a
RW
22532011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2254
2255 Sync from GCC:
2256
2257 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2258
2259 PR lto/47225
2260 * Makefile.def (lto-plugin): Double dash for enable-shared.
2261 (configure-gcc): Depend on all-lto-plugin.
2262 * Makefile.in: Rebuilt.
2263
2264 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2265
2266 * configure.ac: Remove extra bracket.
2267 * configure: Regenerate.
2268
2269 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2270
2271 PR lto/47225
2272 * Makefile.def: Add dependency for install-gcc
2273 on install-lto-plugin.
2274 * Makfile.in: Regenerated
2275
2276 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2277
2278 * configure.ac: If with_ppl is no, move setting with_cloog=no
2279 after CLOOG_REQUESTED check.
2280 * configure: Regenerated.
2281
2282 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2283
2284 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2285 CLooG has been requested.
2286 * configure: Regenerated.
2287
2288 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2289
2290 * configure: Regenerated.
2291 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2292
2293 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2294
2295 * configure: Regenerated.
2296 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2297
2298 2011-01-07 Jan Hubicka <jh@suse.cz>
2299
2300 PR lto/47225
2301 * Makefile.in: Regenerate.
2302 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2303 configure.
2304
65b4571a
AO
23052011-01-31 Alexandre Oliva <aoliva@redhat.com>
2306
2307 PR libgcj/44341
2308 * configure.ac: Discard --with-* flags for host when configuring
2309 target libraries for cross build.
2310 * configure: Rebuilt.
2311
7837304f
AS
23122011-01-21 Andreas Schwab <schwab@redhat.com>
2313
2314 Sync from GCC:
2315
2316 2011-01-21 Andreas Schwab <schwab@redhat.com>
2317
2318 * configure.ac: Use AS_HELP_STRING throughout.
2319 * configure: Regenerate.
2320
2321 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2322
2323 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2324 * configure: Regenerate.
2325
115ef890
RW
23262010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2327
2328 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2329
92c9a463
JB
23302011-01-13 Joel Brobecker <brobecker@adacore.com>
2331
2332 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2333 for ia64-hpux.
2334 * configure: Regenerate.
2335
887ebfb4
RW
23362011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2337
2338 Sync from GCC:
2339 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2340
2341 * configure.ac: (picochip): Disable libiberty.
2342 * configure: Regenerate.
2343
04d2c2b2
JJ
23442010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2345
2346 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2347
33d23ee8
ILT
23482010-12-10 Ian Lance Taylor <iant@google.com>
2349
2350 PR bootstrap/46819
2351 * configure.ac: For --disable-libgcj clear libgcj_saved.
2352 * configure: Rebuild.
2353
89a1e9c3
PB
23542010-12-10 Tobias Burnus <burnus@net-b.de>
2355
2356 PR fortran/46540
2357 * configure.ac: Add --disable-libquadmath and
2358 --disable-libquadmath-support.
2359 * configure: Regenerate.
2360
ac7bcd26
TG
23612010-12-10 Tristan Gingold <gingold@adacore.com>
2362
2363 * src-release (ETC_SUPPORT): add gnu-oids.texi
2364
d357cef7
HPN
23652010-12-03 Hans-Peter Nilsson <hp@axis.com>
2366
2367 PR libffi/46792
2368 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2369 * configure: Regenerate.
2370
4f11b223
ILT
23712010-12-02 Ian Lance Taylor <iant@google.com>
2372
2373 * configure.ac: Always set default for poststage1_ldflags to
2374 -static-libstdc++ -static-libgcc.
2375
989abc33
JJ
23762010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2377
2378 * COPYING.NEWLIB: Add National Semiconductor notice.
2379
950386c6
AS
23802010-11-29 Andreas Schwab <schwab@redhat.com>
2381
2382 * configure.ac: Move comment to remove extra space in last argument
2383 of GCC_TARGET_TOOL.
2384
87cda2cf
AO
23852010-11-26 Alexandre Oliva <aoliva@redhat.com>
2386
7d509c83 2387 PR other/46026
87cda2cf
AO
2388 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2389 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2390 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2391 (BASE_FLAGS_TO_PASS): Use it.
2392 * configure: Rebuilt.
2393 * Makefile.in: Rebuilt.
2394
d3b50760
L
23952010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2396
2397 PR binutils/12258
2398 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2399 Properly check default linker.
2400 * configure: Regnerated.
2401
c7791212
NC
24022010-11-23 Matthias Klose <doko@ubuntu.com>
2403
2404 * configure.ac: For --enable-gold, handle value `default' instead of
2405 `both*'. New configure option --{en,dis}able-ld.
2406 * configure: Regenerate.
2407
9e1a94f4
ILT
24082010-11-20 Ian Lance Taylor <iant@google.com>
2409
2410 * configure.ac: Only disable a language library if no language needs
2411 it. Don't let --disable-libgcj uncondtionally disable libffi.
2412 * configure: Rebuild.
2413
ceca0218
PB
24142010-11-20 Paolo Bonzini <bonzini@gnu.org>
2415
2416 * configure: Regenerate.
2417
9b980aa1
RW
24182010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2419
2420 PR other/46202
2421 * configure.ac: Fix just-built in-tree STRIP name to be
2422 binutils/strip-new.
2423 * configure: Regenerate.
2424 * Makefile.def (install-strip-gcc, install-strip-binutils)
2425 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2426 (install-strip-sid): Mirror dependencies on non-strip variants
2427 of these targets on the respective -strip prerequisites.
2428 * Makefile.tpl (install-strip, install-strip-host)
2429 (install-strip-target): New targets.
2430 (install-strip-[+module+], install-strip-target-[+module+]):
2431 New targets.
2432 * Makefile.in: Regenerate.
2433
e552509b
ILT
24342010-11-19 Ian Lance Taylor <iant@google.com>
2435 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2436
2437 * configure.ac: Add target-libgo to target_libraries. Set
2438 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2439 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2440 (HOST_EXPORTS): Add GOC.
2441 (BASE_TARGET_EXPORTS): Add GOC.
2442 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2443 (GOCFLAGS_FOR_TARGET): New variable.
2444 (EXTRA_HOST_FLAGS): Add GOC.
2445 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2446 * Makefile.def (target_modules): Add libgo.
2447 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2448 (dependencies): Add dependency from configure-target-libgo to
2449 configure-target-libffi and all-target-libstdc++-v3. Add
2450 dependencies from all-target-libgo to all-target-libffi.
2451 (languages): Add go.
2452 * configure: Rebuild.
2453 * Makefile.in: Rebuild.
2454
24552010-11-19 Ian Lance Taylor <iant@google.com>
2456
2457 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2458 compiler/flag environment variables.
2459
24602010-11-18 Ian Lance Taylor <iant@google.com>
2461
2462 * configure.ac: Check for lang_requires_boot_languages in
2463 config-lang.in files.
2464 * configure: Rebuild.
2465
8c21d9c7
MF
24662010-11-17 Mike Frysinger <vapier@gentoo.org>
2467
2468 * .gitignore: New file.
2469
e552509b
ILT
24702010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2471 Tobias Burnus <burnus@net-b.de>
2472
2473 PR fortran/32049
2474 * Makefile.def: Add libquadmath; build it with language=fortran.
2475 * configure.ac: Add libquadmath.
2476 * Makefile.tpl: Handle multiple libs in check-[+language+].
2477 * Makefile.in: Regenerate.
2478 * configure: Regenerate.
2479
24802010-11-15 Andreas Schwab <schwab@redhat.com>
2481
2482 * configure.ac: Fix spelling in option names.
2483 * configure: Regenerated.
2484
24852010-11-13 Georg-Johann Lay <georgjohann@web.de>
2486
2487 PR bootstrap/39622
2488 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2489 * configure: Regenerated.
2490
24912010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2492
2493 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2494 define the cloog backend to use. Furthermore, only pass the ppllibs to
2495 the configure checks, if necessary.
2496 * configure: Regenerate.
2497
24982010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2499
2500 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2501 * configure: regenerate
2502
25032010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2504
2505 * config/cloog.m4: Fix typo. verison -> version.
2506 * configure: Regenerate.
2507
25082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2509
2510 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2511 * configure: Regenerate.
2512
25132010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2514
2515 * configure.ac: Support official CLooG.org versions.
2516 * configure: Regenerate.
2517 * config/cloog.m4: New.
2518
aa291e2d
ME
25192010-11-05 Michael Eager <eager@eagercon.com>
2520
2521 * COPYING.LIBGLOSS: Correct typo in microblaze.
2522 * COPYING.NEWLIB: Same.
2523
e552509b
ILT
25242010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2525
2526 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2527 * configure: Regenerate.
2528
74cea91b
DK
25292010-11-03 Ian Lance Taylor <iant@google.com>
2530 Dave Korn <dave.korn.cygwin@gmail.com>
2531
2532 PR lto/46273
2533 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2534 and on other supported platforms whenever LTO is enabled.
2535 * configure: Rebuild.
2536
6d0cd39e
AM
25372010-11-02 Alan Modra <amodra@gmail.com>
2538
2539 PR binutils/12110
2540 * configure.ac: Error when source path contains spaces.
2541 * configure: Regenerate.
2542
18a8530e
ILT
25432010-10-20 Ian Lance Taylor <iant@google.com>
2544
2545 * Makefile.def (target_modules): Set lib_path to src/.libs for
2546 libstdc++-v3 module.
2547 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2548 * Makefile.in: Rebuild.
2549
6ed3211e
JJ
25502010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2551 Joseph Myers <joseph@codesourcery.com>
2552
2553 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2554 notices.
2555 * COPYING.NEWLIB: Add Texas Instruments notice.
2556
a8eb3f0a
DK
25572010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2558
2559 * configure.ac (build_lto_plugin): New shell variable.
2560 (--enable-lto): Turn on by default for all non-ELF platforms that
2561 have had LTO support added so far. Set build_lto_plugin appropriately
2562 for both ELF and non-ELF.
2563 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2564 * configure: Regenerate.
2565
4074d5f2
RW
25662010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2567
2568 PR bootstrap/45326
2569 PR bootstrap/45174
2570 * configure.ac: Honor initial values of $build_configargs,
2571 $host_configargs, $target_configargs. Mark the precious, so
2572 environment settings get recorded.
2573 * configure: Regenerate.
2574
29821356
RW
25752010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2576
2577 Sync from GCC:
2578
2579 2010-09-30 Michael Eager <eager@eagercon.com>
2580
2581 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2582 * configure: Regenerate.
2583
2584 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2585
2586 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2587 targets and amend comment.
2588 * configure: Regenerate.
2589
2590 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2591
2592 * configure.ac: Enable LTO by default on Darwin.
2593 * configure: Regenerate.
2594
2595 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2596
2597 PR bootstrap/44455
2598 * configure.ac (extra_mpfr_configure_flags): Copy from
2599 extra_mpc_gmp_configure_flags.
2600 * configure: Re-generated.
2601
57eefe4d
RW
26022010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2603
2604 Sync from GCC:
2605
2606 PR bootstrap/45796
2607 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2608 Depend on all-build-libiberty.
2609 * Makefile.in: Regenerate.
2610
26112010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2612
2613 Sync from GCC:
2614
2615 PR bootstrap/44621
2616 * configure.ac: Fix unportable shell quoting.
2617 * configure: Regenerate.
2618
48bb73dd
RW
26192010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2620
2621 * configure.ac: Support all v850 targets.
2622 * configure: Regenerate.
2623
1d14850f
PB
26242010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2625
2626 PR target/44862
2627 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2628 Provide -B option to allow for link spec %s substitutions for
2629 libstdc++.a on darwin.
2630 * Makefile.in: Regenerate.
2631
7530c480
AO
26322010-06-10 Alexandre Oliva <aoliva@redhat.com>
2633
2634 * Makefile.def (configure-gcc): Depend on all-libelf.
2635 * Makefile.in: Rebuild.
2636
285d560d
RW
26372010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2638
2639 * config.sub, config.guess: Update from upstream sources.
2640
a009f2e7
RW
26412010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2642
2643 Sync from GCC:
2644
2645 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2646 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2647 * configure: Regenerated.
2648
2649 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2650 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2651 * configure: Regenerate.
2652
2653 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2654 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2655 * configure: Regenerate.
2656
2657 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2658 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2659 separately.
2660 * configure: Regenerate.
2661
2662 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2663 * configure: Regenerate after change to elf.m4.
2664
2665 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2666 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2667 * configure: Regenerated.
2668
2669 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2670 * configure.ac: Print "buggy but acceptable" when CLooG
2671 revision is less than 9.
2672 * configure: Regenerated.
2673
e49e5c92
DK
26742010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2675
2676 Merge from gcc:
2677
2678 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2679 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2680 * configure: Regenerate.
2681
2682 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2683 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2684 a platform that supports LTO.
2685 * configure: Regenerate.
2686
2687 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2688 PR lto/42776
2689 * configure.ac (--enable-lto): Refactor handling so libelf tests
2690 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2691 and allow LTO to be explicitly enabled on non-ELF platforms that
2692 are known to support it inside else-clause.
2693 * configure: Regenerate.
2694
e6de499b
NC
26952010-04-27 Roland McGrath <roland@redhat.com>
2696 H.J. Lu <hongjiu.lu@intel.com>
2697
2698 * configure.ac (--enable-gold): Support both, both/gold and
2699 both/bfd to add gold to configdirs without removing ld.
2700 * configure: Regenerated.
2701
2702 * Makefile.def: Add install-gold dependency to install-ld.
2703 * Makefile.in: Regenerated.
2704
d594eacc
TG
27052010-04-14 Tristan Gingold <gingold@adacore.com>
2706
2707 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2708 * configure: Regenerate.
2709
938d2b74
RW
27102010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2711
2712 Merge from gcc:
2713 PR bootstrap/43615
2714 PR bootstrap/43328
2715 Revert:
2716 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2717 * configure.ac: Do not pass --enable-multilib nor
2718 --disable-multilib in baseargs. Accept explicitly passed
2719 --enable_multilib.
2720 * configure: Regenerate.
2721
a9ef41a7
RW
27222010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2723
2724 PR bootstrap/43328
2725 * configure.ac: Do not pass --enable-multilib nor
2726 --disable-multilib in baseargs. Accept explicitly passed
2727 --enable_multilib.
2728 * configure: Regenerate.
2729
619a3713
JM
27302010-03-23 Joseph Myers <joseph@codesourcery.com>
2731
2732 * configure.ac (tic6x-*-*): New case.
2733 * configure: Regenerate.
2734
92f4e989
JM
27352010-03-23 Joseph Myers <joseph@codesourcery.com>
2736
2737 Merge from gcc:
2738 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2739 PR ada/42554
2740 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2741 * configure: Regenerate.
2742
c35a0556
JM
27432010-03-23 Joseph Myers <joseph@codesourcery.com>
2744
2745 * config.sub: Update to version 2010-03-22.
2746 * config.guess: Update to version 2009-12-30.
2747
18fa8f9c
JM
27482010-03-14 Joseph Myers <joseph@codesourcery.com>
2749
2750 Merge from gcc:
2751 2010-01-11 Richard Guenther <rguenther@suse.de>
2752 PR lto/41569
2753 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2754 * Makefile.in: Regenerated.
2755
ba98da75
RO
27562010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2757
2758 PR libstdc++/32499
2759 * configure.ac (RANLIB): Default to true.
2760 (STRIP): Likewise.
2761 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2762 * configure: Regenerate.
2763
3994761f
NC
27642010-02-17 Nick Clifton <nickc@redhat.com>
2765
2766 PR 11238
2767 * Makefile.tpl (local-distclean): Also remove config.cache files in
2768 sub-directories as there may not be Makefiles present in the
2769 sub-directories.
792cdb50
NC
2770 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2771 the config.cache files found by the find command.
2772
3994761f
NC
2773 * Makefile.in: Regenerate.
2774 * configure.ac: Revert previous delta.
2775 * configure: Regenerate.
2776
01a82011
NC
27772010-02-15 Nick Clifton <nickc@redhat.com>
2778
2779 PR 11238
2780 * configure.ac: Delete config.cache files in sub-directories when
2781 deleting Makefiles.
2782 * configure: Regenerate.
2783
143754cd
NC
27842010-02-15 Nick Clifton <nickc@redhat.com>
2785
2786 * configure.ac: Sync from gcc.
2787 * configure: Regenerate.
2788
a6b5846e
KG
27892010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2790
2791 Sync from gcc:
2792 * configure.ac: Add "recommended" version checks for GMP/MPC.
2793 Update recommended GMP/MPFR/MPC versions.
2794 * configure: Regenerate.
2795
2aa2364a
JR
27962010-01-25 Joern Rennecke <amylaar@spamcop.net>
2797
2798 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2799 * configure.ac (bootstrap_target_libs): Make inclusion of
2800 target-libgomp conditional on libgomb being in target_configdirs.
2801 * configure: Regenerate.
2802
d35e937f
JR
28032010-01-23 Joern Rennecke <amylaar@spamcop.net>
2804
2805 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2806 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2807 * configure: Regenerate.
2808
911e63d0
JR
28092010-01-22 Joern Rennecke <amylaar@spamcop.net>
2810
2811 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2812 * configure.ac (target_configdirs): Substitute.
2813 * Makefile.def: Bootstrap target module libgomp.
2814 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2815 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2816 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2817 * configure, Makefile.in: Regenerate.
2818
3725885a
RW
28192009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2820
2821 * libtool.m4: Sync from git Libtool.
2822 * ltmain.sh: Likewise.
2823 * ltoptions.m4: Likewise.
2824 * ltversion.m4: Likewise.
2825 * lt~obsolete.m4: Likewise.
2826
d5f2ee2e 28272010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2828 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2829
2830 PR bootstrap/42424
2831 * configure.ac: Include libtool m4 files.
9eb322aa 2832 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2833 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2834 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2835
d5f2ee2e
KG
2836 * configure: Regenerate.
2837
f2b2dd91
RW
28382010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 PR bootstrap/41818
2841 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2842 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2843 * Makefile.in: Regenerate.
2844
06ca7962
BE
28452009-12-18 Ben Elliston <bje@au.ibm.com>
2846
2847 * config.sub, config.guess: Update from upstream sources.
2848
30a16d7b
JJ
28492009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2850
2851 * COPYING.NEWLIB: Update copyright date.
2852 * COPYING.LIBGLOSS: Ditto.
2853
d9b76ff9
KG
28542009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2855
2856 PR middle-end/30447
2857 PR middle-end/30789
2858 PR other/40302
2859
2860 * configure.ac: Require MPC.
2861 * configure: Regenerate.
2862
2863 * configure.ac: Update minimum MPC version to 0.8.
2864 * configure: Regenerate.
2865
e12dec02
PB
28662009-11-20 Paolo Bonzini <bonzini@gnu.org>
2867
2868 * config.guess: Sync with upstream and gcc.
2869 * config.sub: Sync with upstream and gcc.
2870
606a9ca0
AO
28712009-11-16 Alexandre Oliva <aoliva@redhat.com>
2872
2873 * Makefile.def: Restore host and target settings for gmp.
2874 * Makefile.in: Rebuild.
2875
1f53ca9a
AO
28762009-11-16 Alexandre Oliva <aoliva@redhat.com>
2877
2878 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2879 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2880 Fix portability of test of C++ as bootstrap language. Add
2881 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2882 * configure: Rebuild.
2883 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2884 and cloog. Fix in-tree ppl configuration. Introduce libelf
2885 in-tree building.
2886 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2887 (POSTSTAGE1_HOST_EXPORTS): Use it.
2888 (STAGE[+id+]_CXXFLAGS): New.
2889 (BASE_FLAGS_TO_PASS): Pass it down.
2890 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2891 extra_exports.
2892 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2893 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2894 extra_exports.
2895 * Makefile.in: Rebuild.
2896
28972009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2898
2899 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2900 paths for *-w64-mingw* and x86_64-*mingw*.
2901 * configure: Regenerated.
2902
29032009-10-30 Kai Tietz <kai.tietz@onevision.com>
2904
2905 * configure.ac: Disable target-winsup & co for
2906 x86_64-*-mingw* and *-w64-mingw* targets.
2907 * configure: Regenerated.
2908
29092009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2910
2911 * configure.ac (CLooG test): Use = with test.
2912 * configure: Regenerate.
2913
29142009-10-22 Richard Guenther <rguenther@suse.de>
2915
2916 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2917 cloog if the ppl version check failed. Move flags saving
2918 before setting in libelf check.
2919 * configure: Regenerate.
2920
29212009-10-21 Richard Guenther <rguenther@suse.de>
2922
2923 * configure.ac: Adjust the ppl and cloog configure to work as
2924 documented. Disable cloog if ppl was disabled. Omit the version
2925 checks if they were disabled.
2926 * configure: Re-generate.
2927
6811fb56
RW
29282009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2929
2930 * configure.ac: Add 'lto' to enable_languages, not
2931 new_enable_languages, and only if not already present.
2932 * configure: Regenerate.
2933
700d40ca
ILT
29342009-10-06 Ian Lance Taylor <iant@google.com>
2935
2936 * Makefile.def: check-gold depends upon all-gas.
2937 * Makefile.in: Rebuild.
2938
29392009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2940
2941 * Makefile.def: all-lto-plugin depends on all-libiberty.
2942 set bootstrap=true for lto-plugin.
2943 Add lto-plugin.
2944 * Makefile.in: Regenerate.
2945 * configure.ac (host_libs): Add lto-plugin.
2946 * configure: Regenerate.
2947
29482009-10-03 Diego Novillo <dnovillo@google.com>
2949
2950 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2951 (HOST_LIBELFLIBS): Define.
2952 (HOST_LIBELFINC): Define.
2953 * Makefile.in: Regenerate.
2954 * configure.ac: Add --enable-lto.
2955 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2956 If --enable-lto is used, add 'lto' to new_enable_languages.
2957 If --enable-lto is used and gold is enabled, add
2958 lto-plugin to configdirs.
2959 * configure: Regenerate.
2960
29612009-10-03 Simon Baldwin <simonb@google.com>
2962
2963 * configure.ac: If --with-system-zlib, suppress local zlib and
2964 pass --with-system-zlib to subdir configure scripts.
2965 * configure: Regenerate.
2966
29672009-10-01 Loren J. Rittle <ljrittle@acm.org>
2968 Paolo Bonzini <bonzini@gnu.org>
2969
2970 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2971 $(srcdir).
2972 * Makefile.in: Rebuilt.
2973
c8cb1b3e
PB
29742009-09-29 Paolo Bonzini <bonzini@gnu.org>
2975
2976 Sync from gcc:
2977 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2978
2979 * configure.ac: Update minimum MPC version to 0.7.
2980 * configure: Regenerate.
2981
30167e0a
NC
29822009-09-25 Nick Clifton <nickc@redhat.com>
2983
2984 * configure.ac: Pass any --cache-file=/dev/null option on to
2985 subconfigures.
2986 * configure: Regenerate.
2987
707a0b5c
NC
29882009-09-23 Nick Clifton <nickc@redhat.com>
2989
2990 * config.sub, config.guess: Update from upstream sources.
2991
700d40ca
ILT
29922009-09-22 Loren J. Rittle <ljrittle@acm.org>
2993
2994 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2995 * Makefile.in: Rebuilt.
2996
2fd0b40b
RW
29972009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2998
2999 PR bootstrap/32272
3000 * configure.ac: Error out if $srcdir isn't '.' but contains
3001 host-${host_noncanonical}.
3002 * configure: Regenerate.
3003
4385ad3c
RW
30042009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3005
16b1ad29
RW
3006 * configure.ac: If bootstrapping a combined tree with
3007 --enable-gold, require c++ in stage1_languages.
3008 * configure: Regenerate.
3009
f8dc745f
RW
3010 * configure.ac: Also add target_libs of stage1_languages to
3011 bootstrap_target_libs.
3012 * configure: Regenerate.
3013
4385ad3c
RW
3014 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3015 with --enable-languages not containing c++.
3016 * configure: Regenerate.
3017
df51e4e1
JZ
30182009-09-16 Jie Zhang <jie.zhang@analog.com>
3019
3020 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3021 * configure: Regenerate.
3022
06a51eac
RW
30232009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3024
3025 * configure.ac: Do not use $extrasub for replacing @if/@endif
3026 parts in Makefile; instead, use additional arguments to
3027 AC_CONFIG_COMMANDS to do the replacement manually, with several
3028 sed invocations, to avoid HP-UX sed command limits.
3029 * configure: Regenerate.
3030
96655cc4
AO
30312009-09-04 Alexandre Oliva <aoliva@redhat.com>
3032
3033 * configure.ac (with-build-config): Document. Handle without.
3034 Handle missing argument.
3035 * configure: Rebuilt.
3036
30372009-09-03 Alexandre Oliva <aoliva@redhat.com>
3038
3039 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3040 Default to bootstrap-debug only if compare-debug works.
3041 * configure: Rebuilt.
3042 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3043 * Makefile.in: Rebuilt.
3044
30452009-09-01 Alexandre Oliva <aoliva@redhat.com>
3046
3047 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3048 * Makefile.in: Rebuilt.
3049
8e957354
PB
30502009-09-02 Paolo Bonzini <bonzini@gnu.org>
3051
3052 * Makefile.tpl (AWK): Fix typo.
3053 * Makefile.in: Regenerate.
3054
30552009-09-02 Paolo Bonzini <bonzini@gnu.org>
3056
3057 * configure.ac: Detect awk and sed.
3058 * Makefile.def (flags_to_pass): Add AWK and SED.
3059 * Makefile.tpl (AWK, SED): New.
3060 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3061 * configure: Regenerate.
3062 * Makefile.in: Regenerate.
3063
fb792462
TG
30642009-09-01 Tristan Gingold <gingold@adacore.com>
3065
3066 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3067 Remove logical names.
3068
a69e7d0a
DK
30692009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3070
3071 * ltmain.sh (func_normal_abspath): New function.
3072 (func_relative_path): Likewise.
3073 (func_mode_help): Document new -bindir option for link mode.
3074 (func_mode_link): Add new -bindir option, and use it to place
3075 output DLL if specified.
3076
d444d2ba
RW
30772009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3078
3079 * configure.ac (AC_PREREQ): Bump to 2.64.
3080
13b7343a
RW
30812009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3082
af542c2e
RW
3083 * README-maintainer-mode: Point directly to upstream locations
3084 for autoconf, automake, libtool, gettext, instead of copies on
3085 sources.redhat.com. Document required versions.
3086 * configure.ac: Do not substitute datarootdir, htmldir,
3087 pdfdir, docdir. Do not process --with-datarootdir,
3088 --with-htmldir, --with-pdfdir, --with-docdir.
3089 * configure: Regenerate.
3090
81ecdfbb
RW
3091 * configure: Regenerate.
3092
13b7343a
RW
3093 * compile: Sync from Automake 1.11.
3094 * depcomp: Likewise.
3095 * install-sh: Likewise.
3096 * missing: Likewise.
3097 * mkinstalldirs: Likewise.
3098 * ylwrap: Likewise.
3099
c1102ce7
RW
31002009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3101
34a0f3cf
RW
3102 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3103 (baseargs): Add --disable-option-checking.
3104 * configure: Regenerate.
3105
c1102ce7
RW
3106 * Makefile.def (configure-target-libiberty): Depend on
3107 all-binutils and all-ld.
3108 (configure-target-newlib): Likewise.
3109 * Makefile.in: Regenerate.
3110
e8a5fa9c
RW
31112009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3112
3113 Sync with GCC, merge:
3114
3115 2009-07-31 Christian Bruel <christian.bruel@st.com>
3116
3117 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3118 * configure: Regenerate.
3119
3120 2009-07-06 Ian Lance Taylor <iant@google.com>
3121
3122 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3123 * configure: Rebuild.
3124
3125 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3126
3127 PR bootstrap/40338
3128 * configure.ac (comparestring): Create new variable.
3129 * Makefile.tpl (comparestring): Use to skip some comparisions.
3130 * configure: Regenerate.
3131 * Makefile.in: Regenerate.
3132
3133 2009-06-23 Ian Lance Taylor <iant@google.com>
3134
3135 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3136 boot_languages. Only bootstrap target libraries listed in
3137 target_libs for some boot language. Add --with-stage1-ldflags,
3138 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3139 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3140 if not building with C++.
3141 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3142 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3143 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3144 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3145 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3146 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3147 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3148 * configure, Makefile.in: Rebuild.
3149
3150 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3151
3152 * configure.ac: Detect MPC in default directory.
3153 * configure: Regenerate.
3154
3155 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3156
3157 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3158 to noconfdirs.
3159 * configure: Regenerate.
3160
3161 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3162
3163 * Makefile.def: Add MPC support and dependencies.
3164 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3165
3166 * Makefile.in, configure: Regenerate.
3167
3168 2009-05-24 Nicolas Roche <roche@adacore.com>
3169
3170 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3171 * Makefile.in: Regenerate.
3172
3173 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3174
3175 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3176 * configure: Regenerate.
3177
3178 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3179
3180 * configure.ac ($with_ppl): Default to no if not supplied.
3181 ($with_cloog): Likewise.
3182 configure: Regenerate.
3183
3184 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3185
3186 PR bootstrap/39739
3187 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3188 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3189
3190 * configure, Makefile.in: Regenerate.
3191
3192 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3193
3194 * configure.ac: Change copyright header to refer to version
3195 3 of the GNU General Public License and to point readers at the
3196 COPYING3 file and the FSF's license web page.
3197 * Makefile.def: Likewise.
3198 * Makefile.tpl: Likewise.
3199 * Makefile.in: Regenerate.
3200
3201 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3202
3203 * configure.ac: Restore match for darwin9 or later. Use double
3204 brackets since regeneration eats one pair.
3205 * configure: Regenerate.
3206
bf110216
CF
32072009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3208
3209 * MAINTAINERS: Perform some obvious fixups.
3210
2262bbf4
BE
32112009-08-17 Ben Elliston <bje@au.ibm.com>
3212
3213 * config.sub, config.guess: Update from upstream sources.
3214
25a07265
NC
32152009-08-06 Michael Eager <eager@eagercon.com>
3216
3217 * configure.ac: Add Microblaze target.
3218 * configure: Regenerate.
3219
85bd1942
TG
32202009-07-02 Tristan Gingold <gingold@adacore.com>
3221
3222 * configure.ac: Do not exclude gas for i386-*-darwin.
3223 Add a case for x86_64-*-darwin.
3224 * configure: Regenerate.
3225
f9806fa5
DE
32262009-06-26 Doug Evans <dje@sebabeach.org>
3227
3228 * Makefile.def (host_modules): Add cgen.
3229 * Makefile.in: Regenerate.
3230 * configure.ac (host_tools): Add cgen.
3231 * configure: Regenerate.
3232
6bfb4e30
JJ
32332009-06-17 Michael Eager <eager@eagercon.com>
3234
3235 * COPYING.LIBGLOSS: Add Xilinx license.
3236
8bcf2718
NC
32372009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3238
3239 * configure.ac: Define is_elf for QNX Neutrino targets.
3240 * configure: Regenerate.
3241
04ec0acb
RW
32422009-06-03 Jerome Guitton <guitton@adacore.com>
3243 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3244
9eb322aa
MF
3245 * Makefile.tpl (all): Avoid a trailing backslash.
3246 * Makefile.in: Regenerate.
04ec0acb 3247
7ee5dbeb
BE
32482009-06-03 Ben Elliston <bje@au.ibm.com>
3249
3250 * config.sub, config.guess: Update from upstream sources.
3251
fda13ee8
AO
32522009-06-02 Alexandre Oliva <aoliva@redhat.com>
3253
3254 * Makefile.tpl ([+compare-target+]): Compare all stage
3255 directories, rather than just gcc.
3256 * Makefile.in: Rebuilt.
3257
4a657b0d
DK
32582009-05-28 Doug Kwan <dougkwan@google.com>
3259
3260 * configure.ac: Support gold for target arm*-*-*.
3261 * configure: Regenerate.
3262
07fc31c9
AO
32632009-05-27 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * Makefile.tpl (all): Avoid harmless warning in make all when
3266 gcc-bootstrap is enabled but stage_last does not exist.
3267 * Makefile.in: Rebuilt.
3268
8a7a39ab
TG
32692009-05-25 Tristan Gingold <gingold@adacore.com>
3270
3271 * setup.com: Complete the file with configuration and build.
3272
b5233201
AO
32732009-05-18 Alexandre Oliva <aoliva@redhat.com>
3274
3275 PR other/40159
3276 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3277 gcc-no-bootstrap are mutually exclusive.
3278 * Makefile.in: Rebuilt.
3279
7b6175f9
AO
32802009-05-18 Alexandre Oliva <aoliva@redhat.com>
3281
3282 PR other/40159
3283 * Makefile.tpl (all): Don't end with unconditional success.
3284 * Makefile.in: Rebuilt.
3285
1b05fbbd
AO
32862009-05-12 Alexandre Oliva <aoliva@redhat.com>
3287
3288 PR target/37137
3289 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3290 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3291 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3292 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3293 stage_configureflags, stage_cflags and stage_libcflags into
3294 explicit Makefile macros.
3295 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3296 GFORTRAN.
3297 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3298 CC. Set CC_FOR_BUILD from CC.
3299 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3300 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3301 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3302 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3303 and GFORTRAN.
3304 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3305 (_LIBCFLAGS): Renamed to _TFLAGS.
3306 (do-compare-debug, do-compare3-debug): Drop.
3307 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3308 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3309 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3310 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3311 (XGCC_FLAGS_FOR_TARGET): New.
3312 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3313 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3314 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3315 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3316 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3317 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3318 TFLAGS.
3319 (BUILD_CONFIG): Include if requested.
3320 (all): Set TFLAGS on bootstrap.
3321 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3322 (all-stageid-prefixmodule): Likewise.
3323 (do-clean, distclean-stageid): Set TFLAGS.
3324 (restrap): Fix whitespace.
3325 * Makefile.in: Rebuilt.
3326
dc17c78c
EB
33272009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3328
3329 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3330 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3331 * Makefile.in: Regenerate.
3332
14324cd7
EZ
33332009-04-24 Eli Zaretskii <eliz@gnu.org>
3334
3335 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3336 consistency with config.sub. (Update from upstream sources.)
3337
f8d5f06c
JM
33382009-04-21 Joseph Myers <joseph@codesourcery.com>
3339
3340 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3341
0000e2bf
BE
33422009-04-17 Ben Elliston <bje@au.ibm.com>
3343
3344 * config.sub, config.guess: Update from upstream sources.
3345
20135e4c
NC
33462009-04-15 Anthony Green <green@moxielogic.com>
3347
34adf976 3348 * configure.ac: Add moxie support.
20135e4c
NC
3349 * configure: Rebuilt.
3350
ef699244
L
33512009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3352
3353 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3354 * configure: Regenerate.
3355
10ad8ef3
L
33562009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3357
3358 PR gas/10039
3359 * configure.ac: Require texinfo 4.7.
3360 * configure: Regenerated.
3361
c50523ce
L
33622009-04-09 Steve Ellcey <sje@cup.hp.com>
3363
3364 * Makefil.def (languages): New entries.
3365 * Makefile.tpl (check-gcc-*): New generic target.
3366 * Makefile.in: Regenerate.
3367
47afba5f
EZ
33682009-03-27 Eli Zaretskii <eliz@gnu.org>
3369
3370 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3371 Windows builds of Sed.
3372
dc448a7b
TT
33732009-03-18 Tom Tromey <tromey@redhat.com>
3374
3375 * configure: Rebuild.
3376 * configure.ac (host_libs): Add libiconv.
3377 * Makefile.in: Rebuild.
3378 * Makefile.def (host_modules): Add libiconv.
3379 (configure-gdb, all-gdb): Depend on libiconv.
3380
24741ab2
JB
33812009-03-16 Tristan Gingold <gingold@adacore.com>
3382
3383 * configure.ac: Treat gdb as supported on x86_64-darwin.
3384 * configure: Regenerate.
3385
29383458
JM
33862009-03-16 Joseph Myers <joseph@codesourcery.com>
3387
3388 Merge from GCC:
3389
3390 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3391
3392 * configure.ac (--with-host-libstdcxx): New option.
3393 * configure: Regenerate.
3394
3395 2009-01-29 Robert Millan <rmh@aybabtu.com>
3396
3397 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3398 * configure: Regenerate.
3399
3400 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3401
3402 PR tree-optimization/38515
3403 * configure.ac (cloog-polylib): Removed.
3404 (with_ppl, with_cloog): Test for "no".
3405 * configure: Regenerated.
3406
58e24671
RW
34072009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408
3409 Backport from git Libtool:
3410
3411 2009-01-19 Robert Millan <rmh@aybabtu.com>
3412 Support GNU/kOpenSolaris.
3413 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3414 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3415 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3416 GNU/kOpenSolaris.
3417
314b2e66
AS
34182009-02-05 Andreas Schwab <schwab@suse.de>
3419
3420 * Makefile.tpl (stage_last): Define $r and $s before using
3421 $(RECURSE_FLAGS_TO_PASS).
3422 * Makefile.in: Regenerate
3423
8b700390
JJ
34242009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3425
3426 * COPYING.NEWLIB: Add ARM license.
3427
66775d67
AM
34282009-01-16 Alan Modra <amodra@bigpond.net.au>
3429
3430 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3431 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3432 * Makefile.in: Regenerate.
3433
19e99079
NC
34342009-01-15 Douglas B Rupp <rupp@gnat.com>
3435
3436 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3437 * configure: Regenerate.
3438
22e8c8e0
RW
34392008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3440
3441 Backport link test fix from upstream Libtool:
3442
3443 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3444 Add cache variables to tests that require the linker to work.
3445 For shlibpath_overrides_runpath, this also changes the semantics
3446 to let the result from the C compiler take precedence.
3447 compiler take precedence.
3448
7d6d7764
BE
34492008-12-02 Ben Elliston <bje@au.ibm.com>
3450
3451 * config.sub, config.guess: Update from upstream sources.
3452
ea8af06e
JJ
34532008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3454
3455 * COPYING.NEWLIB: Updated.
3456 * COPYING.LIBGLOSS: Ditto.
3457
af0771d3
PB
34582008-12-16 Paolo Bonzini <bonzini@gnu.org>
3459
3460 Sync with GCC:
3461
3462 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3463
3464 * configure.ac (ppllibs): Add by default the lib flags.
3465 * configure: Regenerate.
3466
3467 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3468
314b2e66
AS
3469 * configure.ac: Add double brackets on darwin[912].
3470 * configure: Regenerate.
af0771d3
PB
3471
3472 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3473
314b2e66
AS
3474 * configure.ac: Expand to darwin10 and later.
3475 * configure: Regenerate.
af0771d3 3476
f7c83eac
AS
34772008-12-02 Andreas Schwab <schwab@suse.de>
3478
3479 * Makefile.def: configure-target-boehm-gc depends on
3480 all-target-libstdc++-v3.
3481 * Makefile.in: Regenerate.
3482
bc67ad83
BE
34832008-12-02 Ben Elliston <bje@au.ibm.com>
3484
3485 * config.sub, config.guess: Update from upstream sources.
3486
e28c595f
JM
34872008-11-27 Joseph Myers <joseph@codesourcery.com>
3488
3489 Merge from GCC:
3490
3491 2007-12-02 Matthias Klose <doko@ubuntu.com>
3492
3493 * config-ml.in: Remove 64bit configure tests.
3494
3495 2008-05-14 Rafael Espindola <espindola@google.com>
3496
3497 * config-ml.in: don't handle --enable-shared and --enable-static.
3498
3499 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3500 Tobias Grosser <grosser@fim.uni-passau.de>
3501 Jan Sjodin <jan.sjodin@amd.com>
3502 Harsha Jagasia <harsha.jagasia@amd.com>
3503 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3504 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3505 Adrien Eliche <aeliche@isty.uvsq.fr>
3506
3507 Merge from graphite branch.
3508 * configure: Regenerate.
3509 * Makefile.in: Regenerate.
3510 * configure.ac (host_libs): Add ppl and cloog.
3511 Add checks for PPL and CLooG.
3512 * Makefile.def (ppl, cloog): Added modules and dependences.
3513 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3514 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3515
3516 2008-09-03 Richard Guenther <rguenther@suse.de>
3517
3518 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3519 cloog test.
3520 * configure: Re-generate.
3521
3522 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3523
3524 * configure.ac (--with-cloog-polylib): New.
3525 (--disable-cloog-version-check): New.
3526 (--disable-ppl-version-check): New.
3527 * configure: Re-generate.
3528
3529 2008-09-05 Richard Guenther <rguenther@suse.de>
3530
3531 * configure.ac: Initialize clooglibs to -lcloog.
3532 * configure: Re-generate.
3533
3534 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3535
3536 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3537 recommended version to 2.3.2.
3538
3539 * configure: Regenerate.
3540
3541 2008-10-31 Ben Elliston <bje@au.ibm.com>
3542
3543 * configure.ac (spu-*-*): Remove special case.
3544 * configure: Regenerate.
3545
3546 Complete comment text from GCC version of:
3547
3548 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3549
3550 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3551 (GCC_SHLIB_SUBDIR): New.
3552 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3553 * configure: Regenerate.
3554 * Makefile.in: Regenerate.
3555
652dec25
TG
35562008-11-27 Tristan Gingold <gingold@adacore.com>
3557
3558 * configure.ac: Build gdb for i?86-*-darwin*
3559 * configure: Regenerated.
3560
7582fb4a
DJ
35612008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3562
3563 PR bootstrap/38014
3564 PR bootstrap/37923
3565
3566 Revert:
3567
3568 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3569
3570 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3571 * Makefile.in: Regenerated.
3572
3573 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3574
3575 PR gdb/921
3576 PR gdb/1646
3577 PR gdb/2175
3578 PR gdb/2176
3579
3580 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3581 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3582 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3583 (HOST_EXPORTS): Pass CPPFLAGS.
3584 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3585 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3586 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3587 * Makefile.in, configure: Regenerated.
3588 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3589 and CPPFLAGS_FOR_BUILD.
3590
faee1be2
UW
35912008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3592
3593 * configure.ac [spu-*-*]: Do not set skipdirs.
3594 * configure: Re-generate.
3595
b7c2dce4
DJ
35962008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3597
3598 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3599 * Makefile.in: Regenerated.
3600
bb52de30
DJ
36012008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3602
3603 PR gdb/921
3604 PR gdb/1646
3605 PR gdb/2175
3606 PR gdb/2176
3607
3608 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3609 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3610 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3611 (HOST_EXPORTS): Pass CPPFLAGS.
3612 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3613 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3614 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3615 * Makefile.in, configure: Regenerated.
3616 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3617 and CPPFLAGS_FOR_BUILD.
3618
b25062ae
SE
36192008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3620
3621 * libtool.m4: Update to libtool 2.2.6.
3622 * lt~obsolete.m4: Update to libtool 2.2.6.
3623 * ltmain.sh: Update to libtool 2.2.6.
3624 * ltsugar.m4: Update to libtool 2.2.6.
3625 * ltversion.m4: Update to libtool 2.2.6.
3626 * ltoptions.m4: Update to libtool 2.2.6.
3627 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3628
3bbd2f8f
AL
36292008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3630
3631 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3632 (GCC_SHLIB_SUBDIR): New.
3633 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3634 * configure: Regenerate.
3635 * Makefile.in: Regenerate.
3636
b29d32ce
TG
36372008-08-28 Tristan Gingold <gingold@adacore.com>
3638
3639 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3640 Enable bfd, binutils and opcodes.
3641 * configure: Regenerate.
3642
c325a203
DD
36432008-08-16 Nicolas Roche <roche@adacore.com>
3644
3645 * Makefile.tpl: Add BOOT_ADAFLAGS.
3646 * Makefile.in: Regenerate.
3647
e7c8859c
RS
36482008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3649
3650 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3651 * configure: Regenerate.
3652
da888c87
PB
36532008-07-30 Paolo Bonzini <bonzini@gnu.org>
3654
3655 Sync with gcc:
3656 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3657
f7c83eac
AS
3658 * configure.ac: Add makefile fragments for hpux.
3659 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3660 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3661 * configure: Regenerate.
3662 * Makefile.in: Regenerate.
da888c87
PB
3663
3664 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3665
f7c83eac
AS
3666 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3667 * Makefile.in: Regenerate.
3668 * configure: Regenerate.
da888c87 3669
944982cf
ILT
36702008-06-18 Ian Lance Taylor <iant@google.com>
3671
662c6704
ILT
3672 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3673
944982cf
ILT
3674 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3675
7a283e07
RW
36762008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3677
3678 * configure: Regenerate.
3679
5b553f7e
RW
36802008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3681
3682 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3683 "$@" is still intact with both Autoconf 2.59 and 2.62.
3684 * configure: Regenerate.
3685
675492f0
RW
36862008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3687
3688 * Makefile.tpl: Fix comment errors.
3689 * Makefile.in: Regenerate.
3690
b018a5d1
JB
36912008-06-13 Julian Brown <julian@codesourcery.com>
3692
3693 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3694 of libobjc for ARM EABI Linux.
3695 * configure: Regenerate.
3696
310213e8
DE
36972008-06-12 David S. Miller <davem@davemloft.net>
3698 David Edelsohn <edelsohn@gnu.org>
3699
3700 * configure.ac: Add powerpc*-*-* to gold supported targets.
3701 * configure: Regenerate.
3702
6641ce42
JM
37032008-06-08 Joseph Myers <joseph@codesourcery.com>
3704
3705 PR tree-optimization/36218
3706 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3707 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3708 (all prefix="build-"): Pass them to build-system sub-makes.
3709 * Makefile.in: Regenerate.
3710
03c2f9e6
DJ
37112008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3714 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3715 mkdep, and compile. Update comments.
3716 (ETC_SUPPORT): Add ChangeLog and update comments.
3717
4538db8b
ILT
37182008-05-11 Ian Lance Taylor <iant@google.com>
3719
3720 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3721
266df637
PB
37222008-04-18 Paolo Bonzini <bonzini@gnu.org>
3723
3724 Sync with gcc:
3725 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3726
3727 PR bootstrap/35457
3728 * configure.ac: Include override.m4.
3729 * configure: Regenerate.
3730
3731 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3732
f7c83eac
AS
3733 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3734 * Makefile.in: Regenerate.
266df637
PB
3735
3736 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3737
f7c83eac
AS
3738 * configure.ac: Do not build libssp for the AVR.
3739 * configure: Regenerate.
266df637 3740
a86a761e
NC
37412008-04-18 Nick Clifton <nickc@redhat.com>
3742
3743 * MAINTAINERS: Replace reference to configure.in with reference to
3744 configure.ac.
3745
52310858
NC
37462008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3747
f7c83eac 3748 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3749 as nonconfigurable directories list.
f7c83eac 3750 * configure: Regenerate.
52310858 3751
f5314dd5
DM
37522008-04-14 David S. Miller <davem@davemloft.net>
3753
3754 * configure.ac: Add sparc*-*-* to gold supported targets.
3755 * configure: Regenerate.
3756
e2208220
BE
37572008-04-14 Ben Elliston <bje@au.ibm.com>
3758
3759 * config.sub, config.guess: Update from upstream sources.
3760
0bb6ea20
HPN
37612008-04-12 Hans-Peter Nilsson <hp@axis.com>
3762
3763 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3764 * Makefile.in: Regenerate.
3765
e5164e97
ILT
37662008-04-07 Ian Lance Taylor <iant@google.com>
3767
3768 * Makefile.def: check-gold depends upon all-binutils.
3769 * Makefile.in: Regenerate.
3770
e33b51a6
NC
37712008-04-04 Nick Clifton <nickc@redhat.com>
3772
3773 PR binutils/4334
3774 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3775 builds.
3776 * configure: Regenerate.
3777
fc5df3ab
NC
37782008-04-04 NightStrike <NightStrike@gmail.com>
3779
3780 PR other/35151
f7c83eac
AS
3781 * configure.ac: Combine rules for mingw32 and mingw64.
3782 * configure: Regenerate.
fc5df3ab 3783
c779bab8
PB
37842008-03-27 Paolo Bonzini <bonzini@gnu.org>
3785
3786 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3787 * Makefile.in: Regenerate.
3788
93f9b408
ILT
37892008-03-20 Ian Lance Taylor <iant@google.com>
3790
3791 * configure.ac: Add support for --enable-gold.
3792 * Makefile.def: Add gold as a directory like ld.
3793 * configure, Makefile.in: Regenerate.
3794
5746fb46
AK
37952008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3796
3797 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3798 (s390_cond_extensions): Reduced extensions to the compare related.
3799 (main): z10 cpu type option added.
3800 (expandConditionalJump): Renamed to ...
3801 (insertExpandedMnemonic): ... this.
3802
3803 * opcodes/s390-opc.c: Re-group the operand format makros.
3804 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3805 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3806 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3807 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3808 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3809 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3810 INSTR_SIL_RDU): New instruction formats added.
3811 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3812 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3813 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3814 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3815 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3816 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3817 masks added.
3818 (s390_opformats): New formats added "ris", "rrs", "sil".
3819 * opcodes/s390-opc.txt: Add the conditional jumps with the
3820 extensions removed from automatic expansion in s390-mkopc.c manually.
3821 (asi - trtre): Add new System z10 EC instructions.
3822 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3823
58c85be7
RW
38242008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3825
3826 * configure.ac: m4_include config/proginstall.m4.
3827 * configure: Regenerate.
3828
78124051
RW
38292008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3830
3831 Backport from upstream Libtool:
f7c83eac 3832
78124051 3833 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3834
78124051
RW
3835 Deal with Autoconf 2.62's semantic change in m4_append.
3836 * ltsugar.m4 (lt_append): Replace broken versions of
3837 m4_append.
3838 (lt_if_append_uniq): Don't require separator to be overquoted,
3839 and avoid broken m4_append.
3840 (lt_dict_add): Fix typo.
3841 * libtool.m4 (_LT_DECL): Don't overquote separator.
3842
018f1bea
DE
38432008-03-13 David Edelsohn <edelsohn@gnu.org>
3844
3845 * config.rpath: Add AIX 6 support.
3846
5c5f596d
PB
38472008-03-13 Paolo Bonzini <bonzini@gnu.org>
3848
3849 * Makefile.def (stageprofile). Remove -fprofile-generate
3850 from stage_libcflags.
3851 * Makefile.in: Regenerate.
3852
a1f93a5e
BE
38532008-03-13 Ben Elliston <bje@au.ibm.com>
3854
3855 * config.sub, config.guess: Update from upstream sources.
3856
98c3d905
AK
38572008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3858
3859 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3860 * s390-opc.txt (cmpsc): Duplicate entry removed.
3861 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3862 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3863 fier, cu42, cu41): Fix operand format.
3864
7f6ef0c0
PB
38652008-02-20 Paolo Bonzini <bonzini@gnu.org>
3866
f7c83eac
AS
3867 PR bootstrap/32009
3868 PR bootstrap/32161
3869
3870 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3871 * configure: Regenerate.
3872
3873 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3874 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3875 STAGE4_LIBCFLAGS): New.
3876 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3877 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3878 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3879 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3880 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3881 for target modules. Don't export LIBCFLAGS.
3882 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3883 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3884 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3885 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3886 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3887 * Makefile.in: Regenerate.
7f6ef0c0 3888
eaf19029
PB
38892008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3890
3891 PR libgcj/33085
3892 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3893 Do not use -DDLL_EXPORT. Backport from upstream.
3894
680c43e9
NC
38952008-02-14 Nick Clifton <nickc@redhat.com>
3896
3897 Import this patch from gcc:
3898 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3899
3900 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3901
c72b1d96
HPN
39022008-02-02 Hans-Peter Nilsson <hp@axis.com>
3903
3904 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3905 * configure: Regenerate.
3906
8b66833e
BW
39072008-01-31 Marc Gauthier <marc@tensilica.com>
3908
3909 * configure.ac (xtensa*-*-*): Recognize processor variants.
3910 * configure: Regenerate.
3911
9cc8ae67
PB
39122008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3913
f7c83eac
AS
3914 PR bootstrap/34922
3915 * configure.ac (PARSE_ARGS): Push suitable setting of
3916 ac_subdirs_all, for `./configure --help=recursive'.
3917 Handle `+' in generic toplevel directory disabling.
3918 * configure: Regenerate.
9cc8ae67 3919
19090595
BE
39202008-01-23 Ben Elliston <bje@au.ibm.com>
3921
3922 * config.sub, config.guess: Update from upstream sources.
3923
9f1e7fd3
BE
39242008-01-08 Ben Elliston <bje@au.ibm.com>
3925
3926 * config.sub, config.guess: Update from upstream sources.
3927
2f959d61
JJ
39282007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3929
3930 * COPYING.LIBGLOSS: Update default copyright.
3931
aa054b85
JJ
39322007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3933
3934 * COPYING.NEWLIB: Update default copyright.
3935
57c53b2b
RS
39362007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3937
3938 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3939 Change recommended MPFR from 2.2.1 > 2.3.0.
3940 * configure: Regenerate.
3941
fee14b60
RS
39422007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3943
3944 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3945 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3946 * Makefile.in: Regenerate.
3947
c9b68031
DD
39482007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3949
3950 * configure.ac: Enable libjava for x86_64-*-darwin9.
3951 * configure: Regenerate.
3952
ad25e7d5
BE
39532007-12-05 Ben Elliston <bje@au.ibm.com>
3954
3955 * config.sub, config.guess: Update from upstream sources.
3956
6ac84f65
PB
39572007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3958
f7c83eac
AS
3959 * config-ml.in: Robustify against white space in absolute file
3960 names.
6ac84f65 3961
f7c83eac
AS
3962 * config-ml.in (multi-clean): Substitute ${Makefile}.
3963 Remove superfluous ${Makefile} in list.
6ac84f65 3964
7b3200f9
DJ
39652007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3966
3967 * Makefile.def (dependencies): Make configure-gdb depend on
3968 all-intl.
3969 * Makefile.in: Regenerated.
3970
2c133ff9
JJ
39712007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3972
3973 * Makefile.def: To avoid problems running with parallel makes,
3974 build newlib before libgloss so that target specific header
3975 files are availble.
3976 * Makefile.in: Regenerate.
3977
5074315a
DJ
39782007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3979
3980 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3981 * Makefile.in: Regenerate.
3982
f5bc1778
DJ
39832007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3984
3985 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3986 * libdecnumber: New directory, imported from GCC.
3987
c66487f8
NC
39882007-10-08 Mike Frysinger <vapier@gentoo.org>
3989
3990 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3991 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3992 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3993 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3994 * configure: Regenerate.
3995
b5714970
PB
39962007-10-01 Paolo Bonzini <bonzini@gnu.org>
3997
3998 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3999 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4000 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4001 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4002 * configure.ac: Default them to host tools for $host = $build.
4003 Subst them.
4004
4005 * configure: Regenerate.
4006 * Makefile.in: Regenerate.
4007
f3b1e08e
RS
40082007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4009
4010 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4011 * configure: Regenerate.
4012
cff87f51
DD
40132007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4014
4015 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4016 libstdc++.
4017 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4018 * configure: Regenerate.
4019 * Makefile.in: Regenerate.
f7c83eac 4020
625a61cd
AS
40212007-09-17 Andreas Schwab <schwab@suse.de>
4022
4023 * configure.ac: Raise minimum makeinfo version to 4.6.
4024 * configure: Regenerate.
4025
83a3a68b
AM
40262007-09-15 Alan Modra <amodra@bigpond.net.au>
4027
4028 * configure.ac: Correct makeinfo version check.
4029 * configure: Regenerate.
4030
5bd8be13
RS
40312007-09-14 Richard Sandiford <richard@codesourcery.com>
4032
4033 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4034 to $skipdirs and only disable gprof for newlib. Use the normal
4035 mips*-elf* handling in other respects.
4036 * configure: Regnerate.
4037
5566c1fa
DD
40382007-09-12 David Daney <ddaney@avtrex.com>
4039
4040 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4041 enabling libgcj.
4042 * configure: Regenerate.
4043
40442007-09-12 Richard Guenther <rguenther@suse.de>
4045
4046 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4047 nor --disable-checking is provided also turn on yes and types
4048 checking for stage1.
4049 * configure: Re-generate.
4050
a18e2996 40512007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4052
4053 PR target/33281
4054 * configure.ac: Use config/mh-mingw on mingw.
4055 * configure: Regenerate.
84e7906e 4056
691bb5a1
DD
40572007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4058
4059 PR other/32154
4060 * configure.ac: For libgloss targets, point the linker to the linker
4061 script, startup code and simulator library.
4062 * configure: Regenerate.
4063
6d18b86b
AH
40642007-09-09 Andrew Haley <aph@redhat.com>
4065
4066 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4067 target-libjava.
6d18b86b 4068
f00a3165 40692007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4070
f00a3165 4071 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4072
2abc4e65
BE
40732007-08-21 Richard Guenther <rguenther@suse.de>
4074
4075 * configure.ac: Add types checking to stage1 checking flags.
4076 * configure: Regenerate.
4077
8a6ee3ab 40782007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4079 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4080
4081 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4082 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4083 * Makefile.in: Regenerate.
4084 * configure.ac (--with-debug-prefix-map): New.
4085 * configure: Regenerate.
4086
429acdec
RS
40872007-08-17 Richard Sandiford <richard@codesourcery.com>
4088 Nigel Stephens <nigel@mips.com>
4089
429acdec
RS
4090 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4091 as target_makefile_frag.
4092 * configure: Regenerate.
4093
8520c408
AO
40942007-08-16 Alexandre Oliva <aoliva@redhat.com>
4095
4096 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4097 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4098 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4099 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4100 (do-compare, do-compare3, do-compare-debug): New.
4101 ([+compare-target+]): Use them.
4102
41032007-08-16 Alexandre Oliva <aoliva@redhat.com>
4104
4105 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4106 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4107 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4108 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4109 (do-compare, do-compare3, do-compare-debug): New.
4110 ([+compare-target+]): Use them.
4111
2444379b
BE
41122007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4113 Ben Elliston <bje@au.ibm.com>
4114
4115 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4116 --silent if $silent.
4117 * configure: Regenerate.
4118
d6f99447
DJ
41192007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4122
bd0aa315
NC
41232007-07-17 Nick Clifton <nickc@redhat.com>
4124
4125 * COPYING3: New file. Contains version 3 of the GNU General
4126 Public License.
4127 * COPYING3.LIB: New file. Contains version 3 of the GNU
4128 Lesser General Public License.
4129
0ebe98fb
BS
41302007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4131
4132 * configure.ac: Fix my previous change to really match GCC.
4133 * configure: Regenerate.
4134
521ec477
DD
41352007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4136
4137 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4138 * configure: Regenerate.
4139
41402007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4141
4142 * configure.ac: Add some missing m4 quotation.
4143 * configure: Regenerate.
4144
0c24b341
NC
41452007-07-09 Kai Tietz <kai.tietz@onevision.com>
4146
f7c83eac
AS
4147 * Makefile.def: Add windmc tool to build.
4148 * Makefile.tpl: Likewise.
4149 * configure.ac: Likewise.
4150 * Makefile.in: Regenerate.
4151 * configure: Regenerate.
0c24b341 4152
a09314d0
L
41532007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4154
4155 * lt~obsolete.m4: New. Import from 20070318 libtool.
4156
7c3e1d12
BS
41572007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4158
4159 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4160 uclinux and linux-uclibc targets.
4161 * configure: Regenerate.
4162
a5b3b4dd
DD
41632007-06-28 DJ Delorie <dj@redhat.com>
4164
4165 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4166 not building newlib.
4167 * configure: Regenerated.
f7c83eac 4168
184d813c
DJ
41692007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4170
4171 * src-release (DEVO_SUPPORT): Correct typos.
4172
31d99776
DJ
41732007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4174
4175 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4176 * Makefile.in: Regenerated.
4177
e00a73e3
PB
41782007-06-14 Paolo Bonzini <bonzini@gnu.org>
4179
f7c83eac
AS
4180 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4181 (distclean-stage[+id+]): Possibly delete stage_last.
4182 * Makefile.in: Regenerate.
e00a73e3 4183
98a1bbc5
BE
41842007-06-07 Ben Elliston <bje@au.ibm.com>
4185
4186 * config.sub, config.guess: Update from upstream sources.
4187
973601e1
BE
41882007-06-07 Ben Elliston <bje@au.ibm.com>
4189
4190 * Makefile.tpl: Fix spelling error.
4191 * Makefile.in: Regenerate.
4192
2038f525
PB
41932007-06-04 Paolo Bonzini <bonzini@gnu.org>
4194
4195 Sync with gcc:
4196 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4197
f7c83eac
AS
4198 PR bootstrap/29382
4199 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4200 * configure: Rebuilt.
2038f525 4201
f7c5c4b5
PB
42022007-06-01 Steve Ellcey <sje@cup.hp.com>
4203
12a64d4f
L
4204 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4205 lt_cv_sys_max_cmd_len.
f7c5c4b5 4206
7ad9660b
PB
42072007-05-31 Paolo Bonzini <bonzini@gnu.org>
4208
4209 * ltgcc.m4: Update from GCC.
4210
0e7ef45c
EC
42112007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4212
12a64d4f 4213 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4214
37ad9514
SE
42152007-05-24 Steve Ellcey <sje@cup.hp.com>
4216
4217 * ltmain.sh: Update from GCC.
4218 * libtool.m4: Update from GCC.
4219 * ltsugar.m4: New. Update from GCC.
4220 * ltversion.m4: New. Update from GCC.
4221 * ltoptions.m4: New. Update from GCC.
4222 * ltconfig: Remove.
4223 * ltcf-c.sh: Remove.
4224 * ltcf-cxx.sh: Remove.
4225 * ltcf-gcj.sh: Remove.
4226 * src-release: Update with new libtool file list.
4227
8ee82aff
PB
42282007-05-16 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4231 stage_cflags.
4232 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4233 Remove CFLAGS/LIBCFLAGS.
4234 (configure-stage[+id+]-[+prefix+][+module+],
4235 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4236 * Makefile.in: Regenerate.
4237
149cb58d
SE
42382007-04-14 Steve Ellcey <sje@cup.hp.com>
4239
4240 * config-ml.in: Update from GCC.
4241
91506736
DJ
42422007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * src-release (do-proto-toplev): Process the support directories before
4245 the tool directory.
4246
ffa8bd48
RS
42472007-03-21 Richard Sandiford <richard@codesourcery.com>
4248
4249 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4250 of glob. Quote arguments with single quotes too.
4251 * configure: Regenerate.
4252
a4fd3374
DD
42532007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4254
4255 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4256 * Makefile.in: Regenerate
4257
b8025f34
AS
42582007-03-07 Andreas Schwab <schwab@suse.de>
4259
4260 * configure: Regenerate.
4261
a3ca38d2
DD
42622007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4263
4264 * configure.ac: Add "--with-pdfdir" configure option,
4265 which defines pdfdir variable.
4266 * Makefile.def (target=fixincludes): Add install-pdf to
4267 missing targets.
4268 (recursive_targets): Add install-pdf target.
4269 (flags_to_pass): Add pdfdir.
4270 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4271 target.
4272 * configure: Regenerate
4273 * Makefile.in: Regenerate
4274
42752007-02-28 Eric Christopher <echristo@apple.com>
4276
4277 Revert:
4278 2006-12-07 Mike Stump <mrs@apple.com>
4279
4280 * Makefile.def (dependencies): Add dependency for
4281 install-target-libssp and install-target-libgomp on
4282 install-gcc.
4283 * Makefile.in: Regenerate.
4284
42852007-02-27 Matt Kraai <kraai@ftbfs.org>
4286
4287 * configure: Regenerate.
4288 * configure.ac: Move statements after variable declarations.
4289
a4708fba
JM
42902007-02-19 Joseph Myers <joseph@codesourcery.com>
4291
4292 * configure.ac: Adjust for loop syntax.
4293 * configure: Regenerate.
4294
9a819804
AO
42952007-02-18 Alexandre Oliva <aoliva@redhat.com>
4296
4297 * configure: Rebuilt.
4298
81ec575a
AO
42992007-02-18 Alexandre Oliva <aoliva@redhat.com>
4300
4301 * configure.ac: Drop multiple occurrences of --enable-languages,
4302 and fix its quoting.
4303 * configure: Rebuilt.
4304
92f01d61 43052007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4306 Nathan Sidwell <nathan@codesourcery.com>
4307 Vladimir Prus <vladimir@codesourcery.com
4308 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4309
4310 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4311 * configure: Regenerate.
4312
b1299c4e
DJ
43132007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4314
4315 * configure.ac (target_libraries): Move libgcc before libiberty.
4316 * configure: Regenerated.
4317
18f6b6ee
PB
43182007-02-13 Paolo Bonzini <bonzini@gnu.org>
4319
4320 * configure: Regenerate again?
4321
9c4e9f27
PB
43222007-02-13 Paolo Bonzini <bonzini@gnu.org>
4323
4324 * configure: Reapply PR30748 fix which was lost in the previous commit.
4325
24ff9987
DJ
43262007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4327 Paolo Bonzini <bonzini@gnu.org>
4328
4329 PR bootstrap/30753
4330 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4331 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4332 * configure: Regenerated.
4333
7df2cd5d
PB
43342007-02-10 Paolo Bonzini <bonzini@gnu.org>
4335
4336 * configure: Regenerate.
4337
b0aaa663
DJ
43382007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4339
4340 PR bootstrap/30748
4341 * configure.ac: Correct syntax for Solaris ksh.
4342 * configure: Regenerated.
4343
a0323144
PB
43442007-02-09 Paolo Bonzini <bonzini@gnu.org>
4345
4346 * Makefile.def: Sync with GCC.
4347 * Makefile.tpl: Sync with GCC.
4348 * Makefile.in: Regenerate.
4349 * configure: Regenerate.
4350
c6b750e1
DJ
43512007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4352
4353 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4354 noncanonical equivalents.
4355 * configure.in: Rename to...
4356 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4357 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4358 target_noncanonical. Use them. Rewrite removal of configure
4359 arguments for autoconf 2.59. Discard variable settings. Force
4360 program_transform_name for native tools.
4361
4362 * Makefile.in: Regenerated.
4363 * configure: Regenerated with autoconf 2.59.
4364
4365 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4366
f3cd89f4
JJ
43672007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4368
4369 * COPYING.LIBGLOSS: Reformat default Red Hat
4370 license to fit within 80 columns.
4371 * COPYING.NEWLIB: Ditto.
4372
4e206d7e
DB
43732007-02-05 Dave Brolley <brolley@redhat.com>
4374
4375 * Contribute the following changes:
4376 2006-11-28 DJ Delorie <dj@redhat.com>
4377
4378 * configure.in: Fix typo for mep's target_makefile_frag.
4379 * configure: Regenerated.
4380
4381 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4382
4383 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4384 * configure: Regenerate.
4385
4386 2001-09-19 DJ Delorie <dj@redhat.com>
4387
4388 * configure.in (target_makefile_frag): use mt-mep
4389
4390 2001-06-12 Don Howard <dhoward@redhat.com>
4391
4392 * configure.in: Remove gdb from MeP skip list.
4393
4394 2001-04-05 DJ Delorie <dj@redhat.com>
4395
4396 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4397
4398 2001-03-20 Ben Elliston <bje@redhat.com>
4399
4400 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4401
4402 2001-03-19 Ben Elliston <bje@redhat.com>
4403
4404 * config.sub (mep, mep-*): Add.
4405
b2edfdd2
AS
44062007-01-31 Andreas Schwab <schwab@suse.de>
4407
4408 * Makefile.tpl (LDFLAGS): Substitute it.
4409 * Makefile.in: Regenerate.
4410
ceb92e78
PB
44112007-01-11 Paolo Bonzini <bonzini@gnu.org>
4412
4413 * configure.in: Change == to = in test command.
f7c83eac 4414 * configure: Regenerate.
ceb92e78 4415
4b900473 44162007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4417 Nick Clifton <nickc@redhat.com>
4418 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4419
4420 * configure.in (build_configargs, host_configargs, target_configargs):
4421 Remove build/host/target parameters.
4422 (host_libs): Add gmp and mpfr.
4423 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4424 * Makefile.def (gmp, mpfr): New.
4425 (gcc): Remove target.
4426 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4427 target_os, target_vendor): New.
4428 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4429 * configure: Regenerate.
4430 * Makefile.in: Regenerate.
4b900473
PB
4431
44322007-01-11 Matt Fago <fago@earthlink.net>
4433
4434 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4435 to improve robustness of configure tests.
4b900473
PB
4436 * configure: Regenerate.
4437
80f6dcbc
NC
44382007-01-08 Kai Tietz <kai.tietz@onevision.com>
4439
4440 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4441 * configure: Regenerate.
80f6dcbc 4442
f86e35b8
NC
44432007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4444
4445 * Makefile.tpl (all-target): Correct @if conditional for target
4446 modules.
4447 * configure.in: Omit libiberty if building only target libgcc.
4448 * configure, Makefile.in: Regenerated.
4449
79fcd0ec
PB
44502007-01-04 Paolo Bonzini <bonzini@gnu.org>
4451
4452 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4453 * configure: Regenerate.
4454
6aa8ef82
DJ
44552007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4456
4457 * Makefile.def (target_modules): Add libgcc.
4458 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4459 * Makefile.tpl (clean-target-libgcc): Delete.
4460 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4461 on gcc even for bootstrapped modules. Rewrite handling of
4462 lang_env_dependencies to loop over target_modules.
4463 * configure.in (target_libraries): Add target-libgcc.
4464 * Makefile.in, configure: Regenerated.
4465
9b134994
PB
44662006-12-29 Paolo Bonzini <bonzini@gnu.org>
4467
4468 Sync with gcc:
4469 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4470
f7c83eac
AS
4471 * configure.in: Reorganize recognition of languages. Add
4472 --enable-stage1-languages. Show supported languages for the chosen
4473 target rather than all recognized languages.
4474 * configure: Regenerate.
9b134994
PB
4475
4476 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4477
f7c83eac
AS
4478 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4479 * Makefile.in: Regenerate.
9b134994
PB
4480
4481 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4482
f7c83eac
AS
4483 * configure.in: Warn that MPFR 2.2.0 is buggy.
4484 * configure: Regenerate.
9b134994 4485
8cf39b1b
ILT
44862006-12-27 Ian Lance Taylor <iant@google.com>
4487
4488 * configure.in: When removing Makefiles to force a reconfigure, also
4489 remove prev-DIR*/Makefile.
4490 * configure: Regenerate.
4491
ebff6cd5
KH
44922006-12-23 Kazu Hirata <kazu@codesourcery.com>
4493
4494 * config.bfd: Recognize fido.
4495
8a0d8a5c
PB
44962006-12-19 Paolo Bonzini <bonzini@gnu.org>
4497
4498 Sync with gcc:
4499
4500 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4501
4502 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4503 it only affects bootstrap and could be tested on "$host" as well.
4504 * configure: Regenerate.
4505 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4506
4507 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4508
4509 PR bootstrap/29544
4510 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4511 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4512 move here comment from Makefile.tpl.
4513 * Makefile.tpl: Move some definitions higher in the file.
4514 (STAGE1_CHECKING): New.
4515 * configure.in: Add --enable-stage1-checking.
4516 * configure: Regenerate.
4517 * Makefile.in: Regenerate.
4518
4519 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4520
4521 * configure.in: Update error message for missing GMP/MPFR.
4522
4523 * configure: Regenerate.
4524
4525 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4526
4527 * configure.in: Update MPFR version in error message.
4528
4529 * configure: Regenerate.
4530
4531 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4532
4533 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4534 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4535 --with-gmp-lib): New flags.
4536
4537 * configure: Regenerate.
4538
790c0838
AM
45392006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4540
4541 PR bootstrap/30134
4542 * configure.in: Correct x86 darwin support for libjava to powerpc
4543 and i?86 only.
4544 * configure: Regenerate.
4545
77d7106f
AM
45462006-12-11 Alan Modra <amodra@bigpond.net.au>
4547
4548 * configure.in: Handle spu makefile frag.
77d7106f
AM
4549 * Makefile.tpl (MAINT): Define
4550 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4551 * configure: Regenerate.
4552 * Makefile.in: Regenerate.
4553
0cfa5389
BE
45542006-12-11 Ben Elliston <bje@au.ibm.com>
4555
4556 * config.sub, config.guess: Update from upstream sources.
4557
2839fe5d
BE
45582006-12-11 Ben Elliston <bje@au.ibm.com>
4559
4560 * configure.in: Sync with GCC (spu-*-*).
4561 * configure: Sync with GCC.
4562
b897f5d4
MS
45632006-12-07 Mike Stump <mrs@apple.com>
4564
4565 * Makefile.def (dependencies): Add dependency for
4566 install-target-libssp and install-target-libgomp on
4567 install-gcc.
4568 * Makefile.in: Regenerate.
4569
9daf3993
PB
45702006-11-16 Paolo Bonzini <bonzini@gnu.org>
4571
4572 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4573 (unstage): Test for stage_last presence.
4574
4575 PR bootstrap/29802
4576 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4577 * Makefile.in: Regenerate.
4578
9dbaa842
DD
45792006-11-14 DJ Delorie <dj@redhat.com>
4580
4581 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4582 * Makefile.in: Sync with GCC.
4583 * configure.in: Sync with GCC (mpfr, gmp).
4584 * configure: Sync with GCC.
4585
b0cbce8d
JJ
45862006-11-08 Jie Zhang <jie.zhang@analog.com>
4587
4588 * configure.in: Remove target-libgloss from noconfigdirs for
4589 bfin-*-*.
4590 * configure: Regenerated.
4591
44330a94
JJ
45922006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4593
4594 * COPYING.NEWLIB: Add spu license.
7de05dd5 4595 * COPYING.LIBGLOSS: Ditto.
44330a94 4596
56a8fe78
DD
45972006-10-17 Brooks Moses <bmoses@stanford.edu>
4598
4599 * Makefile.def: Added pdf target handling.
4600 * Makefile.tpl: Added pdf target handling.
4601 * Makefile.in: Regenerated.
4602
fbb00ad0
JJ
46032006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4604
4605 * COPYING.NEWLIB: Updated.
4606 * COPYING.LIBGLOSS: Ditto.
4607
6b89cc21
DB
46082006-09-27 Dave Brolley <brolley@redhat.com>
4609
4610 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4611 $s instead of $r.
4612 * configure: Regenerated.
4613
17bcf627
BE
46142006-09-26 Ben Elliston <bje@au.ibm.com>
4615
4616 * config.sub, config.guess: Update from upstream sources.
4617
f3529cf1
TS
46182006-09-20 Thiemo Seufer <ths@mips.com>
4619
4620 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4621 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4622 * configure: Regenerate.
4623
45055374
CV
46242006-08-30 Corinna Vinschen <corinna@vinschen.de>
4625
4626 * configure.in: Never build newlib for a Mingw host.
4627 Never build newlib as Mingw target library.
4628 Test the existence of winsup/cygwin for building a Cygwin newlib,
4629 rather than just winsup.
4630 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4631 building a Mingw target.
4632 * configure: Regenerate.
4633
4be041b2 46342006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4635 Nigel Stephens <nigel@mips.com>
4636 David Ung <davidu@mips.com>
4be041b2
TS
4637
4638 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4639
1d89b610
PB
46402006-07-25 Paolo Bonzini <bonzini@gnu.org>
4641
4642 Sync from GCC:
4643 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4644
f7c83eac
AS
4645 PR bootstrap/18058
4646 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4647 if the bootstrap compiler is a GCC version that supports it.
4648 * configure: Regenerate.
1d89b610 4649
66a79c16
DJ
46502006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4651
4652 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4653 * configure: Regenerated.
4654
c1cb7e02
PB
46552006-07-18 Paolo Bonzini <bonzini@gnu.org>
4656
f7c83eac
AS
4657 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4658 for stages after the first.
c1cb7e02 4659
7206a0ee
JJ
46602006-07-17 Jakub Jelinek <jakub@redhat.com>
4661
4662 * Makefile.def: Add dependencies for configure-opcodes
4663 on configure-intl and all-opcodes on all-intl.
4664 * Makefile.in: Regenerated.
4665
6816f995
AO
46662006-07-04 Peter O'Gorman <peter@pogma.com>
4667
4668 * ltconfig: chmod 644 before ranlib during install.
4669
3d3adb43
PB
46702006-07-03 Paolo Bonzini <bonzini@gnu.org>
4671
1f3f1bbf 4672 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4673 * configure: Regenerate.
4674
64ce424c
PB
46752006-07-03 Paolo Bonzini <bonzini@gnu.org>
4676
4677 Sync from gcc:
4678
4679 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4680
4681 PR other/27063
4682 * configure.in: Test subdir_requires and give an appropriate
4683 error message.
4684 * configure: Regenerate.
4685
4686 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4687
4688 PR target/27540
4689 * configure.in: Only enable libgomp on IRIX 6.
4690 * configure: Regenerate.
4691
d42c4017
DA
46922006-06-20 David Ayers <d.ayers@inode.at>
4693
4694 PR bootstrap/28072
4695 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4696 whether target-libjava is being configured instead of whether the
4697 java front end is enabled.
4698 * configure: Regenerate.
0e7ef45c 4699
4962c51a
MS
47002006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4701
4702 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4703 to R_ARM_LDC_SB_G{0,1,2} respectively.
4704
caee866a
PB
47052006-06-15 Paolo Bonzini <bonzini@gnu.org>
4706
4707 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4708 too.
4709 * Makefile.in: Regenerate.
4710
363ef840
DA
47112006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4712
4713 Sync from gcc:
4714
4715 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4716 * configure.in: Don't enable libgomp on hpux10.
4717 * configure: Rebuilt.
4718
54d1c879
DA
47192006-06-13 David Ayers <d.ayers@inode.at>
4720
4721 Sync from gcc:
4722
4723 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4724
54d1c879
DA
4725 PR bootstrap/27963
4726 PR target/19970
0e7ef45c 4727 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4728 ${libgcj} is specified.
4729 * configure: Regenerate.
0e7ef45c 4730
a4d8b690
JJ
47312006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4732
4733 Sync from gcc:
4734
4735 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4736 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4737
4738 PR bootstrap/18033
4739 * config-ml.in: Eval option if surrounded by single quotes.
4740
4f0ef2d8
CD
47412006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4742
4743 Sync from gcc:
0e7ef45c 4744
4f0ef2d8 4745 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4746
4f0ef2d8
CD
4747 PR libobjc/13946
4748 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4749 * Makefile.in: Regenerate.
4750 * configure.in: Add --enable-objc-gc at toplevel and have it
4751 enable boehm-gc for Objective-C.
4752 Remove target-boehm-gc from libgcj.
4753 Add target-boehm-gc to target_libraries.
4754 Add target-boehm-gc to noconfigdirs where ${libgcj}
4755 is specified.
4756 Assert that boehm-gc is supported when requested for Objective-C.
4757 Only build boehm-gc if needed either for Java or Objective-C.
4758 * configure: Regenerate.
4759
4760 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4761
4f0ef2d8
CD
4762 PR 27674
4763 * Makefile.tpl (configure-[+prefix+][+module+],
4764 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4765 Remove rule to unstage bootstrapped modules.
4766 (stage_current): New.
4767 * Makefile.in: Regenerate.
4768
4769 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4770 Andreas Tobler <a.tobler@schweiz.ch>
4771
4772 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4773 * configure: Rebuilt.
4774
4775 Revert
4776 2006-01-31 Richard Guenther <rguenther@suse.de>
4777 Paolo Bonzini <bonzini@gnu.org>
4778
4779 * Makefile.def (target_modules): Add libgcc-math target module.
4780 * configure.in (target_libraries): Add libgcc-math target library.
4781 (--enable-libgcc-math): New configure switch.
4782 * Makefile.in: Re-generate.
4783 * configure: Re-generate.
4784
c17b816b
JJ
47852006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4786
4787 * config-ml.in: Alter CCASFLAGS to include special
4788 multilib options the same as is done for CFLAGS.
4789
20e95c23
DJ
47902006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4791
4792 * Makefile.def: Added dependencies from sim and gdb on intl, and
4793 added configure dependencies to everything with an all dependency
4794 on intl.
4795 * gettext.m4: Removed.
4796 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4797 (GDB_SUPPORT_DIRS): Add intl.
4798 * Makefile.in: Regenerated.
4799
4bd8ad80
DJ
48002006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * src-release (DEVO_SUPPORT): Add config.rpath.
4803
c380fdd8
PB
48042006-05-25 Paolo Bonzini <bonzini@gnu.org>
4805
4806 * Makefile.def (bfd, opcodes): Fix lib_path.
4807 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4808 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4809 * Makefile.in: Regenerate.
4810
701628f5
MS
48112006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4812
4813 * configure.in: Enable gprof for cross builds.
4814 * configure: Regenerate.
4815
25aae7f2
DJ
48162006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * src-release (MAKEINFOFLAGS): Define.
4819 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4820
ea3d1626
BE
48212006-05-14 Ben Elliston <bje@au.ibm.com>
4822
4823 * config.sub, config.guess: Update from upstream sources.
4824
49b9e644
BE
48252006-05-12 Ben Elliston <bje@au.ibm.com>
4826
4827 * config.sub, config.guess: Update from upstream sources.
4828
482dd2f6
DJ
48292006-05-04 Steve Ellcey <sje@cup.hp.com>
4830
4831 * blt, iwidgets, mmalloc: Remove directories.
4832
8b01a5c2
DD
48332006-05-01 DJ Delorie <dj@redhat.com>
4834
641a3af4 4835 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4836 * configure: Regenerate.
4837
a481dbb7
DD
48382006-04-18 DJ Delorie <dj@redhat.com>
4839
4840 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4841 reference libgloss so that libssp can be built in a combined
4842 tree.
4843 * configure: Regenerate.
4844
962c9e74
BE
48452006-04-10 Ben Elliston <bje@au.ibm.com>
4846
4847 * contrib: Remove directory.
4848
108a6f8e
CD
48492006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4850
4851 * Makefile.tpl: Add install-html target.
4852 * Makefile.def: Add install-html target.
4853 * Makefile.in: Regenerate.
4854 * configure.in: Add --with-datarootdir, --with-docdir,
4855 and --with-htmldir options.
4856 * configure: Regenerate.
4857
a4ef73e9
BE
48582006-03-31 Ben Elliston <bje@au.ibm.com>
4859
4860 PR binutils/1860
4861 * configure.in: Require makeinfo 4.4 or higher.
4862 * configure: Regenerate.
4863
b37df25a
PB
48642006-03-14 Paolo Bonzini <bonzini@gnu.org>
4865
4866 * Makefile.in: Regenerate.
4867
a6df5a19
PB
48682006-03-14 Paolo Bonzini <bonzini@gnu.org>
4869
4870 Sync with gcc:
4871 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4872
f7c83eac
AS
4873 * configure.in: Handle --disable-<component> generically.
4874 * configure: Regenerate.
a6df5a19
PB
4875
4876 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4877
f7c83eac
AS
4878 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4879 (TARGET_CONFIGDIRS): Remove.
4880 * configure.in: Remove AC_SUBST(target_configdirs).
4881 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4882
4883
65419985
L
48842006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4885
4886 PR libgcj/17311
4887 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4888
c52c6897
PB
48892006-02-20 Paolo Bonzini <bonzini@gnu.org>
4890
4891 PR bootstrap/25670
4892
4893 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4894
4895 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4896 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4897 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4898 BUILD_PREFIX, BUILD_PREFIX_1.
4899 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4900
4901 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4902 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4903
4904 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4905 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4906 of `cat stage_current`. Always provide the `r' and `s' variables.
4907 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4908 a single shell execution.
4909 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4910 bootstrapped modules, make the stage1 module if the build was not
4911 started yet, else build the current stage.
4912 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4913 (all-build, all-host, all-target, [+make_target+]-host,
4914 [+make_target+]-target): Do not use \-continued lines.
4915 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4916 (current_stage, restrap, stage_last): New.
4917
4918 * Makefile.in: Regenerate.
4919 * configure: Regenerate.
4920
b3ded179
PB
49212006-02-14 Paolo Bonzini <bonzini@gnu.org>
4922
4923 Sync from gcc:
4924
4925 2006-01-31 Richard Guenther <rguenther@suse.de>
4926 Paolo Bonzini <bonzini@gnu.org>
4927
f7c83eac
AS
4928 * Makefile.def (target_modules): Add libgcc-math target module.
4929 * configure.in (target_libraries): Add libgcc-math target library.
4930 (--enable-libgcc-math): New configure switch.
4931 * Makefile.in: Re-generate.
4932 * configure: Re-generate.
4933 * libgcc-math: New toplevel directory.
b3ded179
PB
4934
4935 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4936 Jakub Jelinek <jakub@redhat.com>
4937 Diego Novillo <dnovillo@redhat.com>
b3ded179 4938
f7c83eac
AS
4939 * libgomp: New directory.
4940 * Makefile.def: Add target_module libgomp.
4941 * Makefile.in: Regenerate.
4942 * configure.in (target_libraries): Add target-libgomp.
4943 * configure: Regenerate.
b3ded179 4944
3a35eeb3
PB
49452006-02-14 Paolo Bonzini <bonzini@gnu.org>
4946 Andreas Schwab <schwab@suse.de>
0e7ef45c 4947
3a35eeb3
PB
4948 * configure: Regenerate.
4949
2429c060
PB
49502006-01-16 Paolo Bonzini <bonzini@gnu.org>
4951
4952 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4953 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4954 the assembler, linker and binutils.
4955 * configure: Regenerate.
4956
ec49b2b8
NC
49572006-01-16 Nick Clifton <nickc@redhat.com>
4958
49b9e644 4959 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4960
44b2308f
AO
49612006-01-05 Alexandre Oliva <aoliva@redhat.com>
4962
4963 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4964 @ from continuation.
4965 * Makefile.in: Rebuilt.
4966
80911fe1
PB
49672006-01-04 Paolo Bonzini <bonzini@gnu.org>
4968
4969 Sync from gcc:
4970
4971 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4972
f7c83eac 4973 PR bootstrap/24252
80911fe1 4974
f7c83eac
AS
4975 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4976 * Makefile.tpl (OBJDUMP): New.
4977 (EXTRA_HOST_FLAGS): Add it.
4978 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4979
f7c83eac
AS
4980 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4981 to use symbolic links between directories. Avoid race conditions
4982 or make them harmless.
4983 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4984
f7c83eac
AS
4985 * Makefile.def (LEAN): Pass.
4986 * Makefile.tpl (LEAN): Define.
4987 (stage[+id+]-start): Accept that the previous directory does not
4988 exist, if the bootstrap is lean.
4989 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4990 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4991 configure substitution.
4992 ([+compare-target+]): Likewise.
4993 ([+bootstrap-target+]-lean): New.
4994 * configure.in: Remove lean bootstrap support from here.
80911fe1 4995
f7c83eac
AS
4996 * Makefile.in: Regenerate.
4997 * configure: Regenerate.
80911fe1
PB
4998
4999 2006-01-02 Andreas Schwab <schwab@suse.de>
5000
f7c83eac
AS
5001 * configure.in: When reconfiguring remove Makefile in
5002 all stage directories.
5003 * configure: Regenerate.
80911fe1 5004
b59bea8a
NC
50052005-12-27 Leif Ekblad <leif@rdos.net>
5006
5007 * configure.in: Add support for RDOS target.
5008 * configure: Regenerate.
5009
d7730bac
NC
50102005-12-27 Nick Clifton <nickc@redhat.com>
5011
5012 PR binutils/1990
5013 * libtool.m4: Synchronize with version in GCC sources.
5014
c02dabc3
PB
50152005-12-20 Paolo Bonzini <bonzini@gnu.org>
5016
f7c83eac 5017 Revert Ada-related part of the previous change.
c02dabc3 5018
f7c83eac
AS
5019 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5020 Do not pass.
5021 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5022 * Makefile.in: Regenerate.
5023 * configure.in: Do not include mt-ppc-aix target fragment.
5024 * configure: Regenerate.
c02dabc3 5025
f6d183c0
PB
50262005-12-19 Paolo Bonzini <bonzini@gnu.org>
5027
5028 * configure.in: Select appropriate fragments for PowerPC/AIX.
5029 * configure: Regenerate.
5030
5031 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5032 BOOT_CFLAGS, BOOT_LDFLAGS.
5033 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5034 BOOT_CFLAGS, BOOT_LDFLAGS.
5035 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5036 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5037 (stage): Fail if we cannot complete the work.
5038 * Makefile.in: Regenerate.
5039
f29759fc
JJ
50402005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5041
5042 * COPYING.NEWLIB: Update copyright year for default
5043 copyright.
5044
1f054001
PB
50452005-12-15 Paolo Bonzini <bonzini@gnu.org>
5046
5047 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5048 install-host-nogcc): Don't invoke $(stage) at the end.
5049 * Makefile.in: Regenerate.
5050
0aed8855
PB
50512005-12-14 Paolo Bonzini <bonzini@gnu.org>
5052
5053 * configure.in: Flip the top-level bootstrap switch.
5054 * configure: Regenerate.
5055
5056 Merge from gcc:
5057
5058 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5059
f7c83eac
AS
5060 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5061 $(stage) and $(unstage).
5062 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5063 (all): Remove stray semicolon.
5064 (local-distclean): Don't handle multilib.tmp and multilib.out.
5065 (install.all): Set $s for consistency.
5066 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5067 check_multilibs setting. Always make the install directory.
5068 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5069 Correct @if/@endif.
5070 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5071 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5072 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5073 (multilib.out): Remove.
5074 * Makefile.in: Regenerated.
0aed8855
PB
5075
50762005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5077
5078 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5079 * configure.in: Replace ms1 arch with mt.
5080 * configure: Rebuilt.
5081
50822005-12-05 Paolo Bonzini <bonzini@gnu.org>
5083
5084 Sync with gcc:
5085
4970f871
NS
50862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5087
5088 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5089 * configure.in: Replace ms1 arch with mt.
5090 * configure: Rebuilt.
5091
be01d343
PB
50922005-12-05 Paolo Bonzini <bonzini@gnu.org>
5093
5094 Sync with gcc:
5095
5096 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5097
f7c83eac
AS
5098 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5099 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5100 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5101 Find in-tree tools if available.
5102 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5103 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5104 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5105 (COMPILER_*_FOR_TARGET): New.
5106 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5107 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5108 (CONFIGURED_*, USUAL_*): Remove.
5109 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5110 STRIP): Use autoconf substitutions.
5111 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5112 COMPILER_NM_FOR_TARGET): New.
5113 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5114
5115 (all): Make all-host and all-target in parallel.
5116 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5117 that $$r and $$s are set before invoking a recursive make.
5118 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5119 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5120
5121 2005-11-29 Ben Elliston <bje@au.ibm.com>
5122
f7c83eac
AS
5123 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5124 from the gcc build directory.
5125 * Makefile.in: Regenerate.
be01d343
PB
5126
5127 2005-11-29 Ben Elliston <bje@au.ibm.com>
5128
f7c83eac
AS
5129 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5130 depend on all-libdecnumber.
5131 * configure.in (host_libs): Include libdecnumber.
5132 * Makefile.in: Regenerate.
5133 * configure: Likewise.
be01d343
PB
5134
5135 2005-11-21 Kean Johnston <jkj@sco.com>
5136
f7c83eac 5137 * config.sub, config.guess: Sync from upstream sources.
be01d343 5138
907be67c
DJ
51392005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5140
5141 * Makefile.def: Remove gdb dependencies for gdbtk.
5142 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5143 (configure-gdb, install-gdb): New rules.
5144 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5145 * Makefile.in, configure: Regenerated.
5146
e360f423
PB
51472005-10-22 Paolo Bonzini <bonzini@gnu.org>
5148
5149 PR bootstrap/24297
5150 * Makefile.tpl (do-[+make-target+], do-check, install,
5151 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5152 are set before recursing.
5153 * Makefile.in: Regenerate.
5154
45d5eb0a
EB
51552005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5156
5157 PR bootstrap/18939
5158 * Makefile.def (gcc) <target>: Fix thinko.
5159 * Makefile.in: Regenerate.
5160
3cf3372e
BS
51612005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5162
5163 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5164 * configure: Regenerate.
5165
bd70a46f
KH
51662005-10-09 Kazu Hirata <kazu@codesourcery.com>
5167
5168 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5169 target-libffi, target-qthreads, target-libjava, and
5170 targetlibobjc.
5171 * configure: Regenerate.
5172
5ae72758
DJ
51732005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5176 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5177 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5178 (USUAL_OBJDUMP_FOR_TARGET): New.
5179 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5180 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5181 * configure, Makefile.in: Regenerated.
5ae72758 5182
cc96343e
PB
51832005-10-05 Paolo Bonzini <bonzini@gnu.org>
5184
5185 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5186 before other host packages.
5187
f70224b5
PB
51882005-10-05 Paolo Bonzini <bonzini@gnu.org>
5189
5190 PR bootstrap/22340
5191
5192 * configure.in (default_target): Remove.
5193 * Makefile.tpl (all): Do not use prerequisites as subroutines
5194 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5195 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5196 use prerequisites as subroutines.
5197 (check-host, check-target): New.
5198 (bootstrap configure & all targets): Do not use stage*-start
5199 if the directory layout is already ok.
5200 (non-bootstrap configure & all targets): Prepend a $(unstage).
5201 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5202 (NOTPARALLEL): Remove.
5203 (unstage, stage variables): New variables.
5204 (unstage, stage targets): Simply expand to those variables.
5205
5206 * configure: Regenerate.
5207 * Makefile.in: Regenerate.
5208
c13c918a
JW
52092005-10-04 James E Wilson <wilson@specifix.com>
5210
5211 * Makefile.def (lang_env_dependencies): Add libmudflap.
5212 * Makefile.in: Regenerate.
5213
376a0e54
CM
52142005-10-03 Catherine Moore <clm@cm00re.com>
5215
5216 * configure.in (bfin-*-*): Support bfin.
5217 * configure: Regenerated.
5218
d320aacb
L
52192005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5220
5221 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5222 * configure: Regenerated.
5223
7e0f7140
GK
52242005-09-28 Geoffrey Keating <geoffk@apple.com>
5225
5226 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5227 (LIPO_FOR_TARGET): New.
5228 (CONFIGURED_LIPO_FOR_TARGET): New.
5229 (USUAL_LIPO_FOR_TARGET): New.
5230 (STRIP_FOR_TARGET): New.
5231 (CONFIGURED_STRIP_FOR_TARGET): New.
5232 (USUAL_STRIP_FOR_TARGET): New.
5233 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5234 STRIP_FOR_TARGET.
5235 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5236 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5237 * Makefile.in: Regenerate.
5238 * configure: Regenerate.
0e7ef45c 5239
096f7d00
DE
52402005-09-19 David Edelsohn <edelsohn@gnu.org>
5241
5242 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5243 (rs6000-*-aix*): Same.
5244 * configure: Regenerate.
5245
52462005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5247
5248 * configure.in: Recognize f95 in the --enable-languages option,
5249 and substitute it for fortran, issuing a warning.
5250 * configure: Regenerate.
5251
2016dfcc
BE
52522005-09-07 Ben Elliston <bje@au.ibm.com>
5253
5254 Import from Autoconf sources:
5255
5256 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5257 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5258 Elliston. Handle weird characters correctly.
5259
6dd2fda9
DD
52602005-08-30 Phil Edwards <phil@codesourcery.com>
5261
5262 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5263 * configure: Regenerated.
5264
e6db70d4
RE
52652005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5266
f7c83eac
AS
5267 * Makefile.def (libssp): Add to lang_env_dependencies.
5268 * Makefile.in: Regenerate.
e6db70d4 5269
e1e3d0f5
CG
52702005-08-17 Christian Groessler <chris@groessler.org>
5271
5272 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5273 * Makefile.in: Regenerate.
5274
05cbd757
PB
52752005-08-12 Paolo Bonzini <bonzini@gnu.org>
5276
5277 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5278 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5279 Look for alternate names of the target cc and c++
5280 * configure: Regenerate.
5281
55db4b87
PB
52822005-08-08 Paolo Bonzini <bonzini@gnu.org>
5283
5284 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5285 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5286 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5287 tools; remove code to manually set them.
5288 (Target tools): Look in the environment for them.
5289 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5290 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5291 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5292 build directory.
5293 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5294 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5295 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5296 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5297 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5298 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5299 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5300 * configure: Regenerate.
5301 * Makefile.in: Regenerate.
5302
414e5532
MM
53032005-07-27 Mark Mitchell <mark@codesourcery.com>
5304
5305 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5306 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5307 * Makefile.in: Regenerated.
5308
a19b6204
MM
53092005-07-26 Mark Mitchell <mark@codesourcery.com>
5310
5311 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5312 (CFLAGS_FOR_TARGET): Use it.
5313 (CXXFLAGS_FOR_TARGET): Likewise.
5314 * Makefile.in: Regenerated.
5315 * configure.in (--with-build-sysroot): New option.
5316 * configure: Regenerated.
5317
b73aa406
PB
53182005-07-24 Paolo Bonzini <bonzini@gnu.org>
5319
5320 * Makefile.tpl: Wrap install between unstage and stage
5321 * Makefile.in: Regenerate.
5322
6e4d0bcb
KC
53232005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5324
5325 * all files: Update FSF address.
5326
49f58d10
JB
53272005-07-14 Jim Blandy <jimb@redhat.com>
5328
5329 * configure.in: Add cases for Renesas m32c.
5330 * configure: Regenerated.
0e7ef45c 5331
1d9c9cd7
KC
53322005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5333
5334 * COPYING, compile, config-ml.in, config.guess,
5335 config.sub, install-sh, missing, mkinstalldirs,
5336 symlink-tree, ylwrap: Sync from upstream sources.
5337
1587117a
EC
53382005-07-13 Eric Christopher <echristo@redhat.com>
5339
5340 * configure.in: Add toplevel noconfigdir support for tpf.
5341 * configure: Regenerate.
5342
bb780410
DD
53432005-07-11 Jakub Jelinek <jakub@redhat.com>
5344
5345 * Makefile.def (target_modules): Add libssp.
5346 * configure.in (target_libraries): Add target-libssp.
5347 * configure: Rebuilt.
5348 * Makefile.in: Rebuilt.
5349
064d0a7c
PB
53502005-07-11 Paolo Bonzini <bonzini@gnu.org>
5351
5352 PR ada/22340
5353
5354 * Makefile.def: Sync with gcc.
5355 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5356 * Makefile.in: Regenerate.
5357
b2edd3b5
AS
53582005-07-07 Andreas Schwab <schwab@suse.de>
5359
5360 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5361 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5362 * Makefile.in: Regenerated.
5363
5f128533
KH
53642005-07-07 Kazu Hirata <kazu@codesourcery.com>
5365
5366 * configure.in: Add --enable-libssp and --disable-libssp.
5367 * configure: Regenerate with autoconf-2.13.
5368
4e3fc8e5
GK
53692005-07-06 Geoffrey Keating <geoffk@apple.com>
5370
5371 * configure.in: Don't build sim or rda when targetting darwin.
5372 * configure: Regenerate.
5373
c7357d6a
BE
53742005-07-04 Ben Elliston <bje@gnu.org>
5375
5376 * src-release (do-proto-toplev): Remove dejagnu bits.
5377 (DEJAGNU_SUPPORT_DIRS): Remove.
5378 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5379 (GDBD_SUPPORT_DIRS): Likewise.
5380 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5381 (INSIGHTD_SUPPORT_DIRS): Likewise.
5382 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5383
53842005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5385
5386 * setup.com (mpw): Remove unused directive.
5387
7d329e61
PB
53882005-06-22 Paolo Bonzini <bonzini@gnu.org>
5389
5390 * Makefile.def (stagefeedback): Come after profile.
5391 Define profiledbootstrap target.
5392 * Makefile.tpl (profiledbootstrap): Remove.
5393 (stageprofile-end): Zap stagefeedback.
5394 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5395 * Makefile.in: Regenerate.
5396
e5fbed21
DD
53972005-06-13 Zack Weinberg <zack@codesourcery.com>
5398
5399 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5400 In 'cpp' stanza, support '#line' as well as '# '.
5401
59f7ec45
HPN
54022005-06-07 Hans-Peter Nilsson <hp@axis.com>
5403
5404 * configure.in (unsupported_languages): New macro.
5405 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5406 non-ported target libraries in noconfigdirs.
5407 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5408 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5409 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5410 unsupported_languages.
5411 * configure: Regenerate.
5412
c10e9ba7
DD
54132005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5414
5415 * configure.in: Fix typo in handling of --with-mpfr-dir.
5416 * configure: Regenerate.
5417
20deb2b8
JB
54182005-06-02 Jim Blandy <jimb@redhat.com>
5419
5420 * config.sub: Add cases for the Renesas m32c. (This patch has been
5421 accepted into the master sources.)
5422
cdb9b172 54232005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5424 Michael Snyder <msnyder@redhat.com>
5425 Stan Cox <scox@redhat.com>
cdb9b172 5426
f7c83eac 5427 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5428
f7c83eac 5429 * configure: Regenerate.
cdb9b172 5430
1dc3053f
PB
54312005-05-25 Paolo Bonzini <bonzini@gnu.org>
5432
5433 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5434 (Dependencies): Consider target modules for bootstrap dependencies.
5435 Make target bootstrap modules depend on each stage's gcc.
5436 * Makefile.in: Regenerate.
5437
c60fe18b
PB
54382005-05-20 Paolo Bonzini <bonzini@gnu.org>
5439
5440 * Makefile.def (configure-gcc): Depend on binutils having been built.
5441 (all-gcc): No need to do it here.
5442 * Makefile.in: Regenerate.
5443
27258dd4
PB
54442005-05-19 Paul Brook <paul@codesourcery.com>
5445
0e7ef45c 5446 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5447 language cannot be built.
5448 * configure: Regenerate.
5449
42ecbf5e
DJ
54502005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * ylwrap: Import from Automake 1.9.5.
5453
ae380b45
MS
54542005-05-04 Mike Stump <mrs@apple.com>
5455
5456 * configure.in: Always pass --target to target configures as
5457 otherwise rebuilds that do --recheck will fail.
811d3af8 5458 * configure: Rebuilt.
ae380b45 5459
d545f33b
PB
54602005-05-04 Paolo Bonzini <bonzini@gnu.org>
5461
5462 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5463 STAGE_HOST_EXPORTS.
5464 (configure, all): Add bootstrap support.
5465 (Host modules, target modules): Pass post-stage1 flags and exports.
5466 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5467 * Makefile.in: Regenerate.
5468
2faa2958
PB
54692005-04-29 Paolo Bonzini <bonzini@gnu.org>
5470
5471 Sync from gcc:
5472
5473 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5474
f7c83eac 5475 * config.sub: Update from master copy.
2faa2958
PB
5476
5477 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5478
f7c83eac
AS
5479 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5480 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5481 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5482 "*-*-elf" and "*-*-linux*".
5483 * configure: Regenerate.
2faa2958 5484
a7254363
PB
54852005-04-06 Paolo Bonzini <bonzini@gnu.org>
5486
f7c83eac 5487 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5488 (TARGET_CONFIGARGS): Include --with-target-subdir.
5489 (configure, all): New macros. Use them throughout.
5490
a8637a7d
PB
54912005-04-05 Paolo Bonzini <bonzini@gnu.org>
5492
5493 * Makefile.tpl: Sync with gcc.
5494 * Makefile.in: Regenerate.
5495
dd387d52
JR
54962005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5497
5498 * config/mh-mingw32: Delete.
5499 * configure.in: Don't use it.
5500 * configure: Regenerate.
5501
e90269c8
PB
55022005-03-31 Paolo Bonzini <bonzini@gnu.org>
5503
5504 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5505 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5506 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5507 (HOST_LIB_PATH): Generate from Makefile.def.
5508 (TARGET_LIB_PATH): Likewise.
5509 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5510 * Makefile.in: Regenerate.
5511 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5512 (RPATH_ENVVAR): Include Darwin case.
5513 * configure: Regenerate.
5514
9a237d9e
PB
55152005-03-25 Paolo Bonzini <bonzini@gnu.org>
5516
5517 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5518 * configure: Regenerate.
5519
479759c8
ZW
55202005-03-21 Zack Weinberg <zack@codesourcery.com>
5521
5522 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5523 gcc_version, and gcc_version_trigger from set of flags to pass.
5524 * Makefile.tpl: Remove definitions of above variables.
5525 (config.status): Remove dependency on $(gcc_version_trigger).
5526 * Makefile.in: Regenerate.
5527 * configure.in: Do not reference config/gcc-version.m4 nor
5528 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5529 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5530 * configure: Regenerate.
5531
4cfaf6d5
DD
55322005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5533 Andrew Pinski <pinskia@physics.uc.edu>
5534
5535 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5536 * Makefile.in: Regenerate.
5537
33a3fb7b
AO
55382005-03-01 Alexandre Oliva <aoliva@redhat.com>
5539
5540 PR libgcj/20160
5541 * ltmain.sh: Avoid creating archives with components that have
5542 duplicate basenames.
5543
2da12f12
PB
55442005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5545
479759c8
ZW
5546 PR bootstrap/20250
5547 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5548 instead of check.
5549 * Makefile.in: Regenerate.
2da12f12 5550
b00612cc
PB
55512005-02-28 Paolo Bonzini <bonzini@gnu.org>
5552
5553 Sync from gcc.
5554
5555 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5556
5557 PR bootstrap/17383
5558 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5559 * Makefile.tpl (HOST_SUBDIR): New substitution.
5560 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5561 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5562 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5563 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5564 (Host modules, Bootstrapped modules): Use it.
5565 (Build modules, Target modules): Do not create symlink trees,
5566 always configure out-of-srcdir.
5567 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5568 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5569 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5570 $(HOST_SUBDIR). Create a symlink for host_subdir.
5571
5572 * Makefile.in: Regenerate.
5573 * configure: Regenerate.
5574
5575 Merged from libada-gnattools-branch:
5576 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5577
5578 * Makefile.def: Add gnattools as a module, depending on target-libada.
5579 * Makefile.in: Regenerate.
5580 * configure.in: Include gnattools in host_tools; disable it if ada
5581 is disabled.
5582 * configure: Regenerate.
5583
c3e65f62
NC
55842005-02-23 Nick Clifton <nickc@redhat.com>
5585
5586 * configure: Regenerate.
5587
e4d180c2
NC
55882005-02-22 Paul Schlie <schlie@comcast.net>
5589
5590 * configure.in: Allow darwin targeted ports to build tk, itcl and
5591 libgui.
5592
e3c770b1
EB
55932005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5594
5595 PR libgcj/10353
5596 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5597 * configure: Regenerate.
5598
9c73618c
AC
55992005-02-08 Andrew Cagney <cagney@gnu.org>
5600
5601 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5602 gdb/ section. Update GDB's URL.
5603
c46f8c51
AC
56042005-01-31 Andrew Cagney <cagney@gnu.org>
5605
5606 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5607
c7e66c6d
HPN
56082005-01-29 Hans-Peter Nilsson <hp@axis.com>
5609
5610 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5611 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5612 target-libgloss when not *-*-elf and *-*-aout.
5613 * configure: Regenerate.
5614
a53bf506
AC
56152005-01-27 Andrew Cagney <cagney@gnu.org>
5616
5617 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5618
45181ed1
AC
56192005-01-24 Andrew Cagney <cagney@gnu.org>
5620
5621 * gettext.m4: Only fall back to ../intl/ when it's present.
5622
a1e0f4e4
KC
56232005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5624
5625 * install-sh, config.sub: Import from upstream.
5626
56272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5628
5629 PR bootstrap/18222
5630 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5631 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5632 * Makefile.in: Regenerate.
5633
c50382e2
PB
56342005-01-03 Paolo Bonzini <bonzini@gnu.org>
5635
5636 Revert 2004-12-28 Makefile changes, a better fix will be
5637 applied to mainline and src after GCC 4.0 branches.
5638
11d07737
PB
56392004-12-28 Paolo Bonzini <bonzini@gnu.org>
5640
5641 PR bootstrap/17383
5642
5643 * Makefile.def (target_modules): Remove stage parameter,
5644 it is always true now.
5645 * Makefile.tpl (configure-build-[+module+],
5646 configure-target-[+module+]): Always build symlink tree
5647 for the directory and for include. BUILD_SUBDIR and
5648 TARGET_SUBDIR cannot be . anymore.
5649 * Makefile.in: Regenerate.
5650
dadfdbe2
DD
56512004-12-25 David Edelsohn <edelsohn@gnu.org>
5652
5653 Revert 2004-12-08 Makefile changes.
5654
dbf85af7
JR
56552004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5656
5657 * configure.in (sh64-*-*): Reenable gprof.
5658 * configure: Regenerate.
5659
6b8fea99
JB
56602004-12-09 Jim Blandy <jimb@redhat.com>
5661
5662 * MAINTAINERS: List 'depcomp' as part of automake.
5663
7341462c
DE
56642004-12-08 David Edelsohn <edelsohn@gnu.org>
5665
5666 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5667 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5668 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5669 * Makefile.in: Regenerate.
5670
21fde4dc
DD
56712004-12-07 Matt Kraai <kraai@ftbfs.org>
5672
5673 * Makefile.tpl: Generate normal dependencies if the LHS module is
5674 not bootstrapped.
5675 * Makefile.in: Regenerate.
5676
3da796a2
RS
56772004-12-03 Richard Sandiford <rsandifo@redhat.com>
5678
5679 * configure.in: Include config/gxx-include-dir.m4. Use
5680 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5681 * configure: Regenerate.
5682
73fb7068
RS
56832004-12-03 Richard Sandiford <rsandifo@redhat.com>
5684
5685 * config.if: Delete.
5686 * configure.in: Set libstdcxx_incdir directly.
5687 * configure: Regenerate.
5688 * MAINTAINERS: Remove mention of config.if.
5689 * src-release (DEVO_SUPPORT): Remove config.if.
5690
6c8e6ce9
EC
56912004-12-02 Eric Christopher <echristo@redhat.com>
5692
3b6098f8
EC
5693 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5694 of things to remove.
6c8e6ce9 5695 * Makefile.in: Regenerate.
479759c8 5696
b8658a2f
RS
56972004-12-02 Richard Sandiford <rsandifo@redhat.com>
5698
5699 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5700 * configure: Regenerate.
5701
afefada0
RS
57022004-12-02 Richard Sandiford <rsandifo@redhat.com>
5703
5704 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5705 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5706 * configure: Regenerate.
5707
5dcac624
DA
57082004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5709
5710 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5711 (hppa*64*-*-*): Delete incorrect comment.
5712 * configure: Rebuilt.
5713
57d1eb1a
DD
57142004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5715
5716 * install-sh, compile: Import from automake.
5717
57182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5719
5720 * config.guess, config.sub: Import from savannnah.
5721
6d389afc
MS
57222004-11-12 Mike Stump <mrs@apple.com>
5723
5724 * Makefile.def: Add html support.
5725 * Makefile.tpl: Likewise.
5726 * Makefile.in: Regenerate.
5727
69e57115
GK
57282004-11-11 Geoffrey Keating <geoffk@apple.com>
5729
5730 PR 18423
5731 * configure.in: Remove all instances of build-fixincludes from
5732 noconfigdirs.
5733 (build_configargs): Supply --target to subdirectories.
5734 * configure: Regenerate.
5735
5736 * Makefile.def: Make gcc install depend on fixincludes install.
5737 * Makefile.in: Regenerate.
5738
ba719b26
HPN
57392004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5740
5741 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5742 target-libgfortran.
5743 * configure: Regenerate.
5744
c37653e7
DE
57452004-11-07 David Edelsohn <edelsohn@gnu.org>
5746
5747 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5748 like CC.
5749
1eefd493
PB
57502004-11-05 Paolo Bonzini <bonzini@gnu.org>
5751
5752 * Makefile.def (host fixincludes): Specify missing targets.
5753 * Makefile.in: Regenerate.
5754
02b1af09
L
57552004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5756
5757 PR other/17783
5758 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5759 * configure: Regenerated.
5760
7f266840
DJ
57612004-11-04 Daniel Jacobowitz <dan@debian.org>
5762
5763 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5764 * configure: Regenerated.
5765
47444073
AL
57662004-10-28 Eric B. Weddington <ericw@evcohs.com>
5767
5768 PR target/18151
5769 * configure.in (case ${target}): Do not build fixincludes for avr.
5770 * configure: Regenerated.
5771
caeba88f
AL
57722004-10-26 Paolo Bonzini <bonzini@gnu.org>
5773
5774 * configure.in (case ${target}): Do not build fixincludes
5775 on platforms where it is not used.
5776 * configure: Regenerated.
5777
0fdbe983
DJ
57782004-10-23 Daniel Jacobowitz <dan@debian.org>
5779
5780 * configure.in: Use an absolute path to install-sh.
5781 * configure: Regenerated.
5782
1c0f67c1
AC
57832004-10-19 Andrew Cagney <cagney@gnu.org>
5784
5785 * src-release (do-djunpack, do-md5sum): Install the generated file
5786 directly into the proto-toplev/ directory.
479759c8 5787
a9cfce9c
AC
57882004-10-19 Andrew Cagney <cagney@gnu.org>
5789
5790 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5791
ac0fa625
DD
57922004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5793
5794 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5795 * configure: Regenerate.
5796
d27cc32e
PB
57972004-10-06 Paolo Bonzini <bonzini@gnu.org>
5798
5799 Fix wrong conflict resolution in:
5800
5801 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5802
5803 * Makefile.in: Regenerate.
5804 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5805 in the recursive `make', instead of hardwiring `all'.
5806 (Autogenerated TARGET-* variables): New.
5807
1763908f
UW
58082004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5809
5810 Merged from GCC / libtool upstream:
5811 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5812 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5813 * ltcf-cxx.sh (tpf*): Likewise.
5814 * ltconfig (tpf*): Add TPF OS configuration support.
5815
0490e016
NC
58162004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5817
5818 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5819 * configure: Regenerate.
0490e016 5820
32be62b5
RS
58212004-09-24 Michael Roth <mroth@nessie.de>
5822
5823 * configure.in (--without-headers): Add missing double quotes.
5824 * configure: Regenerate.
5825
6048df60
DD
58262004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5827
5828 * ylwrap: Revert to previous version.
5829
315b3b02
L
58302004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5831
6048df60 5832 PR bootstrap/17369
315b3b02
L
5833 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5834 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5835 SET_GCC_LIB_PATH_CMD.
5836 (BASE_TARGET_EXPORTS): Likewise.
5837 * Makefile.in: Regenerated.
5838
5839 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5840 * configure: Regenerated.
5841
fe69863c
DD
58422004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5843
5844 * config.guess: New upstream version
5845 * compile, depcomp, install-sh, ylwrap: Likewise.
5846
58472004-09-19 Roger Sayle <roger@eyesopen.com>
5848
5849 * config/mh-x86omitfp: New host makefile fragment. Add
5850 -fomit-frame-pointer to the default BOOT_CFLAGS.
5851 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5852 * configure: Regenerate.
5853
58542004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5855
5856 PR target/11572
5857 * configure.in (*-*-darwin*): Renable libobjc.
5858 * configure: Regenerate.
5859
be75bbe1 58602004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5861
be75bbe1
DB
5862 * Makefile.def: Remove libbanshee.
5863 * Makefile.tpl: Ditto.
5864 * configure.in: Ditto.
5865 * Makefile.in: Regen.
5866 * configure: Ditto.
5867
1b882a91
PB
58682004-09-07 Paolo Bonzini <bonzini@gnu.org>
5869
5870 * missing: Import latest version from master repository.
5871
eb1352ed
NC
58722004-09-04 Nick Clifton <nickc@redhat.com>
5873
5874 * config.sub: Import latest version from master repository.
5875 * config.guess: Likewise.
5876 This includes these changes:
479759c8 5877
eb1352ed
NC
5878 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5879
5880 * config.sub: Handle crisv32, alias etraxfs.
5881 * config.guess (crisv32:Linux:*:*): Handle.
5882
5883 2004-08-13 Brad Smith <brad@comstyle.com>
5884
5885 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5886 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5887
5888 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5889
5890 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5891 assume the processor is a powerpc. This is because coreutils
5892 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5893 in this case, due to a MacOS X bug that causes
5894 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5895 to return a negative number.
5896 Problem reported by Petter Reinholdtsen in:
5897 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5898
5899 2004-07-19 Ben Elliston <bje@gnu.org>
5900
5901 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5902
5903 2004-06-24 Ben Elliston <bje@gnu.org>
5904
5905 * config.guess: Update copyright years.
5906 * config.sub: Likewise.
5907
5908 2004-06-22 Robert Millan <robertmh@gnu.org>
5909
5910 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5911 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5912
5913 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5914
5915 * config.guess (*:*VMS:*:*): New entry. Replaces
5916 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5917 manufacturer.
5918
5919 2004-06-22 Ben Elliston <bje@gnu.org>
5920
5921 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5922 * config.sub: Likewise.
5923
5924 2004-06-22 Ben Elliston <bje@gnu.org>
5925
5926 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5927 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5928
5929 2004-06-11 Ben Elliston <bje@gnu.org>
5930
5931 * config.guess (pegasos:OpenBSD:*:*): Remove.
5932
5933 2004-06-11 Ben Elliston <bje@gnu.org>
5934
5935 From Wouter Verhelst <wouter@grep.be>:
5936 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5937
5938 2004-06-11 Ben Elliston <bje@gnu.org>
5939
5940 * config.guess (luna88k:OpenBSD:*:*): New.
5941
5942 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5943
5944 * config.guess (m32r*:Linux:*:*): New case.
5945 * config.sub: Handle m32rle.
5946
5947 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5948
5949 From Jens Petersen <petersen@redhat.com>:
5950 * config.sub: Handle sparcv8.
5951
5952 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5953
5954 From Tom Smith <smith@cag.lkg.hp.com>:
5955 * config.guess: Version suffixes are equally significant on Tru64
5956 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5957 prefix of "P" (patched kernel).
5958
5959 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5960
5961 * config.sub: Add support for National Semiconductor CRX target.
5962
2a3124ca 59632004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5964
2a3124ca
RH
5965 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5966 *-*-netware, but add target-libmudflap.
5967 Consolidate *-*-netware targets (of which really only i?86 exists)
5968 into a single entry.
5969 * configure: Likewise.
5970
0df3d27f
PB
59712004-09-01 Paolo Bonzini <bonzini@gnu.org>
5972
5973 * Makefile.tpl (sorry): Remove.
5974 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5975 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5976 (do-clean): Clean per-stage directories too.
5977 (do-distclean): Run distclean-stage1 too.
5978 (.NOTPARALLEL): Enable during toplevel bootstrap.
5979 (stage[+id+]-bubble): Enable parallel execution during
5980 the recursive invocation.
5981 * Makefile.in: Regenerate.
5982
5983 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5984
5985 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5986
5987 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5988 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5989 * configure: regenerate
479759c8
ZW
5990 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5991 -mdynamic-no-pic
0df3d27f
PB
5992
59932004-08-31 Paolo Bonzini <bonzini@gnu.org>
5994
5995 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5996 include.
5997 * configure.in: Fix indentation.
5998 * configure: Regenerate.
5999
ee025550
PB
60002004-08-31 Paolo Bonzini <bonzini@gnu.org>
6001
6002 * Makefile.def (build_modules): Add fixincludes.
6003 (dependencies): Make gcc depend on fixincludes.
6004 * configure.in (build_tools): Add fixincludes.
6005 (build_configdirs): Always include build_libs.
6006 * Makefile.in: Regenerate.
6007 * configure: Regenerate.
6008
60092004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6010
6011 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6012 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6013 phony targets; do not generate timestamp files.
6014 (distclean-stageN): Remove references to their timestamp files.
6015 (restageN, touch-stageN): Remove.
6016 (stageN-bubble): Rewritten.
6017 (compare): Support lean bootstraps.
6018 * Makefile.in: Regenerate.
6019
6020 * configure.in: Only warn when bootstrapping but
6021 build != host or build != target. Support lean bootstraps.
6022 * configure: Regenerate.
6023
6024 Sync from gcc:
6025 2004-08-26 Phil Edwards <phil@codesourcery.com>
6026
6027 * configure.in: Give a better error message if GMP/MPFR are missing
6028 and a language needing them has been requested.
6029 * configure: Regenerated.
6030
6031 2004-08-25 Phil Edwards <phil@codesourcery.com>
6032
6033 * configure.in: Print a list of available language front-ends if
6034 a requested one is missing. Tidy stray tab characters.
6035 * configure: Regenerated.
6036
72b2455a
PB
60372004-08-17 Paolo Bonzini <bonzini@gnu.org>
6038
6039 * Makefile.in: Regenerate.
6040 * configure: Regenerate.
6041
6042 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6043 stage_*_flags.
6044 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6045 for bootstrapped modules if toplevel bootstrap is going.
6046 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6047 modules. Adjust for changes in Makefile.def. Enable several
6048 rules even in non-bootstrap mode, just to avoid peppering the
6049 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6050 (stage-[+prev+]-bubble): Remove.
6051
6052 * Makefile.def (Dependencies): Depend on all-build-bison,
6053 all-build-flex, all-build-byacc, all-build-texinfo, rather
6054 than the host variations.
6055 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6056 with BUILD_SUBDIR.
6057 (BISON): Update for recent Bisons.
6058 (YACC): Fix typo.
6059 (cross): Depend on all-build.
6060 (all): Do not depend on all-build.
6061 (prebootstrap): Remove.
6062 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6063 (Prebootstrap dependencies): Add them to the per-stage targets
6064 and to all-prebootstrap.
6065 * configure.in (build_configdirs): Always enable build_tools.
6066 (BUILD_DIR_PREFIX): Remove.
6067
6068 * Makefile.def (gcc): Add target variable.
6069 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6070 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6071 in the recursive `make', instead of hardwiring `all'.
6072 (Autogenerated TARGET-* variables): New.
6073
de0b4a87
JW
60742004-08-17 Robert Millan <robertmh@gnu.org>
6075
6076 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6077 (instead of FreeBSD).
6078 * configure: Regenerate.
6079
ad681c85
NN
60802004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6081
675c6968
NN
6082 * Makefile.def, configure.in, src-release: Remove useless, bogus
6083 references to tix.
6084 * Makefile.in, configure: Regenerate.
6085
ad681c85
NN
6086 * src-release: Stop distributing mmalloc with gdb (which doesn't
6087 use it).
6088 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6089 * Makefile.in: Regenerate.
6090
11b04d1f
DD
60912004-08-09 Mark Mitchell <mark@codesourcery.com>
6092
6093 * configure.in (arm*-*-eabi*): New target.
6094 * configure: Regenerate.
6095
f2420bea
NN
60962004-08-01 Robert Millan <robertmh@gnu.org>
6097
6098 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6099 libmudflap for all GNU-based systems (with Glibc).
6100 * configure: Regenerate.
6101
9e6ce191
PB
61022004-08-06 Paolo Bonzini <bonzini@gnu.org>
6103
6104 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6105 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6106 (Dependencies): New section.
6107 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6108 (configure-target-[+module+]): Depend on maybe-all-gcc
6109 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6110 (toplevel profiledbootstrap): Fix dependencies.
6111 * Makefile.in: Regenerate.
6112
df4a6958
MM
61132004-08-03 Mark Mitchell <mark@codesourcery.com>
6114
6115 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6116 target-libiberty to noconfigdirs.
6117
11b04d1f
DD
61182004-08-03 Paul Brook <paul@codesourcery.com>
6119
6120 * configure.in: Check for MPFR as well as GMP.
6121 * configure: Regenerate.
6122
b813574b
PB
61232004-08-03 Paolo Bonzini <bonzini@gnu.org>
6124
6125 * Makefile.def (host-modules): Add gcc.
6126 * Makefile.in: Regenerate.
6127 * Makefile.tpl (sorry): New rule.
6128 (configure-host, all-host, [+make_target+]-host, do-check,
6129 install-host): Do not add gcc as a special case.
6130 (host modules): Add a small special-casing for gcc. Export
6131 extra_make_flags through the environment.
6132 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6133 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6134 other recursive targets for gcc): Remove.
6135
6136 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6137 (stage, unstage): New rules.
6138 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6139 distclean-stage[+id+]): Use stage_current.
6140 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6141 the stage*-start rules.
6142
61edac0c
JW
61432004-07-19 Robert Millan <robertmh@gnu.org>
6144
6145 Synced from gcc:
6146
6147 2004-04-26 Robert Millan <robertmh@gnu.org>
6148
6149 Add patches from libtool CVS.
6150 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6151 * ltconfig: Likewise.
6152 * ltcf-c.sh: Likewise.
6153 * ltcf-cxx.sh: Likewise.
6154 * ltcf-gcj.sh: Likewise.
6155
3e707e94
PB
61562004-07-12 Paolo Bonzini <bonzini@gnu.org>
6157
6158 * configure.in: Add noconfigdirs for crx-*-*.
6159 * configure: Regenerate.
6160
61612004-07-12 Paolo Bonzini <bonzini@gnu.org>
6162
6163 Synced from gcc:
6164
6165 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6166
6167 * configure.in: Build libmudflap by default on FreeBSD.
6168 * configure: Regenerated.
6169
6170 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6171
6172 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6173 systems.
6174 * configure: Regenerated.
6175
6176 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6177
6178 PR target/16344
6179 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6180 feedback based compiler.
6181 * Makefile.in: Rebuilt.
6182
6183 2004-07-05 Phil Edwards <phil@codesourcery.com>
6184
6185 * configure.in: Do not prepend $srcdir to /dev/null in
6186 makefile fragments.
6187 * configure: Regenerate.
6188
a7ee7660
AO
61892004-07-08 Alexandre Oliva <aoliva@redhat.com>
6190
6191 * Makefile.def (host_modules): Set bootstrap=true for flex.
6192 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6193 * Makefile.in: Rebuilt.
6194
6a9cf61e
PB
61952004-07-01 Paolo Bonzini <bonzini@gnu.org>
6196
6197 * Makefile.def (build_modules): Add bison, byacc, flex,
6198 m4, texinfo.
6199 (flags_to_pass): Add FLEX.
6200 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6201 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6202 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6203 DEFAULT_MAKEINFO): Remove.
6204 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6205 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6206 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6207 objdir or else use configured tool.
6208 (all-build): New.
6209 (all): Depend on it.
6210 (Build module dependencies): Add.
6211 * Makefile.in: Regenerate.
6212 * configure.in: Better support for multiple build modules,
6213 matching what is done for host/target modules. Do not look
6214 for "plausible" locations of build tools if Canadian cross.
6215 Use autoconf's AC_PROG_CC to find a C compiler. Define
6216 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6217 * configure: Regenerate.
6218
95b6a1f2
PB
62192004-06-22 Paolo Bonzini <bonzini@gnu.org>
6220
6221 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6222 * Makefile.in: Regenerate.
6223
7ffa0b57
PB
62242004-06-22 Paolo Bonzini <bonzini@gnu.org>
6225
6226 * Makefile.tpl (configure-build-[+module+],
6227 configure-[+module+], configure-target-[+module+]): Pass
6228 [+extra_configure_args+].
6229 (all-build-[+module+], all-[+module+], check-[+module+],
6230 install-[+module+], [+make_target+]-[+module+],
6231 all-target-[+module+], check-target-[+module+],
6232 install-target-[+module+], [+make_target+]-target-[+module+]):
6233 Pass [+extra_make_args+].
6234 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6235 (GCC_HOST_EXPORTS): Remove.
6236 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6237 cross, check-gcc, check-gcc-c++, install-gcc,
6238 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6239 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6240 * Makefile.in: Regenerate.
6241
929ba6e7
CF
62422004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6243
6244 * configure.in: Check for srcdir/winsup rather than build directory
6245 winsup.
6246 * configure: Regenerate.
6247
b76d7de0
CV
62482004-06-17 Corinna Vinschen <vinschen@redhat.com>
6249
6250 * configure.in: Don't build Cygwin native newlib if winsup
6251 directory is missing. Emit warning instead.
6252 * configure: Regenerate.
6253
656fdd47
PB
62542004-06-09 Paolo Bonzini <bonzini@gnu.org>
6255
6256 * Makefile.tpl (touch-stage[+id+]): New.
6257 (restage[+prev+]): Depend on touch-stage[+id+].
6258
6259 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6260 Use it throughout.
6261
6262 * Makefile.def: Add profile and feedback bootstrap stages.
6263 Remove next field from bootstrap stages.
6264 * Makefile.tpl (LN, LN_S): Substitute.
6265 (stageN-start, stageN-end): Use double-colon rules, to
6266 provide a hook for additional setup commands.
6267 (distclean-stageN-gcc, restageN): Create dependencies from
6268 [+prev+], not from [+next+].
6269 (stageN-bubble): Add commands for successive stages from
6270 [+prev+], using double-colon rules.
6271 (all-stageN-gcc): Fix typo.
6272 (stagefeedback-start, profiledbootstrap): New.
6273 * Makefile.in: Regenerate.
6274 * configure.in: Call ACX_PROG_LN.
6275 * configure: Regenerate.
6276
498d4a71
CF
62772004-06-03 Paolo Bonzini <bonzini@gnu.org>
6278
6279 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6280 without gcc.
6281 * configure: Regenerate.
6282
377d8c42
PB
62832004-06-01 Paolo Bonzini <bonzini@gnu.org>
6284
6285 * Makefile.tpl: Fix typo.
6286 * Makefile.in: Regenerate.
6287
f5f8a794
PB
62882004-06-01 Paolo Bonzini <bonzini@gnu.org>
6289
6290 * configure.in: Remove new- prefix from toplevel
6291 bootstrap targets.
6292 * configure: Regenerate.
6293
f7a4c34f
PB
62942004-06-01 Paolo Bonzini <bonzini@gnu.org>
6295
6296 Merge this patch from the gcc tree:
6297
6298 2004-05-30 Andreas Jaeger <aj@suse.de>
6299 Jim Wilson <wilson@specifixinc.com>
6300
6301 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6302 like CC.
6303
319cab08
PB
63042004-06-01 Paolo Bonzini <bonzini@gnu.org>
6305
6306 * Makefile.tpl (all.normal): Rename to all.
6307 (all): Replace with a rule to pick the default
6308 target from configure.
6309 (all-gcc, configure-gcc): Use conditionals to
6310 do nothing when toplevel bootstrap is going on.
6311 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6312 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6313 * configure.in: Support --enable-bootstrap.
6314
6315 * Makefile.def: Remove new- prefix from toplevel
6316 bootstrap targets.
6317 * Makefile.tpl: Likewise.
6318
6319 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6320 target.
6321
6322 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6323 $(RECURSE_FLAGS) to recursive invocation of make.
6324
6325 * Makefile.in: Regenerate.
6326 * configure: Regenerate.
6327
88f64edc
DJ
63282004-05-27 Daniel Jacobowitz <dan@debian.org>
6329
6330 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6331 * configure: Regenerate.
6332
378fce5b
DD
63332004-05-25 Daniel Jacobowitz <drow@false.org>
6334
6335 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6336 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6337 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6338 targets.
6339 * Makefile.in: Regenerate.
6340
dfdffa2c
PB
63412005-05-24 Paolo Bonzini <bonzini@gnu.org>
6342
6343 * configure.in: Test the ability to symlink directories.
6344 * configure: Regenerate.
6345
6346 * Makefile.def (bootstrap-stage): New definitions.
6347 * Makefile.tpl (configure-stage1-gcc,
6348 configure-stage2-gcc, configure-stage3-gcc,
6349 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6350 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6351 new-restage3, compare): Autogenerate, see Makefile.in
6352 entry for behavioral changes.
6353 (distclean-stage1, new-stage1-start, new-stage1-end,
6354 new-stage1-bubble, distclean-stage2, new-stage2-start,
6355 new-stage2-end, new-stage2-bubble, distclean-stage3,
6356 new-stage3-start, new-stage3-end): New autogenerated targets.
6357 (objext, prebootstrap, BOOT_CFLAGS,
6358 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6359 targets.
6360
6361 * Makefile.in: Regenerate.
6362 (distclean-stage1, new-stage1-start, new-stage1-end,
6363 new-stage1-bubble, distclean-stage2, new-stage2-start,
6364 new-stage2-end, new-stage2-bubble, distclean-stage3,
6365 new-stage3-start, new-stage3-end): New targets.
6366 (all-stage1-gcc): Move prebootstrap dependency from here...
6367 (configure-stage1-gcc): ...to here.
6368 (new-bootstrap): Use bubble targets.
6369 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6370 Use per-stage distclean targets.
6371 (configure-stage1-gcc, configure-stage2-gcc,
6372 configure-stage3-gcc, all-stage1-gcc,
6373 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6374 Use new-stageN-start to prepare the tree.
6375
04cf1b77
PB
63762004-05-23 Paolo Bonzini <bonzini@gnu.org>
6377
6378 * Makefile.def (host_modules): add libcpp.
6379 * Makefile.tpl: Add dependencies on and for libcpp.
6380 * Makefile.in: Regenerate.
6381 * configure.in: Add libcpp host module.
6382 * configure: Regenerate.
6383
80b200a1
ZW
63842004-05-17 Zack Weinberg <zack@codesourcery.com>
6385
6386 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6387 of libf2c.
6388 * configure, Makefile.in: Regenerate.
6389
4b1cb4fe
DD
63902004-05-13 Diego Novillo <dnovillo@redhat.com>
6391
6392 Merge from tree-ssa-20020619-branch.
6393
6394 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6395 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6396 (HOST_GMPLIBS): Define.
6397 (HOST_GMPINC): Define.
6398 (TARGET_LIB_PATH): Add libmudflap.
6399 (GFORTRAN_FOR_TARGET): Define.
6400 (configure-build*): Export GFORTRAN.
6401 (configure-gcc): Export GMPLIBS and GMPINC.
6402 (all-gcc): Add maybe-all-libbanshee.
6403 (configure-target-libgfortran): Define.
6404 * Makefile.in: Regenerate.
6405 * configure.in (host_libs): Add libbanshee.
6406 (target_libraries): Add target-libmudflap and target-libgfortran.
6407 Add --with-libbanshee.
6408 Handle --disable-libmudflap.
6409 (*-*-freebsd*): Use with_gmp.
6410 Add $(libgcj) to noconfigdirs.
6411 * configure: Regenerate.
6412 * depcomp: New file.
6413 * MAINTAINERS: Add tree-ssa maintainers.
6414
64152004-04-28 Paolo Bonzini <bonzini@gnu.org>
6416
6417 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6418 * configure: Regenerate.
6419
b8908782
DD
64202004-04-27 Paolo Bonzini <bonzini@gnu.org>
6421
6422 Revert:
6423 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6424
6425 * Makefile.def (flags_to_pass): Remove *dir variables that
6426 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6427 as well as prefix and exec_prefix.
6428 * Makefile.in: Regenerate.
6429
64302004-04-26 Paolo Bonzini <bonzini@gnu.org>
6431
6432 * Makefile.def (host_modules): Mark with the bootstrap
6433 flag packages on which gcc depends.
6434 * Makefile.tpl (all-bootstrap): Use it.
6435 * Makefile.in: Regenerate.
6436
64372004-04-26 Paolo Bonzini <bonzini@gnu.org>
6438
6439 * Makefile.def (flags_to_pass): Remove *dir variables that
6440 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6441 as well as prefix and exec_prefix.
6442 * Makefile.in: Regenerate.
6443
64442004-04-26 Paolo Bonzini <bonzini@gnu.org>
6445
80b200a1
ZW
6446 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6447 * configure: Regenerate.
6448 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6449 * gcc/Makefile.tpl (compare): Use the result of the test.
6450 * gcc/Makefile.in: Regenerate.
b8908782
DD
6451
64522004-04-23 Paolo Bonzini <bonzini@gnu.org>
6453
6454 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6455 Always relocate gcc and prev-gcc to the original names, even
6456 if the build fails.
6457 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6458 New targets.
6459
0f260896
RO
64602004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6461
6462 * configure.in (mips*-*-irix5*): Enable ld.
6463 * configure: Regenerate.
6464
51860f05
JW
64652004-04-15 James E Wilson <wilson@specifixinc.com>
6466
6467 * Makefile.tpl (configure-[+module+], configure-gcc,
6468 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6469 Set and export LDFLAGS.
6470 * Makefile.in: Regenerate.
6471
54752a6b
NN
64722004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6473
6474 PR bootstrap/14871
6475 * Makefile.tpl: If we don't have built-in-tree target tools,
6476 use the ones found by configure rather than hacking around with
6477 program_transform_name.
6478 * configure.in: Give Makefile.tpl the information necessary
6479 to do that.
6480 * Makefile.in: Regenerate.
6481 * configure: Regenerate.
6482
64832004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6484
6485 PR bootstrap/14760
6486 * configure.in: When computing baseargs, strip *all* copies of
6487 offending options. Also, don't match/substitute the trailing space,
6488 so that this actually works when two similar options are separated by
6489 only one space.
6490 * configure: Regenerate.
6491
64922004-04-06 David Edelsohn <edelsohn@gnu.org>
6493
80b200a1
ZW
6494 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6495 (rs6000-*-aix*): Same.
6496 * configure: Regenerate.
54752a6b 6497
5e2b61fb
SS
64982004-03-25 Stan Shebs <shebs@apple.com>
6499
6500 Remove MPW support, no longer used.
6501 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6502 mpw-install: Remove files.
6503 * src-release (DEVO_SUPPORT): Remove names of removed files.
6504 * MAINTAINERS: Likewise.
6505
1a6f2dc7
NN
65062004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6507
a0049f1b
NN
6508 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6509 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6510 * Makefile.in: Regenerate.
6511
1a6f2dc7
NN
6512 * configure.in (top level bootstrap support): Rework --enable-werror
6513 to set @stage2_werror_flag@.
6514 * configure: Regenerate.
6515 * Makefile.tpl (top level bootstrap support): Pass
6516 @stage2_werror_flag@ down to configure in stages 2 and 3.
6517 * Makefile.in: Regenerate.
6518
920e3419
NN
65192004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6520
6521 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6522 for stages 2 and 3 as well as in make. As a consequence, remove
6523 OUTPUT_OPTION (now detected by configure) from the flags passed down
6524 to make.
6525 * Makefile.in: Regenerate.
6526
6527 * Makefile.tpl (new-bootstrap): Fix typo.
6528 * Makefile.in: Regenerate.
6529
4fa63067
NN
65302004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6531
6532 * Makefile.tpl: Rearrange by moving recursive_targets rules
6533 into their proper sections.
6534 * Makefile.tpl (top level bootstrap support): Move disabling
6535 of coverage flags from 'make' to 'configure'; improve comments.
6536 * Makefile.in: Regenerate.
6537
6538 * Makefile.tpl (experimental top level bootstrap) Move stage1
6539 language setting from all- target to configure- target; disable
6540 intermodule optimization in stage 1; prevent gratuitous rebuilds
6541 of stage 1.
6542 * Makefile.in: Regenerate.
6543 * configure.in: Comma-separate stage 1 language list for top
6544 level bootstrap.
6545 * configure: Regenerate.
6546
6547 * Makefile.tpl: Clean up experimental top level bootstrap support:
6548 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6549 prev-gcc in configure- targets as well as all- targets.
6550 * Makefile.in: Regenerate.
6551
fb8a10fd
NN
65522004-03-17 Paolo Bonzini <bonzini@gnu.org>
6553
6554 * configure.in: Remove symbolic link section.
6555 * configure: Regenerate.
6556 * Makefile.tpl (links): Remove.
6557 * Makefile.in: Regenerate.
6558
947f426e 65592004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6560 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6561
6562 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6563 Set with AC_CHECK_PROGS.
947f426e
NN
6564 * configure.in: Fix comment typo from last patch.
6565 * configure: Regenerate.
6566
1d39f329
NN
65672004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6568
6569 * Makefile.tpl: Introduce experimental top level bootstrap support.
6570 * Makefile.in: Regenerate.
6571 * configure.in: Introduce support for top level bootstrap.
6572 * configure: Regenerate.
6573
4b0ac75d 65742004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6575 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6576
6577 PR bootstrap/14522
6578 * configure.in: Cope with shells that do not support unquoted ^
6579 * configure: Regenerate.
6580
2e70b094 65812004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6582 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6583
6584 PR bootstrap/14522
6585 * configure.in: Cope with shell that do not support nesting
6586 quotes inside quoted backquote substitutions.
6587 * configure: Regenerate.
6588
65892004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6590
6591 PR bootstrap/14522
6592 * configure.in: Fix escaping of $.
6593 * configure: Regenerate.
6594
9e07f89d
NN
65952004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6596
6597 * configure: Regenerate.
6598
65992004-03-08 Paolo Bonzini <bonzini@gnu.org>
6600
6601 PR ada/14131
6602 Move language detection to the top level.
6603 * configure.in: Find default values for the tools as
6604 soon as possible. Disable ada if GNAT is not found.
6605 Emit error message about missing languages. Expand
6606 --enable-languages=all for the gcc subdirectory.
6607
1712ab83
RS
66082004-03-01 Richard Sandiford <rsandifo@redhat.com>
6609
6610 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6611 and disable libgcj.
6612 * configure: Regenerated.
6613
3dee29da
NN
66142004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6615
6616 PR bootstrap/7087
6617 * Makefile.tpl: Guard XFOO sed statements better.
6618 * Makefile.tpl: Add dependency for configure-target-libada.
6619 * Makefile.in: Regenerate (incidentally fixes broken
6620 commit when libada-branch was merged).
6621
0558264b
AC
66222004-02-28 Andrew Cagney <cagney@redhat.com>
6623
6624 * src-release (CVS_NAMES): Define.
6625 (do-tar, do-tar): Prune $(CVS_NAMES).
6626
c38f9803
AC
66272004-02-23 Andrew Cagney <cagney@redhat.com>
6628
6629 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6630 2004-02-19.09.
6631
55636792
NN
66322004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6633
6634 PR bootstrap/11932
6635 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6636
1e600082
AC
66372004-02-19 Andrew Cagney <cagney@redhat.com>
6638
6639 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6640 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6641
3769cd82
DD
66422004-02-11 David Edelsohn <edelsohn@gnu.org>
6643
6644 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6645 (rs6000-*-aix*): Same.
6646 * configure: Regenerate.
6647
a92834c8
DD
66482004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6649
6650 * configure.in (host): Add in missing $noconfigdirs to defines.
6651 * configure: Regenerate.
6652
a2592b1b
DD
66532004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6654 Nathanael Nerode <neroden@gcc.gnu.org>
6655
6656 PR ada/6637, PR ada/5911
80b200a1 6657 Merge with libada-branch:
a2592b1b
DD
6658 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6659 with appropriate dependencies. Add --enable-libada configure switch.
6660 * configure, Makefile.in: Regenerate.
6661
e31d1ea3
DD
66622004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6663
6664 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6665 * configure: Regenerate.
6666
db85f5c0
JJ
66672004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6668
6669 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6670
fc434214
DD
66712004-01-23 DJ Delorie <dj@redhat.com>
6672
6673 * Makefile.def (target_modules) [libiberty]: Don't stage.
6674 * Makefile.in: Rebuilt.
6675
ad445c2c 66762004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6677
ad445c2c
JJ
6678 * COPYING.NEWLIB: Update to include copyrights for new
6679 iconv code.
6680
72bbedde
AC
66812004-01-15 Andrew Cagney <cagney@redhat.com>
6682
6683 * src-release: Update copyright year.
6684 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6685 (NEWLIB_SUPPORT_DIRS): Delete macro.
6686 (newlib.tar.bz2): Delete rule.
6687
a6d6062d
DD
66882004-01-14 Loren J. Rittle <ljrittle@acm.org>
6689
6690 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6691 * Makefile.tpl (configure-target-[+module+]): Support stage.
6692 * Makefile.in: Rebuilt.
6693
f8b73030
MR
66942003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6695
6696 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6697 throughout.
6698
aff0e9df
NN
66992004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6700
bb5dca17
NN
6701 * configure.in: Use ./config.cache, not config.cache.
6702 * configure: Regenerate.
6703 * Makefile.tpl: Special-casing not needed for GCC any more.
6704 * Makefile.in: Regenerate.
6705
82252c06
NN
6706 * configure.in: Don't share a cache file for host dirs.
6707 * configure: Regenerate.
6708
aff0e9df
NN
6709 * config-ml.in: Don't mess with the cache file.
6710
95036d20
NN
67112004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6712
ac7b618e
NN
6713 * Makefile.tpl: Make GCC use a separate config.cache.
6714 * Makefile.in: Regenerate.
6715
95036d20
NN
6716 PR bootstrap/11932, PR bootstrap/11933
6717 (I don't know if it will fix either of them, but it relates
6718 to them.)
6719 * configure.in: Don't use shared config.cache for target
6720 directories.
6721 * configure: Regenerate.
6722
08c1856b
DD
67232003-12-31 Roger Sayle <roger@eyesopen.com>
6724
6725 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6726 * configure: Regenerated.
6727
c1968181 67282003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6729
9eb322aa
MF
6730 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6731 * configure: Regenerated.
c1968181 6732
10ecffb9
NN
67332003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6734
6735 Port change over from GCC:
6736 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6737 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6738 (configure-build-[+module+], configure-[+module+]): Likewise.
6739 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6740 * Makefile.in: Regenerate.
6741
f2ab5990
TF
67422003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6743
6744 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6745 * configure: Regenerate.
6746
41a7d11a
JJ
67472003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6748
80b200a1 6749 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6750 stdlib.
6751
d9441a1f
DD
67522003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6753
6754 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6755 * Makefile.in: Regenerate.
6756
3a48a978
DD
67572003-10-20 Phil Edwards <phil@codesourcery.com>
6758
6759 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6760 * configure: Regenerate.
6761
f0b24077
NN
67622003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6763
6764 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6765 HOST_FLAGS_TO_PASS.
6766 * Makefile.in: Regenerate.
6767
5fbad20a
DD
67682003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6769
6770 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6771 * configure: Rebuilt
6772 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6773 * Makefile.in: Rebuilt
6774
78be4155
L
67752003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6776
6777 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6778
051fcc7a
L
67792003-10-01 Phil Edwards <pme@gcc.gnu.org>
6780
6781 * config-ml.in: Use ac_configure_args directly instead of
6782 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6783 actually seen.
6784
67852003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6786
6787 * config-ml.in: Propagate INSTALL variables.
6788
f27d4f92
DJ
67892003-09-21 Daniel Jacobowitz <drow@mvista.com>
6790
6791 * configure.in: Pass a computed --program-transform-name
6792 to subconfigures.
6793 * configure: Regenerated.
6794
cae4d560
NN
67952003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6796
6797 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6798 * Makefile.in: Regenerate.
6799
6800 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6801 * Makefile.in: Regenerate.
6802
8ff944f6
DJ
68032003-09-17 Daniel Jacobowitz <drow@mvista.com>
6804
6805 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6806 quoting.
6807 * configure: Regenerated.
6808
d9a35680
MC
68092003-09-12 Michael Chastain <mec@shout.net>
6810
6811 Fix PR gdb/857.
6812 * src-release (do-proto-topleve): Remove junk files
6813 intl/config.cache, intl/config.status,
6814 intl/config.h, intl/stamp-h.
6815
710068b9
AC
68162003-09-14 Andrew Cagney <cagney@redhat.com>
6817
6818 * src-release (dejagnu.tar): New target.
6819 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6820 (do-djunpack): Use $(PACKAGE) for the package name.
6821
e1008165
DD
68222003-09-04 DJ Delorie <dj@redhat.com>
6823
6824 * configure: Regenerate.
6825
21998d12
NC
68262003-09-04 Robert Millan <robertmh@gnu.org>
6827
6828 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6829
ccca4bb3
DD
68302003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6831
6832 * configure.in: Ensure arguments to sed are properly spaced.
6833 * configure: Regenerate.
6834
ee949b5e
DJ
68352003-08-28 Daniel Jacobowitz <drow@mvista.com>
6836
6837 Merge from gcc:
6838 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6839 * install-sh: Update to newer upstream versions (associated with
6840 aclocal 1.7).
6841 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6842
75addda2
DJ
68432003-08-27 Daniel Jacobowitz <drow@mvista.com>
6844
6845 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6846 * configure: Regenerated.
6847
8d2877d8
NN
68482003-08-23 Phil Edwards <pme@gcc.gnu.org>
6849
6850 * configure.in: Use newline instead of semicolon when assuming
6851 shell arguments in a for loop.
6852 * configure: Regenerated.
6853
d2cc0e0d
GK
68542003-08-20 Geoffrey Keating <geoffk@apple.com>
6855
6856 PR 8180
6857 * configure.in: When testing with_libs and with_headers, treat
6858 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6859 * configure: Regenerate.
80b200a1 6860
d2cc0e0d
GK
6861 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6862 make, shell, etc.
6863 (baseargs): Likewise.
6864 * configure: Regenerate.
6865
04d1ab34
GK
68662003-08-19 Geoffrey Keating <geoffk@apple.com>
6867
6868 * configure.in: Disable libgcj for darwin not on powerpc.
6869 * configure: Rebuild.
6870
ca506da8
MC
68712003-08-15 Michael Chastain <mec@shout.net>
6872
6873 * src-release (do-proto-toplev): Remove junk files
6874 dejagnu/example/calc/config.status,
6875 dejagnu/example/calc/config.log.
6876
a4aa3f49
DD
68772003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6878
6879 * config-ml.in, symlink-tree: Add license.
6880
ede4fbe4
NN
68812003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6882
6883 Merge from gcc:
6884
6885 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6886 * Makefile.tpl (check, check-c++): Express dependencies using
6887 dependencies rather than commands.
6888 * Makefile.in: Regenerate.
6889
6890 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6891 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6892 * Makefile.in: Update.
6893
970f29af
AC
68942003-08-01 Andrew Cagney <cagney@redhat.com>
6895
6896 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6897 * configure: Ditto.
6898
b2884a0c
DD
68992003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6900
6901 * configure.in: Enable libgcj for darwin.
6902 * configure: Rebuild.
6903
c07f46a4
NN
69042003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6905
6906 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6907
9175bfc0
NN
69082003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6911 creating target and build subdirs to build all parent dirs as needed.
6912 * Makefile.in: Rebuild.
6913 * configure.in: Don't build dirs explicitly here.
6914 * configure: Rebuild.
6915
b9abda6a
AO
69162003-07-22 Alexandre Oliva <aoliva@redhat.com>
6917
6918 * Makefile.tpl (all-make): Depend on intl.
6919 * Makefile.in: Rebuilt.
6920
eef8ffd4
NN
69212003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6922
6923 * config.if: Remove unused libc_interface determination.
6924
295efaf0
NN
69252003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6926
6927 * Makefile.in: Regenerate, correctly this time.
6928
e5c3f801
NN
69292003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6930
6931 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6932 unused INSTALL_PROGRAM_ARGS.
6933 * configure.in: Use AC_PROG_INSTALL.
6934 * Makefile.in: Regenerate.
6935 * configure: Regenerate.
6936
4a18bd6b
AO
69372003-07-10 Alexandre Oliva <aoliva@redhat.com>
6938
6939 * configure: Rebuilt.
6940 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6941 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6942 newlib nor libgloss.
6943 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6944 * configure.in (am33_2.0-*-linux*): Added.
6945
fbd1054d
BW
69462003-07-09 Bob Wilson <bob.wilson@acm.org>
6947
6948 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6949 * configure: Regenerate.
6950
b40e3958
L
69512003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6952
6953 * config-ml.in: Replace PWD with PWD_COMMAND.
6954 * Makefile.tpl: Likewise.
6955 * Makefile.in: Regenerated.
6956
4a5be7ba
NN
69572003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6958
6959 * configure.in: Clean up config-lang.in handling. Delete
6960 useless assignment to "subdirs".
6961 * configure: Regenerate.
6962
9c14acb8
NN
69632003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6964
6965 * configure.in: Rename 'target_libs' to 'target_libraries'.
6966 Remove useless reference to 'target_libs'.
6967 * configure: Regenerate.
6968
8f32e830
KS
69692003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6970
6971 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6972 * Makefile.in: Regenerate.
6973
12f0bd74
NN
69742003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6975
6976 * Makefile.def: Introduce flags_to_pass.
6977 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6978 * Makefile.in: Regenerate.
6979
b07c2aad
HPN
69802003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6981
6982 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6983 and target-libgloss.
6984 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6985 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6986 * configure: Regenerate.
b07c2aad 6987
56f25033
DD
69882003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6989
6990 * configure.in: Update testsuite_flags to new location.
6991 * configure. Regenerate.
80b200a1 6992
4ec9a3b2
NN
69932003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6994
6995 * Makefile.tpl: Remove BUILD_CC stuff.
6996 * Makefile.in: Regenerate.
6997
059083b1 69982003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6999
059083b1
L
7000 * config.guess: Update to 2003-06-12 version.
7001 * config.sub: Update to 2003-06-13 version.
7002
535b046a
TS
70032003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7004
7005 * MAINTAINERS: Add myself as MIPS co-maintainer.
7006
00c22daa 70072003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7008
00c22daa
L
7009 * config.guess: Update to 2003-06-06 version.
7010 * config.sub: Update to 2003-06-06 version.
7011
1047cb91
DD
70122003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7013
7014 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7015 * configure. Regenerate.
7016
123494c8
NN
70172003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7018
1047cb91
DD
7019 * configure.in: Disable serial configure by default.
7020 * configure: Regenerate.
7021 * Makefile.tpl: Abolish .NOTPARALLEL.
7022 * Makefile.in: Regenerate.
7023
7f121bbf
NN
7024 * Makefile.tpl: Replace {build,host,target}_canonical by
7025 {build,host,target}.
7026 * Makefile.in: Regenerate.
7027
123494c8
NN
7028 * Makefile.tpl: Fix stupid pasto.
7029 * Makefile.in: Regenerate.
7030
ec7e0995
NN
70312003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7032
7033 * Makefile.tpl: Remove bogus conditional.
7034 * Makefile.in: Regenerate.
7035
27b1cc72
NN
70362003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7037
2a4cbe27
NN
7038 * Makefile.tpl: Make 'recursive targets' using autogen rather
7039 than shell loop. Remove duplicate 'clean' targets and false
7040 comments.
7041 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7042 Add systematic method of specifying missing targets in subdirs.
7043 Add copyright boilerplate.
7044 * Makefile.in: Regenerate.
7045 * configure.in: Add 'recursive targets' to maybe list.
7046 * configure: Regenerate.
7047
27b1cc72
NN
7048 * Makefile.tpl: Rename [+target+] to [+make_target+].
7049 * Makefile.def: Rename 'target' to 'make_target'.
7050
01e51bd0
NC
70512003-05-30 Nick Clifton <nickc@redhat.com>
7052
7053 * README-maintainer-mode: Update URL for locating blessed config
7054 tools.
7055
2fd84b42
NC
70562003-05-29 Robert Millan <rmh@debian.org>
7057
7058 * ltconfig: Import this patch and modify for use with current
7059 version of ltconfig:
7060
7061 2003-05-21 Bruno Haible <bruno@clisp.org>
7062
7063 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7064 GNU/FreeBSD.
7065
8945c6bb
DD
70662003-05-28 DJ Delorie <dj@redhat.com>
7067
7068 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7069 * Makefile.in: Regenerate.
7070
2f9632a1
JJ
70712003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7072
80b200a1 7073 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7074
3a12db16 70752003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7076
3a12db16
DD
7077 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7078 newlib or libgloss.
7079 * Makefile.in: Regenerate.
7080
44482353
DD
70812003-05-21 DJ Delorie <dj@redhat.com>
7082
7083 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7084 * Makefile.in: Regenerate.
7085
fec2c52d
MR
70862003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7087
7088 * configure.in: Use curly braces in the definition of tooldir.
7089 * configure: Regenerate.
7090
16ae0395
NN
70912003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7092
7093 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7094 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7095 Factor out common code from autogen IF statements.
7096 * configure: Regenerate.
7097 * Makefile.in: Regenerate.
7098
ec11bdc6
DD
70992003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7100
7101 * configure.in: Accept i[3456789]86 for machine type.
7102 * configure: Regenerate.
7103
dd12c3a8
NN
71042003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7105
7106 * configure.in: Switch more things to use maybe dependencies.
7107 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7108 * configure: Regenerate.
7109 * Makefile.tpl: Switch more things to use maybe dependencies.
7110 * Makefile.in: Regenerate.
7111
cf662e21
AJ
71122003-05-16 Andreas Schwab <schwab@suse.de>
7113
7114 * Makefile.tpl (install-opcodes): Define.
7115 * Makefile.in: Rebuild.
7116
5481b376
AJ
71172003-05-13 Andreas Jaeger <aj@suse.de>
7118
7119 * config.guess: Update to 2003-05-09 version.
7120 * config.sub: Update to 2003-05-09 version.
7121
3959a22a
AJ
71222003-05-13 Michael Eager <eager@mvista.com>
7123
7124 * configure.in: Correct sed script so that options in quotes are not
7125 deleted.
7126 * configure: Rebuild.
7127
564b43e5
CV
71282003-05-12 Corinna Vinschen <corinna@vinschen.de>
7129
7130 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7131 and $$s/newlib/libc/sys/cygwin32 include paths.
7132 * configure: Ditto.
7133
bb947dc9
L
71342003-05-05 H.J. Lu <hjl@gnu.org>
7135
7136 * config-ml.in: Restored from gcc repository.
7137
77f7441a
CD
71382003-05-02 Chris Demetriou <cgd@broadcom.com>
7139
80b200a1
ZW
7140 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7141 * Makefile.in: Regenerate.
77f7441a 7142
a26d7085
DJ
71432003-04-27 Daniel Jacobowitz <drow@mvista.com>
7144
7145 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7146 and Makefile.def.
7147
e4c4d240
DJ
71482003-04-27 Daniel Jacobowitz <drow@mvista.com>
7149
7150 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7151 * Makefile.in: Regenerated.
7152
62a3fc85
DD
71532003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7154
7155 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7156 * Makefile.in: Regenerate.
7157
71582003-04-18 Jakub Jelinek <jakub@redhat.com>
7159
7160 * configure.in (powerpc64*-*-linux*): Remove.
7161 * configure: Rebuilt.
7162
5b474aa8
DD
71632003-04-17 Phil Edwards <pme@gcc.gnu.org>
7164
7165 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7166 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7167 and restrap.
7168 * Makefile.in: Regenerate.
7169
71702003-04-16 Richard Earnshaw <rearnsha@arm.com>
7171
7172 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7173 * configure: Regenerated.
7174
bc295afe
AO
71752003-04-11 Alexandre Oliva <aoliva@redhat.com>
7176
7177 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7178 * */configure: Rebuilt.
7179
3728fade
NN
71802003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7181
7182 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7183 * Makefile.in: Regenerate.
7184
ce5b542e
MC
71852003-03-14 Michael Chastain <mec@shout.net>
7186
7187 * Makefile.in: Regenerate with correct Makefile.def.
7188
3db0a37f
NN
71892003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7190
7191 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7192 Make macro.
7193 * Makefile.in: Regenerate.
7194 * configure.in: Clean up gxx_include_dir logic.
7195 * configure: Regenerate.
7196
34349c6e
DD
71972003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7198
7199 * configure.in (gxx_include_dir): Fix typo.
7200 * configure: Regenerated.
7201
686c28c9
AC
72022003-03-06 Andrew Cagney <cagney@redhat.com>
7203
7204 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7205
bba45b8b 72062003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7207
bba45b8b
NN
7208 * configure.in: Include $(build_tooldir)/sys-include in
7209 FLAGS_FOR_TARGET.
7210 * configure: Regenerated.
7211
2683747f
NN
72122003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7213
bba45b8b
NN
7214 * Makefile.tpl: Reindent.
7215 * Makefile.in: Regenerate.
7216 * configure.in: Reindent. Don't set unused variables.
7217 * configure: Regenerate.
7218
2683747f
NN
7219 * Makefile.tpl: Always pass down RANLIB.
7220 * Makefile.in: Regenerate.
7221
7222 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7223 * Makefile.in: Regenerate.
7224 * configure.in: Remove unused logic relating to --enable-shared
7225 and --enable-threads. Remove bogus comments. Remove redundant
7226 noconfigdirs.
7227 * configure: Regenerate.
7228
7229 * configure.in: Replace ${libstdcxx_version} by its value.
7230 Remove reference to mh-dgux.
7231 * configure: Regenerate.
7232
50212802
NN
72332003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7234
7235 * Makefile.tpl: Rearrange.
7236 * Makefile.in: Regenerate.
7237
a6be7fc6
NC
72382003-02-25 Nick Clifton <nickc@redhat.com>
7239
7240 * configure: Remove site-file supprot - it is obsolete.
7241
f8a495c8
NC
72422003-02-24 Uwe Stieber <uwe@wwws.de>
7243
7244 * configure.in: Add support for kaOS as cross build target system.
7245 * configure: Regenerated.
7246
3decd77d
DD
72472003-02-20 Sean McNeil <sean@blue.mcneil.com>
7248
7249 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7250 configure-target-* as some target builds may require additional
7251 flags for preprocessor tests.
7252 * Makefile.in: Regenerated.
7253
f4ff34a3
AO
72542003-02-19 Alexandre Oliva <aoliva@redhat.com>
7255
7256 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7257 * ltconfig: Handle it.
7258 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7259 auto-detecting it.
7260
b7e4a931
AO
72612003-02-19 Alexandre Oliva <aoliva@redhat.com>
7262
7263 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7264 it is used as argument to $CC.
7265 * ltcf-gcj.sh: Likewise.
7266
6b784d9f
AO
72672003-02-19 Alexandre Oliva <aoliva@redhat.com>
7268
7269 * configure.in: Introduce --enable-maintainer-mode.
7270 * configure: Rebuilt.
7271 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7272 for maintainer mode.
7273 * Makefile.in: Rebuilt.
7274
8bcd8a07
AC
72752003-02-19 Andrew Cagney <ac131313@redhat.com>
7276
7277 * configure: Regenerate using autoconf 2.13.
7278
ee3fd329
AM
72792003-02-19 Alan Modra <amodra@bigpond.net.au>
7280
7281 * config.guess: Import latest version.
7282 * config.sub: Import latest version.
7283
e9e45685
JM
72842003-02-18 Jason Merrill <jason@redhat.com>
7285
7286 * Makefile.tpl (check-c++): Allow parallelism.
7287
859789af
AC
72882003-02-17 Andrew Cagney <ac131313@redhat.com>
7289
7290 * configure: Regenerate using autoconf 000227.
7291
b3f16a9b
GK
72922003-02-15 Geoffrey Keating <geoffk@apple.com>
7293
7294 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7295 don't configure target-libobjc.
7296 * configure: Regenerate.
7297
72e60e02
DD
72982003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7299
7300 * Makefile.tpl (RANLIB): Define.
7301 * Makefile.in: Regenerate.
7302
91f0e695
KS
73032003-02-06 Keith R Seitz <keiths@redhat.com>
7304
7305 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7306 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7307 * Makefile.in: Regenerated.
7308 * configure.in: Remove all traces of snavigator, db, and grep.
7309 * configure: Regenerated.
7310
122bfa92
FCE
73112003-01-31 Frank Ch. Eigler <fche@redhat.com>
7312
7313 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7314 * Makefile.in: Regenerated.
7315
264095c3
AO
73162003-01-30 Alexandre Oliva <aoliva@redhat.com>
7317
7318 * config.if: Copy from GCC.
7319
a84dbcb3
AO
73202003-01-27 Phil Edwards <pme@gcc.gnu.org>
7321
7322 * configure.in: Revert 24Jan change.
7323 * configure: Regenerate.
7324
19618276
NN
73252003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7326
7327 * configure.in: Revert previous change.
7328 * configure: Regenerate.
7329
b7f27a92
NN
73302003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7331
7332 * configure.in: Make rda native-only.
7333 * configure: Regenerate.
7334
83326456
NN
73352003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7336
7337 * configure.in: Add missing \.
7338 * configure: Rebuilt.
7339
5e367fa5
JJ
73402003-01-17 Jakub Jelinek <jakub@redhat.com>
7341
7342 * configure.in (baseargs): Avoid using \| in sed regular
7343 expressions.
7344 * configure: Rebuilt.
7345
e01f337c
JJ
73462003-01-16 Jakub Jelinek <jakub@redhat.com>
7347
7348 * configure.in (baseargs): Remove all supported forms of
7349 --cache-file, --srcdir, --host, --build and --target options
7350 from argument lists.
7351 * configure: Rebuilt.
7352
aa236487
AO
73532003-01-15 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7356 * configure: Rebuilt.
7357
586c0873
NN
73582003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7359
7360 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7361 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7362 * Makefile.in: Regenerate.
7363 * configure: Regenerate.
7364
497f816e
DD
73652003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7366
7367 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7368 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7369 * Makefile.in: Regenerate.
7370
bfbe5519
AO
73712003-01-09 Alexandre Oliva <aoliva@redhat.com>
7372
7373 * configure.in: Remove Makefile in build, host and target modules
7374 unless configure was run with --no-recursion.
7375 * configure: Rebuilt.
7376
3f234ef5
CD
73772003-01-08 Chris Demetriou <cgd@broadcom.com>
7378
7379 * config.guess: Update to 2003-01-03 version.
7380 * config.sub: Update to 2003-01-03 version.
7381
a3982d48
CF
73822003-01-07 Christopher Faylor <cgf@redhat.com>
7383
7384 * configure: Regenerate with proper autoconf 2.13.
7385
75778ec4
CF
73862003-01-07 Christopher Faylor <cgf@redhat.com>
7387
80b200a1
ZW
7388 * configure.in: Add AC_PREREQ for consistency.
7389 * configure: Regenerate.
75778ec4 7390
c180f501
AC
73912003-01-06 Andrew Cagney <ac131313@redhat.com>
7392
7393 * configure.in (GDB_TK): Add tcl directories conditional on
7394 gdb/gdbtk directory being present.
7395 * configure: Regenerate.
5481b376 7396
46ca2cc2
DA
73972003-01-04 John David Anglin <dave.anglin@nrc.ca>
7398
7399 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7400 by gcc if LD is not defined and we are not doing a Canadian Cross.
7401 * configure: Rebuilt.
7402
53dd8dab
DJ
74032003-01-01 Daniel Jacobowitz <drow@mvista.com>
7404
7405 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7406
50ceb20c
TT
74072002-12-31 Tom Tromey <tromey@redhat.com>
7408
7409 * Makefile.in: Rebuilt.
7410 * Makefile.def (target_modules) [libffi]: Allow installation.
7411
e78b5cfe
AS
74122002-12-31 Andreas Schwab <schwab@suse.de>
7413
7414 * configure.in: Fix use of $program_transform_name.
7415 * configure: Regenerated.
7416
67448102
DJ
74172002-12-30 Daniel Jacobowitz <drow@mvista.com>
7418
7419 * configure.in (baseargs): Don't remove first configure argument.
7420 * configure: Regenerated.
7421
e6bfb94a
AO
74222002-12-29 Alexandre Oliva <aoliva@redhat.com>
7423
7424 * Makefile.tpl (local-distclean): Don't remove...
7425 (multilib.ts): ... this. Moved into...
7426 (multilib.out): ... this. Don't use sub-make.
7427 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7428 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7429 (configure-build-[+module+], configure-[+module+],
7430 configure-target-[+module+], configure-gcc): ... these. Test
7431 for Makefile existence. Drop config.status from dependencies.
7432 * Makefile.in: Rebuilt.
7433 * configure.in: Move gcc-version-trigger to the end of
7434 ac_configure_args. Add comments to maybedep.tmp and
7435 serdep.tmp. Introduce --disable-serial-configure. Remove
7436 nonopt from baseargs, matching and removing corresponding
7437 whitespace while at it.
7438 * configure: Rebuilt.
7439
8f0dfb36
AO
74402002-12-28 Alexandre Oliva <aoliva@redhat.com>
7441
7442 * configure.in (host_configargs): Replace reference to
7443 no-longer-defined buildopts with --build=${build_alias}.
7444 * configure: Rebuilt.
7445
43be203f
AO
74462002-12-28 Alexandre Oliva <aoliva@redhat.com>
7447
7448 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7449 program_transform_name to standard idiom.
7450 (AUTOGEN, AUTOCONF): Define.
7451 (Makefile.in): Use $(AUTOGEN).
7452 (Makefile): Depend on config.status, and use autoconf-style rule to
7453 build it. Move original commands to...
7454 (config.status): ... this new target.
7455 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7456 $(AUTOCONF).
7457 * Makefile.in: Rebuilt.
7458
a0da8069
NN
74592002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7460
d18f1c9f
NN
7461 * Makefile.tpl: Fix dramatic bustage due to change in
7462 program_transform_name.
7463 * Makefile.in: Regenerate.
7464
7465 * configure.in: Remove unnecessary PATH setting.
7466 * configure: Regnerate.
7467
7468 * configure.in: Don't default to unprefixed tools unless
7469 the native tools will work.
7470 * configure: Regenerate.
7471
a0da8069
NN
7472 * configure.in: Convert to autoconf script. Blow away lots
7473 of now-redundant Makefile fragments.
7474 * configure: Generate using Autoconf.
7475 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7476 * Makefile.in: Regenerate.
7477
c567df0a
NN
74782002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7479
5481b376 7480 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7481 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7482
5481b376 7483 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7484 where they belong.
2c7f9a32 7485
2dabcfb4
AS
74862002-12-24 Andreas Schwab <schwab@suse.de>
7487
7488 * Makefile.tpl (multilib.out): Fix missing space.
7489 * Makefile.in: Regenerate.
7490
1086bc09
NN
74912002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7492
7493 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7494 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7495 * Makefile.in: Regenerate.
7496 * configure.in: Remove unnecessary leftovers.
7497
1086bc09
NN
74982002-12-21 Geoffrey Keating <geoffk@apple.com>
7499
7500 * configure.in (extra_ranlibflags_for_target): New variable.
7501 (*-*-darwin): Add -c to ranlib commands.
7502 * configure (tooldir): Handle extra_ranlibflags_for_target.
7503
14e9ca95
JJ
75042002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7505
7506 * COPYING.NEWLIB: Updated.
7507 * COPYING.LIBGLOSS: Ditto.
7508
14c428fb
NN
75092002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7510
7511 * Makefile.tpl: Revert HJL's change.
7512 * Makefile.in: Regenerated.
7513 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7514 always.
7515
313b8244
AS
75162002-12-19 Andreas Schwab <schwab@suse.de>
7517
7518 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7519 * Makefile.in: Regenerate.
7520
efeae3db
L
75212002-12-18 H.J. Lu <hjl@gnu.org>
7522
7523 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7524 * Makefile.in: Regenerated.
7525
7526 * configure.in (build_prefix): New. Substitute.
7527
43d92c63
NN
75282002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7529
59da4fe6
NN
7530 * Makefile.tpl: Don't let real targets depend on phony targets.
7531 * Makefile.in: Regenerate.
7532
43d92c63
NN
7533 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7534 * Makefile.in: Regenerate.
7535
b72e6a2d
JM
75362002-12-16 Jason Merrill <jason@redhat.com>
7537
7538 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7539 previous 'make bootstrap'.
7540 * Makefile.in: Regenerate.
7541
95c72c44
HPN
75422002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7543
7544 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7545
7d695d07
JM
75462002-12-13 Jason Merrill <jason@redhat.com>
7547
7548 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7549 library tests.
7550 (check-c++): Just depend on it and check-target-libstdc++-v3.
7551 * Makefile.in: Regenerate.
7552
54103d1e
NN
75532002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7554
7555 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7556 * Makefile.in: Regenerate.
7557
4024f1e1
JJ
75582002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7559
80b200a1
ZW
7560 * COPYING.NEWLIB: Update list of alternate Regent of California
7561 licenses and discuss official revoking of advertising clause.
7562 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7563
7dda0df6
AO
75642002-12-12 Alexandre Oliva <aoliva@redhat.com>
7565
7566 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7567 * Makefile.in: Rebuilt.
7568
d03be79e 75692002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7570
929293f4
NN
7571 * configure: Fix bug put in by gremlins.
7572
d03be79e
NN
7573 * Makefile.tpl: Substitute more autoconfily.
7574 * configure: Substitute more autoconfily.
7575 * Makefile.in: Regenerate.
7576
75772002-12-08 Andrew Cagney <ac131313@redhat.com>
7578
7579 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7580 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7581
75822002-12-06 DJ Delorie <dj@redhat.com>
7583
7584 * Makefile.tpl: Change configure dependencies to not have real
7585 targets depend on phony targets.
b4a77b47 7586
db1ac78d
NN
75872002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7588
bcaf2395
NN
7589 * configure.in: Revert unintentional change.
7590
b4fa093e
NN
7591 * src-release: Configure host subdirs.
7592
db1ac78d
NN
7593 * Makefile.tpl: Change dependency for */multilib.out so that
7594 it works when gcc isn't in the tree.
7595
7596 * configure.in: Substitute more.
7597 * configure: Run subconfigures from the Makefile.
7598 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7599 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7600
15723a45
NN
76012002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7602
e2b9e2dc
NN
7603 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7604 and corresponding dependencies.
7605 * Makefile.in: Regenerate.
7606
2af579c4
NN
7607 * configure.in (host_tools): Order binutils, gas and ld for
7608 convenience in running the testsuites.
7609
a2cc058a
NN
7610 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7611 * Makefile.in: Regenerate.
7612 * configure.in: Introduce rules to serialize subconfigure runs.
7613
15723a45
NN
7614 * configure.in: Introduce BASE_CC_FOR_TARGET.
7615 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7616 Realize configure-build-* targets. Realize configure-target-* targets.
7617 * Makefile.in: Regenerate.
7618
ae831be5
NN
76192002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7620
7621 * configure: Move gcc_version_trigger stuff from here...
7622 * configure.in: ...to here.
7623
7624 * configure.in: Separate subconfigure options added by this file from
7625 options given by the user. Add machinery to put args for host
7626 subconfigures into the Makefile.
7627
7628 * Makefile.tpl: Remove 'vault' targets.
7629 * Makefile.tpl: Reorder and comment dependencies.
7630 * Makefile.in: Regenerate.
7631
bbf7c8ac
NN
76322002-11-28 Geoffrey Keating <geoffk@apple.com>
7633
7634 * configure.in: Move host-specific darwin noconfigdirs into
7635 the host-specific section.
7636
930314a4
NN
76372002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7638
52d7cdee
NN
7639 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7640 during replay.
7641 * Makefile.in: Regenerate.
7642
930314a4
NN
7643 (finishing slow-motion replay)
7644 * configure: Remove skip-this-dir support.
7645 * Makefile.tpl: Remove skip-this-dir support.
7646
7647 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7648 subdirectories.
7649 * Makefile.in: Regenerate.
7650
7651 * Makefile.tpl: Strip out useless setting of 'dir'.
7652 * Makefile.in: Regenerate.
5481b376 7653
930314a4
NN
76542002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7655
7656 (finishing slow-motion replay)
7657 * configure.in: Fix deeply stupid bug.
7658
7659 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7660 shell code in CXX_FOR_TARGET
7661 * Makefile.def: Introduce raw_cxx.
7662 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7663 RAW_CXX_FOR_TARGET.
7664 * Makefile.in: Regenerate.
7665
76662002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 (finishing slow-motion replay)
7669 * Makefile.tpl: Remove unnecessary ifs.
7670 * Makefile.in: Regenerate.
7671
5481b376 7672 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7673 dependencies. Maybe-ize build-libiberty. Create dummy install
7674 targets for 'no_install' modules.
5481b376 7675 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7676 build_modules stuff to configure.in.
5481b376 7677 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7678 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7679 * Makefile.in: Regenerate.
7680
3866be5d
NN
76812002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7682
7683 (continuing slow-motion replay)
7684 * Makefile.tpl: Make all-target, install-target behave similarly
7685 to all, install (only hitting configured targets). Eliminate
7686 unused macro defintions.
7687
7688 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7689 build != host.
7690
7691 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7692
7693 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7694
5481b376 7695 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7696 configuring. Remove references to "dosrel".
7697 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7698 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7699 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7700 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7701 and redundant dependency; rearrange slightly.
7702 * Makefile.def: Add host-side libtermcap, utils.
7703
7704 * Makefile.in: Regenerate.
7705
e393202e
NN
77062002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7707
7708 (Continuing slow-motion replay)
7709 * Makefile.def: Add list of recursive targets to autogenerate.
7710 Add build_modules.
7711 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7712 targets. Autogenerate *-build-* targets.
7713 * Makefile.in: Regenerate.
7714
583d52d7
NN
77152002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7716
7717 (Continuing slow-motion replay)
7718 * configure: More autoconf-style substitutions.
7719 * Makefile.tpl: More autoconf-style substitutions.
7720 * Makefile.in: Regenerate.
7721
77222002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7723
7724 (Continuing slow-motion replay)
7725 * configure: Substitute more variables in a more autoconf-friendly
7726 way. Simplify slightly.
7727 * Makefile.tpl: Make more variables substitutable in an
7728 autoconf-friendly way.
7729 * Makefile.in: Regenerate.
7730
874e38b4
NN
77312002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7732
7733 (Continuing slow-motion replay)
7734 * configure.in (v810*): Remove special setting of tools.
7735
7736 * configure: Add support for extra required flags for ar or nm.
7737 * configure.in (aix4.3+): Use above support for target-specific
7738 issues, rather than using config/mt-aix43.
7739
852e5f18
NN
77402002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7743 * configure: Remove 'removing', which doesn't work. Replace $subdir
7744 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7745 with $srcdir. Reformat indentation. Substitute some variables
7746 formerly hard-coded in the Makefile for build=host.
7747 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7748 * Makefile.def: Autogenerate more.
7749 * Makefile.in: Regenerate.
7750
c9a0d920
DD
77512002-11-13 Bruce Korb <bkorb@gnu.org>
7752
7753 * Makefile.tpl: syntactic cleanup
7754
dd2768ff
KB
77552002-11-04 Kevin Buettner <kevinb@redhat.com>
7756
7757 * Makefile.def (host_modules): Add rda.
7758 * Makefile.in: Regenerate.
7759 * configure.in (target_tool): Add target-rda to list.
7760
1aa8389d
DD
77612002-10-25 Phil Edwards <pme@gcc.gnu.org>
7762
7763 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7764 and restrap targets to this rule.
7765 * Makefile.in: Regenerate.
7766
28f46298
HPN
77672002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7768
7769 * configure.in (i[3456]86-*-linux*): Add check to disable
7770 ${libgcj} for glibc1.
7771
ff72e302
NC
77722002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7773
7774 * configure.in: Add tic4x target.
7775
8607b6c9
NN
77762002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7777
7778 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7779 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7780 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7781 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7782 * Makefile.in: Regenerate.
7783
f8f61f4a
NN
77842002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7785
c86f794b
NN
7786 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7787 * Makefile.in: Regenerate.
7788
a9590527
NN
7789 * Makefile.def: Remove order dependency comments.
7790 * Makefile.tpl: Add explicit install-install dependencies.
7791 * Makefile.in: Regenerate.
7792
8412ce72
NN
7793 * Makefile.tpl: Remove material now in src-release. (Finally!)
7794 * Makefile.in: Regenerate.
7795
8b9f37f1
NN
7796 * configure: Restore my original patch by syncing with gcc version.
7797
f8f61f4a
NN
7798 * Bring following over from gcc:
7799
78002002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7801
7802 * configure.in (s390*-*-linux*): Enable libgcj.
7803
403d9505
NN
78042002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7805
7806 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7807
95f6f383
AM
78082002-10-02 Alan Modra <amodra@bigpond.net.au>
7809
e4673b0a 7810 * configure: Move stray lines back to where they belong.
95f6f383 7811
748503c8
NN
78122002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7813
a581b5c3
NN
7814 * Makefile.tpl: Insert configure-target target, for src-release.
7815
c084f5b4
NN
7816 * configure: Finish reverting change which Andrew Cagney started
7817 reverting. Should fix bustage.
7818
7aa673ed 7819 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7820 * src-release: New file. Contains material for making net
7821 releases for gdb, binutils, et al., formerly in Makefile.in.
7822
82a9b2d9
NC
78232002-09-30 Nick Clifton <nickc@redhat.com>
7824
7825 * cpu: New top level directory. Intended to hold input files for
7826 CGEN which have FSF copyright assignment.
7827 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7828
c2463a00
AC
78292002-09-29 Andrew Cagney <ac131313@redhat.com>
7830
7831 Revert below (note that src does not contain Makefile.tpl):
7832 * Makefile.tpl: Make subsituted variables more autoconfy.
7833 * Makefile.in: Regenerate.
7834
f03b4789
NN
78352002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7836
c11e16a9
NN
7837 * configure: Revert accidentally applied changes.
7838
f03b4789
NN
7839 * Makefile.tpl: Make more autoconf-friendly.
7840 * Makefile.in: Regenerate.
7841 * configure: Make substitution more autoconf-like.
7842
78432002-09-28 Richard Earnshaw <rearnsha@arm.com>
7844
7845 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7846 single entry to handle all these.
7847 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7848 libjava on arm-*-elf.
7849
c0292023
GK
78502002-09-27 Geoffrey Keating <geoffk@apple.com>
7851
7852 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7853 things that depend on them.
7854
c66d951e
NN
78552002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 * Makefile.tpl: Make subsituted variables more autoconfy.
7858 * Makefile.in: Regenerate.
7859 * configure: Make seds more autoconfy.
7860
907a7241 78612002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7862
7863 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7864 * Makefile.in: Regenerate.
7865 * configure.in: Rewrite sed statements to look autoconfy.
7866
907a7241
NN
7867 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7868 all-target-foo on configure-target-foo.
7869 * Makefile.def: Ditto.
7870 * Makefile.in: Rebuild.
7871
405ea7a0
NN
78722002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7873
7874 * Makefile.def: New file.
7875 * Makefile.tpl: New file.
7876 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7877
7878 * configure.in: Minor rearrangement. Simplify tests.
7879
bdc57bfd
JT
78802002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7881
7882 * configure.in (with_headers): Skip copy if value is "yes".
7883 (with_libs): Likewise.
7884
ae03d6e2
NN
78852002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7886
7887 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7888 * configure.in (sh*-*-pe*): Ditto.
7889 * configure.in (mips*-*-pe*): Ditto.
7890 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7891
7892 * configure.in: Rearrange.
7893
707960fe
NC
78942002-09-12 Nick Clifton <nickc@redhat.com>
7895
7896 * Import these changes from the config master repository:
7897
7898 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7899
7900 * config.sub: Add tic4x target.
7901
7902 2002-09-03 Ben Elliston <bje@redhat.com>
7903
7904 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7905 Reported by <Duncan_Stodart@insession.com>.
7906
36ea319f
JJ
79072002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7908
7909 * COPYING.NEWLIB: More updates.
7910
cf57480a
JJ
79112002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7912
7913 * COPYING.NEWLIB: Update.
7914
fd31a171
AC
79152002-08-23 Andrew Cagney <ac131313@redhat.com>
7916
23b632fc
AC
7917 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7918
fd31a171
AC
7919 * config.guess: Import version 2002-08-23.
7920 * config.sub: Import version 2002-08-22.
7921
a08bafb5
AO
79222002-08-20 Alexandre Oliva <aoliva@redhat.com>
7923
7924 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7925 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7926 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7927
17240c1f
NC
79282002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7929
7930 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7931
e70ad0c6
L
79322002-08-04 H.J. Lu (hjl@gnu.org)
7933
7934 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7935
574e6d11
DD
79362002-07-31 Alan Modra <amodra@bigpond.net.au>
7937
7938 * configure.in: Move generic linux case to end. Copy generic
7939 linux noconfigdirs to mips*-*-linux* entry and new
7940 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7941
611e7523
CD
79422002-07-19 Chris Demetriou <cgd@broadcom.com>
7943
7944 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7945 one instance of them which was missed to the list to update.
7946
51759676
CD
79472002-07-16 Chris Demetriou <cgd@broadcom.com>
7948
7949 * config.guess: Update to 2002-07-09 version.
7950 * config.sub: Update to 2002-07-03 version.
7951
7c1f909c
DD
79522002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7953
7954 * configure.in: Remove two redundant tests.
7955
d7cf5d30
DD
79562002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7957
7958 * configure.in (mips*-*-irix6*o32): Enable stabs.
7959
c74222f7
DD
79602002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7961
5b53c336
DD
7962 * configure.in: Don't build grez.
7963 * Makefile.in: Ditto.
7964
c74222f7
DD
7965 * Makefile.in: Remove references to bsp, cygmon, libstub.
7966 * configure.in: Ditto.
7967
7968 * configure.in: Remove leftover reference to gdbtest.
7969
edd1b227
DD
79702002-07-08 Phil Edwards <pme@gcc.gnu.org>
7971
7972 * configure.in (gxx_include_dir): Change to match versioned
7973 C++ headers if --enable-version-specific-runtime-libs is used.
7974
486186e3
AO
79752002-07-04 Steve Ellcey <sje@cup.hp.com>
7976
7977 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7978
ff0a3bf8
DD
79792002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7980
7981 * configure.in: Make --without-x work.
7982
1dfa8174
NC
79832002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7984
7985 * contrib: New directory. Created to contain a copy of the
5481b376 7986 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7987 the FSF GCC sources.
7988
07637366
DD
79892002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7990
b6f83f2a
DD
7991 * configure.in: Rearrange target Makefile fragment collection.
7992
07637366
DD
7993 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7994 cvs[src].
7995 * configure.in: Ditto.
7996
f48556b1
DD
79972002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7998
7999 * Makefile.in: Eliminate 'apache' targets.
8000 * configure.in: Eliminate 'apache' targets.
8001
8002 * configure.in: Eliminate redundant tests. Reorganize.
8003
8004 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8005
8006 * config-ml.in: Eliminate references to Cygnus configure.
8007
8008 * Makefile.in: Eliminate references to building emacs.
8009
80102002-07-01 Denis Chertykov <denisc@overta.ru>
8011
8012 * configure.in: Add support for ip2k.
8013
cdb9e2b8
BE
80142002-06-24 Ben Elliston <bje@redhat.com>
8015
8016 * configure.in (host_tools): Remove cgen.
8017
8018 * Makefile.in (all-cgen): Remove; runs from its source directory.
8019 (check-cgen, install-cgen, clean-cgen): Likewise.
8020 (all-opcodes): No not depend on all-cgen.
8021 (all-sim): Likewise.
8022
3558860c
DD
80232002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8024
8025 * configure.in: Fix AIX configury bug.
8026
e3b0c936
DD
80272002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8028
cdb9e2b8 8029 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8030
cdb9e2b8
BE
8031 * configure.in: Move definition of libstdcxx_flags right above
8032 usage, rather than way earlier.
8ee424c0 8033
c712250a
DD
8034 * configure.in: Pull definition of is_cross_compiler earlier.
8035
9ee1a75c
DD
8036 * configure.in: Rearrange a little.
8037
e3b0c936
DD
8038 * configure.in: Remove references to librx.
8039 * Makefile.in: Remove references to librx.
8040
b2bd228e
DD
80412002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8042
8043 * configure.in: Eliminate ${gasdir} variable.
8044
7cd52483
DB
80452002-06-18 Dave Brolley <brolley@redhat.com>
8046
8047 * configure.in: Add support for frv.
8048 * config.sub: Add support for frv.
8049
6c5e141a
DD
80502002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8051
8052 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8053
0d18b56d
JT
80542002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8055
8056 * configure.in (vax-*-netbsd*): Re-enable gas.
8057
fd8958d5
DD
80582002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8059
27f15fdd
DD
8060 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8061 BUILD_PREFIX_1, to correct nomenclature.
8062 * configure: Likewise.
8063
fd8958d5
DD
8064 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8065 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8066
0c2442b7
DD
80672002-05-31 Olaf Hering <olh@suse.de>
8068
8069 * config-ml.in: Propogate DESTDIR also.
8070
a3602181
JT
80712002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8072
8073 * configure.in (vax-*-netbsd*): Don't build gas for this
8074 platform.
8075
c95f53ae
MM
80762002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8077
8078 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8079 and libgcj for AVR.
8080
1d7c1053
NC
80812002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8082
8083 * config.sub: Add DLX target.
8084
4b37028f
JT
80852002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8086
8087 * config.guess: Update to 2002-05-22 version.
8088 * config.sub: Likewise.
8089
d5de0a84
NC
80902002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8091
8092 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8093 * config-ml.in: Likewise.
8094 * configure: Likewise.
8095 * configure.in: Likewise.
8096
c92a0210
DD
80972002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8098
115a77aa
DD
8099 * configure.in: Simplify makefile fragment collection.
8100
8101 * configure.in: Remove code to build emacs.
e99daf2b 8102
91e060aa
DD
8103 * configure.in : Remove --srcdir argument from targargs and buildargs
8104 (it's always overridden in the Makefile anyway). Rearrange a bit.
8105
8106 * configure: Move some logic to configure.in.
8107 * configure.in: Move some logic from configure.
c92a0210 8108
91217342
JJ
81092002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8110
8111 * COPYING.LIBGLOSS: New file.
8112
d3d8a9ee
NC
81132002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8114
8115 * Makefile.in: Honour DESTDIR.
8116
3a036cdc
AO
81172002-05-05 Alexandre Oliva <aoliva@redhat.com>
8118
8119 * configure.in (noconfigdirs): Don't disable libgcj on
8120 sparc64-*-solaris* and sparcv9-*-solaris*.
8121
6d095fe4
AO
81222002-05-03 Alexandre Oliva <aoliva@redhat.com>
8123
8124 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8125
dac55df9
TF
81262002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8127
8128 * configure.in (FLAGS_FOR_TARGET): Do not add
8129 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8130 on i[3456]86-*-linux*.
8131
a018e15b
TF
81322002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8133
8134 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8135
8136 * configure.in (noconfigdirs): Do not add target-newlib if
8137 target == i[3456]86-*-linux*, and host == target.
8138
5f284831
MM
81392002-04-29 Mark Mitchell <mark@codesourcery.com>
8140
8141 * config.guess: Updated to 2002-04-26's version.
8142 * config.sub: Updated to 2002-04-26's version.
8143
33babf59
DD
81442002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8145
bd5f7da2
DD
8146 * configure.in: delete reference to absent file
8147
a0c4f3a0
DD
8148 * configure.in: replace '[' with 'test'
8149
66f1ba4f
DD
8150 * configure.in: Eliminate references to gash.
8151 * Makefile.in: Eliminate references to gash.
8152
7c3ab50c
DD
8153 * configure.in: remove useless references to 'pic' makefile fragments.
8154
bbc025f5
DD
8155 * configure.in: (*-*-windows*) Finish removing.
8156
33babf59
DD
8157 * configure.in: Eliminate redundant test for libgui.
8158
d5ec694c
DD
81592002-04-26 Joel Sherrill <joel@OARcorp.com>
8160
8161 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8162 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8163
57a5346c
DD
81642002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8165
8166 * configure.in: remove references to dead files
8167
dbf93899
DD
81682002-04-18 Tom Tromey <tromey@redhat.com>
8169
8170 * configure.in: Disallow configuring libgcj when it is already
8171 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8172 Solaris 2.8 by default. For PR libgcj/6158.
8173
26eadf68
DD
81742002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8175
8176 * configure.in: Move default CC setting out of config/mh-* fragments
8177 directly into here.
8178
a0a2c6c6
DD
81792002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8180
8181 * configure.in: don't even try to configure or make a subdirectory
8182 if there's no configure script for it.
8183
9972f812
DD
81842002-04-15 Mark Mitchell <mark@codesourcery.com>
8185
8186 * MAINTAINERS: Remove chill maintainers.
8187 * Makefile.in (CHILLFLAGS): Remove.
8188 (CHILL_LIB): Remove.
8189 (TARGET_CONFIGDIRS): Remove libchill.
8190 (CHILL_FOR_TARGET): Remove.
8191 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8192 CHILL_LIB.
8193 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8194 (CHECK_TARGET_MODULES): Likewise.
8195 (INSTALL_TARGET_MODULES): Likewise.
8196 (CLEAN_TARGET_MODULES): Likewise.
8197 (configure-target-libchill): Remove.
8198 (all-target-libchill): Remove.
8199 * configure.in (target_libs): Remove target-libchill.
8200 Do not compute CHILL_FOR_TARGET.
8201 * libchill: Remove directory.
5481b376 8202
75205f78
DD
82032002-04-15 DJ Delorie <dj@redhat.com>
8204
8205 * Makefile.in, configure.in, configure: Sync with gcc, entries
8206 follow...
8207
82082002-04-08 Tom Tromey <tromey@redhat.com>
8209
8210 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8211 Fixes PR libgcj/6068.
8212
82132002-03-30 Krister Walfridsson <cato@df.lth.se>
8214
8215 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8216
82172002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8218
8219 * configure.in (alpha*-dec-osf*): Enable libgcj.
8220
82212002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8222
8223 Fix for: PR bootstrap/3591, target/5676
8224 * configure.in (mcore-pe): Disable the configuration of
8225 libstdc++-v3 since exceptions are not supported.
8226
82272002-03-20 Anthony Green <green@redhat.com>
8228
8229 * configure.in: Enable libgcj for xscale-elf target.
8230
82312002-02-28 Alexandre Oliva <aoliva@redhat.com>
8232
8233 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8234 libjava.
8235 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8236
82372002-02-22 Alexandre Oliva <aoliva@redhat.com>
8238
8239 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8240 libstdc++-v3 and libjava.
8241
82422002-02-11 Adam Megacz <adam@xwt.org>
8243
8244 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8245 boehm-gc
8246
82472002-02-09 Alexandre Oliva <aoliva@redhat.com>
8248
8249 * config.guess: Updated to 2002-01-30's version.
8250 * config.sub: Updated to 2002-02-01's version.
8251 Contribute sh64-elf.
8252 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8253 * configure.in: Added sh64-*-*.
8254
82552002-01-17 H.J. Lu <hjl@gnu.org>
8256
8257 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8258 (all-target-fastjar): Also depend on all-target-libiberty.
8259
8260Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8261
8262 * configure, configure.in: Use temp file for long sed commands.
8263
82642001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8265
8266 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8267 libf2c.
8268
82692001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8270
8271 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8272
82732001-10-11 Hans-Peter Nilsson <hp@axis.com>
8274
8275 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8276
82772001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8278
8279 * configure: Handle temporary files securely using mkdir.
8280
82812001-09-26 Will Cohen <wcohen@redhat.com>
8282
8283 * configure.in (*-*-linux*): Disable configuration of target-newlib
8284 and target-libgloss.
8285
82862001-09-26 Alexandre Oliva <aoliva@redhat.com>
8287
8288 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8289 RANLIB.
8290
82912001-08-11 Graham Stott <grahams@redhat.com>
8292
8293 * Makefile.in (check-c++): Add missing semicolon.
8294
82952001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8296
8297 * configure.in (sh-*-linux*): New.
8298
82992001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8300
8301 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8302 and libgcj on m68hc11/m68hc12.
8303
83042001-06-27 H.J. Lu (hjl@gnu.org)
8305
8306 * Makefile (CFLAGS_FOR_BUILD): New.
8307 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8308
83092001-06-01 Hans-Peter Nilsson <hp@axis.com>
8310
8311 * configure.in (libstdcxx_flags): Do not try to execute
8312 libstdc++-v3/testsuite_flags until it exists.
8313
83142001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8315
8316 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8317
83182001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8319
8320 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8321
8322Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8323
8324 * configure.in: Move *-chorusos target case to the proper switch.
8325 Disable libgcj.
8326
83272001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8328
8329 * Makefile.in (STAGE1_CFLAGS): Pass down.
8330
83312001-04-13 Alan Modra <amodra@one.net.au>
8332
8333 * config.guess: Add hppa64-linux support. Note for next import that
8334 this is already in the master file.
8335 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8336
83372001-03-22 Colin Howell <chowell@redhat.com>
8338
8339 * Makefile.in (DO_X): Do not backslash single-quotes in
8340 backquotes (two places).
8341
83422001-03-18 Laurynas Biveinis <lauras@softhome.net>
8343
8344 * Makefile.in (DO_X): Quote nested quotes.
8345
83462001-03-15 Laurynas Biveinis <lauras@softhome.net>
8347
8348 * Makefile.in (DO_X): Use double quotes for quoting
8349 "RANLIB=$${RANLIB}".
8350
83512001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8352
8353 * configure.in: Only use `lang_requires' for languages athat are
8354 actually enabled.
8355
83562001-03-07 Tom Tromey <tromey@redhat.com>
8357
8358 * configure.in: Allow config-lang.in to set `lang_requires' to list
8359 of other required languages.
8360
83612001-03-06 Laurynas Biveinis <lauras@softhome.net>
8362
8363 * Makefile.in: Remove RANLIB definition. Use RANLIB
8364 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8365 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8366
83672001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8368 Alexandre Oliva <aoliva@redhat.com>
8369
8370 * Makefile.in (check-c++): Use tabs, not spaces.
8371
83722001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8373
8374 * Makefile.in (check-c++): New rule.
8375
8376 * configure.in (target_libs): Remove libg++.
8377 (noconfigdirs): Remove libg++.
8378 (noconfigdirs): Same.
8379 (noconfigdirs): Same.
8380 (noconfigdirs): Same.
8381
8382 * config-ml.in: Remove libg++ references.
8383
8384 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8385 (ALL_TARGET_MODULES): Same.
8386 (configure-target-libg++): Remove.
8387 (all-target-libg++): Remove.
8388 (configure-target-libio): Remove.
8389 (all-target-libio): Remove.
8390 (check-target-libio): Remove.
8391 (.PHONY): Remove.
8392 (libg++.tar.bz2): Remove.
8393 (all-target-cygmon): Remove libio.
8394 (all-target-libstdc++): Remove.
8395 (configure-target-libstdc++): Remove.
8396 (TARGET_LIB_PATH): Remove libstdc++.
8397 (ALL_GCC_CXX): Remove libstdc++.
8398 (all-target-gperf): Correct.
8399
84002001-02-15 Anthony Green <green@redhat.com>
8401
8402 * configure: Introduce GCJ_FOR_TARGET.
8403 * configure.in: Ditto.
8404 * Makefile.in: Ditto.
8405
84062001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8407
8408 * configure.in: for *-chorusos, don't config target-newlib and
8409 target-libgloss.
8410
84112001-02-04 Mark Mitchell <mark@codesourcery.com>
8412
8413 Remove V2 C++ library.
8414 * configure.in: Remove --enable-libstdcxx_v3 support.
8415
84162001-01-27 Richard Henderson <rth@redhat.com>
8417
8418 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8419
84202001-01-26 Tom Tromey <tromey@redhat.com>
8421
8422 * configure.in: Allow libgcj to be built on Sparc Solaris.
8423
84242001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8425
8426 * configure.in: Enable libgcj on several additional platforms.
8427
84282001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8429
8430 * configure.in: Enable libgcj for linux targets.
8431
84322001-01-09 Mike Stump <mrs@wrs.com>
8433
8434 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8435 failures of subdirectories.
8436
84372001-01-02 Laurynas Biveinis <lauras@softhome.net>
8438
8439 * configure: handle DOS-style absolute paths.
8440
84412001-01-02 Laurynas Biveinis <lauras@softhome.net>
8442
8443 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8444
84452000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8446
8447 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8448 (libstdcxx_incdir): Pass down.
8449 * config.if: Remove expired bits for cxx_interface, add stub.
8450 (libstdcxx_incdir): Add variable for g++ include directory.
8451 * configure.in (gxx_include_dir): Use it.
8452
84532000-12-15 Andreas Jaeger <aj@suse.de>
8454
8455 * configure.in: Handle lang_dirs.
8456
84572000-12-13 Anthony Green <green@redhat.com>
8458
8459 * configure.in: Disable libgcj for any target not specifically
8460 listed. Disable libgcj for x86 and Alpha Linux until compatible
8461 with g++ abi.
8462
84632000-12-13 Mike Stump <mrs@wrs.com>
8464
8465 * Makefile.in (local-distclean): Also remove fastjar.
8466
84672000-12-10 Anthony Green <green@redhat.com>
8468
8469 * configure.in: Define libgcj. Disable libgcj target libraries for
8470 most targets.
8471
84722000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8473
8474 * configure.in (target_libs): Revert 2000-12-08 patch.
8475 (noconfigdirs): Added target-libjava.
8476
84772000-12-09 Laurynas Biveinis <lauras@softhome.net>
8478
8479 * Makefile.in: handle DOS-style absolute paths.
8480
84812000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8482
8483 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8484 libjava.
8485 * configure.in (target_libs): Removed `target-libjava'.
8486
84872000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8488
8489 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8490 (ALL_MODULES): Added fastjar.
8491 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8492 (all-target-libjava): all-fastjar replaces all-zip.
8493 (all-fastjar): Added.
8494 (configure-target-fastjar, all-target-fastjar): Likewise.
8495 * configure.in (host_tools): Added fastjar.
8496
84972000-12-07 Mike Stump <mrs@wrs.com>
8498
8499 * Makefile.in (local-distclean): Remove leftover built files.
8500
85012000-11-16 Fred Fish <fnf@be.com>
8502
8503 * configure.in (enable_libstdcxx_v3): Fix typo,
8504 libstd++ -> libstdc++.
8505
85062000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8507
8508 * configure: Provide the original toplevel configure arguments
8509 (including $0) to subprocesses in the environment rather than
8510 through gcc/configargs.h.
8511
85122000-11-12 Mark Mitchell <mark@codesourcery.com>
8513
8514 * configure: Turn on libstdc++ V3 by default.
8515
85162000-10-16 Michael Meissner <meissner@redhat.com>
8517
8518 * configure (gcc/configargs.h): Only create if there is a build GCC
8519 directory created.
8520
85212000-10-05 Phil Edwards <pme@gcc.gnu.org>
8522
8523 * configure: Save configure arguments to gcc/configargs.h.
8524
85252000-10-04 Andris Pavenis <pavenis@latnet.lv>
8526
8527 * Makefile.in (bootstrap): avoid recursion if subdir missing
8528 (cross): ditto
8529 (do-proto-toplev): ditto
8530
8531Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8532
8533 * configure.in: Do not build byacc for hppa64. Provide paths to the
8534 X11 libraries for hppa64.
8535
85362000-09-02 Anthony Green <green@cygnus.com>
8537
8538 * Makefile.in (all-gcc): Depend on all-zlib.
8539 (CLEAN_MODULES): Add clean-zlib.
8540 (ALL_MODULES): Add all-zlib.
8541 * configure.in (host_libs): Add zlib.
8542
85432000-08-25 Alexandre Oliva <aoliva@redhat.com>
8544
8545 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8546 $targargs to tell whether newlib is going to be built.
8547
8548 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8549 $$r/TARGET_SUBDIR/libio for _G_config.h.
8550
85512000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8552
8553 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8554
8555 * configure: Make enable_threads and enable_shared defaults
8556 explicit. Substitute enable_threads into generated Makefiles.
8557 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8558 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8559
85602000-08-02 Manfred Hollstein <manfredh@redhat.com>
8561
8562 * configure.in: Re-enable all references to libg++ and librx.
8563
ffb97b2f 85642002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8565
ffb97b2f
DD
8566 * configure.in: Add *-*-freebsd* configurations.
8567
bbf6e9e3
AC
85682002-04-07 Andrew Cagney <ac131313@redhat.com>
8569
8570 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8571 (do-tar, do-bz2): New rules.
8572 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8573 (gdb-tar): New rule.
8574 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8575 (insight_dejagnu.tar): New rule.
8576 (insight.tar): New rule.
8577 (gdb+dejagnu.tar): New rule.
8578 (gdb.tar): New rule.
8579
8f1579c0
AC
85802002-04-07 Andrew Cagney <ac131313@redhat.com>
8581
8582 * MAINTAINERS: Update dejagnu/
8583
ba3c59ab
AO
85842002-03-16 Alexandre Oliva <aoliva@redhat.com>
8585
8586 * ltmain.sh (relink_command): Fix typo in previous change.
8587
6243d5dd
AO
85882002-03-15 Alexandre Oliva <aoliva@redhat.com>
8589
8590 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8591 (relink_command): Added --tag flags.
8592 (mode=install): If relinking fails; error out.
8593
80413487
RH
85942002-03-12 Richard Henderson <rth@redhat.com>
8595
8596 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8597 .NOTPARALLEL tag.
8598 (do-check): Rename from check.
8599 (check): Allow parallel check.
8600
3daeddf6
RH
86012002-03-11 Richard Henderson <rth@redhat.com>
8602
8603 * Makefile.in (.NOTPARALLEL): Add fake tag.
8604
fad93c55
L
86052002-03-07 H.J. Lu (hjl@gnu.org)
8606
8607 * configure.in: Enable gprof for mips*-*-linux*.
8608
2e8357fc
AO
86092002-02-28 Alexandre Oliva <aoliva@redhat.com>
8610
8611 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8612 libjava.
8613 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8614
bd48e1a9
AC
86152002-02-24 Andrew Cagney <ac131313@redhat.com>
8616
8617 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8618
39121370
DJ
86192002-02-23 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * config.guess: Import from master sources, rev 1.232.
8622 * config.sub: Import from master sources, rev 1.246.
8623
081ff160
AO
86242002-02-23 Alexandre Oliva <aoliva@redhat.com>
8625
8626 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8627 because its Makefile is there; test for the executable instead.
8628
20a5393b
AO
86292002-02-09 Alexandre Oliva <aoliva@redhat.com>
8630
8631 Contribute sh64-elf.
8632 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8633 * configure.in: Added sh64-*-*.
8634
38135629
JJ
86352002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8636
80413487
RH
8637 * COPYING.NEWLIB: Remove advertising clause from
8638 Berkeley and Red Hat licenses.
38135629 8639
48d19748
MD
86402002-02-01 Mo DeJong <supermo@bayarea.net>
8641
8642 * Makefile.in: Add all-tix to deps for all-snavigator
8643 so that tix is built when building snavigator.
8644
f6e1c110
BE
86452002-02-01 Ben Elliston <bje@redhat.com>
8646
8647 * config.guess: Import from master sources, rev 1.229.
8648 * config.sub: Import from master sources, rev 1.240.
8649
4867be41
DJ
86502002-01-27 Daniel Jacobowitz <drow@mvista.com>
8651
8652 From Steve Ellcey <sje@cup.hp.com>:
8653 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8654 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8655 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8656 IA64.
8657 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8658 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8659 soname_spec, sys_lib_search_path_spec): Ditto.
8660
e82380cc
JT
86612002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8662
8663 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8664 target-libiberty, and target-libgloss. Skip Java-related
8665 libraries if not supported for NetBSD on target CPU.
8666
1319fb9c
NC
86672002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8668
8669 * configure.in: Import StrongARM and XScale target_configdirs from
8670 FSF GCC version.
8671
b020f6ac
L
86722002-01-16 H.J. Lu (hjl@gnu.org)
8673
8674 * config.guess: Import from master sources, rev 1.225.
8675 * config.sub: Import from master sources, rev 1.238.
8676
8677 * MAINTAINERS: Updated notes on config.guess and config.sub.
8678
a0c1c920
NC
86792002-01-11 Steve Ellcey <sje@cup.hp.com>
8680
8681 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8682 ld and gdb are not supported.
8683
a9fa5e1f
JJ
86842002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8685
8686 * Change reference to Cygnus Solutions to be Red Hat.
8687
94077108
JJ
86882002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8689
8690 * COPYING.NEWLIB: Update generic copyright date.
8691
05ecd75c
MS
86922002-01-07 Mark Salter <msalter@redhat.com>
8693
8694 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8695 Allow target-libgloss to be built for arm, strongarm, and xscale.
8696
a106bb62
BE
86972002-01-03 Ben Elliston <bje@redhat.com>
8698
8699 * MAINTAINERS: Update URL for config.* scripts.
8700
0e254642
AM
87012001-12-18 Alan Modra <amodra@bigpond.net.au>
8702
8703 * config.sub: Import latest version.
8704 * config.guess: Likewise.
8705
0a0d0041
TF
87062001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8707
8708 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8709 options for i[3456]86-pc-linux* native builds.
8710
d932cae7
NC
87112001-12-05 Laurent Guerby <guerby@acm.org>
8712
8713 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8714 libiberty.
d932cae7
NC
8715
8716 Import this patch from gcc:
5481b376 8717
d932cae7
NC
8718 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8719
8720 * symlink-tree: handle DOS-style absolute paths.
8721
49b7683b
DD
87222001-11-28 DJ Delorie <dj@redhat.com>
8723 Zack Weinberg <zack@codesourcery.com>
8724
8725 When build != host, create libiberty for the build machine.
8726
8727 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8728 CONFIG_ARGUMENTS.
8729 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8730 New variables.
8731 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8732 and rules.
8733 (all.normal): Depend on ALL_BUILD_MODULES.
8734 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8735 (all-build-libiberty): Depend on configure-build-libiberty.
8736
8737 * configure: Calculate and substitute proper value for
8738 ALL_BUILD_MODULES.
8739 * configure.in: Create the build subdirectory.
8740 Calculate and substitute TARGET_CONFIGARGS (formerly
8741 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8742
26ef82f4
GK
87432001-11-26 Geoffrey Keating <geoffk@redhat.com>
8744
8745 * config.sub: Update to version 1.232 on subversion.
8746
43e64072
NC
87472001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8748
8749 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8750 files from .po files for a distribution.
8751
66f6c0d5
HPN
87522001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8753
8754 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8755
4a02fdb2
JH
87562001-11-13 Jeff Holcomb <jeffh@redhat.com>
8757
8758 Merged from net gcc:
8759 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8760 * ltcf-c.sh: Use $objext, not $ac_objext.
8761 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8762 * ltcf-cxx.sh: Add support for GNU.
8763 2001-07-22 Timothy Wall <twall@redhat.com>
8764 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8765 default settings if using GNU tools with that configuration.
8766 * ltcf-cxx.sh: Ditto.
8767 * ltcf-gcj.sh: Ditto.
8768 2001-07-21 Michael Chastain <chastain@redhat.com>
8769 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8770 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8771 * ltmain.sh: Mark as gcc-local.
8772
227b9953
JH
87732001-11-13 Jeff Holcomb <jeffh@redhat.com>
8774
8775 * Makefile.in (all-bison): Revert 2001-10-24.
8776 Don't depend on texinfo.
8777
cbbab8fb
JJ
87782001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8779
80413487 8780 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8781
922b2485
DD
87822001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8783
8784 * configure.in (--enable-languages): Be more permissive about
8785 syntax. Check for empty lists better. Warn about $LANGUAGES.
8786
f08fa01d
HPN
87872001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8788
8789 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8790
fee3da4e
JH
87912001-10-24 Jeff Holcomb <jeffh@redhat.com>
8792
8793 Makefile.in (all-bison): Don't depend on texinfo.
8794
73fb1ef9
AM
87952001-10-03 Alan Modra <amodra@bigpond.net.au>
8796
8797 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8798
373688ac
AO
87992001-09-29 Alexandre Oliva <aoliva@redhat.com>
8800
8801 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8802
9c07660b
HPN
88032001-09-28 Hans-Peter Nilsson <hp@axis.com>
8804
8805 * config.sub, config.guess: Import latest from subversions.
8806
3f152009
AO
88072001-09-21 Alexandre Oliva <aoliva@redhat.com>
8808
8809 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8810 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8811 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8812 avoid quotes nesting problems.
8813 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8814 (DO_X): Export only variables that are set.
8815
8f6a59e5
BE
88162001-09-19 Ben Elliston <bje@redhat.com>
8817
8818 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8819 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8820 semantics. Use the shell built-in "type" command instead.
8821
a1ec19fa
TS
88222001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8823
8824 * config.sub: Reverted the earlier change, this version is not the
8825 master file.
8826
4008bd9b
TS
88272001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8828
8829 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8830 Add support for mips64.
8831
dd1e52a4
JH
88322001-09-03 Jeff Holcomb <jeffh@redhat.com>
8833
8834 * configure.in: Enable libstdc++-v3 for h8300 targets.
8835
91549d1c
EC
88362001-08-30 Eric Christopher <echristo@redhat.com>
8837 Jason Eckhardt <jle@redhat.com>
8838
8839 * config.sub: Add support for mipsisa32.
8840
cf966cf9
EC
88412001-08-30 Eric Christopher <echristo@redhat.com>
8842
8843 * config.sub, config.guess: Import latest from subversions.
8844
82208dc5
AM
88452001-08-20 Alan Modra <amodra@bigpond.net.au>
8846
8847 * config.sub, config.guess: Import latest from subversions.
8848
4dca8403
DD
88492001-07-26 DJ Delorie <dj@redhat.com>
8850
8851 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8852
1107dce2
AM
88532001-06-19 Alan Modra <amodra@bigpond.net.au>
8854
8855 * Makefile.in: Revert 2001-06-17.
8856 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8857
e09a6604
L
88582001-06-17 H.J. Lu <hjl@gnu.org>
8859
8860 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8861 (gas+binutils.tar.bz2): Likewise.
8862 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8863
31a8b634
AC
8864Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8865
8866 * Makefile.in (VER): When present, extract the version number from
5481b376 8867 the file version.in.
31a8b634 8868
dc70af01
AO
88692001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8870
8871 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8872 gcc/xgcc is built, use -print-prog-name to find out the program
8873 name to use.
8874
839bbd8c
AO
88752001-06-04 Mark Mitchell <mark@codesourcery.com>
8876
8877 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8878 with_gcc]: Use `gcc -shared' to build a shared library.
8879
566e9a30
AO
88802001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8881
8882 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8883 archives.
8884
e877bb69
AO
88852001-05-28 Simon Patarin <simon.patarin@inria.fr>
8886
8887 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8888 libraries when using g++ with native linker.
8889
1605288b
AO
88902001-05-28 Alexandre Oliva <aoliva@redhat.com>
8891
8892 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8893
11a383ba
TR
88942001-05-24 Tom Rix <trix@redhat.com>
8895
8896 * configure.in : enable ld for aix
cf966cf9 8897
18611226
AO
88982001-05-22 Alexandre Oliva <aoliva@redhat.com>
8899
8900 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8901 [aix4*|aix5*]: Prepend blank.
8902
6be7c12c
AO
89032001-05-20 Alexandre Oliva <aoliva@redhat.com>
8904
8905 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8906 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8907 of subdir/configure scripts to use the new libtool.m4.
8908
4ed00bba
L
89092001-05-14 H.J. Lu <hjl@gnu.org>
8910
8911 * config.if (libc_interface): Set to -libc6.2- for cross
8912 compiling to Linux/glibc 2.2.
8913
b1af961c
AO
89142001-05-03 Alexandre Oliva <aoliva@redhat.com>
8915
8916 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8917 libgcj.
8918
5ec3e74e
AO
89192001-04-26 Alexandre Oliva <aoliva@redhat.com>
8920
8921 * configure.in (noconfigdirs): Don't reset it from scratch in the
8922 target case; only append to it.
8923
b3ed1d6b
AO
89242001-04-26 Alexandre Oliva <aoliva@redhat.com>
8925
8926 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8927 sparc-*-solaris2.8]: Disable ${libgcj}.
8928
96111c10
AO
89292001-04-25 Alexandre Oliva <aoliva@redhat.com>
8930
8931 * configure.in (libgcj_saved): Copy from $libgcj.
8932 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8933 --disable-libgcj.
8934
b5bf43f2
AO
89352001-04-20 Alexandre Oliva <aoliva@redhat.com>
8936
8937 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8938 1.641.2.228.
8939
8cc32590
AO
89402001-04-12 Alexandre Oliva <aoliva@redhat.com>
8941
8942 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8943 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8944
dec0cb0c
AO
89452001-04-01 Alexandre Oliva <aoliva@redhat.com>
8946
8947 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8948 New macros.
8949 (bootstrap, cross): Use RECURSE_FLAGS.
8950 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8951
6a9c3886
AO
89522001-03-27 Alexandre Oliva <aoliva@redhat.com>
8953
8954 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8955
d4fc7db8
NC
89562001-03-23 Nick Clifton <nickc@redhat.com>
8957
8958 * README-maintainer-mode: Add note about inability to use "make
8959 distclean" in maintainer mode.
8960
7389ff65
AO
89612001-03-22 Alexandre Oliva <aoliva@redhat.com>
8962
8963 Re-installed:
8964 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8965 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8966 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8967 * ltcf-cxx.sh: Likewise.
8968 * ltcf-gcj.sh: Likewise.
8969
b3e0dc8e
PB
89702001-03-22 Philip Blundell <philb@gnu.org>
8971
8972 * config.sub, config.guess: Import latest from subversions.
8973
469b781c
AO
89742001-03-22 Alexandre Oliva <aoliva@redhat.com>
8975
8976 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8977 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8978
b0dad762
MC
89792001-03-20 Michael Chastain <chastain@redhat.com>
8980
8981 * Makefile.in: all-m4 depends on all-texinfo.
8982
c559bb17
AO
89832001-03-08 Alexandre Oliva <aoliva@redhat.com>
8984
8985 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8986
fef4ae2e
JJ
89872001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8988
8989 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8990 longer valid.
8991
8d6dd99d
NC
89922001-02-16 Nick Clifton <nickc@redhat.com>
8993
8994 * configure.in (noconfigdirs): Allow configuration of texinfo
8995 for Cygwin hosts.
8996
a85d7ed0
NC
89972001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8998
8999 * config.guess: Add linux target for S/390.
9000 * config.sub: Likewise.
9001 * configure.in: Likewise.
9002
51221c5e
DD
90032001-02-06 Ben Elliston <bje@redhat.com>
9004
9005 * configure: Output host type to stdout, not stderr.
9006
9dec4c71
MS
90072001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9008
9009 * config.guess: Import from subversions.gnu.org (revision 1.181).
9010 * config.sub: Import from subversions.gnu.org (revision 1.199).
9011
9add9c04
AM
90122001-01-30 Alan Modra <alan@linuxcare.com.au>
9013
9014 * config.guess: Handle hppa64-linux systems.
9015
8679174d
MS
90162001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9017
9018 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9019 Don't unset, it's non-portable and no longer necessary, set to empty
9020 instead.
9021
02d01ed4
MS
90222001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9023
9024 * ltconfig: Shell portability fix for the tagname validity check.
9025
4cc5853d
MS
90262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9027
9028 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9029
7487e485
AO
90302001-01-27 Alexandre Oliva <aoliva@redhat.com>
9031
9032 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9033 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9034
f332af52
AO
90352001-01-24 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9038 keep at least one of build_libtool_libs or build_old_libs set to
9039 yes.
9040
ef099754
AO
90412001-01-24 Alexandre Oliva <aoliva@redhat.com>
9042
9043 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9044 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9045
8341f2fc 90462000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9047
8341f2fc
AJ
9048 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9049
90502000-11-03 Philip Blundell <pb@futuretv.com>
9051
9052 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9053 files.
ebf0fa2e 9054
c320a39f
JJ
90552001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9056
9057 * COPYING.NEWLIB: Put into source repository.
9058
8817b92e
BE
90592001-01-15 Ben Elliston <bje@redhat.com>
9060
9061 * configure.in (host_tools): Add sid.
9062 Always configure cgen.
9063 * Makefile.in (all-sid): New target.
9064 (check-sid, clean-sid, install-sid): Likewise.
9065
35590697
AJ
90662001-01-07 Andreas Jaeger <aj@suse.de>
9067
80413487 9068 * config.sub, config.guess: Update from subversions.
35590697 9069
6ee6cea6
AO
90702000-12-12 Alexandre Oliva <aoliva@redhat.com>
9071
9072 * configure.in: Disable language-specific target libraries for
9073 languages that aren't enabled.
9074
077b8428
NC
90752000-11-24 Nick Clifton <nickc@redhat.com>
9076
9077 * configure.in (xscale-elf): Add target.
9078 (xscale-coff): Add target.
9079 (c4x, c5x, tic54x): Move after ARM targets.
9080
9e28a1ed
AO
90812000-11-23 Alexandre Oliva <aoliva@redhat.com>
9082
9083 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9084
be98a80a
ILT
90852000-11-20 Ian Lance Taylor <ian@zembu.com>
9086
9087 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9088
5cec67bf
AO
90892000-11-18 Alexandre Oliva <aoliva@redhat.com>
9090
9091 * Makefile.in: Merge with GCC and libgcj.
9092 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9093 configure-target-<library> when their configure scripts need the C
9094 or C++ library to have already been built to work properly.
9095 (do_proto_toplev): Set them to an empty string.
9096
d932cae7 90972000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9098
9099 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9100 (REALLY_SET_LIB_PATH): Use them.
9101
d932cae7 91022000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9103
9104 * config.sub: Add support for Sun Chorus
9105
8602ff0c
NC
91062000-11-02 Per Lundberg <plundis@chaosdev.org>
9107
9108 * config.sub: Add support for the *-storm-chaos OS.
9109
f9e0997d
NC
91102000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9111
80413487
RH
9112 * configure.in (noconfigdirs): Don't compile some
9113 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9114
d64552c5
AO
91152000-09-30 Alexandre Oliva <aoliva@redhat.com>
9116
9117 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9118 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9119 all affected `configure' scripts.
9120
97f60b31
AO
91212000-09-25 Alexandre Oliva <aoliva@redhat.com>
9122
9123 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9124 ltcf-c.sh.
9125
6e8dd58f
PB
91262000-09-12 Philip Blundell <philb@gnu.org>
9127
9128 * config.sub, config.guess: Update from subversions.
9129
103a2e99
AO
91302000-09-06 Alexandre Oliva <aoliva@redhat.com>
9131
51601921
AO
9132 * Makefile.in (all-zlib): Added dummy target.
9133
103a2e99
AO
9134 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9135 multi-language branch.
9136
2809b4b9
AO
91372000-09-05 Alexandre Oliva <aoliva@redhat.com>
9138
9139 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9140 (bootstrap*): Depend on all-bootstrap.
9141
7450026c
AO
91422000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9143
9144 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9145 crosses, but add gcc/include to the header search path for them.
9146
6cf86f7f
AO
91472000-08-31 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9150 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9151 * gettext.m4: New file, extracted from aclocal.m4.
9152
ce2ea6e3
AO
91532000-08-22 Alexandre Oliva <aoliva@redhat.com>
9154
9155 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9156 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9157 sub-configures.
9158
9765193e
DE
91592000-08-20 Doug Evans <dje@casey.transmeta.com>
9160
9161 * Makefile.in (ALL_MODULES): Add all-cgen.
9162 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9163 (all-cgen): New target.
9164 (all-opcodes,all-sim): Depend on all-cgen.
9165 * configure.in (host_tools): Add cgen.
9166 Only configure cgen if --enable-cgen-maint.
9167
d7b32520
AO
91682000-08-17 Alexandre Oliva <aoliva@redhat.com>
9169
9170 * config-ml.in (CC, CXX): Don't introduce a leading space.
9171
e52ef561
AO
91722000-08-16 Alexandre Oliva <aoliva@redhat.com>
9173
9174 * configure.in (libstdcxx_flags): Use
9175 libstdc++-v3/src/libstdc++.INC.
9176
88f9c2a0
AO
91772000-08-15 Alexandre Oliva <aoliva@redhat.com>
9178
9179 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9180
98fbe43f
JM
91812000-08-11 Jason Merrill <jason@redhat.com>
9182
9183 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9184 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9185 (FLAGS_FOR_TARGET): Not here.
9186 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9187
279ddab4
DD
91882000-08-07 DJ Delorie <dj@redhat.com>
9189
9190 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9191 "if we're also building gcc, and it's a gcc that will run on the
9192 build machine, we want to use its includes instead of the system's
9193 default includes".
9194
60523a83
AO
91952000-08-03 Alexandre Oliva <aoliva@redhat.com>
9196
24ffec7a
AO
9197 * configure.in (libstdcxx_flags): Don't use `"'.
9198
60523a83
AO
9199 * config-ml.in: Adjust multilib search paths to the
9200 appropriate multilib tree.
9201
daf644b5
AO
92022000-08-02 Alexandre Oliva <aoliva@redhat.com>
9203
9204 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9205 commas in $LANGUAGES.
9206
63266560
DD
92072000-08-01 Alexandre Oliva <aoliva@redhat.com>
9208
9209 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9210
92112000-07-31 Alexandre Oliva <aoliva@redhat.com>
9212
9213 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9214 CXX_FOR_TARGET for sed.
9215
92162000-07-30 Alexandre Oliva <aoliva@redhat.com>
9217
9218 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9219 Do not override if already set in the environment or in configure.
9220 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9221 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9222
9e449d3e
AO
92232000-07-27 Alexandre Oliva <aoliva@redhat.com>
9224
9225 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9226 (GCC_FOR_TARGET): Use it.
9227 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9228 * configure.in: ... here.
9229 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9230 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9231
8bbd92e0
AO
92322000-07-24 Alexandre Oliva <aoliva@redhat.com>
9233
fd1f87b2
AO
9234 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9235 (configure-target-libchill, configure-target-libobjc): Likewise.
9236
8bbd92e0
AO
9237 * configure.in: Use the same cache file for all target libs.
9238 * config-ml.in: But different cache files per multilib variant.
9239
25c6c112
JL
92402000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9241
9242 * configure (topsrcdir): Don't use dirname.
9243
ba73c63f
JM
92442000-07-20 Jason Merrill <jason@redhat.com>
9245
9246 * configure.in: Remove all references to libg++ and librx.
9247
9248 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9249
1af08294
HPN
92502000-07-20 Hans-Peter Nilsson <hp@axis.com>
9251
9252 * config.sub: Update to subversions version 2000-07-06.
9253
ba73c63f
JM
92542000-07-12 Andrew Haley <aph@cygnus.com>
9255
9256 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9257 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9258
92592000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9260
9261 * symlink-tree: Check number of arguments.
9262
d932cae7 92632000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9264
9265 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9266
ba73c63f
JM
92672000-07-05 Jim Wilson <wilson@cygnus.com>
9268
9269 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9270 search path for a g++ extracted from the build tree. This
9271 will allow link tests run by configure scripts in
9272 subdirectories to succeed.
9273
92ee2f86
UC
92742000-07-01 Koundinya K <kk@ddeorg.soft.net>
9275
80413487 9276 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9277
23f2f29f
CV
92782000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9279
9280 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9281 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9282
f04f5a67
TW
92832000-06-19 Timothy Wall <twall@cygnus.com>
9284
9285 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9286 * config.sub: Add tic54x target.
9287
11da68be
NC
92882000-06-07 Phillip Thomas <pthomas@suse.de>
9289
9290 * README-maintainer-mode: New file: Contains notes on using
9291 --enable-maintainer-mode with binutils.
9292
d932cae7 92932000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9294
9295 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9296
d932cae7 92972000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9298
9299 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9300 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9301
9442cea3
L
930220000-05-21 H.J. Lu (hjl@gnu.org)
9303
80413487
RH
9304 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9305 directory are used if they exist. Make sure
9306 $(build_tooldir)/include is searched for header files,
9307 $(build_tooldir)/lib/ for library files.
9442cea3 9308 (GCC_FOR_TARGET): Likewise.
80413487 9309 (CXX_FOR_TARGET): Likewise.
9442cea3 9310
d932cae7 93112000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9312
9313 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9314
d932cae7 93152000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9316
9317 * Makefile.in (configure-target-libiberty): Depend on
9318 configure-target-newlib.
9319
ba73c63f
JM
93202000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9321
9322 * configure.in, Makefile.in: Merge all libffi-related
9323 configury stuff from the libgcj tree.
9324
d932cae7 93252000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9326
9327 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9328 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9329
d932cae7 93302000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9331
9332 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9333 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9334 current version information. Add to proto-toplev directory.
b5a23627
AC
9335 (gdb-taz): Build do-djunpack.
9336
ba73c63f
JM
93372000-05-15 David Edelsohn <edelsohn@gnu.org>
9338
9339 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9340
7c86ed39
L
93412000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9342
9343 * ltmain.sh: Preserve in relink_command any environment
9344 variables that may affect the linker behavior.
9345
d932cae7 93462000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9347
9348 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9349
d932cae7 93502000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9351
9352 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9353
ed0a91a5
EZ
93542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9355
9356 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9357 with the version name.
ed0a91a5 9358
ba73c63f 93592000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9360
ba73c63f 9361 * config.if: Tweak.
6cafa39f 9362
ba73c63f 93632000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9364
ba73c63f 9365 * djunpack.bat: New file.
66156876 9366
d932cae7 93672000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9368
9369 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9370 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9371 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9372 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9373
ba73c63f
JM
93742000-04-16 Dave Pitts <dpitts@cozx.com>
9375
80413487
RH
9376 * config.sub (case $basic_machine): Change default for "ibm-*"
9377 to "openedition".
ba73c63f 9378
d932cae7 93792000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9380
9381 * Makefile.in (gdb-taz): New target. GDB specific archive.
9382 (do-md5sum): New target.
9383 (MD5PROG): Define.
9384 (PACKAGE): Default to TOOL.
9385 (VER): Default to a shell script.
9386 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9387 md5 checksum generation.
b35ece4e
AC
9388 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9389 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9390 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9391 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9392
d932cae7 93932000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9394
9395 * configure (warn_cflags): Delete.
9396
ba73c63f 93972000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9398 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9399
80413487
RH
9400 * configure.in (enable_libstdcxx_v3): Add.
9401 (target_libs): Add bits here to switch between libstdc++-v2 and
9402 libstdc++-v3.
9403 * config.if: And this file too.
9404 * Makefile.in: Add libstdc++-v3 targets.
35590697 9405
ba73c63f
JM
94062000-04-05 Michael Meissner <meissner@redhat.com>
9407
9408 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9409
d332c5ac
JM
94102000-03-29 Jason Merrill <jason@casey.cygnus.com>
9411
9412 * configure.in: -linux-gnu*, not -linux-gnu.
9413
d932cae7 94142000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9415
9416 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9417 (do-tar-bz2): Replace TOOL with PACKAGE.
9418 (gdb.tar.bz2): Remove GDBTK from GDB package.
9419 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9420 dejagnu.tar.bz2): New packages.
6dcbc97b 9421
96ce09a7
ILT
94222000-02-27 Andreas Jaeger <aj@suse.de>
9423
9424 * configure.in: Add entry for mips*-*-linux*, move catch all
9425 *-*-*linux* entry below this one.
9426
2031769e
ILT
94272000-02-27 Ian Lance Taylor <ian@zembu.com>
9428
9429 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9430
4bab746c
NC
94312000-02-24 Nick Clifton <nickc@cygnus.com>
9432
9433 * config.sub: Support an OS of "wince".
9434
d932cae7 94352000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9436
9437 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9438 version.
ada59422 9439
5b93d8bb
AM
94402000-02-23 Linas Vepstas <linas@linas.org>
9441
9442 * config.sub: Add support for Linux/IBM 370.
9443 * configure.in: Likewise.
9444
2fb651f6
NC
94452000-02-22 Nick Clifton <nickc@cygnus.com>
9446
9447 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9448
b8441c25
CF
94492000-02-20 Christopher Faylor <cgf@cygnus.com>
9450
9451 * config.guess: Guess "cygwin" rather than "cygwin32".
9452
d332c5ac
JM
94532000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9454
9455 * configure (gcc_version): When setting, narrow search to
9456 lines containing `version_string'.
9457
ba73c63f
JM
94582000-02-15 Denis Chertykov <denisc@overta.ru>
9459
9460 * config.sub: Add support for avr target.
9461
d932cae7 94622000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9463
9464 * config.sub: Add mmix-knuth-mmixware.
9465
94662000-01-27 Christopher Faylor <cgf@redhat.com>
9467
9468 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9469 structure stuff to -L library search.
9470 (CXX_FOR_TARGET): Ditto.
9471 (CROSS_CHECK_MODULES): Fix spelling mistake.
9472
94732000-01-24 Mark Mitchell <mark@codesourcery.com>
9474
9475 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9476 the C++ compiler.
9477
94782000-01-12 Richard Henderson <rth@cygnus.com>
9479
9480 * configure.in: Don't build some bits for beos.
9481
94822000-01-12 Joel Sherrill (joel@OARcorp.com)
9483
9484 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9485 as include files.
9486
91b2c84d
GK
94872000-01-06 Geoff Keating <geoffk@cygnus.com>
9488
9489 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9490 not mh-aix43.
9491
ba73c63f
JM
94921999-12-14 Richard Henderson <rth@cygnus.com>
9493
9494 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9495 * config.sub: Accept alphaev[78], alphaev8.
9496
94971999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9498
9499 * config.guess, config.sub: Update from autoconf.
9500
9501Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9502
9503 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9504 necessary libraries are missing.
9505
95061999-10-25 Andreas Schwab <schwab@suse.de>
9507
9508 * configure: Fix quoting inside arguments of eval.
9509
95101999-10-21 Nick Clifton <nickc@cygnus.com>
9511
9512 * config-ml.in: Allow suppression of some ARM multilibs.
9513
9514Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9515
9516 * config.guess: Add OS/390 match pattern.
9517 * config.sub: Add mvs, openedition targets.
9518 * configure.in (i370-ibm-opened*): New.
9519
ef14edc4
ILT
95201999-09-04 Steve Chamberlain <sac@pobox.com>
9521
9522 * config.sub: Add support for configuring for pj.
9523
afb478e8
NC
95241999-08-31 Nick Clifton <nickc@cygnus.com>
9525
fd6848f6 9526 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9527
ba73c63f 95281999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9529
9530 * configure.in: Do not configure or build ld for AIX
9531 platforms. ld is known to be broken on these platforms.
9532
ba73c63f
JM
9533Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9534
9535 * config-ml.in: Pass compiler flag corresponding to multidirs to
9536 subdir configures.
9537
c363de44
ILT
95381999-08-09 Ian Lance Taylor <ian@zembu.com>
9539
9540 * Makefile.in (LDFLAGS): Define.
9541
dc8bc5a6
ILT
95421999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9543
9544 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9545 noconfigdirs.
9546 (*-*-cygwin*): Likewise.
9547
6ca3858e
ILT
95481999-08-08 Ian Lance Taylor <ian@zembu.com>
9549
71141bb6
ILT
9550 * mkdep: New file.
9551 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9552 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9553
6ca3858e
ILT
9554 From Eli Zaretskii <eliz@is.elta.co.il>:
9555 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9556 long file name when using DJGPP on MS-DOS.
9557
ba73c63f
JM
9558Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9559
9560 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9561
2735a327
AM
95621999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9563
9564 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9565 dependency as this causes "make check" to globally "make all"
9566
ba73c63f
JM
9567Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9568
9569 * configure.in (target_libs): Added target-zlib.
9570 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9571 (CONFIGURE_TARGET_MODULES): Likewise.
9572 (CHECK_TARGET_MODULES): Likewise.
9573 (INSTALL_TARGET_MODULES): Likewise.
9574 (CLEAN_TARGET_MODULES): Likewise.
9575 (configure-target-zlib): New target.
9576 (all-target-zlib): Likewise.
9577 (all-target-libjava): Depend on all-target-zlib.
9578 (configure-target-libjava): Depend on configure-target-zlib.
9579
9580 * Makefile.in (configure-target-libjava): Depend on
9581 configure-target-newlib.
9582 (configure-target-boehm-gc): New target.
9583 (configure-target-qthreads): New target.
9584
80413487
RH
9585 * configure.in (target_libs): Added target-qthreads.
9586 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9587 (CONFIGURE_TARGET_MODULES): Likewise.
9588 (CHECK_TARGET_MODULES): Likewise.
9589 (INSTALL_TARGET_MODULES): Likewise.
9590 (CLEAN_TARGET_MODULES): Likewise.
9591 (all-target-qthreads): New target.
9592 (configure-target-libjava): Depend on configure-target-qthreads.
9593 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9594
9595 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9596 (CONFIGURE_TARGET_MODULES): Likewise.
9597 (CHECK_TARGET_MODULES): Likewise.
9598 (INSTALL_TARGET_MODULES): Likewise.
9599 (CLEAN_TARGET_MODULES): Likewise.
9600 (all-target-libjava): New target.
9601 (all-target-boehm-gc): Likewise.
9602 * configure.in (target_libs): Added libjava, boehm-gc.
9603
08d836d6
ILT
96041999-07-22 Ian Lance Taylor <ian@zembu.com>
9605
9606 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9607 configure.bat in SUPPORT_FILES.
9608 (gas+binutils.tar.bz2): Likewise.
9609
9610 * makeall.bat: Remove; obsolete.
9611
8f36e47c
ILT
96121999-07-21 Ian Lance Taylor <ian@zembu.com>
9613
9614 From Mark Elbrecht:
9615 * configure.bat: Remove; obsolete.
9616
56e82f25
ILT
96171999-07-11 Ian Lance Taylor <ian@zembu.com>
9618
9619 * configure: Add -W -Wall to the default CFLAGS when compiling with
9620 gcc.
9621
1001d816
JL
9622Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9623
9624 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9625
106117aa
MM
96261999-06-30 Mark Mitchell <mark@codesourcery.com>
9627
9628 * configure.in: Build ld on IRIX6.
9629
c376f4ed
ILT
96301999-06-12 Ian Lance Taylor <ian@zembu.com>
9631
9632 * Makefile.in: Change distribution targets to use bzip2 instead of
9633 gzip.
9634 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9635 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9636
306b7445
NC
96371999-06-04 Nick Clifton <nickc@cygnus.com>
9638
9639 * config.sub: Add mcore target.
9640
d932cae7 96411999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9642
9643 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9644
d932cae7 96451999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9646
9647 * config.guess (dummy): Changed to $dummy.
9648
6c3175b0
NC
96491999-05-24 Nick Clifton <nickc@cygnus.com>
9650
ba73c63f
JM
9651 * config.sub: Tidied up case statements.
9652
96531999-05-22 Ben Elliston <bje@cygnus.com>
9654
9655 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9656 <jiro@din.or.jp>.
9657
9658 * config.guess: Merge with FSF version. Future changes will be
9659 more accurately recorded in this ChangeLog.
9660 * config.sub: Likewise.
9661
d932cae7 96621999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9663
9664 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9665
252b5132
RH
96661999-04-30 Tom Tromey <tromey@cygnus.com>
9667
9668 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9669
96701999-04-23 Tom Tromey <tromey@cygnus.com>
9671
9672 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9673
96741999-04-20 Drew Moseley <dmoseley@cygnus.com>
9675
9676 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9677 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9678 Bad merge removed these two changes.
9679
ba73c63f 9680Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9681 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9682
9683 * config.guess (interix Alpha): Add.
9684
252b5132
RH
96851999-04-11 Richard Henderson <rth@cygnus.com>
9686
9687 * configure.in (i?86-*-beos*): Do config gperf; don't config
9688 gdb, newlib, or libgloss.
9689
d932cae7 96901999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9691
ba73c63f
JM
9692 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9693 link a trivial program with -mabi=64. If it fails, remove mabi=64
9694 from multidirs.
9695
d932cae7 96961999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9697
9698 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9699
252b5132
RH
97001999-04-08 Nick Clifton <nickc@cygnus.com>
9701
9702 * config.sub: Add support for mcore targets.
9703
97041999-04-07 Michael Meissner <meissner@cygnus.com>
9705
9706 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9707 not mt-ospace, in order to shut up assembler warning about using
9708 symbols that are named the same as registers.
9709
97101999-04-07 Drew Moseley <dmoseley@cygnus.com>
9711
9712 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9713 dependency list for all-target-cygmon.
9714
97151999-04-05 Doug Evans <devans@casey.cygnus.com>
9716
9717 * config-ml.in: Check $host, not $target, for selective multilibs.
9718 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9719 thumb interworking, and underscore prefix multilibs.
9720
97211999-04-04 Ian Lance Taylor <ian@zembu.com>
9722
9723 * missing: Update to version from current automake.
9724
9725Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9726
9727 * configure (gxx_include_dir): Removed.
9728
9729 * configure.in (gxx_include_dir): Handle it.
9730 * Makefile.in: Likewise.
9731
97321999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9733
9734 * config.sub (mips64vr4111,mips64vr4111el) Add.
9735
97361999-03-21 Ben Elliston <bje@cygnus.com>
9737
80413487 9738 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9739
9740Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9741
252b5132
RH
9742 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9743 config/mh-djgpp.
9744
9745Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9746
9747 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9748 all-target-newlib to dependency list for all-target-bsp.
9749
9750Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9751
9752 * config.sub: Add i386-uwin support.
9753 * config.guess: Likewise.
9754
9755Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9756
9757 * configure.in: cleanup, add mh-*pic handling for arm, special
9758 case powerpc*-*-aix*
9759
9760Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9761
9762 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9763 can be built.
9764
9765Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9766
9767 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9768 targets.
252b5132
RH
9769
97701999-03-02 Nick Clifton <nickc@cygnus.com>
9771
9772 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9773
d932cae7 97741999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9775
9776 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9777
97781999-02-24 Nick Clifton <nickc@cygnus.com>
9779
9780 * config.sub: Fix typo in arm recognition.
9781
d932cae7 97821999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9783
9784 * configure.in (noconfigdirs): Changed target_configdirs to
9785 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9786 rather than m68k-*-* since it is not known to work on
9787 m68k-aout. Ditto for arm-*-*oabi.
9788
d932cae7 97891999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9790
9791 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9792
97931999-02-19 Ben Elliston <bje@cygnus.com>
9794
9795 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9796 Smart and improved by Andrew Cagney.
9797
d932cae7 97981999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9799
9800 * config.guess: Recognize openbsd-*-hppa.
9801
d932cae7 98021999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9803
9804 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9805 only if it is not empty.
9806
98071999-02-17 Nick Clifton <nickc@cygnus.com>
9808
9809 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9810
fd6848f6 9811 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9812
9813 * config.sub: Modified to recognize uname's armv* syntax.
9814
98151999-02-17 Mark Salter <msalter@cygnus.com>
9816
9817 * configure.in: Added target-bsp for sparclite.
9818
d932cae7 98191999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9820
9821 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9822
98231999-02-08 Nick Clifton <nickc@cygnus.com>
9824
9825 * configure.in: Add support for strongarm port.
9826 * config.sub: Add support for strongarm target.
9827
d932cae7 98281999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9829
252b5132
RH
9830 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9831 the old name config/mh-cygwin32.
9832 Enable texinfo.
9833
d932cae7 98341999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9835
9836 * configure.in: Do build ld for ix86 Solaris.
9837
d932cae7 98381999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9839
9840 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9841 $AR_FOR_TARGET. Likewise for RANLIB.
9842
d932cae7 98431999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9844
80413487
RH
9845 * config.sub (oabi): Recognize.
9846 * configure.in (arm-*-oabi): Handle.
252b5132 9847
d932cae7 98481999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9849
9850 * config.guess: Improve detection of i686 on UnixWare 7.
9851
d932cae7 98521999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9853
9854 * config.guess: Add support for i386-pc-interix.
9855 * config.sub: Likewise.
9856 * configure.in: Likewise.
252b5132 9857
d932cae7 98581999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9859
9860 * Makefile.in: Remove unneeded all-target-libio from
9861 from all-target-winsup target since it is now unneeded.
9862 Add all-target-libtermcap in its place since it is now
9863 needed.
9864
d932cae7 98651998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9866
9867 * configure.in: makefile stub for cygwin target is probably
9868 unnecessary. Remove it for now.
252b5132 9869
d932cae7 98701998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9871
9872 * configure.in: libtermcap.a should be built when cygwin is the
9873 target as well as the host.
9874 * config.guess: Allow mixed case in cygwin uname output.
9875 * Makefile.in: Add libtermcap target.
252b5132 9876
d932cae7 98771998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9878
9879 * config.sub: Clean up handling of hppa2.0.
9880
d932cae7 98811998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9882
9883 * config.guess: Use C code to identify more HP machines.
9884
9885Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9886
9887 * config.sub: Handle hppa2.0.
9888
ba73c63f
JM
9889Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9890
9891 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9892 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9893
98941998-12-15 Mark Salter <msalter@cygnus.com>
9895
9896 * configure.in: Added target-bsp for several target architectures.
9897
9898 * Makefile.in: Added rules for bsp.
9899
252b5132
RH
9900Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9901
9902 * config.guess: Improve detection of hppa2.0 processors.
9903
9904Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9905
9906 * config.guess: Recognize FreeBSD using ELF automatically.
9907
99081998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9909
9910 * configure (skip-this-dir): Add handling for new shell script, which
9911 might be created by a sub-directory's configure to indicate, this particular
9912 directory is "unwanted".
9913 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9914
252b5132
RH
9915Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9916
9917 * ltconfig: import from libtool, after changing libtool to
9918 account for the cygwin name change.
9919
9920Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9921
9922 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9923 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9924
9925Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9926
9927 * configure.in: Add libtermcap to list of cygwin dependencies.
9928
d932cae7 99291998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9930
80413487
RH
9931 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9932 they include winsup/include when it's a cygwin target.
252b5132
RH
9933
99341998-11-12 Tom Tromey <tromey@cygnus.com>
9935
9936 * configure.in (host_tools): Added zip.
9937 * Makefile.in (all-target-libjava): Depend on all-zip.
9938 (all-zip): New target.
9939 (ALL_MODULES): Added all-zip.
9940 (NATIVE_CHECK_MODULES): Added check-zip.
9941 (INSTALL_MODULES): Added install-zip.
9942 (CLEAN_MODULES): Added clean-zip.
9943
d932cae7 99441998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9945
9946 * Makefile.in: lose "32" from comment about cygwin.
9947
d932cae7 99481998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9949
9950 * configure.in: Use -Os to build target libraries for the fr30.
9951
d932cae7 99521998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9953
9954 * config.sub: Add fr30.
9955
d932cae7 99561998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9957
80413487 9958 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9959 cygwin* instead of cygwin32*.
9960 * config.sub: Check cygwin* instead of cygwin32*.
9961
d932cae7 99621998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9963
9964 * config.guess: Match any version of Unixware7.
9965
252b5132
RH
99661998-10-20 Syd Polk <spolk@cygnus.com>
9967
9968 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9969 if desired.
9970
d932cae7 99711998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9972
9973 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9974 these if the appropriate directories and files to not exist.
9975
d932cae7 99761998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9977
9978 * Makefile.in (DEVO_SUPPORT): Add config.if.
9979
d932cae7 99801998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9981
9982 * configure: Add pattern to replace "build_tooldir"'s
9983 definition in the generated Makefile with "tooldir"'s
9984 actual value.
9985
252b5132
RH
9986Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9987
9988 * config.sub: Bring back lost sparcv9.
9989
ba73c63f
JM
9990 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9991
9992Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9993
9994 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9995 CC_FOR_TARGET and friends.
9996
9997Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9998
ba73c63f
JM
9999 * Makefile.in (build_tooldir): New variable, same as tooldir.
10000 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10001 -B$(build_tooldir)/bin/.
10002 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10003
252b5132
RH
10004Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10005
10006 * config.sub: Add support for i[34567]86-pc-udk.
10007 * configure.in: Likewise.
10008
10009Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10010
10011 * Makefile.in: add bzip2 package building bits for user
10012 tools module
10013 * configure.in: ditto
10014
ba73c63f
JM
10015Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10016
10017 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10018 (ALL_TARGET_MODULES): Add all-target-libobjc.
10019 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10020 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10021 (all-target-libchill): Add dependencies.
10022 * configure.in (target_libs): Add libchill.
35590697 10023
252b5132
RH
100241998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10025
ba73c63f 10026 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10027
10028Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10029
10030 * Makefile.in (all-automake): fix dependencies.
10031
10032Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10033
10034 * configure.in: Minor cleanups for building in the $(target_alias)
10035 subdir.
10036
100371998-09-22 Jim Wilson <wilson@cygnus.com>
10038
10039 * Makefile.in (bootstrap): Set r and s before make all. Use
10040 BASE_FLAGS_TO_PASS in make all.
10041 (cross): Likewise.
10042
100431998-09-20 Mark Mitchell <mark@markmitchell.com>
10044
10045 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10046
252b5132
RH
10047Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10048
10049 * config.sub: Fix typo in last change.
10050
100511998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10052
10053 * config.sub: Add support for C4x target.
10054 * configure.in: Likewise.
10055
100561998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10057
10058 * config.sub: Recognize sparcv9 just like sparc64.
10059
10060Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10061
10062 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10063
10064Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10065
10066 * config.guess: Correctly identify Pentium II sco boxes.
10067
10068 * config.guess: Fix "tr" code. From Weiwen Liu.
10069
10070Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10071
10072 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10073 stabs.
10074
10075Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10076
10077 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10078 (ALL_TARGET_MODULES): Add all-target-libchill.
10079 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10080 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10081 (all-target-libchill): Add dependencies.
10082 * configure.in (target_libs): Add libchill.
10083
10084Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10085
10086 * config.guess: Avoid assumptions about "tr" behaves when
10087 LANG is set to something other than English.
10088
10089Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10090
10091 * configure (gxx_include_dir): Changed to
10092 '${prefix}/include/g++'-${libstdcxx_interface}.
10093
10094 * config.if: New to determine the interfaces.
10095
10096Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10097
10098 * config.guess: Detect and handle MPE/IX.
10099 * config.sub: Deal with MPE/IX.
10100
10101Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10102
10103 * configure.in: Use mh-aix43.
10104
101051998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10106
10107 * configure: Fix --without/--disable cases for gxx-include-dir.
10108
10109Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10110
10111 * mdata-sh: Imported. Needed for automake support.
10112
10113Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10114
ba73c63f 10115 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10116 "chmod og=u `find . -print`".
10117
10118Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10119
ba73c63f 10120 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10121
10122Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10123
10124 * Makefile.in: Undo previous patch.
10125
10126Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10127
10128 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10129 to here ...
10130 (install-no-fixedincludes): and here
10131 (INSTALL_MODULES): ... from here.
10132
10133Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10134
10135 * config.sub: Merge with FSF.
10136
10137 * config.guess: Merge with FSF.
10138
10139Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10140
10141 * configure (extraconfigdirs): New variable.
10142 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10143 * Makefile.in (all): Move higher in file.
10144 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10145 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10146 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10147 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10148 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10149
101501998-07-23 Brendan Kehoe <brendan@cygnus.com>
10151
10152 * Makefile.in (all-target-libjava): Depend on all-gcc and
10153 all-target-newlib.
10154 (configure-target-libjava): Depend on $(ALL_GCC).
10155
10156Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10157
10158 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10159 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10160
10161Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10162
10163 * ylwrap: Change absolute path checks to check for DOS style path
10164 names.
10165
10166 * ylwrap: Don't use a full path name if the source file is in the
10167 same directory. From hjl@lucon.org (H.J. Lu).
10168
10169 * config-ml.in: Default to being verbose, to match Feb 18 change to
10170 configure.
10171
10172Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10173
10174 Brought over from egcs:
10175
10176 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10177
10178 * configure.in (target_subdir): Set to ${target_alias} instead
10179 of "libraries".
10180
10181 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10182
10183 * configure.in (target_subdir): Set to libraries if enable_multilib.
10184
10185Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10186
10187 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10188 multilibs, force reconfiguration the first time we create
10189 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10190
10191Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10192
10193 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10194 avoid confusion with --no-recursion.
10195
10196Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10197
10198 * configure.in: Win32 hosts shouldn't use install -x
10199 * install-sh: remove -x option, and special .exe-handling
10200 hack.
10201
10202Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10203
10204 * config.guess: Recognize i586-pc-beos.
10205 * configure.in: Don't build some bits for beos.
10206
10207Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10208
10209 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10210 CFLAGS default to -O2.
10211
10212 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10213 when using GNU ld.
10214
10215Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10216
10217 * ltmain.sh: Correct install when using a different shell.
10218
10219Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10220
10221 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10222
10223Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10224
10225 * makefile.vms: Update to build binutils/makefile.vms. Add install
10226 target.
10227
10228Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10229
10230 * ltconfig: Update to correct AIX handling.
10231
10232Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10233
10234 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10235
10236 * configure.in (target_subdir): Set to ${target_alias} instead
10237 of "libraries".
10238
102391998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10240
10241 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10242 (Makefile): Depend on $(gcc_version_trigger).
10243
10244 * configure (gcc_version): Change default initializer to empty
10245 string.
10246 (gcc_version_trigger): New variable; pass this variable down
10247 to subdir configures to enable them checking gcc's version
10248 themselves. Emit make macros for both gcc_version vars.
10249 (topsrcdir): Initialize reliably.
10250 (recursion line): Remove --with-gcc-version=${gcc_version}.
10251
102521998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10253
10254 * configure (enable_version_specific_runtime_libs): Implement new flag
10255 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10256 in $(libsubdir); emit definition in each generated Makefile.
10257 (gxx_include_dir): Initialize depending on
10258 $enable_version_specific_runtime_libs.
10259
102601998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10261
10262 * configure (gcc_version): Initialize properly depending on
10263 how and where configure is started.
10264 (recursion line): Pass a --with-gcc-version=${gcc_version}
10265 to configures in subdirs.
10266
10267Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10268
10269 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10270 cygmon
252b5132
RH
10271
10272Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10273
10274 * configure.in: Add cygmon and libstub support for mn10200.
10275
102761998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10277
10278 * configure (gcc_version): Add new variable describing the
10279 particular gcc version we're building.
10280 * Makefile.in (libsubdir): Add new macro for the directory
10281 in which the compiler finds executables, libraries, etc.
10282 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10283 and libsubdir.
10284
10285Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10286
ba73c63f
JM
10287 * Makefile.in (local-clean): Remove *.log.
10288 (warning.log): Built with warn_summary from build.log.
10289 (mail-report.log): Run test_summary.
10290 (mail-report-with-warnings.log): Run test_summary including
10291 warning.log in the report.
252b5132
RH
10292
10293Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10294
10295 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10296
10297Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10298
10299 * Makefile.in (grep): Grep no longer depends on libiberty.
10300
10301Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10302
10303 * Makefile.in: all-snavigator needs all-libgui.
10304
10305Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10306
10307 * configure.in: Add cygmon and libstub support for mn10300.
10308
10309Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10310
10311 * missing: Update to version from automake 1.3.
10312
10313 * ltmain.sh: On installation, don't get confused if the same name
10314 appears more than once in the list of library names.
10315
10316Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10317
10318 * config.sub: Accept m68060 and m5200 as CPU names.
10319
10320Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10321
10322 * configure: Use && rather than using -a in test, because odd
10323 strings can confuse test.
10324 * configure.in: Likewise.
10325
10326Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10327
10328 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10329
10330Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10331
10332 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10333 bootstrap4-lean): New targets.
10334
10335Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10336
10337 * mpw-* Delete. Not used.
252b5132
RH
10338
10339Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10340
10341 * COPYING.LIB: Update FSF address.
10342
10343Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10346
10347 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10348 GAS_SUPPORT_DIRS.
10349
10350Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10351
10352 * ltconfig, ltmain.sh: Avoid producing a version number if
10353 -version-info was not used.
10354
10355Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10356
10357 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10358 building with newlib.
10359
103601998-04-30 Paul Eggert <eggert@twinsun.com>
10361
ba73c63f 10362 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10363 Solaris `make' causes it to continue to next definition.
252b5132 10364
afb8d725
JM
10365Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10366
10367 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10368 the right GUI libraries and files are installed along with GDB.
10369
252b5132
RH
10370Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10371
10372 * configure.in: Change alpha to alpha* in several places.
10373
10374Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10375
10376 * config.sub: Recognize sparc86x.
10377
10378Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10379
252b5132
RH
10380 * configure.in (--enable-target-optspace): Remove debug echo.
10381
10382Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10383
10384 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10385
10386Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10387
10388 * ltconfig: Update cygwin32 support.
10389
10390 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10391 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10392 (GDB_SUPPORT_DIRS): Likewise.
10393
10394Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10395
10396 * configure.in (target_makefile_frag): If --enable-target-optspace,
10397 use -Os to compile target libraries rather than -O2. Default to
10398 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10399 not used.
10400 * configure.in (target_cflags): Ditto for d30v.
10401
10402Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10403
10404 * Makefile.in (all-bfd): Depend on all-intl.
10405 (all-binutils): Likewise.
10406 (all-gas): Likewise.
10407 (all-gprof): Likewise.
10408 (all-ld): Likewise.
10409
252b5132
RH
104101998-04-19 Brendan Kehoe <brendan@cygnus.com>
10411
10412 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10413
10414Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10415
10416 * Makefile.in (all-bfd): Depend upon all-libiberty.
10417
10418 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10419
10420Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10421
10422 * Makefile.in: Add libstub.
10423
10424 * configure.in: Ditto. Build libstub for targets that have cygmon
10425 support.
10426
10427Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10428
10429 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10430
10431Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10432
10433 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10434 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10435
10436Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10437
10438 * configure: Define DEFAULT_M4 by searching PATH.
10439 * Makfile.in: Use DEFAULT_M4.
10440
10441Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * ltconfig: Add cygwin32 support.
10444
10445 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10446 to configure and build.
10447
10448Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10449
10450 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10451
10452Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10453
10454 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10455
10456Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10457
10458 * Makefile.in: add ash make rules
10459 * configure.in: add ash to native_only and host_tools lists
10460
10461Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10462
10463 * Makefile.in (all-gettext, all-intl): New targets.
10464 (ALL_MODULES): Added all-gettext, all-intl.
10465 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10466 (INSTALL_MODULES): Added install-gettext, install-intl.
10467 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10468
10469 * configure.in (host_tools): Added gettext.
10470 (native_only): Likewise.
10471 (noconfigdirs) [various cases]: Likewise.
10472 (host_libs): Added intl.
10473
afb8d725
JM
10474Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10475
10476 * configure: Do not disable building gdbtk for cygwin32 hosts.
10477
ba73c63f
JM
10478Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10479
10480 * configure.in: Add thumb-coff target.
10481 * config.sub: Add thumb-coff target.
10482
252b5132
RH
10483Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10484
10485 * Makefile.in: Revert yesterday's change.
10486 (all-target-winsup): all-target-librx stays out of here.
10487
10488Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10489
ba73c63f
JM
10490 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10491 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10492 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10493 Remove references to librx and libg++.
10494
10495Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10496
10497 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10498 recursive makes
10499
10500Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10503 for newlib directory.
10504 (CXX_FOR_TARGET): Likewise.
10505
10506Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10507
10508 * ltconfig: Update after libtool/ltconfig.in change for
10509 hpux11.
10510
10511Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10512
10513 * ltconfig, ltmain.sh: Update to libtool 1.2.
10514
10515Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10516
10517 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10518 (install-gcc-cross): Instead, override LANGUAGES here.
10519
105201998-03-18 Dave Love <d.love@dl.ac.uk>
10521
10522 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10523 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10524
10525Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10526
10527 * configure.in: Add Thumb-pe target.
10528
10529Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10530
252b5132
RH
10531 * Makefile.in - changed sn targets to snavigator
10532 * configure.in - changed sn targets to snavigator
10533
10534Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10535
10536 * config-ml.in: After building symlink tree call make distclean
10537 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10538 to be the case for libiberty.
10539
10540Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10541
10542 * configure: When making link, also check the current
10543 directory. The configure scripts may create one.
10544
10545Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10546
10547 * config.sub: Accept alphapca56 and alphaev6 properly.
10548
10549Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10550
10551 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10552
252b5132
RH
10553Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10554
80413487 10555 * config.sub (sco5): Fix typo.
252b5132
RH
10556
10557Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10558
10559 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10560 install-itcl.
10561 (install-itcl): Remove dependency on install-tcl.
10562
10563Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10564
10565 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10566
252b5132
RH
10567Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10568
10569 * configure.in: Don't build libgui for a cygwin32 target when not on
10570 a cygwin32 host.
10571
10572Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10573
10574 * configure (redirect): Set to null, so default behavior of
10575 configure is now --verbose.
10576
105771998-02-16 Dave Love <d.love@dl.ac.uk>
10578
10579 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10580 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10581
10582Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10583
10584 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10585 this change to sync Makefile.in with its ChangeLog entries.
10586
10587Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10588
10589 * ltmain.sh (mkdir): Check that the directory doesn't exist
10590 before we exit with error, so that we don't get races during
10591 parallel builds.
10592
10593Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10596
10597Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10598
10599 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10600 PICFLAG_FOR_TARGET.
10601 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10602
10603 * configure: Emit a definition for the new macro enable_shared
10604 into each Makefile.
10605
252b5132
RH
10606Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10607
10608 * configure.in (host_tools, native_only): Add libtool.
10609
10610Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10611
10612 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10613 Fix typo in ming config comment.
10614
10615Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10616
10617 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10618
10619Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10620
10621 * config.sub: Add tic30 cases, and map c30 to tic30.
10622
ba73c63f
JM
10623Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10624
10625 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10626 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10627 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10628 (CLEAN_TARGET_MODULES): Similarly
10629 (all-target-libf2c): Add dependences.
35590697 10630 * configure.in (target_libs): Add libf2c.
ba73c63f 10631
252b5132
RH
10632Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10633
ba73c63f
JM
10634 * configure.in: Remove expect from noconfigdirs when target
10635 is cygwin32. OK to build expect and dejagnu with Canadian
10636 Cross.
252b5132
RH
10637
10638Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10639
10640 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10641 host.
10642
10643 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10644 and mingw32.
10645
10646Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10647
10648 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10649 here as it is not defined in the toplevel Makefile.
10650
10651Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10652
10653 * configure (package_makefile_rules_frag): New variable, which names
10654 a file with generic rules, ...
10655 Change comment to mention we now have FIVE parts.
10656 * configure: Undo last change.
10657
10658Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10659
10660 * config.guess: More accurate determination of HP processor types.
10661 * config.sub: More accurate determination of HP processor types.
10662
10663Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10664
10665 * configure (package_makefile_frag): Move inserting the
10666 ${package_makefile_frag} to where it should be according
10667 to the comment.
10668
ba73c63f 10669Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10670
10671 * config.guess: Add support for Linux/ARM.
10672
10673Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10674
10675 * .cvsignore: Remove *-info and *-install since they match
10676 release-info and mpw-install, which we don't want to just ignore.
10677
10678Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10679
10680 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10681
10682Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10683
10684 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10685 local_prefix to sub-make invocations.
10686
10687Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10688
10689 * configure.in: Check makefile fragments in the source
10690 directory.
10691
10692Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10693
ba73c63f
JM
10694 * configure.in: Check whether host and target makefile
10695 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10696
10697Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10698
10699 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10700
252b5132
RH
10701Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10702
10703 * configure.in: Make sure we only replace RPATH_ENVVAR on
10704 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10705 regexp to sed.
10706
10707 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10708 to sub-makes.
10709
107101998-01-13 Lee Iverson (leei@ai.sri.com)
10711
10712 * config-ml.in (multi-do): LDFLAGS must include multilib
10713 designator.
10714
10715Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10716
10717 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10718
10719Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10720
10721 * config.sub: Add mingw32 support.
10722 * configure.in: Likewise.
252b5132
RH
10723
10724Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10725
10726 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10727
10728Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10729
10730 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10731 * configure (gxx_include_dir): Provide a definition for subdirs
10732 which do not use autoconf.
10733
10734Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10735
10736 * config.guess: Sync with egcs. Picks up new alpha support,
10737 BeOS & some additional linux support.
10738
ba73c63f 10739Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10740
10741 * config.guess: HP 9000/803 is a PA1.1 machine.
10742
ba73c63f
JM
10743Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10744
10745 * configure.in: It's alpha*-...
252b5132
RH
10746
10747Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10748
ba73c63f
JM
10749 * configure.in (host_makefile_frag, target_makefile_frag):
10750 Handle multiple config files.
10751 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10752 alpha-*-*.
252b5132
RH
10753
10754Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10755
10756 * mkdep: New file.
10757
10758Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10759
10760 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10761
10762Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10763
10764 * Makefile.in: Add libgui directory.
10765 (GDB_TK): Add all-libgui.
10766 * configure.in: Add libgui directory.
10767 * configure: Add all-libgui to GDB_TK.
10768
10769Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10770
10771 * config-ml.in (multidirs): Add m32r to multilib list.
10772
10773Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10774
10775 * Makefile.in (all-target-gperf): Change dependency to
10776 all-target-libstdc++.
10777
10778Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10779
10780 * config.guess: Add BeOS support.
10781
10782Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10783
10784 Source directory cvs renamed to cvssrc:
10785 * configure.in (host_tools): Change cvs to cvssrc.
10786 (native_only): Likewise.
10787 (noconfigdirs) [various cases]: Likewise.
10788 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10789 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10790 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10791 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10792 (all-cvssrc): Rename target from all-cvs.
10793
10794Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10795
10796 * configure (gxx_include_dir): Fix thinko.
10797
10798Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10799
10800 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10801 (install-cross, install-gcc-cross): New targets.
10802
10803Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10804
10805 * configure.in (noconfigdirs): Add support for Thumb target.
10806
10807 * config.sub (maybe_os): Add support for Thumb target.
10808
10809Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10810
10811 * Makefile.in: Add rules for cygmon.
10812
10813 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10814
10815Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10816
10817 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10818 * configure (gxx_include_dir): Provide a definition for subdirs
10819 which do not use autoconf.
10820
10821Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10822
10823 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10824 11/18/97 build
252b5132
RH
10825
10826Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10827
10828 * From Franz Sirl.
10829 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10830 found on RedHat Linux systems.
10831
10832Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10833
10834 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10835 guesses.
10836
10837Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10838
10839 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10840
10841Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10842
10843 * ltmain.sh: If mkdir fails, check whether the directory was created
10844 anyhow by some other process.
10845
10846Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10847
10848 * configure.in (d30v-*-*): Configure all directories.
10849
10850Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10851
10852 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10853 for the D30V.
10854
10855Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10856
10857 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10858
10859Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10860
80413487
RH
10861 * include/libiberty.h: Add extern "C" { so it can be used with C++
10862 progrms.
10863 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10864 programs.
252b5132
RH
10865
10866Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10867
10868 * configure.in (d30v-*-*): Configure GCC now.
10869
10870Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10871
10872 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10873 is no longer needed.
10874
10875Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10876
10877 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10878
10879Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10880
10881 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10882 targets using "$@" to provide support for similar but not identical
10883 targets without having to duplicate code.
10884
10885Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10886
10887 * makefile.vms: Fix to work with DEC C.
10888
10889Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10890
10891 * config.sub: Add mips-tx39-elf to marketing names.
10892
10893Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10894
10895 * ltmain.sh: Handle symlinks in generated script.
10896
10897Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10898
10899 * configure: Handle autoconf style directory options: --bindir,
10900 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10901 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10902 --sysconfdir.
10903 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10904 (sharedstatedir, localstatedir, oldincludedir): New variables.
10905 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10906 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10907 sbindir, sharedstatedir, and sysconfdir.
10908
10909Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10910
10911 * Makefile.in (bootstrap-lean): New target.
10912
10913Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10914
10915 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10916 sn, and gnuserv from noconfigdirs.
252b5132
RH
10917
10918Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10919
10920 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10921
10922Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10923
ba73c63f 10924 * Makefile.in (cross): New target.
252b5132
RH
10925
10926Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10927 Jeff Law <law@cygnus.com>
252b5132
RH
10928
10929 * Makefile.in (bootstrap2, bootstrap3): New targets.
10930 (all-bootstrap): Remove outdated and confusing target.
10931 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10932
afb8d725
JM
10933Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10934
10935 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10936 windows. Consistent with gdb/configure.
afb8d725 10937
252b5132
RH
109381997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10939
252b5132
RH
10940 * configure.in: Name Linux target fragment.
10941
10942 * configure: Rewrite so that project Makefile fragment is inserted
10943 first and appears last in the resulting Makefile.
10944
10945Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10946
10947 * Makefile.in (install-itcl): Install tcl first.
10948
252b5132 10949Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10950
252b5132
RH
10951 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10952
10953Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10954
10955 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10956
10957 * configure.in (skipdirs): Add target-librx for Linux.
10958 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10959
10960Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10961
10962 * Makefile.in (bootstrap): New target.
10963
10964Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10965
10966 * config.sub: Accept 'amigados' for backward compatability.
10967
10968Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10969
10970 * config.guess: Merge with FSF.
10971
ba73c63f
JM
10972Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10973
10974 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10975
252b5132
RH
10976Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10977
10978 * config.sub: Add "marketing-names" patch.
10979
10980Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10981
80413487 10982 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10983
10984Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10985
10986 * config.sub: Handle v850-elf.
10987
ba73c63f
JM
10988Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10989
10990 * .cvsignore (*-install): Remove.
10991
252b5132
RH
10992Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10993
10994 * ltconfig: Set CONFIG_SHELL in libtool.
10995 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10996
10997Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10998
10999 * configure.in (target_subdir): Set to libraries if enable_multilib.
11000
11001Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11002
11003 * config.guess: Update from gcc directory.
11004
11005Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 * Makefile.in (all-sim): Depends on all-readline.
11008
11009Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11010
11011 * Makefile.in (BISON, YACC): Use $$s.
11012 (all-bison): Depend on all-texinfo.
11013
11014Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11015
11016 * Makefile.in (BISON): Add -L flag.
11017 (YACC): Likewise.
11018
11019Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11020
35590697
AJ
11021 * configure.in (noconfigdirs): Add support for v850e target.
11022
252b5132
RH
11023 * config.sub (maybe_os): Add support for v850e target.
11024
11025Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11026
35590697
AJ
11027 * configure.in (noconfigdirs): Add support for v850ea target.
11028
252b5132
RH
11029 * config.sub (maybe_os): Add support for v850ea target.
11030
11031Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11032
11033 * config.sub: Add mipstx39. Delete r3900.
11034
11035Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11036
11037 * Makefile.in (all-autoconf): Depends on all-texinfo.
11038
11039Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11040
11041 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11042 eabi targets.
11043
11044Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11047
11048 * configure: When handling a Canadian Cross, handle YACC as well as
11049 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11050 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11051
11052Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11053
11054 * Makefile.in (BISON): bison, not byacc or bison -y.
11055 (YACC): bison -y or byacc or yacc.
11056 (various): Add *-bison as appropriate.
11057 (taz): No need to mess with BISON anymore.
11058
11059Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11060
11061 * configure: If OSTYPE matches *win32*, try to find a good value for
11062 CONFIG_SHELL.
11063
11064Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11067 configure.in if it is present.
11068
11069Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11070
11071 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11072
11073Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11074
11075 * config.sub: Recognize `arc' cpu.
11076 * configure.in: Likewise.
11077 * config-ml.in: Likewise.
11078
11079Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11080
11081 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11082
11083Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11084
11085 * configure: Changed sed delimiter from ':' to '|' when
11086 attempting to substitute ${config_shell} for SHELL. On
11087 NT ${config_shell} may contain a ':' in it.
11088
11089Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11090
11091 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11092
11093Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11094
11095 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11096
11097Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11098
11099 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11100
11101 * ylwrap: If the program is a relative path, force it to be
11102 absolute.
11103
11104Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11105
11106 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11107
11108Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11109
11110 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11111 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11112 for libraries.
252b5132
RH
11113
11114Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11115
11116 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11117 separated by spaces.
252b5132
RH
11118
11119Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11120
11121 * ylwrap: New file.
11122 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11123
11124 * ltmain.sh: Handle /bin/sh at start of install program.
11125
11126 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11127
11128 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11129 * missing: New file, from automake 1.2.
11130
11131Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11132
11133 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11134 check-tk to CHECK_X11_MODULES.
11135
11136Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11137
11138 * config.sub: Merge with FSF.
11139
11140Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11141
11142 * config.guess: Merge with FSF.
11143
11144Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11145
11146 * configure: Treat msdosdjgpp like go32.
11147 * configure.in: Likewise. Don't remove gprof for go32.
11148
11149 * configure: Change Makefile.tem2 to Makefile.tm2.
11150
11151Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11152
11153 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11154
11155Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11156
11157 * install-sh (chmodcmd): Set to null if the DST directory already
11158 exists. Same as Nov 11th change.
11159
11160Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11161
35590697 11162 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11163
11164Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11165
11166 * config.guess: Update from FSF.
11167
11168Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11169
11170 * Makefile.in (GDB_TK): Depend on itcl and tix.
11171
11172Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11173
11174 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11175 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11176 (INSTALL_SCRIPT): New variable.
11177 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11178 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11179 to -x.
11180 * install-sh: Add support for -x option.
11181
11182Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11183
11184 * configure.in, Makefile.in: Treat tix like itcl.
11185
11186Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11187
11188 * Makefile.in (WINDRES): New variable.
11189 (WINDRES_FOR_TARGET): New variable.
11190 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11191 (EXTRA_HOST_FLAGS): Add WINDRES.
11192 (EXTRA_TARGET_FLAGS): Add WINDRES.
11193 (EXTRA_GCC_FLAGS): Add WINDRES.
11194 ($(DO_X)): Pass down WINDRES.
11195 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11196 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11197 DLLTOOL_FOR_TARGET.
11198
11199Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11200
11201 * configure.in: configure sim before gdb for win32-x-ppc
11202
11203Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11204
11205 Move gperf into the toplevel, from libg++.
11206 * configure.in (target_tools): Add target-gperf.
11207 (native_only): Add target-gperf.
11208 * Makefile.in (all-target-gperf): New target, depend on
11209 all-target-libg++.
11210 (configure-target-gperf): Empty rule.
11211 (ALL_TARGET_MODULES): Add all-target-gperf.
11212 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11213 (CHECK_TARGET_MODULES): Add check-target-gperf.
11214 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11215 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11216
11217Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11218
252b5132
RH
11219 * config.sub (mn10200): Recognize new basic machine.
11220
11221Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11222
11223 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11224 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11225
11226Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11227
11228 * configure.in: If we're building mips-sgi-irix6* native, turn on
11229 ENABLE_MULTILIB and set TARGET_SUBDIR.
11230
11231Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11232
11233 * Makefile.in (all-sn): Depend on all-grep.
11234
11235Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11236
11237 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11238
11239 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11240 Makefile. From Jeff Makey <jeff@cts.com>.
11241 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11242
11243 * Makefile.in (DISTBISONFILES): Remove.
11244 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11245 $(DEFAULT_YACC).
11246
11247 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11248 cygwin32.
252b5132
RH
11249
11250 * Makefile.in (LD): New variable.
11251 (EXTRA_HOST_FLAGS): Pass down LD.
11252 ($(DO_X)): Likewise.
11253
11254Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11255
11256 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11257
11258Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11259
11260 * configure.in (targargs): Strip out any supplied --build argument
35590697 11261 before adding our own. Always add --build.
252b5132
RH
11262
11263Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11264
11265 * configure.in (targargs): Pass --build if we're doing
11266 a cross-compile.
11267
11268Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11269
ba73c63f 11270 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11271 sed. Otherwise sed chokes on NT path names with drive
11272 designators. Also look for "?:*" as the leading characters in an
11273 absolute pathname.
11274
11275Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11276
11277 * config.sub: Support for r3900.
11278
11279Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11280
11281 * configure.in: Use install-sh, not install.sh.
11282
11283Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11286 apply it twice.
11287
11288Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11289
11290 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11291 install-binutils.
11292
11293Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11294
11295 * Makefile.in: Add automake targets.
11296 * configure.in (host_tools): Add automake.
11297
11298Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11299
11300 * configure: Default CXX to c++, not gcc.
11301 * Makefile.in (CXX): Set to c++, not gcc.
11302 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11303
11304Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11305
11306 * install-sh: try appending a .exe if source file doesn't
11307 exist
11308
11309Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11310
11311 * configure.in: Turn on multilib by default.
11312 (cross_only): Remove target-libiberty.
11313
11314 * Makefile.in (all-gcc): Don't depend on libiberty.
11315
11316Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11317
11318 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11319
11320Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11323 (DISTBISONFILES): Add ld/Makefile.in
11324
11325Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11326
11327 * configure.in: if target is cygwin32 but host isn't cygwin32,
11328 don't configure gdb tcl tk expect, not just gdb.
11329
11330Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11331
11332 * configure.in: Added gnuserv everywhere sn appears.
11333
11334 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11335 (CROSS_CHECK_MODULES): Added check-gnuserv.
11336 (INSTALL_MODULES): Added install-gnuserv.
11337 (CLEAN_MODULES): Added clean-gnuserv.
11338 (all-gnuserv): New target.
11339
11340Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11341
11342 * config.guess: Fixes for MIPS OpenBSD systems.
11343
11344Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11345
11346 * Makefile.in (INSTALL_XFORM): Remove.
11347 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11348
11349 * mkinstalldirs: New file, copied from automake.
11350 * Makefile.in (installdirs): Rename from install-dirs. Use
11351 mkinstalldirs. Change all users.
11352 (DEVO_SUPPORT): Add mkinstalldirs.
11353
11354Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11355
11356 * install-sh: Rename from install.sh.
11357 * Makefile.in (INSTALL): Change install.sh to install-sh.
11358 (DEVO_SUPPORT): Likewise.
11359
11360 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11361 Graichen <graichen@rzpd.de>.
11362
11363Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11364
11365 * config.guess: Recognize OpenBSD systems correctly.
11366
11367Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11368
11369 * README, Makefile.in (ETC_SUPPORT): Remove references to
11370 cfg-paper*, configure.{texi,man,info*}._
11371
11372Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11373
11374 * Makefile.in (all.normal): Ensure that gcc is built after all
11375 the x11 - ie gdb - targets.
11376
11377Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11378
11379 * makefile.vms: Don't run conf-a-gas.
11380
11381Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11382
80413487 11383 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11384
11385Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11386
11387 * configure.in: Remove noconfigdirs case since gdb also
11388 configures and builds for tic80-coff.
11389
11390Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11391
11392 * configure: Set cache_file to config.cache.
11393 * Makefile.in (local-distclean): Remove config.cache.
11394
11395Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11396
11397 * COPYING: Update FSF address.
11398
11399Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11400
11401 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11402 noconfigdirs.
11403
11404Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11405
11406 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11407 MAKEDIRS, is empty.
11408
11409Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11410
11411 * config.sub: Tweak mn10300 entry.
11412
11413Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11414
11415 * configure.in (host_tools): Put sim before gdb, so gdb's
11416 configure.tgt can determine if the simulator was configured.
11417
11418Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11419
11420 * config.sub: Move BeOS $os case to be with other Cygnus
11421 local cases.
11422
11423Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11424
11425 * config.sub: Remove misplaced comment that broke Linux.
11426
11427Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11428
11429 * config.sub: Add BeOS support.
11430
11431Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11432
11433 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11434
11435Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11436
11437 * configure.in (noconfigdirs): Remove tcl and tk from
11438 noconfigdirs for cygwin32 builds.
11439
11440Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11441
11442 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11443
11444Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11445
11446 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11447 make-all.com, use makefile.vms instead.
11448
11449Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11450
11451 * config.sub: Accept -lnews*.
11452
11453Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11454
11455 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11456 target-examples and target-libiberty for d30v.
252b5132
RH
11457
11458Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11459
11460 * configure.in (noconfigdirs): Enable ld for d30v.
11461
11462Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11463
11464 * configure.in (tic80-*-*): Build compiler.
11465
11466Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11467
11468 * configure.in (d30v-*): Remove sim directory from list of
35590697 11469 unsupported d30v directories
252b5132
RH
11470
11471Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11472
35590697
AJ
11473 * config.sub, configure.in: Add d30v target cpu.
11474
252b5132
RH
11475Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11476
11477 * makefile.vms: New file.
11478 * make-all.com: Remove.
11479
11480Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11481
11482 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11483
11484Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11485
11486 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11487
11488Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11489
11490 * Makefile.in (ALL_MODULES): Added all-db.
11491 (CROSS_CHECK_MODULES): Addec check-db.
11492 (INSTALL_MODULES): Added install-db.
11493 (CLEAN_MODULES): Added clean-db.
11494
11495Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11496
11497 * config.guess: Merge with latest FSF sources.
11498
11499Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11500
11501 * Makefile.in (ALL_MODULES): Added all-itcl.
11502 (CROSS_CHECK_MODULES): Added check-itcl.
11503 (INSTALL_MODULES): Added install-itcl.
11504 (CLEAN_MODULES): Added clean-itcl.
11505
11506Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11507
11508 * configure.in: build gdb for mn10200
11509
11510Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11511
11512 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11513
11514Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11515
11516 * configure.in (tic80-*-*): Turn off most targets right now.
11517
11518Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11519
11520 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11521 rather than the makeinfo program.
11522 (do-info): Depend upon all-texinfo.
11523
11524Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * configure.in: Remove uses of config/mh-linux.
11527
11528 * config.sub, config.guess: Merge with latest FSF sources.
11529
11530Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11531
11532 * config.sub (case $basic_machine): Add tic80 entries.
11533
11534Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * config.sub, config.guess: Merge with latest FSF sources.
11537
11538Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11539
11540 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11541 * mpw-config.in: Test for NewFolderRecursive.
11542 * mpw-install: Use symbolic name for startup filename.
11543 * mpw-README: Add various additional details.
11544
11545Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11546
11547 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11548
11549Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11550
11551 * configure.in: Do build gcc and the target libraries for
11552 the mn10200.
11553
11554Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11555
11556 * configure.in: don't avoid building gdb for mn10300 any more
11557 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11558 instead of single-quoting it.
11559
11560Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11561
11562 * configure.in: Don't use --with-stabs on IRIX 6.
11563
11564Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11565
11566 * configure.in (m32r): Build gdb, libg++ now.
11567
11568Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11569
11570 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11571 directories from noconfigdirs.
11572
11573Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11574
11575 * config.sub (basic_machine): added mips16 configuration
11576
11577Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11578
11579 * config.sub: Handle d10v-unknown.
11580
11581Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11582
11583 * config.sub: Handle v850-unknown.
11584
11585Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11586
11587 * Makefile.in: add findutils
11588 * configure.in: add findutils to list of host_tools
11589
11590Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11591
11592 * config.sub: Handle mn10200 and mn10300.
11593
11594Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11595
11596 * configure.in (d10v-*): Do not build librx.
11597
11598Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11599
11600 * configure.in (mn10300): Build everything except gdb & libgloss.
11601
11602Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11603
11604 * config.guess: Patch for Dansk Data Elektronik servers,
11605 from Niels Skou Olsen <nso@dde.dk>.
11606
11607 For ncr, use /bin/uname rather than uname, since GNU uname does not
11608 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11609
11610 Patch for MIPS R4000 running System V,
11611 from Eric S. Raymond <esr@snark.thyrsus.com>.
11612
11613 Fix thinko for nextstep.
11614
11615 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11616
11617 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11618 * config.guess: Guess mips-dec-mach_bsd4.3.
11619
11620 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11621 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11622 release numbers.
11623 * config.guess (mips-mips-riscos*): Emit just enough of the
11624 release number.
11625
11626 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11627 * config.guess (sparc-auspex-sunos*): Added.
11628 (f300-fujitsu-*): Added.
11629
11630 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11631 * config.guess: Recognize a Tadpole as a sparc.
11632
11633Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11634
11635 * config.guess: Don't assume that NextStep version is either 2 or
11636 3. NextStep 4 (aka OpenStep 4) has come out now.
11637
11638Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11639
11640 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11641 From Rik Faith <faith@cs.unc.edu>.
11642
11643Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11644
11645 * config.sub: Contributions from bug-gnu-utils to:
11646 Support plain "hppa" (no version given) architecture, reported by
11647 OpenStep.
11648 OpenBSD like NetBSD.
11649 LynxOs is not a hardware supplier.
11650
11651 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11652 OpenBSD like NetBSD.
252b5132
RH
11653 Stratus systems.
11654 More Pyramid systems.
11655 i[n>4]86 Intel chips.
11656 M680[n>4]0 Motorola chips.
11657 Use unknown instead of lynx for hardware manufacturer.
11658
11659Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11660
11661 * install.sh (chmodcmd): Set to null if the DST directory already
11662 exists.
11663
11664Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11665
11666 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11667 not use mt-ppc target Makefile fragment any more.
11668
11669Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11670
11671 * configure.in (*-*-windows): Exclude everything but those dirs
11672 needed to build windows.
11673
11674Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11675
11676 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11677
11678Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11679
11680 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11681
11682Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11683
11684 * Undo my previous change.
11685
11686Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11689 unconditionally.
11690 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11691
11692Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11693
11694 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11695 host to add it's own flags.
252b5132
RH
11696
11697Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11698
11699 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11700
11701Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11702
11703 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11704 (CXX_FOR_TARGET): Likewise.
11705 (GCC_FOR_TARGET): Define.
11706 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11707 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11708 CC_FOR_TARGET was specified on the command line.
11709 (MAKEOVERRIDES): Don't define.
11710
11711Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11712
11713 * configure.in (m32r): Fix spelling of libg++ libs.
11714
11715Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11716
11717 * config.sub (-apple*): Remove, now redundant.
11718
11719Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11720
11721 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11722
11723 * configure: Rework yesterday's sed script patch.
11724
11725 * config.sub: Merge with FSF.
11726
11727Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11728
11729 * config.guess: Merge from FSF.
11730
11731 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11732 * config.guess: Use pc instead of unknown, for pc clone systems.
11733 Change linux to linux-gnu.
252b5132
RH
11734
11735 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11736 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11737
11738Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11739
11740 * test-build.mk (HOLES): Add "xargs" for gdb.
11741
11742 * configure: Avoid hpux10.20 sed bug.
11743
11744Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11745
4bddf3ad 11746 * configure.in: Add support for windows host
252b5132
RH
11747 (that is a build done under the Microsoft build environment).
11748
11749Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11750
11751 * Makefile.in: Replace all uses of srcroot with s, to shrink
11752 command line lengths.
11753
11754 Patches from Geoffrey Noer <noer@cygnus.com>:
11755 * configure.in: If configuring for newlib, pass --with-newlib to
11756 subdirectories.
11757 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11758 -Bnewlib/ and -Lwinsup to gcc.
11759 (CXX_FOR_TARGET): Likewise.
11760
11761Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11762
11763 * Makefile.in (ETC_SUPPORT): Add configure.
11764
11765Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11766
35590697 11767 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11768 host configuration file.
11769
11770Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11771
11772 * configure.in: Break mn10x00 support into separate
11773 mn10200 and mn10300 configurations.
11774 * config.sub: Likewise.
11775
11776Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11777
11778 * configure.in: Add lots of stuff to noconfigdirs for
11779 the mn10x00 targets.
11780
11781 * config.sub, configure.in: Add mn10x00 support.
11782
11783Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11784
11785 * make-all.com: Call conf-a-gas, not config-a-gas.
11786
11787Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11788
11789 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11790 targets.
252b5132
RH
11791
11792Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11793
11794 * mpw-README: Add much more detail for native PowerMac.
11795 * mpw-install: New file.
11796 * mpw-configure: Add --norecursion and --help options.
11797 * mpw-config.in: Translate readme and install files when
11798 copying to objdir.
11799 * mpw-build.in: Don't always depend on byacc and flex.
11800 (install-only-top): New action.
11801
11802Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11803
11804 * configure.in: You can now configure GDB for the v850.
11805
11806Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11807
11808 * configure.in (noconfigdirs): Don't configure any C++ dirs
11809 if targeting D10V.
11810
11811Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11812
11813 * config.sub: Recognize mips64vr5000.
11814
11815Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * configure.in: Use a single line for host_tools and native_only.
11818
11819Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11820
11821 * config.sub, configure.in: Add entries for m32r.
11822
11823Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11824
11825 * Makefile.in (inet-install): Don't run install-gzip.
11826
11827Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11828
11829 * configure.in: Don't config lots of things for *-*-windows*.
11830
11831Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11832
11833 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11834 (host_libs, host_tools): Copy from configure.in.
11835 * mpw-configure: Don't complain about directories not found.
11836
11837Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11838
11839 * configure.in (i[345]86): Recognize i686 for pentium pro.
11840 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11841 file.
11842
11843 * config.guess (i[345]86): Ditto.
11844
11845Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11846
11847 * configure.in (noconfigdirs): Removed gdb for D10V.
11848
11849Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11850
11851 * configure.in: Remove ld, target-libio, target-libg++, and
11852 target-libstdc++ from noconfigdirs.
11853
11854Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11855
11856 * configure: Fix three locations where shell scripts were
11857 being run directly rather than with config_shell.
11858
11859Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11860
11861 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11862 * config.sub (basic_machine): Recognize v850.
11863
11864Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11865
11866 * mpw-configure: Handle multiple enable/disable options and
11867 pass them down recursively, handle -c and -s flags appropriately
11868 depending on choice of compiler, add escape mechanism for
11869 quoted arguments to gC.
11870
11871Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11872
11873 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11874 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11875 so that -mrelocatable-lib and -mno-eabi are used.
11876
11877 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11878 not support --print-multi-lib, don't abort.
11879
252b5132
RH
11880Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11881
11882 * make-all.com: Run config-a-gas.
11883 * setup.com: Don't copy subdirectory files around.
11884
11885Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11886
11887 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11888 target, it now compiles correctly.
11889
11890Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11891
11892 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11893
11894Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11895
35590697 11896 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11897
11898Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11899
11900 * configure.in (native_only): Add prms.
11901
11902Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11903
11904 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11905 (BINUTILS_SUPPORT_DIRS): Likewise.
11906
11907Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11908
11909 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11910 d10v support is added.
11911
11912Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11913
11914 * configure.in (d10v-*-*): New target.
11915
11916Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11917
11918 * config.guess (HP 9000/811): Recognize this as a PA1.1
11919 machine.
11920
11921Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11922
11923 * Makefile.in (do-tar-gz): New target, split out from tail end of
11924 taz target. Run each command separately, don't use pipes.
11925 (taz): Use it.
11926
11927Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11928
11929 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11930 * mpw-build.in: No builds should depend on building byacc or flex,
11931 they are assumed to be installed already.
11932
11933Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11934
11935 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11936 variable that CC_FOR_TARGET needs.
11937
11938Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11939
11940 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11941 options have changed since the last time the subdirectory was
11942 configured, and if it has, reconfigure.
11943 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11944 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11945
11946Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11947
11948 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11949 CLEAN_MODULES): Add bash.
11950 (all-bash): New target.
11951
11952Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11953
11954 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11955
11956Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11957
11958 * config.sub (basic_machine): Recognize d10v as a valid processor.
11959
11960Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11961
11962 * mpw-configure: Add support for --bindir.
11963 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11964
11965Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11966
11967 * configure.in: add bash, time, gawk to list of hosttools and things
11968 to only build for native toolchains
11969
11970Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11971
11972 * Makefile.in (docdir): Remove.
11973
11974Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11975
11976 * Makefile.in (datadir): Set to $(prefix)/share.
11977
11978Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11979
11980 * configure.in: build diff and patch for cygwin32-hosted
11981 toolchains.
11982
11983Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11984
11985 * config.sub: Accept -rtems*.
11986
11987Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11988
80413487 11989 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11990 remove diff from the list of things not buildable
11991 via Canadian Cross
252b5132
RH
11992
11993Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11994
11995 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11996 don't get ". ".
252b5132
RH
11997
11998Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11999
12000 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12001
12002Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12003
12004 * Makefile.in (taz): Handle case where tex3patch didn't even get
12005 checked out. Also, if it was found, put the symlink in a new util
12006 subdirectory.
12007
12008Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12009
12010 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12011
12012Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12013
12014 * config.sub: Recognize -openvms.
12015 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12016 * make-all.com, setup.com: New files.
12017
12018Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12019
12020 * Makefile.in (taz): tex3patch moved to texinfo/util.
12021
12022Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12023
afb8d725 12024 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12025 * configure.in: remove make from disable-if-Can-Cross list
12026 enable gdb if ${host} and ${target} are cygwin32
12027
12028Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12029
12030 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12031 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12032
12033Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12034
12035 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12036 distinguish sysv/svr4/bsd variants.
12037 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12038
12039Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12040
12041 * configure.in: Added copyright notice.
12042 * move-if-change: Added copyright notice.
12043
12044Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12045
12046 * configure.in (powerpcle-*-solaris*): Until we get shared
12047 libraries working, don't build gdb, sim, make, tcl, tk, or
12048 expect.
12049
12050Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12051
12052 * config.guess: Merge with FSF:
12053
12054 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12055 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12056
12057 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12058 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12059
12060 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12061 * config.guess: Combine two OSF1 rules.
12062 Also recognize field test versions. From mjr@zk3.dec.com.
12063 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12064 because GNU uname does not support -p. From pmr@pajato.com.
12065
12066Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12067
12068 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12069
12070Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12071
12072 * mpw-README: Document GCCIncludes.
12073
12074Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12075
12076 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12077
12078Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12079
12080 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12081
12082Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12083
12084 * configure.in (*-*-cygwin32): Configure make.
12085
12086Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12087
12088 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12089
12090Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12091
12092 * Makefile.in (all-inet): Depend on all-perl.
12093
12094 * Makefile.in (inet-install): New target.
12095
12096 * Makefile.in (all-inet): Depend on all-tcl.
12097 (all-inet): Depend on all-send-pr.
12098
12099Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12100
12101 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12102 temporarily.
12103
12104Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12105
12106 * configure.in: Don't configure --with-gnu-ld on AIX.
12107
12108Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12109
12110 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12111
12112Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12113
12114 * Makefile.in (ALL_MODULES): Added all-inet.
12115 (CROSS_CHECK_MODULES): Added check-inet.
12116 (INSTALL_MODULES): Added install-inet.
12117 (CLEAN_MODULES): Added clean-inet.
12118 (all-indent): New target.
12119
12120 * configure.in (host_tools): Added inet.
12121 (native_only): Added inet.
12122 (noconfigdirs): Added inet.
12123
12124Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12125
12126 * configure.in: Don't configure libgloss if we are not configuring
12127 newlib.
12128
12129Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12130
12131 * configure.in: Don't configure libgloss for unsupported
12132 architectures.
12133
12134Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12135
12136 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12137
12138Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12139
12140 * Makefile.in (ALL_MODULES): Include all-apache.
12141 (CROSS_CHECK_MODULES): Include check-apache.
12142 (INSTALL_MODULES): Include install-apache.
12143 (all-apache): New target.
12144
12145 * configure.in: Added apache everywhere perl is seen.
12146
12147Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12148
12149 * Makefile.in: Add support for clean-{module} and
12150 clean-target-{module} rules.
12151
12152Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12153
12154 * configure.in (*-*-ose) do not build libgloss.
12155
12156Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12157
12158 * config.guess (prep*:SunOS:5.*:*): Turn into
12159 powerpele-unknown-solaris2.
12160
12161Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12162
12163 * configure.in: Permit --enable-shared to specify a list of
12164 directories.
12165
12166Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12167
12168 * configure.in (host==solaris): Pass only the first word of $CC
12169 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12170
12171Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12172
12173 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12174
12175Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12176
12177 * Makefile.in (ALL_MODULES): Include all-perl.
12178 (CROSS_CHECK_MODULES): Include check-perl.
12179 (INSTALL_MODULES): Include install-perl.
12180 (ALL_X11_MODULES): Include all-guile.
12181 (CHECK_X11_MODULES): Include check-guile.
12182 (INSTALL_X11_MODULES): Include install-guile.
12183 (all-perl): New target.
12184 (all-guile): New target.
12185
12186 * configure.in (host_tools): Include perl and guile.
12187 (native_only): Include perl and guile.
12188 (noconfigdirs): Don't build guile and perl; no ports have been
12189 done.
12190
12191Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12192
80413487
RH
12193 * configure (--enable-*): Handle quoted option lists such as
12194 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12195
12196Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12197
12198 * Makefile.in ({,inst}all-target): New rule so we can make and
12199 install all of the target directories easily.
12200
12201Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12202
12203 * configure.in: Add missing global flag in sed substitution when
12204 deleting `target-' from ${configdirs}.
12205
12206Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12207
12208 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12209 option.
12210
12211 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12212 config/mh-necv4.
12213
12214 * install.sh: Correct misspelling of transformbasename.
12215
12216 * config.guess: Recognize mips-*-sysv*.
12217
12218Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12219
12220 * config.sub: Recognize mon960.
12221
12222Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12223
12224 * configure: Restore Canadian Cross handling of BISON and LEX,
12225 removed in Feb 20 change.
12226
12227Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12228
12229 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12230 Mention make install. Remove the old copyright date as well the
12231 clumsy and rather pointless copyright on the README file.
12232
12233Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12234
12235 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12236 Makefile after running symlink-tree, then run `make distclean' to
12237 avoid clobbering any generated files in srcdir.
12238
12239Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12240
12241 * configure.in (m68k-*-netbsd*): Build everything now.
12242
12243Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12244
12245 * Makefile.in (taz): Fix quoting.
12246
12247Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12248
12249 * configure.in (sparclet-*-*): Build everything now.
12250
12251Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12252
12253 * configure.in (m68k-*-linux*): New host.
12254
12255Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12256
12257 * configure: Check for bison before byacc.
12258
12259Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12260
12261 * Makefile.in configure: Change the way LEX and BISON/YACC are
12262 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12263 searching PATH. These are used as fallbacks by Makefile.in if
12264 flex/bison/byacc aren't in objdir.
12265
12266Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12267
12268 * Makefile.in: Make everything which depends upon all-bfd also
12269 depend upon all-opcodes, in case --with-commonbfdlib is used.
12270
12271Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12272
12273 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12274 building NT native compilers on Unix.
12275
12276Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12277
12278 * configure.in: Don't get CC from the host Makefile fragment if we
12279 can find gcc in PATH, or if this is a Canadian Cross. Move the
12280 Solaris test for /usr/ucb/cc to the post target script, just after
12281 the compiler sanity test.
12282
12283Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12284
12285 * config.sub: Merge with FSF.
12286
12287Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12288
12289 * Makefile.in (RPATH_ENVVAR): New variable.
12290 (REALLY_SET_LIB_PATH): Use it.
12291 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12292
12293Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12294
12295 * config.sub, configure.in: Recognize sparclet cpu.
12296
12297Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12298
12299 * config.guess: Support m68k-cbm-sysv4.
12300
12301Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12302
12303 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12304 m68k-unknown-linuxaout from linker help string. Put quotes around
12305 $ld_help_string.
12306
12307Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12308
12309 * config.guess (powerpc-harris-powerunix): Add guess for port
12310 to new target.
12311
12312Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12313
12314 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12315
12316Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12317
12318 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12319 $(REALLY_SET_LIB_PATH) in Makefile.
12320 * Makefile.in (SET_LIB_PATH): New variable.
12321 (REALLY_SET_LIB_PATH): New variable.
12322 ($(DO_X)): Use $(SET_LIB_PATH).
12323 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12324 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12325 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12326 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12327 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12328 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12329 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12330 (install-dosrel): Likewise.
12331 (all-opcodes): Depend upon all-libiberty.
12332
12333Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12334
12335 * config.guess (*:CYGWIN*): New
12336
12337Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12338
12339 * Makefile.in (all-target-winsup): All all-target-libiberty.
12340
12341Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12342
12343 * configure.in (noconfigdirs): Add missing # in front of comment.
12344
12345Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12346
12347 * configure.in: add second pass to things added to noconfigdirs
12348 so *-gm-magic can exclude libgloss properly.
12349
12350Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12351
12352 * mpw-configure (extralibs_name, rez_name): Set correctly
12353 for MWC68K compiler.
12354
12355 * mpw-README: Add more info on the necessary build tools.
12356
12357Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12358
12359 * configure.in, config.sub: Recognize cygwin32.
12360
12361Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12362
12363 * config.guess, config.sub: Recognize A/UX.
12364
12365Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12366
12367 * config.sub: Merge with gcc/config.sub.
12368
12369Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12370
12371 * mpw-build.in (do-binutils): Add build of stamps.
12372
12373Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12374
12375 * config.sub: Add recognition for mips64vr4100*-* targets.
12376
12377Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12378
12379 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12380 Add creation of gconfigargs with `--enable-shared' turned on.
12381 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12382 ($(host)-stamp-stage3-configured): Likewise.
12383 (HOLES): Add chatr and ldd.
12384 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12385
12386Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12387
12388 * configure: Pass --nfp to recursive configures.
12389
12390Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12391
12392 * Makefile.in (DLLTOOL): New.
12393 (DLLTOOL_FOR_TARGET): New.
12394 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12395 (EXTRA_TARGET_FLAGS): Ditto.
12396 (EXTRA_GCC_FLAGS): Ditto.
12397 (CONFIGURE_TARGET_MODULES): Ditto.
12398 (DO_X): Ditto.
12399 * configure: Add DLLTOOL.
12400
12401Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12402
12403 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12404 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12405 mh-sco, since old workarounds no longer needed, and don't
12406 build ld, since libraries have weak symbols in COFF.
12407
12408Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12409
12410 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12411
12412Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12413
12414 * configure.in: Make sure that ${CC} can be used to compile an
12415 executable.
12416
afb8d725
JM
12417Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12418
12419 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12420 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12421 nothing depending on whether gdbtk is being built.
12422
252b5132
RH
12423Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12424
12425 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12426
12427Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12428
12429 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12430 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12431
12432Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12433
12434 * config-ml.in: Add support for
12435 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12436 Simplify setting of multidirs from --disable-foo.
12437
12438Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12439
12440 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12441 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12442 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12443 non-empty, pass them on to the GCC make.
252b5132
RH
12444 (all-bootstrap): New rule that is like all-gcc, except it executes
12445 the GCC bootstrap rule instead of the GCC all rule.
12446
12447Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12448
12449 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12450
12451Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12452
12453 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12454 DG/UX support.
12455
12456Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12457
12458 * config.sub (i*86*) Change [345] to [3456]
12459
12460Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12461
12462 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12463 --with-gnu-ld=no.
12464
12465Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12466
12467 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12468 AIX multilibs get built.
12469
12470Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12471
12472 * configure.in (i386-win32): Don't build expect if we're not
12473 building the tcl subdir.
12474
12475Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12476
12477 * Makefile.in: (configure-target-examples, all-target-examples):
12478 New targets, configure and build example programs.
12479
12480Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12481
12482 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12483 use it as input to sedit the generated MPW makefile.
12484 * mpw-README: Add a suggestion about Gestalt.h.
12485
12486Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12487
12488 * config.sub: Accept *-*-ieee*.
12489
12490Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12491
12492 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12493 Ronald F. Guilmette <rfg@monkeys.com>.
12494
12495Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12496
12497 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12498 for powerpc-pe native.
12499 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12500 (target==powerpc-pe): duplicate i386-win32 entry.
12501
12502Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12503
12504 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12505 of vxworks, not just vxworks5.1.
12506
12507Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12508
12509 * mpw-configure: Add support for exec-prefix.
12510
12511Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12512
12513 * config.guess: Recognize HP model 816 machines as having
12514 a PA1.1 processor.
12515
12516Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12517
12518 * configure: Ignore new autoconf configure options.
12519
252b5132
RH
12520Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12521
12522 * config.guess: Recognize Pentium under SCO.
12523 From Robert Lipe <robertl@arnet.com>.
12524
12525Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12526
12527 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12528
12529Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12530
12531 * configure.in: Don't configure gas for alpha-dec-osf*.
12532
12533Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * configure.in: Default to --with-stabs for some targets for which
12536 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12537 i[345]86*-*-unixware*.
12538
12539Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12540
12541 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12542 rather than basing it on the target. Simplify handling of options
12543 controlling which directories to configure. Remove extraneous
12544 slash in multi-clean target.
12545
12546Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12547
12548 * config-ml.in: Prefix more variables with ml_ so they don't collide
12549 with configure's.
12550
12551Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12552
12553 * configure: Don't turn -v into --v.
12554
12555Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12556
12557 * configure.in (targargs): Fix typo.
12558
12559 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12560
12561Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12562
12563 * configure.in: Strip --host and --target options from
12564 CONFIG_ARGUMENTS, and always configure for --host only. Add
12565 --with-cross-host option when building with a cross-compiler.
12566 * configure: Canonicalize the arguments put into config.status by
12567 always using `=' for an option with an argument. Pass a presumed
12568 --host or --target explicitly.
12569
12570Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12571
12572 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12573 into general OS recognition case.
12574
12575Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12576
12577 * configure.in (target_configdirs): add target-winsup only
12578 for win32 target systems.
12579
12580Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12581
12582 * Makefile.in (all-target-libgloss): Depend upon
12583 configure-target-newlib, since when libgloss is built it looks to
12584 see if the newlib directory exists.
12585
12586Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12587
12588 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12589 cfg-ml-*.in.
12590
12591Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * configure: Handle LD and LD_FOR_TARGET when configuring a
12594 Canadian Cross.
12595
252b5132
RH
12596Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12597
12598 * configure.in (target_libs): add target-winsup.
12599 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12600 (target==ppcle-pe): remove ld from $noconfigdirs.
12601
12602Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12603
12604 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12605 Preserve relative path names in $srcdir. Build symlink tree if
12606 configuring cross target dir and srcdir=. (= no VPATH support).
12607 (configure-target-libg++): Depend on configure-target-librx.
12608 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12609 * config-ml.in: New file.
12610 * symlink-tree: New file.
12611 * configure: Ensure srcdir="." if that's what it is.
12612
12613Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12614
12615 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12616 includes and FLEX_SKELETON setting.
12617 * mpw-configure (--with-gnu-ld): New option, controls whether
12618 to use PPCLink or ld with PowerMac GCC.
12619 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12620 * mpw-config.in: Configure grez if targeting Mac.
12621
12622 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12623 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12624 just macos.
252b5132
RH
12625 * configure.in: Configure grez resource compiler if targeting Mac.
12626 * Makefile.in (all-grez, install-grez): New targets.
12627
12628Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12629
12630 * configure: CXX defaults to gcc, not g++. If we find
35590697 12631 gcc in the path, set CC to gcc -O2.
252b5132
RH
12632
12633Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12634
12635 * configure: Default ${build} correctly. Avoid picking up extra
12636 spaces when reading CC and CXX from Makefile. When doing a
12637 Canadian Cross, use plausible default values for numerous
12638 variables.
12639 * configure.in: When doing a Canadian Cross, don't try to
12640 configure tools whose configure script can't handle it.
12641
12642Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12643
12644 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12645
12646Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12647
12648 * configure: Remove dubious bug reporting address.
12649
12650Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12651
12652 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12653 configure script, run that instead of this directory's configure.
12654 In either case, print a message that we're configuring the sub-dir.
12655
12656Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12657
12658 * configure.in: Before checking for the existence of various files,
12659 use sed to filter out "target-".
12660
12661Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12662
12663 * Makefile.in (DO_X): Split rule to decrease command line length
12664 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12665 (Philippe De Muyter).
12666
12667Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12668
12669 * Makefile.in (all-patch): depend on all-libiberty.
12670
12671Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12672
12673 * configure.in: If the only directory in target_configdirs which
12674 actually exists is libiberty, then set target_configdirs to empty,
12675 to avoid trying to build a target libiberty in a gas or gdb
12676 distribution.
12677
12678Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12679
12680 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12681 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12682 systems.
252b5132
RH
12683
12684Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12685
12686 * configure.in (copy_dirs): Use sys-include instead of include
12687 for --with-headers option.
12688
12689Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12690
12691 * Makefile.in, configure.in: Make winsup builds work with
12692 new scheme.
12693
12694Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12695
12696 * configure.in: Build the linker on AIX.
12697
12698Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12699
12700 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12701 where needed.
12702
12703Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12704
12705 * Makefile.in (all-gcc): Fix typo.
12706
12707Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12708
12709 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12710
12711Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12712
12713 * configure.in: Rename libFOO to target-libFOO, and xiberty
12714 to target-xiberty, to provide more flexibility.
12715 (target_subdir): Define. Create if cross.
12716 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12717 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12718 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12719 check-libFOO -> check-target-libFOO, etc.
12720 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12721 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12722 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12723 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12724 allow ALL_GCC="" to only configure.
12725 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12726 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12727 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12728
12729Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12730
12731 * Makefile.in (taz): Build "info" in etc explicitly.
12732
12733Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12734
12735 * configure.in: Make sure that CC is undefined (as opposed to
12736 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12737 problem with autoconf trying to configure on a host without GCC.
12738
12739Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12740
12741 * mpw-configure: Set host alias from choice of host compiler,
12742 only use generic MPW Makefile sed if present, edit a file
12743 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12744 * mpw-README: Add problem notes about CW6 and CW7.
12745
12746Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12747
12748 * Makefile.in (taz): Use ";" instead of ";;".
12749
12750Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12751
12752 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12753 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12754 DISTDOCDIRS.
12755 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12756 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12757
12758Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12759
12760 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12761 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12762 Move bfd to DISTSTUFFDIRS.
12763
12764Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12765
12766 * Makefile.in (X11_LIB): Removed.
12767 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12768
12769 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12770
12771Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12772
12773 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12774 names.
12775
12776Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12777
12778 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12779
12780Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12781
12782 * configure.in (i[345]86-*-win32): Always build newlib.
12783 Don't configure cvs, autoconf or texinfo.
12784 * Makefile.in (LD_FOR_TARGET): New.
12785 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12786 Pass down LD_FOR_TARGET.
12787
12788Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12789
12790 * winsup: New directory.
12791 * Makefile.in: Build winsup.
12792 * configure.in: Winsup is configured when target is win32.
12793 Can only build win32 target GDB when native.
35590697 12794
252b5132
RH
12795Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12796
12797 * config.guess: Recognize HP model 819 machines as having
12798 a PA 1.1 processor.
12799
12800Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12801
12802 * configure: Fix sed loop which substitutes for CC and CXX to
12803 avoid bug found in various sed implementations.
12804
12805Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12806
12807 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12808 simulator. Use standard powerpc-*-eabi*.
12809
12810Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12811
12812 * configure.in: Stop putting gas and binutils in noconfigdirs for
12813 powerpc-*-aix* and rs6000-*-*.
12814
12815Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12816
12817 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12818 -mcall-aixdesc libraries.
12819
12820Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12821
12822 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12823
12824 * config.sub (arm | armel | armeb): Fix shell syntax.
12825
12826Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12827
12828 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12829 -msoft-float and -mcpu=common support.
12830 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12831 libraries.
12832
12833Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12834
12835 * configure.in: Allow configuration and build of emacs19 for the alpha.
12836
12837Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12838
12839 * configure.in (CC): Get ^CC, not just any old CC, from
12840 ${host_makefile_frag}.
12841
12842Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12843
35590697 12844 * configure.in (CC): Try to get CC from
252b5132
RH
12845 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12846
12847Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12848
12849 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12850 only if it exists in $(srcdir).
12851
12852Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12853
12854 * configure: If CC and CXX are not set in the environment, set
12855 them, based on either an existing Makefile or on searching for gcc
12856 in PATH. Substitute for CC and CXX in Makefile.
12857 * configure.in: Remove libm from target_libs. Separate
12858 target_configdirs from configdirs. If CC is not set in
12859 environment, try to get it from a host Makefile fragment. Rewrite
12860 changes of configdirs to use skipdirs instead. A few minor
12861 tweaks. Take directories out of target_configdirs as they are
12862 taken out of configdirs. Remove existing Makefile files from
12863 subdirectories. Substitute for TARGET_CONFIGDIRS and
12864 CONFIG_ARGUMENTS in Makefile.
12865 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12866 by configure.in.
12867 (CONFIG_ARGUMENTS): Likewise.
12868 (CONFIGURE_TARGET_MODULES): New variable.
12869 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12870 ($(CONFIGURE_TARGET_MODULES)): New target.
12871 (configure-libg++, configure-libio): New targets.
12872 (all-libg++): Depend upon configure-libg++.
12873 (all-libio): Depend upon configure-libio.
12874 (configure-libgloss, all-libgloss): New targets.
12875 (configure-libstdc++): New target.
12876 (all-libstdc++): Depend upon configure-libstdc++.
12877 (configure-librx, all-librx): New targets.
12878 (configure-newlib): New target.
12879 (all-newlib): Depend upon configure-newlib
12880 (configure-xiberty): New target.
12881 (all-xiberty): Depend upon configure-xiberty.
12882
12883Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12884
12885 * configure.in (host i[345]86-*-win32): Expand the
12886 noconfigdirs again.
12887
12888Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12889
12890 * mpw-configure: Fix sed command file name.
12891
12892Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12893
35590697 12894 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12895 noconfigdirs again.
12896
12897Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12898
12899 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12900 or powerpc*-*-pe*, since they are not yet supported.
12901
12902Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12903
12904 Add PowerMac support and many other enhancements.
12905 * mpw-configure: New option --cc to select compiler to use,
12906 paste options set according to --cc into the generated
12907 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12908 if mpw-make.sed is present.
12909 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12910 add forward includes for PowerPC include files.
12911 * mpw-build.in: Build using Makefile.PPC if present.
12912 (do-byacc, etc): Remove separate version resource builds.
12913 (do-gas): Build "stamps" before "all".
12914 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12915 * mpw-README: Update to reflect --cc option, PowerMac support,
12916 and recently-reported compatibility problems.
12917
12918Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12919
12920 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12921 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12922 (--with-multilib-top): Pass to recursive invocations.
12923
12924Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12925
12926 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12927 v810-*-*.
12928
12929Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12930
12931 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12932 gdb, ld and opcodes on v810-*-*.
12933
252b5132
RH
12934Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12935
12936 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12937 (local-maintainer-clean): New target.
12938 (maintainer-clean): New target.
12939 (realclean): Just depend upon maintainer-clean.
12940
12941Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12942
12943 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12944
12945Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12946
12947 * configure.in: Build ld in mips*-*-bsd* case.
12948
12949Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12950
12951 * config.sub: Accept -lites* OS. From Ian Dall.
12952
12953Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12954
12955 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12956 targets.
252b5132
RH
12957
12958Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12959
12960 * configure.in: treat i386-win32 canadian cross the same as
12961 i386-go32 canadian cross.
12962
12963Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12964
12965 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12966 running under the simulator to build a reduced set of libraries.
12967 (powerpc-*-eabiaix): Add fine grained multilib support added to
12968 other powerpc targets yesterday.
12969
12970Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12971
12972 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12973 -disable-softfloat, -disable-relocatable, -disable-aix, and
12974 -disable-sysv to control which multilib libraries get built.
12975
12976Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12977
12978 * configure: Add Makefile.tem to list of files to remove in trap
12979 handler.
12980
12981Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12982
12983 * config.guess (*Linux*): Add missing "exit"s.
12984 Also, need specific check for alpha-unknown-linux (uses COFF).
12985
12986Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12987
12988 * config.guess: Merge with FSF:
12989
12990 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12991 * config.guess (AIX4): More robust release numbering discovery.
12992
12993 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12994 * config.guess (i386-sequent-ptx): Properly get version number.
12995
12996 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12997 * config.guess (mips:*:4*:UMIPS): New case.
12998
12999Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13000
13001 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13002 (i386-win32 host): Likewise. Don't build readline.
13003
afb8d725
JM
13004Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13005
13006 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13007 SUPPORT_FILES to submakes.
13008
252b5132
RH
13009Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13010
13011 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13012 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13013 mpw-configure.
13014
13015Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13016
13017 * configure.in (appdirs): Use =, not ==, in test expression when
13018 trying to build the text to print in the warning message for
13019 Solaris users.
13020
13021Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13022
13023 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13024
13025Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13026
13027 * config.guess: Recognize lynx-2.3.
13028
13029Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13030
13031 * config.sub (z8ksim): Deleted
13032 (z8k-*-coff): New, this is the one true name of the target.
13033
13034Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13035
13036 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13037
13038Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13039
13040 * config.guess (*:Linux:*:*): First try asking the linker what the
13041 default object file format is (elf, aout, or coff). Then if this
13042 fails, try previous methods.
13043
13044Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13045
13046 * configure.in: Don't build newlib for *-*-vxworks5.1.
13047
13048Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13049
13050 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13051 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13052
13053Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13054
13055 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13056
13057Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13058
13059 * cfg-ml-com.in: New file.
13060 * cfg-ml-pos.in: New file.
13061
13062Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13063
13064 * COPYING.NEWLIB: Add HP free copyright to list.
13065
13066Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13067
13068 * config.sub: Recognize -eabi* for the system, not just -eabi.
13069
13070Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13071
13072 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13073 * config.sub, configure.in (win32): New target and host.
13074
13075Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13076
13077 * configure.in: Add i386-pe configuration.
13078
13079Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13080
13081 * mpw-build.in (install): Install GDB after LD.
13082
13083Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13084
13085 * mpw-config.in (elf/mips.h): Always forward-include, needed
13086 for GDB to build.
13087
13088Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13089
13090 * testsuite: New directory for customer acceptance and whole tool
13091 chain tests.
13092
13093Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13094
13095 * configure: If per-host line isn't found, but AC_OUTPUT is found
13096 and a configure script exists, run it instead.
13097
13098Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13099
13100 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13101
13102Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13103
13104 * configure: Set build_{cpu,vendor,os,alias} to host values when
13105 --build isn't specified.
13106
13107Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13108
13109 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13110 (FLAGS_TO_PASS): Pass them.
13111 (EXTRA_TARGET_FLAGS): Ditto.
13112
252b5132
RH
13113Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13114
13115 * Makefile.in (all-libg++): Depend on all-libstdc++.
13116
13117Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13118
13119 * configure.in (noconfigdirs): Enable all packages for
13120 i386-unknown-netbsd.
13121
13122Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13123
13124 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13125 hosted builds (DOS builds)
13126
13127Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13128
13129 Changes for ARM based on patches from Richard Earnshaw:
13130 * config.sub: Handle armeb and armel.
13131 * configure.in: Omit arm linker only for riscix.
13132
13133Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13134
13135 * config.guess: Update from FSF.
13136
13137Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13138
13139 * config.sub: Recognize powerpcle as the little endian varient of
13140 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13141 powerpcle variant. Convert pentium into i586, not i486. Add p5
13142 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13143 temporarily.
13144
13145Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13146
13147 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13148
13149Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13150
13151 * config.sub: Accept -lites* as a basic system type.
13152
13153Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13154
13155 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13156 installed, and if so return linuxoldld as the system name.
13157
13158Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13159
13160 * config.guess: Add hppa1.1-hp-lites support.
13161
13162Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13163
13164 * configure.in: Don't build newlib for m68k-vxworks5.1.
13165
13166Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13167
13168 * configure.in (mips-sgi-irix6): Use mh-irix5.
13169
13170Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13171
13172 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13173
13174Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13175
13176 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13177 OSF/1. Fix compiler flags.
252b5132
RH
13178 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13179
13180Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13181
13182 * configure.in: Recognize --with-newlib.
13183 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13184
afb8d725
JM
13185Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13186
13187 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13188 to *_X11_MODULES due to gdbtk needing X include files et al.
13189
252b5132
RH
13190Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13191
13192 Merge in support for Mac MPW as a host.
13193 (Old change descriptions retained for informational value.)
13194
13195 * mpw-config.in: Add generic include forwards for cpu-specific
13196 include files in aout and elf directories.
13197
13198 * mpw-configure: Added copyright.
13199 * mpw-config.in: Check for presence of required build tools.
13200 (target_libs): Add newlib.
13201 (target_tools): Add examples.
13202 (Read Me): Generate as "Read Me for MPW" instead.
13203 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13204 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13205 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13206
13207 * mpw-configure: Remove subdir-specific makefile hackery,
13208 delete mk.tmp after using it.
13209
13210 * mpw-build.in (all): Display start and end times.
13211
13212 * mpw-configure (host_canonical): Set.
13213 (target_cpu): Always add to makefiles.
13214 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13215 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13216 (mpw-mh-mpw): Look for in srcdir and srcroot.
13217 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13218
13219 * mpw-build.in: (install-only): New target.
13220
13221 * mpw-configure (host_alias, target_alias): Rename from hostalias
13222 and targetalias, add into generated Makefile.
13223 (mk.tmp): If present, add into generated Makefile.
13224 * mpw-build.in (all-gas): Build config.h first before gas proper.
13225
13226 * mpw-configure (config.status): Write only if changed.
13227 * mpw-config.in (readline): Configure it (not built, just used for
13228 definitions).
13229
13230 * mpw-config.in (elf/mips.h): Add a forward include.
13231
13232 * mpw-config.in: Forward-include most .h files in include into
13233 extra-include.
13234 (readline): Don't build.
13235 mpw-build.in (install): Install GDB.
13236
13237 * mpw-configure (prefix, mpw_prefix): Handle it.
13238 * mpw-config.in (mmalloc, readline): Don't configure.
13239 * mpw-build.in (thisscript): Rename to ThisScript.
13240 Use mpw-build instead of BuildProgram everywhere.
13241 (mmalloc, readline): Don't build.
13242 * mpw-README: New file, basic documentation about the MPW port.
13243
13244 * mpw-config.in: Use forward-include to create include files.
13245
13246 * mpw-configure: Add more things to the top of each configured
13247 Makefile, including contents of config/mpw-mh-mpw.
13248 * mpw-config.in (extra-include): Create this directory and fill it
13249 with Posix-like include files when configuring.
13250
13251 * config.sub (apple, mac, mpw): Add various aliases.
13252
13253 * mpw-build.in: New file, top-level build script fragment for MPW.
13254 * mpw-configure: New file, configure script for MPW.
13255 * mpw-config.in: New file, config fragment for MPW.
13256
13257Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13258
13259 * configure.in (host_libs): Remove glob, since it is gone from the
13260 sources.
13261
13262Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13263
13264 * Makefile.in: define empty GDB_NLM_DEPS var.
13265
13266 * configure.in(target_makefile_frag): use config/mt-netware
13267 for netware targets.
13268
13269Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13270
13271 * config.sub: Merge in recent FSF changes. Remove linux special
13272 cases.
13273
13274Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13275
4bddf3ad 13276 Revert this change:
252b5132
RH
13277
13278 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13279
13280 * build-all.mk: Use CC=cc -Xs on Solaris.
13281
252b5132
RH
13282Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13283
13284 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13285 stop using it.
13286 * Makefile.in: Nuke all references to glob subdirectory.
13287
13288Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13289
13290 * configure.in: Fix --enable-shared logic in per-host.
13291
13292Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13293
13294 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13295
13296Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13297
13298 * configure.in (noconfigdirs): Don't build gas on AIX, for
13299 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13300
13301Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13302
13303 * configure: Fix --cache-file to work if the file argument is a
13304 relative path.
13305
13306Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13307
13308 * configure: If the --cache-file is used, pass it down to
13309 configure in subdirectories.
13310
13311Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13312
13313 * config.sub: add vxworks29k configuration.
13314
13315Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13316
13317 * Makefile.in (taz): Do "diststuff" part quietly.
13318
13319Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13320
13321 * config.sub: Mini-merge with gcc/config.sub.
13322
13323Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13324
13325 * config.guess (IRIX): Sed - to _.
13326
13327Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13328
13329 * Makefile.in (source-vault, binary-vault): New targets.
13330
13331Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13332
13333 * config.sub: Recognize -eabi as a basic system type.
13334
13335Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13336
13337 * configure.in (enable_shared stuff): Fix typo.
13338
13339Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13340
13341 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13342
13343Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13344
13345 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13346
13347Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13348
13349 * configure.in (rs6000-*-*): Don't build gas.
13350
13351Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13352
13353 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13354 reduce command line length.
13355 (AS_FOR_TARGET): Check for as.new, not Makefile.
13356 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13357
13358Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13359
13360 * config.guess: Merge from FSF.
13361
13362Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13363
13364 * configure: Don't use $ when handling program_suffix.
13365
13366Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13367
13368 * configure.in: Configure tk for hppa/hpux.
13369
13370Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13371
13372 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13373
13374Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13375
13376 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13377 to LIBCXXFLAGS. Tests are better run without it.
13378
13379Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13380
13381 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13382
13383Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13384
13385 * configure.in (*-*-netware*): Don't configure xiberty.
13386
13387Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13388
13389 * configure.in: Remove tk from native_only list.
13390
13391Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13392
13393 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13394 for special NCD build.
13395
13396Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13397
13398 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13399 makeall.bat, they're only useful for binutils snapshots.
13400 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13401 makeall.bat to specified SUPPORT_FILES.
13402
13403Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13404
13405 * build-all.mk: Add Ericsson targets to sun4 and solaris
13406 hosts. Add BNR's sun4 target to solaris host, so their
13407 build-from-source will be tested in-house first.
13408
13409Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13410
13411 * Makefile.in (LIBCFLAGS): New variable.
13412 (CFLAGS_FOR_TARGET): Ditto.
13413 (LIBCFLAGS_FOR_TARGET): Ditto.
13414 (LIBCXXFLAGS): Ditto.
13415 (CXXFLAGS_FOR_TARGET): Ditto.
13416 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13417 (BASE_FLAGS_TO_PASS): Pass them.
13418 (EXTRA_TARGET_FLAGS): Ditto.
13419
4bddf3ad 13420 * configure.in: Support --enable-shared.
252b5132
RH
13421
13422Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13423
13424 * configure.in (target_libs): Include libstdc++ again.
13425 * config.guess: Update from FSF (for FreeBSD).
13426
13427Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13428
13429 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13430 makeall.bat.
13431 (DISTDOCDIRS): Add `etc'.
13432 (ETC_SUPPORT_PFX): New variable.
13433 (taz): Include anything from etc starting with a word in
13434 ETC_SUPPORT_PFX.
13435
13436Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13437
13438 * config.sub: Update for recent FSF changes. Remove obsolete
13439 h8300hds entry. Add -windows* and -osx as basic os. Minor
13440 spacing changes.
13441
13442Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13443
13444 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13445
13446 * config.guess: Merge with FSF.
13447 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13448
13449Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13450
13451 * configure: Since the "trap 0" handler will override the exit
13452 status on many systems, only use it for "exit 1", and make it set
13453 a non-zero exit status; reset it before "exit 0". Also, check
13454 exit status of config.sub, and error out if it failed.
13455
13456Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13457
13458 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13459 and install libgloss.
13460
13461Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13462
13463 * Makefile.in (all-binutils): Depend upon all-byacc.
13464
13465 * configure.in: Don't build emacs on Irix 5.
13466
13467Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13468
13469 * configure.in (*-*-netware*): Add libio.
13470
13471Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13472
13473 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13474 (CHECK_TARGET_MODULES): Ditto.
13475 (INSTALL_TARGET_MODULES): Ditto.
13476 (TARGET_LIBS): Ditto.
13477 (all-libstdc++): Note dependencies.
13478
13479Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13480
13481 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13482
13483Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13484
13485 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13486 -fexternal-templates.
13487
13488 * configure.in (target_libs): Add libstdc++.
13489 (noconfigdirs): Add libstdc++ as appropriate.
13490
13491Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13492
13493 * config.guess: Update from FSF.
13494
13495Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13496
13497 * configure: Use ${config_shell} when running ${configsub}.
13498
13499Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13500
13501 * config.sub: No longer recognize h8300h.
13502
13503Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13504
13505 * config.sub: Remove extraneous differences between config.sub and
13506 gcc/config.sub.
13507
13508Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13509
13510 * Makefile.in (DISTSTUFFDIRS): Add gas.
13511
13512Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13513
13514 * COPYING.NEWLIB: New file.
13515
13516Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13517
13518 * config.guess (HP-UX): Patch from Harlan Stenn
13519 <harlan@landmark.com> to also emit release level.
13520
13521Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13522
13523 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13524
13525Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13526
13527 * config.sub: Merge nextstep cleanup from FSF.
13528
13529Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13530
13531 * configure.in (arm-*-*): Don't configure ld for this target.
13532
13533Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13534
13535 * configure.in (*-*-netware): don't configure libg++, libio,
13536 librx, or newlib.
13537
13538Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13539
13540 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13541 configure ld--it works, but it doesn't support shared libraries.
13542
13543Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13544
13545 * config.guess (*-unknown-freebsd*): Get rid of possible
13546 trailing "(Release)" in version string.
13547 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13548
13549Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13550
13551 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13552 Fix type: *-next-neststep -> *-next-nextstep.
13553
13554 * config.guess: Merge from FSF:
13555
13556 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13557
13558 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13559
13560 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13561
13562 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13563 instead of UNIX_SV for UnixWare 1.0).
13564
13565Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13566
13567 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13568 to make gdb/nlm/* build after the compiler and linker.
13569
13570Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13571
13572 * config.guess (netbsd, freebsd, linux): Accept any machine,
13573 not just i[34]86.
13574 (m68k-atari-sysv4): Relocate to match FSF version.
13575
13576 * config.guess: More merges from the FSF:
13577
13578 Add a space before function call or macro invocation.
13579
13580 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13581
13582 * config.guess: Add trap cmd to remove dummy.c and dummy when
13583 interrupted.
13584
13585 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13586
13587 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13588 (dummy): Redirect stderr from compilation of dummy.c.
13589
13590 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13591
13592 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13593
13594Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13595
13596 * configure: Accept and ignore --cache*, for compatibility with
13597 new autoconf.
13598
13599Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13600
13601 * config.guess: Merge from FSF:
13602
13603 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13604
13605 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13606 (PATH): Add /.attbin at end for finding uname.
13607 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13608
13609 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13610
80413487 13611 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13612
13613 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13614
80413487
RH
13615 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13616 to select whether to use ELF or COFF.
252b5132
RH
13617
13618 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13619
80413487 13620 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13621
13622 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13623
13624 * config.guess: Guess the OS version for HPUX.
13625
13626 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13627
13628 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13629
13630Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13631
13632 * configure.in: Recognize --with-headers, --with-libs, and
13633 --without-newlib.
13634 * Makefile.in (all-xiberty): Depend upon all-ld.
13635
13636Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13637
13638 * configure.in: Change i[34]86 to i[345]86.
13639
13640Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13641
13642 * configure (version): A few more tweaks to help message.
13643
13644Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13645
13646 * Makefile.in: Remove (for now) librx as a host library,
13647 now that we're building it for target.
13648
13649Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13650
13651 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13652 (Karl Berry).
13653
13654Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13655
13656 * configure.in: Also configure librx.
13657
13658Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13659
13660 * Makefile.in: Update various rules to reflect that librx
13661 is now needed for libg++.
13662
13663Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13664
13665 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13666
13667Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13668
13669 * configure.in: Configure the examples directory.
13670
13671Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13672
13673 * configure: Simplify Jun 2 1994 change.
13674
13675Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13676
13677 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13678 /bin/gcc isn't good enough to build gcc.
13679
13680Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13681
13682 * Makefile.in (GDB_SUPPORT_FILES): Remove
13683 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13684 (gdb.tar.gz): Add new rule to use standard distribution building
13685 mechanism.
13686
13687Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13688
13689 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13690 Bill Cox <bill@cygnus.com>.
13691
13692Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13693
13694 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13695
13696Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13697
13698 * configure: Search current dir first in .gdbinit.
13699
13700Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13701
13702 * config.sub: Recognize freebsd (merged from gcc config.sub).
13703
13704Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13705
13706 * config.sub: Refer to NeXT's operating system as nextstep.
13707
13708 * config.sub (case $basic_machine): Re-order the cases, to match
13709 the order in the FSF version (which is mostly alphabethical).
13710 Merge in some additions and changes from the FSF.
13711
13712Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13713
13714 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13715 * config.sub: Recognize cxux7.
13716 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13717
13718Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13719
13720 * config.sub: Fix typo powerpc -> powerpc-*.
13721
13722Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13723
13724 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13725
13726 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13727 parallel with all-emacs and install-emacs). Top-level command
13728 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13729
13730Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13731
13732 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13733 $(relbindir)/make before doing ``make install'', and use
13734 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13735 installing over running make binary.
13736 ($(host)-stamp-stage3-installed): Likewise.
13737
13738Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13739
13740 * config.guess: Recognize Mach.
13741
13742Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13743
13744 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13745 see whether --exec-prefix was used.
13746
13747Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13748
13749 * README: Explicitly mention libg++/README. (Zoo's idea.)
13750
13751Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13752
13753 * Makefile.in: Add all-librx target similar to all-libproc.
13754
13755Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13756
13757 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13758 with post 1.2 uname bogosity.
13759
13760Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13761
13762 * configure: Remove temporary files on receipt of a signal.
13763
13764Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13765
13766 * configure: If there is a package_makefile_frag, remove
13767 ${subdir}/Makefile.tem after copying it in.
13768
13769Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13770
13771 * build_all.mk: support rs6000 lynx identifies itself as
13772 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13773 since /bin/gcc is too feeble to compile a modern gcc.
13774
13775Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13776
13777 * brought devo/test-build.mk update-to-date with progressive/
13778 test-build.mk. Add lynx targets and hppa flag info.
13779
13780Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13781
13782 * configure.in: Use mh-ncrsvr43. Patch from
13783 Tom McConnell <tmcconne@sedona.intel.com>.
13784
13785Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13786
13787 * config.guess (i386-unknown-bsdi): No longer need to
13788 check #if defined(__bsdi__) && defined(__i386__).
13789
13790Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13791
13792 * configure: Set program_transform_nameoption correctly.
13793
13794Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13795
13796 * brought build-all.mk update-to-date with progressive build-all.mk,
13797 added new targets and hppa info.
35590697 13798
252b5132
RH
13799Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13800
13801 * configure: If config.guess result is a prefix of the user
13802 specified target, assume a native build and use the user specified
13803 target as the host alias. Remove SunOS patch suffix removal hack.
13804 * configure.in: Remove SunOS patch suffix removal hack.
13805
13806 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13807 in NATIVE_CHECK_MODULES.
13808
13809Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13810
13811 * Makefile.in: Rename HOST_ONLY to NATIVE.
13812 * configure: Delete SunOs patch suffix from host_canonical
13813 and build_canonical variables that are prepended to Makefiles.
13814 * configure.in: Add comments for easier maintenance.
13815
13816Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13817
13818 * Makefile.in: Add all-libproc target similar to all-gui.
13819
13820Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13821
13822 * Makefile.in (CHECK_MODULES): split into
13823 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13824
13825Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13826
13827 * config.guess (i386-unknown-bsdi): New system to guess.
13828
13829Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13830
13831 * Makefile.in: Add all-gui target (but not yet build by "all").
13832
13833Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13834
13835 * config.sub: Move deletion of patch suffix from here...
13836 * configure.in: To here, at Ian's suggestion. The top-
13837 level scripts might need to know of a patch level.
13838
13839Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13840
13841 * config.sub: Strip off patch suffix so rtl is recognized
13842 as a sunos4.1.3 machine, even though it's been patched.
13843
13844Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13845
13846 * Makefile.in (INSTALL_LAST): Delete.
13847 (INSTALL_DOSREL): New.
13848
13849Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13850
13851 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13852 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13853 whether we pass down --with-gnu-ld anyhow.
13854
13855Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13856
13857 * Makefile.in (INSTALL_LAST): Change operation so it works
13858 on more flavors of make.
13859 * configure.in (go32): Don't build libg++ or libio.
13860
13861Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13862
13863 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13864 they can be overriden by templates.
13865
13866Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13867
13868 * configure.in (target==go32): Don't build gdb.
13869 * dosrel: New directory.
13870
13871Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13872
13873 * configure.in (host==go32): Configure dosrel too.
13874 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13875 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13876 be set by incoming names or templates.
13877 (INSTALL_LAST): New rule.
252b5132
RH
13878
13879Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13880
13881 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13882
13883Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13884
252b5132
RH
13885 * configure.in (appdirs): New variable. Currently empty, but will
13886 be used in gas distribution. If nonempty, lists a set of
13887 directories at least one of which must get configured, or top
13888 level configuration is considered to have failed.
13889 (rs6000-*-lynxos*): Use new file name.
13890
13891Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13892
13893 Eliminate XTRAFLAGS.
13894 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13895 newlib include files using -idirafter, and also use -nostdinc.
13896 (CXX_FOR_TARGET): Likewise.
13897 (XTRAFLAGS): Removed.
13898 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13899 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13900 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13901 ($(DO_X)): Don't pass down XTRAFLAGS.
13902
13903Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13904
13905 * configure.in (mips*-dec-bsd*): New target; do build linker.
13906 (mips*-*-bsd*): New target; don't build linker.
13907
13908Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13909
13910 * configure.in: support rs6000-*-lynxos* configuration.
13911 support sunos4 as a cross target.
13912
13913 * config.sub: look for lynx*, not lynx since the OS version may
13914 legitimately be part of the name.
13915
13916Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13917
13918 * configure.in (i[34]86-*-sco*): Move to be with other i386
13919 targets.
13920 (romp-*-*): New target. Skip various binary utilities.
13921 (vax-*-*): New target. Don't build newlib.
13922 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13923
13924Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13925
13926 * configure.in: Only set host_makefile_frag if config
13927 directory exists.
13928
13929Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13930
13931 * install.sh: If $dstdir exists, don't check whether each
13932 component does.
13933
13934Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13935
13936 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13937
13938Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13939
35590697
AJ
13940 * configure.in (*-*-lynxos*): Don't configure newlib for either
13941 native or cross Lynx.
252b5132
RH
13942
13943Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13944
13945 * config.sub (sparc64-elf): Fix os.
13946 (z8k): Remove duplicate.
13947
13948Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13949
13950 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13951 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13952
13953Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13954
13955 * configure: Make file links cleanly even if Lynx fails on
80413487 13956 an NFS symlink (at least fail cleanly).
252b5132
RH
13957
13958Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13959
13960 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13961 -XNh2000.
13962
13963Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13964
13965 * configure: Unknown options are fatal again.
13966
13967Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13968
13969 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13970 compatibility.
252b5132
RH
13971
13972Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13973
13974 * build-all.mk: Add `clean' target.
13975
13976Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13977
13978 * config.guess: Add SINIX support.
13979 * configure.in: Add mips-*-sysv4* support.
13980
13981Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13982
13983 * build-all.mk: Document all useful targets.
13984 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13985 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13986
13987Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13988
13989 * configure: Support --silent, --quiet.
13990
13991Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13992
13993 * configure: Support --disable-FEATURE.
13994
13995Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13996
13997 * config.guess: Recognize NCR running SVR4.3.
13998
13999Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14000
14001 * config.guess: Make BSDI generate i386-unknown-bsd386.
14002 Patch from Paul Eggert <eggert@twinsun.com>.
14003
14004Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14005
14006 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14007
14008Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14009
14010 * configure: Make unrecognized options give nonfatal warnings
14011 instead of fatal errors, and pass them to any subdirectory
14012 configures in case they recognize them.
14013 Make --x equivalent to --with-x.
14014
14015Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14016
14017 * configure: Add --enable-* options. Clean up usage message and
14018 some comments.
14019
14020Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14021
14022 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14023
14024Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14025
14026 * configure.in (hppa*-*-*): Enable binutils.
14027
14028Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14029
14030 * config.sub: Recognize cisco.
14031
14032Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14033
14034 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14035
14036Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14037
14038 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14039 than one configuration name. Add comment.
14040
14041Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14042
14043 * config.guess: about target *-hitachi-hiuxwe2, fixed
14044 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14045 macro is incorrect.]
14046
14047Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14048
14049 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14050 than the "make ls" stuff which used to be here.
14051
14052Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14053
14054 * config.guess: Recognize i[34]86-unknown-freebsd.
14055 From Shawn M Carey <smcarey@rodan.syr.edu>.
14056
14057Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14058
14059 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14060
14061Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14062
14063 * config.guess: Check for ptx.
14064
14065Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14066
14067 * config.sub: Add os9k checking.
14068
14069Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14070
14071 * config.guess: Handle OSF1 running on HPPA processors
14072
14073Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14074
14075 * configure: If subdir configure fails, print out a message with
14076 subdirectory name, in case subdir's configure code didn't identify
14077 itself.
14078
14079Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14080
14081 * configure.in: Remove embedded newlines from configdirs.
14082 Avoid mismatches of substrings. Fix matching strings at end
14083 of configdirs.
14084
14085Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14086
14087 * config.guess: Add Lynx/rs6000 config support.
14088
14089Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14090
14091 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14092
14093Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14094
14095 * configure.in (hppa*-*-osf*): Treat this just like most other
14096 PA configurations (eg no binutils or ld).
14097 (hppa*-*-*elf*): These configurations have binutils and ld.
14098
14099Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14100
14101 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14102
14103Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14104
14105 * configure.in (rs6000-*-*): Build gas.
14106
14107Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14108
80413487 14109 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14110
14111Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14112
14113 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14114 for GDB and GDB has been fixed to not need it.
14115
252b5132
RH
14116Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14117
14118 * config.guess: Recognize vax hosts.
14119
14120Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14121
14122 * configure (while loop): Don't use "break 2" inside case
14123 statement -- the case statement isn't an enclosing loop.
14124
14125Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14126
14127 * config.guess: Clean up NeXT support, to allow nextstep
14128 on Intel machines. Make OS be nextstep.
14129
14130Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14131
14132 * config.guess: Add alternate forms for Convex.
14133
14134Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14135
14136 * configure: Completely rewrite option processing. Take
14137 advantage of pattern-matching to avoid invoking test frequently.
14138 Also clean up host and target defaulting logic.
14139
14140Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14141
14142 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14143 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14144 commands (plus user environment) will fit SCO limits.
14145
14146Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14147
14148 * configure.in: Don't issue warnings about directories which are
14149 not being configured if -norecursion is set. Correct test for
14150 --with-gnu-as and --with-gnu-ld to not get confused by substring
14151 matches.
14152
14153 * configure.in: Don't build gas for alpha-dec-osf1*.
14154
14155Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14156
14157 * configure: Back out Per's change of 12/19/1993. It changes the
14158 behavior of configure in unexpected and confusing ways.
14159
14160 Also, use different delim char when calculating
14161 program_transform_name so that the name can contain slashes.
14162
14163Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14164
14165 * configure.in, config.sub: Add support for VSTa micro-kernel.
14166
14167Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14168
14169 * configure.in: Nuke hacks which were used to get a special
14170 version of GAS for HPPA configurations.
14171
14172Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14173
14174 * configure: If only ${target_alias} is given, use that
14175 as the default for ${host_alias}.
14176 * configure: Add missing back-slashes before nested quotes.
14177
14178Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14179
14180 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14181
14182Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14183
14184 * config.guess: Recognize some Tektronix configurations.
14185 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14186
14187Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14188
14189 * config.sub: Match any flavor of SH.
14190
14191Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14192
14193 * configure.in: Don't try to configure newlib for Alpha.
14194
14195Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14196
14197 * configure.in: Don't build ld for Irix 5. Don't build gas,
14198 libg++ or libio for any Alpha target.
14199
14200 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14201
14202Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14203
14204 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14205 default arguments -- so it tried to compress itself.
14206
14207Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14208
14209 * configure.in (notsupp): ensure that a space is always at the end
14210 of the configdirs list, since the grep checks for an explicit space
14211
14212Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14213
14214 * configure.in (target i386-sysv4.2): don't build ld, since static
14215 versions of many libraries are not available.
14216
14217Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14218
14219 * config.guess: Recognize Apollos (using environment variables).
14220 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14221
14222Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14223
14224 * config.guess: Recognize Sony news mips running newsos.
14225
14226Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14227
14228 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14229 "fi ; else" for bash.
14230
14231Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14232
14233 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14234
14235Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14236
14237 * config.sub: accept unixware as an alias for svr4.2.
14238 Fix some inconsistancies with the gcc version.
14239
14240Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14241
14242 * Makefile.in (DISTDOCDIRS): Add gdb.
14243
14244Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14245
14246 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14247
14248Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14249
14250 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14251 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14252 this now.
14253
14254Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14255
14256 * config.sub: Accept hiux* as an OS name.
14257
14258 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14259 etc/make-stds.texi. The underscore came from gcc, and dje now
14260 agrees that RUNTESTFLAGS is the correct name.
14261
14262Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14263
14264 * install.sh: Remove 'set -e'. It makes any conditionals
14265 in the script useless.
14266
14267 * config.guess: Automatically recognize arm-acorn-riscix
14268 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14269
14270Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14271
14272 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14273
14274Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14275
14276 * Makefile.in (DISTDOCDIRS): New variable.
14277 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14278 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14279
14280Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14281
14282 * configure.in (hppa target): check the source directory for the
14283 pagas sub-directory
14284
14285Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14286
14287 * config.sub: Allow -aout* and -elf*.
14288
14289Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14290
14291 * configure.in: Don't build ld on i386-solaris2, same as for
14292 sparc-solaris2.
14293
14294Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14295
14296 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14297
14298Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14299
14300 * configure.in: Configure gdb for alpha.
14301
14302Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14303
14304 * Makefile.in (CXXFLAGS): Add -O.
14305
14306Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14307
14308 * config.guess: added support for DG Aviion
14309
14310Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14311
14312 * configure.in: Produce warning message for subdirectories not
14313 configurable for this host/target combination. Don't try to
14314 configure gdb for vms.
14315
14316Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14317
14318 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14319 appropriate files before making "diststuff".
14320 (DISTBISONFILES): New var: list of files to be edited.
14321 (DISTSTUFFDIRS): Add binutils.
14322
14323Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14324
14325 * config.sub: also handle mipsel and mips64el (for little endian mips)
14326
14327Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14328
14329 * configure.in: Add * to end of all OS names.
14330
14331Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14332
14333 * configure.in: Build newlib for LynxOS native.
14334
14335Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14336
14337 * config.guess: Add support for delta 88k running SVR3.
14338
14339 * configure.in: Add comment about HP compiler vs. emacs.
14340
14341Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14342
14343 * configure.in: don't build ld on solaris2 (not a viable option
14344 due to bugs in getpwnam & getpwuid)
14345
14346Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14347
14348 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14349 config.guess will produce a full version number.
14350
14351Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14352
14353 * configure.in: Build linker and binutils for alpha-dec-osf1.
14354
14355Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14356
14357 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14358 and gdb/testsuite/Makefile.in.
14359
14360Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14361
14362 * configure.in: recognize mips*- instead of mips-
14363
14364Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14365
14366 * config.sub: Accept linux*coff and linux*elf as operating
14367 systems.
14368
14369Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14370
14371 * config.sub: Recognize mips64, and mips3 as an alias for it.
14372
14373Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14374
14375 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14376 gdb knows how to handle OSF/1 shared libraries.
14377
14378Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14379
14380 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14381 * config.guess: Recognize Hitachi's HIUX.
14382 * config.sub: Recognize h3050r* and hppahitachi.
14383 Remove redundant cases for hp9k[23]*.
14384
14385Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14386
14387 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14388 if gas and ld are in the source tree and are in ${configdirs}.
14389 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14390 --with options (but still pass them down on the command line,
252b5132
RH
14391 if they were explicitly specified).
14392
14393Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14394
14395 * configure: substitute SHELL value in Makefile.in with
14396 ${CONFIG_SHELL}
14397
14398Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14399
14400 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14401 *-*-solaris2* targets.
14402
14403Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14404
14405 * Makefile.in: define M4, and pass it down to sub-makes;
14406 all-autoconf now depends on all-m4
14407
14408Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14409
14410 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14411 presence of {ar,ranlib} instead of a configured directory
14412
14413Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14414
14415 * config.guess: Accept 34?? as well as 33?? for NCR.
14416
14417Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14418
14419 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14420 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14421
14422Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14423
14424 * configure: grab values for $(CC) and $(CXX) from the
14425 environment, so that someone can do "CC=gcc configure; make" and
14426 have it work right (matching the way that autoconf works now)
14427
14428 * configure.in, Makefile.in: add support for gash, the tcl
14429 interface to Galaxy
14430
14431 * config.guess: add NetBSD variants (hp300, x86)
14432
14433Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14434
14435 * install.sh: Support -d option (in the manner of SunOS 4 install,
14436 as it is more deterministic than that of GNU install)
14437 (chmodcmd): Set file to mode 755 by default (should also do default
14438 chgrp and chown, but I don't feel like dealing with that now)
14439
14440Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14441
14442 * config.sub: Remove h8300hhms alias.
14443
14444Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14445
14446 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14447
14448Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14449
14450 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14451 as stmp-fixinc
14452
14453Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14454
14455 * config.sub: recognize m88110-bug-coff.
14456
14457Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14458
14459 * Makefile.in (all-libio): all dependencies on the toolchain used
14460 to build this (gcc, gas, ld, etc)
14461
14462Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14463
14464 * config.guess: Deal with OSF/1 1.3 on alpha.
14465
14466Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14467
14468 * install.sh: add some 'else true' clauses for portability
14469
14470 * configure.in: don't build libio for h8[35]00-*-* targets
14471
14472Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14473
14474 * Makefile.in: Add support for new libio.
14475
14476Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14477
14478 * install.sh: If one command fails, don't try the rest. Don't try
14479 to remove $dsttmp (via trap) unless we have already created it.
14480 If $src doesn't exist, detect it and exit with an error.
14481
14482 * config.guess: Recognize BSD on hp300.
14483
14484Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14485
14486 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14487 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14488
14489Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14490
14491 * Makefile.in (all-send-pr): depends on all-prms
14492
14493Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14494
14495 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14496
14497Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14498
14499 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14500 Added test for mips-mips-riscos5.
14501
14502Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14503
14504 * configure.in: use mh-hp300 for 68k HP hosts
14505
14506Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14507
14508 * configure: add support for CONFIG_SHELL, so that you can use
14509 some alternate shell for evaluating configure scripts
14510
14511Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14512
14513 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14514 in configure script to bug-gdb@prep.ai.mit.edu when building
14515 distribution archive.
14516 * Makefile.in (COMPRESS): Remove def.
14517 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14518 gdb.tar.Z and make-gdb.tar.Z respectively.
14519 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14520 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14521 to convergence with 'taz' target in Makefile.in.
14522
14523Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14524
14525 * install.sh (dsttmp): use trap to ensure that tmp files go
14526 away on error conditions
14527
14528Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14529
14530 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14531
14532Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14533
14534 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14535 its parent is '/' not ''.
14536
14537 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14538
14539Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14540
14541 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14542 that ${newsrcdir}/configure.in does.
14543
14544Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14545
14546 * test-build.mk: support for CONFIG_SHELL
14547
14548Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14549
14550 * config.sub (netware): Add as a basic system type.
14551
14552Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14553
14554 * Makefile.in (Makefile): depend on configure.in. Also drop the
14555 $(srcdir)/ from the dependency on Makefile.in.
14556
14557Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14558
14559 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14560 (h8300hhms is temporary until multi-libraries are implemented).
14561 * configure.in: Handle h8300h too.
14562
14563Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14564
14565 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14566
14567Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14568
14569 * configure: Remove extraneous output when guessing host type.
14570 * config.guess: Remove extraneous output when guessing using C
14571 compiler rather than uname, or when guessing fails.
14572
14573Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14574
14575 * Makefile.in: remove all.cross and install.cross targets
14576
14577 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14578 definitions
14579
14580Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14581
14582 * configure.in (target sh): Build gprof.
14583
14584Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14585
14586 * config.sub: change -solaris to -solaris2
14587
14588Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14589
14590 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14591
14592Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * configure: Correct error message for missing Makefile.in to
14595 print correct directory.
14596
14597Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14598
14599 * install.sh: kludge around 386BSD shell bug
14600
14601Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14602
14603 * config.guess: Recognize NeXT.
14604 * config.guess: Recognize i486-ncr-sysv4.
14605 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14606
14607Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14608
14609 * Makefile.in (MAKEINFOFLAGS): New variable.
14610 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14611 * build-all.mk, test-build.mk: Pass down --no-split as
14612 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14613
14614Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14615
14616 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14617
14618Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14619
14620 * Makefile.in (libg++.tar.z): New rule.
14621 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14622 * Makefile.in (taz): Only do a single chmod.
14623
14624Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14625
14626 * install.sh: don't use dirname anymore (replaced with sed usage)
14627
14628Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14629
14630 * Makefile.in: Change extension for gzip'd files from '.z' to
14631 '.gz' per new FSF standard usage.
14632
14633Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14634
14635 * configure: put quotes around the final value of program_transform_name
14636
14637Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14638
14639 * Makefile.in: new install.sh support; update install-info rules
14640
14641Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14642
14643 * configure.in: Build diff for crosses, but not for go32 host.
14644
14645 * configure.in: Build gprof only for native, and don't build it
14646 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14647
14648Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14649
14650 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14651
14652Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14653
14654 * configure.in (host_tools): Add prms.
14655
14656Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14657
14658 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14659 with $(FLAGS_TO_PASS) on the command line
14660
14661 * config.sub: Recognize lynx and lynxos
14662
14663Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14664
14665 * config.sub: Accept -ecoff*, not just -ecoff.
14666
14667Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14668
14669 * Makefile.in (taz): Use .gz suffix instead of .z.
14670 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14671 names.
14672
14673Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14674
14675 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14676
14677Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14678
14679 * Makefile.in (install-no-fixedincludes): install gcc last, so
14680 that rebuilds that might happen during 'make install' don't get
14681 bogus gcc include files
14682
14683Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14684
14685 Change from Utah for HPPA support:
14686 * config.guess: Recognize hppa1.x-hp-bsd.
14687
14688Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14689
14690 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14691 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14692
14693Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14694
14695 * config.sub: Add support for rom68k and bug boot monitors.
14696
14697Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14698
14699 * Makefile.in: Make all-opcodes depend on all-bfd.
14700
14701Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14702
14703 * config.guess: Added special check for i[34]86-univel-sysv4*.
14704
14705Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14706
14707 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14708 the processor rather than assuming i486.
14709
14710Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14711
14712 * config.guess: Recognize SunOS6 as Solaris3.
14713
14714Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14715
14716 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14717 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14718
14719Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14720
14721 * build-all.mk (all-cross): New target for Canadian Cross.
14722 Added Q2 go32 targets.
14723 * test-build.mk: Configure go32 cross sparclite-aout and
14724 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14725 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14726
14727Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14728
14729 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14730 GO32 hosted toolchains
14731
14732Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14733
14734 * configure: change so "-exec-prefix" gets passed down rather
14735 than "-exec_prefix" so autoconf generated Makefiles get the
14736 exec_prefix set right.
14737
14738Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14739
14740 * config.guess: get the Solaris2 minor version number
14741
14742 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14743
14744Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14745
14746 * config.guess: Recognize some Sequent platforms.
14747
14748Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14749
14750 * Makefile.in: added the vault-install target
14751
14752 * configure.in: actually use the Sun3 makefile fragment that's in
14753 config, also added the release dir to configdirs
14754
14755Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14756
14757 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14758
14759Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14760
14761 * configure.in: remove some program from Alpha targetted toolchains
14762
14763Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14764
14765 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14766 gprof.
14767 (taz): Run "make diststuff" in those directories instead of "make
14768 proto-dir". Look for "VERSION=" only at start of line in subdir
14769 Makefile. Use "gzip -9" for compression.
14770 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14771 (binutils.tar.z): New target.
14772
14773Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14774
14775 * Makefile.in (taz): Include gpl.texinfo.
14776
14777Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14778
14779 * Makefile.in (setup-dirs): Merged into "taz" target.
14780 (taz): Only do `proto-dir' stuff if a directory is actually needed
14781 for this target.
14782
14783Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14784
14785 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14786 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14787 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14788 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14789 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14790
14791Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14792
14793 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14794 config.sub, and move-if-change to gdb testsuite distribution
14795 archive, so the testsuite can be extracted, configured, and
14796 run separately from the gdb distribution. Blow away the Chill
14797 tests that require a Chill compiled executable, since GNU Chill
14798 is not yet publically available.
14799
14800Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14801
14802 * test-build.mk: set environment variables in a single command,
14803 instead of a list of assignments and exports
14804
14805 * config.guess: recognize Alpha/OSF1 systems
14806
14807Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14808
14809 * configure: Change help message to prefer --options rather than
14810 -options.
14811
14812Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14813
14814 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14815 zippy@ecst.csuchico.edu.
14816 * config.guess: Recognize miniframe.
14817
14818Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14819
9eb322aa
MF
14820 * Makefile.in: Use srcroot to find runtest rather than rootme.
14821 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14822
14823Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14824
14825 * test-build.mk: Extensive additions to support building on a
14826 machine other than the host.
14827
14828Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14829
14830 * configure (tooldir): Fix for i386-aix again.
14831
14832Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14833
14834 * configure, Makefile.in: Change definition of $(tooldir)
14835 to match the FSF.
14836
14837Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14838
14839 * config.guess: Recognize i[34]86/SVR4.
14840
14841Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14842
14843 * Makefile.in (all-gdb): gdb depends on sim.
14844
14845Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14846
14847 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14848 at the same time we make the prototype gdb directory.
14849 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14850 files at the same time as the gdb base release distribution.
14851
14852Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14853
14854 * Makefile.in (check): Use individual check targets rather than
14855 DO_X rule.
14856 (check-gcc): Added.
14857
14858Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14859
14860 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14861 for System V release 3.2.
14862
14863Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14864
14865 * config.sub: Recognize hppaosf.
14866 * configure.in: Do configure ld/binutils/gas for it.
14867
14868Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14869
14870 * configure (tooldir): Alter syntax used to set this, for systems
14871 where "\$" isn't handled right, like i386-aix.
14872
14873Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14874
14875 * configure: Pass program-transform-name, not
14876 program_transform_name, to recursive configures.
14877
14878Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14879
14880 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14881 of gas+ld+binutils.
14882
14883Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14884
14885 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14886
14887Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14888
14889 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14890
252b5132
RH
14891Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14892
14893 * Makefile.in (PRMS): Set back to all-prms.
14894
14895Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14898 targets, rather than for MIPS hosts.
14899
14900Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14901
14902 * configure.in: add comment for --with-x default values
14903
14904 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14905
14906 * Makefile.in: add check-* targets for each of the directories in
14907 the tree. Add a definition of RUNTEST that will use the one we
14908 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14909
14910Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14911
14912 * configure.in: Removed obsolete references to bfd_target and
14913 target_makefile_frag.
14914
14915 * build-all.mk: Set assorted targets for Q2.
14916 * config.sub: Recognize z8k-sim and h8300-hms.
14917 * test-build.mk: Really don't pass host to configure.
14918 (HOLES): Added uname.
14919
14920Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14921
14922 * configure: Handle an empty program-prefix, program-suffix or
14923 program-transform-name correctly.
14924
14925Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14926
14927 * build-all.mk: -G 8 no longer required for MIPS targets.
14928 * test-build.mk: Don't pass host argument to configure; make it
14929 guess.
14930
14931Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14932
14933 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14934 * Makefile.in (COMPRESS): New macro, like GZIP.
14935
14936Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14937
14938 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14939
14940 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14941 with gas currently defaults to -G 0.
14942
14943Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14944
14945 * Makefile.in (all-flex): flex depends on byacc.
14946
14947 * build-all.mk: If host not specified, use config.guess. Pass TAG
14948 to test-build.mk as RELEASE_TAG.
14949 * test-build.mk (configargs): New variable containing arguments to
14950 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14951 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14952
14953 * config.guess: Use /bin/uname when checking -X argument on SCO,
14954 to avoid invoking GNU uname which doesn't understand -X.
14955
14956 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14957
14958 * configure.in: Build gas for mips-*-*.
14959
14960Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14961
14962 * Makefile.in (all.normal): insert missing backslash.
14963
14964Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14965
4bddf3ad 14966 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14967
14968 * Makefile.in: Complete overhaul to merge many almost identical
14969 targets.
14970
14971Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14972
14973 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14974 (gdb.tar.Z): Adjusted.
14975
14976 * Makefile.in (setup-dirs, taz): New targets; should be general
14977 enough to adapt for gdb sometime. Build only .z file.
14978 (gas.tar.z): New target.
14979
14980Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14981
14982 * build-all.mk: Use CC=cc -Xs on Solaris.
14983
252b5132
RH
14984Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14985
14986 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14987 for handling BISON for FSF releases.
14988
14989Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14990
14991 * configure: Actually implement the change zoo just documented.
14992
14993Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14994
14995 * configure: when using config.guess, only set target_alias when
14996 it's not already been set (ie, on the command line)
14997
14998Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14999
15000 * Makefile.in: add installcheck target, set PRMS to install-prms
15001
15002Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15003
15004 * configure: add support for package_makefile_fragment, handle the
15005 case where a directory has a configure.in file but no Makefile.in
15006 more gracefully (with an actual understandable error message, even);
15007 add support for --without (and add this to the usage message); also
15008 explicitly add a --host=${host_alias} to the command line when
15009 config.guess is used
15010
15011Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15012
15013 * configure: Must use both --host and --target in recursive calls.
15014
15015Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15016
15017 * Makefile.in: Change deja-gnu to dejagnu.
15018
15019Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15020
15021 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15022
15023Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15024
15025 * configure.in: canonicalize all instances to *-*-solaris2*,
15026 also strip out a number of tools to not build for go32 host
15027
15028Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15029
15030 * config.guess: add GPL.
15031
15032 * Makefile.in, config.guess, config.sub, configure: bump
15033 copyrights to 93.
15034
15035Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15036
15037 * Makefile.in (do-info): Removed obsolete check for existence of
15038 localenv file.
15039
15040 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15041
15042Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15043
15044 * Makefile.in: a couple of 'else true' for decstation,
15045 support for TclX
15046
15047 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15048
15049Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15050
15051 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15052
15053Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15054
15055 * config.guess: Recognize i386-ibm-aix (PS/2).
15056 * configure.in: Use config/mh-aix386 file for it.
15057
15058Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15059
15060 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15061 CC_FOR_TARGET instead.
15062 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15063
15064Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15065
15066 * Makefile.in: Add sim to list of directories sent with gdb
15067
15068Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15069
15070 * configure.in: Put back mips-dec-bsd* case.
15071
15072Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15073
15074 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15075 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15076 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15077
15078Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15079
15080 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15081
15082 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15083 (install-info): install dir.info only if it exists,
15084 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15085
15086Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15087
15088 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15089 gas for mips-dec-bsd.
15090
15091Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15092
15093 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15094 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15095
15096Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15097
15098 * configure.in: Added "dejagnu" to hosttools list.
15099
15100Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15101
15102 * config.sub, configure.in, config.guess: Add support
15103 for Bosx, an AIX variant from Bull.
15104 Patches from F.Pierresteguy@frcl.bull.fr.
15105
15106Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15107
15108 * devo/dejagnu: Initial creation of devo/dejagnu.
15109 Migrated dejagnu testcases and support files for testing software
15110 tools to reside as subdirectories, currently called "testsuite",
15111 within the directory of the software tool. Migrated all programs,
15112 support libraries, etc. beloging to dejagnu proper from
15113 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15114 with no modifications. The changes to these files which will
15115 allow them to configure, build, and execute properly will be made
15116 in a future update.
15117
15118Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15119
15120 * Makefile.in: Change send_pr to send-pr.
15121 * configure.in: Likewise.
15122 * send_pr: Renamed directory to send-pr.
15123
15124Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15125
15126 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15127
15128Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15129
15130 * README: Update for gdb-4.8 release.
15131 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15132 gdb-xxx.tar.z (gzip'd) file also.
15133
15134Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15135
15136 * Makefile.in: make all-diff depend on all-libiberty
15137
15138Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15139
15140 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15141
15142Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15143
15144 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15145
15146Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15147
15148 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15149 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15150 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15151
15152Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15153
15154 * Makefile.in: makeinfo binary is in a new location
15155
15156Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15157
15158 * config.sub: Accept -ecoff as an OS.
15159
15160 * Makefile.in: Various changes to eliminate a level of make
15161 recursion and reduce the required command line length.
15162 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15163 sub-makes.
15164 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15165 variables holding settings for specific sub-makes.
15166 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15167 in terms of BASE_FLAGS_TO_PASS.
15168 (TARGET_LIBS): New variable listing directories which use
15169 TARGET_FLAGS_TO_PASS.
15170 (subdir_do): Eliminated.
15171 (do-*): New set of targets to replace subdir_do.
15172 (various): All targets which used subdir_do now depend on do-*.
15173 (local-clean): Renamed from do_clean.
15174 (local-distclean): New target, dependency of distclean and
15175 realclean.
15176 (install-info): Don't create directories. Depend on dir.info
15177 rather than calling make recursively.
15178 (install-dir.info): Eliminated.
15179 (install-info-dirs): Create all info directories here.
15180 (dir.info): Depend upon do-install-info.
15181
15182 * test-build.mk (HOLES): Added false.
15183
15184Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15185
15186 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15187
15188Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15189
15190 * Makefile.in (info): remove dependency on all-texinfo. The
15191 problem was really in texinfo/C, not at this level.
15192
15193Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15194
15195 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15196
15197Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15198
15199 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15200 GDB releases.
15201
15202Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15203
15204 * configure: Include srcdir in message about target of link not
15205 being found. Don't convert `-' to `_' in `with' options being
15206 passed to subdirs.
15207
15208Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15209
15210 * configure.in: add uudecode to host_tools
15211
15212 * Makefile.in: added {all,install}-uudecode targets, added them to
15213 the appropriate lists
15214
15215Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15216
15217 * Makefile.in (all-gcc): Added dependency on all-gas.
15218
15219 * configure.in (mips-*-*): Build ld and binutils.
15220
15221Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15222
15223 * configure: check return code from mkdir, print error message and
15224 exit on failure.
15225
15226Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15227
15228 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15229
15230Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15231
15232 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15233
15234Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15235
15236 * config.sub (h8500): Recognize this as a cpu type.
15237
15238Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15239
15240 * configure: source directory missing is no longer a warning
15241
15242 * configure.in: recognize irix[34]* instead of irix[34]
15243
15244 * Makefile.in: define and pass down X11_LIB
15245
252b5132
RH
15246Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15247
15248 * guess-systype: Renamed to ...
15249 * config.guess: ... by popular request.
15250 * configure.in, Makefile.in: Update accordingly.
15251
15252Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15253
15254 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15255 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15256 + Execute ./dummy instead of assuming . is in PATH.
15257
15258Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15259
15260 * guess-systype: New shell script. Attempts to guess the
15261 canonical host name of the executing host.
15262 Only a few hosts are supported so far.
15263 * configure: Call guess-systype if no host is specified.
15264
15265Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15266
15267 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15268 gcc Makefile.
15269
15270
15271Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15272
15273 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15274 (all-gcc, install-gcc, subdir_do): Use it.
15275
15276Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15277
15278 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15279
15280Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15281
15282 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15283 set exclusively by configure, using configure.in .
15284
15285Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15286
15287 * test-build.mk: set $PATH for all builds
15288
15289 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15290
15291Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15292
15293 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15294 the one used in gcc/Makefile.in, so that a null expansion doesn't
15295 override the one needed to build gcc with a native cc.
15296
15297
15298Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15299
15300 * configure: Accept -with arguments.
15301
15302Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15303
15304 * Makefile.in: added h8300sim
15305
15306Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15307
252b5132
RH
15308 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15309 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15310 (all-cygnus, native, build-cygnus): Make
15311 $(canonhost)-stamp-3stage-done, not $(host)....
15312 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15313 i386-sco3.2v4. Added else true to if command.
15314
15315Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15316
15317 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15318
15319Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15320
15321 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15322
15323Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15324
15325 * configure.in: don't remove binutils from Solaris builds
15326
15327Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15328
15329 * Makefile.in: get rid of earlier definitions for *clean,
15330 also handle the recursive info rule better
15331
15332Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15333
15334 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15335 do more-or-less the right thing.
15336
15337Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15338
15339 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15340 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15341
15342Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15343
15344 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15345 $(host_canonical).
15346
15347 * configure.in: split the configdirs list into 4 categories (native
15348 v. cross, library v. tool) and handle the cross-only and native-
15349 only in more reasonable (and correct!) way.
15350
15351Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15352
15353 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15354 configdirs anymore.
15355
15356Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15357
15358 * Makefile.in: extensive cleanup:: removed all of the explicit
15359 clean-* targets, collapsed many wrappers around subdir_do into
15360 one, added additional targets to satisfy standards.texi, deleted
15361 some old targets, some changes for consistency
15362
15363Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15364
15365 * configure.in: handle some programs as cross-only, and others as
15366 native only
15367
15368 * test-build.mk: handle partial holes in a more generic manner
15369
15370 * Makefile.in: m4 depends on libiberty
15371
252b5132
RH
15372Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15373
15374 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15375 time, wdiff, and find to configdirs
15376
15377 * Makefile.in: all, clean, and install rules for the new programs
15378 added to configure.in
15379
15380Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15381
15382 * configure.in: use mh-sun for all *-sun-* hosts
15383
252b5132
RH
15384Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15385
15386 * Makefile.in: define flags for X11 include files and library file
15387 locations, pass them down to the programs that need this info
15388
15389 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15390
252b5132
RH
15391Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15392
15393 * configure.in: start building libg++ for HP-UX targets
15394
15395Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15396
15397 * README: Update references to files moved into etc/.
15398
15399Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15400
15401 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15402 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15403
15404Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15405
15406 * configure: accept dash as well as underscore in long option
15407 names for FSF compatibility.
15408
15409Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15410
15411 * config.sub: added -sco3.2v4 support from FSF.
15412
15413Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15414
15415 * configure.in: expand the section that adds or removes
15416 directories from the list of programs to build, to handle native
15417 vs. cross in addition to host v. native
15418
15419Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15420
15421 * Makefile.in: Replace C++ in macro names with CXX.
15422 This is less likely to break ...
15423
15424Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15425
15426 * test-build.mk: add -w to GNU_MAKE
15427
15428Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15429
15430 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15431 add 'sparc' to list of recognized cpus. This needed to make
15432 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15433 Delete some redundant ose68 variants. Recognize -wrs as an os,
15434 then changes that into $CPU-wrs-vxworks.
15435
15436 * configure.in: remove most references to gdbtest, regularize
15437 target based program removal
15438
15439 * test-build.mk: import from p3 tree (many fixes and changes)
15440
15441Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15442
15443 * Makefile.in: added rules to handle tcl, tk, and expect
15444
15445 * configure.in: handle those directories if they exist
15446
15447Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15448
15449 * config.sub: removed bogus hppabsd and hppahpux names, since
15450 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15451
15452Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15453
15454 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15455 depends upon all-xiberty
15456
15457 * Makefile.in: changes from p3, including:
15458
15459 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15460
15461 * Makefile.in (XTRAFLAGS): include newlib directories if
15462 newlib/Makefile exists, rather than if host != target.
15463
15464 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15465
15466 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15467 from the same source tree and not building a cross-compiler. This
15468 matters for the libg++ configuration if reconfiguring a tree that
15469 has already been installed.
15470
15471 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15472
15473 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15474 pick up the machine and system specific header files.
15475
15476 * Makefile.in: added AS_FOR_TARGET, passed down in
15477 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15478 the C compiler to use to create programs which are run in the
15479 build environment, set it to default to $(CC), and passed it down
15480 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15481
15482 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15483
15484 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15485 We need them for unusual native builds, like systems without
15486 ranlib.
15487
15488 * configure: also define $(host_canonical) and
80413487
RH
15489 $(target_canonical), which are the full, canonical names for the
15490 given host and target
252b5132
RH
15491
15492Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15493
15494 * Makefile.in: Added separate definitions for C++.
15495
15496Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15497
15498 * configure.in (configdirs): Add deja-gnu.
15499
15500Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15501
15502 * README: Update for configure.texi and gdb-4.7 release.
15503
15504Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in: Move "all" target to top of file.
15507 Previously, first target was ".PHONY" which caused BSD4.4 make
15508 to build .PHONY when make was run without arguments.
15509
15510Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15511
15512 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15513 Library-copylefted code in libiberty.
15514
15515Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15516
15517 * config.sub: Replace m68kmote with plain old m68k.
15518
15519Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15520
15521 * Makefile.in: Remove space from blank line, avoid Make complaints.
15522
15523Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15524
15525 * config.sub: Complain if no argument is given. Added support for
15526 386bsd as OS and target alias.
15527
15528Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15529
15530 * Makefile.in (XTRAFLAGS): include newlib directories if
15531 newlib/Makefile exists, rather than if host != target.
15532
15533Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15534
15535 * config.sub: recognize sparclite-wrs-vxworks.
15536
15537 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15538 p3.) Added clean-xiberty to clean.
15539
15540Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15541
15542 * configure.in: use *-*-* instead of nested cases for host and target
15543
15544Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15545
15546 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15547 from the same source tree and not building a cross-compiler. This
15548 matters for the libg++ configuration if reconfiguring a tree that
15549 has already been installed.
15550
15551Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15552
15553 * config.sub (i486v/i486v4): Merge in from FSF version.
15554
15555Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15556
15557 * configure: only set PWD if it is already set.
15558
15559Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15560
15561 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15562 doesn't have unset and all success paths (and most error paths)
15563 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15564 to just ${PWD} to avoid confusion.)
15565
15566Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15567
15568 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15569 even for a native compilation.
15570
15571Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15572
15573 Changes to make the gdb.tar.Z rule work better.
15574
15575 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15576 (DEVO_SUPPORT): Add configure.texi.
15577 (bfd-ilrt.tar.Z): Remove ancient rule.
15578
15579Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15580
15581 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15582 pick up the machine and system specific header files.
15583
15584 * configure.in, config.sub: added new target m68010-adobe-scout,
15585 with alias of adobe68k. Changed configure.in to check for
15586 -scout before -sco* to avoid a false match.
15587
15588 * Makefile.in: added AS_FOR_TARGET, passed down in
15589 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15590 the C compiler to use to create programs which are run in the
15591 build environment, set it to default to $(CC), and passed it down
15592 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15593
15594Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15595
15596 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15597 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15598 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15599 FOR_TARGET variants, to newlib and libg++.
15600
15601Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15602
15603 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15604 first.
15605
15606Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15607
15608 * config.sub: Accept `elf' as an environment.
15609
15610Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15611
15612 * Makefile.in (all-opcodes): cd into the right directory
15613
15614Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15615
15616 * configure: added -program_transform_name option, used as
15617 argument to sed when installing programs.
15618 configure.texi: added documentation for -program_prefix,
15619 -program_suffix and -program_transform_name.
15620
15621Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15622
15623 * config.sub: Accept i486 where i386 ok.
15624
15625Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15626
15627 * config.sub: accept we32k
15628
15629Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15630
35590697 15631 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15632
15633 * Makefile.in: don't create all directories for ``make install'';
15634 let the subdirectories create the ones they need.
15635
15636Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637
80413487 15638 * COPYING: new file, GPL v2
252b5132
RH
15639
15640Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15641
15642 * Makefile.in: use the new gen-info-dir, which needs a template
15643 argument (which also lives in texinfo)
15644
15645 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15646
252b5132
RH
15647Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15648
15649 * config.sub (ncr3000): Change i386 to i486.
15650
15651Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15652
15653 * Makefile.in: add install-rcs, install-grep to
15654 install-no-fixedincludes, removed install-bison and install-libgcc
15655
15656Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15657
15658 * configure.in: grab the HPUX makefile fragment if on HPUX
15659
15660Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15661
15662 * Makefile.in: eradicate bison spoor (ditto libgcc).
15663 configure.in: recognise m68{k,000}-ericsson-OSE.
15664 es1800 is alias for m68k-ericsson-OSE
15665
15666Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15667
15668 * configure.in: rearrange the parts that remove programs from
15669 configdirs, based now on HOST==TARGET or by canonical triple.
15670
15671Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15672
15673 * test-build.mk: recurse explicitly with -f test-build.mk when
15674 appropriate. predicate stage3 and comparison on the existence
15675 of gcc. That is, if gcc isn't around, we aren't three-staging.
15676 On very clean, also remove ...stamp-co. Build in-place before
15677 doing other builds.
15678
15679Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15680
15681 * Makefile.in, configure.in: add tgas
15682
15683Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15684
15685 * Makefile.in: a number of changes merged in from progressive.
15686
15687 * configure.in: add libm.
15688
15689 * .cvsignore: ignore some stuff that comes from test-build.mk.
15690
252b5132
RH
15691Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15692
15693 * config.sub: Add es1800 (m68k-ericsson-es1800).
15694
15695Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15696
15697 * configure: Add program_suffix (parallel to program_prefix)
15698 * Makefile.in: adjust directory-creating script for losing decstation
15699
15700Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15701
15702 * configure: Minor $subdir-related fixes.
15703
15704Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15705
15706 * configure: fix various problems with propogating
15707 makefile_target_frag in subdirs.
15708 * configure.in: config libgcc if its there
15709
15710Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15711
15712 * config.sub: HPPA merge.
15713
252b5132
RH
15714Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15715
15716 * Makefile.in: Replace all-bison with all-byacc in all
15717 dependency lines for other tools (which now use byacc).
15718
15719Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15720
15721 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15722
252b5132
RH
15723Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15724
15725 * Makefile.in: make gprof rules similar to byacc rules (instead of
15726 vestigal $(unsubdir) that didn't work...)
15727
15728Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15729
15730 * config.sub: Add support for Linux.
15731 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15732 (at least for libg++).
15733
15734Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15735
15736 * configure.texi: fix doc for the -nfp option to configure
15737
15738Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15739
15740 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15741
15742Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15743
15744 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15745 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15746 * configure.in: added solaris* host_makefile_frag hook.
15747
15748Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15749
15750 * config.sub: changed recognition of m68000 so that various
15751 m68k types can be specified via m680[01234]0
15752
15753Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15754
15755 * config.sub (basic_machine): fix sed so that '-foo' isn't
15756 completely substituted out while .+'-foo' loses the '-foo'
15757
15758Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15759
15760 * config.sub ($os): Add -aout.
15761
15762Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15763
15764 * configure: If host_makefile_frag is absolute, don't
15765 prefix ${invsubdir} (relevant to libg++ auto-configure).
15766
15767Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15768
15769 * Makefile.in (tooldir): Define it.
15770 (all-ld): Depend on all-flex.
15771
15772Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15773
15774 * Makefile.in (check): Fix libg++ special case.
15775
15776Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15777
15778 * configure: do not bury `pwd` into config.status, thus do fewer
15779 pwd's.
15780
15781 * configure: print the "Building in" message only when building in
15782 other than "." AND verbose.
15783
15784 * configure: remove -s, rework -v to better accomodate guested
15785 configures.
15786
15787 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15788
15789Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15790
15791 * Makefile.in: macroize flags passed on recursion. remove
15792 fileutils.
15793
15794Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15795
15796 * configure: get makesrcdir right for subdirs deeper than 1.
15797
15798 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15799 install.
15800
15801Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15802
15803 * Makefile.in: don't print subdir_do or recursion lines.
15804
15805Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15806
15807 * standards.texi: added menu item.
15808
15809 * Makefile.in: build and install standards.info.
15810
15811 * standards.texi: new file.
15812
15813Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15814
15815 * configure: test for and move config.status pieces from
15816 ${subdir}/.
15817
15818Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15819
252b5132
RH
15820 * configure: Test for existance of files before trying to mv
15821 them, to avoid numerous non-existance messages.
15822
15823Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15824
15825 * configure: correct final line of config.status.
15826
15827 * configure: patch from eggert. Avoids a protection problem if
15828 the original Makefile.in is read only.
15829
15830 * configure: use move-if-change from gcc to create config.status.
15831 Some makefiles depend on config.status to tell if a directory
15832 has been reconfigured for a different host. This change
15833 prevents those directories from remaking everything in the case
15834 where the reconfig was only intended to rebuild a Makefile.
15835
15836 * configure: test for config.sub with "config.sub sun4" rather
15837 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15838 host alias from a missing config.sub.
15839
15840Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15841
15842 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15843 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15844
15845Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15846
15847 * configure: mkdir ${subdir} as needed.
15848
15849Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15850
15851 * Makefile.in,configure.in: added autoconf.
15852
15853Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15854
15855 * Makefile.in: no longer pass against on recursion.
15856
15857 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15858 definitions are not inherited.
15859
15860 * configure: correct makesrcdir when subdir is .
15861
15862Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15863
15864 * configure: Add support for 'subdirs' variable, which is
15865 like 'configdirs', except that configure doesn't re-invoke
15866 itself for subdirs, it just creates a Makefile for each subdir.
15867 * configure.texi: Document subdirs.
15868
15869Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15870
15871 * configure.in: added flex to configdirs
15872
15873Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15874
15875 * Makefile.in: remove clean-stamps from clean.
15876
15877Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15878
15879 * configure.in: Add gdbtest to configdirs.
15880
15881Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15882
15883 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15884 to recursive makes.
15885 * configure.in: Recognize new ncr3000 config.
15886
15887Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15888
15889 * Makefile.in, configure.in: removed references to gdbm.
15890
15891Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15892
15893 * config.sub: Don't canonicalize os value
15894 newsos* to bsd (readline needs to check for newsos).
15895 (This fix was earlier made Jan 31, but got re-broken.)
15896
15897Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15898
15899 * configure.in: sco is an os, not a vendor!
15900
15901 * configure: Quote $( better. Keep various shells happy.
15902
15903Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15904
15905 * Makefile.in: eliminate stamp-files.
15906
15907Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15908
15909 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15910 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15911
15912Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15913
15914 * config.sub: fix iris/iris3.
15915
15916Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15917
15918 * configure: re-add -rm.
15919
15920Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15921
15922 * Maskefile.in: add .stmp-rcs to all.
15923
15924 * configure.in: remove gas from rs6000 build, use aix host fragment.
15925
15926Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15927
15928 * configure: pass down site_option during recursion.
15929
15930Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15931
15932 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15933
15934Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15935
15936 * configure: Change exec_prefix so that it really defaults to prefix.
15937
15938Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15939
15940 * Makefile.in, configure.in: Add support for mmalloc library.
15941
15942Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15943
15944 * Makefile.in: add stmp dependencies for a few more things.
15945
15946Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15947
15948 * configure: adjusted error message on objdir/srcdir configure
15949 collision, per john's suggestion.
15950
15951 * Makefile.in: add libiberty stmp to all and all.cross.
15952
15953Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15954
15955 * Makefile.in: remove force dependencies, add grep to all.
15956
15957Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15958
15959 * Makefile.in: drop flex. make stamp files work.
15960
15961 * configure: added test for conflicting configuration in srcdir,
15962 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15963 gets cranky. use relative paths for configure and srcdir
15964 whenever possible. Send some error messages to stderr that were
15965 going to stdout.
15966
15967Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15968
15969 * Makefile.in: Fix libg++ rule to check for gcc directory
15970 before using gcc/gcc. Also pass XTRAFLAGS.
15971
15972Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15973
15974 * Makefile.in: added stmp-files so that directories aren't polled
15975 when they are already built.
15976
15977 * configure.texi: fixed a node pointer problem.
15978
15979Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15980
4bddf3ad 15981 * config.sub configure.in gdb/configure.in
252b5132
RH
15982 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15983 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15984 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15985
15986Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15987
15988 * configure: -recurring becomes -silent. corrected help message
15989 for -site= option.
15990
15991 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15992
15993Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15994
15995 * configure: when building Makefile for crosses, replace
15996 tooldir and program_prefix. default srcdir from location of
15997 config.sub. remove "for host in hosts" and "for target in
15998 targets" loops.
15999
16000Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16001
16002 * Makefile.in: Do not pass bindir or mandir to cvs.
16003
16004Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16005
16006 * Makefile.in, configure.in: removed traces of namesubdir,
16007 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16008 copyrights to '92, changed some from Cygnus to FSF.
16009
16010 * configure.texi: remove most references to multiple hosts,
16011 multiple targets, subdirs, etc.
16012
16013 * configure.man: removed rcsid. reference config.sub not
16014 config.subr.
16015
16016 * Makefile.in: mkdir $(infodir) on install-info.
16017
16018Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16019
16020 * configure.texi: Explain better about .gdbinit and about
16021 the environment that configure.in sections run in.
16022
16023Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16024
16025 * configure.in: Ultrix is only a decstation if it's a MIPS.
16026
16027Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16028
16029 * README: DOC.configure => cfg-paper.texi.
16030
16031Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16032
16033 * config.sub (near case $os): Don't convert newsos* to bsd!
16034
16035Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16036
16037 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16038 the number of copies of COPYING that go into the GDB tar file.
16039
16040Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16041
4bddf3ad 16042 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16043 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16044 Fix SCO configuration stuff.
16045
16046Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16047
16048 * Makefile.in: For libg++, make sure the -I pointing
16049 to the gcc directory goes *after* all the libg++-local -I flags.
16050 Also, move just-gcc dependency from just-libg++ to all-libg++.
16051
16052Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16053
16054 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16055
16056Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16057
16058 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16059
16060Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16061
16062 * config.sub: Add stratus configuration frags. Also
16063 submitted to FSF.
16064
16065Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16066
16067 * Makefile.in (DEV_SUPPORT): add configure.man.
16068
16069 * config.sub(Decode manufacturer-specific): add -none*.
16070
16071Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16072
16073 * Makefile.in: remove form feeds to make Sun's make happy.
16074 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16075
16076Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16077
16078 * Makefile.in (AR_FLAGS): Make quieter.
16079
16080Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16081
16082 * configure.in: Add libg++.
16083 * configure: When verbose, don't output the command line at each
16084 level; it will be unremarkably the same as the previous version,
16085 which will be the same as what the user typed.
16086
16087Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16088
16089 * configure.in, Makefile.in: fix clean-info, add flex. add
16090 fileutils.
16091
16092 * configure: be less sensitive to spaces in Makefile.in. Do not
16093 look for sources in "..". Doing so breaks subdirectories that
16094 might have their own configure. If a subdir has it's own
16095 configure script, use it.
16096
16097Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16098
16099 * cfg-paper.texi: some changes suggested by rms.
16100
16101Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16102
16103 * config.sub: Merge in some small additions from the FSF version,
16104 taken from the gcc distribution, to bring the Cygnus and FSF
16105 versions into closer sync.
16106
16107Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16108
16109 * configure.in: Changed svr4 references to sysv4.
16110
16111Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16112
16113 * configure: added -V for version number option.
16114
16115Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16116
16117 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16118 renamed from DOC.configure to cfg-paper.texi.
16119
16120Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16121
16122 * configure, config.subr, config.sub: config.subr is now
16123 config.sub again.
16124
16125Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16126
16127 * configure.texi: new file, in progress.
16128
16129 * Makefile.in: build info file and install the man page for
16130 configure.
16131
16132 * configure.man: new file, first cut.
16133
16134 * configure: find config.subr again now that configuration "none"
16135 has gone. removed all traces of the -ansi option. removed all
16136 traces of the -languages option.
16137
16138 * config.subr: resync from rms.
16139
d932cae7 161401991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16141
16142 * configure, config.sub, config.subr: merge config.sub into
16143 config.subr, call the result config.subr, remove config.sub, use
16144 config.subr.
16145
16146 * Makefile.in: revised install for dir.info.
16147
d932cae7 161481991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16149
16150 * configure.in: add decstation host makefile frag.
16151
16152 * Makefile.in: BISON now bison -y again. also install-gcc on
16153 install. clean-gdbm on clean. infodir belongs in datadir.
16154 Make directories for info install. Build dir.info here then
16155 install it.
16156
d932cae7 161571991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16158
16159 * Makefile.in: fix for bad directory tests.
16160
d932cae7 161611991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16162
16163 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16164 regexp. -srcdir relative was being handled incorrectly.
16165
16166 * Makefile.in: unwrapped some for loops so that parallel makes
16167 work again and so one can focus one's attention on a particular
16168 package.
16169
d932cae7 161701991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16171
16172 * configure: added PWD as a stand in for `pwd` (for speed). use
16173 elif wherever possible. make -srcdir work without -objdir.
16174 -objdir= commented out.
16175
d932cae7 161761991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16177
16178 * configure: +options become --options. -subdirs commented out.
16179 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16180 Makefile now at top of generated Makefile. Removed cvs log
16181 entries. added -srcdir. create .gdbinit only if there is one
16182 in ${srcdir}.
16183
16184 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16185 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16186 and mandir now keyed off datadir by default.
16187
d932cae7 161881991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16189
16190 * Freshly created ChangeLog.
16191
16192\f
16193Local Variables:
16194mode: change-log
16195left-margin: 8
16196fill-column: 76
16197version-control: never
16198End: