Fix gdbserver build when intl already built
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
9a665d62
TT
12020-03-12 Tom Tromey <tom@tromey.com>
2
3 * Makefile.in: Rebuild.
4 * Makefile.def (gdbsupport): Depend on intl.
5
b6f9caee
TT
62020-02-17 Tom Tromey <tom@tromey.com>
7
8 * configure: Rebuild.
9 * configure.ac (configdirs): Add gnulib and gdbsupport when building
10 gdbserver.
11
1a627e7e
TT
122020-02-14 Tom Tromey <tom@tromey.com>
13
14 * Makefile.in: Rebuild.
15 * Makefile.def: Make gdbserver require gnulib and libiberty.
16
919adfe8
TT
172020-02-07 Tom Tromey <tom@tromey.com>
18 Pedro Alves <palves@redhat.com>
19
20 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
21 * gdbserver: New directory, moved from gdb/gdbserver.
22 * configure.ac (host_tools): Add gdbserver.
23 Only build gdbserver on certain systems.
24 * Makefile.in, configure: Rebuild.
25 * Makefile.def (host_modules, dependencies): Add gdbserver.
26 * MAINTAINERS: Add gdbserver.
27
fc1ca146
SDJ
282020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
29
30 * src-release.sh (getver): Look for gdbsupport's
31 create-version.sh script at the current directory if tool is
32 "gdb".
33
cf1d9e09
SM
342020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
35
36 * remote-sim.c (gdbsim_target::wait): Return
37 sim_data->remote_sim_ptid instead of inferior_ptid.
38
ae774686
NC
392020-01-18 Nick Clifton <nickc@redhat.com>
40
41 Binutils 2.34 branch created.
42
4fb3a8da
NC
432020-01-18 Nick Clifton <nickc@redhat.com>
44
45 Synchronize top level configure files with master version:
46
47 2020-01-01 Ben Elliston <bje@gnu.org>
48
49 * config.guess: Update copyright years.
50 * config.sub: Likewise.
51
52 2019-12-21 Ben Elliston <bje@gnu.org>
53
54 * config.guess (set_cc_for_build): Prevent multiple calls by
55 checking if $tmp is already set. We can't check CC_FOR_BUILD as
56 the user may set it externally. Thanks to Torbjörn Granlund for
57 the bug report.
58
59 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
60
61 * config.guess (alpha:Linux:*:*): Guard against missing
62 /proc/cpuinfo by redirecting standard error to /dev/null.
63
64 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
65
66 * config.guess (*:Twizzler:*:*): New.
67 * config.sub (-twizzler*): New.
68
69 2019-07-24 Ben Elliston <bje@gnu.org>
70
71 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
72
73 2019-06-30 Ben Elliston <bje@gnu.org>
74
75 * config.sub (case $os): Match nsk* and powerunix. Don't later
76 match nsk* and set os=nsk which removes the OS version number.
77
78 2019-06-30 Ben Elliston <bje@gnu.org>
79
80 * config.sub: Recognise os108*.
81
82 2019-06-26 Ben Elliston <bje@gnu.org>
83
84 * config.sub (hp300): Set $os to hpux.
85
86 2019-06-26 Ben Elliston <bje@gnu.org>
87
88 * config.sub (vsta): Move into alphabetical order.
89
90 2019-06-10 Ben Elliston <bje@gnu.org>
91
92 * config.guess (*:OS108:*:*): Recognise new OS.
93
94 2019-05-28 Ben Elliston <bje@gnu.org>
95
96 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
97 system compiler is installed. If not, do not run set_cc_for_build,
98 as the default cc will open a dialog box asking to install
99 Xcode. If no C compiler is available, guess based on uname -p and
100 uname -m.
101
102 2019-05-28 Ben Elliston <bje@gnu.org>
103
104 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
105
c4d3fc14
SM
1062020-01-17 Simon Marchi <simon.marchi@efficios.com>
107
108 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
109 * Makefile.in: Re-generate.
110
01027315
TT
1112020-01-14 Tom Tromey <tom@tromey.com>
112
113 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
114 * MAINTAINERS: Add gdbsupport.
115 * configure: Rebuild.
116 * configure.ac (configdirs): Add gdbsupport.
117 * gdbsupport: New directory, move from gdb/gdbsupport.
118 * Makefile.def (host_modules, dependencies): Add gnulib.
119 * Makefile.in: Rebuild.
120
abb78b78
AM
1212020-01-09 Aaron Merey <amerey@redhat.com>
122
123 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
124 new configure option --with-debuginfod.
125 * configure: Regenerate.
126 * configure.ac: Call AC_DEBUGINFOD.
127
cef2097a
CB
1282019-12-26 Christian Biesinger <cbiesinger@google.com>
129
130 * .gitignore: Add perf.data and perf.data.old.
131
95c746cc
SDJ
1322019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
133
134 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
135
a315e147
AM
1362019-10-17 Alan Modra <amodra@gmail.com>
137
138 PR 29
139 * src-release.sh (getver): Replace "head -1" with "head -n 1".
140
87279e3c
NA
1412019-07-30 Nick Alcock <nick.alcock@oracle.com>
142
143 * Makefile.def (host_modules): libctf is no longer no_install.
144 * Makefile.in: Regenerated.
145
1ff6de03
NA
1462019-07-13 Nick Alcock <nick.alcock@oracle.com>
147
148 * Makefile.def (dependencies): all-ld depends on all-libctf.
149 * Makefile.in: Regenerated.
150
60391a25
PB
1512019-09-09 Phil Blundell <pb@pbcl.net>
152
153 binutils 2.33 branch created
154
c1a5d03a
TT
1552019-08-19 Tom Tromey <tom@tromey.com>
156
157 * configure: Rebuild.
158 * configure.ac: Add --with-static-standard-libraries.
159
f211b8c0
NC
1602019-08-09 Nick Clifton <nickc@redhat.com>
161
162 * libiberty: Sync with gcc. Bring in:
163 2019-08-08 Martin Liska <mliska@suse.cz>
164
165 PR bootstrap/91352
166 * lrealpath.c (is_valid_fd): New function.
167
168 2019-07-24 Martin Liska <mliska@suse.cz>
169
170 PR lto/91228
171 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
172 Find first '\0' starting from gnu_lto + 1.
173
174 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
175
176 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
177 This fixes a Bug 90924.
178
179 2019-07-22 Martin Liska <mliska@suse.cz>
180
181 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
182 Do not search for gnu_lto_v1, but search for first '\0'.
183
184 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
185
186 * cplus-dem.c: Include rust-demangle.h.
187 * rust-demangle.c: Include rust-demangle.h.
188 * rust-demangle.h: New file.
189
190 2019-05-31 Michael Forney <mforney@mforney.org>
191
192 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
193 is non-zero.
194
195 2019-04-30 Ben L <bobsayshilol@live.co.uk>
196
197 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
198 * testsuite/d-demangle-expected: Add testcase.
199
200 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
201 * testsuite/d-demangle-expected: Add testcase.
202
203 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
204 * testsuite/d-demangle-expected: Add testcase.
205
206 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
207 * testsuite/d-demangle-expected: Add testcase.
208
209 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
210 * testsuite/d-demangle-expected: Add testcase.
211
212 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
213 * testsuite/demangle-expected: Add testcase.
214
215 * cp-demangle.c (d_encoding): Guard against NULL return values from
216 d_right (dc).
217 * testsuite/demangle-expected: Add testcase.
218
219 2019-04-29 Ben L <bobsayshilol@live.co.uk>
220
221 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
222 char is valid.
223 * testsuite/demangle-expected: Add testcase.
224
225 2019-04-10 Nick Clifton <nickc@redhat.com>
226
227 PR 89394
228 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
229 lengths.
230 (d_count_templates_scopes): Replace num_templates and num_scopes
231 parameters with a struct d_print_info pointer parameter. Adjust
232 body of the function accordingly. Add recursion counter and check
233 that the recursion limit is not reached.
234 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
235 Reset recursion counter afterwards, unless the recursion limit was
236 reached.
237
48b550c2
JB
2382019-07-13 Joel Brobecker <brobecker@adacore.com>
239
240 * src-release (getver): If $tool/gdbsupport/create-version.sh
241 exists, use that to determine the version number.
242
be74b5b7
AS
2432019-06-21 Andreas Schwab <schwab@linux-m68k.org>
244
245 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
246
73cc7272
TT
2472019-06-14 Tom Tromey <tom@tromey.com>
248
249 * MAINTAINERS: Add gnulib.
250 * gnulib: New directory, move from gdb/gnulib.
251 * configure.ac (host_libs): Add gnulib.
252 * configure: Rebuild.
253 * Makefile.def (host_modules, dependencies): Add gnulib.
254 * Makefile.in: Rebuild.
255
79b377b3
NC
2562019-06-03 Nick Clifton <nickc@redhat.com>
257
258 Revert:
259 2019-05-29 Nick Clifton <nickc@redhat.com>
260
261 * configure.ac (noconfigdirs): Add libctf if the target does not use
262 the ELF file format.
263 * configure: Regenerate.
264
e33f2313
NC
2652019-05-29 Nick Clifton <nickc@redhat.com>
266
267 * src-release.sh (do_proto_toplev): Add libctf to list of
268 directories that can be disabled.
269
90bd5423
NC
2702019-05-29 Nick Clifton <nickc@redhat.com>
271
272 * configure.ac (noconfigdirs): Add libctf if the target does not use
273 the ELF file format.
274 * configure: Regenerate.
275
9698cf9b
NA
2762019-05-28 Nick Alcock <nick.alcock@oracle.com>
277
278 * Makefile.def (dependencies): configure-libctf depends on all-bfd
279 and all its deps.
280 * Makefile.in: Regenerated.
281
88981b15
NA
2822019-05-28 Nick Alcock <nick.alcock@oracle.com>
283
284 * MAINTAINERS: Add libctf.
285
0e65dfba
NA
2862019-05-28 Nick Alcock <nick.alcock@oracle.com>
287
288 * Makefile.def (host_modules): Add libctf.
289 * Makefile.def (dependencies): Likewise.
290 libctf depends on zlib, libiberty, and bfd.
291 * Makefile.in: Regenerated.
292 * configure.ac (host_libs): Add libctf.
293 * configure: Regenerated.
294
2376c370
JM
2952019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
296
297 * config.guess: Synchronize with config project master sources.
298 * config.sub: Likewise.
299 * readline/support/config.guess: Likewise.
300 * readline/support/config.sub: Likewise.
301
c1202057
NC
3022019-04-10 Nick Clifton <nickc@redhat.com>
303
304 * libiberty: Sync with gcc. Bring in:
305 2019-04-10 Nick Clifton <nickc@redhat.com>
306
307 PR 89394
308 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
309 lengths.
310 (d_count_templates_scopes): Replace num_templates and num_scopes
311 parameters with a struct d_print_info pointer parameter. Adjust
312 body of the function accordingly. Add recursion counter and check
313 that the recursion limit is not reached.
314 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
315 Reset recursion counter afterwards, unless the recursion limit was
316 reached.
317
f974f26c
NC
3182018-06-24 Nick Clifton <nickc@redhat.com>
319
320 2.32 branch created.
321
d63f2be2
RO
3222019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
323
324 Merge from GCC:
325 PR target/88535
326 * config.guess: Import upstream version 2019-01-03.
327 * config.sub: Import upstream version 2019-01-01.
328
1910070b
NC
3292019-01-10 Nick Clifton <nickc@redhat.com>
330
331 * libiberty: Sync with gcc. Bring in:
332 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
333
334 PR other/16615
335
336 * cp-demangle.c: Mechanically replace "can not" with "cannot".
337 * floatformat.c: Likewise.
338 * strerror.c: Likewise.
339
340 2018-12-22 Jason Merrill <jason@redhat.com>
341
342 Remove support for demangling GCC 2.x era mangling schemes.
343 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
344 internal_cplus_demangle, and all subroutines.
345 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
346 Lucid, ARM, HP, and EDG demangling styles.
347 (cplus_demangle): Remove 'work' variable. Don't call
348 internal_cplus_demangle.
349
69961a84
ДП
3502019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
351
352 * configure.ac: Don't configure readline if --with-system-readline is
353 used.
354 * configure: Re-generate.
355
b555fb21
JM
3562018-10-31 Joseph Myers <joseph@codesourcery.com>
357
358 Merge from GCC:
359 PR bootstrap/82856
360 * multilib.am: New file. From automake.
361
80ca5f98
SDJ
3622018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
363
364 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
365
0a8288f7
NC
3662018-07-16 Nick Clifton <nickc@redhat.com>
367
368 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
369
26996596
SH
3702018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
371
372 * config.sub: Sync with upstream version 2018-07-03.
373
c5244148
SH
3742018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
375
376 * config.guess: Sync with upstream version 2018-06-26.
377 * config.sub: Sync with upstream version 2018-07-02.
378
4119873a
AO
3792018-06-29 Alexandre Oliva <oliva@adacore.com>
380
381 * configure.ac: Introduce support for @unless/@endunless.
382 * Makefile.tpl (dep-kind): Rewrite with cond; return
383 postbootstrap in some cases.
384 (make-postboot-dep, postboot-targets): New.
385 (dependencies): Do not output postbootstrap dependencies at
386 first. Output non-target ones changed for configure to depend
387 on stage_last @if gcc-bootstrap, and the original deps @unless
388 gcc-bootstrap.
389 * configure.in, Makefile.in: Rebuilt.
390
71300e2c
NC
3912018-06-24 Nick Clifton <nickc@redhat.com>
392
393 * configure: Regenerate.
394
d0ac1c44
SM
3952018-06-19 Simon Marchi <simon.marchi@ericsson.com>
396
397 * libtool.m4: Use AC_LANG_SOURCE.
398 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
399 * README-maintainer-mode: Update version requirements.
400 * ar-lib: New file.
401 * test-driver: New file.
402 * configure: Re-generate.
403
e0541124
EB
4042018-06-18 Eric Botcazou <ebotcazou@adacore.com>
405
406 * Makefile.def (fortran): Add check-target-libgomp-fortran.
407 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
408 * Makefile.in: Regenerate.
409
410 * configure: Regenerate.
411
db67d458
SM
4122018-06-18 Simon Marchi <simon.marchi@ericsson.com>
413
414 * configure.ac: Sync with GCC, remove MPX-related things.
415
b5778783
NC
4162018-05-01 Nick Clifton <nickc@redhat.com>
417
418 * config.guess: Synchronize with config project master sources.
419 * config.sub: Likewise.
420
1063beb5
FT
4212018-05-01 Francois H. Theron <francois.theron@netronome.com>
422
423 * configure.ac: Added "nfp" target.
424 * configure: Regenerate.
425
b29d2641
MR
4262018-02-13 Maciej W. Rozycki <macro@mips.com>
427
428 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
429 * configure: Regenerate.
430
52b2f300
NC
4312018-01-30 Nick Clifton <nickc@redhat.com>
432
433 * src-release.sh (do_proto_toplev): Add patterns for more junk files
434 to delete before creating the tarball.
435
b431b4ea
NC
4362018-01-29 Nick Clifton <nickc@redhat.com>
437
438 * src-release.sh (do_proto_toplev): Strip patch remnant files from
439 the sources before creating the tarball.
440
19e2900b
NC
4412018-01-13 Nick Clifton <nickc@redhat.com>
442
443 * src-release.sh: Update copyright notice. Change reference to devo
444 to be a reference to root.
445
bf41f30d
NC
4462018-01-10 Nick Clifton <nickc@redhat.com>
447
448 * config-ml.in: Sync with gcc sources.
449 * config.guess: Likewise.
450 * config.sub: Likewise.
451 * configure.ac: Likewise.
7ec0cd50 452 * configure: Regenerate.
bf41f30d 453
863f7a5f
NC
4542017-12-14 Nick Clifton <nickc@redhat.com>
455
456 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
457
638d9137
SH
4582017-12-12 Stafford Horne <shorne@gmail.com>
459
460 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
461 * configure: Regenerate.
462
ef87240f
NC
4632017-09-15 Nick Clifton <nickc@redhat.com>
464
465 * src-release.sh (LZIPPROG): New define. Provides the name of the
466 lzip program.
467 (do_lz): New function. Compresses a tarball using the lzip
468 program.
469 (do_compress): Add support for lzip compression.
470 (usage): Mention -l option.
471 (build_release): Support -l option to invoke lzip compression.
472
817b7711
AM
4732017-09-15 Alan Modra <amodra@gmail.com>
474
475 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
476 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
477 and sim depending on $tool and $support_files. Echo configure line.
478
255300f5 4792017-09-14 Matt Rice <ratmice@gmail.com>
480
481 * src-release.sh (do_proto_toplev): Enable gold during release process.
482
8f0dd45f
AJ
4832017-04-13 Andrew Jenner <andrew@codesourcery.com>
484
485 * config.sub: Sync with master version in config project.
486
2f5f29ca
AJ
4872017-04-03 Andrew Jenner <andrew@codesourcery.com>
488
489 * config.sub: Handle ia16 in $basic_machine.
490
491 bfd/
492 * config.bfd: Handle ia16.
493
494 gas/
495 * configure.tgt: Handle ia16.
496
497 ld/
498 * configure.tgt: Handle ia16.
499
11997a83
NC
5002017-03-22 Nick Clifton <nickc@redhat.com>
501
502 * config.sub: Sync with master version in config project.
503 * config.guess: Likewise.
504
05a13254
NC
5052017-01-23 Nick Clifton <nickc@redhat.com>
506
507 * configure.ac: Update year in copyright notice.
508 Sync from FSF GCC mainline, bringing in the following patches.
509 * Makefile.def: Likewise.
510 * Makefile.tpl: Likewise.
511 * configure: Regenerate.
512 * Makefile.in: Regenerate.
513
514 2016-12-21 Jakub Jelinek <jakub@redhat.com>
515
516 * configure.ac: Don't bootstrap libmpx unless --with-build-config
517 includes bootstrap-mpx.
518
519 2016-12-01 Matthias Klose <doko@ubuntu.com>
520
521 * configure.ac: Don't use pkg-config to check for bdw-gc.
522
523 2016-11-30 Matthias Klose <doko@ubuntu.com>
524
525 * Makefile.def: Remove reference to boehm-gc target module.
526 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
527 options and for the bdw-gc pkg-config module.
528
529 2016-11-15 Matthias Klose <doko@ubuntu.com>
530
531 * config-ml.in: Remove references to GCJ.
532 * configure.ac: Likewise.
533
534 2016-09-30 Jakub Jelinek <jakub@redhat.com>
535
536 * configure.ac: Add target-libffi to target_libraries.
537 Readd libgcj target disablings, modified to only target-libffi.
538 Readd target addition of go to unsupported languages.
539
540 2016-09-30 Andrew Haley <aph@redhat.com>
541
542 * Makefile.def: Remove libjava.
543 * Makefile.tpl: Likewise.
544 * configure.ac: Likewise.
545
546 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
547
548 * configure.ac: Disable "sim" directory for arc*-*-*.
549
550 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
551
552 * configure.ac: Check for the minimum in-tree MPFR version
553 handled.
554
3f66c01b
AM
5552016-12-31 Alan Modra <amodra@gmail.com>
556
557 * config.sub: Import from upstream.
558
da17fe9d
AM
5592016-12-08 Alan Modra <amodra@gmail.com>
560
561 * configure: Regenerate.
562
d5451cd4
JC
5632016-12-02 Josh Conner <joshconner@google.com>
564
565 * configure.ac: Add fuchsia to targets that use ELF.
566 * configure: Regenerated.
567
5ada5c6f
DE
5682016-11-07 Doug Evans <dje@google.com>
569
570 * config.sub: Sync with upstream version 2016-11-03.
571 git://git.sv.gnu.org/config.git
572 * config.guess: Sync with upstream version 2016-10-02.
573
07619d52
SM
5742016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
575
576 * .gitignore: Add archives and make stamps.
577
bedbe19c
YTL
5782016-07-20 Yan-Ting Lin <currygt52@gmail.com>
579
580 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
581 * configure: Regenerated.
582
9abdce70
WL
5832016-06-28 Walter Lee <walt@tilera.com>
584
585 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
586 * configure: Regenerate.
587
0597bdc4
AM
5882016-05-28 Alan Modra <amodra@gmail.com>
589
590 * Makefile.tpl (configure): Depend on m4 files included.
591 * Makefile.in: Regenerate.
592
1690f1db
NC
5932016-05-27 Nick Clifton <nickc@redhat.com>
594
595 * config.guess (Alpha OSF1): Fix typo introduced during the most
596 recent synchronization update.
597
b43b8535
NC
5982016-05-23 Nick Clifton <nickc@redhat.com>
599
600 * Import these patches from the gcc mainline:
601
602 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
603
604 * config.guess: Import version 2016-04-02 (newest).
605 * config.sub: Import version 2016-05-10 (newest).
606
bb7dc663
NC
6072016-04-19 Nick Clifton <nickc@redhat.com>
608
609 * Import this patch from the GCC mainline:
610
611 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
612
613 PR bootstrap/70173
614 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
615 and gotools directories. Delete the stage_final file.
616 * Makefile.in: Regenerate.
617
ea016470
CC
6182016-03-17 Cary Coutant <ccoutant@gmail.com>
619
620 * configure.ac: Add mips and s390 to the gold target check.
621 * configure: Regenerate.
622
52cf9762
NC
6232016-02-10 Nick Clifton <nickc@redhat.com>
624
625 Import these patches from the GCC mainline:
626
627 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
628
629 * configure.ac: Enable LTO for DJGPP
630 * configure: Regenerate
631
632 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
633
634 PR bootstrap/69329
635 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
636 * Makefile.in: Regenerate.
637
638 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
639 Sebastian Pop <s.pop@samsung.com>
640
641 * Makefile.in: Regenerate.
642 * Makefile.tpl: Export ISLVER.
643 * configure: Regenerate.
644 * config/isl.m4: Detect isl-0.15.
645
646 2016-01-29 Sebastian Pop <s.pop@samsung.com>
647
648 * config/isl.m4: Add comments about isl-0.16.
649 * configure: Regenerate.
650
1985dc2d
L
6512016-01-12 H.J. Lu <hongjiu.lu@intel.com>
652
653 Sync with GCC
654 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
655
656 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
657 symbols.
658
659 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
660
661 PR bootstrap/69134
662 * Makefile.def (mpfr): Disable assembler.
663 * Makefile.in: Regenerate.
664
4849dfd8
NC
6652016-01-11 Nick Clifton <nickc@redhat.com>
666
667 Import the following changes from the GCC mainline:
668
669 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
670
671 * configure.ac: Enable libmpx by default.
672 * configure: Regenerated.
673
674 2015-11-19 Martin Liska <mliska@suse.cz>
675
676 * .gitignore: Add .clang-format to ignored files.
677 * Makefile.tpl: Add clang-format.
678 * Makefile.in: Regenerate.
679
680 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
681
682 PR libffi/65726
683 * Makefile.def (lang_env_dependencies): Make libffi depend
684 on cxx.
685 * Makefile.in: Regenerate.
686
687 2015-12-02 Ian Lance Taylor <iant@google.com>
688
689 PR go/66147
690 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
691 * Makefile.in: Regenerate.
692
693 2015-12-17 Nathan Sidwell <nathan@acm.org>
694
695 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
696 * configure: Regenerate.
697
698 2015-12-17 Sebastian Pop <s.pop@samsung.com>
699
700 * Makefile.in: Replace ISL with isl.
701 * Makefile.tpl: Same.
702 * config/isl.m4: Same.
703 * configure.ac: Same.
704 * contrib/download_prerequisites: Same.
705 * configure: Regenerate.
706
707 2016-01-01 Ben Elliston <bje@gnu.org>
708
709 * config.guess: Import version 2016-01-01.
710 * config.sub: Likewise.
711
f075eb5e
TG
7122015-11-20 Tristan Gingold <gingold@adacore.com>
713
714 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
715 * configure: Regenerate.
716
6c3bc0f8
NC
7172015-10-21 Nick Clifton <nickc@redhat.com>
718
719 PR gas/19109
720 * configure.ac: Note the 'none' is an acceptable argument to
721 --enable-compressed-debug-sections.
722 * configure: Regenerate.
723
edeefb67
L
7242015-10-20 H.J. Lu <hongjiu.lu@intel.com>
725
726 PR gas/19109
727 * configure.ac: Add
728 --enable-compressed-debug-sections={all,gas,gold,ld}.
729 * configure: Regenerated.
730
68996839
NC
7312015-09-30 Nick Clifton <nickc@redhat.com>
732
733 Import the following patches from the GCC mainline:
734
735 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
736
737 PR libfortran/54572
738 * Makefile.def: Make libgfortran depend on libbacktrace.
739 * Makefile.in: Regenerate.
740
741 2015-08-12 Tom de Vries <tom@codesourcery.com>
742
743 PR other/67092
744 PR other/67098
745 * configure.ac: Remove --with_host_libstdcxx support.
746 * configure: Regenerate.
747
748 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
749 Jakub Jelinek <jakub@redhat.com>
750
751 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
752 nvptx*-*-*.
753 * configure: Regenerate.
754
5960642a
L
7552015-08-07 H.J. Lu <hongjiu.lu@intel.com>
756
757 Sync with GCC
758 2015-07-28 Ben Elliston <bje@gnu.org>
759
760 * config.sub, config.guess: Import from upstream.
761
016a3251
DD
7622015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
763
764 * Makefile.def (libiconv): Define bootstrap=true.
765 Mark pdf/html/info as missing.
766 (configure-gcc): Depend on all-libiconv.
767 (all-gcc): Ditto.
768 (configure-libcpp): Ditto.
769 (all-libcpp): Ditto.
770 (configure-intl): Ditto.
771 (all-intl): Ditto.
772 * Makefile.in: Regenerate.
773
136bb21f
L
7742015-07-27 H.J. Lu <hongjiu.lu@intel.com>
775
776 Sync with GCC
777 2015-07-24 Michael Darling <darlingm@gmail.com>
778
779 PR other/66259
780 * config-ml.in: Reflects renaming of configure.in to configure.ac
781 * configure: Likewise
782 * configure.ac: Likewise
783
22121df0
L
7842015-07-14 H.J. Lu <hongjiu.lu@intel.com>
785
786 * Makefile.in: Regenerated.
787
788 Sync with GCC
789 2015-05-21 Jason Merrill <jason@redhat.com>
790
791 * Makefile.tpl: Update comments.
792
793 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
794
795 * Makefile.tpl: Remove surplus whitespace throughout.
796
797 2015-03-25 Martin Liska <mliska@suse.cz>
798 Yury Gribov <y.gribov@samsung.com>
799
800 * Makefile.tpl: Fix ln source location for vimrc file.
801
969b1713
L
8022015-07-14 H.J. Lu <hongjiu.lu@intel.com>
803
804 Sync with GCC
805 2015-05-16 James Bowman <james.bowman@ftdichip.com>
806
807 * configure.ac: FT32 target added.
808 * configure: Regenerate.
809
ce6c656d
L
8102015-07-14 H.J. Lu <hongjiu.lu@intel.com>
811
812 Sync with GCC
813 2015-06-02 Jason Merrill <jason@redhat.com>
814
815 PR bootstrap/66319
816 * configure.ac: Use -std=gnu++98.
817
818 2015-05-28 Mike Frysinger <vapier@gentoo.org>
819
820 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
821 * configure: Regenerate.
822
823 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
824
825 * configure.ac: Fix typo.
826 * configure: Regenerate.
827
828 2015-05-03 Matthias Klose <doko@ubuntu.com>
829
830 * configure.ac: Match $host configured with triplets.
831 * configure: Regenerate.
832
833 2015-04-17 Jakub Jelinek <jakub@redhat.com>
834
835 PR bootstrap/62077
836 * configure.ac (--enable-stage1-checking): Default to
837 release,misc,gimple,rtlflag,tree,types if --disable-checking
838 or --enable-checking is not specified and DEV-PHASE is not
839 experimental.
840 * configure: Regenerated.
841
842 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
843
844 Install back PR target/47230 fix (Revert the revert).
845
16beab3d
L
8462015-06-30 H.J. Lu <hongjiu.lu@intel.com>
847
848 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
849 target.
850 * configure: Regenerate.
851
5569a85f
JDA
8522015-05-13 John David Anglin <dave.anglin@bell.net>
853
854 * configure.ac: Disable configuration of GDB for HPUX targets.
855 * configure: Regenerate.
856
e81d5d05
L
8572015-05-01 H.J. Lu <hongjiu.lu@intel.com>
858
859 PR ld/18355
860 * Makefile.def: Add extra_configure_flags to host zlib.
861 * configure.ac (extra_host_zlib_configure_flags): New. Set
862 to --enable-host-shared When bfd is to be built as shared
863 library. AC_SUBST.
864 * Makefile.in: Regenerated.
865
ec5b9462
HPN
8662015-04-15 Mike Frysinger <vapier@gentoo.org>
867 Hans-Peter Nilsson <hp@axis.com>
868
869 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 870 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
871 use that in the getver call instead of $tool.
872 (sim_release): Pass gdb as fifth parameter to tar_compress.
873 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
874
f91ca6bc
IB
8752015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
876
877 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
878 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
879 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
880 * Makefile.in: Regenerate.
881
cf39cfc5
L
8822015-04-01 H.J. Lu <hongjiu.lu@intel.com>
883
884 * configure.ac: Add --with-system-zlib.
885 * configure: Regenerated.
886
6ac1079e
L
8872015-03-31 H.J. Lu <hongjiu.lu@intel.com>
888
889 * src-release.sh: Don't configure with --with-target-subdir=.
890 --disable-multilib.
891
890ba06f
L
8922015-03-31 H.J. Lu <hongjiu.lu@intel.com>
893
894 * src-release.sh (DEVO_SUPPORT): Replace src-release with
895 src-release.sh.
896
5675acd9
ES
8972015-03-30 Ed Schouten <ed@nuxi.nl>
898
899 * config.sub: Update from upstream, to 2015-03-04 version.
900 * config.guess: Likewise.
901
d2d67aea
L
9022015-03-30 H.J. Lu <hongjiu.lu@intel.com>
903
904 * Makefile.def (dependencies): Add all-zlib to all-bfd.
905 * Makefile.in: Regenerated.
906
92c695a1
L
9072015-03-28 H.J. Lu <hongjiu.lu@intel.com>
908
909 * src-release.sh (do_proto_toplev): Configure with --target
910 --with-target-subdir and --disable-multilib.
911 (BINUTILS_SUPPORT_DIRS): Add zlib.
912 (GAS_SUPPORT_DIRS): Likewise.
913 (GDB_SUPPORT_DIRS): Likewise.
914 (SIM_SUPPORT_DIRS): Likewise.
915
091021fa
L
9162015-03-17 H.J. Lu <hongjiu.lu@intel.com>
917
918 * configure.ac (target_configdirs): Exclude target-zlib if
919 target-libjava isn't built.
920 * configure: Regenerated.
921
5df8a8fc
L
9222015-03-17 H.J. Lu <hongjiu.lu@intel.com>
923
924 Sync with GCC
925 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
926
927 * config-ml.in: Robustify ac_configure_args parsing.
928
1b6c0831
L
9292015-03-16 H.J. Lu <hongjiu.lu@intel.com>
930
931 * Makefile.def: Updated from GCC trunk.
932 * Makefile.tpl: Likewise.
933 * configure.ac: Likewise.
934 * Makefile.in: Regenerated.
935 * configure: Likewise.
936
3f8107ab
AM
9372015-01-28 James Bowman <james.bowman@ftdichip.com>
938
939 * configure.ac: Add FT32 support.
940 * configure: Regenerate.
941
10b8fe5e
AG
9422015-01-12 Anthony Green <green@moxielogic.com>
943
944 * configure.ac: Don't disable gprof for moxie.
945 * configure: Rebuild.
946
6b91c541
AP
9472015-01-03 Andrew Pinski <apinski@cavium.com>
948
949 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
950 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
951 (BASE_TARGET_EXPORTS): Add OBJCOPY.
952 (OBJCOPY_FOR_TARGET): New variable.
953 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
954 * Makefile.in: Regenerate.
955 * configure.ac: Check for already installed target objcopy.
956 Also GCC_TARGET_TOOL on objcopy.
957 * configure: Regenerate.
958
6ba37ab4
HPN
9592015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
960
961 * config.sub: Update from upstream, to 2015-01-01 version.
962 * config.guess: Ditto.
963
bb5f7690
EB
9642014-12-06 Eric Botcazou <ebotcazou@adacore.com>
965
966 * config.sub: Update from upstream config repo.
967
6e733cce
L
9682014-11-24 H.J. Lu <hongjiu.lu@intel.com>
969
970 * libtool.m4: Updated from GCC trunk.
971
8969c424
JBG
9722014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
973
974 * config.guess: Update from upstream config repo.
975 * config.sub: Ditto.
976
37e77caf
JBG
9772014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
978
979 * move-if-change: Update from upstream gnulib.
980
e3046511
JBG
9812014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
982
983 * compile: Sync with upstream Automake.
984 * depcomp: Ditto.
985 * install-sh: Ditto.
986 * missing: Ditto.
987 * mkinstalldirs: Ditto.
988 * ylwrap: Ditto.
989
3e615393
TG
9902014-10-15 Tristan Gingold <gingold@adacore.com>
991
992 * src-release.sh (do_proto_toplev): Configure with --target.
993
6d26190c
JY
9942014-10-03 Jing Yu <jingyu@google.com>
995
996 * configure.ac: Add aarch64 to list of targets that support gold.
997 * configure: Regenerate.
998
a9d58c06
AB
9992014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1000
1001 * configure.ac: Add mips*-img-elf* target triple.
1002 * configure: Regenerate.
1003
b25b5cef
CJW
10042014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1005 * configure: Disable gdb for nds32*-*-* until supported.
1006 * configure.ac: Disable gdb for nds32*-*-* until supported.
1007
f8797b5a
JB
10082014-09-05 Joel Brobecker <brobecker@adacore.com>
1009
1010 * configure: Regenerate.
1011
2536ee9d
WN
10122014-08-27 Will Newton <will.newton@linaro.org>
1013
1014 * src-release.sh: New file.
1015 * src-release: Remove file.
1016
1f995db6
JS
10172014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1018
1019 GDB not supported for or1k*-*-rtems*
1020 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1021 of the stanzas results in this not being caught by or1k*-*-* later.
1022 * configure. Regenerated.
1023
a843ea33
SB
10242014-07-25 Samuel Bronson <naesten@gmail.com>
1025
1026 * .gitattributes: New file for use with git-merge-changelog.
1027
cfbc1a6c
JS
10282014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1029
1030 Disable gdb for or1k*-*-* until supported
1031 * configure.ac (or1k*-*-*): Disable gdb.
1032 * configure: Regenerated.
1033
d9e042ac
SL
10342014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1035
1036 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1037 * configure: Regenerated.
1038
201f096f 10392014-03-26 Jakub Jelinek <jakub@redhat.com>
1040
1041 PR sanitizer/56781
1042 * Makefile.def: Set bootstrap=true; for host fixincludes.
1043 * configure.ac: Don't bootstrap host fixincludes unless
1044 --with-build-config=bootstrap-{a,ub}san.
1045 * Makefile.in: Regenerated.
1046 * configure: Regenerated.
1047
730af8ee 10482014-03-21 Jakub Jelinek <jakub@redhat.com>
1049
1050 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1051 --enable-vtable-verify option parsing. Don't add
1052 target-libsanitizer to bootstrap_target_libs unless
1053 --with-build-config=bootstrap-asan or
1054 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1055 to bootstrap_target_libs unless --enable-vtable-verify.
1056 * configure: Regenerated.
1057
abca8d87 10582014-03-07 Jakub Jelinek <jakub@redhat.com>
1059
1060 PR bootstrap/58572
1061 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1062 -I for libstdc++-v3 includes if $(LEAN).
1063 * Makefile.in: Regenerated.
1064
68d122bb 10652014-02-24 Walter Lee <walt@tilera.com>
1066
1067 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1068 (tilegx-*-*): Change to tilegx*-*-*.
1069 * configure: Regenerate.
1070
39d1b2ae
RS
10712014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1072
1073 * config.sub, config.guess: Import from upstream.
1074
50f80006
EB
10752014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1076
1077 PR bootstrap/60620
72f4393d 1078 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1079 * Makefile.in: Regenerate.
1080
a6305403
YS
10812014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1082
1083 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1084 for WINDRES_FOR_TARGET in default-manifest.o rule.
1085 * Makefile.in: Regenerate.
1086
62a0f723
RO
10872014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1088
1089 PR target/59788
1090 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1091 *solaris2*.
1092
530e8392
KB
10932013-12-19 Keven Boell <keven.boell@intel.com>
1094
1095 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1096 nested lookups for fortran modules.
1097 * dwarf2read.c (read_module): Add fortran module to
1098 the symbol table.
1099 (add_partial_symbol, add_partial_module): Add fortran
1100 module to the partial symbol table.
1101 (new_symbol_full): Create full symbol for fortran module.
1102 * f-exp.y (yylex): Add new module domain to be parsed.
1103 * symtab.h: New domain for fortran modules.
1104
7f9b20bb
KB
11052013-12-19 Keven Boell <keven.boell@intel.com>
1106
1107 * f-exp.y (yylex): Add domain array to enable lookup
1108 in multiple domains. Loop over lookup domains and try
1109 to find requested symbol. Add STRUCT_DOMAIN to lookup
1110 domains to be able to query for user defined types.
1111
afc0578d 11122013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1113
1114 * configure.ac: Add user-friendly check for native x86_64-linux
1115 multilibs.
1116 * configure: Regenerate.
1117
f3f51a69
AM
11182013-11-23 Alan Modra <amodra@gmail.com>
1119
1120 * config.sub, config.guess: Import from upstream.
1121
2440009d 11222013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1123
2440009d 1124 * Makefile.in: Regenerate.
1125
e78e02e6 1126 * Makefile.tpl: Fix typo.
1127 * Makefile.in: Regenerate partially.
1128
9aaf2a7e 11292013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1130
1131 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1132 supported.
1133 * configure: Regenerated.
1134
880b18d1 11352013-10-30 Jason Merrill <jason@redhat.com>
1136
1137 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1138 --disable-build-format-warnings.
1139
522e3d71 11402013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1141
f3f51a69 1142 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1143 depend on libstdc++ and libgcc.
1144 * configure: Regenerate.
1145 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1146 libcilkrts for POSIX and i*86, and x86_64 architectures.
1147 * Makefile.in: Added libcilkrts related fields to support building it.
1148
cb49a9e1 11492013-10-26 Jeff Law <law@redhat.com>
1150
1151 * Makefile.def (target_modules): Remove libmudflap
1152 (languages): Remove check-target-libmudflap).
1153 * Makefile.in: Rebuilt.
1154 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1155 * configure.ac (target_libraries): Remove target-libmudflap.
1156 Remove checks which disabled libmudflap on some systems.
1157 * configure: Rebuilt.
1158 * libmudflap: Directory removed.
1159
82033c9b
JBG
11602013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1161
1162 * configure.ac: Update from GCC.
1163 * configure: Regenerate.
1164
b50d7605
HPN
11652013-10-15 Hans-Peter Nilsson <hp@axis.com>
1166
1167 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1168 files in SUPPORT_FILES.
1169 (SIM_SUPPORT_DIRS): New variable.
1170 (sim.tar.bz2): New rule.
1171
f4cfb980
JBG
11722013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1173
1174 * configure.ac: Update from GCC.
1175 * configure: Regenerate.
1176
78b1434c
JJ
11772013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1178
1179 * COPYING.NEWLIB: Update with new copyright.
1180
b3fc79f8
JBG
11812013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1182
1183 * configure.ac: Update from GCC.
1184 * configure: Regenerate.
1185
cc9afea3
AM
11862013-09-20 Alan Modra <amodra@gmail.com>
1187
1188 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1189 ppc host match. Support little-endian powerpc linux hosts.
1190
f006cabd
JB
11912013-08-16 Joel Brobecker <brobecker@adacore.com>
1192
1193 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1194 strip the "-cvs" suffix from the version number if present.
1195
95e43135
JBG
11962013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1197
1198 * configure.ac: Sync with GCC repo.
1199 * Makefile.def: Ditto.
1200 * configure: Regenerate.
1201 * Makefile.in: Ditto.
1202
7539e41e
JB
12032013-07-22 Joel Brobecker <brobecker@adacore.com>
1204
1205 * src-release (VER): Use $(TOOL)/common/create-version.sh
1206 if it exists.
1207
e8044f35
RS
12082013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1209
1210 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1211 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1212 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1213 * configure: Regenerate.
1214
7bab7634
DC
12152013-06-01 George Thomas <george.thomas@atmel.com>
1216
95e43135
JBG
1217 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1218 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1219
b5364c9e
JJ
12202013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1221
1222 * COPYING.NEWLIB: Add Altera Corporation copyright.
1223
5dad867c
JBG
12242013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1225
1226 * config.guess: Update from config repo.
1227 * config.sub: Ditto.
1228
b836cb18
JBG
12292013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1230
1231 * Makefile.def: Sync with GCC.
1232 * Makefile.in: Regenerate.
1233
e7d5abf1
JBG
12342013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1235
1236 * configure.ac: Sync with GCC.
b836cb18 1237 * configure: Regenerate.
e7d5abf1 1238
4f778543
MF
12392013-03-22 Mike Frysinger <vapier@gentoo.org>
1240
1241 * src-release (VER): Change bfd/configure.in sed to use the new
1242 `bfd/configure --version` output.
1243
f1dd87fc
YZ
12442013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1245
1246 * configure.ac: Sync with GCC repo.
1247 * configure: Ditto.
1248
a413f71a
ILT
12492013-02-05 Ian Lance Taylor <iant@google.com>
1250
1251 PR go/55969
1252 * configure.ac: Disable libgo on some systems where it does not
1253 work.
1254 * configure: Rebuild.
1255
3a98824c
AM
12562013-02-05 Alan Modra <amodra@gmail.com>
1257
1258 * configure: Regenerate after syncing config/.
1259
3dae1673
JBG
12602013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1261
1262 * configure.ac: Sync with GCC repo.
1263 * configure: Ditto.
1264 * Makefile.def: Ditto.
1265 * Makefile.in: Ditto.
1266
bf51454b
JB
12672013-01-11 Joel Brobecker <brobecker@adacore.com>
1268
1269 Sync with GCC, merge:
1270
1271 2013-01-09 Jason Merrill <jason@redhat.com>
1272
1273 * .gitignore: Import from gdb repository.
1274
c841a2be
JBG
12752013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1276
1277 * config.sub: Update from config repo.
1278
d7b9dae9
EB
12792013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1280
1281 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1282 * Makefile.in: Regenerate.
1283
861ea9c8
L
12842013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1285
1286 * Makefile.def (configure-gcc): Depend on all-gmp.
1287 (all-gcc): Remove dependency on all-gmp.
1288 * Makefile.in: Regenerated.
1289
ce82b126
JBG
12902013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1291
1b4f418d 1292 * config.guess: Update from config repo.
c2e5e6d7 1293 * config.sub: Ditto.
ce82b126 1294
fd62a30d
JJ
12952013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1296
1297 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1298 exists and replace the new bfin license in its location.
1299
0140d685
L
13002013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1301
1302 PR gas/14899
1303 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1304 all-ld and all-gold depend on all-gas.
1305 * Makefile.in: Regenerated.
1306
c3d399e7
L
13072012-12-29 Ben Elliston <bje@gnu.org>
1308
1309 * config.guess: Update to 2012-12-29 version.
1310 * config.sub: Likewise.
1311
9417cd2f
JBG
13122012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1313
1314 * Makefile.def (install-target-libgo): Depend on
1315 install-target-libatomic. Merged from GCC repo.
1316 * Makefile.in: Regenerate.
1317
68dad382
JJ
13182012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1319
1320 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1321
2344b8da
TS
13222012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1323
1324 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1325 * configure: Regenerate.
1326
5eb08693
L
13272012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1328
1329 * Makefile.def (target_modules): Add bootstrap=true and
1330 raw_cxx=true to libsanitizer.
1331 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1332 * Makefile.in: Regenerated.
1333 * configure: Likewise.
1334
53ab32d8
JBG
13352012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1336
1337 * config.sub: Merge from config repo.
1338
d2489204
JBG
13392012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1340
1341 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1342 * Makefile.tpl: Ditto.
1343 * Makefile.in: Ditto.
1344 * configure: Ditto.
d2489204 1345
c23b5043
JBG
13462012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1347
1348 * configure.ac (noconfigdirs): Merge from GCC.
1349 * configure: Regenerate.
1350
1dd1f7f6
JBG
13512012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1352
1353 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1354
2bda3143
L
13552012-11-14 Roland McGrath <mcgrathr@google.com>
1356
1357 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1358 * configure: Regenerate.
1359
5286fdef
L
13602012-11-13 Richard Henderson <rth@redhat.com>
1361
1362 * configure.ac: Move libsanitizer logic to subdirectory.
1363 * configure: Regenerate.
1364
13652012-11-13 Dodji Seketeli <dodji@redhat.com>
1366
1367 * configure.ac: Enable libsanitizer just on x86 linux for now.
1368 * configure: Re-generate.
1369
13702012-11-13 David Edelsohn <dje.gcc@gmail.com>
1371
1372 * configure.ac: Merge libquadmath sections.
1373 * configure: Regenerate.
1374
13752012-11-12 Wei Mi <wmi@google.com>
1376
1377 * configure.ac: Add libsanitizer to target_libraries.
1378 * Makefile.def: Ditto.
1379 * configure: Regenerate.
1380 * Makefile.in: Regenerate.
1381
f66a9a70
L
13822012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1383
1384 * configure: Regenerated.
1385
13862012-11-03 Robert Mason <rbmj@verizon.net>
1387
1388 * configure.ac: add --disable-libstdcxx configure option
1389 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1390
6d94c122
CV
13912012-10-24 Corinna Vinschen <corinna@vinschen.de>
1392
1393 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1394 against Mingw64 w32api.
1395 * configure: Regenerate.
1396
a882be68
EB
13972012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1398
1399 PR bootstrap/54820
1400 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1401 * configure: Regenerate.
1402
b3676d82
EB
14032012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1404
1405 PR bootstrap/54820
1406 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1407 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1408 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1409 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1410 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1411 * Makefile.in: Regenerate.
1412 * configure.ac (have_static_libs): New variable and associated check.
1413 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1414 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1415 * configure: Regenerate.
1416
7b0e8ca5
MF
14172012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1418
1419 * config.guess, config.sub: Include updated version from
1420 config-patches. Adds microblaze little endian support.
1421
8e71395b
L
14222012-09-28 Ian Lance Taylor <iant@google.com>
1423
1424 * Makefile.def: Make all-target-libgo depend on
1425 all-target-libbacktrace.
1426 * Makefile.in: Rebuild.
1427
14282012-09-26 Ian Lance Taylor <iant@google.com>
1429
1430 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1431 * Makefile.in: Rebuild.
1432
14332012-09-06 Diego Novillo <dnovillo@google.com>
1434
1435 * configure.ac: Bump minimum GMP version to 4.2.3.
1436 * configure: Re-generate.
1437
14382012-09-05 Georg-Johann Lay <avr@gjlay.de>
1439
1440 PR target/54461
1441 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1442 target-libgloss if not configured --with-avrlibc=no.
1443 * configure: Regenerate.
1444
14452012-09-04 Jason Merrill <jason@redhat.com>
1446
1447 * configure.ac: Fix --enable-languages=all.
1448
14492012-09-03 Richard Guenther <rguenther@suse.de>
1450
1451 PR bootstrap/54138
1452 * configure.ac: Re-organize ISL / CLOOG checks to allow
1453 disabling with either --without-isl or --without-cloog.
1454 * configure: Regenerated.
1455
14562012-09-03 Georg-Johann Lay <avr@gjlay.de>
1457
1458 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1459 * configure: Regenerate.
1460
d09bbf00
SE
14612012-09-21 Steve Ellcey <sellcey@mips.com>
1462
1463 * configure.ac: Add mips*-mti-elf* target.
1464 * configure: Regenerate.
1465
2bf680c4
ILT
14662012-09-19 Ian Lance Taylor <iant@google.com>
1467
1468 * configure.ac (host_libs): Add libbacktrace.
1469 (target_libraries): Add libbacktrace.
1470 * Makefile.def (host_modules): Add libbacktrace.
1471 (target_modules): Likewise.
1472 * configure, Makefile.in: Rebuild.
1473
5c0b3823
WL
14742012-09-15 Jiong Wang <jiwang@tilera.com>
1475
1476 * configure.ac (ENABLE_GOLD): support tilegx*
1477 * configure: rebuild
1478
1488e230
DE
14792012-09-14 David Edelsohn <dje.gcc@gmail.com>
1480
1481 PR target/38607
1482 Merge upstream change.
1483 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1484
1485 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1486 Add libgomp*.o to compare_exclusions for AIX.
1487 * configure: Regenerate.
1488
df6795ce
L
14892012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1490
1491 PR binutils/4970
1492 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1493 and opcodes.
1494 * Makefile.in: Regenerated.
1495
7ec59b9e
L
14962012-08-14 Diego Novillo <dnovillo@google.com>
1497
1498 Merge from cxx-conversion branch.
1499
1500 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1501 POSTSTAGE1_CONFIGURE_FLAGS.
1502 * Makefile.in: Regenerate.
1503 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1504 Force C++ when bootstrapping.
1505 * configure: Regenerate.
1506
15072012-07-06 Richard Guenther <rguenther@suse.de>
1508
1509 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1510 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1511 --with-gmp=system.
1512 * Makefile.in: Regenerated.
1513 * configure: Likewise.
1514
15152012-07-06 Richard Guenther <rguenther@suse.de>
1516
1517 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1518 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1519 supply V=1 as extra_make_flags.
1520 * configure: Regenerated.
1521 * Makefile.in: Likewise.
1522
15232012-07-03 Richard Guenther <rguenther@suse.de>
1524
1525 * Makfile.def (isl): Remove not necessary extra_exports and
1526 extra_make_flags.
1527 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1528 * Makefile.in: Regenerated.
1529
15302012-07-03 Richard Guenther <rguenther@suse.de>
1531
1532 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1533 * configure.ac: If either the ISL or the CLooG check failed
1534 do not try to build in-tree versions.
1535 * Makefile.in: Regenerated.
1536 * configure: Regenerated.
1537
15382012-07-02 Richard Guenther <rguenther@suse.de>
1539 Michael Matz <matz@suse.de>
1540 Tobias Grosser <tobias@grosser.es>
1541 Sebastian Pop <sebpop@gmail.com>
1542
1543 * Makefile.def: Add ISL host module, remove PPL host module.
1544 Adjust ClooG host module to use the proper ISL.
1545 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1546 * configure.ac: Include config/isl.m4. Add ISL host library,
1547 remove PPL. Remove PPL configury, add ISL configury, adjust
1548 ClooG configury.
1549 * Makefile.in: Regenerated.
1550 * configure: Likewise.
1551
15522012-07-02 Richard Guenther <rguenther@suse.de>
1553
1554 Merge from graphite branch
1555 2011-07-21 Tobias Grosser <tobias@grosser.es>
1556
1557 * configure: Regenerated.
1558 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1559 both cloog.org and legacy versions. The only supported version will
1560 be CLooG with the isl backend.
1561
1562 2011-07-21 Tobias Grosser <tobias@grosser.es>
1563
1564 * configure: Regenerated.
1565 * configure.ac: Require cloog isl 0.17.0
1566
1567 2011-07-21 Tobias Grosser <tobias@grosser.es>
1568
1569 * configure: Regenerated.
1570 * config/cloog.m4: Do not define CLOOG_ORG
1571
15722012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1573
1574 * configure.ac: Skip C if explicitly selected.
1575 * configure: Regenerate.
1576
15772012-06-28 Christophe Lyon <christophe.lyon@st.com>
1578
1579 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1580 they contain -O2.
1581 * configure: Regenerate.
1582
15832012-06-20 Jason Merrill <jason@redhat.com>
1584
1585 * Makefile.tpl (check-target-libgomp-c++): New.
1586 (check-target-libitm-c++): New.
1587 * Makefile.def (c++): Add them.
1588 * Makefile.in: Regenerate.
1589
15902012-05-16 Olivier Hainque <hainque@adacore.com>
1591
1592 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1593 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1594 (install-no-fixedincludes): Adjust accordingly.
1595 * Makefile.in: Regenerate.
1596
15972012-05-09 Nick Clifton <nickc@redhat.com>
1598 Paul Smith <psmith@gnu.org>
1599
1600 PR bootstrap/50461
1601 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1602 allow for the fact that from release v3.1.0 of MPFR the source
1603 files were moved into a src sub-directory.
1604 * configure: Regenerate.
1605
16062012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1607
1608 * configure.ac: Bump minimum MPFR version to 2.4.0.
1609 * configure: Regenerated.
1610
16112012-05-01 Richard Henderson <rth@redhat.com>
1612
1613 * Makefile.def (libatomic): New target_module.
1614 * configure.ac (target_libraries): Add libatomic.
1615 (noconfigdirs): Check if libatomic is supported.
1616 * Makefile.in, configure: Rebuild.
1617
f87f9c61
L
16182012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1619
1620 Merge upstream change
1621 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1622
16232011-11-21 Andreas Tobler <andreast@fgznet.ch>
1624
1625 * libtool.m4: Additional FreeBSD 10 fixes.
1626
68f107fa
AO
16272012-06-28 Christophe Lyon <christophe.lyon@st.com>
1628
1629 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1630 they contain -O2.
1631 * configure: Regenerate.
1632
b9c361e0
JL
16332012-05-14 Catherine Moore <clm@codesourcery.com>
1634
1635 * NEWS: Mention PowerPC VLE port.
1636
9eb322aa
MF
16372012-05-11 Mike Frysinger <vapier@gentoo.org>
1638
1639 * MAINTAINERS (config/): Move to intl/ section.
1640 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1641
58b1dd21
NC
16422012-05-09 Nick Clifton <nickc@redhat.com>
1643 Paul Smith <psmith@gnu.org>
1644
1645 PR bootstrap/50461
1646 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1647 allow for the fact that from release v3.1.0 of MPFR the source
1648 files were moved into a src sub-directory.
1649 * configure: Regenerate.
1650
2e702c99
RM
16512012-05-02 Roland McGrath <mcgrathr@google.com>
1652
1653 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1654 * configure: Regenerate.
1655
d2213593
JB
16562012-04-25 Joel Brobecker <brobecker@adacore.com>
1657
1658 * config.sub: Update to 2012-04-18 version from official repo.
1659
202e2356
NC
16602012-03-19 Tristan Gingold <gingold@adacore.com>
1661
1662 * configure.ac (ia64*-*-*vms*): Add support for ld.
1663 * configure: Regenerate.
1664
2479f722
RO
16652012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1666
1667 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1668 (unsupported_languages): Remove mips-sgi-irix6.*.
1669 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1670 (with_stabs): Remove.
1671 * configure: Regenerate.
1672
4e97d92b
RO
16732012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1674
1675 * configure.ac (enable_libgomp): Remove *-*-osf*.
1676 (with_stabs): Remove alpha*-*-osf*.
1677 * configure: Regenerate.
1678
f9ea6f98
JJ
16792012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1680
1681 * COPYING.NEWLIB: Modify DJ Delorie license to include
1682 modification rights in clause as permitted by DJ Delorie.
1683 * COPYING.LIBGLOSS: Ditto.
1684
48688b3e
JJ
16852012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1686
1687 * COPYING.NEWLIB: Remove two unused licenses.
1688
0945bbee
TG
16892012-03-05 Tristan Gingold <gingold@adacore.com>
1690
1691 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1692 * configure: Regenerate.
1693
516be0c5
JJ
16942012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1695
1696 * COPYING.NEWLIB: Add Adapteva notice.
1697 * COPYING.LIBGLOSS: Add Adapteva notice.
1698
64b986c0
EB
16992011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1700
1701 * configure: Regenerate.
1702
58cddc18
JJ
17032011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1704
1705 * COPYING.LIBGLOSS: Add GPL with exception license.
1706
b121d7d4
DD
17072011-11-09 Roland McGrath <mcgrathr@google.com>
1708
1709 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1710 * configure: Rebuild.
1711 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1712 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1713 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1714 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1715 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1716 Add READELF.
1717 * Makefile.in: Rebuild.
1718
d32e2926
RH
17192011-11-08 Richard Henderson <rth@redhat.com>
1720
1721 * configure.ac: Test for libitm directory present first.
1722
1723 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1724
1725 * configure.ac: Test libitm/configure.tgt to disable libitm.
1726 * configure: Rebuild.
1727
98dd765a
RO
17282011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1729
1730 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1731 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1732 * Makefile.in: Regenerate.
1733
99c513f6
DD
17342011-11-01 DJ Delorie <dj@redhat.com>
1735
1736 * configure.ac (rl78-*-*) New case.
1737 * configure: Regenerate.
1738
ff3ec4ee
DD
17392011-11-01 DJ Delorie <dj@redhat.com>
1740
1741 * config.sub: Update to version 2011-10-29 (added rl78)
1742
c28a9f49
NC
17432011-10-27 Nick Clifton <nickc@redhat.com>
1744
1745 * config.sub: Import these changes from the config project:
1746
a903d6ac 1747 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1748 Ben Elliston <bje@gnu.org>
1749
1750 * config.sub (epiphany): New.
1751
1752 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1753 Ben Elliston <bje@gnu.org>
1754
9eb322aa 1755 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1756
1757 2011-08-23 Roland McGrath <mcgrathr@google.com>
1758
1759 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1760 64eb to be64.
1761
1762 2011-08-16 Roland McGrath <mcgrathr@google.com>
1763
1764 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1765 (nacl): Grok as alias for 32el-unknown-nacl.
1766
860144e4
JB
17672011-08-19 Joel Brobecker <brobecker@adacore.com>
1768
1769 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1770
40ae9136
YQ
17712011-08-14 Yao Qi <yao@codesourcery.com>
1772
1773 Merge from gcc:
1774
1775 2011-08-14 Yao Qi <yao@codesourcery.com>
1776 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1777 * configure: Regenerate.
1778
ffdd6afc
ILT
17792011-07-26 Ian Lance Taylor <iant@google.com>
1780
1781 Merge from gcc:
1782
1783 2011-07-26 Ian Lance Taylor <iant@google.com>
1784 * configure.ac: Set have_compiler based on whether gcc directory
1785 exists, rather than on whether gcc is in configdirs.
1786 * configure: Rebuild.
1787
1788 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1789 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1790 link directories.
1791 * Makefile.in: Rebuild.
1792
1793 2011-07-20 Ian Lance Taylor <iant@google.com>
1794 PR bootstrap/49787
1795 * configure.ac: Move --enable-bootstrap handling earlier in file.
1796 If --enable-bootstrap and either --enable-build-with-cxx or
1797 --enable-build-poststage1-with-cxx, enable C++ automatically.
1798 * configure: Rebuild.
1799
1800 2011-07-19 Ian Lance Taylor <iant@google.com>
1801 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1802 make C++ a boot_language. Set and substitute
1803 POSTSTAGE1_CONFIGURE_FLAGS.
1804 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1805 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1806 * configure, Makefile.in: Rebuild.
1807
1808 2011-07-16 Jason Merrill <jason@redhat.com>
1809 * Makefile.def (language=c++): Add check-c++0x and
1810 check-target-libmudflap-c++.
1811 * Makefile.tpl (check-target-libmudflap-c++): New.
1812 * Makefile.in: Regenerate.
1813
1814 2011-07-16 Matthias Klose <doko@ubuntu.com>
1815 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1816 * Makefile.def (target_modules/libjava): Pass
1817 $(EXTRA_CONFIGARGS_LIBJAVA).
1818 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1819 if not configured with --enable-static-libjava.
1820 * Makefile.in: Regenerate.
1821 * configure: Likewise.
1822
1823 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1824 PR regression/47836
1825 PR bootstrap/23656
1826 PR other/47733
1827 PR bootstrap/49247
1828 PR c/48825
1829 * configure.ac (target_libraries): Remove target-libiberty.
1830 Remove case-statement setting skipdirs=target-libiberty for
1831 multiple targets. Remove checking target_configdirs and
1832 removing target-libiberty but keeping target-libgcc if
1833 otherwise empty.
1834 * Makefile.def (target_modules): Don't add libiberty.
1835 (dependencies): Remove all traces of target-libiberty.
1836 * configure, Makefile.in: Regenerate.
1837
9ccb86e7
JM
18382011-07-22 Jason Merrill <jason@redhat.com>
1839
1840 * Makefile.def (language=c++): Add check-c++0x and
1841 check-target-libmudflap-c++.
1842 * Makefile.tpl (check-target-libmudflap-c++): New.
1843 * Makefile.in: Regenerate.
1844
090bc50f
RO
18452011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1846
1847 * configure: Regenerate.
1848
cff32a7c
RO
18492011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1850
1851 PR target/39150
1852 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1853 x86_64-*-solaris2.1[0-9]*.
1854 * configure: Regenerate.
1855
eb4b2452
NC
18562011-06-13 Walter Lee <walt@tilera.com>
1857
1858 * configure.ac (tilepro-*-*) New case.
1859 (tilegx-*-*): Likewise.
1860 * configure: Regenerate.
1861
3c0013bf
NC
18622011-06-06 Nick Clifton <nickc@redhat.com>
1863
1864 * config.sub: Sync from upstream.
1865
91c1f14c
DK
18662011-05-08 Doug Kwan <dougkwan@google.com>
1867
1868 Merge from gcc:
1869
1870 2011-05-08 Doug Kwan <dougkwan@google.com>
1871
1872 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1873 * configure: Regenerated.
1874 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1875 value from configure.
1876 * Makefile.in: Regenerated.
1877
c7e4b184
JM
18782011-05-05 Joseph Myers <joseph@codesourcery.com>
1879
1880 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1881 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1882 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1883 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1884 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1885 *-*-vxworks*): Disable newlib and libgloss in separate case
1886 statement.
1887 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1888 to separate case statement.
1889 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1890 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1891 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1892 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1893 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1894 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1895 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1896 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1897 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1898 i[[3456789]]86-*-rdos*, m32r-*-*,
1899 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1900 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1901 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1902 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1903 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1904 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1905 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1906 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1907 and libgloss in main case over targets. Remove most empty cases
1908 in main case over targets.
1909 * configure: Regenerate.
1910
7152a690
JM
19112011-05-04 Joseph Myers <joseph@codesourcery.com>
1912
1913 * configure.ac: Remove code setting special library locations for
1914 hppa*64*-*-hpux11*. Remove code setting compiler for
1915 sparc-sun-solaris2*.
1916 * configure: Regenerate.
1917
ff46fb8f
JM
19182011-05-04 Joseph Myers <joseph@codesourcery.com>
1919
1920 * configure.ac: Separate libgloss_dir settings from general case
1921 over targets.
1922 * configure: Regenerate.
1923
82ae827f
JM
19242011-04-28 Joseph Myers <joseph@codesourcery.com>
1925
1926 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1927 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1928 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1929 cases in libgcj-disabling case statement.
1930 (hppa*64*-*-linux*): Set unsupported_languages instead of
1931 disabling target-zlib.
1932 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1933 to hppa*64*-*-hpux*.
1934 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1935 hppa*-*-hpux*.
1936 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1937 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1938 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1939 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1940 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1941 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1942 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1943 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1944 libgcj-disabling case statement.
1945 * configure: Regenerate.
1946
0827f9a6
JM
19472011-04-28 Joseph Myers <joseph@codesourcery.com>
1948
1949 * configure.ac: Disable Java for targets not supporting libffi.
1950 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1951 Remove cases in Java-disabling statement.
1952 (*arm-wince-pe): Change to arm-wince-pe.
1953 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1954 cases in Java-disabling statement.
1955 (bfin-*-*): Don't disable Java again.
1956 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1957 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1958 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1959 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1960 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1961 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1962 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1963 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1964 Java-disabling statement.
1965 (mmix-*-*): Don't disable Java again.
1966 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1967 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1968 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1969 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1970 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1971 statement.
1972 * configure: Regenerate.
1973
899b04ef
JM
19742011-04-28 Joseph Myers <joseph@codesourcery.com>
1975
1976 Merge from GCC:
1977
1978 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1979
1980 PR lto/48086
1981 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1982 * configure: Regenerate.
1983
9863d716
JM
19842011-04-28 Joseph Myers <joseph@codesourcery.com>
1985
1986 * configure.ac: Separate cases disabling Java and Java libraries
1987 from general case over targets.
1988 * configure: Regenerate.
1989
a90ef4bf
JM
19902011-04-06 Joseph Myers <joseph@codesourcery.com>
1991
1992 * configure.ac (build_tools): Remove build-byacc.
1993 (host_libs): Remove mmalloc.
1994 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1995 autoconf automake libtool diff rcs fileutils shellutils time
1996 textutils wdiff find uudecode hello tar gzip indent recode release
1997 sed perl gawk findutils gettext zip.
1998 (libgcj): Remove target-qthreads.
1999 (target_tools): Remove target-examples target-gperf.
2000 (YACC): Don't handle building byacc.
2001 * configure: Regenerate.
2002 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2003 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2004 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2005 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2006 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2007 handle building components.
2008 * Makefile.in: Regenerate.
2009
05a02268
RW
20102011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 * config.sub: Sync from upstream.
2013
c5f5c3c2
JM
20142011-04-01 Joseph Myers <joseph@codesourcery.com>
2015
2016 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2017 (microblaze*): Don't disable libssp.
2018 * configure: Regenerate.
2019
f6c1938b
JM
20202011-04-01 Joseph Myers <joseph@codesourcery.com>
2021
2022 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2023 moveifchange.
2024 * configure: Regenerate.
2025 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2026 * Makefile.in: Regenerate.
2027
1f111696
JM
20282011-04-01 Joseph Myers <joseph@codesourcery.com>
2029
2030 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2031 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2032 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2033 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2034 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2035 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2036 md_exec_prefix cases.
2037 * configure: Regenerate.
2038
065a5627
JM
20392011-04-01 Joseph Myers <joseph@codesourcery.com>
2040
2041 * configure.ac: Separate cases disabling target-libssp,
2042 target-libiberty, target-libstdc++-v3 and Fortran from general
2043 case over targets.
2044 * configure: Regenerate.
2045
b2f14e4a
JM
20462011-04-01 Joseph Myers <joseph@codesourcery.com>
2047
2048 * configure.ac (*-*-chorusos): Don't disable libgcj.
2049 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2050 Remove case.
2051 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2052 (arm-*-coff): Don't disable libgcj.
2053 (arm*-*-linux-gnueabi): Remove useless assignment.
2054 (arm-*-riscix*): Don't disable libgcj.
2055 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2056 configuration.
2057 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2058 (c54x*-*-*): Remove case.
2059 (tic54x-*-*): Don't disable GCC or GCC libraries.
2060 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2061 to *.
2062 (d10v-*-*): Don't disable GCC libraries.
2063 (d30v-*-*): Don't disable libgcj.
2064 (h8500-*-*): Don't disable GCC libraries.
2065 (i960-*-*): Don't disable libgcj.
2066 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2067 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2068 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2069 libgcj.
2070 (m68k-*-coff*): Remove case.
2071 (mmix-*-*): Don't disable libgloss on host.
2072 (mn10200-*-*, mn10300-*-*): Remove cases.
2073 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2074 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2075 Don't disable libgcj.
2076 (romp-*-*): Remove case.
2077 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2078 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2079 case.
2080 (v810-*-*): Don't disable GCC libraries.
2081 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2082 (ip2k-*-*): Don't disable GCC libraries.
2083 * configure: Regenerate.
2084
6a608608
JM
20852011-03-28 Joseph Myers <joseph@codesourcery.com>
2086
2087 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2088 libffi on host.
2089 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2090 on host.
2091 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2092 * configure: Regenerate.
2093
5b806d27
NC
20942011-03-26 John Marino <binutils@marino.st>
2095
2096 * configure.ac: Add support for *-*-dragonfly*
2097 * configure: Regenerate.
2098
0377a422
JM
20992011-03-25 Joseph Myers <joseph@codesourcery.com>
2100
2101 * configure.ac (native_only): Remove.
2102 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2103 send-pr uudecode guile gnuserv on host.
2104 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2105 send-pr rcs guile perl texinfo libtool on host.
2106 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2107 automake send-pr rcs guile perl texinfo libtool on host.
2108 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2109 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2110 (alpha*-dec-osf*): Don't disable fileutils on target.
2111 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2112 texinfo send-pr expect dejagnu on target.
2113 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2114 target-qthreads on target.
2115 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2116 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2117 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2118 x86_64-*-mingw*): Don't disable expect on target.
2119 (*-*-cygwin*): Don't disable target-gperf on target.
2120 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2121 gnuserv on target.
2122 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2123 target.
2124 * configure: Regenerate.
2125
2354b38b
JM
21262011-03-25 Joseph Myers <joseph@codesourcery.com>
2127
2128 * configure.ac (target_tools): Remove target-groff.
2129 (native_only): Remove target-groff.
2130 (hppa*64*-*-*): Don't disable byacc.
2131 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2132 setting.
2133 (*-*-kaos*): Don't skip target-librx and target-groff.
2134 (*-*-netware*): Don't skip target-libmudflap.
2135 (*-*-tpf*): Don't skip target-libmudflap.
2136 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2137 directories on the host.
2138 (ia64*-*-*vms*): Don't skip tix.
2139 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2140 host.
2141 * configure: Regenerate.
2142
28d9b232
PB
21432011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2144
2145 * configure.ac: Remove references to mt-mep, mt-netware,
2146 mt-wince.
2147 * Makefile.def: Add all-utils soft dependencies.
2148 * Makefile.tpl: Remove GDB_NLM_DEPS.
2149 * configure: Regenerate.
2150 * Makefile.in: Regenerate.
2151
dbbe5f95
PB
21522011-03-24 Paolo Bonzini <bonzini@gnu.org>
2153
2154 Sync from GCC:
2155
2156 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2157
2158 * configure.ac: Do not include mh-x86omitfp.
2159 * configure: Regenerate.
2160
2161 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2162
2163 * configure.ac: Remove empty cases.
2164 * configure: Regenerate.
2165
2166 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2167
2168 * Makefile.def: Add dependency from termcap to gdb.
2169 * Makefile.in: Regenerate.
2170
2171 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2172
2173 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2174 * configure: Regenerate.
2175 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2176 * Makefile.tpl: Likewise.
2177 * Makefile.in: Regenerate.
2178
2179 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2180
2181 * configure.ac: Remove all mentions of tentative_cc.
2182 * configure: Regenerate.
2183
2184 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2185
2186 PR lto/48086
2187 * configure.ac: Re-enable LTO on *-apple-darwin9.
2188 * configure: Regenerate.
2189
3516a403
JM
21902011-03-24 Joseph Myers <joseph@codesourcery.com>
2191
2192 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2193 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2194 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2195 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2196 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2197 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2198 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2199 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2200 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2201 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2202 *-*-rhapsody*): Remove host cases.
2203 * configure: Regenerate.
2204
93cc359e
JM
22052011-03-24 Joseph Myers <joseph@codesourcery.com>
2206
2207 * configure.ac (ppc*-*-pe): Remove host case.
2208 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2209 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2210 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2211 cases.
2212 * configure: Regenerate.
2213
29b2c556
JM
22142011-03-24 Joseph Myers <joseph@codesourcery.com>
2215
2216 * config.sub: Update to version 2011-03-23.
2217
f0ff0f90
JM
22182011-03-22 Joseph Myers <joseph@codesourcery.com>
2219
2220 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2221 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2222 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2223 * configure: Regenerate.
2224
782cb41f
JM
22252011-03-22 Joseph Myers <joseph@codesourcery.com>
2226
2227 * config-ml.in: Don't handle arc-*-elf*.
2228 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2229 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2230 handle GCC libraries.
2231 * configure: Regenerate.
2232
0e8ad34f
RO
22332011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2234
2235 PR bootstrap/48120:
2236 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2237 Add -lstdc++ -lm to LIBS.
2238 * configure: Regenerate.
2239
5548b4ce
DE
22402011-03-18 David Edelsohn <dje.gcc@gmail.com>
2241
2242 * config.guess: Update to version 2011-02-02
2243 * config.sub: Update to version 2011-02-24
2e702c99 2244
86ed8cf6
SP
22452011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2246
9eb322aa
MF
2247 * configure.ac: Adjust test of with_ppl.
2248 * configure: Regenerated.
86ed8cf6 2249
b123da99
SP
22502011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2251
2252 * configure.ac: Add -lpwl to ppllibs.
2253 * config/cloog.m4: Add -lisl to clooglibs.
2254 * configure: Regenerated.
2255
822ce8ee
RW
22562011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2257
2258 Import from Libtool and gnulib:
2259
2260 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2261
2262 Prepare for supporting FreeBSD 10.
2263 * config.rpath: Remove handling of freebsd1* which soon would
2264 match FreeBSD 10.0.
2265
2266 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2267
2268 Remove support for FreeBSD 1.x.
2269 * libtool.m4 (_LT_LINKER_SHLIBS)
2270 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2271 soon would incorrectly match FreeBSD 10.0.
2272
dcb5e506
RW
22732011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2274
2275 PR binutils/12283
2276 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2277 (move-if-change): Comes from gnulib.
2278 * move-if-change: Import version from gnulib.
2279
8d8eef9a
RW
22802011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2281
2282 Sync from GCC:
2283
2284 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2285
2286 PR lto/47225
2287 * Makefile.def (lto-plugin): Double dash for enable-shared.
2288 (configure-gcc): Depend on all-lto-plugin.
2289 * Makefile.in: Rebuilt.
2290
2291 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2292
2293 * configure.ac: Remove extra bracket.
2294 * configure: Regenerate.
2295
2296 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2297
2298 PR lto/47225
2299 * Makefile.def: Add dependency for install-gcc
2300 on install-lto-plugin.
2301 * Makfile.in: Regenerated
2302
2303 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2304
2305 * configure.ac: If with_ppl is no, move setting with_cloog=no
2306 after CLOOG_REQUESTED check.
2307 * configure: Regenerated.
2308
2309 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2310
2311 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2312 CLooG has been requested.
2313 * configure: Regenerated.
2314
2315 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2316
2317 * configure: Regenerated.
2318 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2319
2320 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2321
2322 * configure: Regenerated.
2323 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2324
2325 2011-01-07 Jan Hubicka <jh@suse.cz>
2326
2327 PR lto/47225
2328 * Makefile.in: Regenerate.
2329 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2330 configure.
2331
65b4571a
AO
23322011-01-31 Alexandre Oliva <aoliva@redhat.com>
2333
2334 PR libgcj/44341
2335 * configure.ac: Discard --with-* flags for host when configuring
2336 target libraries for cross build.
2337 * configure: Rebuilt.
2338
7837304f
AS
23392011-01-21 Andreas Schwab <schwab@redhat.com>
2340
2341 Sync from GCC:
2342
2343 2011-01-21 Andreas Schwab <schwab@redhat.com>
2344
2345 * configure.ac: Use AS_HELP_STRING throughout.
2346 * configure: Regenerate.
2347
2348 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2349
2350 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2351 * configure: Regenerate.
2352
115ef890
RW
23532010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2354
2355 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2356
92c9a463
JB
23572011-01-13 Joel Brobecker <brobecker@adacore.com>
2358
2359 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2360 for ia64-hpux.
2361 * configure: Regenerate.
2362
887ebfb4
RW
23632011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2364
2365 Sync from GCC:
2366 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2367
2368 * configure.ac: (picochip): Disable libiberty.
2369 * configure: Regenerate.
2370
04d2c2b2
JJ
23712010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2372
2373 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2374
33d23ee8
ILT
23752010-12-10 Ian Lance Taylor <iant@google.com>
2376
2377 PR bootstrap/46819
2378 * configure.ac: For --disable-libgcj clear libgcj_saved.
2379 * configure: Rebuild.
2380
89a1e9c3
PB
23812010-12-10 Tobias Burnus <burnus@net-b.de>
2382
2383 PR fortran/46540
2384 * configure.ac: Add --disable-libquadmath and
2385 --disable-libquadmath-support.
2386 * configure: Regenerate.
2387
ac7bcd26
TG
23882010-12-10 Tristan Gingold <gingold@adacore.com>
2389
2390 * src-release (ETC_SUPPORT): add gnu-oids.texi
2391
d357cef7
HPN
23922010-12-03 Hans-Peter Nilsson <hp@axis.com>
2393
2394 PR libffi/46792
2395 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2396 * configure: Regenerate.
2397
4f11b223
ILT
23982010-12-02 Ian Lance Taylor <iant@google.com>
2399
2400 * configure.ac: Always set default for poststage1_ldflags to
2401 -static-libstdc++ -static-libgcc.
2402
989abc33
JJ
24032010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2404
2405 * COPYING.NEWLIB: Add National Semiconductor notice.
2406
950386c6
AS
24072010-11-29 Andreas Schwab <schwab@redhat.com>
2408
2409 * configure.ac: Move comment to remove extra space in last argument
2410 of GCC_TARGET_TOOL.
2411
87cda2cf
AO
24122010-11-26 Alexandre Oliva <aoliva@redhat.com>
2413
7d509c83 2414 PR other/46026
87cda2cf
AO
2415 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2416 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2417 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2418 (BASE_FLAGS_TO_PASS): Use it.
2419 * configure: Rebuilt.
2420 * Makefile.in: Rebuilt.
2421
d3b50760
L
24222010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2423
2424 PR binutils/12258
2425 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2426 Properly check default linker.
2427 * configure: Regnerated.
2428
c7791212
NC
24292010-11-23 Matthias Klose <doko@ubuntu.com>
2430
2431 * configure.ac: For --enable-gold, handle value `default' instead of
2432 `both*'. New configure option --{en,dis}able-ld.
2433 * configure: Regenerate.
2434
9e1a94f4
ILT
24352010-11-20 Ian Lance Taylor <iant@google.com>
2436
2437 * configure.ac: Only disable a language library if no language needs
2438 it. Don't let --disable-libgcj uncondtionally disable libffi.
2439 * configure: Rebuild.
2440
ceca0218
PB
24412010-11-20 Paolo Bonzini <bonzini@gnu.org>
2442
2443 * configure: Regenerate.
2444
9b980aa1
RW
24452010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2446
2447 PR other/46202
2448 * configure.ac: Fix just-built in-tree STRIP name to be
2449 binutils/strip-new.
2450 * configure: Regenerate.
2451 * Makefile.def (install-strip-gcc, install-strip-binutils)
2452 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2453 (install-strip-sid): Mirror dependencies on non-strip variants
2454 of these targets on the respective -strip prerequisites.
2455 * Makefile.tpl (install-strip, install-strip-host)
2456 (install-strip-target): New targets.
2457 (install-strip-[+module+], install-strip-target-[+module+]):
2458 New targets.
2459 * Makefile.in: Regenerate.
2460
e552509b
ILT
24612010-11-19 Ian Lance Taylor <iant@google.com>
2462 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2463
2464 * configure.ac: Add target-libgo to target_libraries. Set
2465 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2466 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2467 (HOST_EXPORTS): Add GOC.
2468 (BASE_TARGET_EXPORTS): Add GOC.
2469 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2470 (GOCFLAGS_FOR_TARGET): New variable.
2471 (EXTRA_HOST_FLAGS): Add GOC.
2472 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2473 * Makefile.def (target_modules): Add libgo.
2474 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2475 (dependencies): Add dependency from configure-target-libgo to
2476 configure-target-libffi and all-target-libstdc++-v3. Add
2477 dependencies from all-target-libgo to all-target-libffi.
2478 (languages): Add go.
2479 * configure: Rebuild.
2480 * Makefile.in: Rebuild.
2481
24822010-11-19 Ian Lance Taylor <iant@google.com>
2483
2484 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2485 compiler/flag environment variables.
2486
24872010-11-18 Ian Lance Taylor <iant@google.com>
2488
2489 * configure.ac: Check for lang_requires_boot_languages in
2490 config-lang.in files.
2491 * configure: Rebuild.
2492
8c21d9c7
MF
24932010-11-17 Mike Frysinger <vapier@gentoo.org>
2494
2495 * .gitignore: New file.
2496
e552509b
ILT
24972010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2498 Tobias Burnus <burnus@net-b.de>
2499
2500 PR fortran/32049
2501 * Makefile.def: Add libquadmath; build it with language=fortran.
2502 * configure.ac: Add libquadmath.
2503 * Makefile.tpl: Handle multiple libs in check-[+language+].
2504 * Makefile.in: Regenerate.
2505 * configure: Regenerate.
2506
25072010-11-15 Andreas Schwab <schwab@redhat.com>
2508
2509 * configure.ac: Fix spelling in option names.
2510 * configure: Regenerated.
2511
25122010-11-13 Georg-Johann Lay <georgjohann@web.de>
2513
2514 PR bootstrap/39622
2515 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2516 * configure: Regenerated.
2517
25182010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2519
2520 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2521 define the cloog backend to use. Furthermore, only pass the ppllibs to
2522 the configure checks, if necessary.
2523 * configure: Regenerate.
2524
25252010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2526
2527 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2528 * configure: regenerate
2529
25302010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2531
2532 * config/cloog.m4: Fix typo. verison -> version.
2533 * configure: Regenerate.
2534
25352010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2536
2537 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2538 * configure: Regenerate.
2539
25402010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2541
2542 * configure.ac: Support official CLooG.org versions.
2543 * configure: Regenerate.
2544 * config/cloog.m4: New.
2545
aa291e2d
ME
25462010-11-05 Michael Eager <eager@eagercon.com>
2547
2548 * COPYING.LIBGLOSS: Correct typo in microblaze.
2549 * COPYING.NEWLIB: Same.
2550
e552509b
ILT
25512010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2552
2553 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2554 * configure: Regenerate.
2555
74cea91b
DK
25562010-11-03 Ian Lance Taylor <iant@google.com>
2557 Dave Korn <dave.korn.cygwin@gmail.com>
2558
2559 PR lto/46273
2560 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2561 and on other supported platforms whenever LTO is enabled.
2562 * configure: Rebuild.
2563
6d0cd39e
AM
25642010-11-02 Alan Modra <amodra@gmail.com>
2565
2566 PR binutils/12110
2567 * configure.ac: Error when source path contains spaces.
2568 * configure: Regenerate.
2569
18a8530e
ILT
25702010-10-20 Ian Lance Taylor <iant@google.com>
2571
2572 * Makefile.def (target_modules): Set lib_path to src/.libs for
2573 libstdc++-v3 module.
2574 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2575 * Makefile.in: Rebuild.
2576
6ed3211e
JJ
25772010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2578 Joseph Myers <joseph@codesourcery.com>
2579
2580 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2581 notices.
2582 * COPYING.NEWLIB: Add Texas Instruments notice.
2583
a8eb3f0a
DK
25842010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2585
2586 * configure.ac (build_lto_plugin): New shell variable.
2587 (--enable-lto): Turn on by default for all non-ELF platforms that
2588 have had LTO support added so far. Set build_lto_plugin appropriately
2589 for both ELF and non-ELF.
2590 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2591 * configure: Regenerate.
2592
4074d5f2
RW
25932010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2594
2595 PR bootstrap/45326
2596 PR bootstrap/45174
2597 * configure.ac: Honor initial values of $build_configargs,
2598 $host_configargs, $target_configargs. Mark the precious, so
2599 environment settings get recorded.
2600 * configure: Regenerate.
2601
29821356
RW
26022010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2603
2604 Sync from GCC:
2605
2606 2010-09-30 Michael Eager <eager@eagercon.com>
2607
2608 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2609 * configure: Regenerate.
2610
2611 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2612
2613 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2614 targets and amend comment.
2615 * configure: Regenerate.
2616
2617 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2618
2619 * configure.ac: Enable LTO by default on Darwin.
2620 * configure: Regenerate.
2621
2622 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2623
2624 PR bootstrap/44455
2625 * configure.ac (extra_mpfr_configure_flags): Copy from
2626 extra_mpc_gmp_configure_flags.
2627 * configure: Re-generated.
2628
57eefe4d
RW
26292010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2630
2631 Sync from GCC:
2632
2633 PR bootstrap/45796
2634 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2635 Depend on all-build-libiberty.
2636 * Makefile.in: Regenerate.
2637
26382010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2639
2640 Sync from GCC:
2641
2642 PR bootstrap/44621
2643 * configure.ac: Fix unportable shell quoting.
2644 * configure: Regenerate.
2645
48bb73dd
RW
26462010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2647
2648 * configure.ac: Support all v850 targets.
2649 * configure: Regenerate.
2650
1d14850f
PB
26512010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2652
2653 PR target/44862
2654 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2655 Provide -B option to allow for link spec %s substitutions for
2656 libstdc++.a on darwin.
2657 * Makefile.in: Regenerate.
2658
7530c480
AO
26592010-06-10 Alexandre Oliva <aoliva@redhat.com>
2660
2661 * Makefile.def (configure-gcc): Depend on all-libelf.
2662 * Makefile.in: Rebuild.
2663
285d560d
RW
26642010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2665
2666 * config.sub, config.guess: Update from upstream sources.
2667
a009f2e7
RW
26682010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2669
2670 Sync from GCC:
2671
2672 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2673 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2674 * configure: Regenerated.
2675
2676 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2677 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2678 * configure: Regenerate.
2679
2680 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2681 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2682 * configure: Regenerate.
2683
2684 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2685 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2686 separately.
2687 * configure: Regenerate.
2688
2689 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2690 * configure: Regenerate after change to elf.m4.
2691
2692 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2693 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2694 * configure: Regenerated.
2695
2696 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2697 * configure.ac: Print "buggy but acceptable" when CLooG
2698 revision is less than 9.
2699 * configure: Regenerated.
2700
e49e5c92
DK
27012010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2702
2703 Merge from gcc:
2704
2705 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2706 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2707 * configure: Regenerate.
2708
2709 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2710 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2711 a platform that supports LTO.
2712 * configure: Regenerate.
2713
2714 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2715 PR lto/42776
2716 * configure.ac (--enable-lto): Refactor handling so libelf tests
2717 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2718 and allow LTO to be explicitly enabled on non-ELF platforms that
2719 are known to support it inside else-clause.
2720 * configure: Regenerate.
2721
e6de499b
NC
27222010-04-27 Roland McGrath <roland@redhat.com>
2723 H.J. Lu <hongjiu.lu@intel.com>
2724
2725 * configure.ac (--enable-gold): Support both, both/gold and
2726 both/bfd to add gold to configdirs without removing ld.
2727 * configure: Regenerated.
2728
2729 * Makefile.def: Add install-gold dependency to install-ld.
2730 * Makefile.in: Regenerated.
2731
d594eacc
TG
27322010-04-14 Tristan Gingold <gingold@adacore.com>
2733
2734 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2735 * configure: Regenerate.
2736
938d2b74
RW
27372010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2738
2739 Merge from gcc:
2740 PR bootstrap/43615
2741 PR bootstrap/43328
2742 Revert:
2743 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2744 * configure.ac: Do not pass --enable-multilib nor
2745 --disable-multilib in baseargs. Accept explicitly passed
2746 --enable_multilib.
2747 * configure: Regenerate.
2748
a9ef41a7
RW
27492010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2750
2751 PR bootstrap/43328
2752 * configure.ac: Do not pass --enable-multilib nor
2753 --disable-multilib in baseargs. Accept explicitly passed
2754 --enable_multilib.
2755 * configure: Regenerate.
2756
619a3713
JM
27572010-03-23 Joseph Myers <joseph@codesourcery.com>
2758
2759 * configure.ac (tic6x-*-*): New case.
2760 * configure: Regenerate.
2761
92f4e989
JM
27622010-03-23 Joseph Myers <joseph@codesourcery.com>
2763
2764 Merge from gcc:
2765 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2766 PR ada/42554
2767 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2768 * configure: Regenerate.
2769
c35a0556
JM
27702010-03-23 Joseph Myers <joseph@codesourcery.com>
2771
2772 * config.sub: Update to version 2010-03-22.
2773 * config.guess: Update to version 2009-12-30.
2774
18fa8f9c
JM
27752010-03-14 Joseph Myers <joseph@codesourcery.com>
2776
2777 Merge from gcc:
2778 2010-01-11 Richard Guenther <rguenther@suse.de>
2779 PR lto/41569
2780 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2781 * Makefile.in: Regenerated.
2782
ba98da75
RO
27832010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2784
2785 PR libstdc++/32499
2786 * configure.ac (RANLIB): Default to true.
2787 (STRIP): Likewise.
2788 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2789 * configure: Regenerate.
2790
3994761f
NC
27912010-02-17 Nick Clifton <nickc@redhat.com>
2792
2793 PR 11238
2794 * Makefile.tpl (local-distclean): Also remove config.cache files in
2795 sub-directories as there may not be Makefiles present in the
2796 sub-directories.
792cdb50
NC
2797 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2798 the config.cache files found by the find command.
2799
3994761f
NC
2800 * Makefile.in: Regenerate.
2801 * configure.ac: Revert previous delta.
2802 * configure: Regenerate.
2803
01a82011
NC
28042010-02-15 Nick Clifton <nickc@redhat.com>
2805
2806 PR 11238
2807 * configure.ac: Delete config.cache files in sub-directories when
2808 deleting Makefiles.
2809 * configure: Regenerate.
2810
143754cd
NC
28112010-02-15 Nick Clifton <nickc@redhat.com>
2812
2813 * configure.ac: Sync from gcc.
2814 * configure: Regenerate.
2815
a6b5846e
KG
28162010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2817
2818 Sync from gcc:
2819 * configure.ac: Add "recommended" version checks for GMP/MPC.
2820 Update recommended GMP/MPFR/MPC versions.
2821 * configure: Regenerate.
2822
2aa2364a
JR
28232010-01-25 Joern Rennecke <amylaar@spamcop.net>
2824
2825 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2826 * configure.ac (bootstrap_target_libs): Make inclusion of
2827 target-libgomp conditional on libgomb being in target_configdirs.
2828 * configure: Regenerate.
2829
d35e937f
JR
28302010-01-23 Joern Rennecke <amylaar@spamcop.net>
2831
2832 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2833 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2834 * configure: Regenerate.
2835
911e63d0
JR
28362010-01-22 Joern Rennecke <amylaar@spamcop.net>
2837
2838 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2839 * configure.ac (target_configdirs): Substitute.
2840 * Makefile.def: Bootstrap target module libgomp.
2841 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2842 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2843 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2844 * configure, Makefile.in: Regenerate.
2845
3725885a
RW
28462009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2847
2848 * libtool.m4: Sync from git Libtool.
2849 * ltmain.sh: Likewise.
2850 * ltoptions.m4: Likewise.
2851 * ltversion.m4: Likewise.
2852 * lt~obsolete.m4: Likewise.
2853
d5f2ee2e 28542010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2855 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2856
2857 PR bootstrap/42424
2858 * configure.ac: Include libtool m4 files.
9eb322aa 2859 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2860 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2861 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2862
d5f2ee2e
KG
2863 * configure: Regenerate.
2864
f2b2dd91
RW
28652010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2866
2867 PR bootstrap/41818
2868 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2869 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2870 * Makefile.in: Regenerate.
2871
06ca7962
BE
28722009-12-18 Ben Elliston <bje@au.ibm.com>
2873
2874 * config.sub, config.guess: Update from upstream sources.
2875
30a16d7b
JJ
28762009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2877
2878 * COPYING.NEWLIB: Update copyright date.
2879 * COPYING.LIBGLOSS: Ditto.
2880
d9b76ff9
KG
28812009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2882
2883 PR middle-end/30447
2884 PR middle-end/30789
2885 PR other/40302
2886
2887 * configure.ac: Require MPC.
2888 * configure: Regenerate.
2889
2890 * configure.ac: Update minimum MPC version to 0.8.
2891 * configure: Regenerate.
2892
e12dec02
PB
28932009-11-20 Paolo Bonzini <bonzini@gnu.org>
2894
2895 * config.guess: Sync with upstream and gcc.
2896 * config.sub: Sync with upstream and gcc.
2897
606a9ca0
AO
28982009-11-16 Alexandre Oliva <aoliva@redhat.com>
2899
2900 * Makefile.def: Restore host and target settings for gmp.
2901 * Makefile.in: Rebuild.
2902
1f53ca9a
AO
29032009-11-16 Alexandre Oliva <aoliva@redhat.com>
2904
2905 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2906 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2907 Fix portability of test of C++ as bootstrap language. Add
2908 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2909 * configure: Rebuild.
2910 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2911 and cloog. Fix in-tree ppl configuration. Introduce libelf
2912 in-tree building.
2913 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2914 (POSTSTAGE1_HOST_EXPORTS): Use it.
2915 (STAGE[+id+]_CXXFLAGS): New.
2916 (BASE_FLAGS_TO_PASS): Pass it down.
2917 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2918 extra_exports.
2919 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2920 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2921 extra_exports.
2922 * Makefile.in: Rebuild.
2923
29242009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2925
2926 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2927 paths for *-w64-mingw* and x86_64-*mingw*.
2928 * configure: Regenerated.
2929
29302009-10-30 Kai Tietz <kai.tietz@onevision.com>
2931
2932 * configure.ac: Disable target-winsup & co for
2933 x86_64-*-mingw* and *-w64-mingw* targets.
2934 * configure: Regenerated.
2935
29362009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2937
2938 * configure.ac (CLooG test): Use = with test.
2939 * configure: Regenerate.
2940
29412009-10-22 Richard Guenther <rguenther@suse.de>
2942
2943 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2944 cloog if the ppl version check failed. Move flags saving
2945 before setting in libelf check.
2946 * configure: Regenerate.
2947
29482009-10-21 Richard Guenther <rguenther@suse.de>
2949
2950 * configure.ac: Adjust the ppl and cloog configure to work as
2951 documented. Disable cloog if ppl was disabled. Omit the version
2952 checks if they were disabled.
2953 * configure: Re-generate.
2954
6811fb56
RW
29552009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2956
2957 * configure.ac: Add 'lto' to enable_languages, not
2958 new_enable_languages, and only if not already present.
2959 * configure: Regenerate.
2960
700d40ca
ILT
29612009-10-06 Ian Lance Taylor <iant@google.com>
2962
2963 * Makefile.def: check-gold depends upon all-gas.
2964 * Makefile.in: Rebuild.
2965
29662009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2967
2968 * Makefile.def: all-lto-plugin depends on all-libiberty.
2969 set bootstrap=true for lto-plugin.
2970 Add lto-plugin.
2971 * Makefile.in: Regenerate.
2972 * configure.ac (host_libs): Add lto-plugin.
2973 * configure: Regenerate.
2974
29752009-10-03 Diego Novillo <dnovillo@google.com>
2976
2977 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2978 (HOST_LIBELFLIBS): Define.
2979 (HOST_LIBELFINC): Define.
2980 * Makefile.in: Regenerate.
2981 * configure.ac: Add --enable-lto.
2982 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2983 If --enable-lto is used, add 'lto' to new_enable_languages.
2984 If --enable-lto is used and gold is enabled, add
2985 lto-plugin to configdirs.
2986 * configure: Regenerate.
2987
29882009-10-03 Simon Baldwin <simonb@google.com>
2989
2990 * configure.ac: If --with-system-zlib, suppress local zlib and
2991 pass --with-system-zlib to subdir configure scripts.
2992 * configure: Regenerate.
2993
29942009-10-01 Loren J. Rittle <ljrittle@acm.org>
2995 Paolo Bonzini <bonzini@gnu.org>
2996
2997 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2998 $(srcdir).
2999 * Makefile.in: Rebuilt.
3000
c8cb1b3e
PB
30012009-09-29 Paolo Bonzini <bonzini@gnu.org>
3002
3003 Sync from gcc:
3004 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3005
3006 * configure.ac: Update minimum MPC version to 0.7.
3007 * configure: Regenerate.
3008
30167e0a
NC
30092009-09-25 Nick Clifton <nickc@redhat.com>
3010
3011 * configure.ac: Pass any --cache-file=/dev/null option on to
3012 subconfigures.
3013 * configure: Regenerate.
3014
707a0b5c
NC
30152009-09-23 Nick Clifton <nickc@redhat.com>
3016
3017 * config.sub, config.guess: Update from upstream sources.
3018
700d40ca
ILT
30192009-09-22 Loren J. Rittle <ljrittle@acm.org>
3020
3021 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3022 * Makefile.in: Rebuilt.
3023
2fd0b40b
RW
30242009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
3026 PR bootstrap/32272
3027 * configure.ac: Error out if $srcdir isn't '.' but contains
3028 host-${host_noncanonical}.
3029 * configure: Regenerate.
3030
4385ad3c
RW
30312009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3032
16b1ad29
RW
3033 * configure.ac: If bootstrapping a combined tree with
3034 --enable-gold, require c++ in stage1_languages.
3035 * configure: Regenerate.
3036
f8dc745f
RW
3037 * configure.ac: Also add target_libs of stage1_languages to
3038 bootstrap_target_libs.
3039 * configure: Regenerate.
3040
4385ad3c
RW
3041 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3042 with --enable-languages not containing c++.
3043 * configure: Regenerate.
3044
df51e4e1
JZ
30452009-09-16 Jie Zhang <jie.zhang@analog.com>
3046
3047 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3048 * configure: Regenerate.
3049
06a51eac
RW
30502009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3051
3052 * configure.ac: Do not use $extrasub for replacing @if/@endif
3053 parts in Makefile; instead, use additional arguments to
3054 AC_CONFIG_COMMANDS to do the replacement manually, with several
3055 sed invocations, to avoid HP-UX sed command limits.
3056 * configure: Regenerate.
3057
96655cc4
AO
30582009-09-04 Alexandre Oliva <aoliva@redhat.com>
3059
3060 * configure.ac (with-build-config): Document. Handle without.
3061 Handle missing argument.
3062 * configure: Rebuilt.
3063
30642009-09-03 Alexandre Oliva <aoliva@redhat.com>
3065
3066 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3067 Default to bootstrap-debug only if compare-debug works.
3068 * configure: Rebuilt.
3069 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3070 * Makefile.in: Rebuilt.
3071
30722009-09-01 Alexandre Oliva <aoliva@redhat.com>
3073
3074 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3075 * Makefile.in: Rebuilt.
3076
8e957354
PB
30772009-09-02 Paolo Bonzini <bonzini@gnu.org>
3078
3079 * Makefile.tpl (AWK): Fix typo.
3080 * Makefile.in: Regenerate.
3081
30822009-09-02 Paolo Bonzini <bonzini@gnu.org>
3083
3084 * configure.ac: Detect awk and sed.
3085 * Makefile.def (flags_to_pass): Add AWK and SED.
3086 * Makefile.tpl (AWK, SED): New.
3087 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3088 * configure: Regenerate.
3089 * Makefile.in: Regenerate.
3090
fb792462
TG
30912009-09-01 Tristan Gingold <gingold@adacore.com>
3092
3093 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3094 Remove logical names.
3095
a69e7d0a
DK
30962009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3097
3098 * ltmain.sh (func_normal_abspath): New function.
3099 (func_relative_path): Likewise.
3100 (func_mode_help): Document new -bindir option for link mode.
3101 (func_mode_link): Add new -bindir option, and use it to place
3102 output DLL if specified.
3103
d444d2ba
RW
31042009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3105
3106 * configure.ac (AC_PREREQ): Bump to 2.64.
3107
13b7343a
RW
31082009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3109
af542c2e
RW
3110 * README-maintainer-mode: Point directly to upstream locations
3111 for autoconf, automake, libtool, gettext, instead of copies on
3112 sources.redhat.com. Document required versions.
3113 * configure.ac: Do not substitute datarootdir, htmldir,
3114 pdfdir, docdir. Do not process --with-datarootdir,
3115 --with-htmldir, --with-pdfdir, --with-docdir.
3116 * configure: Regenerate.
3117
81ecdfbb
RW
3118 * configure: Regenerate.
3119
13b7343a
RW
3120 * compile: Sync from Automake 1.11.
3121 * depcomp: Likewise.
3122 * install-sh: Likewise.
3123 * missing: Likewise.
3124 * mkinstalldirs: Likewise.
3125 * ylwrap: Likewise.
3126
c1102ce7
RW
31272009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3128
34a0f3cf
RW
3129 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3130 (baseargs): Add --disable-option-checking.
3131 * configure: Regenerate.
3132
c1102ce7
RW
3133 * Makefile.def (configure-target-libiberty): Depend on
3134 all-binutils and all-ld.
3135 (configure-target-newlib): Likewise.
3136 * Makefile.in: Regenerate.
3137
e8a5fa9c
RW
31382009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3139
3140 Sync with GCC, merge:
3141
3142 2009-07-31 Christian Bruel <christian.bruel@st.com>
3143
3144 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3145 * configure: Regenerate.
3146
3147 2009-07-06 Ian Lance Taylor <iant@google.com>
3148
3149 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3150 * configure: Rebuild.
3151
3152 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3153
3154 PR bootstrap/40338
3155 * configure.ac (comparestring): Create new variable.
3156 * Makefile.tpl (comparestring): Use to skip some comparisions.
3157 * configure: Regenerate.
3158 * Makefile.in: Regenerate.
3159
3160 2009-06-23 Ian Lance Taylor <iant@google.com>
3161
3162 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3163 boot_languages. Only bootstrap target libraries listed in
3164 target_libs for some boot language. Add --with-stage1-ldflags,
3165 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3166 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3167 if not building with C++.
3168 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3169 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3170 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3171 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3172 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3173 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3174 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3175 * configure, Makefile.in: Rebuild.
3176
3177 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3178
3179 * configure.ac: Detect MPC in default directory.
3180 * configure: Regenerate.
3181
3182 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3183
3184 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3185 to noconfdirs.
3186 * configure: Regenerate.
3187
3188 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3189
3190 * Makefile.def: Add MPC support and dependencies.
3191 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3192
3193 * Makefile.in, configure: Regenerate.
3194
3195 2009-05-24 Nicolas Roche <roche@adacore.com>
3196
3197 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3198 * Makefile.in: Regenerate.
3199
3200 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3201
3202 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3203 * configure: Regenerate.
3204
3205 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3206
3207 * configure.ac ($with_ppl): Default to no if not supplied.
3208 ($with_cloog): Likewise.
3209 configure: Regenerate.
3210
3211 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3212
3213 PR bootstrap/39739
3214 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3215 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3216
3217 * configure, Makefile.in: Regenerate.
3218
3219 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3220
3221 * configure.ac: Change copyright header to refer to version
3222 3 of the GNU General Public License and to point readers at the
3223 COPYING3 file and the FSF's license web page.
3224 * Makefile.def: Likewise.
3225 * Makefile.tpl: Likewise.
3226 * Makefile.in: Regenerate.
3227
3228 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3229
3230 * configure.ac: Restore match for darwin9 or later. Use double
3231 brackets since regeneration eats one pair.
3232 * configure: Regenerate.
3233
bf110216
CF
32342009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3235
3236 * MAINTAINERS: Perform some obvious fixups.
3237
2262bbf4
BE
32382009-08-17 Ben Elliston <bje@au.ibm.com>
3239
3240 * config.sub, config.guess: Update from upstream sources.
3241
25a07265
NC
32422009-08-06 Michael Eager <eager@eagercon.com>
3243
3244 * configure.ac: Add Microblaze target.
3245 * configure: Regenerate.
3246
85bd1942
TG
32472009-07-02 Tristan Gingold <gingold@adacore.com>
3248
3249 * configure.ac: Do not exclude gas for i386-*-darwin.
3250 Add a case for x86_64-*-darwin.
3251 * configure: Regenerate.
3252
f9806fa5
DE
32532009-06-26 Doug Evans <dje@sebabeach.org>
3254
3255 * Makefile.def (host_modules): Add cgen.
3256 * Makefile.in: Regenerate.
3257 * configure.ac (host_tools): Add cgen.
3258 * configure: Regenerate.
3259
6bfb4e30
JJ
32602009-06-17 Michael Eager <eager@eagercon.com>
3261
3262 * COPYING.LIBGLOSS: Add Xilinx license.
3263
8bcf2718
NC
32642009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3265
3266 * configure.ac: Define is_elf for QNX Neutrino targets.
3267 * configure: Regenerate.
3268
04ec0acb
RW
32692009-06-03 Jerome Guitton <guitton@adacore.com>
3270 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3271
9eb322aa
MF
3272 * Makefile.tpl (all): Avoid a trailing backslash.
3273 * Makefile.in: Regenerate.
04ec0acb 3274
7ee5dbeb
BE
32752009-06-03 Ben Elliston <bje@au.ibm.com>
3276
3277 * config.sub, config.guess: Update from upstream sources.
3278
fda13ee8
AO
32792009-06-02 Alexandre Oliva <aoliva@redhat.com>
3280
3281 * Makefile.tpl ([+compare-target+]): Compare all stage
3282 directories, rather than just gcc.
3283 * Makefile.in: Rebuilt.
3284
4a657b0d
DK
32852009-05-28 Doug Kwan <dougkwan@google.com>
3286
3287 * configure.ac: Support gold for target arm*-*-*.
3288 * configure: Regenerate.
3289
07fc31c9
AO
32902009-05-27 Alexandre Oliva <aoliva@redhat.com>
3291
3292 * Makefile.tpl (all): Avoid harmless warning in make all when
3293 gcc-bootstrap is enabled but stage_last does not exist.
3294 * Makefile.in: Rebuilt.
3295
8a7a39ab
TG
32962009-05-25 Tristan Gingold <gingold@adacore.com>
3297
3298 * setup.com: Complete the file with configuration and build.
3299
b5233201
AO
33002009-05-18 Alexandre Oliva <aoliva@redhat.com>
3301
3302 PR other/40159
3303 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3304 gcc-no-bootstrap are mutually exclusive.
3305 * Makefile.in: Rebuilt.
3306
7b6175f9
AO
33072009-05-18 Alexandre Oliva <aoliva@redhat.com>
3308
3309 PR other/40159
3310 * Makefile.tpl (all): Don't end with unconditional success.
3311 * Makefile.in: Rebuilt.
3312
1b05fbbd
AO
33132009-05-12 Alexandre Oliva <aoliva@redhat.com>
3314
3315 PR target/37137
3316 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3317 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3318 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3319 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3320 stage_configureflags, stage_cflags and stage_libcflags into
3321 explicit Makefile macros.
3322 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3323 GFORTRAN.
3324 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3325 CC. Set CC_FOR_BUILD from CC.
3326 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3327 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3328 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3329 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3330 and GFORTRAN.
3331 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3332 (_LIBCFLAGS): Renamed to _TFLAGS.
3333 (do-compare-debug, do-compare3-debug): Drop.
3334 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3335 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3336 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3337 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3338 (XGCC_FLAGS_FOR_TARGET): New.
3339 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3340 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3341 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3342 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3343 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3344 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3345 TFLAGS.
3346 (BUILD_CONFIG): Include if requested.
3347 (all): Set TFLAGS on bootstrap.
3348 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3349 (all-stageid-prefixmodule): Likewise.
3350 (do-clean, distclean-stageid): Set TFLAGS.
3351 (restrap): Fix whitespace.
3352 * Makefile.in: Rebuilt.
3353
dc17c78c
EB
33542009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3355
3356 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3357 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3358 * Makefile.in: Regenerate.
3359
14324cd7
EZ
33602009-04-24 Eli Zaretskii <eliz@gnu.org>
3361
3362 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3363 consistency with config.sub. (Update from upstream sources.)
3364
f8d5f06c
JM
33652009-04-21 Joseph Myers <joseph@codesourcery.com>
3366
3367 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3368
0000e2bf
BE
33692009-04-17 Ben Elliston <bje@au.ibm.com>
3370
3371 * config.sub, config.guess: Update from upstream sources.
3372
20135e4c
NC
33732009-04-15 Anthony Green <green@moxielogic.com>
3374
34adf976 3375 * configure.ac: Add moxie support.
20135e4c
NC
3376 * configure: Rebuilt.
3377
ef699244
L
33782009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3379
3380 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3381 * configure: Regenerate.
3382
10ad8ef3
L
33832009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3384
3385 PR gas/10039
3386 * configure.ac: Require texinfo 4.7.
3387 * configure: Regenerated.
3388
c50523ce
L
33892009-04-09 Steve Ellcey <sje@cup.hp.com>
3390
3391 * Makefil.def (languages): New entries.
3392 * Makefile.tpl (check-gcc-*): New generic target.
3393 * Makefile.in: Regenerate.
3394
47afba5f
EZ
33952009-03-27 Eli Zaretskii <eliz@gnu.org>
3396
3397 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3398 Windows builds of Sed.
3399
dc448a7b
TT
34002009-03-18 Tom Tromey <tromey@redhat.com>
3401
3402 * configure: Rebuild.
3403 * configure.ac (host_libs): Add libiconv.
3404 * Makefile.in: Rebuild.
3405 * Makefile.def (host_modules): Add libiconv.
3406 (configure-gdb, all-gdb): Depend on libiconv.
3407
24741ab2
JB
34082009-03-16 Tristan Gingold <gingold@adacore.com>
3409
3410 * configure.ac: Treat gdb as supported on x86_64-darwin.
3411 * configure: Regenerate.
3412
29383458
JM
34132009-03-16 Joseph Myers <joseph@codesourcery.com>
3414
3415 Merge from GCC:
3416
3417 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3418
3419 * configure.ac (--with-host-libstdcxx): New option.
3420 * configure: Regenerate.
3421
3422 2009-01-29 Robert Millan <rmh@aybabtu.com>
3423
3424 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3425 * configure: Regenerate.
3426
3427 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3428
3429 PR tree-optimization/38515
3430 * configure.ac (cloog-polylib): Removed.
3431 (with_ppl, with_cloog): Test for "no".
3432 * configure: Regenerated.
3433
58e24671
RW
34342009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3435
3436 Backport from git Libtool:
3437
3438 2009-01-19 Robert Millan <rmh@aybabtu.com>
3439 Support GNU/kOpenSolaris.
3440 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3441 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3442 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3443 GNU/kOpenSolaris.
3444
314b2e66
AS
34452009-02-05 Andreas Schwab <schwab@suse.de>
3446
3447 * Makefile.tpl (stage_last): Define $r and $s before using
3448 $(RECURSE_FLAGS_TO_PASS).
3449 * Makefile.in: Regenerate
3450
8b700390
JJ
34512009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3452
3453 * COPYING.NEWLIB: Add ARM license.
3454
66775d67
AM
34552009-01-16 Alan Modra <amodra@bigpond.net.au>
3456
3457 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3458 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3459 * Makefile.in: Regenerate.
3460
19e99079
NC
34612009-01-15 Douglas B Rupp <rupp@gnat.com>
3462
3463 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3464 * configure: Regenerate.
3465
22e8c8e0
RW
34662008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3467
3468 Backport link test fix from upstream Libtool:
3469
3470 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3471 Add cache variables to tests that require the linker to work.
3472 For shlibpath_overrides_runpath, this also changes the semantics
3473 to let the result from the C compiler take precedence.
3474 compiler take precedence.
3475
7d6d7764
BE
34762008-12-02 Ben Elliston <bje@au.ibm.com>
3477
3478 * config.sub, config.guess: Update from upstream sources.
3479
ea8af06e
JJ
34802008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3481
3482 * COPYING.NEWLIB: Updated.
3483 * COPYING.LIBGLOSS: Ditto.
3484
af0771d3
PB
34852008-12-16 Paolo Bonzini <bonzini@gnu.org>
3486
3487 Sync with GCC:
3488
3489 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3490
3491 * configure.ac (ppllibs): Add by default the lib flags.
3492 * configure: Regenerate.
3493
3494 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3495
314b2e66
AS
3496 * configure.ac: Add double brackets on darwin[912].
3497 * configure: Regenerate.
af0771d3
PB
3498
3499 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3500
314b2e66
AS
3501 * configure.ac: Expand to darwin10 and later.
3502 * configure: Regenerate.
af0771d3 3503
f7c83eac
AS
35042008-12-02 Andreas Schwab <schwab@suse.de>
3505
3506 * Makefile.def: configure-target-boehm-gc depends on
3507 all-target-libstdc++-v3.
3508 * Makefile.in: Regenerate.
3509
bc67ad83
BE
35102008-12-02 Ben Elliston <bje@au.ibm.com>
3511
3512 * config.sub, config.guess: Update from upstream sources.
3513
e28c595f
JM
35142008-11-27 Joseph Myers <joseph@codesourcery.com>
3515
3516 Merge from GCC:
3517
3518 2007-12-02 Matthias Klose <doko@ubuntu.com>
3519
3520 * config-ml.in: Remove 64bit configure tests.
3521
3522 2008-05-14 Rafael Espindola <espindola@google.com>
3523
3524 * config-ml.in: don't handle --enable-shared and --enable-static.
3525
3526 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3527 Tobias Grosser <grosser@fim.uni-passau.de>
3528 Jan Sjodin <jan.sjodin@amd.com>
3529 Harsha Jagasia <harsha.jagasia@amd.com>
3530 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3531 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3532 Adrien Eliche <aeliche@isty.uvsq.fr>
3533
3534 Merge from graphite branch.
3535 * configure: Regenerate.
3536 * Makefile.in: Regenerate.
3537 * configure.ac (host_libs): Add ppl and cloog.
3538 Add checks for PPL and CLooG.
3539 * Makefile.def (ppl, cloog): Added modules and dependences.
3540 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3541 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3542
3543 2008-09-03 Richard Guenther <rguenther@suse.de>
3544
3545 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3546 cloog test.
3547 * configure: Re-generate.
3548
3549 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3550
3551 * configure.ac (--with-cloog-polylib): New.
3552 (--disable-cloog-version-check): New.
3553 (--disable-ppl-version-check): New.
3554 * configure: Re-generate.
3555
3556 2008-09-05 Richard Guenther <rguenther@suse.de>
3557
3558 * configure.ac: Initialize clooglibs to -lcloog.
3559 * configure: Re-generate.
3560
3561 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3562
3563 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3564 recommended version to 2.3.2.
3565
3566 * configure: Regenerate.
3567
3568 2008-10-31 Ben Elliston <bje@au.ibm.com>
3569
3570 * configure.ac (spu-*-*): Remove special case.
3571 * configure: Regenerate.
3572
3573 Complete comment text from GCC version of:
3574
3575 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3576
3577 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3578 (GCC_SHLIB_SUBDIR): New.
3579 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3580 * configure: Regenerate.
3581 * Makefile.in: Regenerate.
3582
652dec25
TG
35832008-11-27 Tristan Gingold <gingold@adacore.com>
3584
3585 * configure.ac: Build gdb for i?86-*-darwin*
3586 * configure: Regenerated.
3587
7582fb4a
DJ
35882008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3589
3590 PR bootstrap/38014
3591 PR bootstrap/37923
3592
3593 Revert:
3594
3595 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3598 * Makefile.in: Regenerated.
3599
3600 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3601
3602 PR gdb/921
3603 PR gdb/1646
3604 PR gdb/2175
3605 PR gdb/2176
3606
3607 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3608 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3609 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3610 (HOST_EXPORTS): Pass CPPFLAGS.
3611 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3612 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3613 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3614 * Makefile.in, configure: Regenerated.
3615 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3616 and CPPFLAGS_FOR_BUILD.
3617
faee1be2
UW
36182008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3619
3620 * configure.ac [spu-*-*]: Do not set skipdirs.
3621 * configure: Re-generate.
3622
b7c2dce4
DJ
36232008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3626 * Makefile.in: Regenerated.
3627
bb52de30
DJ
36282008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3629
3630 PR gdb/921
3631 PR gdb/1646
3632 PR gdb/2175
3633 PR gdb/2176
3634
3635 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3636 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3637 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3638 (HOST_EXPORTS): Pass CPPFLAGS.
3639 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3640 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3641 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3642 * Makefile.in, configure: Regenerated.
3643 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3644 and CPPFLAGS_FOR_BUILD.
3645
b25062ae
SE
36462008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3647
3648 * libtool.m4: Update to libtool 2.2.6.
3649 * lt~obsolete.m4: Update to libtool 2.2.6.
3650 * ltmain.sh: Update to libtool 2.2.6.
3651 * ltsugar.m4: Update to libtool 2.2.6.
3652 * ltversion.m4: Update to libtool 2.2.6.
3653 * ltoptions.m4: Update to libtool 2.2.6.
3654 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3655
3bbd2f8f
AL
36562008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3657
3658 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3659 (GCC_SHLIB_SUBDIR): New.
3660 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3661 * configure: Regenerate.
3662 * Makefile.in: Regenerate.
3663
b29d32ce
TG
36642008-08-28 Tristan Gingold <gingold@adacore.com>
3665
3666 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3667 Enable bfd, binutils and opcodes.
3668 * configure: Regenerate.
3669
c325a203
DD
36702008-08-16 Nicolas Roche <roche@adacore.com>
3671
3672 * Makefile.tpl: Add BOOT_ADAFLAGS.
3673 * Makefile.in: Regenerate.
3674
e7c8859c
RS
36752008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3676
3677 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3678 * configure: Regenerate.
3679
da888c87
PB
36802008-07-30 Paolo Bonzini <bonzini@gnu.org>
3681
3682 Sync with gcc:
3683 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3684
f7c83eac
AS
3685 * configure.ac: Add makefile fragments for hpux.
3686 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3687 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3688 * configure: Regenerate.
3689 * Makefile.in: Regenerate.
da888c87
PB
3690
3691 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3692
f7c83eac
AS
3693 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3694 * Makefile.in: Regenerate.
3695 * configure: Regenerate.
da888c87 3696
944982cf
ILT
36972008-06-18 Ian Lance Taylor <iant@google.com>
3698
662c6704
ILT
3699 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3700
944982cf
ILT
3701 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3702
7a283e07
RW
37032008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3704
3705 * configure: Regenerate.
3706
5b553f7e
RW
37072008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3708
3709 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3710 "$@" is still intact with both Autoconf 2.59 and 2.62.
3711 * configure: Regenerate.
3712
675492f0
RW
37132008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3714
3715 * Makefile.tpl: Fix comment errors.
3716 * Makefile.in: Regenerate.
3717
b018a5d1
JB
37182008-06-13 Julian Brown <julian@codesourcery.com>
3719
3720 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3721 of libobjc for ARM EABI Linux.
3722 * configure: Regenerate.
3723
310213e8
DE
37242008-06-12 David S. Miller <davem@davemloft.net>
3725 David Edelsohn <edelsohn@gnu.org>
3726
3727 * configure.ac: Add powerpc*-*-* to gold supported targets.
3728 * configure: Regenerate.
3729
6641ce42
JM
37302008-06-08 Joseph Myers <joseph@codesourcery.com>
3731
3732 PR tree-optimization/36218
3733 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3734 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3735 (all prefix="build-"): Pass them to build-system sub-makes.
3736 * Makefile.in: Regenerate.
3737
03c2f9e6
DJ
37382008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3739
3740 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3741 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3742 mkdep, and compile. Update comments.
3743 (ETC_SUPPORT): Add ChangeLog and update comments.
3744
4538db8b
ILT
37452008-05-11 Ian Lance Taylor <iant@google.com>
3746
3747 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3748
266df637
PB
37492008-04-18 Paolo Bonzini <bonzini@gnu.org>
3750
3751 Sync with gcc:
3752 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3753
3754 PR bootstrap/35457
3755 * configure.ac: Include override.m4.
3756 * configure: Regenerate.
3757
3758 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3759
f7c83eac
AS
3760 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3761 * Makefile.in: Regenerate.
266df637
PB
3762
3763 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3764
f7c83eac
AS
3765 * configure.ac: Do not build libssp for the AVR.
3766 * configure: Regenerate.
266df637 3767
a86a761e
NC
37682008-04-18 Nick Clifton <nickc@redhat.com>
3769
3770 * MAINTAINERS: Replace reference to configure.in with reference to
3771 configure.ac.
3772
52310858
NC
37732008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3774
f7c83eac 3775 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3776 as nonconfigurable directories list.
f7c83eac 3777 * configure: Regenerate.
52310858 3778
f5314dd5
DM
37792008-04-14 David S. Miller <davem@davemloft.net>
3780
3781 * configure.ac: Add sparc*-*-* to gold supported targets.
3782 * configure: Regenerate.
3783
e2208220
BE
37842008-04-14 Ben Elliston <bje@au.ibm.com>
3785
3786 * config.sub, config.guess: Update from upstream sources.
3787
0bb6ea20
HPN
37882008-04-12 Hans-Peter Nilsson <hp@axis.com>
3789
3790 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3791 * Makefile.in: Regenerate.
3792
e5164e97
ILT
37932008-04-07 Ian Lance Taylor <iant@google.com>
3794
3795 * Makefile.def: check-gold depends upon all-binutils.
3796 * Makefile.in: Regenerate.
3797
e33b51a6
NC
37982008-04-04 Nick Clifton <nickc@redhat.com>
3799
3800 PR binutils/4334
3801 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3802 builds.
3803 * configure: Regenerate.
3804
fc5df3ab
NC
38052008-04-04 NightStrike <NightStrike@gmail.com>
3806
3807 PR other/35151
f7c83eac
AS
3808 * configure.ac: Combine rules for mingw32 and mingw64.
3809 * configure: Regenerate.
fc5df3ab 3810
c779bab8
PB
38112008-03-27 Paolo Bonzini <bonzini@gnu.org>
3812
3813 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3814 * Makefile.in: Regenerate.
3815
93f9b408
ILT
38162008-03-20 Ian Lance Taylor <iant@google.com>
3817
3818 * configure.ac: Add support for --enable-gold.
3819 * Makefile.def: Add gold as a directory like ld.
3820 * configure, Makefile.in: Regenerate.
3821
5746fb46
AK
38222008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3823
3824 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3825 (s390_cond_extensions): Reduced extensions to the compare related.
3826 (main): z10 cpu type option added.
3827 (expandConditionalJump): Renamed to ...
3828 (insertExpandedMnemonic): ... this.
3829
3830 * opcodes/s390-opc.c: Re-group the operand format makros.
3831 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3832 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3833 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3834 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3835 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3836 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3837 INSTR_SIL_RDU): New instruction formats added.
3838 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3839 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3840 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3841 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3842 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3843 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3844 masks added.
3845 (s390_opformats): New formats added "ris", "rrs", "sil".
3846 * opcodes/s390-opc.txt: Add the conditional jumps with the
3847 extensions removed from automatic expansion in s390-mkopc.c manually.
3848 (asi - trtre): Add new System z10 EC instructions.
3849 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3850
58c85be7
RW
38512008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3852
3853 * configure.ac: m4_include config/proginstall.m4.
3854 * configure: Regenerate.
3855
78124051
RW
38562008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3857
3858 Backport from upstream Libtool:
f7c83eac 3859
78124051 3860 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3861
78124051
RW
3862 Deal with Autoconf 2.62's semantic change in m4_append.
3863 * ltsugar.m4 (lt_append): Replace broken versions of
3864 m4_append.
3865 (lt_if_append_uniq): Don't require separator to be overquoted,
3866 and avoid broken m4_append.
3867 (lt_dict_add): Fix typo.
3868 * libtool.m4 (_LT_DECL): Don't overquote separator.
3869
018f1bea
DE
38702008-03-13 David Edelsohn <edelsohn@gnu.org>
3871
3872 * config.rpath: Add AIX 6 support.
3873
5c5f596d
PB
38742008-03-13 Paolo Bonzini <bonzini@gnu.org>
3875
3876 * Makefile.def (stageprofile). Remove -fprofile-generate
3877 from stage_libcflags.
3878 * Makefile.in: Regenerate.
3879
a1f93a5e
BE
38802008-03-13 Ben Elliston <bje@au.ibm.com>
3881
3882 * config.sub, config.guess: Update from upstream sources.
3883
98c3d905
AK
38842008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3885
3886 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3887 * s390-opc.txt (cmpsc): Duplicate entry removed.
3888 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3889 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3890 fier, cu42, cu41): Fix operand format.
3891
7f6ef0c0
PB
38922008-02-20 Paolo Bonzini <bonzini@gnu.org>
3893
f7c83eac
AS
3894 PR bootstrap/32009
3895 PR bootstrap/32161
3896
3897 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3898 * configure: Regenerate.
3899
3900 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3901 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3902 STAGE4_LIBCFLAGS): New.
3903 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3904 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3905 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3906 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3907 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3908 for target modules. Don't export LIBCFLAGS.
3909 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3910 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3911 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3912 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3913 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3914 * Makefile.in: Regenerate.
7f6ef0c0 3915
eaf19029
PB
39162008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3917
3918 PR libgcj/33085
3919 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3920 Do not use -DDLL_EXPORT. Backport from upstream.
3921
680c43e9
NC
39222008-02-14 Nick Clifton <nickc@redhat.com>
3923
3924 Import this patch from gcc:
3925 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3926
3927 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3928
c72b1d96
HPN
39292008-02-02 Hans-Peter Nilsson <hp@axis.com>
3930
3931 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3932 * configure: Regenerate.
3933
8b66833e
BW
39342008-01-31 Marc Gauthier <marc@tensilica.com>
3935
3936 * configure.ac (xtensa*-*-*): Recognize processor variants.
3937 * configure: Regenerate.
3938
9cc8ae67
PB
39392008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3940
f7c83eac
AS
3941 PR bootstrap/34922
3942 * configure.ac (PARSE_ARGS): Push suitable setting of
3943 ac_subdirs_all, for `./configure --help=recursive'.
3944 Handle `+' in generic toplevel directory disabling.
3945 * configure: Regenerate.
9cc8ae67 3946
19090595
BE
39472008-01-23 Ben Elliston <bje@au.ibm.com>
3948
3949 * config.sub, config.guess: Update from upstream sources.
3950
9f1e7fd3
BE
39512008-01-08 Ben Elliston <bje@au.ibm.com>
3952
3953 * config.sub, config.guess: Update from upstream sources.
3954
2f959d61
JJ
39552007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3956
3957 * COPYING.LIBGLOSS: Update default copyright.
3958
aa054b85
JJ
39592007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3960
3961 * COPYING.NEWLIB: Update default copyright.
3962
57c53b2b
RS
39632007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3964
3965 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3966 Change recommended MPFR from 2.2.1 > 2.3.0.
3967 * configure: Regenerate.
3968
fee14b60
RS
39692007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3970
3971 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3972 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3973 * Makefile.in: Regenerate.
3974
c9b68031
DD
39752007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3976
3977 * configure.ac: Enable libjava for x86_64-*-darwin9.
3978 * configure: Regenerate.
3979
ad25e7d5
BE
39802007-12-05 Ben Elliston <bje@au.ibm.com>
3981
3982 * config.sub, config.guess: Update from upstream sources.
3983
6ac84f65
PB
39842007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3985
f7c83eac
AS
3986 * config-ml.in: Robustify against white space in absolute file
3987 names.
6ac84f65 3988
f7c83eac
AS
3989 * config-ml.in (multi-clean): Substitute ${Makefile}.
3990 Remove superfluous ${Makefile} in list.
6ac84f65 3991
7b3200f9
DJ
39922007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3993
3994 * Makefile.def (dependencies): Make configure-gdb depend on
3995 all-intl.
3996 * Makefile.in: Regenerated.
3997
2c133ff9
JJ
39982007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3999
4000 * Makefile.def: To avoid problems running with parallel makes,
4001 build newlib before libgloss so that target specific header
4002 files are availble.
4003 * Makefile.in: Regenerate.
4004
5074315a
DJ
40052007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4008 * Makefile.in: Regenerate.
4009
f5bc1778
DJ
40102007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4013 * libdecnumber: New directory, imported from GCC.
4014
c66487f8
NC
40152007-10-08 Mike Frysinger <vapier@gentoo.org>
4016
4017 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4018 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4019 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4020 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4021 * configure: Regenerate.
4022
b5714970
PB
40232007-10-01 Paolo Bonzini <bonzini@gnu.org>
4024
4025 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4026 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4027 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4028 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4029 * configure.ac: Default them to host tools for $host = $build.
4030 Subst them.
4031
4032 * configure: Regenerate.
4033 * Makefile.in: Regenerate.
4034
f3b1e08e
RS
40352007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4036
4037 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4038 * configure: Regenerate.
4039
cff87f51
DD
40402007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4041
4042 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4043 libstdc++.
4044 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4045 * configure: Regenerate.
4046 * Makefile.in: Regenerate.
f7c83eac 4047
625a61cd
AS
40482007-09-17 Andreas Schwab <schwab@suse.de>
4049
4050 * configure.ac: Raise minimum makeinfo version to 4.6.
4051 * configure: Regenerate.
4052
83a3a68b
AM
40532007-09-15 Alan Modra <amodra@bigpond.net.au>
4054
4055 * configure.ac: Correct makeinfo version check.
4056 * configure: Regenerate.
4057
5bd8be13
RS
40582007-09-14 Richard Sandiford <richard@codesourcery.com>
4059
4060 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4061 to $skipdirs and only disable gprof for newlib. Use the normal
4062 mips*-elf* handling in other respects.
4063 * configure: Regnerate.
4064
5566c1fa
DD
40652007-09-12 David Daney <ddaney@avtrex.com>
4066
4067 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4068 enabling libgcj.
4069 * configure: Regenerate.
4070
40712007-09-12 Richard Guenther <rguenther@suse.de>
4072
4073 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4074 nor --disable-checking is provided also turn on yes and types
4075 checking for stage1.
4076 * configure: Re-generate.
4077
a18e2996 40782007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4079
4080 PR target/33281
4081 * configure.ac: Use config/mh-mingw on mingw.
4082 * configure: Regenerate.
84e7906e 4083
691bb5a1
DD
40842007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4085
4086 PR other/32154
4087 * configure.ac: For libgloss targets, point the linker to the linker
4088 script, startup code and simulator library.
4089 * configure: Regenerate.
4090
6d18b86b
AH
40912007-09-09 Andrew Haley <aph@redhat.com>
4092
4093 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4094 target-libjava.
6d18b86b 4095
f00a3165 40962007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4097
f00a3165 4098 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4099
2abc4e65
BE
41002007-08-21 Richard Guenther <rguenther@suse.de>
4101
4102 * configure.ac: Add types checking to stage1 checking flags.
4103 * configure: Regenerate.
4104
8a6ee3ab 41052007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4106 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4107
4108 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4109 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4110 * Makefile.in: Regenerate.
4111 * configure.ac (--with-debug-prefix-map): New.
4112 * configure: Regenerate.
4113
429acdec
RS
41142007-08-17 Richard Sandiford <richard@codesourcery.com>
4115 Nigel Stephens <nigel@mips.com>
4116
429acdec
RS
4117 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4118 as target_makefile_frag.
4119 * configure: Regenerate.
4120
8520c408
AO
41212007-08-16 Alexandre Oliva <aoliva@redhat.com>
4122
4123 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4124 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4125 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4126 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4127 (do-compare, do-compare3, do-compare-debug): New.
4128 ([+compare-target+]): Use them.
4129
41302007-08-16 Alexandre Oliva <aoliva@redhat.com>
4131
4132 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4133 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4134 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4135 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4136 (do-compare, do-compare3, do-compare-debug): New.
4137 ([+compare-target+]): Use them.
4138
2444379b
BE
41392007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4140 Ben Elliston <bje@au.ibm.com>
4141
4142 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4143 --silent if $silent.
4144 * configure: Regenerate.
4145
d6f99447
DJ
41462007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4147
4148 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4149
bd0aa315
NC
41502007-07-17 Nick Clifton <nickc@redhat.com>
4151
4152 * COPYING3: New file. Contains version 3 of the GNU General
4153 Public License.
4154 * COPYING3.LIB: New file. Contains version 3 of the GNU
4155 Lesser General Public License.
4156
0ebe98fb
BS
41572007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4158
4159 * configure.ac: Fix my previous change to really match GCC.
4160 * configure: Regenerate.
4161
521ec477
DD
41622007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4163
4164 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4165 * configure: Regenerate.
4166
41672007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4168
4169 * configure.ac: Add some missing m4 quotation.
4170 * configure: Regenerate.
4171
0c24b341
NC
41722007-07-09 Kai Tietz <kai.tietz@onevision.com>
4173
f7c83eac
AS
4174 * Makefile.def: Add windmc tool to build.
4175 * Makefile.tpl: Likewise.
4176 * configure.ac: Likewise.
4177 * Makefile.in: Regenerate.
4178 * configure: Regenerate.
0c24b341 4179
a09314d0
L
41802007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4181
4182 * lt~obsolete.m4: New. Import from 20070318 libtool.
4183
7c3e1d12
BS
41842007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4185
4186 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4187 uclinux and linux-uclibc targets.
4188 * configure: Regenerate.
4189
a5b3b4dd
DD
41902007-06-28 DJ Delorie <dj@redhat.com>
4191
4192 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4193 not building newlib.
4194 * configure: Regenerated.
f7c83eac 4195
184d813c
DJ
41962007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 * src-release (DEVO_SUPPORT): Correct typos.
4199
31d99776
DJ
42002007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4201
4202 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4203 * Makefile.in: Regenerated.
4204
e00a73e3
PB
42052007-06-14 Paolo Bonzini <bonzini@gnu.org>
4206
f7c83eac
AS
4207 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4208 (distclean-stage[+id+]): Possibly delete stage_last.
4209 * Makefile.in: Regenerate.
e00a73e3 4210
98a1bbc5
BE
42112007-06-07 Ben Elliston <bje@au.ibm.com>
4212
4213 * config.sub, config.guess: Update from upstream sources.
4214
973601e1
BE
42152007-06-07 Ben Elliston <bje@au.ibm.com>
4216
4217 * Makefile.tpl: Fix spelling error.
4218 * Makefile.in: Regenerate.
4219
2038f525
PB
42202007-06-04 Paolo Bonzini <bonzini@gnu.org>
4221
4222 Sync with gcc:
4223 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4224
f7c83eac
AS
4225 PR bootstrap/29382
4226 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4227 * configure: Rebuilt.
2038f525 4228
f7c5c4b5
PB
42292007-06-01 Steve Ellcey <sje@cup.hp.com>
4230
12a64d4f
L
4231 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4232 lt_cv_sys_max_cmd_len.
f7c5c4b5 4233
7ad9660b
PB
42342007-05-31 Paolo Bonzini <bonzini@gnu.org>
4235
4236 * ltgcc.m4: Update from GCC.
4237
0e7ef45c
EC
42382007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4239
12a64d4f 4240 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4241
37ad9514
SE
42422007-05-24 Steve Ellcey <sje@cup.hp.com>
4243
4244 * ltmain.sh: Update from GCC.
4245 * libtool.m4: Update from GCC.
4246 * ltsugar.m4: New. Update from GCC.
4247 * ltversion.m4: New. Update from GCC.
4248 * ltoptions.m4: New. Update from GCC.
4249 * ltconfig: Remove.
4250 * ltcf-c.sh: Remove.
4251 * ltcf-cxx.sh: Remove.
4252 * ltcf-gcj.sh: Remove.
4253 * src-release: Update with new libtool file list.
4254
8ee82aff
PB
42552007-05-16 Paolo Bonzini <bonzini@gnu.org>
4256
4257 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4258 stage_cflags.
4259 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4260 Remove CFLAGS/LIBCFLAGS.
4261 (configure-stage[+id+]-[+prefix+][+module+],
4262 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4263 * Makefile.in: Regenerate.
4264
149cb58d
SE
42652007-04-14 Steve Ellcey <sje@cup.hp.com>
4266
4267 * config-ml.in: Update from GCC.
4268
91506736
DJ
42692007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4270
4271 * src-release (do-proto-toplev): Process the support directories before
4272 the tool directory.
4273
ffa8bd48
RS
42742007-03-21 Richard Sandiford <richard@codesourcery.com>
4275
4276 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4277 of glob. Quote arguments with single quotes too.
4278 * configure: Regenerate.
4279
a4fd3374
DD
42802007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4281
4282 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4283 * Makefile.in: Regenerate
4284
b8025f34
AS
42852007-03-07 Andreas Schwab <schwab@suse.de>
4286
4287 * configure: Regenerate.
4288
a3ca38d2
DD
42892007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4290
4291 * configure.ac: Add "--with-pdfdir" configure option,
4292 which defines pdfdir variable.
4293 * Makefile.def (target=fixincludes): Add install-pdf to
4294 missing targets.
4295 (recursive_targets): Add install-pdf target.
4296 (flags_to_pass): Add pdfdir.
4297 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4298 target.
4299 * configure: Regenerate
4300 * Makefile.in: Regenerate
4301
43022007-02-28 Eric Christopher <echristo@apple.com>
4303
4304 Revert:
4305 2006-12-07 Mike Stump <mrs@apple.com>
4306
4307 * Makefile.def (dependencies): Add dependency for
4308 install-target-libssp and install-target-libgomp on
4309 install-gcc.
4310 * Makefile.in: Regenerate.
4311
43122007-02-27 Matt Kraai <kraai@ftbfs.org>
4313
4314 * configure: Regenerate.
4315 * configure.ac: Move statements after variable declarations.
4316
a4708fba
JM
43172007-02-19 Joseph Myers <joseph@codesourcery.com>
4318
4319 * configure.ac: Adjust for loop syntax.
4320 * configure: Regenerate.
4321
9a819804
AO
43222007-02-18 Alexandre Oliva <aoliva@redhat.com>
4323
4324 * configure: Rebuilt.
4325
81ec575a
AO
43262007-02-18 Alexandre Oliva <aoliva@redhat.com>
4327
4328 * configure.ac: Drop multiple occurrences of --enable-languages,
4329 and fix its quoting.
4330 * configure: Rebuilt.
4331
92f01d61 43322007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4333 Nathan Sidwell <nathan@codesourcery.com>
4334 Vladimir Prus <vladimir@codesourcery.com
4335 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4336
4337 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4338 * configure: Regenerate.
4339
b1299c4e
DJ
43402007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4341
4342 * configure.ac (target_libraries): Move libgcc before libiberty.
4343 * configure: Regenerated.
4344
18f6b6ee
PB
43452007-02-13 Paolo Bonzini <bonzini@gnu.org>
4346
4347 * configure: Regenerate again?
4348
9c4e9f27
PB
43492007-02-13 Paolo Bonzini <bonzini@gnu.org>
4350
4351 * configure: Reapply PR30748 fix which was lost in the previous commit.
4352
24ff9987
DJ
43532007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4354 Paolo Bonzini <bonzini@gnu.org>
4355
4356 PR bootstrap/30753
4357 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4358 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4359 * configure: Regenerated.
4360
7df2cd5d
PB
43612007-02-10 Paolo Bonzini <bonzini@gnu.org>
4362
4363 * configure: Regenerate.
4364
b0aaa663
DJ
43652007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 PR bootstrap/30748
4368 * configure.ac: Correct syntax for Solaris ksh.
4369 * configure: Regenerated.
4370
a0323144
PB
43712007-02-09 Paolo Bonzini <bonzini@gnu.org>
4372
4373 * Makefile.def: Sync with GCC.
4374 * Makefile.tpl: Sync with GCC.
4375 * Makefile.in: Regenerate.
4376 * configure: Regenerate.
4377
c6b750e1
DJ
43782007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4379
4380 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4381 noncanonical equivalents.
4382 * configure.in: Rename to...
4383 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4384 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4385 target_noncanonical. Use them. Rewrite removal of configure
4386 arguments for autoconf 2.59. Discard variable settings. Force
4387 program_transform_name for native tools.
4388
4389 * Makefile.in: Regenerated.
4390 * configure: Regenerated with autoconf 2.59.
4391
4392 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4393
f3cd89f4
JJ
43942007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4395
4396 * COPYING.LIBGLOSS: Reformat default Red Hat
4397 license to fit within 80 columns.
4398 * COPYING.NEWLIB: Ditto.
4399
4e206d7e
DB
44002007-02-05 Dave Brolley <brolley@redhat.com>
4401
4402 * Contribute the following changes:
4403 2006-11-28 DJ Delorie <dj@redhat.com>
4404
4405 * configure.in: Fix typo for mep's target_makefile_frag.
4406 * configure: Regenerated.
4407
4408 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4409
4410 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4411 * configure: Regenerate.
4412
4413 2001-09-19 DJ Delorie <dj@redhat.com>
4414
4415 * configure.in (target_makefile_frag): use mt-mep
4416
4417 2001-06-12 Don Howard <dhoward@redhat.com>
4418
4419 * configure.in: Remove gdb from MeP skip list.
4420
4421 2001-04-05 DJ Delorie <dj@redhat.com>
4422
4423 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4424
4425 2001-03-20 Ben Elliston <bje@redhat.com>
4426
4427 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4428
4429 2001-03-19 Ben Elliston <bje@redhat.com>
4430
4431 * config.sub (mep, mep-*): Add.
4432
b2edfdd2
AS
44332007-01-31 Andreas Schwab <schwab@suse.de>
4434
4435 * Makefile.tpl (LDFLAGS): Substitute it.
4436 * Makefile.in: Regenerate.
4437
ceb92e78
PB
44382007-01-11 Paolo Bonzini <bonzini@gnu.org>
4439
4440 * configure.in: Change == to = in test command.
f7c83eac 4441 * configure: Regenerate.
ceb92e78 4442
4b900473 44432007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4444 Nick Clifton <nickc@redhat.com>
4445 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4446
4447 * configure.in (build_configargs, host_configargs, target_configargs):
4448 Remove build/host/target parameters.
4449 (host_libs): Add gmp and mpfr.
4450 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4451 * Makefile.def (gmp, mpfr): New.
4452 (gcc): Remove target.
4453 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4454 target_os, target_vendor): New.
4455 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4456 * configure: Regenerate.
4457 * Makefile.in: Regenerate.
4b900473
PB
4458
44592007-01-11 Matt Fago <fago@earthlink.net>
4460
4461 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4462 to improve robustness of configure tests.
4b900473
PB
4463 * configure: Regenerate.
4464
80f6dcbc
NC
44652007-01-08 Kai Tietz <kai.tietz@onevision.com>
4466
4467 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4468 * configure: Regenerate.
80f6dcbc 4469
f86e35b8
NC
44702007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * Makefile.tpl (all-target): Correct @if conditional for target
4473 modules.
4474 * configure.in: Omit libiberty if building only target libgcc.
4475 * configure, Makefile.in: Regenerated.
4476
79fcd0ec
PB
44772007-01-04 Paolo Bonzini <bonzini@gnu.org>
4478
4479 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4480 * configure: Regenerate.
4481
6aa8ef82
DJ
44822007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4483
4484 * Makefile.def (target_modules): Add libgcc.
4485 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4486 * Makefile.tpl (clean-target-libgcc): Delete.
4487 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4488 on gcc even for bootstrapped modules. Rewrite handling of
4489 lang_env_dependencies to loop over target_modules.
4490 * configure.in (target_libraries): Add target-libgcc.
4491 * Makefile.in, configure: Regenerated.
4492
9b134994
PB
44932006-12-29 Paolo Bonzini <bonzini@gnu.org>
4494
4495 Sync with gcc:
4496 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4497
f7c83eac
AS
4498 * configure.in: Reorganize recognition of languages. Add
4499 --enable-stage1-languages. Show supported languages for the chosen
4500 target rather than all recognized languages.
4501 * configure: Regenerate.
9b134994
PB
4502
4503 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4504
f7c83eac
AS
4505 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4506 * Makefile.in: Regenerate.
9b134994
PB
4507
4508 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4509
f7c83eac
AS
4510 * configure.in: Warn that MPFR 2.2.0 is buggy.
4511 * configure: Regenerate.
9b134994 4512
8cf39b1b
ILT
45132006-12-27 Ian Lance Taylor <iant@google.com>
4514
4515 * configure.in: When removing Makefiles to force a reconfigure, also
4516 remove prev-DIR*/Makefile.
4517 * configure: Regenerate.
4518
ebff6cd5
KH
45192006-12-23 Kazu Hirata <kazu@codesourcery.com>
4520
4521 * config.bfd: Recognize fido.
4522
8a0d8a5c
PB
45232006-12-19 Paolo Bonzini <bonzini@gnu.org>
4524
4525 Sync with gcc:
4526
4527 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4528
4529 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4530 it only affects bootstrap and could be tested on "$host" as well.
4531 * configure: Regenerate.
4532 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4533
4534 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4535
4536 PR bootstrap/29544
4537 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4538 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4539 move here comment from Makefile.tpl.
4540 * Makefile.tpl: Move some definitions higher in the file.
4541 (STAGE1_CHECKING): New.
4542 * configure.in: Add --enable-stage1-checking.
4543 * configure: Regenerate.
4544 * Makefile.in: Regenerate.
4545
4546 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4547
4548 * configure.in: Update error message for missing GMP/MPFR.
4549
4550 * configure: Regenerate.
4551
4552 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4553
4554 * configure.in: Update MPFR version in error message.
4555
4556 * configure: Regenerate.
4557
4558 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4559
4560 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4561 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4562 --with-gmp-lib): New flags.
4563
4564 * configure: Regenerate.
4565
790c0838
AM
45662006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4567
4568 PR bootstrap/30134
4569 * configure.in: Correct x86 darwin support for libjava to powerpc
4570 and i?86 only.
4571 * configure: Regenerate.
4572
77d7106f
AM
45732006-12-11 Alan Modra <amodra@bigpond.net.au>
4574
4575 * configure.in: Handle spu makefile frag.
77d7106f
AM
4576 * Makefile.tpl (MAINT): Define
4577 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4578 * configure: Regenerate.
4579 * Makefile.in: Regenerate.
4580
0cfa5389
BE
45812006-12-11 Ben Elliston <bje@au.ibm.com>
4582
4583 * config.sub, config.guess: Update from upstream sources.
4584
2839fe5d
BE
45852006-12-11 Ben Elliston <bje@au.ibm.com>
4586
4587 * configure.in: Sync with GCC (spu-*-*).
4588 * configure: Sync with GCC.
4589
b897f5d4
MS
45902006-12-07 Mike Stump <mrs@apple.com>
4591
4592 * Makefile.def (dependencies): Add dependency for
4593 install-target-libssp and install-target-libgomp on
4594 install-gcc.
4595 * Makefile.in: Regenerate.
4596
9daf3993
PB
45972006-11-16 Paolo Bonzini <bonzini@gnu.org>
4598
4599 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4600 (unstage): Test for stage_last presence.
4601
4602 PR bootstrap/29802
4603 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4604 * Makefile.in: Regenerate.
4605
9dbaa842
DD
46062006-11-14 DJ Delorie <dj@redhat.com>
4607
4608 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4609 * Makefile.in: Sync with GCC.
4610 * configure.in: Sync with GCC (mpfr, gmp).
4611 * configure: Sync with GCC.
4612
b0cbce8d
JJ
46132006-11-08 Jie Zhang <jie.zhang@analog.com>
4614
4615 * configure.in: Remove target-libgloss from noconfigdirs for
4616 bfin-*-*.
4617 * configure: Regenerated.
4618
44330a94
JJ
46192006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4620
4621 * COPYING.NEWLIB: Add spu license.
7de05dd5 4622 * COPYING.LIBGLOSS: Ditto.
44330a94 4623
56a8fe78
DD
46242006-10-17 Brooks Moses <bmoses@stanford.edu>
4625
4626 * Makefile.def: Added pdf target handling.
4627 * Makefile.tpl: Added pdf target handling.
4628 * Makefile.in: Regenerated.
4629
fbb00ad0
JJ
46302006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4631
4632 * COPYING.NEWLIB: Updated.
4633 * COPYING.LIBGLOSS: Ditto.
4634
6b89cc21
DB
46352006-09-27 Dave Brolley <brolley@redhat.com>
4636
4637 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4638 $s instead of $r.
4639 * configure: Regenerated.
4640
17bcf627
BE
46412006-09-26 Ben Elliston <bje@au.ibm.com>
4642
4643 * config.sub, config.guess: Update from upstream sources.
4644
f3529cf1
TS
46452006-09-20 Thiemo Seufer <ths@mips.com>
4646
4647 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4648 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4649 * configure: Regenerate.
4650
45055374
CV
46512006-08-30 Corinna Vinschen <corinna@vinschen.de>
4652
4653 * configure.in: Never build newlib for a Mingw host.
4654 Never build newlib as Mingw target library.
4655 Test the existence of winsup/cygwin for building a Cygwin newlib,
4656 rather than just winsup.
4657 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4658 building a Mingw target.
4659 * configure: Regenerate.
4660
4be041b2 46612006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4662 Nigel Stephens <nigel@mips.com>
4663 David Ung <davidu@mips.com>
4be041b2
TS
4664
4665 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4666
1d89b610
PB
46672006-07-25 Paolo Bonzini <bonzini@gnu.org>
4668
4669 Sync from GCC:
4670 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4671
f7c83eac
AS
4672 PR bootstrap/18058
4673 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4674 if the bootstrap compiler is a GCC version that supports it.
4675 * configure: Regenerate.
1d89b610 4676
66a79c16
DJ
46772006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4678
4679 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4680 * configure: Regenerated.
4681
c1cb7e02
PB
46822006-07-18 Paolo Bonzini <bonzini@gnu.org>
4683
f7c83eac
AS
4684 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4685 for stages after the first.
c1cb7e02 4686
7206a0ee
JJ
46872006-07-17 Jakub Jelinek <jakub@redhat.com>
4688
4689 * Makefile.def: Add dependencies for configure-opcodes
4690 on configure-intl and all-opcodes on all-intl.
4691 * Makefile.in: Regenerated.
4692
6816f995
AO
46932006-07-04 Peter O'Gorman <peter@pogma.com>
4694
4695 * ltconfig: chmod 644 before ranlib during install.
4696
3d3adb43
PB
46972006-07-03 Paolo Bonzini <bonzini@gnu.org>
4698
1f3f1bbf 4699 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4700 * configure: Regenerate.
4701
64ce424c
PB
47022006-07-03 Paolo Bonzini <bonzini@gnu.org>
4703
4704 Sync from gcc:
4705
4706 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4707
4708 PR other/27063
4709 * configure.in: Test subdir_requires and give an appropriate
4710 error message.
4711 * configure: Regenerate.
4712
4713 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4714
4715 PR target/27540
4716 * configure.in: Only enable libgomp on IRIX 6.
4717 * configure: Regenerate.
4718
d42c4017
DA
47192006-06-20 David Ayers <d.ayers@inode.at>
4720
4721 PR bootstrap/28072
4722 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4723 whether target-libjava is being configured instead of whether the
4724 java front end is enabled.
4725 * configure: Regenerate.
0e7ef45c 4726
4962c51a
MS
47272006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4728
4729 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4730 to R_ARM_LDC_SB_G{0,1,2} respectively.
4731
caee866a
PB
47322006-06-15 Paolo Bonzini <bonzini@gnu.org>
4733
4734 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4735 too.
4736 * Makefile.in: Regenerate.
4737
363ef840
DA
47382006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4739
4740 Sync from gcc:
4741
4742 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4743 * configure.in: Don't enable libgomp on hpux10.
4744 * configure: Rebuilt.
4745
54d1c879
DA
47462006-06-13 David Ayers <d.ayers@inode.at>
4747
4748 Sync from gcc:
4749
4750 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4751
54d1c879
DA
4752 PR bootstrap/27963
4753 PR target/19970
0e7ef45c 4754 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4755 ${libgcj} is specified.
4756 * configure: Regenerate.
0e7ef45c 4757
a4d8b690
JJ
47582006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4759
4760 Sync from gcc:
4761
4762 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4763 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4764
4765 PR bootstrap/18033
4766 * config-ml.in: Eval option if surrounded by single quotes.
4767
4f0ef2d8
CD
47682006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4769
4770 Sync from gcc:
0e7ef45c 4771
4f0ef2d8 4772 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4773
4f0ef2d8
CD
4774 PR libobjc/13946
4775 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4776 * Makefile.in: Regenerate.
4777 * configure.in: Add --enable-objc-gc at toplevel and have it
4778 enable boehm-gc for Objective-C.
4779 Remove target-boehm-gc from libgcj.
4780 Add target-boehm-gc to target_libraries.
4781 Add target-boehm-gc to noconfigdirs where ${libgcj}
4782 is specified.
4783 Assert that boehm-gc is supported when requested for Objective-C.
4784 Only build boehm-gc if needed either for Java or Objective-C.
4785 * configure: Regenerate.
4786
4787 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4788
4f0ef2d8
CD
4789 PR 27674
4790 * Makefile.tpl (configure-[+prefix+][+module+],
4791 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4792 Remove rule to unstage bootstrapped modules.
4793 (stage_current): New.
4794 * Makefile.in: Regenerate.
4795
4796 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4797 Andreas Tobler <a.tobler@schweiz.ch>
4798
4799 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4800 * configure: Rebuilt.
4801
4802 Revert
4803 2006-01-31 Richard Guenther <rguenther@suse.de>
4804 Paolo Bonzini <bonzini@gnu.org>
4805
4806 * Makefile.def (target_modules): Add libgcc-math target module.
4807 * configure.in (target_libraries): Add libgcc-math target library.
4808 (--enable-libgcc-math): New configure switch.
4809 * Makefile.in: Re-generate.
4810 * configure: Re-generate.
4811
c17b816b
JJ
48122006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4813
4814 * config-ml.in: Alter CCASFLAGS to include special
4815 multilib options the same as is done for CFLAGS.
4816
20e95c23
DJ
48172006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4818
4819 * Makefile.def: Added dependencies from sim and gdb on intl, and
4820 added configure dependencies to everything with an all dependency
4821 on intl.
4822 * gettext.m4: Removed.
4823 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4824 (GDB_SUPPORT_DIRS): Add intl.
4825 * Makefile.in: Regenerated.
4826
4bd8ad80
DJ
48272006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4828
4829 * src-release (DEVO_SUPPORT): Add config.rpath.
4830
c380fdd8
PB
48312006-05-25 Paolo Bonzini <bonzini@gnu.org>
4832
4833 * Makefile.def (bfd, opcodes): Fix lib_path.
4834 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4835 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4836 * Makefile.in: Regenerate.
4837
701628f5
MS
48382006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4839
4840 * configure.in: Enable gprof for cross builds.
4841 * configure: Regenerate.
4842
25aae7f2
DJ
48432006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 * src-release (MAKEINFOFLAGS): Define.
4846 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4847
ea3d1626
BE
48482006-05-14 Ben Elliston <bje@au.ibm.com>
4849
4850 * config.sub, config.guess: Update from upstream sources.
4851
49b9e644
BE
48522006-05-12 Ben Elliston <bje@au.ibm.com>
4853
4854 * config.sub, config.guess: Update from upstream sources.
4855
482dd2f6
DJ
48562006-05-04 Steve Ellcey <sje@cup.hp.com>
4857
4858 * blt, iwidgets, mmalloc: Remove directories.
4859
8b01a5c2
DD
48602006-05-01 DJ Delorie <dj@redhat.com>
4861
641a3af4 4862 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4863 * configure: Regenerate.
4864
a481dbb7
DD
48652006-04-18 DJ Delorie <dj@redhat.com>
4866
4867 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4868 reference libgloss so that libssp can be built in a combined
4869 tree.
4870 * configure: Regenerate.
4871
962c9e74
BE
48722006-04-10 Ben Elliston <bje@au.ibm.com>
4873
4874 * contrib: Remove directory.
4875
108a6f8e
CD
48762006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4877
4878 * Makefile.tpl: Add install-html target.
4879 * Makefile.def: Add install-html target.
4880 * Makefile.in: Regenerate.
4881 * configure.in: Add --with-datarootdir, --with-docdir,
4882 and --with-htmldir options.
4883 * configure: Regenerate.
4884
a4ef73e9
BE
48852006-03-31 Ben Elliston <bje@au.ibm.com>
4886
4887 PR binutils/1860
4888 * configure.in: Require makeinfo 4.4 or higher.
4889 * configure: Regenerate.
4890
b37df25a
PB
48912006-03-14 Paolo Bonzini <bonzini@gnu.org>
4892
4893 * Makefile.in: Regenerate.
4894
a6df5a19
PB
48952006-03-14 Paolo Bonzini <bonzini@gnu.org>
4896
4897 Sync with gcc:
4898 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4899
f7c83eac
AS
4900 * configure.in: Handle --disable-<component> generically.
4901 * configure: Regenerate.
a6df5a19
PB
4902
4903 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4904
f7c83eac
AS
4905 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4906 (TARGET_CONFIGDIRS): Remove.
4907 * configure.in: Remove AC_SUBST(target_configdirs).
4908 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4909
4910
65419985
L
49112006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4912
4913 PR libgcj/17311
4914 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4915
c52c6897
PB
49162006-02-20 Paolo Bonzini <bonzini@gnu.org>
4917
4918 PR bootstrap/25670
4919
4920 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4921
4922 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4923 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4924 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4925 BUILD_PREFIX, BUILD_PREFIX_1.
4926 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4927
4928 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4929 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4930
4931 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4932 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4933 of `cat stage_current`. Always provide the `r' and `s' variables.
4934 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4935 a single shell execution.
4936 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4937 bootstrapped modules, make the stage1 module if the build was not
4938 started yet, else build the current stage.
4939 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4940 (all-build, all-host, all-target, [+make_target+]-host,
4941 [+make_target+]-target): Do not use \-continued lines.
4942 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4943 (current_stage, restrap, stage_last): New.
4944
4945 * Makefile.in: Regenerate.
4946 * configure: Regenerate.
4947
b3ded179
PB
49482006-02-14 Paolo Bonzini <bonzini@gnu.org>
4949
4950 Sync from gcc:
4951
4952 2006-01-31 Richard Guenther <rguenther@suse.de>
4953 Paolo Bonzini <bonzini@gnu.org>
4954
f7c83eac
AS
4955 * Makefile.def (target_modules): Add libgcc-math target module.
4956 * configure.in (target_libraries): Add libgcc-math target library.
4957 (--enable-libgcc-math): New configure switch.
4958 * Makefile.in: Re-generate.
4959 * configure: Re-generate.
4960 * libgcc-math: New toplevel directory.
b3ded179
PB
4961
4962 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4963 Jakub Jelinek <jakub@redhat.com>
4964 Diego Novillo <dnovillo@redhat.com>
b3ded179 4965
f7c83eac
AS
4966 * libgomp: New directory.
4967 * Makefile.def: Add target_module libgomp.
4968 * Makefile.in: Regenerate.
4969 * configure.in (target_libraries): Add target-libgomp.
4970 * configure: Regenerate.
b3ded179 4971
3a35eeb3
PB
49722006-02-14 Paolo Bonzini <bonzini@gnu.org>
4973 Andreas Schwab <schwab@suse.de>
0e7ef45c 4974
3a35eeb3
PB
4975 * configure: Regenerate.
4976
2429c060
PB
49772006-01-16 Paolo Bonzini <bonzini@gnu.org>
4978
4979 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4980 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4981 the assembler, linker and binutils.
4982 * configure: Regenerate.
4983
ec49b2b8
NC
49842006-01-16 Nick Clifton <nickc@redhat.com>
4985
49b9e644 4986 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4987
44b2308f
AO
49882006-01-05 Alexandre Oliva <aoliva@redhat.com>
4989
4990 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4991 @ from continuation.
4992 * Makefile.in: Rebuilt.
4993
80911fe1
PB
49942006-01-04 Paolo Bonzini <bonzini@gnu.org>
4995
4996 Sync from gcc:
4997
4998 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4999
f7c83eac 5000 PR bootstrap/24252
80911fe1 5001
f7c83eac
AS
5002 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5003 * Makefile.tpl (OBJDUMP): New.
5004 (EXTRA_HOST_FLAGS): Add it.
5005 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5006
f7c83eac
AS
5007 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5008 to use symbolic links between directories. Avoid race conditions
5009 or make them harmless.
5010 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5011
f7c83eac
AS
5012 * Makefile.def (LEAN): Pass.
5013 * Makefile.tpl (LEAN): Define.
5014 (stage[+id+]-start): Accept that the previous directory does not
5015 exist, if the bootstrap is lean.
5016 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5017 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5018 configure substitution.
5019 ([+compare-target+]): Likewise.
5020 ([+bootstrap-target+]-lean): New.
5021 * configure.in: Remove lean bootstrap support from here.
80911fe1 5022
f7c83eac
AS
5023 * Makefile.in: Regenerate.
5024 * configure: Regenerate.
80911fe1
PB
5025
5026 2006-01-02 Andreas Schwab <schwab@suse.de>
5027
f7c83eac
AS
5028 * configure.in: When reconfiguring remove Makefile in
5029 all stage directories.
5030 * configure: Regenerate.
80911fe1 5031
b59bea8a
NC
50322005-12-27 Leif Ekblad <leif@rdos.net>
5033
5034 * configure.in: Add support for RDOS target.
5035 * configure: Regenerate.
5036
d7730bac
NC
50372005-12-27 Nick Clifton <nickc@redhat.com>
5038
5039 PR binutils/1990
5040 * libtool.m4: Synchronize with version in GCC sources.
5041
c02dabc3
PB
50422005-12-20 Paolo Bonzini <bonzini@gnu.org>
5043
f7c83eac 5044 Revert Ada-related part of the previous change.
c02dabc3 5045
f7c83eac
AS
5046 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5047 Do not pass.
5048 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5049 * Makefile.in: Regenerate.
5050 * configure.in: Do not include mt-ppc-aix target fragment.
5051 * configure: Regenerate.
c02dabc3 5052
f6d183c0
PB
50532005-12-19 Paolo Bonzini <bonzini@gnu.org>
5054
5055 * configure.in: Select appropriate fragments for PowerPC/AIX.
5056 * configure: Regenerate.
5057
5058 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5059 BOOT_CFLAGS, BOOT_LDFLAGS.
5060 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5061 BOOT_CFLAGS, BOOT_LDFLAGS.
5062 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5063 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5064 (stage): Fail if we cannot complete the work.
5065 * Makefile.in: Regenerate.
5066
f29759fc
JJ
50672005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5068
5069 * COPYING.NEWLIB: Update copyright year for default
5070 copyright.
5071
1f054001
PB
50722005-12-15 Paolo Bonzini <bonzini@gnu.org>
5073
5074 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5075 install-host-nogcc): Don't invoke $(stage) at the end.
5076 * Makefile.in: Regenerate.
5077
0aed8855
PB
50782005-12-14 Paolo Bonzini <bonzini@gnu.org>
5079
5080 * configure.in: Flip the top-level bootstrap switch.
5081 * configure: Regenerate.
5082
5083 Merge from gcc:
5084
5085 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5086
f7c83eac
AS
5087 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5088 $(stage) and $(unstage).
5089 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5090 (all): Remove stray semicolon.
5091 (local-distclean): Don't handle multilib.tmp and multilib.out.
5092 (install.all): Set $s for consistency.
5093 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5094 check_multilibs setting. Always make the install directory.
5095 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5096 Correct @if/@endif.
5097 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5098 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5099 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5100 (multilib.out): Remove.
5101 * Makefile.in: Regenerated.
0aed8855
PB
5102
51032005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5104
5105 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5106 * configure.in: Replace ms1 arch with mt.
5107 * configure: Rebuilt.
5108
51092005-12-05 Paolo Bonzini <bonzini@gnu.org>
5110
5111 Sync with gcc:
5112
4970f871
NS
51132005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5114
5115 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5116 * configure.in: Replace ms1 arch with mt.
5117 * configure: Rebuilt.
5118
be01d343
PB
51192005-12-05 Paolo Bonzini <bonzini@gnu.org>
5120
5121 Sync with gcc:
5122
5123 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5124
f7c83eac
AS
5125 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5126 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5127 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5128 Find in-tree tools if available.
5129 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5130 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5131 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5132 (COMPILER_*_FOR_TARGET): New.
5133 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5134 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5135 (CONFIGURED_*, USUAL_*): Remove.
5136 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5137 STRIP): Use autoconf substitutions.
5138 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5139 COMPILER_NM_FOR_TARGET): New.
5140 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5141
5142 (all): Make all-host and all-target in parallel.
5143 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5144 that $$r and $$s are set before invoking a recursive make.
5145 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5146 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5147
5148 2005-11-29 Ben Elliston <bje@au.ibm.com>
5149
f7c83eac
AS
5150 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5151 from the gcc build directory.
5152 * Makefile.in: Regenerate.
be01d343
PB
5153
5154 2005-11-29 Ben Elliston <bje@au.ibm.com>
5155
f7c83eac
AS
5156 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5157 depend on all-libdecnumber.
5158 * configure.in (host_libs): Include libdecnumber.
5159 * Makefile.in: Regenerate.
5160 * configure: Likewise.
be01d343
PB
5161
5162 2005-11-21 Kean Johnston <jkj@sco.com>
5163
f7c83eac 5164 * config.sub, config.guess: Sync from upstream sources.
be01d343 5165
907be67c
DJ
51662005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * Makefile.def: Remove gdb dependencies for gdbtk.
5169 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5170 (configure-gdb, install-gdb): New rules.
5171 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5172 * Makefile.in, configure: Regenerated.
5173
e360f423
PB
51742005-10-22 Paolo Bonzini <bonzini@gnu.org>
5175
5176 PR bootstrap/24297
5177 * Makefile.tpl (do-[+make-target+], do-check, install,
5178 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5179 are set before recursing.
5180 * Makefile.in: Regenerate.
5181
45d5eb0a
EB
51822005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5183
5184 PR bootstrap/18939
5185 * Makefile.def (gcc) <target>: Fix thinko.
5186 * Makefile.in: Regenerate.
5187
3cf3372e
BS
51882005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5189
5190 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5191 * configure: Regenerate.
5192
bd70a46f
KH
51932005-10-09 Kazu Hirata <kazu@codesourcery.com>
5194
5195 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5196 target-libffi, target-qthreads, target-libjava, and
5197 targetlibobjc.
5198 * configure: Regenerate.
5199
5ae72758
DJ
52002005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5201
5202 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5203 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5204 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5205 (USUAL_OBJDUMP_FOR_TARGET): New.
5206 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5207 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5208 * configure, Makefile.in: Regenerated.
5ae72758 5209
cc96343e
PB
52102005-10-05 Paolo Bonzini <bonzini@gnu.org>
5211
5212 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5213 before other host packages.
5214
f70224b5
PB
52152005-10-05 Paolo Bonzini <bonzini@gnu.org>
5216
5217 PR bootstrap/22340
5218
5219 * configure.in (default_target): Remove.
5220 * Makefile.tpl (all): Do not use prerequisites as subroutines
5221 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5222 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5223 use prerequisites as subroutines.
5224 (check-host, check-target): New.
5225 (bootstrap configure & all targets): Do not use stage*-start
5226 if the directory layout is already ok.
5227 (non-bootstrap configure & all targets): Prepend a $(unstage).
5228 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5229 (NOTPARALLEL): Remove.
5230 (unstage, stage variables): New variables.
5231 (unstage, stage targets): Simply expand to those variables.
5232
5233 * configure: Regenerate.
5234 * Makefile.in: Regenerate.
5235
c13c918a
JW
52362005-10-04 James E Wilson <wilson@specifix.com>
5237
5238 * Makefile.def (lang_env_dependencies): Add libmudflap.
5239 * Makefile.in: Regenerate.
5240
376a0e54
CM
52412005-10-03 Catherine Moore <clm@cm00re.com>
5242
5243 * configure.in (bfin-*-*): Support bfin.
5244 * configure: Regenerated.
5245
d320aacb
L
52462005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5247
5248 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5249 * configure: Regenerated.
5250
7e0f7140
GK
52512005-09-28 Geoffrey Keating <geoffk@apple.com>
5252
5253 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5254 (LIPO_FOR_TARGET): New.
5255 (CONFIGURED_LIPO_FOR_TARGET): New.
5256 (USUAL_LIPO_FOR_TARGET): New.
5257 (STRIP_FOR_TARGET): New.
5258 (CONFIGURED_STRIP_FOR_TARGET): New.
5259 (USUAL_STRIP_FOR_TARGET): New.
5260 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5261 STRIP_FOR_TARGET.
5262 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5263 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5264 * Makefile.in: Regenerate.
5265 * configure: Regenerate.
0e7ef45c 5266
096f7d00
DE
52672005-09-19 David Edelsohn <edelsohn@gnu.org>
5268
5269 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5270 (rs6000-*-aix*): Same.
5271 * configure: Regenerate.
5272
52732005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5274
5275 * configure.in: Recognize f95 in the --enable-languages option,
5276 and substitute it for fortran, issuing a warning.
5277 * configure: Regenerate.
5278
2016dfcc
BE
52792005-09-07 Ben Elliston <bje@au.ibm.com>
5280
5281 Import from Autoconf sources:
5282
5283 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5284 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5285 Elliston. Handle weird characters correctly.
5286
6dd2fda9
DD
52872005-08-30 Phil Edwards <phil@codesourcery.com>
5288
5289 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5290 * configure: Regenerated.
5291
e6db70d4
RE
52922005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5293
f7c83eac
AS
5294 * Makefile.def (libssp): Add to lang_env_dependencies.
5295 * Makefile.in: Regenerate.
e6db70d4 5296
e1e3d0f5
CG
52972005-08-17 Christian Groessler <chris@groessler.org>
5298
5299 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5300 * Makefile.in: Regenerate.
5301
05cbd757
PB
53022005-08-12 Paolo Bonzini <bonzini@gnu.org>
5303
5304 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5305 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5306 Look for alternate names of the target cc and c++
5307 * configure: Regenerate.
5308
55db4b87
PB
53092005-08-08 Paolo Bonzini <bonzini@gnu.org>
5310
5311 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5312 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5313 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5314 tools; remove code to manually set them.
5315 (Target tools): Look in the environment for them.
5316 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5317 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5318 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5319 build directory.
5320 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5321 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5322 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5323 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5324 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5325 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5326 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5327 * configure: Regenerate.
5328 * Makefile.in: Regenerate.
5329
414e5532
MM
53302005-07-27 Mark Mitchell <mark@codesourcery.com>
5331
5332 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5333 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5334 * Makefile.in: Regenerated.
5335
a19b6204
MM
53362005-07-26 Mark Mitchell <mark@codesourcery.com>
5337
5338 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5339 (CFLAGS_FOR_TARGET): Use it.
5340 (CXXFLAGS_FOR_TARGET): Likewise.
5341 * Makefile.in: Regenerated.
5342 * configure.in (--with-build-sysroot): New option.
5343 * configure: Regenerated.
5344
b73aa406
PB
53452005-07-24 Paolo Bonzini <bonzini@gnu.org>
5346
5347 * Makefile.tpl: Wrap install between unstage and stage
5348 * Makefile.in: Regenerate.
5349
6e4d0bcb
KC
53502005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5351
5352 * all files: Update FSF address.
5353
49f58d10
JB
53542005-07-14 Jim Blandy <jimb@redhat.com>
5355
5356 * configure.in: Add cases for Renesas m32c.
5357 * configure: Regenerated.
0e7ef45c 5358
1d9c9cd7
KC
53592005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5360
5361 * COPYING, compile, config-ml.in, config.guess,
5362 config.sub, install-sh, missing, mkinstalldirs,
5363 symlink-tree, ylwrap: Sync from upstream sources.
5364
1587117a
EC
53652005-07-13 Eric Christopher <echristo@redhat.com>
5366
5367 * configure.in: Add toplevel noconfigdir support for tpf.
5368 * configure: Regenerate.
5369
bb780410
DD
53702005-07-11 Jakub Jelinek <jakub@redhat.com>
5371
5372 * Makefile.def (target_modules): Add libssp.
5373 * configure.in (target_libraries): Add target-libssp.
5374 * configure: Rebuilt.
5375 * Makefile.in: Rebuilt.
5376
064d0a7c
PB
53772005-07-11 Paolo Bonzini <bonzini@gnu.org>
5378
5379 PR ada/22340
5380
5381 * Makefile.def: Sync with gcc.
5382 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5383 * Makefile.in: Regenerate.
5384
b2edd3b5
AS
53852005-07-07 Andreas Schwab <schwab@suse.de>
5386
5387 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5388 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5389 * Makefile.in: Regenerated.
5390
5f128533
KH
53912005-07-07 Kazu Hirata <kazu@codesourcery.com>
5392
5393 * configure.in: Add --enable-libssp and --disable-libssp.
5394 * configure: Regenerate with autoconf-2.13.
5395
4e3fc8e5
GK
53962005-07-06 Geoffrey Keating <geoffk@apple.com>
5397
5398 * configure.in: Don't build sim or rda when targetting darwin.
5399 * configure: Regenerate.
5400
c7357d6a
BE
54012005-07-04 Ben Elliston <bje@gnu.org>
5402
5403 * src-release (do-proto-toplev): Remove dejagnu bits.
5404 (DEJAGNU_SUPPORT_DIRS): Remove.
5405 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5406 (GDBD_SUPPORT_DIRS): Likewise.
5407 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5408 (INSIGHTD_SUPPORT_DIRS): Likewise.
5409 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5410
54112005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5412
5413 * setup.com (mpw): Remove unused directive.
5414
7d329e61
PB
54152005-06-22 Paolo Bonzini <bonzini@gnu.org>
5416
5417 * Makefile.def (stagefeedback): Come after profile.
5418 Define profiledbootstrap target.
5419 * Makefile.tpl (profiledbootstrap): Remove.
5420 (stageprofile-end): Zap stagefeedback.
5421 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5422 * Makefile.in: Regenerate.
5423
e5fbed21
DD
54242005-06-13 Zack Weinberg <zack@codesourcery.com>
5425
5426 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5427 In 'cpp' stanza, support '#line' as well as '# '.
5428
59f7ec45
HPN
54292005-06-07 Hans-Peter Nilsson <hp@axis.com>
5430
5431 * configure.in (unsupported_languages): New macro.
5432 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5433 non-ported target libraries in noconfigdirs.
5434 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5435 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5436 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5437 unsupported_languages.
5438 * configure: Regenerate.
5439
c10e9ba7
DD
54402005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5441
5442 * configure.in: Fix typo in handling of --with-mpfr-dir.
5443 * configure: Regenerate.
5444
20deb2b8
JB
54452005-06-02 Jim Blandy <jimb@redhat.com>
5446
5447 * config.sub: Add cases for the Renesas m32c. (This patch has been
5448 accepted into the master sources.)
5449
cdb9b172 54502005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5451 Michael Snyder <msnyder@redhat.com>
5452 Stan Cox <scox@redhat.com>
cdb9b172 5453
f7c83eac 5454 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5455
f7c83eac 5456 * configure: Regenerate.
cdb9b172 5457
1dc3053f
PB
54582005-05-25 Paolo Bonzini <bonzini@gnu.org>
5459
5460 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5461 (Dependencies): Consider target modules for bootstrap dependencies.
5462 Make target bootstrap modules depend on each stage's gcc.
5463 * Makefile.in: Regenerate.
5464
c60fe18b
PB
54652005-05-20 Paolo Bonzini <bonzini@gnu.org>
5466
5467 * Makefile.def (configure-gcc): Depend on binutils having been built.
5468 (all-gcc): No need to do it here.
5469 * Makefile.in: Regenerate.
5470
27258dd4
PB
54712005-05-19 Paul Brook <paul@codesourcery.com>
5472
0e7ef45c 5473 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5474 language cannot be built.
5475 * configure: Regenerate.
5476
42ecbf5e
DJ
54772005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5478
5479 * ylwrap: Import from Automake 1.9.5.
5480
ae380b45
MS
54812005-05-04 Mike Stump <mrs@apple.com>
5482
5483 * configure.in: Always pass --target to target configures as
5484 otherwise rebuilds that do --recheck will fail.
811d3af8 5485 * configure: Rebuilt.
ae380b45 5486
d545f33b
PB
54872005-05-04 Paolo Bonzini <bonzini@gnu.org>
5488
5489 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5490 STAGE_HOST_EXPORTS.
5491 (configure, all): Add bootstrap support.
5492 (Host modules, target modules): Pass post-stage1 flags and exports.
5493 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5494 * Makefile.in: Regenerate.
5495
2faa2958
PB
54962005-04-29 Paolo Bonzini <bonzini@gnu.org>
5497
5498 Sync from gcc:
5499
5500 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5501
f7c83eac 5502 * config.sub: Update from master copy.
2faa2958
PB
5503
5504 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5505
f7c83eac
AS
5506 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5507 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5508 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5509 "*-*-elf" and "*-*-linux*".
5510 * configure: Regenerate.
2faa2958 5511
a7254363
PB
55122005-04-06 Paolo Bonzini <bonzini@gnu.org>
5513
f7c83eac 5514 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5515 (TARGET_CONFIGARGS): Include --with-target-subdir.
5516 (configure, all): New macros. Use them throughout.
5517
a8637a7d
PB
55182005-04-05 Paolo Bonzini <bonzini@gnu.org>
5519
5520 * Makefile.tpl: Sync with gcc.
5521 * Makefile.in: Regenerate.
5522
dd387d52
JR
55232005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5524
5525 * config/mh-mingw32: Delete.
5526 * configure.in: Don't use it.
5527 * configure: Regenerate.
5528
e90269c8
PB
55292005-03-31 Paolo Bonzini <bonzini@gnu.org>
5530
5531 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5532 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5533 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5534 (HOST_LIB_PATH): Generate from Makefile.def.
5535 (TARGET_LIB_PATH): Likewise.
5536 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5537 * Makefile.in: Regenerate.
5538 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5539 (RPATH_ENVVAR): Include Darwin case.
5540 * configure: Regenerate.
5541
9a237d9e
PB
55422005-03-25 Paolo Bonzini <bonzini@gnu.org>
5543
5544 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5545 * configure: Regenerate.
5546
479759c8
ZW
55472005-03-21 Zack Weinberg <zack@codesourcery.com>
5548
5549 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5550 gcc_version, and gcc_version_trigger from set of flags to pass.
5551 * Makefile.tpl: Remove definitions of above variables.
5552 (config.status): Remove dependency on $(gcc_version_trigger).
5553 * Makefile.in: Regenerate.
5554 * configure.in: Do not reference config/gcc-version.m4 nor
5555 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5556 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5557 * configure: Regenerate.
5558
4cfaf6d5
DD
55592005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5560 Andrew Pinski <pinskia@physics.uc.edu>
5561
5562 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5563 * Makefile.in: Regenerate.
5564
33a3fb7b
AO
55652005-03-01 Alexandre Oliva <aoliva@redhat.com>
5566
5567 PR libgcj/20160
5568 * ltmain.sh: Avoid creating archives with components that have
5569 duplicate basenames.
5570
2da12f12
PB
55712005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5572
479759c8
ZW
5573 PR bootstrap/20250
5574 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5575 instead of check.
5576 * Makefile.in: Regenerate.
2da12f12 5577
b00612cc
PB
55782005-02-28 Paolo Bonzini <bonzini@gnu.org>
5579
5580 Sync from gcc.
5581
5582 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5583
5584 PR bootstrap/17383
5585 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5586 * Makefile.tpl (HOST_SUBDIR): New substitution.
5587 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5588 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5589 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5590 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5591 (Host modules, Bootstrapped modules): Use it.
5592 (Build modules, Target modules): Do not create symlink trees,
5593 always configure out-of-srcdir.
5594 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5595 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5596 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5597 $(HOST_SUBDIR). Create a symlink for host_subdir.
5598
5599 * Makefile.in: Regenerate.
5600 * configure: Regenerate.
5601
5602 Merged from libada-gnattools-branch:
5603 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5604
5605 * Makefile.def: Add gnattools as a module, depending on target-libada.
5606 * Makefile.in: Regenerate.
5607 * configure.in: Include gnattools in host_tools; disable it if ada
5608 is disabled.
5609 * configure: Regenerate.
5610
c3e65f62
NC
56112005-02-23 Nick Clifton <nickc@redhat.com>
5612
5613 * configure: Regenerate.
5614
e4d180c2
NC
56152005-02-22 Paul Schlie <schlie@comcast.net>
5616
5617 * configure.in: Allow darwin targeted ports to build tk, itcl and
5618 libgui.
5619
e3c770b1
EB
56202005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5621
5622 PR libgcj/10353
5623 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5624 * configure: Regenerate.
5625
9c73618c
AC
56262005-02-08 Andrew Cagney <cagney@gnu.org>
5627
5628 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5629 gdb/ section. Update GDB's URL.
5630
c46f8c51
AC
56312005-01-31 Andrew Cagney <cagney@gnu.org>
5632
5633 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5634
c7e66c6d
HPN
56352005-01-29 Hans-Peter Nilsson <hp@axis.com>
5636
5637 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5638 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5639 target-libgloss when not *-*-elf and *-*-aout.
5640 * configure: Regenerate.
5641
a53bf506
AC
56422005-01-27 Andrew Cagney <cagney@gnu.org>
5643
5644 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5645
45181ed1
AC
56462005-01-24 Andrew Cagney <cagney@gnu.org>
5647
5648 * gettext.m4: Only fall back to ../intl/ when it's present.
5649
a1e0f4e4
KC
56502005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5651
5652 * install-sh, config.sub: Import from upstream.
5653
56542005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5655
5656 PR bootstrap/18222
5657 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5658 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5659 * Makefile.in: Regenerate.
5660
c50382e2
PB
56612005-01-03 Paolo Bonzini <bonzini@gnu.org>
5662
5663 Revert 2004-12-28 Makefile changes, a better fix will be
5664 applied to mainline and src after GCC 4.0 branches.
5665
11d07737
PB
56662004-12-28 Paolo Bonzini <bonzini@gnu.org>
5667
5668 PR bootstrap/17383
5669
5670 * Makefile.def (target_modules): Remove stage parameter,
5671 it is always true now.
5672 * Makefile.tpl (configure-build-[+module+],
5673 configure-target-[+module+]): Always build symlink tree
5674 for the directory and for include. BUILD_SUBDIR and
5675 TARGET_SUBDIR cannot be . anymore.
5676 * Makefile.in: Regenerate.
5677
dadfdbe2
DD
56782004-12-25 David Edelsohn <edelsohn@gnu.org>
5679
5680 Revert 2004-12-08 Makefile changes.
5681
dbf85af7
JR
56822004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5683
5684 * configure.in (sh64-*-*): Reenable gprof.
5685 * configure: Regenerate.
5686
6b8fea99
JB
56872004-12-09 Jim Blandy <jimb@redhat.com>
5688
5689 * MAINTAINERS: List 'depcomp' as part of automake.
5690
7341462c
DE
56912004-12-08 David Edelsohn <edelsohn@gnu.org>
5692
5693 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5694 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5695 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5696 * Makefile.in: Regenerate.
5697
21fde4dc
DD
56982004-12-07 Matt Kraai <kraai@ftbfs.org>
5699
5700 * Makefile.tpl: Generate normal dependencies if the LHS module is
5701 not bootstrapped.
5702 * Makefile.in: Regenerate.
5703
3da796a2
RS
57042004-12-03 Richard Sandiford <rsandifo@redhat.com>
5705
5706 * configure.in: Include config/gxx-include-dir.m4. Use
5707 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5708 * configure: Regenerate.
5709
73fb7068
RS
57102004-12-03 Richard Sandiford <rsandifo@redhat.com>
5711
5712 * config.if: Delete.
5713 * configure.in: Set libstdcxx_incdir directly.
5714 * configure: Regenerate.
5715 * MAINTAINERS: Remove mention of config.if.
5716 * src-release (DEVO_SUPPORT): Remove config.if.
5717
6c8e6ce9
EC
57182004-12-02 Eric Christopher <echristo@redhat.com>
5719
3b6098f8
EC
5720 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5721 of things to remove.
6c8e6ce9 5722 * Makefile.in: Regenerate.
479759c8 5723
b8658a2f
RS
57242004-12-02 Richard Sandiford <rsandifo@redhat.com>
5725
5726 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5727 * configure: Regenerate.
5728
afefada0
RS
57292004-12-02 Richard Sandiford <rsandifo@redhat.com>
5730
5731 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5732 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5733 * configure: Regenerate.
5734
5dcac624
DA
57352004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5736
5737 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5738 (hppa*64*-*-*): Delete incorrect comment.
5739 * configure: Rebuilt.
5740
57d1eb1a
DD
57412004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5742
5743 * install-sh, compile: Import from automake.
5744
57452004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5746
5747 * config.guess, config.sub: Import from savannnah.
5748
6d389afc
MS
57492004-11-12 Mike Stump <mrs@apple.com>
5750
5751 * Makefile.def: Add html support.
5752 * Makefile.tpl: Likewise.
5753 * Makefile.in: Regenerate.
5754
69e57115
GK
57552004-11-11 Geoffrey Keating <geoffk@apple.com>
5756
5757 PR 18423
5758 * configure.in: Remove all instances of build-fixincludes from
5759 noconfigdirs.
5760 (build_configargs): Supply --target to subdirectories.
5761 * configure: Regenerate.
5762
5763 * Makefile.def: Make gcc install depend on fixincludes install.
5764 * Makefile.in: Regenerate.
5765
ba719b26
HPN
57662004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5767
5768 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5769 target-libgfortran.
5770 * configure: Regenerate.
5771
c37653e7
DE
57722004-11-07 David Edelsohn <edelsohn@gnu.org>
5773
5774 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5775 like CC.
5776
1eefd493
PB
57772004-11-05 Paolo Bonzini <bonzini@gnu.org>
5778
5779 * Makefile.def (host fixincludes): Specify missing targets.
5780 * Makefile.in: Regenerate.
5781
02b1af09
L
57822004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5783
5784 PR other/17783
5785 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5786 * configure: Regenerated.
5787
7f266840
DJ
57882004-11-04 Daniel Jacobowitz <dan@debian.org>
5789
5790 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5791 * configure: Regenerated.
5792
47444073
AL
57932004-10-28 Eric B. Weddington <ericw@evcohs.com>
5794
5795 PR target/18151
5796 * configure.in (case ${target}): Do not build fixincludes for avr.
5797 * configure: Regenerated.
5798
caeba88f
AL
57992004-10-26 Paolo Bonzini <bonzini@gnu.org>
5800
5801 * configure.in (case ${target}): Do not build fixincludes
5802 on platforms where it is not used.
5803 * configure: Regenerated.
5804
0fdbe983
DJ
58052004-10-23 Daniel Jacobowitz <dan@debian.org>
5806
5807 * configure.in: Use an absolute path to install-sh.
5808 * configure: Regenerated.
5809
1c0f67c1
AC
58102004-10-19 Andrew Cagney <cagney@gnu.org>
5811
5812 * src-release (do-djunpack, do-md5sum): Install the generated file
5813 directly into the proto-toplev/ directory.
479759c8 5814
a9cfce9c
AC
58152004-10-19 Andrew Cagney <cagney@gnu.org>
5816
5817 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5818
ac0fa625
DD
58192004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5820
5821 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5822 * configure: Regenerate.
5823
d27cc32e
PB
58242004-10-06 Paolo Bonzini <bonzini@gnu.org>
5825
5826 Fix wrong conflict resolution in:
5827
5828 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5829
5830 * Makefile.in: Regenerate.
5831 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5832 in the recursive `make', instead of hardwiring `all'.
5833 (Autogenerated TARGET-* variables): New.
5834
1763908f
UW
58352004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5836
5837 Merged from GCC / libtool upstream:
5838 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5839 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5840 * ltcf-cxx.sh (tpf*): Likewise.
5841 * ltconfig (tpf*): Add TPF OS configuration support.
5842
0490e016
NC
58432004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5844
5845 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5846 * configure: Regenerate.
0490e016 5847
32be62b5
RS
58482004-09-24 Michael Roth <mroth@nessie.de>
5849
5850 * configure.in (--without-headers): Add missing double quotes.
5851 * configure: Regenerate.
5852
6048df60
DD
58532004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5854
5855 * ylwrap: Revert to previous version.
5856
315b3b02
L
58572004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5858
6048df60 5859 PR bootstrap/17369
315b3b02
L
5860 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5861 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5862 SET_GCC_LIB_PATH_CMD.
5863 (BASE_TARGET_EXPORTS): Likewise.
5864 * Makefile.in: Regenerated.
5865
5866 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5867 * configure: Regenerated.
5868
fe69863c
DD
58692004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5870
5871 * config.guess: New upstream version
5872 * compile, depcomp, install-sh, ylwrap: Likewise.
5873
58742004-09-19 Roger Sayle <roger@eyesopen.com>
5875
5876 * config/mh-x86omitfp: New host makefile fragment. Add
5877 -fomit-frame-pointer to the default BOOT_CFLAGS.
5878 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5879 * configure: Regenerate.
5880
58812004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5882
5883 PR target/11572
5884 * configure.in (*-*-darwin*): Renable libobjc.
5885 * configure: Regenerate.
5886
be75bbe1 58872004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5888
be75bbe1
DB
5889 * Makefile.def: Remove libbanshee.
5890 * Makefile.tpl: Ditto.
5891 * configure.in: Ditto.
5892 * Makefile.in: Regen.
5893 * configure: Ditto.
5894
1b882a91
PB
58952004-09-07 Paolo Bonzini <bonzini@gnu.org>
5896
5897 * missing: Import latest version from master repository.
5898
eb1352ed
NC
58992004-09-04 Nick Clifton <nickc@redhat.com>
5900
5901 * config.sub: Import latest version from master repository.
5902 * config.guess: Likewise.
5903 This includes these changes:
479759c8 5904
eb1352ed
NC
5905 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5906
5907 * config.sub: Handle crisv32, alias etraxfs.
5908 * config.guess (crisv32:Linux:*:*): Handle.
5909
5910 2004-08-13 Brad Smith <brad@comstyle.com>
5911
5912 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5913 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5914
5915 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5916
5917 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5918 assume the processor is a powerpc. This is because coreutils
5919 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5920 in this case, due to a MacOS X bug that causes
5921 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5922 to return a negative number.
5923 Problem reported by Petter Reinholdtsen in:
5924 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5925
5926 2004-07-19 Ben Elliston <bje@gnu.org>
5927
5928 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5929
5930 2004-06-24 Ben Elliston <bje@gnu.org>
5931
5932 * config.guess: Update copyright years.
5933 * config.sub: Likewise.
5934
5935 2004-06-22 Robert Millan <robertmh@gnu.org>
5936
5937 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5938 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5939
5940 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5941
5942 * config.guess (*:*VMS:*:*): New entry. Replaces
5943 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5944 manufacturer.
5945
5946 2004-06-22 Ben Elliston <bje@gnu.org>
5947
5948 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5949 * config.sub: Likewise.
5950
5951 2004-06-22 Ben Elliston <bje@gnu.org>
5952
5953 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5954 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5955
5956 2004-06-11 Ben Elliston <bje@gnu.org>
5957
5958 * config.guess (pegasos:OpenBSD:*:*): Remove.
5959
5960 2004-06-11 Ben Elliston <bje@gnu.org>
5961
5962 From Wouter Verhelst <wouter@grep.be>:
5963 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5964
5965 2004-06-11 Ben Elliston <bje@gnu.org>
5966
5967 * config.guess (luna88k:OpenBSD:*:*): New.
5968
5969 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5970
5971 * config.guess (m32r*:Linux:*:*): New case.
5972 * config.sub: Handle m32rle.
5973
5974 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5975
5976 From Jens Petersen <petersen@redhat.com>:
5977 * config.sub: Handle sparcv8.
5978
5979 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5980
5981 From Tom Smith <smith@cag.lkg.hp.com>:
5982 * config.guess: Version suffixes are equally significant on Tru64
5983 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5984 prefix of "P" (patched kernel).
5985
5986 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5987
5988 * config.sub: Add support for National Semiconductor CRX target.
5989
2a3124ca 59902004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5991
2a3124ca
RH
5992 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5993 *-*-netware, but add target-libmudflap.
5994 Consolidate *-*-netware targets (of which really only i?86 exists)
5995 into a single entry.
5996 * configure: Likewise.
5997
0df3d27f
PB
59982004-09-01 Paolo Bonzini <bonzini@gnu.org>
5999
6000 * Makefile.tpl (sorry): Remove.
6001 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6002 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6003 (do-clean): Clean per-stage directories too.
6004 (do-distclean): Run distclean-stage1 too.
6005 (.NOTPARALLEL): Enable during toplevel bootstrap.
6006 (stage[+id+]-bubble): Enable parallel execution during
6007 the recursive invocation.
6008 * Makefile.in: Regenerate.
6009
6010 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6011
6012 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6013
6014 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6015 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6016 * configure: regenerate
479759c8
ZW
6017 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6018 -mdynamic-no-pic
0df3d27f
PB
6019
60202004-08-31 Paolo Bonzini <bonzini@gnu.org>
6021
6022 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6023 include.
6024 * configure.in: Fix indentation.
6025 * configure: Regenerate.
6026
ee025550
PB
60272004-08-31 Paolo Bonzini <bonzini@gnu.org>
6028
6029 * Makefile.def (build_modules): Add fixincludes.
6030 (dependencies): Make gcc depend on fixincludes.
6031 * configure.in (build_tools): Add fixincludes.
6032 (build_configdirs): Always include build_libs.
6033 * Makefile.in: Regenerate.
6034 * configure: Regenerate.
6035
60362004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6037
6038 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6039 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6040 phony targets; do not generate timestamp files.
6041 (distclean-stageN): Remove references to their timestamp files.
6042 (restageN, touch-stageN): Remove.
6043 (stageN-bubble): Rewritten.
6044 (compare): Support lean bootstraps.
6045 * Makefile.in: Regenerate.
6046
6047 * configure.in: Only warn when bootstrapping but
6048 build != host or build != target. Support lean bootstraps.
6049 * configure: Regenerate.
6050
6051 Sync from gcc:
6052 2004-08-26 Phil Edwards <phil@codesourcery.com>
6053
6054 * configure.in: Give a better error message if GMP/MPFR are missing
6055 and a language needing them has been requested.
6056 * configure: Regenerated.
6057
6058 2004-08-25 Phil Edwards <phil@codesourcery.com>
6059
6060 * configure.in: Print a list of available language front-ends if
6061 a requested one is missing. Tidy stray tab characters.
6062 * configure: Regenerated.
6063
72b2455a
PB
60642004-08-17 Paolo Bonzini <bonzini@gnu.org>
6065
6066 * Makefile.in: Regenerate.
6067 * configure: Regenerate.
6068
6069 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6070 stage_*_flags.
6071 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6072 for bootstrapped modules if toplevel bootstrap is going.
6073 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6074 modules. Adjust for changes in Makefile.def. Enable several
6075 rules even in non-bootstrap mode, just to avoid peppering the
6076 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6077 (stage-[+prev+]-bubble): Remove.
6078
6079 * Makefile.def (Dependencies): Depend on all-build-bison,
6080 all-build-flex, all-build-byacc, all-build-texinfo, rather
6081 than the host variations.
6082 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6083 with BUILD_SUBDIR.
6084 (BISON): Update for recent Bisons.
6085 (YACC): Fix typo.
6086 (cross): Depend on all-build.
6087 (all): Do not depend on all-build.
6088 (prebootstrap): Remove.
6089 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6090 (Prebootstrap dependencies): Add them to the per-stage targets
6091 and to all-prebootstrap.
6092 * configure.in (build_configdirs): Always enable build_tools.
6093 (BUILD_DIR_PREFIX): Remove.
6094
6095 * Makefile.def (gcc): Add target variable.
6096 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6097 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6098 in the recursive `make', instead of hardwiring `all'.
6099 (Autogenerated TARGET-* variables): New.
6100
de0b4a87
JW
61012004-08-17 Robert Millan <robertmh@gnu.org>
6102
6103 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6104 (instead of FreeBSD).
6105 * configure: Regenerate.
6106
ad681c85
NN
61072004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6108
675c6968
NN
6109 * Makefile.def, configure.in, src-release: Remove useless, bogus
6110 references to tix.
6111 * Makefile.in, configure: Regenerate.
6112
ad681c85
NN
6113 * src-release: Stop distributing mmalloc with gdb (which doesn't
6114 use it).
6115 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6116 * Makefile.in: Regenerate.
6117
11b04d1f
DD
61182004-08-09 Mark Mitchell <mark@codesourcery.com>
6119
6120 * configure.in (arm*-*-eabi*): New target.
6121 * configure: Regenerate.
6122
f2420bea
NN
61232004-08-01 Robert Millan <robertmh@gnu.org>
6124
6125 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6126 libmudflap for all GNU-based systems (with Glibc).
6127 * configure: Regenerate.
6128
9e6ce191
PB
61292004-08-06 Paolo Bonzini <bonzini@gnu.org>
6130
6131 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6132 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6133 (Dependencies): New section.
6134 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6135 (configure-target-[+module+]): Depend on maybe-all-gcc
6136 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6137 (toplevel profiledbootstrap): Fix dependencies.
6138 * Makefile.in: Regenerate.
6139
df4a6958
MM
61402004-08-03 Mark Mitchell <mark@codesourcery.com>
6141
6142 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6143 target-libiberty to noconfigdirs.
6144
11b04d1f
DD
61452004-08-03 Paul Brook <paul@codesourcery.com>
6146
6147 * configure.in: Check for MPFR as well as GMP.
6148 * configure: Regenerate.
6149
b813574b
PB
61502004-08-03 Paolo Bonzini <bonzini@gnu.org>
6151
6152 * Makefile.def (host-modules): Add gcc.
6153 * Makefile.in: Regenerate.
6154 * Makefile.tpl (sorry): New rule.
6155 (configure-host, all-host, [+make_target+]-host, do-check,
6156 install-host): Do not add gcc as a special case.
6157 (host modules): Add a small special-casing for gcc. Export
6158 extra_make_flags through the environment.
6159 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6160 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6161 other recursive targets for gcc): Remove.
6162
6163 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6164 (stage, unstage): New rules.
6165 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6166 distclean-stage[+id+]): Use stage_current.
6167 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6168 the stage*-start rules.
6169
61edac0c
JW
61702004-07-19 Robert Millan <robertmh@gnu.org>
6171
6172 Synced from gcc:
6173
6174 2004-04-26 Robert Millan <robertmh@gnu.org>
6175
6176 Add patches from libtool CVS.
6177 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6178 * ltconfig: Likewise.
6179 * ltcf-c.sh: Likewise.
6180 * ltcf-cxx.sh: Likewise.
6181 * ltcf-gcj.sh: Likewise.
6182
3e707e94
PB
61832004-07-12 Paolo Bonzini <bonzini@gnu.org>
6184
6185 * configure.in: Add noconfigdirs for crx-*-*.
6186 * configure: Regenerate.
6187
61882004-07-12 Paolo Bonzini <bonzini@gnu.org>
6189
6190 Synced from gcc:
6191
6192 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6193
6194 * configure.in: Build libmudflap by default on FreeBSD.
6195 * configure: Regenerated.
6196
6197 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6198
6199 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6200 systems.
6201 * configure: Regenerated.
6202
6203 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6204
6205 PR target/16344
6206 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6207 feedback based compiler.
6208 * Makefile.in: Rebuilt.
6209
6210 2004-07-05 Phil Edwards <phil@codesourcery.com>
6211
6212 * configure.in: Do not prepend $srcdir to /dev/null in
6213 makefile fragments.
6214 * configure: Regenerate.
6215
a7ee7660
AO
62162004-07-08 Alexandre Oliva <aoliva@redhat.com>
6217
6218 * Makefile.def (host_modules): Set bootstrap=true for flex.
6219 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6220 * Makefile.in: Rebuilt.
6221
6a9cf61e
PB
62222004-07-01 Paolo Bonzini <bonzini@gnu.org>
6223
6224 * Makefile.def (build_modules): Add bison, byacc, flex,
6225 m4, texinfo.
6226 (flags_to_pass): Add FLEX.
6227 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6228 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6229 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6230 DEFAULT_MAKEINFO): Remove.
6231 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6232 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6233 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6234 objdir or else use configured tool.
6235 (all-build): New.
6236 (all): Depend on it.
6237 (Build module dependencies): Add.
6238 * Makefile.in: Regenerate.
6239 * configure.in: Better support for multiple build modules,
6240 matching what is done for host/target modules. Do not look
6241 for "plausible" locations of build tools if Canadian cross.
6242 Use autoconf's AC_PROG_CC to find a C compiler. Define
6243 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6244 * configure: Regenerate.
6245
95b6a1f2
PB
62462004-06-22 Paolo Bonzini <bonzini@gnu.org>
6247
6248 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6249 * Makefile.in: Regenerate.
6250
7ffa0b57
PB
62512004-06-22 Paolo Bonzini <bonzini@gnu.org>
6252
6253 * Makefile.tpl (configure-build-[+module+],
6254 configure-[+module+], configure-target-[+module+]): Pass
6255 [+extra_configure_args+].
6256 (all-build-[+module+], all-[+module+], check-[+module+],
6257 install-[+module+], [+make_target+]-[+module+],
6258 all-target-[+module+], check-target-[+module+],
6259 install-target-[+module+], [+make_target+]-target-[+module+]):
6260 Pass [+extra_make_args+].
6261 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6262 (GCC_HOST_EXPORTS): Remove.
6263 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6264 cross, check-gcc, check-gcc-c++, install-gcc,
6265 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6266 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6267 * Makefile.in: Regenerate.
6268
929ba6e7
CF
62692004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6270
6271 * configure.in: Check for srcdir/winsup rather than build directory
6272 winsup.
6273 * configure: Regenerate.
6274
b76d7de0
CV
62752004-06-17 Corinna Vinschen <vinschen@redhat.com>
6276
6277 * configure.in: Don't build Cygwin native newlib if winsup
6278 directory is missing. Emit warning instead.
6279 * configure: Regenerate.
6280
656fdd47
PB
62812004-06-09 Paolo Bonzini <bonzini@gnu.org>
6282
6283 * Makefile.tpl (touch-stage[+id+]): New.
6284 (restage[+prev+]): Depend on touch-stage[+id+].
6285
6286 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6287 Use it throughout.
6288
6289 * Makefile.def: Add profile and feedback bootstrap stages.
6290 Remove next field from bootstrap stages.
6291 * Makefile.tpl (LN, LN_S): Substitute.
6292 (stageN-start, stageN-end): Use double-colon rules, to
6293 provide a hook for additional setup commands.
6294 (distclean-stageN-gcc, restageN): Create dependencies from
6295 [+prev+], not from [+next+].
6296 (stageN-bubble): Add commands for successive stages from
6297 [+prev+], using double-colon rules.
6298 (all-stageN-gcc): Fix typo.
6299 (stagefeedback-start, profiledbootstrap): New.
6300 * Makefile.in: Regenerate.
6301 * configure.in: Call ACX_PROG_LN.
6302 * configure: Regenerate.
6303
498d4a71
CF
63042004-06-03 Paolo Bonzini <bonzini@gnu.org>
6305
6306 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6307 without gcc.
6308 * configure: Regenerate.
6309
377d8c42
PB
63102004-06-01 Paolo Bonzini <bonzini@gnu.org>
6311
6312 * Makefile.tpl: Fix typo.
6313 * Makefile.in: Regenerate.
6314
f5f8a794
PB
63152004-06-01 Paolo Bonzini <bonzini@gnu.org>
6316
6317 * configure.in: Remove new- prefix from toplevel
6318 bootstrap targets.
6319 * configure: Regenerate.
6320
f7a4c34f
PB
63212004-06-01 Paolo Bonzini <bonzini@gnu.org>
6322
6323 Merge this patch from the gcc tree:
6324
6325 2004-05-30 Andreas Jaeger <aj@suse.de>
6326 Jim Wilson <wilson@specifixinc.com>
6327
6328 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6329 like CC.
6330
319cab08
PB
63312004-06-01 Paolo Bonzini <bonzini@gnu.org>
6332
6333 * Makefile.tpl (all.normal): Rename to all.
6334 (all): Replace with a rule to pick the default
6335 target from configure.
6336 (all-gcc, configure-gcc): Use conditionals to
6337 do nothing when toplevel bootstrap is going on.
6338 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6339 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6340 * configure.in: Support --enable-bootstrap.
6341
6342 * Makefile.def: Remove new- prefix from toplevel
6343 bootstrap targets.
6344 * Makefile.tpl: Likewise.
6345
6346 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6347 target.
6348
6349 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6350 $(RECURSE_FLAGS) to recursive invocation of make.
6351
6352 * Makefile.in: Regenerate.
6353 * configure: Regenerate.
6354
88f64edc
DJ
63552004-05-27 Daniel Jacobowitz <dan@debian.org>
6356
6357 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6358 * configure: Regenerate.
6359
378fce5b
DD
63602004-05-25 Daniel Jacobowitz <drow@false.org>
6361
6362 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6363 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6364 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6365 targets.
6366 * Makefile.in: Regenerate.
6367
dfdffa2c
PB
63682005-05-24 Paolo Bonzini <bonzini@gnu.org>
6369
6370 * configure.in: Test the ability to symlink directories.
6371 * configure: Regenerate.
6372
6373 * Makefile.def (bootstrap-stage): New definitions.
6374 * Makefile.tpl (configure-stage1-gcc,
6375 configure-stage2-gcc, configure-stage3-gcc,
6376 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6377 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6378 new-restage3, compare): Autogenerate, see Makefile.in
6379 entry for behavioral changes.
6380 (distclean-stage1, new-stage1-start, new-stage1-end,
6381 new-stage1-bubble, distclean-stage2, new-stage2-start,
6382 new-stage2-end, new-stage2-bubble, distclean-stage3,
6383 new-stage3-start, new-stage3-end): New autogenerated targets.
6384 (objext, prebootstrap, BOOT_CFLAGS,
6385 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6386 targets.
6387
6388 * Makefile.in: Regenerate.
6389 (distclean-stage1, new-stage1-start, new-stage1-end,
6390 new-stage1-bubble, distclean-stage2, new-stage2-start,
6391 new-stage2-end, new-stage2-bubble, distclean-stage3,
6392 new-stage3-start, new-stage3-end): New targets.
6393 (all-stage1-gcc): Move prebootstrap dependency from here...
6394 (configure-stage1-gcc): ...to here.
6395 (new-bootstrap): Use bubble targets.
6396 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6397 Use per-stage distclean targets.
6398 (configure-stage1-gcc, configure-stage2-gcc,
6399 configure-stage3-gcc, all-stage1-gcc,
6400 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6401 Use new-stageN-start to prepare the tree.
6402
04cf1b77
PB
64032004-05-23 Paolo Bonzini <bonzini@gnu.org>
6404
6405 * Makefile.def (host_modules): add libcpp.
6406 * Makefile.tpl: Add dependencies on and for libcpp.
6407 * Makefile.in: Regenerate.
6408 * configure.in: Add libcpp host module.
6409 * configure: Regenerate.
6410
80b200a1
ZW
64112004-05-17 Zack Weinberg <zack@codesourcery.com>
6412
6413 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6414 of libf2c.
6415 * configure, Makefile.in: Regenerate.
6416
4b1cb4fe
DD
64172004-05-13 Diego Novillo <dnovillo@redhat.com>
6418
6419 Merge from tree-ssa-20020619-branch.
6420
6421 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6422 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6423 (HOST_GMPLIBS): Define.
6424 (HOST_GMPINC): Define.
6425 (TARGET_LIB_PATH): Add libmudflap.
6426 (GFORTRAN_FOR_TARGET): Define.
6427 (configure-build*): Export GFORTRAN.
6428 (configure-gcc): Export GMPLIBS and GMPINC.
6429 (all-gcc): Add maybe-all-libbanshee.
6430 (configure-target-libgfortran): Define.
6431 * Makefile.in: Regenerate.
6432 * configure.in (host_libs): Add libbanshee.
6433 (target_libraries): Add target-libmudflap and target-libgfortran.
6434 Add --with-libbanshee.
6435 Handle --disable-libmudflap.
6436 (*-*-freebsd*): Use with_gmp.
6437 Add $(libgcj) to noconfigdirs.
6438 * configure: Regenerate.
6439 * depcomp: New file.
6440 * MAINTAINERS: Add tree-ssa maintainers.
6441
64422004-04-28 Paolo Bonzini <bonzini@gnu.org>
6443
6444 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6445 * configure: Regenerate.
6446
b8908782
DD
64472004-04-27 Paolo Bonzini <bonzini@gnu.org>
6448
6449 Revert:
6450 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6451
6452 * Makefile.def (flags_to_pass): Remove *dir variables that
6453 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6454 as well as prefix and exec_prefix.
6455 * Makefile.in: Regenerate.
6456
64572004-04-26 Paolo Bonzini <bonzini@gnu.org>
6458
6459 * Makefile.def (host_modules): Mark with the bootstrap
6460 flag packages on which gcc depends.
6461 * Makefile.tpl (all-bootstrap): Use it.
6462 * Makefile.in: Regenerate.
6463
64642004-04-26 Paolo Bonzini <bonzini@gnu.org>
6465
6466 * Makefile.def (flags_to_pass): Remove *dir variables that
6467 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6468 as well as prefix and exec_prefix.
6469 * Makefile.in: Regenerate.
6470
64712004-04-26 Paolo Bonzini <bonzini@gnu.org>
6472
80b200a1
ZW
6473 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6474 * configure: Regenerate.
6475 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6476 * gcc/Makefile.tpl (compare): Use the result of the test.
6477 * gcc/Makefile.in: Regenerate.
b8908782
DD
6478
64792004-04-23 Paolo Bonzini <bonzini@gnu.org>
6480
6481 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6482 Always relocate gcc and prev-gcc to the original names, even
6483 if the build fails.
6484 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6485 New targets.
6486
0f260896
RO
64872004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6488
6489 * configure.in (mips*-*-irix5*): Enable ld.
6490 * configure: Regenerate.
6491
51860f05
JW
64922004-04-15 James E Wilson <wilson@specifixinc.com>
6493
6494 * Makefile.tpl (configure-[+module+], configure-gcc,
6495 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6496 Set and export LDFLAGS.
6497 * Makefile.in: Regenerate.
6498
54752a6b
NN
64992004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6500
6501 PR bootstrap/14871
6502 * Makefile.tpl: If we don't have built-in-tree target tools,
6503 use the ones found by configure rather than hacking around with
6504 program_transform_name.
6505 * configure.in: Give Makefile.tpl the information necessary
6506 to do that.
6507 * Makefile.in: Regenerate.
6508 * configure: Regenerate.
6509
65102004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6511
6512 PR bootstrap/14760
6513 * configure.in: When computing baseargs, strip *all* copies of
6514 offending options. Also, don't match/substitute the trailing space,
6515 so that this actually works when two similar options are separated by
6516 only one space.
6517 * configure: Regenerate.
6518
65192004-04-06 David Edelsohn <edelsohn@gnu.org>
6520
80b200a1
ZW
6521 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6522 (rs6000-*-aix*): Same.
6523 * configure: Regenerate.
54752a6b 6524
5e2b61fb
SS
65252004-03-25 Stan Shebs <shebs@apple.com>
6526
6527 Remove MPW support, no longer used.
6528 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6529 mpw-install: Remove files.
6530 * src-release (DEVO_SUPPORT): Remove names of removed files.
6531 * MAINTAINERS: Likewise.
6532
1a6f2dc7
NN
65332004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6534
a0049f1b
NN
6535 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6536 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6537 * Makefile.in: Regenerate.
6538
1a6f2dc7
NN
6539 * configure.in (top level bootstrap support): Rework --enable-werror
6540 to set @stage2_werror_flag@.
6541 * configure: Regenerate.
6542 * Makefile.tpl (top level bootstrap support): Pass
6543 @stage2_werror_flag@ down to configure in stages 2 and 3.
6544 * Makefile.in: Regenerate.
6545
920e3419
NN
65462004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6547
6548 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6549 for stages 2 and 3 as well as in make. As a consequence, remove
6550 OUTPUT_OPTION (now detected by configure) from the flags passed down
6551 to make.
6552 * Makefile.in: Regenerate.
6553
6554 * Makefile.tpl (new-bootstrap): Fix typo.
6555 * Makefile.in: Regenerate.
6556
4fa63067
NN
65572004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6558
6559 * Makefile.tpl: Rearrange by moving recursive_targets rules
6560 into their proper sections.
6561 * Makefile.tpl (top level bootstrap support): Move disabling
6562 of coverage flags from 'make' to 'configure'; improve comments.
6563 * Makefile.in: Regenerate.
6564
6565 * Makefile.tpl (experimental top level bootstrap) Move stage1
6566 language setting from all- target to configure- target; disable
6567 intermodule optimization in stage 1; prevent gratuitous rebuilds
6568 of stage 1.
6569 * Makefile.in: Regenerate.
6570 * configure.in: Comma-separate stage 1 language list for top
6571 level bootstrap.
6572 * configure: Regenerate.
6573
6574 * Makefile.tpl: Clean up experimental top level bootstrap support:
6575 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6576 prev-gcc in configure- targets as well as all- targets.
6577 * Makefile.in: Regenerate.
6578
fb8a10fd
NN
65792004-03-17 Paolo Bonzini <bonzini@gnu.org>
6580
6581 * configure.in: Remove symbolic link section.
6582 * configure: Regenerate.
6583 * Makefile.tpl (links): Remove.
6584 * Makefile.in: Regenerate.
6585
947f426e 65862004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6587 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6588
6589 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6590 Set with AC_CHECK_PROGS.
947f426e
NN
6591 * configure.in: Fix comment typo from last patch.
6592 * configure: Regenerate.
6593
1d39f329
NN
65942004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6595
6596 * Makefile.tpl: Introduce experimental top level bootstrap support.
6597 * Makefile.in: Regenerate.
6598 * configure.in: Introduce support for top level bootstrap.
6599 * configure: Regenerate.
6600
4b0ac75d 66012004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6602 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6603
6604 PR bootstrap/14522
6605 * configure.in: Cope with shells that do not support unquoted ^
6606 * configure: Regenerate.
6607
2e70b094 66082004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6609 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6610
6611 PR bootstrap/14522
6612 * configure.in: Cope with shell that do not support nesting
6613 quotes inside quoted backquote substitutions.
6614 * configure: Regenerate.
6615
66162004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6617
6618 PR bootstrap/14522
6619 * configure.in: Fix escaping of $.
6620 * configure: Regenerate.
6621
9e07f89d
NN
66222004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6623
6624 * configure: Regenerate.
6625
66262004-03-08 Paolo Bonzini <bonzini@gnu.org>
6627
6628 PR ada/14131
6629 Move language detection to the top level.
6630 * configure.in: Find default values for the tools as
6631 soon as possible. Disable ada if GNAT is not found.
6632 Emit error message about missing languages. Expand
6633 --enable-languages=all for the gcc subdirectory.
6634
1712ab83
RS
66352004-03-01 Richard Sandiford <rsandifo@redhat.com>
6636
6637 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6638 and disable libgcj.
6639 * configure: Regenerated.
6640
3dee29da
NN
66412004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6642
6643 PR bootstrap/7087
6644 * Makefile.tpl: Guard XFOO sed statements better.
6645 * Makefile.tpl: Add dependency for configure-target-libada.
6646 * Makefile.in: Regenerate (incidentally fixes broken
6647 commit when libada-branch was merged).
6648
0558264b
AC
66492004-02-28 Andrew Cagney <cagney@redhat.com>
6650
6651 * src-release (CVS_NAMES): Define.
6652 (do-tar, do-tar): Prune $(CVS_NAMES).
6653
c38f9803
AC
66542004-02-23 Andrew Cagney <cagney@redhat.com>
6655
6656 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6657 2004-02-19.09.
6658
55636792
NN
66592004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6660
6661 PR bootstrap/11932
6662 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6663
1e600082
AC
66642004-02-19 Andrew Cagney <cagney@redhat.com>
6665
6666 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6667 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6668
3769cd82
DD
66692004-02-11 David Edelsohn <edelsohn@gnu.org>
6670
6671 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6672 (rs6000-*-aix*): Same.
6673 * configure: Regenerate.
6674
a92834c8
DD
66752004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6676
6677 * configure.in (host): Add in missing $noconfigdirs to defines.
6678 * configure: Regenerate.
6679
a2592b1b
DD
66802004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6681 Nathanael Nerode <neroden@gcc.gnu.org>
6682
6683 PR ada/6637, PR ada/5911
80b200a1 6684 Merge with libada-branch:
a2592b1b
DD
6685 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6686 with appropriate dependencies. Add --enable-libada configure switch.
6687 * configure, Makefile.in: Regenerate.
6688
e31d1ea3
DD
66892004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6690
6691 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6692 * configure: Regenerate.
6693
db85f5c0
JJ
66942004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6695
6696 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6697
fc434214
DD
66982004-01-23 DJ Delorie <dj@redhat.com>
6699
6700 * Makefile.def (target_modules) [libiberty]: Don't stage.
6701 * Makefile.in: Rebuilt.
6702
ad445c2c 67032004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6704
ad445c2c
JJ
6705 * COPYING.NEWLIB: Update to include copyrights for new
6706 iconv code.
6707
72bbedde
AC
67082004-01-15 Andrew Cagney <cagney@redhat.com>
6709
6710 * src-release: Update copyright year.
6711 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6712 (NEWLIB_SUPPORT_DIRS): Delete macro.
6713 (newlib.tar.bz2): Delete rule.
6714
a6d6062d
DD
67152004-01-14 Loren J. Rittle <ljrittle@acm.org>
6716
6717 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6718 * Makefile.tpl (configure-target-[+module+]): Support stage.
6719 * Makefile.in: Rebuilt.
6720
f8b73030
MR
67212003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6722
6723 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6724 throughout.
6725
aff0e9df
NN
67262004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6727
bb5dca17
NN
6728 * configure.in: Use ./config.cache, not config.cache.
6729 * configure: Regenerate.
6730 * Makefile.tpl: Special-casing not needed for GCC any more.
6731 * Makefile.in: Regenerate.
6732
82252c06
NN
6733 * configure.in: Don't share a cache file for host dirs.
6734 * configure: Regenerate.
6735
aff0e9df
NN
6736 * config-ml.in: Don't mess with the cache file.
6737
95036d20
NN
67382004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6739
ac7b618e
NN
6740 * Makefile.tpl: Make GCC use a separate config.cache.
6741 * Makefile.in: Regenerate.
6742
95036d20
NN
6743 PR bootstrap/11932, PR bootstrap/11933
6744 (I don't know if it will fix either of them, but it relates
6745 to them.)
6746 * configure.in: Don't use shared config.cache for target
6747 directories.
6748 * configure: Regenerate.
6749
08c1856b
DD
67502003-12-31 Roger Sayle <roger@eyesopen.com>
6751
6752 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6753 * configure: Regenerated.
6754
c1968181 67552003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6756
9eb322aa
MF
6757 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6758 * configure: Regenerated.
c1968181 6759
10ecffb9
NN
67602003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 Port change over from GCC:
6763 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6764 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6765 (configure-build-[+module+], configure-[+module+]): Likewise.
6766 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6767 * Makefile.in: Regenerate.
6768
f2ab5990
TF
67692003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6770
6771 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6772 * configure: Regenerate.
6773
41a7d11a
JJ
67742003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6775
80b200a1 6776 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6777 stdlib.
6778
d9441a1f
DD
67792003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6780
6781 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6782 * Makefile.in: Regenerate.
6783
3a48a978
DD
67842003-10-20 Phil Edwards <phil@codesourcery.com>
6785
6786 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6787 * configure: Regenerate.
6788
f0b24077
NN
67892003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6790
6791 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6792 HOST_FLAGS_TO_PASS.
6793 * Makefile.in: Regenerate.
6794
5fbad20a
DD
67952003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6796
6797 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6798 * configure: Rebuilt
6799 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6800 * Makefile.in: Rebuilt
6801
78be4155
L
68022003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6803
6804 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6805
051fcc7a
L
68062003-10-01 Phil Edwards <pme@gcc.gnu.org>
6807
6808 * config-ml.in: Use ac_configure_args directly instead of
6809 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6810 actually seen.
6811
68122003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6813
6814 * config-ml.in: Propagate INSTALL variables.
6815
f27d4f92
DJ
68162003-09-21 Daniel Jacobowitz <drow@mvista.com>
6817
6818 * configure.in: Pass a computed --program-transform-name
6819 to subconfigures.
6820 * configure: Regenerated.
6821
cae4d560
NN
68222003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6823
6824 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6825 * Makefile.in: Regenerate.
6826
6827 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6828 * Makefile.in: Regenerate.
6829
8ff944f6
DJ
68302003-09-17 Daniel Jacobowitz <drow@mvista.com>
6831
6832 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6833 quoting.
6834 * configure: Regenerated.
6835
d9a35680
MC
68362003-09-12 Michael Chastain <mec@shout.net>
6837
6838 Fix PR gdb/857.
6839 * src-release (do-proto-topleve): Remove junk files
6840 intl/config.cache, intl/config.status,
6841 intl/config.h, intl/stamp-h.
6842
710068b9
AC
68432003-09-14 Andrew Cagney <cagney@redhat.com>
6844
6845 * src-release (dejagnu.tar): New target.
6846 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6847 (do-djunpack): Use $(PACKAGE) for the package name.
6848
e1008165
DD
68492003-09-04 DJ Delorie <dj@redhat.com>
6850
6851 * configure: Regenerate.
6852
21998d12
NC
68532003-09-04 Robert Millan <robertmh@gnu.org>
6854
6855 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6856
ccca4bb3
DD
68572003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6858
6859 * configure.in: Ensure arguments to sed are properly spaced.
6860 * configure: Regenerate.
6861
ee949b5e
DJ
68622003-08-28 Daniel Jacobowitz <drow@mvista.com>
6863
6864 Merge from gcc:
6865 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6866 * install-sh: Update to newer upstream versions (associated with
6867 aclocal 1.7).
6868 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6869
75addda2
DJ
68702003-08-27 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6873 * configure: Regenerated.
6874
8d2877d8
NN
68752003-08-23 Phil Edwards <pme@gcc.gnu.org>
6876
6877 * configure.in: Use newline instead of semicolon when assuming
6878 shell arguments in a for loop.
6879 * configure: Regenerated.
6880
d2cc0e0d
GK
68812003-08-20 Geoffrey Keating <geoffk@apple.com>
6882
6883 PR 8180
6884 * configure.in: When testing with_libs and with_headers, treat
6885 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6886 * configure: Regenerate.
80b200a1 6887
d2cc0e0d
GK
6888 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6889 make, shell, etc.
6890 (baseargs): Likewise.
6891 * configure: Regenerate.
6892
04d1ab34
GK
68932003-08-19 Geoffrey Keating <geoffk@apple.com>
6894
6895 * configure.in: Disable libgcj for darwin not on powerpc.
6896 * configure: Rebuild.
6897
ca506da8
MC
68982003-08-15 Michael Chastain <mec@shout.net>
6899
6900 * src-release (do-proto-toplev): Remove junk files
6901 dejagnu/example/calc/config.status,
6902 dejagnu/example/calc/config.log.
6903
a4aa3f49
DD
69042003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6905
6906 * config-ml.in, symlink-tree: Add license.
6907
ede4fbe4
NN
69082003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 Merge from gcc:
6911
6912 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6913 * Makefile.tpl (check, check-c++): Express dependencies using
6914 dependencies rather than commands.
6915 * Makefile.in: Regenerate.
6916
6917 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6918 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6919 * Makefile.in: Update.
6920
970f29af
AC
69212003-08-01 Andrew Cagney <cagney@redhat.com>
6922
6923 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6924 * configure: Ditto.
6925
b2884a0c
DD
69262003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6927
6928 * configure.in: Enable libgcj for darwin.
6929 * configure: Rebuild.
6930
c07f46a4
NN
69312003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6932
6933 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6934
9175bfc0
NN
69352003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6936
6937 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6938 creating target and build subdirs to build all parent dirs as needed.
6939 * Makefile.in: Rebuild.
6940 * configure.in: Don't build dirs explicitly here.
6941 * configure: Rebuild.
6942
b9abda6a
AO
69432003-07-22 Alexandre Oliva <aoliva@redhat.com>
6944
6945 * Makefile.tpl (all-make): Depend on intl.
6946 * Makefile.in: Rebuilt.
6947
eef8ffd4
NN
69482003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6949
6950 * config.if: Remove unused libc_interface determination.
6951
295efaf0
NN
69522003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6953
6954 * Makefile.in: Regenerate, correctly this time.
6955
e5c3f801
NN
69562003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6957
6958 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6959 unused INSTALL_PROGRAM_ARGS.
6960 * configure.in: Use AC_PROG_INSTALL.
6961 * Makefile.in: Regenerate.
6962 * configure: Regenerate.
6963
4a18bd6b
AO
69642003-07-10 Alexandre Oliva <aoliva@redhat.com>
6965
6966 * configure: Rebuilt.
6967 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6968 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6969 newlib nor libgloss.
6970 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6971 * configure.in (am33_2.0-*-linux*): Added.
6972
fbd1054d
BW
69732003-07-09 Bob Wilson <bob.wilson@acm.org>
6974
6975 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6976 * configure: Regenerate.
6977
b40e3958
L
69782003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6979
6980 * config-ml.in: Replace PWD with PWD_COMMAND.
6981 * Makefile.tpl: Likewise.
6982 * Makefile.in: Regenerated.
6983
4a5be7ba
NN
69842003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6985
6986 * configure.in: Clean up config-lang.in handling. Delete
6987 useless assignment to "subdirs".
6988 * configure: Regenerate.
6989
9c14acb8
NN
69902003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6991
6992 * configure.in: Rename 'target_libs' to 'target_libraries'.
6993 Remove useless reference to 'target_libs'.
6994 * configure: Regenerate.
6995
8f32e830
KS
69962003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6997
6998 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6999 * Makefile.in: Regenerate.
7000
12f0bd74
NN
70012003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7002
7003 * Makefile.def: Introduce flags_to_pass.
7004 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7005 * Makefile.in: Regenerate.
7006
b07c2aad
HPN
70072003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7008
7009 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7010 and target-libgloss.
7011 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7012 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7013 * configure: Regenerate.
b07c2aad 7014
56f25033
DD
70152003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7016
7017 * configure.in: Update testsuite_flags to new location.
7018 * configure. Regenerate.
80b200a1 7019
4ec9a3b2
NN
70202003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7021
7022 * Makefile.tpl: Remove BUILD_CC stuff.
7023 * Makefile.in: Regenerate.
7024
059083b1 70252003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7026
059083b1
L
7027 * config.guess: Update to 2003-06-12 version.
7028 * config.sub: Update to 2003-06-13 version.
7029
535b046a
TS
70302003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7031
7032 * MAINTAINERS: Add myself as MIPS co-maintainer.
7033
00c22daa 70342003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7035
00c22daa
L
7036 * config.guess: Update to 2003-06-06 version.
7037 * config.sub: Update to 2003-06-06 version.
7038
1047cb91
DD
70392003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7040
7041 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7042 * configure. Regenerate.
7043
123494c8
NN
70442003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7045
1047cb91
DD
7046 * configure.in: Disable serial configure by default.
7047 * configure: Regenerate.
7048 * Makefile.tpl: Abolish .NOTPARALLEL.
7049 * Makefile.in: Regenerate.
7050
7f121bbf
NN
7051 * Makefile.tpl: Replace {build,host,target}_canonical by
7052 {build,host,target}.
7053 * Makefile.in: Regenerate.
7054
123494c8
NN
7055 * Makefile.tpl: Fix stupid pasto.
7056 * Makefile.in: Regenerate.
7057
ec7e0995
NN
70582003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7059
7060 * Makefile.tpl: Remove bogus conditional.
7061 * Makefile.in: Regenerate.
7062
27b1cc72
NN
70632003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7064
2a4cbe27
NN
7065 * Makefile.tpl: Make 'recursive targets' using autogen rather
7066 than shell loop. Remove duplicate 'clean' targets and false
7067 comments.
7068 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7069 Add systematic method of specifying missing targets in subdirs.
7070 Add copyright boilerplate.
7071 * Makefile.in: Regenerate.
7072 * configure.in: Add 'recursive targets' to maybe list.
7073 * configure: Regenerate.
7074
27b1cc72
NN
7075 * Makefile.tpl: Rename [+target+] to [+make_target+].
7076 * Makefile.def: Rename 'target' to 'make_target'.
7077
01e51bd0
NC
70782003-05-30 Nick Clifton <nickc@redhat.com>
7079
7080 * README-maintainer-mode: Update URL for locating blessed config
7081 tools.
7082
2fd84b42
NC
70832003-05-29 Robert Millan <rmh@debian.org>
7084
7085 * ltconfig: Import this patch and modify for use with current
7086 version of ltconfig:
7087
7088 2003-05-21 Bruno Haible <bruno@clisp.org>
7089
7090 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7091 GNU/FreeBSD.
7092
8945c6bb
DD
70932003-05-28 DJ Delorie <dj@redhat.com>
7094
7095 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7096 * Makefile.in: Regenerate.
7097
2f9632a1
JJ
70982003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7099
80b200a1 7100 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7101
3a12db16 71022003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7103
3a12db16
DD
7104 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7105 newlib or libgloss.
7106 * Makefile.in: Regenerate.
7107
44482353
DD
71082003-05-21 DJ Delorie <dj@redhat.com>
7109
7110 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7111 * Makefile.in: Regenerate.
7112
fec2c52d
MR
71132003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7114
7115 * configure.in: Use curly braces in the definition of tooldir.
7116 * configure: Regenerate.
7117
16ae0395
NN
71182003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7119
7120 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7121 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7122 Factor out common code from autogen IF statements.
7123 * configure: Regenerate.
7124 * Makefile.in: Regenerate.
7125
ec11bdc6
DD
71262003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7127
7128 * configure.in: Accept i[3456789]86 for machine type.
7129 * configure: Regenerate.
7130
dd12c3a8
NN
71312003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7132
7133 * configure.in: Switch more things to use maybe dependencies.
7134 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7135 * configure: Regenerate.
7136 * Makefile.tpl: Switch more things to use maybe dependencies.
7137 * Makefile.in: Regenerate.
7138
cf662e21
AJ
71392003-05-16 Andreas Schwab <schwab@suse.de>
7140
7141 * Makefile.tpl (install-opcodes): Define.
7142 * Makefile.in: Rebuild.
7143
5481b376
AJ
71442003-05-13 Andreas Jaeger <aj@suse.de>
7145
7146 * config.guess: Update to 2003-05-09 version.
7147 * config.sub: Update to 2003-05-09 version.
7148
3959a22a
AJ
71492003-05-13 Michael Eager <eager@mvista.com>
7150
7151 * configure.in: Correct sed script so that options in quotes are not
7152 deleted.
7153 * configure: Rebuild.
7154
564b43e5
CV
71552003-05-12 Corinna Vinschen <corinna@vinschen.de>
7156
7157 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7158 and $$s/newlib/libc/sys/cygwin32 include paths.
7159 * configure: Ditto.
7160
bb947dc9
L
71612003-05-05 H.J. Lu <hjl@gnu.org>
7162
7163 * config-ml.in: Restored from gcc repository.
7164
77f7441a
CD
71652003-05-02 Chris Demetriou <cgd@broadcom.com>
7166
80b200a1
ZW
7167 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7168 * Makefile.in: Regenerate.
77f7441a 7169
a26d7085
DJ
71702003-04-27 Daniel Jacobowitz <drow@mvista.com>
7171
7172 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7173 and Makefile.def.
7174
e4c4d240
DJ
71752003-04-27 Daniel Jacobowitz <drow@mvista.com>
7176
7177 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7178 * Makefile.in: Regenerated.
7179
62a3fc85
DD
71802003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7181
7182 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7183 * Makefile.in: Regenerate.
7184
71852003-04-18 Jakub Jelinek <jakub@redhat.com>
7186
7187 * configure.in (powerpc64*-*-linux*): Remove.
7188 * configure: Rebuilt.
7189
5b474aa8
DD
71902003-04-17 Phil Edwards <pme@gcc.gnu.org>
7191
7192 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7193 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7194 and restrap.
7195 * Makefile.in: Regenerate.
7196
71972003-04-16 Richard Earnshaw <rearnsha@arm.com>
7198
7199 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7200 * configure: Regenerated.
7201
bc295afe
AO
72022003-04-11 Alexandre Oliva <aoliva@redhat.com>
7203
7204 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7205 * */configure: Rebuilt.
7206
3728fade
NN
72072003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7208
7209 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7210 * Makefile.in: Regenerate.
7211
ce5b542e
MC
72122003-03-14 Michael Chastain <mec@shout.net>
7213
7214 * Makefile.in: Regenerate with correct Makefile.def.
7215
3db0a37f
NN
72162003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7217
7218 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7219 Make macro.
7220 * Makefile.in: Regenerate.
7221 * configure.in: Clean up gxx_include_dir logic.
7222 * configure: Regenerate.
7223
34349c6e
DD
72242003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7225
7226 * configure.in (gxx_include_dir): Fix typo.
7227 * configure: Regenerated.
7228
686c28c9
AC
72292003-03-06 Andrew Cagney <cagney@redhat.com>
7230
7231 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7232
bba45b8b 72332003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7234
bba45b8b
NN
7235 * configure.in: Include $(build_tooldir)/sys-include in
7236 FLAGS_FOR_TARGET.
7237 * configure: Regenerated.
7238
2683747f
NN
72392003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7240
bba45b8b
NN
7241 * Makefile.tpl: Reindent.
7242 * Makefile.in: Regenerate.
7243 * configure.in: Reindent. Don't set unused variables.
7244 * configure: Regenerate.
7245
2683747f
NN
7246 * Makefile.tpl: Always pass down RANLIB.
7247 * Makefile.in: Regenerate.
7248
7249 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7250 * Makefile.in: Regenerate.
7251 * configure.in: Remove unused logic relating to --enable-shared
7252 and --enable-threads. Remove bogus comments. Remove redundant
7253 noconfigdirs.
7254 * configure: Regenerate.
7255
7256 * configure.in: Replace ${libstdcxx_version} by its value.
7257 Remove reference to mh-dgux.
7258 * configure: Regenerate.
7259
50212802
NN
72602003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7261
7262 * Makefile.tpl: Rearrange.
7263 * Makefile.in: Regenerate.
7264
a6be7fc6
NC
72652003-02-25 Nick Clifton <nickc@redhat.com>
7266
7267 * configure: Remove site-file supprot - it is obsolete.
7268
f8a495c8
NC
72692003-02-24 Uwe Stieber <uwe@wwws.de>
7270
7271 * configure.in: Add support for kaOS as cross build target system.
7272 * configure: Regenerated.
7273
3decd77d
DD
72742003-02-20 Sean McNeil <sean@blue.mcneil.com>
7275
7276 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7277 configure-target-* as some target builds may require additional
7278 flags for preprocessor tests.
7279 * Makefile.in: Regenerated.
7280
f4ff34a3
AO
72812003-02-19 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7284 * ltconfig: Handle it.
7285 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7286 auto-detecting it.
7287
b7e4a931
AO
72882003-02-19 Alexandre Oliva <aoliva@redhat.com>
7289
7290 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7291 it is used as argument to $CC.
7292 * ltcf-gcj.sh: Likewise.
7293
6b784d9f
AO
72942003-02-19 Alexandre Oliva <aoliva@redhat.com>
7295
7296 * configure.in: Introduce --enable-maintainer-mode.
7297 * configure: Rebuilt.
7298 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7299 for maintainer mode.
7300 * Makefile.in: Rebuilt.
7301
8bcd8a07
AC
73022003-02-19 Andrew Cagney <ac131313@redhat.com>
7303
7304 * configure: Regenerate using autoconf 2.13.
7305
ee3fd329
AM
73062003-02-19 Alan Modra <amodra@bigpond.net.au>
7307
7308 * config.guess: Import latest version.
7309 * config.sub: Import latest version.
7310
e9e45685
JM
73112003-02-18 Jason Merrill <jason@redhat.com>
7312
7313 * Makefile.tpl (check-c++): Allow parallelism.
7314
859789af
AC
73152003-02-17 Andrew Cagney <ac131313@redhat.com>
7316
7317 * configure: Regenerate using autoconf 000227.
7318
b3f16a9b
GK
73192003-02-15 Geoffrey Keating <geoffk@apple.com>
7320
7321 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7322 don't configure target-libobjc.
7323 * configure: Regenerate.
7324
72e60e02
DD
73252003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7326
7327 * Makefile.tpl (RANLIB): Define.
7328 * Makefile.in: Regenerate.
7329
91f0e695
KS
73302003-02-06 Keith R Seitz <keiths@redhat.com>
7331
7332 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7333 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7334 * Makefile.in: Regenerated.
7335 * configure.in: Remove all traces of snavigator, db, and grep.
7336 * configure: Regenerated.
7337
122bfa92
FCE
73382003-01-31 Frank Ch. Eigler <fche@redhat.com>
7339
7340 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7341 * Makefile.in: Regenerated.
7342
264095c3
AO
73432003-01-30 Alexandre Oliva <aoliva@redhat.com>
7344
7345 * config.if: Copy from GCC.
7346
a84dbcb3
AO
73472003-01-27 Phil Edwards <pme@gcc.gnu.org>
7348
7349 * configure.in: Revert 24Jan change.
7350 * configure: Regenerate.
7351
19618276
NN
73522003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7353
7354 * configure.in: Revert previous change.
7355 * configure: Regenerate.
7356
b7f27a92
NN
73572003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7358
7359 * configure.in: Make rda native-only.
7360 * configure: Regenerate.
7361
83326456
NN
73622003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7363
7364 * configure.in: Add missing \.
7365 * configure: Rebuilt.
7366
5e367fa5
JJ
73672003-01-17 Jakub Jelinek <jakub@redhat.com>
7368
7369 * configure.in (baseargs): Avoid using \| in sed regular
7370 expressions.
7371 * configure: Rebuilt.
7372
e01f337c
JJ
73732003-01-16 Jakub Jelinek <jakub@redhat.com>
7374
7375 * configure.in (baseargs): Remove all supported forms of
7376 --cache-file, --srcdir, --host, --build and --target options
7377 from argument lists.
7378 * configure: Rebuilt.
7379
aa236487
AO
73802003-01-15 Alexandre Oliva <aoliva@redhat.com>
7381
7382 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7383 * configure: Rebuilt.
7384
586c0873
NN
73852003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7386
7387 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7388 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7389 * Makefile.in: Regenerate.
7390 * configure: Regenerate.
7391
497f816e
DD
73922003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7393
7394 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7395 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7396 * Makefile.in: Regenerate.
7397
bfbe5519
AO
73982003-01-09 Alexandre Oliva <aoliva@redhat.com>
7399
7400 * configure.in: Remove Makefile in build, host and target modules
7401 unless configure was run with --no-recursion.
7402 * configure: Rebuilt.
7403
3f234ef5
CD
74042003-01-08 Chris Demetriou <cgd@broadcom.com>
7405
7406 * config.guess: Update to 2003-01-03 version.
7407 * config.sub: Update to 2003-01-03 version.
7408
a3982d48
CF
74092003-01-07 Christopher Faylor <cgf@redhat.com>
7410
7411 * configure: Regenerate with proper autoconf 2.13.
7412
75778ec4
CF
74132003-01-07 Christopher Faylor <cgf@redhat.com>
7414
80b200a1
ZW
7415 * configure.in: Add AC_PREREQ for consistency.
7416 * configure: Regenerate.
75778ec4 7417
c180f501
AC
74182003-01-06 Andrew Cagney <ac131313@redhat.com>
7419
7420 * configure.in (GDB_TK): Add tcl directories conditional on
7421 gdb/gdbtk directory being present.
7422 * configure: Regenerate.
5481b376 7423
46ca2cc2
DA
74242003-01-04 John David Anglin <dave.anglin@nrc.ca>
7425
7426 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7427 by gcc if LD is not defined and we are not doing a Canadian Cross.
7428 * configure: Rebuilt.
7429
53dd8dab
DJ
74302003-01-01 Daniel Jacobowitz <drow@mvista.com>
7431
7432 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7433
50ceb20c
TT
74342002-12-31 Tom Tromey <tromey@redhat.com>
7435
7436 * Makefile.in: Rebuilt.
7437 * Makefile.def (target_modules) [libffi]: Allow installation.
7438
e78b5cfe
AS
74392002-12-31 Andreas Schwab <schwab@suse.de>
7440
7441 * configure.in: Fix use of $program_transform_name.
7442 * configure: Regenerated.
7443
67448102
DJ
74442002-12-30 Daniel Jacobowitz <drow@mvista.com>
7445
7446 * configure.in (baseargs): Don't remove first configure argument.
7447 * configure: Regenerated.
7448
e6bfb94a
AO
74492002-12-29 Alexandre Oliva <aoliva@redhat.com>
7450
7451 * Makefile.tpl (local-distclean): Don't remove...
7452 (multilib.ts): ... this. Moved into...
7453 (multilib.out): ... this. Don't use sub-make.
7454 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7455 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7456 (configure-build-[+module+], configure-[+module+],
7457 configure-target-[+module+], configure-gcc): ... these. Test
7458 for Makefile existence. Drop config.status from dependencies.
7459 * Makefile.in: Rebuilt.
7460 * configure.in: Move gcc-version-trigger to the end of
7461 ac_configure_args. Add comments to maybedep.tmp and
7462 serdep.tmp. Introduce --disable-serial-configure. Remove
7463 nonopt from baseargs, matching and removing corresponding
7464 whitespace while at it.
7465 * configure: Rebuilt.
7466
8f0dfb36
AO
74672002-12-28 Alexandre Oliva <aoliva@redhat.com>
7468
7469 * configure.in (host_configargs): Replace reference to
7470 no-longer-defined buildopts with --build=${build_alias}.
7471 * configure: Rebuilt.
7472
43be203f
AO
74732002-12-28 Alexandre Oliva <aoliva@redhat.com>
7474
7475 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7476 program_transform_name to standard idiom.
7477 (AUTOGEN, AUTOCONF): Define.
7478 (Makefile.in): Use $(AUTOGEN).
7479 (Makefile): Depend on config.status, and use autoconf-style rule to
7480 build it. Move original commands to...
7481 (config.status): ... this new target.
7482 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7483 $(AUTOCONF).
7484 * Makefile.in: Rebuilt.
7485
a0da8069
NN
74862002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7487
d18f1c9f
NN
7488 * Makefile.tpl: Fix dramatic bustage due to change in
7489 program_transform_name.
7490 * Makefile.in: Regenerate.
7491
7492 * configure.in: Remove unnecessary PATH setting.
7493 * configure: Regnerate.
7494
7495 * configure.in: Don't default to unprefixed tools unless
7496 the native tools will work.
7497 * configure: Regenerate.
7498
a0da8069
NN
7499 * configure.in: Convert to autoconf script. Blow away lots
7500 of now-redundant Makefile fragments.
7501 * configure: Generate using Autoconf.
7502 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7503 * Makefile.in: Regenerate.
7504
c567df0a
NN
75052002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7506
5481b376 7507 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7508 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7509
5481b376 7510 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7511 where they belong.
2c7f9a32 7512
2dabcfb4
AS
75132002-12-24 Andreas Schwab <schwab@suse.de>
7514
7515 * Makefile.tpl (multilib.out): Fix missing space.
7516 * Makefile.in: Regenerate.
7517
1086bc09
NN
75182002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7519
7520 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7521 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7522 * Makefile.in: Regenerate.
7523 * configure.in: Remove unnecessary leftovers.
7524
1086bc09
NN
75252002-12-21 Geoffrey Keating <geoffk@apple.com>
7526
7527 * configure.in (extra_ranlibflags_for_target): New variable.
7528 (*-*-darwin): Add -c to ranlib commands.
7529 * configure (tooldir): Handle extra_ranlibflags_for_target.
7530
14e9ca95
JJ
75312002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7532
7533 * COPYING.NEWLIB: Updated.
7534 * COPYING.LIBGLOSS: Ditto.
7535
14c428fb
NN
75362002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7537
7538 * Makefile.tpl: Revert HJL's change.
7539 * Makefile.in: Regenerated.
7540 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7541 always.
7542
313b8244
AS
75432002-12-19 Andreas Schwab <schwab@suse.de>
7544
7545 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7546 * Makefile.in: Regenerate.
7547
efeae3db
L
75482002-12-18 H.J. Lu <hjl@gnu.org>
7549
7550 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7551 * Makefile.in: Regenerated.
7552
7553 * configure.in (build_prefix): New. Substitute.
7554
43d92c63
NN
75552002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7556
59da4fe6
NN
7557 * Makefile.tpl: Don't let real targets depend on phony targets.
7558 * Makefile.in: Regenerate.
7559
43d92c63
NN
7560 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7561 * Makefile.in: Regenerate.
7562
b72e6a2d
JM
75632002-12-16 Jason Merrill <jason@redhat.com>
7564
7565 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7566 previous 'make bootstrap'.
7567 * Makefile.in: Regenerate.
7568
95c72c44
HPN
75692002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7570
7571 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7572
7d695d07
JM
75732002-12-13 Jason Merrill <jason@redhat.com>
7574
7575 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7576 library tests.
7577 (check-c++): Just depend on it and check-target-libstdc++-v3.
7578 * Makefile.in: Regenerate.
7579
54103d1e
NN
75802002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7581
7582 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7583 * Makefile.in: Regenerate.
7584
4024f1e1
JJ
75852002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7586
80b200a1
ZW
7587 * COPYING.NEWLIB: Update list of alternate Regent of California
7588 licenses and discuss official revoking of advertising clause.
7589 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7590
7dda0df6
AO
75912002-12-12 Alexandre Oliva <aoliva@redhat.com>
7592
7593 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7594 * Makefile.in: Rebuilt.
7595
d03be79e 75962002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7597
929293f4
NN
7598 * configure: Fix bug put in by gremlins.
7599
d03be79e
NN
7600 * Makefile.tpl: Substitute more autoconfily.
7601 * configure: Substitute more autoconfily.
7602 * Makefile.in: Regenerate.
7603
76042002-12-08 Andrew Cagney <ac131313@redhat.com>
7605
7606 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7607 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7608
76092002-12-06 DJ Delorie <dj@redhat.com>
7610
7611 * Makefile.tpl: Change configure dependencies to not have real
7612 targets depend on phony targets.
b4a77b47 7613
db1ac78d
NN
76142002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7615
bcaf2395
NN
7616 * configure.in: Revert unintentional change.
7617
b4fa093e
NN
7618 * src-release: Configure host subdirs.
7619
db1ac78d
NN
7620 * Makefile.tpl: Change dependency for */multilib.out so that
7621 it works when gcc isn't in the tree.
7622
7623 * configure.in: Substitute more.
7624 * configure: Run subconfigures from the Makefile.
7625 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7626 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7627
15723a45
NN
76282002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7629
e2b9e2dc
NN
7630 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7631 and corresponding dependencies.
7632 * Makefile.in: Regenerate.
7633
2af579c4
NN
7634 * configure.in (host_tools): Order binutils, gas and ld for
7635 convenience in running the testsuites.
7636
a2cc058a
NN
7637 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7638 * Makefile.in: Regenerate.
7639 * configure.in: Introduce rules to serialize subconfigure runs.
7640
15723a45
NN
7641 * configure.in: Introduce BASE_CC_FOR_TARGET.
7642 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7643 Realize configure-build-* targets. Realize configure-target-* targets.
7644 * Makefile.in: Regenerate.
7645
ae831be5
NN
76462002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7647
7648 * configure: Move gcc_version_trigger stuff from here...
7649 * configure.in: ...to here.
7650
7651 * configure.in: Separate subconfigure options added by this file from
7652 options given by the user. Add machinery to put args for host
7653 subconfigures into the Makefile.
7654
7655 * Makefile.tpl: Remove 'vault' targets.
7656 * Makefile.tpl: Reorder and comment dependencies.
7657 * Makefile.in: Regenerate.
7658
bbf7c8ac
NN
76592002-11-28 Geoffrey Keating <geoffk@apple.com>
7660
7661 * configure.in: Move host-specific darwin noconfigdirs into
7662 the host-specific section.
7663
930314a4
NN
76642002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7665
52d7cdee
NN
7666 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7667 during replay.
7668 * Makefile.in: Regenerate.
7669
930314a4
NN
7670 (finishing slow-motion replay)
7671 * configure: Remove skip-this-dir support.
7672 * Makefile.tpl: Remove skip-this-dir support.
7673
7674 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7675 subdirectories.
7676 * Makefile.in: Regenerate.
7677
7678 * Makefile.tpl: Strip out useless setting of 'dir'.
7679 * Makefile.in: Regenerate.
5481b376 7680
930314a4
NN
76812002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7682
7683 (finishing slow-motion replay)
7684 * configure.in: Fix deeply stupid bug.
7685
7686 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7687 shell code in CXX_FOR_TARGET
7688 * Makefile.def: Introduce raw_cxx.
7689 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7690 RAW_CXX_FOR_TARGET.
7691 * Makefile.in: Regenerate.
7692
76932002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7694
7695 (finishing slow-motion replay)
7696 * Makefile.tpl: Remove unnecessary ifs.
7697 * Makefile.in: Regenerate.
7698
5481b376 7699 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7700 dependencies. Maybe-ize build-libiberty. Create dummy install
7701 targets for 'no_install' modules.
5481b376 7702 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7703 build_modules stuff to configure.in.
5481b376 7704 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7705 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7706 * Makefile.in: Regenerate.
7707
3866be5d
NN
77082002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7709
7710 (continuing slow-motion replay)
7711 * Makefile.tpl: Make all-target, install-target behave similarly
7712 to all, install (only hitting configured targets). Eliminate
7713 unused macro defintions.
7714
7715 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7716 build != host.
7717
7718 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7719
7720 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7721
5481b376 7722 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7723 configuring. Remove references to "dosrel".
7724 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7725 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7726 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7727 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7728 and redundant dependency; rearrange slightly.
7729 * Makefile.def: Add host-side libtermcap, utils.
7730
7731 * Makefile.in: Regenerate.
7732
e393202e
NN
77332002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7734
7735 (Continuing slow-motion replay)
7736 * Makefile.def: Add list of recursive targets to autogenerate.
7737 Add build_modules.
7738 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7739 targets. Autogenerate *-build-* targets.
7740 * Makefile.in: Regenerate.
7741
583d52d7
NN
77422002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7743
7744 (Continuing slow-motion replay)
7745 * configure: More autoconf-style substitutions.
7746 * Makefile.tpl: More autoconf-style substitutions.
7747 * Makefile.in: Regenerate.
7748
77492002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7750
7751 (Continuing slow-motion replay)
7752 * configure: Substitute more variables in a more autoconf-friendly
7753 way. Simplify slightly.
7754 * Makefile.tpl: Make more variables substitutable in an
7755 autoconf-friendly way.
7756 * Makefile.in: Regenerate.
7757
874e38b4
NN
77582002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7759
7760 (Continuing slow-motion replay)
7761 * configure.in (v810*): Remove special setting of tools.
7762
7763 * configure: Add support for extra required flags for ar or nm.
7764 * configure.in (aix4.3+): Use above support for target-specific
7765 issues, rather than using config/mt-aix43.
7766
852e5f18
NN
77672002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7768
7769 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7770 * configure: Remove 'removing', which doesn't work. Replace $subdir
7771 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7772 with $srcdir. Reformat indentation. Substitute some variables
7773 formerly hard-coded in the Makefile for build=host.
7774 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7775 * Makefile.def: Autogenerate more.
7776 * Makefile.in: Regenerate.
7777
c9a0d920
DD
77782002-11-13 Bruce Korb <bkorb@gnu.org>
7779
7780 * Makefile.tpl: syntactic cleanup
7781
dd2768ff
KB
77822002-11-04 Kevin Buettner <kevinb@redhat.com>
7783
7784 * Makefile.def (host_modules): Add rda.
7785 * Makefile.in: Regenerate.
7786 * configure.in (target_tool): Add target-rda to list.
7787
1aa8389d
DD
77882002-10-25 Phil Edwards <pme@gcc.gnu.org>
7789
7790 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7791 and restrap targets to this rule.
7792 * Makefile.in: Regenerate.
7793
28f46298
HPN
77942002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7795
7796 * configure.in (i[3456]86-*-linux*): Add check to disable
7797 ${libgcj} for glibc1.
7798
ff72e302
NC
77992002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7800
7801 * configure.in: Add tic4x target.
7802
8607b6c9
NN
78032002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7804
7805 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7806 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7807 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7808 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7809 * Makefile.in: Regenerate.
7810
f8f61f4a
NN
78112002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7812
c86f794b
NN
7813 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7814 * Makefile.in: Regenerate.
7815
a9590527
NN
7816 * Makefile.def: Remove order dependency comments.
7817 * Makefile.tpl: Add explicit install-install dependencies.
7818 * Makefile.in: Regenerate.
7819
8412ce72
NN
7820 * Makefile.tpl: Remove material now in src-release. (Finally!)
7821 * Makefile.in: Regenerate.
7822
8b9f37f1
NN
7823 * configure: Restore my original patch by syncing with gcc version.
7824
f8f61f4a
NN
7825 * Bring following over from gcc:
7826
78272002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7828
7829 * configure.in (s390*-*-linux*): Enable libgcj.
7830
403d9505
NN
78312002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7832
7833 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7834
95f6f383
AM
78352002-10-02 Alan Modra <amodra@bigpond.net.au>
7836
e4673b0a 7837 * configure: Move stray lines back to where they belong.
95f6f383 7838
748503c8
NN
78392002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7840
a581b5c3
NN
7841 * Makefile.tpl: Insert configure-target target, for src-release.
7842
c084f5b4
NN
7843 * configure: Finish reverting change which Andrew Cagney started
7844 reverting. Should fix bustage.
7845
7aa673ed 7846 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7847 * src-release: New file. Contains material for making net
7848 releases for gdb, binutils, et al., formerly in Makefile.in.
7849
82a9b2d9
NC
78502002-09-30 Nick Clifton <nickc@redhat.com>
7851
7852 * cpu: New top level directory. Intended to hold input files for
7853 CGEN which have FSF copyright assignment.
7854 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7855
c2463a00
AC
78562002-09-29 Andrew Cagney <ac131313@redhat.com>
7857
7858 Revert below (note that src does not contain Makefile.tpl):
7859 * Makefile.tpl: Make subsituted variables more autoconfy.
7860 * Makefile.in: Regenerate.
7861
f03b4789
NN
78622002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7863
c11e16a9
NN
7864 * configure: Revert accidentally applied changes.
7865
f03b4789
NN
7866 * Makefile.tpl: Make more autoconf-friendly.
7867 * Makefile.in: Regenerate.
7868 * configure: Make substitution more autoconf-like.
7869
78702002-09-28 Richard Earnshaw <rearnsha@arm.com>
7871
7872 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7873 single entry to handle all these.
7874 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7875 libjava on arm-*-elf.
7876
c0292023
GK
78772002-09-27 Geoffrey Keating <geoffk@apple.com>
7878
7879 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7880 things that depend on them.
7881
c66d951e
NN
78822002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7883
7884 * Makefile.tpl: Make subsituted variables more autoconfy.
7885 * Makefile.in: Regenerate.
7886 * configure: Make seds more autoconfy.
7887
907a7241 78882002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7889
7890 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7891 * Makefile.in: Regenerate.
7892 * configure.in: Rewrite sed statements to look autoconfy.
7893
907a7241
NN
7894 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7895 all-target-foo on configure-target-foo.
7896 * Makefile.def: Ditto.
7897 * Makefile.in: Rebuild.
7898
405ea7a0
NN
78992002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7900
7901 * Makefile.def: New file.
7902 * Makefile.tpl: New file.
7903 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7904
7905 * configure.in: Minor rearrangement. Simplify tests.
7906
bdc57bfd
JT
79072002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7908
7909 * configure.in (with_headers): Skip copy if value is "yes".
7910 (with_libs): Likewise.
7911
ae03d6e2
NN
79122002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7913
7914 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7915 * configure.in (sh*-*-pe*): Ditto.
7916 * configure.in (mips*-*-pe*): Ditto.
7917 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7918
7919 * configure.in: Rearrange.
7920
707960fe
NC
79212002-09-12 Nick Clifton <nickc@redhat.com>
7922
7923 * Import these changes from the config master repository:
7924
7925 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7926
7927 * config.sub: Add tic4x target.
7928
7929 2002-09-03 Ben Elliston <bje@redhat.com>
7930
7931 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7932 Reported by <Duncan_Stodart@insession.com>.
7933
36ea319f
JJ
79342002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7935
7936 * COPYING.NEWLIB: More updates.
7937
cf57480a
JJ
79382002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7939
7940 * COPYING.NEWLIB: Update.
7941
fd31a171
AC
79422002-08-23 Andrew Cagney <ac131313@redhat.com>
7943
23b632fc
AC
7944 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7945
fd31a171
AC
7946 * config.guess: Import version 2002-08-23.
7947 * config.sub: Import version 2002-08-22.
7948
a08bafb5
AO
79492002-08-20 Alexandre Oliva <aoliva@redhat.com>
7950
7951 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7952 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7953 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7954
17240c1f
NC
79552002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7956
7957 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7958
e70ad0c6
L
79592002-08-04 H.J. Lu (hjl@gnu.org)
7960
7961 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7962
574e6d11
DD
79632002-07-31 Alan Modra <amodra@bigpond.net.au>
7964
7965 * configure.in: Move generic linux case to end. Copy generic
7966 linux noconfigdirs to mips*-*-linux* entry and new
7967 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7968
611e7523
CD
79692002-07-19 Chris Demetriou <cgd@broadcom.com>
7970
7971 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7972 one instance of them which was missed to the list to update.
7973
51759676
CD
79742002-07-16 Chris Demetriou <cgd@broadcom.com>
7975
7976 * config.guess: Update to 2002-07-09 version.
7977 * config.sub: Update to 2002-07-03 version.
7978
7c1f909c
DD
79792002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7980
7981 * configure.in: Remove two redundant tests.
7982
d7cf5d30
DD
79832002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7984
7985 * configure.in (mips*-*-irix6*o32): Enable stabs.
7986
c74222f7
DD
79872002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7988
5b53c336
DD
7989 * configure.in: Don't build grez.
7990 * Makefile.in: Ditto.
7991
c74222f7
DD
7992 * Makefile.in: Remove references to bsp, cygmon, libstub.
7993 * configure.in: Ditto.
7994
7995 * configure.in: Remove leftover reference to gdbtest.
7996
edd1b227
DD
79972002-07-08 Phil Edwards <pme@gcc.gnu.org>
7998
7999 * configure.in (gxx_include_dir): Change to match versioned
8000 C++ headers if --enable-version-specific-runtime-libs is used.
8001
486186e3
AO
80022002-07-04 Steve Ellcey <sje@cup.hp.com>
8003
8004 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8005
ff0a3bf8
DD
80062002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8007
8008 * configure.in: Make --without-x work.
8009
1dfa8174
NC
80102002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8011
8012 * contrib: New directory. Created to contain a copy of the
5481b376 8013 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8014 the FSF GCC sources.
8015
07637366
DD
80162002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8017
b6f83f2a
DD
8018 * configure.in: Rearrange target Makefile fragment collection.
8019
07637366
DD
8020 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8021 cvs[src].
8022 * configure.in: Ditto.
8023
f48556b1
DD
80242002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8025
8026 * Makefile.in: Eliminate 'apache' targets.
8027 * configure.in: Eliminate 'apache' targets.
8028
8029 * configure.in: Eliminate redundant tests. Reorganize.
8030
8031 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8032
8033 * config-ml.in: Eliminate references to Cygnus configure.
8034
8035 * Makefile.in: Eliminate references to building emacs.
8036
80372002-07-01 Denis Chertykov <denisc@overta.ru>
8038
8039 * configure.in: Add support for ip2k.
8040
cdb9e2b8
BE
80412002-06-24 Ben Elliston <bje@redhat.com>
8042
8043 * configure.in (host_tools): Remove cgen.
8044
8045 * Makefile.in (all-cgen): Remove; runs from its source directory.
8046 (check-cgen, install-cgen, clean-cgen): Likewise.
8047 (all-opcodes): No not depend on all-cgen.
8048 (all-sim): Likewise.
8049
3558860c
DD
80502002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8051
8052 * configure.in: Fix AIX configury bug.
8053
e3b0c936
DD
80542002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8055
cdb9e2b8 8056 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8057
cdb9e2b8
BE
8058 * configure.in: Move definition of libstdcxx_flags right above
8059 usage, rather than way earlier.
8ee424c0 8060
c712250a
DD
8061 * configure.in: Pull definition of is_cross_compiler earlier.
8062
9ee1a75c
DD
8063 * configure.in: Rearrange a little.
8064
e3b0c936
DD
8065 * configure.in: Remove references to librx.
8066 * Makefile.in: Remove references to librx.
8067
b2bd228e
DD
80682002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8069
8070 * configure.in: Eliminate ${gasdir} variable.
8071
7cd52483
DB
80722002-06-18 Dave Brolley <brolley@redhat.com>
8073
8074 * configure.in: Add support for frv.
8075 * config.sub: Add support for frv.
8076
6c5e141a
DD
80772002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8078
8079 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8080
0d18b56d
JT
80812002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * configure.in (vax-*-netbsd*): Re-enable gas.
8084
fd8958d5
DD
80852002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8086
27f15fdd
DD
8087 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8088 BUILD_PREFIX_1, to correct nomenclature.
8089 * configure: Likewise.
8090
fd8958d5
DD
8091 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8092 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8093
0c2442b7
DD
80942002-05-31 Olaf Hering <olh@suse.de>
8095
8096 * config-ml.in: Propogate DESTDIR also.
8097
a3602181
JT
80982002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8099
8100 * configure.in (vax-*-netbsd*): Don't build gas for this
8101 platform.
8102
c95f53ae
MM
81032002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8104
8105 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8106 and libgcj for AVR.
8107
1d7c1053
NC
81082002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8109
8110 * config.sub: Add DLX target.
8111
4b37028f
JT
81122002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * config.guess: Update to 2002-05-22 version.
8115 * config.sub: Likewise.
8116
d5de0a84
NC
81172002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8118
8119 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8120 * config-ml.in: Likewise.
8121 * configure: Likewise.
8122 * configure.in: Likewise.
8123
c92a0210
DD
81242002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8125
115a77aa
DD
8126 * configure.in: Simplify makefile fragment collection.
8127
8128 * configure.in: Remove code to build emacs.
e99daf2b 8129
91e060aa
DD
8130 * configure.in : Remove --srcdir argument from targargs and buildargs
8131 (it's always overridden in the Makefile anyway). Rearrange a bit.
8132
8133 * configure: Move some logic to configure.in.
8134 * configure.in: Move some logic from configure.
c92a0210 8135
91217342
JJ
81362002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8137
8138 * COPYING.LIBGLOSS: New file.
8139
d3d8a9ee
NC
81402002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8141
8142 * Makefile.in: Honour DESTDIR.
8143
3a036cdc
AO
81442002-05-05 Alexandre Oliva <aoliva@redhat.com>
8145
8146 * configure.in (noconfigdirs): Don't disable libgcj on
8147 sparc64-*-solaris* and sparcv9-*-solaris*.
8148
6d095fe4
AO
81492002-05-03 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8152
dac55df9
TF
81532002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8154
8155 * configure.in (FLAGS_FOR_TARGET): Do not add
8156 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8157 on i[3456]86-*-linux*.
8158
a018e15b
TF
81592002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8160
8161 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8162
8163 * configure.in (noconfigdirs): Do not add target-newlib if
8164 target == i[3456]86-*-linux*, and host == target.
8165
5f284831
MM
81662002-04-29 Mark Mitchell <mark@codesourcery.com>
8167
8168 * config.guess: Updated to 2002-04-26's version.
8169 * config.sub: Updated to 2002-04-26's version.
8170
33babf59
DD
81712002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8172
bd5f7da2
DD
8173 * configure.in: delete reference to absent file
8174
a0c4f3a0
DD
8175 * configure.in: replace '[' with 'test'
8176
66f1ba4f
DD
8177 * configure.in: Eliminate references to gash.
8178 * Makefile.in: Eliminate references to gash.
8179
7c3ab50c
DD
8180 * configure.in: remove useless references to 'pic' makefile fragments.
8181
bbc025f5
DD
8182 * configure.in: (*-*-windows*) Finish removing.
8183
33babf59
DD
8184 * configure.in: Eliminate redundant test for libgui.
8185
d5ec694c
DD
81862002-04-26 Joel Sherrill <joel@OARcorp.com>
8187
8188 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8189 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8190
57a5346c
DD
81912002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8192
8193 * configure.in: remove references to dead files
8194
dbf93899
DD
81952002-04-18 Tom Tromey <tromey@redhat.com>
8196
8197 * configure.in: Disallow configuring libgcj when it is already
8198 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8199 Solaris 2.8 by default. For PR libgcj/6158.
8200
26eadf68
DD
82012002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8202
8203 * configure.in: Move default CC setting out of config/mh-* fragments
8204 directly into here.
8205
a0a2c6c6
DD
82062002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8207
8208 * configure.in: don't even try to configure or make a subdirectory
8209 if there's no configure script for it.
8210
9972f812
DD
82112002-04-15 Mark Mitchell <mark@codesourcery.com>
8212
8213 * MAINTAINERS: Remove chill maintainers.
8214 * Makefile.in (CHILLFLAGS): Remove.
8215 (CHILL_LIB): Remove.
8216 (TARGET_CONFIGDIRS): Remove libchill.
8217 (CHILL_FOR_TARGET): Remove.
8218 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8219 CHILL_LIB.
8220 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8221 (CHECK_TARGET_MODULES): Likewise.
8222 (INSTALL_TARGET_MODULES): Likewise.
8223 (CLEAN_TARGET_MODULES): Likewise.
8224 (configure-target-libchill): Remove.
8225 (all-target-libchill): Remove.
8226 * configure.in (target_libs): Remove target-libchill.
8227 Do not compute CHILL_FOR_TARGET.
8228 * libchill: Remove directory.
5481b376 8229
75205f78
DD
82302002-04-15 DJ Delorie <dj@redhat.com>
8231
8232 * Makefile.in, configure.in, configure: Sync with gcc, entries
8233 follow...
8234
82352002-04-08 Tom Tromey <tromey@redhat.com>
8236
8237 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8238 Fixes PR libgcj/6068.
8239
82402002-03-30 Krister Walfridsson <cato@df.lth.se>
8241
8242 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8243
82442002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8245
8246 * configure.in (alpha*-dec-osf*): Enable libgcj.
8247
82482002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8249
8250 Fix for: PR bootstrap/3591, target/5676
8251 * configure.in (mcore-pe): Disable the configuration of
8252 libstdc++-v3 since exceptions are not supported.
8253
82542002-03-20 Anthony Green <green@redhat.com>
8255
8256 * configure.in: Enable libgcj for xscale-elf target.
8257
82582002-02-28 Alexandre Oliva <aoliva@redhat.com>
8259
8260 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8261 libjava.
8262 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8263
82642002-02-22 Alexandre Oliva <aoliva@redhat.com>
8265
8266 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8267 libstdc++-v3 and libjava.
8268
82692002-02-11 Adam Megacz <adam@xwt.org>
8270
8271 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8272 boehm-gc
8273
82742002-02-09 Alexandre Oliva <aoliva@redhat.com>
8275
8276 * config.guess: Updated to 2002-01-30's version.
8277 * config.sub: Updated to 2002-02-01's version.
8278 Contribute sh64-elf.
8279 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8280 * configure.in: Added sh64-*-*.
8281
82822002-01-17 H.J. Lu <hjl@gnu.org>
8283
8284 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8285 (all-target-fastjar): Also depend on all-target-libiberty.
8286
8287Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8288
8289 * configure, configure.in: Use temp file for long sed commands.
8290
82912001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8292
8293 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8294 libf2c.
8295
82962001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8297
8298 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8299
83002001-10-11 Hans-Peter Nilsson <hp@axis.com>
8301
8302 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8303
83042001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8305
8306 * configure: Handle temporary files securely using mkdir.
8307
83082001-09-26 Will Cohen <wcohen@redhat.com>
8309
8310 * configure.in (*-*-linux*): Disable configuration of target-newlib
8311 and target-libgloss.
8312
83132001-09-26 Alexandre Oliva <aoliva@redhat.com>
8314
8315 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8316 RANLIB.
8317
83182001-08-11 Graham Stott <grahams@redhat.com>
8319
8320 * Makefile.in (check-c++): Add missing semicolon.
8321
83222001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8323
8324 * configure.in (sh-*-linux*): New.
8325
83262001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8327
8328 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8329 and libgcj on m68hc11/m68hc12.
8330
83312001-06-27 H.J. Lu (hjl@gnu.org)
8332
8333 * Makefile (CFLAGS_FOR_BUILD): New.
8334 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8335
83362001-06-01 Hans-Peter Nilsson <hp@axis.com>
8337
8338 * configure.in (libstdcxx_flags): Do not try to execute
8339 libstdc++-v3/testsuite_flags until it exists.
8340
83412001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8342
8343 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8344
83452001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8346
8347 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8348
8349Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8350
8351 * configure.in: Move *-chorusos target case to the proper switch.
8352 Disable libgcj.
8353
83542001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8355
8356 * Makefile.in (STAGE1_CFLAGS): Pass down.
8357
83582001-04-13 Alan Modra <amodra@one.net.au>
8359
8360 * config.guess: Add hppa64-linux support. Note for next import that
8361 this is already in the master file.
8362 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8363
83642001-03-22 Colin Howell <chowell@redhat.com>
8365
8366 * Makefile.in (DO_X): Do not backslash single-quotes in
8367 backquotes (two places).
8368
83692001-03-18 Laurynas Biveinis <lauras@softhome.net>
8370
8371 * Makefile.in (DO_X): Quote nested quotes.
8372
83732001-03-15 Laurynas Biveinis <lauras@softhome.net>
8374
8375 * Makefile.in (DO_X): Use double quotes for quoting
8376 "RANLIB=$${RANLIB}".
8377
83782001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8379
8380 * configure.in: Only use `lang_requires' for languages athat are
8381 actually enabled.
8382
83832001-03-07 Tom Tromey <tromey@redhat.com>
8384
8385 * configure.in: Allow config-lang.in to set `lang_requires' to list
8386 of other required languages.
8387
83882001-03-06 Laurynas Biveinis <lauras@softhome.net>
8389
8390 * Makefile.in: Remove RANLIB definition. Use RANLIB
8391 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8392 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8393
83942001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8395 Alexandre Oliva <aoliva@redhat.com>
8396
8397 * Makefile.in (check-c++): Use tabs, not spaces.
8398
83992001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8400
8401 * Makefile.in (check-c++): New rule.
8402
8403 * configure.in (target_libs): Remove libg++.
8404 (noconfigdirs): Remove libg++.
8405 (noconfigdirs): Same.
8406 (noconfigdirs): Same.
8407 (noconfigdirs): Same.
8408
8409 * config-ml.in: Remove libg++ references.
8410
8411 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8412 (ALL_TARGET_MODULES): Same.
8413 (configure-target-libg++): Remove.
8414 (all-target-libg++): Remove.
8415 (configure-target-libio): Remove.
8416 (all-target-libio): Remove.
8417 (check-target-libio): Remove.
8418 (.PHONY): Remove.
8419 (libg++.tar.bz2): Remove.
8420 (all-target-cygmon): Remove libio.
8421 (all-target-libstdc++): Remove.
8422 (configure-target-libstdc++): Remove.
8423 (TARGET_LIB_PATH): Remove libstdc++.
8424 (ALL_GCC_CXX): Remove libstdc++.
8425 (all-target-gperf): Correct.
8426
84272001-02-15 Anthony Green <green@redhat.com>
8428
8429 * configure: Introduce GCJ_FOR_TARGET.
8430 * configure.in: Ditto.
8431 * Makefile.in: Ditto.
8432
84332001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8434
8435 * configure.in: for *-chorusos, don't config target-newlib and
8436 target-libgloss.
8437
84382001-02-04 Mark Mitchell <mark@codesourcery.com>
8439
8440 Remove V2 C++ library.
8441 * configure.in: Remove --enable-libstdcxx_v3 support.
8442
84432001-01-27 Richard Henderson <rth@redhat.com>
8444
8445 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8446
84472001-01-26 Tom Tromey <tromey@redhat.com>
8448
8449 * configure.in: Allow libgcj to be built on Sparc Solaris.
8450
84512001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8452
8453 * configure.in: Enable libgcj on several additional platforms.
8454
84552001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8456
8457 * configure.in: Enable libgcj for linux targets.
8458
84592001-01-09 Mike Stump <mrs@wrs.com>
8460
8461 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8462 failures of subdirectories.
8463
84642001-01-02 Laurynas Biveinis <lauras@softhome.net>
8465
8466 * configure: handle DOS-style absolute paths.
8467
84682001-01-02 Laurynas Biveinis <lauras@softhome.net>
8469
8470 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8471
84722000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8473
8474 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8475 (libstdcxx_incdir): Pass down.
8476 * config.if: Remove expired bits for cxx_interface, add stub.
8477 (libstdcxx_incdir): Add variable for g++ include directory.
8478 * configure.in (gxx_include_dir): Use it.
8479
84802000-12-15 Andreas Jaeger <aj@suse.de>
8481
8482 * configure.in: Handle lang_dirs.
8483
84842000-12-13 Anthony Green <green@redhat.com>
8485
8486 * configure.in: Disable libgcj for any target not specifically
8487 listed. Disable libgcj for x86 and Alpha Linux until compatible
8488 with g++ abi.
8489
84902000-12-13 Mike Stump <mrs@wrs.com>
8491
8492 * Makefile.in (local-distclean): Also remove fastjar.
8493
84942000-12-10 Anthony Green <green@redhat.com>
8495
8496 * configure.in: Define libgcj. Disable libgcj target libraries for
8497 most targets.
8498
84992000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8500
8501 * configure.in (target_libs): Revert 2000-12-08 patch.
8502 (noconfigdirs): Added target-libjava.
8503
85042000-12-09 Laurynas Biveinis <lauras@softhome.net>
8505
8506 * Makefile.in: handle DOS-style absolute paths.
8507
85082000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8509
8510 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8511 libjava.
8512 * configure.in (target_libs): Removed `target-libjava'.
8513
85142000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8515
8516 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8517 (ALL_MODULES): Added fastjar.
8518 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8519 (all-target-libjava): all-fastjar replaces all-zip.
8520 (all-fastjar): Added.
8521 (configure-target-fastjar, all-target-fastjar): Likewise.
8522 * configure.in (host_tools): Added fastjar.
8523
85242000-12-07 Mike Stump <mrs@wrs.com>
8525
8526 * Makefile.in (local-distclean): Remove leftover built files.
8527
85282000-11-16 Fred Fish <fnf@be.com>
8529
8530 * configure.in (enable_libstdcxx_v3): Fix typo,
8531 libstd++ -> libstdc++.
8532
85332000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8534
8535 * configure: Provide the original toplevel configure arguments
8536 (including $0) to subprocesses in the environment rather than
8537 through gcc/configargs.h.
8538
85392000-11-12 Mark Mitchell <mark@codesourcery.com>
8540
8541 * configure: Turn on libstdc++ V3 by default.
8542
85432000-10-16 Michael Meissner <meissner@redhat.com>
8544
8545 * configure (gcc/configargs.h): Only create if there is a build GCC
8546 directory created.
8547
85482000-10-05 Phil Edwards <pme@gcc.gnu.org>
8549
8550 * configure: Save configure arguments to gcc/configargs.h.
8551
85522000-10-04 Andris Pavenis <pavenis@latnet.lv>
8553
8554 * Makefile.in (bootstrap): avoid recursion if subdir missing
8555 (cross): ditto
8556 (do-proto-toplev): ditto
8557
8558Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8559
8560 * configure.in: Do not build byacc for hppa64. Provide paths to the
8561 X11 libraries for hppa64.
8562
85632000-09-02 Anthony Green <green@cygnus.com>
8564
8565 * Makefile.in (all-gcc): Depend on all-zlib.
8566 (CLEAN_MODULES): Add clean-zlib.
8567 (ALL_MODULES): Add all-zlib.
8568 * configure.in (host_libs): Add zlib.
8569
85702000-08-25 Alexandre Oliva <aoliva@redhat.com>
8571
8572 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8573 $targargs to tell whether newlib is going to be built.
8574
8575 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8576 $$r/TARGET_SUBDIR/libio for _G_config.h.
8577
85782000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8579
8580 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8581
8582 * configure: Make enable_threads and enable_shared defaults
8583 explicit. Substitute enable_threads into generated Makefiles.
8584 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8585 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8586
85872000-08-02 Manfred Hollstein <manfredh@redhat.com>
8588
8589 * configure.in: Re-enable all references to libg++ and librx.
8590
ffb97b2f 85912002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8592
ffb97b2f
DD
8593 * configure.in: Add *-*-freebsd* configurations.
8594
bbf6e9e3
AC
85952002-04-07 Andrew Cagney <ac131313@redhat.com>
8596
8597 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8598 (do-tar, do-bz2): New rules.
8599 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8600 (gdb-tar): New rule.
8601 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8602 (insight_dejagnu.tar): New rule.
8603 (insight.tar): New rule.
8604 (gdb+dejagnu.tar): New rule.
8605 (gdb.tar): New rule.
8606
8f1579c0
AC
86072002-04-07 Andrew Cagney <ac131313@redhat.com>
8608
8609 * MAINTAINERS: Update dejagnu/
8610
ba3c59ab
AO
86112002-03-16 Alexandre Oliva <aoliva@redhat.com>
8612
8613 * ltmain.sh (relink_command): Fix typo in previous change.
8614
6243d5dd
AO
86152002-03-15 Alexandre Oliva <aoliva@redhat.com>
8616
8617 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8618 (relink_command): Added --tag flags.
8619 (mode=install): If relinking fails; error out.
8620
80413487
RH
86212002-03-12 Richard Henderson <rth@redhat.com>
8622
8623 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8624 .NOTPARALLEL tag.
8625 (do-check): Rename from check.
8626 (check): Allow parallel check.
8627
3daeddf6
RH
86282002-03-11 Richard Henderson <rth@redhat.com>
8629
8630 * Makefile.in (.NOTPARALLEL): Add fake tag.
8631
fad93c55
L
86322002-03-07 H.J. Lu (hjl@gnu.org)
8633
8634 * configure.in: Enable gprof for mips*-*-linux*.
8635
2e8357fc
AO
86362002-02-28 Alexandre Oliva <aoliva@redhat.com>
8637
8638 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8639 libjava.
8640 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8641
bd48e1a9
AC
86422002-02-24 Andrew Cagney <ac131313@redhat.com>
8643
8644 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8645
39121370
DJ
86462002-02-23 Daniel Jacobowitz <drow@mvista.com>
8647
8648 * config.guess: Import from master sources, rev 1.232.
8649 * config.sub: Import from master sources, rev 1.246.
8650
081ff160
AO
86512002-02-23 Alexandre Oliva <aoliva@redhat.com>
8652
8653 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8654 because its Makefile is there; test for the executable instead.
8655
20a5393b
AO
86562002-02-09 Alexandre Oliva <aoliva@redhat.com>
8657
8658 Contribute sh64-elf.
8659 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8660 * configure.in: Added sh64-*-*.
8661
38135629
JJ
86622002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8663
80413487
RH
8664 * COPYING.NEWLIB: Remove advertising clause from
8665 Berkeley and Red Hat licenses.
38135629 8666
48d19748
MD
86672002-02-01 Mo DeJong <supermo@bayarea.net>
8668
8669 * Makefile.in: Add all-tix to deps for all-snavigator
8670 so that tix is built when building snavigator.
8671
f6e1c110
BE
86722002-02-01 Ben Elliston <bje@redhat.com>
8673
8674 * config.guess: Import from master sources, rev 1.229.
8675 * config.sub: Import from master sources, rev 1.240.
8676
4867be41
DJ
86772002-01-27 Daniel Jacobowitz <drow@mvista.com>
8678
8679 From Steve Ellcey <sje@cup.hp.com>:
8680 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8681 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8682 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8683 IA64.
8684 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8685 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8686 soname_spec, sys_lib_search_path_spec): Ditto.
8687
e82380cc
JT
86882002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8689
8690 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8691 target-libiberty, and target-libgloss. Skip Java-related
8692 libraries if not supported for NetBSD on target CPU.
8693
1319fb9c
NC
86942002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8695
8696 * configure.in: Import StrongARM and XScale target_configdirs from
8697 FSF GCC version.
8698
b020f6ac
L
86992002-01-16 H.J. Lu (hjl@gnu.org)
8700
8701 * config.guess: Import from master sources, rev 1.225.
8702 * config.sub: Import from master sources, rev 1.238.
8703
8704 * MAINTAINERS: Updated notes on config.guess and config.sub.
8705
a0c1c920
NC
87062002-01-11 Steve Ellcey <sje@cup.hp.com>
8707
8708 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8709 ld and gdb are not supported.
8710
a9fa5e1f
JJ
87112002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8712
8713 * Change reference to Cygnus Solutions to be Red Hat.
8714
94077108
JJ
87152002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8716
8717 * COPYING.NEWLIB: Update generic copyright date.
8718
05ecd75c
MS
87192002-01-07 Mark Salter <msalter@redhat.com>
8720
8721 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8722 Allow target-libgloss to be built for arm, strongarm, and xscale.
8723
a106bb62
BE
87242002-01-03 Ben Elliston <bje@redhat.com>
8725
8726 * MAINTAINERS: Update URL for config.* scripts.
8727
0e254642
AM
87282001-12-18 Alan Modra <amodra@bigpond.net.au>
8729
8730 * config.sub: Import latest version.
8731 * config.guess: Likewise.
8732
0a0d0041
TF
87332001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8734
8735 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8736 options for i[3456]86-pc-linux* native builds.
8737
d932cae7
NC
87382001-12-05 Laurent Guerby <guerby@acm.org>
8739
8740 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8741 libiberty.
d932cae7
NC
8742
8743 Import this patch from gcc:
5481b376 8744
d932cae7
NC
8745 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8746
8747 * symlink-tree: handle DOS-style absolute paths.
8748
49b7683b
DD
87492001-11-28 DJ Delorie <dj@redhat.com>
8750 Zack Weinberg <zack@codesourcery.com>
8751
8752 When build != host, create libiberty for the build machine.
8753
8754 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8755 CONFIG_ARGUMENTS.
8756 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8757 New variables.
8758 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8759 and rules.
8760 (all.normal): Depend on ALL_BUILD_MODULES.
8761 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8762 (all-build-libiberty): Depend on configure-build-libiberty.
8763
8764 * configure: Calculate and substitute proper value for
8765 ALL_BUILD_MODULES.
8766 * configure.in: Create the build subdirectory.
8767 Calculate and substitute TARGET_CONFIGARGS (formerly
8768 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8769
26ef82f4
GK
87702001-11-26 Geoffrey Keating <geoffk@redhat.com>
8771
8772 * config.sub: Update to version 1.232 on subversion.
8773
43e64072
NC
87742001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8775
8776 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8777 files from .po files for a distribution.
8778
66f6c0d5
HPN
87792001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8780
8781 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8782
4a02fdb2
JH
87832001-11-13 Jeff Holcomb <jeffh@redhat.com>
8784
8785 Merged from net gcc:
8786 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8787 * ltcf-c.sh: Use $objext, not $ac_objext.
8788 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8789 * ltcf-cxx.sh: Add support for GNU.
8790 2001-07-22 Timothy Wall <twall@redhat.com>
8791 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8792 default settings if using GNU tools with that configuration.
8793 * ltcf-cxx.sh: Ditto.
8794 * ltcf-gcj.sh: Ditto.
8795 2001-07-21 Michael Chastain <chastain@redhat.com>
8796 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8797 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8798 * ltmain.sh: Mark as gcc-local.
8799
227b9953
JH
88002001-11-13 Jeff Holcomb <jeffh@redhat.com>
8801
8802 * Makefile.in (all-bison): Revert 2001-10-24.
8803 Don't depend on texinfo.
8804
cbbab8fb
JJ
88052001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8806
80413487 8807 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8808
922b2485
DD
88092001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8810
8811 * configure.in (--enable-languages): Be more permissive about
8812 syntax. Check for empty lists better. Warn about $LANGUAGES.
8813
f08fa01d
HPN
88142001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8815
8816 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8817
fee3da4e
JH
88182001-10-24 Jeff Holcomb <jeffh@redhat.com>
8819
8820 Makefile.in (all-bison): Don't depend on texinfo.
8821
73fb1ef9
AM
88222001-10-03 Alan Modra <amodra@bigpond.net.au>
8823
8824 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8825
373688ac
AO
88262001-09-29 Alexandre Oliva <aoliva@redhat.com>
8827
8828 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8829
9c07660b
HPN
88302001-09-28 Hans-Peter Nilsson <hp@axis.com>
8831
8832 * config.sub, config.guess: Import latest from subversions.
8833
3f152009
AO
88342001-09-21 Alexandre Oliva <aoliva@redhat.com>
8835
8836 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8837 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8838 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8839 avoid quotes nesting problems.
8840 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8841 (DO_X): Export only variables that are set.
8842
8f6a59e5
BE
88432001-09-19 Ben Elliston <bje@redhat.com>
8844
8845 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8846 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8847 semantics. Use the shell built-in "type" command instead.
8848
a1ec19fa
TS
88492001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8850
8851 * config.sub: Reverted the earlier change, this version is not the
8852 master file.
8853
4008bd9b
TS
88542001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8855
8856 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8857 Add support for mips64.
8858
dd1e52a4
JH
88592001-09-03 Jeff Holcomb <jeffh@redhat.com>
8860
8861 * configure.in: Enable libstdc++-v3 for h8300 targets.
8862
91549d1c
EC
88632001-08-30 Eric Christopher <echristo@redhat.com>
8864 Jason Eckhardt <jle@redhat.com>
8865
8866 * config.sub: Add support for mipsisa32.
8867
cf966cf9
EC
88682001-08-30 Eric Christopher <echristo@redhat.com>
8869
8870 * config.sub, config.guess: Import latest from subversions.
8871
82208dc5
AM
88722001-08-20 Alan Modra <amodra@bigpond.net.au>
8873
8874 * config.sub, config.guess: Import latest from subversions.
8875
4dca8403
DD
88762001-07-26 DJ Delorie <dj@redhat.com>
8877
8878 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8879
1107dce2
AM
88802001-06-19 Alan Modra <amodra@bigpond.net.au>
8881
8882 * Makefile.in: Revert 2001-06-17.
8883 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8884
e09a6604
L
88852001-06-17 H.J. Lu <hjl@gnu.org>
8886
8887 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8888 (gas+binutils.tar.bz2): Likewise.
8889 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8890
31a8b634
AC
8891Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8892
8893 * Makefile.in (VER): When present, extract the version number from
5481b376 8894 the file version.in.
31a8b634 8895
dc70af01
AO
88962001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8897
8898 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8899 gcc/xgcc is built, use -print-prog-name to find out the program
8900 name to use.
8901
839bbd8c
AO
89022001-06-04 Mark Mitchell <mark@codesourcery.com>
8903
8904 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8905 with_gcc]: Use `gcc -shared' to build a shared library.
8906
566e9a30
AO
89072001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8908
8909 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8910 archives.
8911
e877bb69
AO
89122001-05-28 Simon Patarin <simon.patarin@inria.fr>
8913
8914 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8915 libraries when using g++ with native linker.
8916
1605288b
AO
89172001-05-28 Alexandre Oliva <aoliva@redhat.com>
8918
8919 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8920
11a383ba
TR
89212001-05-24 Tom Rix <trix@redhat.com>
8922
8923 * configure.in : enable ld for aix
cf966cf9 8924
18611226
AO
89252001-05-22 Alexandre Oliva <aoliva@redhat.com>
8926
8927 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8928 [aix4*|aix5*]: Prepend blank.
8929
6be7c12c
AO
89302001-05-20 Alexandre Oliva <aoliva@redhat.com>
8931
8932 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8933 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8934 of subdir/configure scripts to use the new libtool.m4.
8935
4ed00bba
L
89362001-05-14 H.J. Lu <hjl@gnu.org>
8937
8938 * config.if (libc_interface): Set to -libc6.2- for cross
8939 compiling to Linux/glibc 2.2.
8940
b1af961c
AO
89412001-05-03 Alexandre Oliva <aoliva@redhat.com>
8942
8943 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8944 libgcj.
8945
5ec3e74e
AO
89462001-04-26 Alexandre Oliva <aoliva@redhat.com>
8947
8948 * configure.in (noconfigdirs): Don't reset it from scratch in the
8949 target case; only append to it.
8950
b3ed1d6b
AO
89512001-04-26 Alexandre Oliva <aoliva@redhat.com>
8952
8953 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8954 sparc-*-solaris2.8]: Disable ${libgcj}.
8955
96111c10
AO
89562001-04-25 Alexandre Oliva <aoliva@redhat.com>
8957
8958 * configure.in (libgcj_saved): Copy from $libgcj.
8959 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8960 --disable-libgcj.
8961
b5bf43f2
AO
89622001-04-20 Alexandre Oliva <aoliva@redhat.com>
8963
8964 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8965 1.641.2.228.
8966
8cc32590
AO
89672001-04-12 Alexandre Oliva <aoliva@redhat.com>
8968
8969 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8970 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8971
dec0cb0c
AO
89722001-04-01 Alexandre Oliva <aoliva@redhat.com>
8973
8974 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8975 New macros.
8976 (bootstrap, cross): Use RECURSE_FLAGS.
8977 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8978
6a9c3886
AO
89792001-03-27 Alexandre Oliva <aoliva@redhat.com>
8980
8981 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8982
d4fc7db8
NC
89832001-03-23 Nick Clifton <nickc@redhat.com>
8984
8985 * README-maintainer-mode: Add note about inability to use "make
8986 distclean" in maintainer mode.
8987
7389ff65
AO
89882001-03-22 Alexandre Oliva <aoliva@redhat.com>
8989
8990 Re-installed:
8991 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8992 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8993 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8994 * ltcf-cxx.sh: Likewise.
8995 * ltcf-gcj.sh: Likewise.
8996
b3e0dc8e
PB
89972001-03-22 Philip Blundell <philb@gnu.org>
8998
8999 * config.sub, config.guess: Import latest from subversions.
9000
469b781c
AO
90012001-03-22 Alexandre Oliva <aoliva@redhat.com>
9002
9003 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9004 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9005
b0dad762
MC
90062001-03-20 Michael Chastain <chastain@redhat.com>
9007
9008 * Makefile.in: all-m4 depends on all-texinfo.
9009
c559bb17
AO
90102001-03-08 Alexandre Oliva <aoliva@redhat.com>
9011
9012 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9013
fef4ae2e
JJ
90142001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9015
9016 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9017 longer valid.
9018
8d6dd99d
NC
90192001-02-16 Nick Clifton <nickc@redhat.com>
9020
9021 * configure.in (noconfigdirs): Allow configuration of texinfo
9022 for Cygwin hosts.
9023
a85d7ed0
NC
90242001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9025
9026 * config.guess: Add linux target for S/390.
9027 * config.sub: Likewise.
9028 * configure.in: Likewise.
9029
51221c5e
DD
90302001-02-06 Ben Elliston <bje@redhat.com>
9031
9032 * configure: Output host type to stdout, not stderr.
9033
9dec4c71
MS
90342001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9035
9036 * config.guess: Import from subversions.gnu.org (revision 1.181).
9037 * config.sub: Import from subversions.gnu.org (revision 1.199).
9038
9add9c04
AM
90392001-01-30 Alan Modra <alan@linuxcare.com.au>
9040
9041 * config.guess: Handle hppa64-linux systems.
9042
8679174d
MS
90432001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9044
9045 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9046 Don't unset, it's non-portable and no longer necessary, set to empty
9047 instead.
9048
02d01ed4
MS
90492001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9050
9051 * ltconfig: Shell portability fix for the tagname validity check.
9052
4cc5853d
MS
90532001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9054
9055 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9056
7487e485
AO
90572001-01-27 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9060 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9061
f332af52
AO
90622001-01-24 Alexandre Oliva <aoliva@redhat.com>
9063
9064 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9065 keep at least one of build_libtool_libs or build_old_libs set to
9066 yes.
9067
ef099754
AO
90682001-01-24 Alexandre Oliva <aoliva@redhat.com>
9069
9070 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9071 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9072
8341f2fc 90732000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9074
8341f2fc
AJ
9075 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9076
90772000-11-03 Philip Blundell <pb@futuretv.com>
9078
9079 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9080 files.
ebf0fa2e 9081
c320a39f
JJ
90822001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9083
9084 * COPYING.NEWLIB: Put into source repository.
9085
8817b92e
BE
90862001-01-15 Ben Elliston <bje@redhat.com>
9087
9088 * configure.in (host_tools): Add sid.
9089 Always configure cgen.
9090 * Makefile.in (all-sid): New target.
9091 (check-sid, clean-sid, install-sid): Likewise.
9092
35590697
AJ
90932001-01-07 Andreas Jaeger <aj@suse.de>
9094
80413487 9095 * config.sub, config.guess: Update from subversions.
35590697 9096
6ee6cea6
AO
90972000-12-12 Alexandre Oliva <aoliva@redhat.com>
9098
9099 * configure.in: Disable language-specific target libraries for
9100 languages that aren't enabled.
9101
077b8428
NC
91022000-11-24 Nick Clifton <nickc@redhat.com>
9103
9104 * configure.in (xscale-elf): Add target.
9105 (xscale-coff): Add target.
9106 (c4x, c5x, tic54x): Move after ARM targets.
9107
9e28a1ed
AO
91082000-11-23 Alexandre Oliva <aoliva@redhat.com>
9109
9110 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9111
be98a80a
ILT
91122000-11-20 Ian Lance Taylor <ian@zembu.com>
9113
9114 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9115
5cec67bf
AO
91162000-11-18 Alexandre Oliva <aoliva@redhat.com>
9117
9118 * Makefile.in: Merge with GCC and libgcj.
9119 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9120 configure-target-<library> when their configure scripts need the C
9121 or C++ library to have already been built to work properly.
9122 (do_proto_toplev): Set them to an empty string.
9123
d932cae7 91242000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9125
9126 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9127 (REALLY_SET_LIB_PATH): Use them.
9128
d932cae7 91292000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9130
9131 * config.sub: Add support for Sun Chorus
9132
8602ff0c
NC
91332000-11-02 Per Lundberg <plundis@chaosdev.org>
9134
9135 * config.sub: Add support for the *-storm-chaos OS.
9136
f9e0997d
NC
91372000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9138
80413487
RH
9139 * configure.in (noconfigdirs): Don't compile some
9140 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9141
d64552c5
AO
91422000-09-30 Alexandre Oliva <aoliva@redhat.com>
9143
9144 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9145 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9146 all affected `configure' scripts.
9147
97f60b31
AO
91482000-09-25 Alexandre Oliva <aoliva@redhat.com>
9149
9150 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9151 ltcf-c.sh.
9152
6e8dd58f
PB
91532000-09-12 Philip Blundell <philb@gnu.org>
9154
9155 * config.sub, config.guess: Update from subversions.
9156
103a2e99
AO
91572000-09-06 Alexandre Oliva <aoliva@redhat.com>
9158
51601921
AO
9159 * Makefile.in (all-zlib): Added dummy target.
9160
103a2e99
AO
9161 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9162 multi-language branch.
9163
2809b4b9
AO
91642000-09-05 Alexandre Oliva <aoliva@redhat.com>
9165
9166 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9167 (bootstrap*): Depend on all-bootstrap.
9168
7450026c
AO
91692000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9170
9171 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9172 crosses, but add gcc/include to the header search path for them.
9173
6cf86f7f
AO
91742000-08-31 Alexandre Oliva <aoliva@redhat.com>
9175
9176 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9177 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9178 * gettext.m4: New file, extracted from aclocal.m4.
9179
ce2ea6e3
AO
91802000-08-22 Alexandre Oliva <aoliva@redhat.com>
9181
9182 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9183 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9184 sub-configures.
9185
9765193e
DE
91862000-08-20 Doug Evans <dje@casey.transmeta.com>
9187
9188 * Makefile.in (ALL_MODULES): Add all-cgen.
9189 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9190 (all-cgen): New target.
9191 (all-opcodes,all-sim): Depend on all-cgen.
9192 * configure.in (host_tools): Add cgen.
9193 Only configure cgen if --enable-cgen-maint.
9194
d7b32520
AO
91952000-08-17 Alexandre Oliva <aoliva@redhat.com>
9196
9197 * config-ml.in (CC, CXX): Don't introduce a leading space.
9198
e52ef561
AO
91992000-08-16 Alexandre Oliva <aoliva@redhat.com>
9200
9201 * configure.in (libstdcxx_flags): Use
9202 libstdc++-v3/src/libstdc++.INC.
9203
88f9c2a0
AO
92042000-08-15 Alexandre Oliva <aoliva@redhat.com>
9205
9206 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9207
98fbe43f
JM
92082000-08-11 Jason Merrill <jason@redhat.com>
9209
9210 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9211 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9212 (FLAGS_FOR_TARGET): Not here.
9213 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9214
279ddab4
DD
92152000-08-07 DJ Delorie <dj@redhat.com>
9216
9217 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9218 "if we're also building gcc, and it's a gcc that will run on the
9219 build machine, we want to use its includes instead of the system's
9220 default includes".
9221
60523a83
AO
92222000-08-03 Alexandre Oliva <aoliva@redhat.com>
9223
24ffec7a
AO
9224 * configure.in (libstdcxx_flags): Don't use `"'.
9225
60523a83
AO
9226 * config-ml.in: Adjust multilib search paths to the
9227 appropriate multilib tree.
9228
daf644b5
AO
92292000-08-02 Alexandre Oliva <aoliva@redhat.com>
9230
9231 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9232 commas in $LANGUAGES.
9233
63266560
DD
92342000-08-01 Alexandre Oliva <aoliva@redhat.com>
9235
9236 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9237
92382000-07-31 Alexandre Oliva <aoliva@redhat.com>
9239
9240 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9241 CXX_FOR_TARGET for sed.
9242
92432000-07-30 Alexandre Oliva <aoliva@redhat.com>
9244
9245 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9246 Do not override if already set in the environment or in configure.
9247 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9248 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9249
9e449d3e
AO
92502000-07-27 Alexandre Oliva <aoliva@redhat.com>
9251
9252 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9253 (GCC_FOR_TARGET): Use it.
9254 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9255 * configure.in: ... here.
9256 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9257 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9258
8bbd92e0
AO
92592000-07-24 Alexandre Oliva <aoliva@redhat.com>
9260
fd1f87b2
AO
9261 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9262 (configure-target-libchill, configure-target-libobjc): Likewise.
9263
8bbd92e0
AO
9264 * configure.in: Use the same cache file for all target libs.
9265 * config-ml.in: But different cache files per multilib variant.
9266
25c6c112
JL
92672000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9268
9269 * configure (topsrcdir): Don't use dirname.
9270
ba73c63f
JM
92712000-07-20 Jason Merrill <jason@redhat.com>
9272
9273 * configure.in: Remove all references to libg++ and librx.
9274
9275 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9276
1af08294
HPN
92772000-07-20 Hans-Peter Nilsson <hp@axis.com>
9278
9279 * config.sub: Update to subversions version 2000-07-06.
9280
ba73c63f
JM
92812000-07-12 Andrew Haley <aph@cygnus.com>
9282
9283 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9284 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9285
92862000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9287
9288 * symlink-tree: Check number of arguments.
9289
d932cae7 92902000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9291
9292 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9293
ba73c63f
JM
92942000-07-05 Jim Wilson <wilson@cygnus.com>
9295
9296 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9297 search path for a g++ extracted from the build tree. This
9298 will allow link tests run by configure scripts in
9299 subdirectories to succeed.
9300
92ee2f86
UC
93012000-07-01 Koundinya K <kk@ddeorg.soft.net>
9302
80413487 9303 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9304
23f2f29f
CV
93052000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9306
9307 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9308 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9309
f04f5a67
TW
93102000-06-19 Timothy Wall <twall@cygnus.com>
9311
9312 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9313 * config.sub: Add tic54x target.
9314
11da68be
NC
93152000-06-07 Phillip Thomas <pthomas@suse.de>
9316
9317 * README-maintainer-mode: New file: Contains notes on using
9318 --enable-maintainer-mode with binutils.
9319
d932cae7 93202000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9321
9322 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9323
d932cae7 93242000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9325
9326 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9327 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9328
9442cea3
L
932920000-05-21 H.J. Lu (hjl@gnu.org)
9330
80413487
RH
9331 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9332 directory are used if they exist. Make sure
9333 $(build_tooldir)/include is searched for header files,
9334 $(build_tooldir)/lib/ for library files.
9442cea3 9335 (GCC_FOR_TARGET): Likewise.
80413487 9336 (CXX_FOR_TARGET): Likewise.
9442cea3 9337
d932cae7 93382000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9339
9340 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9341
d932cae7 93422000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9343
9344 * Makefile.in (configure-target-libiberty): Depend on
9345 configure-target-newlib.
9346
ba73c63f
JM
93472000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9348
9349 * configure.in, Makefile.in: Merge all libffi-related
9350 configury stuff from the libgcj tree.
9351
d932cae7 93522000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9353
9354 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9355 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9356
d932cae7 93572000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9358
9359 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9360 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9361 current version information. Add to proto-toplev directory.
b5a23627
AC
9362 (gdb-taz): Build do-djunpack.
9363
ba73c63f
JM
93642000-05-15 David Edelsohn <edelsohn@gnu.org>
9365
9366 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9367
7c86ed39
L
93682000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9369
9370 * ltmain.sh: Preserve in relink_command any environment
9371 variables that may affect the linker behavior.
9372
d932cae7 93732000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9374
9375 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9376
d932cae7 93772000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9378
9379 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9380
ed0a91a5
EZ
93812000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9382
9383 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9384 with the version name.
ed0a91a5 9385
ba73c63f 93862000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9387
ba73c63f 9388 * config.if: Tweak.
6cafa39f 9389
ba73c63f 93902000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9391
ba73c63f 9392 * djunpack.bat: New file.
66156876 9393
d932cae7 93942000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9395
9396 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9397 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9398 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9399 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9400
ba73c63f
JM
94012000-04-16 Dave Pitts <dpitts@cozx.com>
9402
80413487
RH
9403 * config.sub (case $basic_machine): Change default for "ibm-*"
9404 to "openedition".
ba73c63f 9405
d932cae7 94062000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9407
9408 * Makefile.in (gdb-taz): New target. GDB specific archive.
9409 (do-md5sum): New target.
9410 (MD5PROG): Define.
9411 (PACKAGE): Default to TOOL.
9412 (VER): Default to a shell script.
9413 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9414 md5 checksum generation.
b35ece4e
AC
9415 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9416 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9417 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9418 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9419
d932cae7 94202000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9421
9422 * configure (warn_cflags): Delete.
9423
ba73c63f 94242000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9425 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9426
80413487
RH
9427 * configure.in (enable_libstdcxx_v3): Add.
9428 (target_libs): Add bits here to switch between libstdc++-v2 and
9429 libstdc++-v3.
9430 * config.if: And this file too.
9431 * Makefile.in: Add libstdc++-v3 targets.
35590697 9432
ba73c63f
JM
94332000-04-05 Michael Meissner <meissner@redhat.com>
9434
9435 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9436
d332c5ac
JM
94372000-03-29 Jason Merrill <jason@casey.cygnus.com>
9438
9439 * configure.in: -linux-gnu*, not -linux-gnu.
9440
d932cae7 94412000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9442
9443 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9444 (do-tar-bz2): Replace TOOL with PACKAGE.
9445 (gdb.tar.bz2): Remove GDBTK from GDB package.
9446 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9447 dejagnu.tar.bz2): New packages.
6dcbc97b 9448
96ce09a7
ILT
94492000-02-27 Andreas Jaeger <aj@suse.de>
9450
9451 * configure.in: Add entry for mips*-*-linux*, move catch all
9452 *-*-*linux* entry below this one.
9453
2031769e
ILT
94542000-02-27 Ian Lance Taylor <ian@zembu.com>
9455
9456 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9457
4bab746c
NC
94582000-02-24 Nick Clifton <nickc@cygnus.com>
9459
9460 * config.sub: Support an OS of "wince".
9461
d932cae7 94622000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9463
9464 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9465 version.
ada59422 9466
5b93d8bb
AM
94672000-02-23 Linas Vepstas <linas@linas.org>
9468
9469 * config.sub: Add support for Linux/IBM 370.
9470 * configure.in: Likewise.
9471
2fb651f6
NC
94722000-02-22 Nick Clifton <nickc@cygnus.com>
9473
9474 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9475
b8441c25
CF
94762000-02-20 Christopher Faylor <cgf@cygnus.com>
9477
9478 * config.guess: Guess "cygwin" rather than "cygwin32".
9479
d332c5ac
JM
94802000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9481
9482 * configure (gcc_version): When setting, narrow search to
9483 lines containing `version_string'.
9484
ba73c63f
JM
94852000-02-15 Denis Chertykov <denisc@overta.ru>
9486
9487 * config.sub: Add support for avr target.
9488
d932cae7 94892000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9490
9491 * config.sub: Add mmix-knuth-mmixware.
9492
94932000-01-27 Christopher Faylor <cgf@redhat.com>
9494
9495 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9496 structure stuff to -L library search.
9497 (CXX_FOR_TARGET): Ditto.
9498 (CROSS_CHECK_MODULES): Fix spelling mistake.
9499
95002000-01-24 Mark Mitchell <mark@codesourcery.com>
9501
9502 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9503 the C++ compiler.
9504
95052000-01-12 Richard Henderson <rth@cygnus.com>
9506
9507 * configure.in: Don't build some bits for beos.
9508
95092000-01-12 Joel Sherrill (joel@OARcorp.com)
9510
9511 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9512 as include files.
9513
91b2c84d
GK
95142000-01-06 Geoff Keating <geoffk@cygnus.com>
9515
9516 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9517 not mh-aix43.
9518
ba73c63f
JM
95191999-12-14 Richard Henderson <rth@cygnus.com>
9520
9521 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9522 * config.sub: Accept alphaev[78], alphaev8.
9523
95241999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9525
9526 * config.guess, config.sub: Update from autoconf.
9527
9528Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9529
9530 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9531 necessary libraries are missing.
9532
95331999-10-25 Andreas Schwab <schwab@suse.de>
9534
9535 * configure: Fix quoting inside arguments of eval.
9536
95371999-10-21 Nick Clifton <nickc@cygnus.com>
9538
9539 * config-ml.in: Allow suppression of some ARM multilibs.
9540
9541Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9542
9543 * config.guess: Add OS/390 match pattern.
9544 * config.sub: Add mvs, openedition targets.
9545 * configure.in (i370-ibm-opened*): New.
9546
ef14edc4
ILT
95471999-09-04 Steve Chamberlain <sac@pobox.com>
9548
9549 * config.sub: Add support for configuring for pj.
9550
afb478e8
NC
95511999-08-31 Nick Clifton <nickc@cygnus.com>
9552
fd6848f6 9553 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9554
ba73c63f 95551999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9556
9557 * configure.in: Do not configure or build ld for AIX
9558 platforms. ld is known to be broken on these platforms.
9559
ba73c63f
JM
9560Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9561
9562 * config-ml.in: Pass compiler flag corresponding to multidirs to
9563 subdir configures.
9564
c363de44
ILT
95651999-08-09 Ian Lance Taylor <ian@zembu.com>
9566
9567 * Makefile.in (LDFLAGS): Define.
9568
dc8bc5a6
ILT
95691999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9570
9571 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9572 noconfigdirs.
9573 (*-*-cygwin*): Likewise.
9574
6ca3858e
ILT
95751999-08-08 Ian Lance Taylor <ian@zembu.com>
9576
71141bb6
ILT
9577 * mkdep: New file.
9578 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9579 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9580
6ca3858e
ILT
9581 From Eli Zaretskii <eliz@is.elta.co.il>:
9582 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9583 long file name when using DJGPP on MS-DOS.
9584
ba73c63f
JM
9585Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9586
9587 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9588
2735a327
AM
95891999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9590
9591 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9592 dependency as this causes "make check" to globally "make all"
9593
ba73c63f
JM
9594Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9595
9596 * configure.in (target_libs): Added target-zlib.
9597 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9598 (CONFIGURE_TARGET_MODULES): Likewise.
9599 (CHECK_TARGET_MODULES): Likewise.
9600 (INSTALL_TARGET_MODULES): Likewise.
9601 (CLEAN_TARGET_MODULES): Likewise.
9602 (configure-target-zlib): New target.
9603 (all-target-zlib): Likewise.
9604 (all-target-libjava): Depend on all-target-zlib.
9605 (configure-target-libjava): Depend on configure-target-zlib.
9606
9607 * Makefile.in (configure-target-libjava): Depend on
9608 configure-target-newlib.
9609 (configure-target-boehm-gc): New target.
9610 (configure-target-qthreads): New target.
9611
80413487
RH
9612 * configure.in (target_libs): Added target-qthreads.
9613 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9614 (CONFIGURE_TARGET_MODULES): Likewise.
9615 (CHECK_TARGET_MODULES): Likewise.
9616 (INSTALL_TARGET_MODULES): Likewise.
9617 (CLEAN_TARGET_MODULES): Likewise.
9618 (all-target-qthreads): New target.
9619 (configure-target-libjava): Depend on configure-target-qthreads.
9620 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9621
9622 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9623 (CONFIGURE_TARGET_MODULES): Likewise.
9624 (CHECK_TARGET_MODULES): Likewise.
9625 (INSTALL_TARGET_MODULES): Likewise.
9626 (CLEAN_TARGET_MODULES): Likewise.
9627 (all-target-libjava): New target.
9628 (all-target-boehm-gc): Likewise.
9629 * configure.in (target_libs): Added libjava, boehm-gc.
9630
08d836d6
ILT
96311999-07-22 Ian Lance Taylor <ian@zembu.com>
9632
9633 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9634 configure.bat in SUPPORT_FILES.
9635 (gas+binutils.tar.bz2): Likewise.
9636
9637 * makeall.bat: Remove; obsolete.
9638
8f36e47c
ILT
96391999-07-21 Ian Lance Taylor <ian@zembu.com>
9640
9641 From Mark Elbrecht:
9642 * configure.bat: Remove; obsolete.
9643
56e82f25
ILT
96441999-07-11 Ian Lance Taylor <ian@zembu.com>
9645
9646 * configure: Add -W -Wall to the default CFLAGS when compiling with
9647 gcc.
9648
1001d816
JL
9649Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9650
9651 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9652
106117aa
MM
96531999-06-30 Mark Mitchell <mark@codesourcery.com>
9654
9655 * configure.in: Build ld on IRIX6.
9656
c376f4ed
ILT
96571999-06-12 Ian Lance Taylor <ian@zembu.com>
9658
9659 * Makefile.in: Change distribution targets to use bzip2 instead of
9660 gzip.
9661 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9662 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9663
306b7445
NC
96641999-06-04 Nick Clifton <nickc@cygnus.com>
9665
9666 * config.sub: Add mcore target.
9667
d932cae7 96681999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9669
9670 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9671
d932cae7 96721999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9673
9674 * config.guess (dummy): Changed to $dummy.
9675
6c3175b0
NC
96761999-05-24 Nick Clifton <nickc@cygnus.com>
9677
ba73c63f
JM
9678 * config.sub: Tidied up case statements.
9679
96801999-05-22 Ben Elliston <bje@cygnus.com>
9681
9682 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9683 <jiro@din.or.jp>.
9684
9685 * config.guess: Merge with FSF version. Future changes will be
9686 more accurately recorded in this ChangeLog.
9687 * config.sub: Likewise.
9688
d932cae7 96891999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9690
9691 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9692
252b5132
RH
96931999-04-30 Tom Tromey <tromey@cygnus.com>
9694
9695 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9696
96971999-04-23 Tom Tromey <tromey@cygnus.com>
9698
9699 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9700
97011999-04-20 Drew Moseley <dmoseley@cygnus.com>
9702
9703 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9704 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9705 Bad merge removed these two changes.
9706
ba73c63f 9707Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9708 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9709
9710 * config.guess (interix Alpha): Add.
9711
252b5132
RH
97121999-04-11 Richard Henderson <rth@cygnus.com>
9713
9714 * configure.in (i?86-*-beos*): Do config gperf; don't config
9715 gdb, newlib, or libgloss.
9716
d932cae7 97171999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9718
ba73c63f
JM
9719 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9720 link a trivial program with -mabi=64. If it fails, remove mabi=64
9721 from multidirs.
9722
d932cae7 97231999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9724
9725 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9726
252b5132
RH
97271999-04-08 Nick Clifton <nickc@cygnus.com>
9728
9729 * config.sub: Add support for mcore targets.
9730
97311999-04-07 Michael Meissner <meissner@cygnus.com>
9732
9733 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9734 not mt-ospace, in order to shut up assembler warning about using
9735 symbols that are named the same as registers.
9736
97371999-04-07 Drew Moseley <dmoseley@cygnus.com>
9738
9739 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9740 dependency list for all-target-cygmon.
9741
97421999-04-05 Doug Evans <devans@casey.cygnus.com>
9743
9744 * config-ml.in: Check $host, not $target, for selective multilibs.
9745 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9746 thumb interworking, and underscore prefix multilibs.
9747
97481999-04-04 Ian Lance Taylor <ian@zembu.com>
9749
9750 * missing: Update to version from current automake.
9751
9752Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9753
9754 * configure (gxx_include_dir): Removed.
9755
9756 * configure.in (gxx_include_dir): Handle it.
9757 * Makefile.in: Likewise.
9758
97591999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9760
9761 * config.sub (mips64vr4111,mips64vr4111el) Add.
9762
97631999-03-21 Ben Elliston <bje@cygnus.com>
9764
80413487 9765 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9766
9767Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9768
252b5132
RH
9769 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9770 config/mh-djgpp.
9771
9772Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9773
9774 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9775 all-target-newlib to dependency list for all-target-bsp.
9776
9777Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9778
9779 * config.sub: Add i386-uwin support.
9780 * config.guess: Likewise.
9781
9782Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9783
9784 * configure.in: cleanup, add mh-*pic handling for arm, special
9785 case powerpc*-*-aix*
9786
9787Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9788
9789 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9790 can be built.
9791
9792Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9793
9794 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9795 targets.
252b5132
RH
9796
97971999-03-02 Nick Clifton <nickc@cygnus.com>
9798
9799 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9800
d932cae7 98011999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9802
9803 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9804
98051999-02-24 Nick Clifton <nickc@cygnus.com>
9806
9807 * config.sub: Fix typo in arm recognition.
9808
d932cae7 98091999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9810
9811 * configure.in (noconfigdirs): Changed target_configdirs to
9812 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9813 rather than m68k-*-* since it is not known to work on
9814 m68k-aout. Ditto for arm-*-*oabi.
9815
d932cae7 98161999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9817
9818 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9819
98201999-02-19 Ben Elliston <bje@cygnus.com>
9821
9822 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9823 Smart and improved by Andrew Cagney.
9824
d932cae7 98251999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9826
9827 * config.guess: Recognize openbsd-*-hppa.
9828
d932cae7 98291999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9830
9831 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9832 only if it is not empty.
9833
98341999-02-17 Nick Clifton <nickc@cygnus.com>
9835
9836 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9837
fd6848f6 9838 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9839
9840 * config.sub: Modified to recognize uname's armv* syntax.
9841
98421999-02-17 Mark Salter <msalter@cygnus.com>
9843
9844 * configure.in: Added target-bsp for sparclite.
9845
d932cae7 98461999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9847
9848 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9849
98501999-02-08 Nick Clifton <nickc@cygnus.com>
9851
9852 * configure.in: Add support for strongarm port.
9853 * config.sub: Add support for strongarm target.
9854
d932cae7 98551999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9856
252b5132
RH
9857 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9858 the old name config/mh-cygwin32.
9859 Enable texinfo.
9860
d932cae7 98611999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9862
9863 * configure.in: Do build ld for ix86 Solaris.
9864
d932cae7 98651999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9866
9867 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9868 $AR_FOR_TARGET. Likewise for RANLIB.
9869
d932cae7 98701999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9871
80413487
RH
9872 * config.sub (oabi): Recognize.
9873 * configure.in (arm-*-oabi): Handle.
252b5132 9874
d932cae7 98751999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9876
9877 * config.guess: Improve detection of i686 on UnixWare 7.
9878
d932cae7 98791999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9880
9881 * config.guess: Add support for i386-pc-interix.
9882 * config.sub: Likewise.
9883 * configure.in: Likewise.
252b5132 9884
d932cae7 98851999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9886
9887 * Makefile.in: Remove unneeded all-target-libio from
9888 from all-target-winsup target since it is now unneeded.
9889 Add all-target-libtermcap in its place since it is now
9890 needed.
9891
d932cae7 98921998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9893
9894 * configure.in: makefile stub for cygwin target is probably
9895 unnecessary. Remove it for now.
252b5132 9896
d932cae7 98971998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9898
9899 * configure.in: libtermcap.a should be built when cygwin is the
9900 target as well as the host.
9901 * config.guess: Allow mixed case in cygwin uname output.
9902 * Makefile.in: Add libtermcap target.
252b5132 9903
d932cae7 99041998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9905
9906 * config.sub: Clean up handling of hppa2.0.
9907
d932cae7 99081998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9909
9910 * config.guess: Use C code to identify more HP machines.
9911
9912Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9913
9914 * config.sub: Handle hppa2.0.
9915
ba73c63f
JM
9916Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9917
9918 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9919 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9920
99211998-12-15 Mark Salter <msalter@cygnus.com>
9922
9923 * configure.in: Added target-bsp for several target architectures.
9924
9925 * Makefile.in: Added rules for bsp.
9926
252b5132
RH
9927Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9928
9929 * config.guess: Improve detection of hppa2.0 processors.
9930
9931Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9932
9933 * config.guess: Recognize FreeBSD using ELF automatically.
9934
99351998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9936
9937 * configure (skip-this-dir): Add handling for new shell script, which
9938 might be created by a sub-directory's configure to indicate, this particular
9939 directory is "unwanted".
9940 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9941
252b5132
RH
9942Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9943
9944 * ltconfig: import from libtool, after changing libtool to
9945 account for the cygwin name change.
9946
9947Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9948
9949 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9950 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9951
9952Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9953
9954 * configure.in: Add libtermcap to list of cygwin dependencies.
9955
d932cae7 99561998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9957
80413487
RH
9958 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9959 they include winsup/include when it's a cygwin target.
252b5132
RH
9960
99611998-11-12 Tom Tromey <tromey@cygnus.com>
9962
9963 * configure.in (host_tools): Added zip.
9964 * Makefile.in (all-target-libjava): Depend on all-zip.
9965 (all-zip): New target.
9966 (ALL_MODULES): Added all-zip.
9967 (NATIVE_CHECK_MODULES): Added check-zip.
9968 (INSTALL_MODULES): Added install-zip.
9969 (CLEAN_MODULES): Added clean-zip.
9970
d932cae7 99711998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9972
9973 * Makefile.in: lose "32" from comment about cygwin.
9974
d932cae7 99751998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9976
9977 * configure.in: Use -Os to build target libraries for the fr30.
9978
d932cae7 99791998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9980
9981 * config.sub: Add fr30.
9982
d932cae7 99831998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9984
80413487 9985 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9986 cygwin* instead of cygwin32*.
9987 * config.sub: Check cygwin* instead of cygwin32*.
9988
d932cae7 99891998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9990
9991 * config.guess: Match any version of Unixware7.
9992
252b5132
RH
99931998-10-20 Syd Polk <spolk@cygnus.com>
9994
9995 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9996 if desired.
9997
d932cae7 99981998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9999
10000 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10001 these if the appropriate directories and files to not exist.
10002
d932cae7 100031998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10004
10005 * Makefile.in (DEVO_SUPPORT): Add config.if.
10006
d932cae7 100071998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10008
10009 * configure: Add pattern to replace "build_tooldir"'s
10010 definition in the generated Makefile with "tooldir"'s
10011 actual value.
10012
252b5132
RH
10013Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10014
10015 * config.sub: Bring back lost sparcv9.
10016
ba73c63f
JM
10017 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10018
10019Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10020
10021 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10022 CC_FOR_TARGET and friends.
10023
10024Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10025
ba73c63f
JM
10026 * Makefile.in (build_tooldir): New variable, same as tooldir.
10027 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10028 -B$(build_tooldir)/bin/.
10029 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10030
252b5132
RH
10031Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10032
10033 * config.sub: Add support for i[34567]86-pc-udk.
10034 * configure.in: Likewise.
10035
10036Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10037
10038 * Makefile.in: add bzip2 package building bits for user
10039 tools module
10040 * configure.in: ditto
10041
ba73c63f
JM
10042Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10043
10044 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10045 (ALL_TARGET_MODULES): Add all-target-libobjc.
10046 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10047 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10048 (all-target-libchill): Add dependencies.
10049 * configure.in (target_libs): Add libchill.
35590697 10050
252b5132
RH
100511998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10052
ba73c63f 10053 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10054
10055Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10056
10057 * Makefile.in (all-automake): fix dependencies.
10058
10059Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10060
10061 * configure.in: Minor cleanups for building in the $(target_alias)
10062 subdir.
10063
100641998-09-22 Jim Wilson <wilson@cygnus.com>
10065
10066 * Makefile.in (bootstrap): Set r and s before make all. Use
10067 BASE_FLAGS_TO_PASS in make all.
10068 (cross): Likewise.
10069
100701998-09-20 Mark Mitchell <mark@markmitchell.com>
10071
10072 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10073
252b5132
RH
10074Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10075
10076 * config.sub: Fix typo in last change.
10077
100781998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10079
10080 * config.sub: Add support for C4x target.
10081 * configure.in: Likewise.
10082
100831998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10084
10085 * config.sub: Recognize sparcv9 just like sparc64.
10086
10087Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10088
10089 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10090
10091Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10092
10093 * config.guess: Correctly identify Pentium II sco boxes.
10094
10095 * config.guess: Fix "tr" code. From Weiwen Liu.
10096
10097Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10098
10099 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10100 stabs.
10101
10102Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10103
10104 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10105 (ALL_TARGET_MODULES): Add all-target-libchill.
10106 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10107 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10108 (all-target-libchill): Add dependencies.
10109 * configure.in (target_libs): Add libchill.
10110
10111Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10112
10113 * config.guess: Avoid assumptions about "tr" behaves when
10114 LANG is set to something other than English.
10115
10116Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10117
10118 * configure (gxx_include_dir): Changed to
10119 '${prefix}/include/g++'-${libstdcxx_interface}.
10120
10121 * config.if: New to determine the interfaces.
10122
10123Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10124
10125 * config.guess: Detect and handle MPE/IX.
10126 * config.sub: Deal with MPE/IX.
10127
10128Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10129
10130 * configure.in: Use mh-aix43.
10131
101321998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10133
10134 * configure: Fix --without/--disable cases for gxx-include-dir.
10135
10136Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10137
10138 * mdata-sh: Imported. Needed for automake support.
10139
10140Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10141
ba73c63f 10142 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10143 "chmod og=u `find . -print`".
10144
10145Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10146
ba73c63f 10147 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10148
10149Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10150
10151 * Makefile.in: Undo previous patch.
10152
10153Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10154
10155 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10156 to here ...
10157 (install-no-fixedincludes): and here
10158 (INSTALL_MODULES): ... from here.
10159
10160Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10161
10162 * config.sub: Merge with FSF.
10163
10164 * config.guess: Merge with FSF.
10165
10166Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10167
10168 * configure (extraconfigdirs): New variable.
10169 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10170 * Makefile.in (all): Move higher in file.
10171 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10172 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10173 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10174 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10175 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10176
101771998-07-23 Brendan Kehoe <brendan@cygnus.com>
10178
10179 * Makefile.in (all-target-libjava): Depend on all-gcc and
10180 all-target-newlib.
10181 (configure-target-libjava): Depend on $(ALL_GCC).
10182
10183Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10184
10185 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10186 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10187
10188Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10189
10190 * ylwrap: Change absolute path checks to check for DOS style path
10191 names.
10192
10193 * ylwrap: Don't use a full path name if the source file is in the
10194 same directory. From hjl@lucon.org (H.J. Lu).
10195
10196 * config-ml.in: Default to being verbose, to match Feb 18 change to
10197 configure.
10198
10199Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10200
10201 Brought over from egcs:
10202
10203 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10204
10205 * configure.in (target_subdir): Set to ${target_alias} instead
10206 of "libraries".
10207
10208 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10209
10210 * configure.in (target_subdir): Set to libraries if enable_multilib.
10211
10212Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10213
10214 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10215 multilibs, force reconfiguration the first time we create
10216 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10217
10218Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10219
10220 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10221 avoid confusion with --no-recursion.
10222
10223Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10224
10225 * configure.in: Win32 hosts shouldn't use install -x
10226 * install-sh: remove -x option, and special .exe-handling
10227 hack.
10228
10229Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10230
10231 * config.guess: Recognize i586-pc-beos.
10232 * configure.in: Don't build some bits for beos.
10233
10234Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10235
10236 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10237 CFLAGS default to -O2.
10238
10239 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10240 when using GNU ld.
10241
10242Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10243
10244 * ltmain.sh: Correct install when using a different shell.
10245
10246Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10247
10248 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10249
10250Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10251
10252 * makefile.vms: Update to build binutils/makefile.vms. Add install
10253 target.
10254
10255Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10256
10257 * ltconfig: Update to correct AIX handling.
10258
10259Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10260
10261 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10262
10263 * configure.in (target_subdir): Set to ${target_alias} instead
10264 of "libraries".
10265
102661998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10267
10268 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10269 (Makefile): Depend on $(gcc_version_trigger).
10270
10271 * configure (gcc_version): Change default initializer to empty
10272 string.
10273 (gcc_version_trigger): New variable; pass this variable down
10274 to subdir configures to enable them checking gcc's version
10275 themselves. Emit make macros for both gcc_version vars.
10276 (topsrcdir): Initialize reliably.
10277 (recursion line): Remove --with-gcc-version=${gcc_version}.
10278
102791998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10280
10281 * configure (enable_version_specific_runtime_libs): Implement new flag
10282 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10283 in $(libsubdir); emit definition in each generated Makefile.
10284 (gxx_include_dir): Initialize depending on
10285 $enable_version_specific_runtime_libs.
10286
102871998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10288
10289 * configure (gcc_version): Initialize properly depending on
10290 how and where configure is started.
10291 (recursion line): Pass a --with-gcc-version=${gcc_version}
10292 to configures in subdirs.
10293
10294Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10295
10296 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10297 cygmon
252b5132
RH
10298
10299Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10300
10301 * configure.in: Add cygmon and libstub support for mn10200.
10302
103031998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10304
10305 * configure (gcc_version): Add new variable describing the
10306 particular gcc version we're building.
10307 * Makefile.in (libsubdir): Add new macro for the directory
10308 in which the compiler finds executables, libraries, etc.
10309 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10310 and libsubdir.
10311
10312Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10313
ba73c63f
JM
10314 * Makefile.in (local-clean): Remove *.log.
10315 (warning.log): Built with warn_summary from build.log.
10316 (mail-report.log): Run test_summary.
10317 (mail-report-with-warnings.log): Run test_summary including
10318 warning.log in the report.
252b5132
RH
10319
10320Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10321
10322 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10323
10324Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10325
10326 * Makefile.in (grep): Grep no longer depends on libiberty.
10327
10328Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10329
10330 * Makefile.in: all-snavigator needs all-libgui.
10331
10332Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10333
10334 * configure.in: Add cygmon and libstub support for mn10300.
10335
10336Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10337
10338 * missing: Update to version from automake 1.3.
10339
10340 * ltmain.sh: On installation, don't get confused if the same name
10341 appears more than once in the list of library names.
10342
10343Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * config.sub: Accept m68060 and m5200 as CPU names.
10346
10347Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10348
10349 * configure: Use && rather than using -a in test, because odd
10350 strings can confuse test.
10351 * configure.in: Likewise.
10352
10353Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10354
10355 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10356
10357Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10358
10359 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10360 bootstrap4-lean): New targets.
10361
10362Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10363
10364 * mpw-* Delete. Not used.
252b5132
RH
10365
10366Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10367
10368 * COPYING.LIB: Update FSF address.
10369
10370Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10371
10372 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10373
10374 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10375 GAS_SUPPORT_DIRS.
10376
10377Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10378
10379 * ltconfig, ltmain.sh: Avoid producing a version number if
10380 -version-info was not used.
10381
10382Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10383
10384 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10385 building with newlib.
10386
103871998-04-30 Paul Eggert <eggert@twinsun.com>
10388
ba73c63f 10389 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10390 Solaris `make' causes it to continue to next definition.
252b5132 10391
afb8d725
JM
10392Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10393
10394 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10395 the right GUI libraries and files are installed along with GDB.
10396
252b5132
RH
10397Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10398
10399 * configure.in: Change alpha to alpha* in several places.
10400
10401Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10402
10403 * config.sub: Recognize sparc86x.
10404
10405Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10406
252b5132
RH
10407 * configure.in (--enable-target-optspace): Remove debug echo.
10408
10409Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10410
10411 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10412
10413Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10414
10415 * ltconfig: Update cygwin32 support.
10416
10417 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10418 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10419 (GDB_SUPPORT_DIRS): Likewise.
10420
10421Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10422
10423 * configure.in (target_makefile_frag): If --enable-target-optspace,
10424 use -Os to compile target libraries rather than -O2. Default to
10425 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10426 not used.
10427 * configure.in (target_cflags): Ditto for d30v.
10428
10429Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10430
10431 * Makefile.in (all-bfd): Depend on all-intl.
10432 (all-binutils): Likewise.
10433 (all-gas): Likewise.
10434 (all-gprof): Likewise.
10435 (all-ld): Likewise.
10436
252b5132
RH
104371998-04-19 Brendan Kehoe <brendan@cygnus.com>
10438
10439 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10440
10441Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * Makefile.in (all-bfd): Depend upon all-libiberty.
10444
10445 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10446
10447Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10448
10449 * Makefile.in: Add libstub.
10450
10451 * configure.in: Ditto. Build libstub for targets that have cygmon
10452 support.
10453
10454Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10455
10456 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10457
10458Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10459
10460 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10461 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10462
10463Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10464
10465 * configure: Define DEFAULT_M4 by searching PATH.
10466 * Makfile.in: Use DEFAULT_M4.
10467
10468Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10469
10470 * ltconfig: Add cygwin32 support.
10471
10472 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10473 to configure and build.
10474
10475Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10476
10477 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10478
10479Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10480
10481 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10482
10483Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10484
10485 * Makefile.in: add ash make rules
10486 * configure.in: add ash to native_only and host_tools lists
10487
10488Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10489
10490 * Makefile.in (all-gettext, all-intl): New targets.
10491 (ALL_MODULES): Added all-gettext, all-intl.
10492 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10493 (INSTALL_MODULES): Added install-gettext, install-intl.
10494 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10495
10496 * configure.in (host_tools): Added gettext.
10497 (native_only): Likewise.
10498 (noconfigdirs) [various cases]: Likewise.
10499 (host_libs): Added intl.
10500
afb8d725
JM
10501Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10502
10503 * configure: Do not disable building gdbtk for cygwin32 hosts.
10504
ba73c63f
JM
10505Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10506
10507 * configure.in: Add thumb-coff target.
10508 * config.sub: Add thumb-coff target.
10509
252b5132
RH
10510Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10511
10512 * Makefile.in: Revert yesterday's change.
10513 (all-target-winsup): all-target-librx stays out of here.
10514
10515Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10516
ba73c63f
JM
10517 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10518 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10519 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10520 Remove references to librx and libg++.
10521
10522Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10523
10524 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10525 recursive makes
10526
10527Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10528
10529 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10530 for newlib directory.
10531 (CXX_FOR_TARGET): Likewise.
10532
10533Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10534
10535 * ltconfig: Update after libtool/ltconfig.in change for
10536 hpux11.
10537
10538Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10539
10540 * ltconfig, ltmain.sh: Update to libtool 1.2.
10541
10542Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10543
10544 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10545 (install-gcc-cross): Instead, override LANGUAGES here.
10546
105471998-03-18 Dave Love <d.love@dl.ac.uk>
10548
10549 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10550 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10551
10552Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10553
10554 * configure.in: Add Thumb-pe target.
10555
10556Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10557
252b5132
RH
10558 * Makefile.in - changed sn targets to snavigator
10559 * configure.in - changed sn targets to snavigator
10560
10561Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10562
10563 * config-ml.in: After building symlink tree call make distclean
10564 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10565 to be the case for libiberty.
10566
10567Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10568
10569 * configure: When making link, also check the current
10570 directory. The configure scripts may create one.
10571
10572Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10573
10574 * config.sub: Accept alphapca56 and alphaev6 properly.
10575
10576Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10577
10578 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10579
252b5132
RH
10580Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10581
80413487 10582 * config.sub (sco5): Fix typo.
252b5132
RH
10583
10584Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10587 install-itcl.
10588 (install-itcl): Remove dependency on install-tcl.
10589
10590Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10591
10592 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10593
252b5132
RH
10594Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * configure.in: Don't build libgui for a cygwin32 target when not on
10597 a cygwin32 host.
10598
10599Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10600
10601 * configure (redirect): Set to null, so default behavior of
10602 configure is now --verbose.
10603
106041998-02-16 Dave Love <d.love@dl.ac.uk>
10605
10606 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10607 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10608
10609Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10610
10611 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10612 this change to sync Makefile.in with its ChangeLog entries.
10613
10614Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10615
10616 * ltmain.sh (mkdir): Check that the directory doesn't exist
10617 before we exit with error, so that we don't get races during
10618 parallel builds.
10619
10620Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10621
10622 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10623
10624Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10625
10626 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10627 PICFLAG_FOR_TARGET.
10628 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10629
10630 * configure: Emit a definition for the new macro enable_shared
10631 into each Makefile.
10632
252b5132
RH
10633Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10634
10635 * configure.in (host_tools, native_only): Add libtool.
10636
10637Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10638
10639 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10640 Fix typo in ming config comment.
10641
10642Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10643
10644 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10645
10646Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10647
10648 * config.sub: Add tic30 cases, and map c30 to tic30.
10649
ba73c63f
JM
10650Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10651
10652 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10653 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10654 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10655 (CLEAN_TARGET_MODULES): Similarly
10656 (all-target-libf2c): Add dependences.
35590697 10657 * configure.in (target_libs): Add libf2c.
ba73c63f 10658
252b5132
RH
10659Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10660
ba73c63f
JM
10661 * configure.in: Remove expect from noconfigdirs when target
10662 is cygwin32. OK to build expect and dejagnu with Canadian
10663 Cross.
252b5132
RH
10664
10665Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10666
10667 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10668 host.
10669
10670 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10671 and mingw32.
10672
10673Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10674
10675 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10676 here as it is not defined in the toplevel Makefile.
10677
10678Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10679
10680 * configure (package_makefile_rules_frag): New variable, which names
10681 a file with generic rules, ...
10682 Change comment to mention we now have FIVE parts.
10683 * configure: Undo last change.
10684
10685Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10686
10687 * config.guess: More accurate determination of HP processor types.
10688 * config.sub: More accurate determination of HP processor types.
10689
10690Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10691
10692 * configure (package_makefile_frag): Move inserting the
10693 ${package_makefile_frag} to where it should be according
10694 to the comment.
10695
ba73c63f 10696Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10697
10698 * config.guess: Add support for Linux/ARM.
10699
10700Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10701
10702 * .cvsignore: Remove *-info and *-install since they match
10703 release-info and mpw-install, which we don't want to just ignore.
10704
10705Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10706
10707 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10708
10709Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10710
10711 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10712 local_prefix to sub-make invocations.
10713
10714Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10715
10716 * configure.in: Check makefile fragments in the source
10717 directory.
10718
10719Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10720
ba73c63f
JM
10721 * configure.in: Check whether host and target makefile
10722 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10723
10724Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10725
10726 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10727
252b5132
RH
10728Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10729
10730 * configure.in: Make sure we only replace RPATH_ENVVAR on
10731 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10732 regexp to sed.
10733
10734 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10735 to sub-makes.
10736
107371998-01-13 Lee Iverson (leei@ai.sri.com)
10738
10739 * config-ml.in (multi-do): LDFLAGS must include multilib
10740 designator.
10741
10742Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10743
10744 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10745
10746Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10747
10748 * config.sub: Add mingw32 support.
10749 * configure.in: Likewise.
252b5132
RH
10750
10751Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10752
10753 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10754
10755Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10756
10757 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10758 * configure (gxx_include_dir): Provide a definition for subdirs
10759 which do not use autoconf.
10760
10761Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10762
10763 * config.guess: Sync with egcs. Picks up new alpha support,
10764 BeOS & some additional linux support.
10765
ba73c63f 10766Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10767
10768 * config.guess: HP 9000/803 is a PA1.1 machine.
10769
ba73c63f
JM
10770Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10771
10772 * configure.in: It's alpha*-...
252b5132
RH
10773
10774Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10775
ba73c63f
JM
10776 * configure.in (host_makefile_frag, target_makefile_frag):
10777 Handle multiple config files.
10778 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10779 alpha-*-*.
252b5132
RH
10780
10781Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10782
10783 * mkdep: New file.
10784
10785Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10786
10787 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10788
10789Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * Makefile.in: Add libgui directory.
10792 (GDB_TK): Add all-libgui.
10793 * configure.in: Add libgui directory.
10794 * configure: Add all-libgui to GDB_TK.
10795
10796Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10797
10798 * config-ml.in (multidirs): Add m32r to multilib list.
10799
10800Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10801
10802 * Makefile.in (all-target-gperf): Change dependency to
10803 all-target-libstdc++.
10804
10805Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10806
10807 * config.guess: Add BeOS support.
10808
10809Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10810
10811 Source directory cvs renamed to cvssrc:
10812 * configure.in (host_tools): Change cvs to cvssrc.
10813 (native_only): Likewise.
10814 (noconfigdirs) [various cases]: Likewise.
10815 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10816 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10817 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10818 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10819 (all-cvssrc): Rename target from all-cvs.
10820
10821Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10822
10823 * configure (gxx_include_dir): Fix thinko.
10824
10825Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10826
10827 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10828 (install-cross, install-gcc-cross): New targets.
10829
10830Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10831
10832 * configure.in (noconfigdirs): Add support for Thumb target.
10833
10834 * config.sub (maybe_os): Add support for Thumb target.
10835
10836Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10837
10838 * Makefile.in: Add rules for cygmon.
10839
10840 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10841
10842Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10843
10844 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10845 * configure (gxx_include_dir): Provide a definition for subdirs
10846 which do not use autoconf.
10847
10848Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10849
10850 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10851 11/18/97 build
252b5132
RH
10852
10853Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10854
10855 * From Franz Sirl.
10856 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10857 found on RedHat Linux systems.
10858
10859Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10860
10861 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10862 guesses.
10863
10864Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10865
10866 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10867
10868Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10869
10870 * ltmain.sh: If mkdir fails, check whether the directory was created
10871 anyhow by some other process.
10872
10873Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10874
10875 * configure.in (d30v-*-*): Configure all directories.
10876
10877Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10878
10879 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10880 for the D30V.
10881
10882Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10883
10884 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10885
10886Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10887
80413487
RH
10888 * include/libiberty.h: Add extern "C" { so it can be used with C++
10889 progrms.
10890 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10891 programs.
252b5132
RH
10892
10893Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10894
10895 * configure.in (d30v-*-*): Configure GCC now.
10896
10897Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10898
10899 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10900 is no longer needed.
10901
10902Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10903
10904 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10905
10906Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10907
10908 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10909 targets using "$@" to provide support for similar but not identical
10910 targets without having to duplicate code.
10911
10912Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10913
10914 * makefile.vms: Fix to work with DEC C.
10915
10916Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10917
10918 * config.sub: Add mips-tx39-elf to marketing names.
10919
10920Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10921
10922 * ltmain.sh: Handle symlinks in generated script.
10923
10924Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10925
10926 * configure: Handle autoconf style directory options: --bindir,
10927 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10928 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10929 --sysconfdir.
10930 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10931 (sharedstatedir, localstatedir, oldincludedir): New variables.
10932 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10933 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10934 sbindir, sharedstatedir, and sysconfdir.
10935
10936Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10937
10938 * Makefile.in (bootstrap-lean): New target.
10939
10940Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10941
10942 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10943 sn, and gnuserv from noconfigdirs.
252b5132
RH
10944
10945Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10946
10947 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10948
10949Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10950
ba73c63f 10951 * Makefile.in (cross): New target.
252b5132
RH
10952
10953Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10954 Jeff Law <law@cygnus.com>
252b5132
RH
10955
10956 * Makefile.in (bootstrap2, bootstrap3): New targets.
10957 (all-bootstrap): Remove outdated and confusing target.
10958 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10959
afb8d725
JM
10960Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10961
10962 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10963 windows. Consistent with gdb/configure.
afb8d725 10964
252b5132
RH
109651997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10966
252b5132
RH
10967 * configure.in: Name Linux target fragment.
10968
10969 * configure: Rewrite so that project Makefile fragment is inserted
10970 first and appears last in the resulting Makefile.
10971
10972Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10973
10974 * Makefile.in (install-itcl): Install tcl first.
10975
252b5132 10976Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10977
252b5132
RH
10978 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10979
10980Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10981
10982 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10983
10984 * configure.in (skipdirs): Add target-librx for Linux.
10985 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10986
10987Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10988
10989 * Makefile.in (bootstrap): New target.
10990
10991Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10992
10993 * config.sub: Accept 'amigados' for backward compatability.
10994
10995Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10996
10997 * config.guess: Merge with FSF.
10998
ba73c63f
JM
10999Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11000
11001 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11002
252b5132
RH
11003Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11004
11005 * config.sub: Add "marketing-names" patch.
11006
11007Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11008
80413487 11009 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11010
11011Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11012
11013 * config.sub: Handle v850-elf.
11014
ba73c63f
JM
11015Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11016
11017 * .cvsignore (*-install): Remove.
11018
252b5132
RH
11019Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11020
11021 * ltconfig: Set CONFIG_SHELL in libtool.
11022 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11023
11024Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11025
11026 * configure.in (target_subdir): Set to libraries if enable_multilib.
11027
11028Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11029
11030 * config.guess: Update from gcc directory.
11031
11032Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11033
11034 * Makefile.in (all-sim): Depends on all-readline.
11035
11036Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11037
11038 * Makefile.in (BISON, YACC): Use $$s.
11039 (all-bison): Depend on all-texinfo.
11040
11041Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11042
11043 * Makefile.in (BISON): Add -L flag.
11044 (YACC): Likewise.
11045
11046Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11047
35590697
AJ
11048 * configure.in (noconfigdirs): Add support for v850e target.
11049
252b5132
RH
11050 * config.sub (maybe_os): Add support for v850e target.
11051
11052Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11053
35590697
AJ
11054 * configure.in (noconfigdirs): Add support for v850ea target.
11055
252b5132
RH
11056 * config.sub (maybe_os): Add support for v850ea target.
11057
11058Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11059
11060 * config.sub: Add mipstx39. Delete r3900.
11061
11062Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11063
11064 * Makefile.in (all-autoconf): Depends on all-texinfo.
11065
11066Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11067
11068 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11069 eabi targets.
11070
11071Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11072
11073 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11074
11075 * configure: When handling a Canadian Cross, handle YACC as well as
11076 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11077 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11078
11079Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11080
11081 * Makefile.in (BISON): bison, not byacc or bison -y.
11082 (YACC): bison -y or byacc or yacc.
11083 (various): Add *-bison as appropriate.
11084 (taz): No need to mess with BISON anymore.
11085
11086Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11087
11088 * configure: If OSTYPE matches *win32*, try to find a good value for
11089 CONFIG_SHELL.
11090
11091Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11092
11093 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11094 configure.in if it is present.
11095
11096Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11097
11098 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11099
11100Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11101
11102 * config.sub: Recognize `arc' cpu.
11103 * configure.in: Likewise.
11104 * config-ml.in: Likewise.
11105
11106Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11107
11108 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11109
11110Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11111
11112 * configure: Changed sed delimiter from ':' to '|' when
11113 attempting to substitute ${config_shell} for SHELL. On
11114 NT ${config_shell} may contain a ':' in it.
11115
11116Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11117
11118 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11119
11120Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11121
11122 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11123
11124Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11125
11126 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11127
11128 * ylwrap: If the program is a relative path, force it to be
11129 absolute.
11130
11131Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11132
11133 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11134
11135Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11136
11137 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11138 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11139 for libraries.
252b5132
RH
11140
11141Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11142
11143 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11144 separated by spaces.
252b5132
RH
11145
11146Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11147
11148 * ylwrap: New file.
11149 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11150
11151 * ltmain.sh: Handle /bin/sh at start of install program.
11152
11153 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11154
11155 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11156 * missing: New file, from automake 1.2.
11157
11158Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11159
11160 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11161 check-tk to CHECK_X11_MODULES.
11162
11163Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11164
11165 * config.sub: Merge with FSF.
11166
11167Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * config.guess: Merge with FSF.
11170
11171Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11172
11173 * configure: Treat msdosdjgpp like go32.
11174 * configure.in: Likewise. Don't remove gprof for go32.
11175
11176 * configure: Change Makefile.tem2 to Makefile.tm2.
11177
11178Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11179
11180 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11181
11182Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11183
11184 * install-sh (chmodcmd): Set to null if the DST directory already
11185 exists. Same as Nov 11th change.
11186
11187Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11188
35590697 11189 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11190
11191Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11192
11193 * config.guess: Update from FSF.
11194
11195Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11196
11197 * Makefile.in (GDB_TK): Depend on itcl and tix.
11198
11199Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11200
11201 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11202 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11203 (INSTALL_SCRIPT): New variable.
11204 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11205 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11206 to -x.
11207 * install-sh: Add support for -x option.
11208
11209Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11210
11211 * configure.in, Makefile.in: Treat tix like itcl.
11212
11213Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11214
11215 * Makefile.in (WINDRES): New variable.
11216 (WINDRES_FOR_TARGET): New variable.
11217 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11218 (EXTRA_HOST_FLAGS): Add WINDRES.
11219 (EXTRA_TARGET_FLAGS): Add WINDRES.
11220 (EXTRA_GCC_FLAGS): Add WINDRES.
11221 ($(DO_X)): Pass down WINDRES.
11222 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11223 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11224 DLLTOOL_FOR_TARGET.
11225
11226Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11227
11228 * configure.in: configure sim before gdb for win32-x-ppc
11229
11230Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11231
11232 Move gperf into the toplevel, from libg++.
11233 * configure.in (target_tools): Add target-gperf.
11234 (native_only): Add target-gperf.
11235 * Makefile.in (all-target-gperf): New target, depend on
11236 all-target-libg++.
11237 (configure-target-gperf): Empty rule.
11238 (ALL_TARGET_MODULES): Add all-target-gperf.
11239 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11240 (CHECK_TARGET_MODULES): Add check-target-gperf.
11241 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11242 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11243
11244Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11245
252b5132
RH
11246 * config.sub (mn10200): Recognize new basic machine.
11247
11248Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11249
11250 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11251 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11252
11253Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11254
11255 * configure.in: If we're building mips-sgi-irix6* native, turn on
11256 ENABLE_MULTILIB and set TARGET_SUBDIR.
11257
11258Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11259
11260 * Makefile.in (all-sn): Depend on all-grep.
11261
11262Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11263
11264 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11265
11266 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11267 Makefile. From Jeff Makey <jeff@cts.com>.
11268 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11269
11270 * Makefile.in (DISTBISONFILES): Remove.
11271 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11272 $(DEFAULT_YACC).
11273
11274 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11275 cygwin32.
252b5132
RH
11276
11277 * Makefile.in (LD): New variable.
11278 (EXTRA_HOST_FLAGS): Pass down LD.
11279 ($(DO_X)): Likewise.
11280
11281Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11282
11283 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11284
11285Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11286
11287 * configure.in (targargs): Strip out any supplied --build argument
35590697 11288 before adding our own. Always add --build.
252b5132
RH
11289
11290Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11291
11292 * configure.in (targargs): Pass --build if we're doing
11293 a cross-compile.
11294
11295Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11296
ba73c63f 11297 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11298 sed. Otherwise sed chokes on NT path names with drive
11299 designators. Also look for "?:*" as the leading characters in an
11300 absolute pathname.
11301
11302Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11303
11304 * config.sub: Support for r3900.
11305
11306Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11307
11308 * configure.in: Use install-sh, not install.sh.
11309
11310Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11313 apply it twice.
11314
11315Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11318 install-binutils.
11319
11320Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * Makefile.in: Add automake targets.
11323 * configure.in (host_tools): Add automake.
11324
11325Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11326
11327 * configure: Default CXX to c++, not gcc.
11328 * Makefile.in (CXX): Set to c++, not gcc.
11329 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11330
11331Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11332
11333 * install-sh: try appending a .exe if source file doesn't
11334 exist
11335
11336Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11337
11338 * configure.in: Turn on multilib by default.
11339 (cross_only): Remove target-libiberty.
11340
11341 * Makefile.in (all-gcc): Don't depend on libiberty.
11342
11343Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11344
11345 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11346
11347Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11350 (DISTBISONFILES): Add ld/Makefile.in
11351
11352Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11353
11354 * configure.in: if target is cygwin32 but host isn't cygwin32,
11355 don't configure gdb tcl tk expect, not just gdb.
11356
11357Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11358
11359 * configure.in: Added gnuserv everywhere sn appears.
11360
11361 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11362 (CROSS_CHECK_MODULES): Added check-gnuserv.
11363 (INSTALL_MODULES): Added install-gnuserv.
11364 (CLEAN_MODULES): Added clean-gnuserv.
11365 (all-gnuserv): New target.
11366
11367Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11368
11369 * config.guess: Fixes for MIPS OpenBSD systems.
11370
11371Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * Makefile.in (INSTALL_XFORM): Remove.
11374 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11375
11376 * mkinstalldirs: New file, copied from automake.
11377 * Makefile.in (installdirs): Rename from install-dirs. Use
11378 mkinstalldirs. Change all users.
11379 (DEVO_SUPPORT): Add mkinstalldirs.
11380
11381Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11382
11383 * install-sh: Rename from install.sh.
11384 * Makefile.in (INSTALL): Change install.sh to install-sh.
11385 (DEVO_SUPPORT): Likewise.
11386
11387 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11388 Graichen <graichen@rzpd.de>.
11389
11390Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11391
11392 * config.guess: Recognize OpenBSD systems correctly.
11393
11394Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11395
11396 * README, Makefile.in (ETC_SUPPORT): Remove references to
11397 cfg-paper*, configure.{texi,man,info*}._
11398
11399Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11400
11401 * Makefile.in (all.normal): Ensure that gcc is built after all
11402 the x11 - ie gdb - targets.
11403
11404Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11405
11406 * makefile.vms: Don't run conf-a-gas.
11407
11408Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11409
80413487 11410 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11411
11412Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11413
11414 * configure.in: Remove noconfigdirs case since gdb also
11415 configures and builds for tic80-coff.
11416
11417Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11418
11419 * configure: Set cache_file to config.cache.
11420 * Makefile.in (local-distclean): Remove config.cache.
11421
11422Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11423
11424 * COPYING: Update FSF address.
11425
11426Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11427
11428 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11429 noconfigdirs.
11430
11431Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11432
11433 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11434 MAKEDIRS, is empty.
11435
11436Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11437
11438 * config.sub: Tweak mn10300 entry.
11439
11440Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11441
11442 * configure.in (host_tools): Put sim before gdb, so gdb's
11443 configure.tgt can determine if the simulator was configured.
11444
11445Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11446
11447 * config.sub: Move BeOS $os case to be with other Cygnus
11448 local cases.
11449
11450Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11451
11452 * config.sub: Remove misplaced comment that broke Linux.
11453
11454Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11455
11456 * config.sub: Add BeOS support.
11457
11458Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11459
11460 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11461
11462Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11463
11464 * configure.in (noconfigdirs): Remove tcl and tk from
11465 noconfigdirs for cygwin32 builds.
11466
11467Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11468
11469 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11470
11471Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11472
11473 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11474 make-all.com, use makefile.vms instead.
11475
11476Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11477
11478 * config.sub: Accept -lnews*.
11479
11480Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11481
11482 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11483 target-examples and target-libiberty for d30v.
252b5132
RH
11484
11485Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11486
11487 * configure.in (noconfigdirs): Enable ld for d30v.
11488
11489Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11490
11491 * configure.in (tic80-*-*): Build compiler.
11492
11493Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11494
11495 * configure.in (d30v-*): Remove sim directory from list of
35590697 11496 unsupported d30v directories
252b5132
RH
11497
11498Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11499
35590697
AJ
11500 * config.sub, configure.in: Add d30v target cpu.
11501
252b5132
RH
11502Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11503
11504 * makefile.vms: New file.
11505 * make-all.com: Remove.
11506
11507Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11508
11509 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11510
11511Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11512
11513 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11514
11515Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11516
11517 * Makefile.in (ALL_MODULES): Added all-db.
11518 (CROSS_CHECK_MODULES): Addec check-db.
11519 (INSTALL_MODULES): Added install-db.
11520 (CLEAN_MODULES): Added clean-db.
11521
11522Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11523
11524 * config.guess: Merge with latest FSF sources.
11525
11526Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11527
11528 * Makefile.in (ALL_MODULES): Added all-itcl.
11529 (CROSS_CHECK_MODULES): Added check-itcl.
11530 (INSTALL_MODULES): Added install-itcl.
11531 (CLEAN_MODULES): Added clean-itcl.
11532
11533Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11534
11535 * configure.in: build gdb for mn10200
11536
11537Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11538
11539 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11540
11541Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11542
11543 * configure.in (tic80-*-*): Turn off most targets right now.
11544
11545Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11546
11547 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11548 rather than the makeinfo program.
11549 (do-info): Depend upon all-texinfo.
11550
11551Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11552
11553 * configure.in: Remove uses of config/mh-linux.
11554
11555 * config.sub, config.guess: Merge with latest FSF sources.
11556
11557Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11558
11559 * config.sub (case $basic_machine): Add tic80 entries.
11560
11561Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * config.sub, config.guess: Merge with latest FSF sources.
11564
11565Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11566
11567 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11568 * mpw-config.in: Test for NewFolderRecursive.
11569 * mpw-install: Use symbolic name for startup filename.
11570 * mpw-README: Add various additional details.
11571
11572Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11573
11574 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11575
11576Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11577
11578 * configure.in: Do build gcc and the target libraries for
11579 the mn10200.
11580
11581Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11582
11583 * configure.in: don't avoid building gdb for mn10300 any more
11584 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11585 instead of single-quoting it.
11586
11587Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11588
11589 * configure.in: Don't use --with-stabs on IRIX 6.
11590
11591Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11592
11593 * configure.in (m32r): Build gdb, libg++ now.
11594
11595Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11596
11597 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11598 directories from noconfigdirs.
11599
11600Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11601
11602 * config.sub (basic_machine): added mips16 configuration
11603
11604Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11605
11606 * config.sub: Handle d10v-unknown.
11607
11608Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11609
11610 * config.sub: Handle v850-unknown.
11611
11612Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11613
11614 * Makefile.in: add findutils
11615 * configure.in: add findutils to list of host_tools
11616
11617Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11618
11619 * config.sub: Handle mn10200 and mn10300.
11620
11621Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11622
11623 * configure.in (d10v-*): Do not build librx.
11624
11625Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11626
11627 * configure.in (mn10300): Build everything except gdb & libgloss.
11628
11629Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11630
11631 * config.guess: Patch for Dansk Data Elektronik servers,
11632 from Niels Skou Olsen <nso@dde.dk>.
11633
11634 For ncr, use /bin/uname rather than uname, since GNU uname does not
11635 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11636
11637 Patch for MIPS R4000 running System V,
11638 from Eric S. Raymond <esr@snark.thyrsus.com>.
11639
11640 Fix thinko for nextstep.
11641
11642 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11643
11644 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11645 * config.guess: Guess mips-dec-mach_bsd4.3.
11646
11647 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11648 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11649 release numbers.
11650 * config.guess (mips-mips-riscos*): Emit just enough of the
11651 release number.
11652
11653 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11654 * config.guess (sparc-auspex-sunos*): Added.
11655 (f300-fujitsu-*): Added.
11656
11657 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11658 * config.guess: Recognize a Tadpole as a sparc.
11659
11660Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11661
11662 * config.guess: Don't assume that NextStep version is either 2 or
11663 3. NextStep 4 (aka OpenStep 4) has come out now.
11664
11665Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11666
11667 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11668 From Rik Faith <faith@cs.unc.edu>.
11669
11670Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11671
11672 * config.sub: Contributions from bug-gnu-utils to:
11673 Support plain "hppa" (no version given) architecture, reported by
11674 OpenStep.
11675 OpenBSD like NetBSD.
11676 LynxOs is not a hardware supplier.
11677
11678 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11679 OpenBSD like NetBSD.
252b5132
RH
11680 Stratus systems.
11681 More Pyramid systems.
11682 i[n>4]86 Intel chips.
11683 M680[n>4]0 Motorola chips.
11684 Use unknown instead of lynx for hardware manufacturer.
11685
11686Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11687
11688 * install.sh (chmodcmd): Set to null if the DST directory already
11689 exists.
11690
11691Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11692
11693 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11694 not use mt-ppc target Makefile fragment any more.
11695
11696Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11697
11698 * configure.in (*-*-windows): Exclude everything but those dirs
11699 needed to build windows.
11700
11701Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11702
11703 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11704
11705Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11706
11707 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11708
11709Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11710
11711 * Undo my previous change.
11712
11713Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11716 unconditionally.
11717 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11718
11719Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11720
11721 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11722 host to add it's own flags.
252b5132
RH
11723
11724Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11725
11726 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11727
11728Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11729
11730 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11731 (CXX_FOR_TARGET): Likewise.
11732 (GCC_FOR_TARGET): Define.
11733 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11734 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11735 CC_FOR_TARGET was specified on the command line.
11736 (MAKEOVERRIDES): Don't define.
11737
11738Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11739
11740 * configure.in (m32r): Fix spelling of libg++ libs.
11741
11742Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11743
11744 * config.sub (-apple*): Remove, now redundant.
11745
11746Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11749
11750 * configure: Rework yesterday's sed script patch.
11751
11752 * config.sub: Merge with FSF.
11753
11754Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11755
11756 * config.guess: Merge from FSF.
11757
11758 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11759 * config.guess: Use pc instead of unknown, for pc clone systems.
11760 Change linux to linux-gnu.
252b5132
RH
11761
11762 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11763 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11764
11765Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11766
11767 * test-build.mk (HOLES): Add "xargs" for gdb.
11768
11769 * configure: Avoid hpux10.20 sed bug.
11770
11771Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11772
4bddf3ad 11773 * configure.in: Add support for windows host
252b5132
RH
11774 (that is a build done under the Microsoft build environment).
11775
11776Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11777
11778 * Makefile.in: Replace all uses of srcroot with s, to shrink
11779 command line lengths.
11780
11781 Patches from Geoffrey Noer <noer@cygnus.com>:
11782 * configure.in: If configuring for newlib, pass --with-newlib to
11783 subdirectories.
11784 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11785 -Bnewlib/ and -Lwinsup to gcc.
11786 (CXX_FOR_TARGET): Likewise.
11787
11788Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * Makefile.in (ETC_SUPPORT): Add configure.
11791
11792Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11793
35590697 11794 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11795 host configuration file.
11796
11797Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11798
11799 * configure.in: Break mn10x00 support into separate
11800 mn10200 and mn10300 configurations.
11801 * config.sub: Likewise.
11802
11803Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11804
11805 * configure.in: Add lots of stuff to noconfigdirs for
11806 the mn10x00 targets.
11807
11808 * config.sub, configure.in: Add mn10x00 support.
11809
11810Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11811
11812 * make-all.com: Call conf-a-gas, not config-a-gas.
11813
11814Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11815
11816 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11817 targets.
252b5132
RH
11818
11819Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11820
11821 * mpw-README: Add much more detail for native PowerMac.
11822 * mpw-install: New file.
11823 * mpw-configure: Add --norecursion and --help options.
11824 * mpw-config.in: Translate readme and install files when
11825 copying to objdir.
11826 * mpw-build.in: Don't always depend on byacc and flex.
11827 (install-only-top): New action.
11828
11829Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11830
11831 * configure.in: You can now configure GDB for the v850.
11832
11833Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11834
11835 * configure.in (noconfigdirs): Don't configure any C++ dirs
11836 if targeting D10V.
11837
11838Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11839
11840 * config.sub: Recognize mips64vr5000.
11841
11842Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11843
11844 * configure.in: Use a single line for host_tools and native_only.
11845
11846Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11847
11848 * config.sub, configure.in: Add entries for m32r.
11849
11850Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11851
11852 * Makefile.in (inet-install): Don't run install-gzip.
11853
11854Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11855
11856 * configure.in: Don't config lots of things for *-*-windows*.
11857
11858Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11859
11860 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11861 (host_libs, host_tools): Copy from configure.in.
11862 * mpw-configure: Don't complain about directories not found.
11863
11864Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11865
11866 * configure.in (i[345]86): Recognize i686 for pentium pro.
11867 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11868 file.
11869
11870 * config.guess (i[345]86): Ditto.
11871
11872Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11873
11874 * configure.in (noconfigdirs): Removed gdb for D10V.
11875
11876Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11877
11878 * configure.in: Remove ld, target-libio, target-libg++, and
11879 target-libstdc++ from noconfigdirs.
11880
11881Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11882
11883 * configure: Fix three locations where shell scripts were
11884 being run directly rather than with config_shell.
11885
11886Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11887
11888 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11889 * config.sub (basic_machine): Recognize v850.
11890
11891Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11892
11893 * mpw-configure: Handle multiple enable/disable options and
11894 pass them down recursively, handle -c and -s flags appropriately
11895 depending on choice of compiler, add escape mechanism for
11896 quoted arguments to gC.
11897
11898Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11899
11900 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11901 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11902 so that -mrelocatable-lib and -mno-eabi are used.
11903
11904 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11905 not support --print-multi-lib, don't abort.
11906
252b5132
RH
11907Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11908
11909 * make-all.com: Run config-a-gas.
11910 * setup.com: Don't copy subdirectory files around.
11911
11912Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11913
11914 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11915 target, it now compiles correctly.
11916
11917Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11918
11919 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11920
11921Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11922
35590697 11923 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11924
11925Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11926
11927 * configure.in (native_only): Add prms.
11928
11929Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11930
11931 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11932 (BINUTILS_SUPPORT_DIRS): Likewise.
11933
11934Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11935
11936 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11937 d10v support is added.
11938
11939Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11940
11941 * configure.in (d10v-*-*): New target.
11942
11943Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11944
11945 * config.guess (HP 9000/811): Recognize this as a PA1.1
11946 machine.
11947
11948Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11949
11950 * Makefile.in (do-tar-gz): New target, split out from tail end of
11951 taz target. Run each command separately, don't use pipes.
11952 (taz): Use it.
11953
11954Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11955
11956 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11957 * mpw-build.in: No builds should depend on building byacc or flex,
11958 they are assumed to be installed already.
11959
11960Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11961
11962 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11963 variable that CC_FOR_TARGET needs.
11964
11965Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11966
11967 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11968 options have changed since the last time the subdirectory was
11969 configured, and if it has, reconfigure.
11970 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11971 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11972
11973Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11974
11975 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11976 CLEAN_MODULES): Add bash.
11977 (all-bash): New target.
11978
11979Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11980
11981 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11982
11983Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11984
11985 * config.sub (basic_machine): Recognize d10v as a valid processor.
11986
11987Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11988
11989 * mpw-configure: Add support for --bindir.
11990 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11991
11992Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11993
11994 * configure.in: add bash, time, gawk to list of hosttools and things
11995 to only build for native toolchains
11996
11997Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11998
11999 * Makefile.in (docdir): Remove.
12000
12001Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12002
12003 * Makefile.in (datadir): Set to $(prefix)/share.
12004
12005Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12006
12007 * configure.in: build diff and patch for cygwin32-hosted
12008 toolchains.
12009
12010Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12011
12012 * config.sub: Accept -rtems*.
12013
12014Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12015
80413487 12016 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12017 remove diff from the list of things not buildable
12018 via Canadian Cross
252b5132
RH
12019
12020Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12021
12022 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12023 don't get ". ".
252b5132
RH
12024
12025Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12026
12027 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12028
12029Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12030
12031 * Makefile.in (taz): Handle case where tex3patch didn't even get
12032 checked out. Also, if it was found, put the symlink in a new util
12033 subdirectory.
12034
12035Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12036
12037 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12038
12039Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12040
12041 * config.sub: Recognize -openvms.
12042 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12043 * make-all.com, setup.com: New files.
12044
12045Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12046
12047 * Makefile.in (taz): tex3patch moved to texinfo/util.
12048
12049Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12050
afb8d725 12051 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12052 * configure.in: remove make from disable-if-Can-Cross list
12053 enable gdb if ${host} and ${target} are cygwin32
12054
12055Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12056
12057 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12058 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12059
12060Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12061
12062 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12063 distinguish sysv/svr4/bsd variants.
12064 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12065
12066Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12067
12068 * configure.in: Added copyright notice.
12069 * move-if-change: Added copyright notice.
12070
12071Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12072
12073 * configure.in (powerpcle-*-solaris*): Until we get shared
12074 libraries working, don't build gdb, sim, make, tcl, tk, or
12075 expect.
12076
12077Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12078
12079 * config.guess: Merge with FSF:
12080
12081 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12082 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12083
12084 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12085 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12086
12087 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12088 * config.guess: Combine two OSF1 rules.
12089 Also recognize field test versions. From mjr@zk3.dec.com.
12090 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12091 because GNU uname does not support -p. From pmr@pajato.com.
12092
12093Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12094
12095 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12096
12097Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12098
12099 * mpw-README: Document GCCIncludes.
12100
12101Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12102
12103 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12104
12105Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12106
12107 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12108
12109Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12110
12111 * configure.in (*-*-cygwin32): Configure make.
12112
12113Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12114
12115 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12116
12117Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12118
12119 * Makefile.in (all-inet): Depend on all-perl.
12120
12121 * Makefile.in (inet-install): New target.
12122
12123 * Makefile.in (all-inet): Depend on all-tcl.
12124 (all-inet): Depend on all-send-pr.
12125
12126Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12127
12128 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12129 temporarily.
12130
12131Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12132
12133 * configure.in: Don't configure --with-gnu-ld on AIX.
12134
12135Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12136
12137 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12138
12139Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12140
12141 * Makefile.in (ALL_MODULES): Added all-inet.
12142 (CROSS_CHECK_MODULES): Added check-inet.
12143 (INSTALL_MODULES): Added install-inet.
12144 (CLEAN_MODULES): Added clean-inet.
12145 (all-indent): New target.
12146
12147 * configure.in (host_tools): Added inet.
12148 (native_only): Added inet.
12149 (noconfigdirs): Added inet.
12150
12151Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12152
12153 * configure.in: Don't configure libgloss if we are not configuring
12154 newlib.
12155
12156Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12157
12158 * configure.in: Don't configure libgloss for unsupported
12159 architectures.
12160
12161Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12162
12163 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12164
12165Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12166
12167 * Makefile.in (ALL_MODULES): Include all-apache.
12168 (CROSS_CHECK_MODULES): Include check-apache.
12169 (INSTALL_MODULES): Include install-apache.
12170 (all-apache): New target.
12171
12172 * configure.in: Added apache everywhere perl is seen.
12173
12174Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12175
12176 * Makefile.in: Add support for clean-{module} and
12177 clean-target-{module} rules.
12178
12179Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12180
12181 * configure.in (*-*-ose) do not build libgloss.
12182
12183Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12184
12185 * config.guess (prep*:SunOS:5.*:*): Turn into
12186 powerpele-unknown-solaris2.
12187
12188Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * configure.in: Permit --enable-shared to specify a list of
12191 directories.
12192
12193Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12194
12195 * configure.in (host==solaris): Pass only the first word of $CC
12196 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12197
12198Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12199
12200 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12201
12202Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12203
12204 * Makefile.in (ALL_MODULES): Include all-perl.
12205 (CROSS_CHECK_MODULES): Include check-perl.
12206 (INSTALL_MODULES): Include install-perl.
12207 (ALL_X11_MODULES): Include all-guile.
12208 (CHECK_X11_MODULES): Include check-guile.
12209 (INSTALL_X11_MODULES): Include install-guile.
12210 (all-perl): New target.
12211 (all-guile): New target.
12212
12213 * configure.in (host_tools): Include perl and guile.
12214 (native_only): Include perl and guile.
12215 (noconfigdirs): Don't build guile and perl; no ports have been
12216 done.
12217
12218Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12219
80413487
RH
12220 * configure (--enable-*): Handle quoted option lists such as
12221 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12222
12223Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12224
12225 * Makefile.in ({,inst}all-target): New rule so we can make and
12226 install all of the target directories easily.
12227
12228Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12229
12230 * configure.in: Add missing global flag in sed substitution when
12231 deleting `target-' from ${configdirs}.
12232
12233Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12234
12235 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12236 option.
12237
12238 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12239 config/mh-necv4.
12240
12241 * install.sh: Correct misspelling of transformbasename.
12242
12243 * config.guess: Recognize mips-*-sysv*.
12244
12245Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12246
12247 * config.sub: Recognize mon960.
12248
12249Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12250
12251 * configure: Restore Canadian Cross handling of BISON and LEX,
12252 removed in Feb 20 change.
12253
12254Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12255
12256 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12257 Mention make install. Remove the old copyright date as well the
12258 clumsy and rather pointless copyright on the README file.
12259
12260Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12261
12262 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12263 Makefile after running symlink-tree, then run `make distclean' to
12264 avoid clobbering any generated files in srcdir.
12265
12266Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12267
12268 * configure.in (m68k-*-netbsd*): Build everything now.
12269
12270Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12271
12272 * Makefile.in (taz): Fix quoting.
12273
12274Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12275
12276 * configure.in (sparclet-*-*): Build everything now.
12277
12278Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12279
12280 * configure.in (m68k-*-linux*): New host.
12281
12282Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12283
12284 * configure: Check for bison before byacc.
12285
12286Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12287
12288 * Makefile.in configure: Change the way LEX and BISON/YACC are
12289 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12290 searching PATH. These are used as fallbacks by Makefile.in if
12291 flex/bison/byacc aren't in objdir.
12292
12293Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12294
12295 * Makefile.in: Make everything which depends upon all-bfd also
12296 depend upon all-opcodes, in case --with-commonbfdlib is used.
12297
12298Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12299
12300 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12301 building NT native compilers on Unix.
12302
12303Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12304
12305 * configure.in: Don't get CC from the host Makefile fragment if we
12306 can find gcc in PATH, or if this is a Canadian Cross. Move the
12307 Solaris test for /usr/ucb/cc to the post target script, just after
12308 the compiler sanity test.
12309
12310Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * config.sub: Merge with FSF.
12313
12314Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12315
12316 * Makefile.in (RPATH_ENVVAR): New variable.
12317 (REALLY_SET_LIB_PATH): Use it.
12318 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12319
12320Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12321
12322 * config.sub, configure.in: Recognize sparclet cpu.
12323
12324Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12325
12326 * config.guess: Support m68k-cbm-sysv4.
12327
12328Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12329
12330 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12331 m68k-unknown-linuxaout from linker help string. Put quotes around
12332 $ld_help_string.
12333
12334Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12335
12336 * config.guess (powerpc-harris-powerunix): Add guess for port
12337 to new target.
12338
12339Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12340
12341 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12342
12343Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12344
12345 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12346 $(REALLY_SET_LIB_PATH) in Makefile.
12347 * Makefile.in (SET_LIB_PATH): New variable.
12348 (REALLY_SET_LIB_PATH): New variable.
12349 ($(DO_X)): Use $(SET_LIB_PATH).
12350 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12351 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12352 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12353 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12354 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12355 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12356 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12357 (install-dosrel): Likewise.
12358 (all-opcodes): Depend upon all-libiberty.
12359
12360Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12361
12362 * config.guess (*:CYGWIN*): New
12363
12364Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12365
12366 * Makefile.in (all-target-winsup): All all-target-libiberty.
12367
12368Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12369
12370 * configure.in (noconfigdirs): Add missing # in front of comment.
12371
12372Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12373
12374 * configure.in: add second pass to things added to noconfigdirs
12375 so *-gm-magic can exclude libgloss properly.
12376
12377Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12378
12379 * mpw-configure (extralibs_name, rez_name): Set correctly
12380 for MWC68K compiler.
12381
12382 * mpw-README: Add more info on the necessary build tools.
12383
12384Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12385
12386 * configure.in, config.sub: Recognize cygwin32.
12387
12388Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12389
12390 * config.guess, config.sub: Recognize A/UX.
12391
12392Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12393
12394 * config.sub: Merge with gcc/config.sub.
12395
12396Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12397
12398 * mpw-build.in (do-binutils): Add build of stamps.
12399
12400Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12401
12402 * config.sub: Add recognition for mips64vr4100*-* targets.
12403
12404Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12405
12406 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12407 Add creation of gconfigargs with `--enable-shared' turned on.
12408 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12409 ($(host)-stamp-stage3-configured): Likewise.
12410 (HOLES): Add chatr and ldd.
12411 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12412
12413Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12414
12415 * configure: Pass --nfp to recursive configures.
12416
12417Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12418
12419 * Makefile.in (DLLTOOL): New.
12420 (DLLTOOL_FOR_TARGET): New.
12421 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12422 (EXTRA_TARGET_FLAGS): Ditto.
12423 (EXTRA_GCC_FLAGS): Ditto.
12424 (CONFIGURE_TARGET_MODULES): Ditto.
12425 (DO_X): Ditto.
12426 * configure: Add DLLTOOL.
12427
12428Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12429
12430 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12431 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12432 mh-sco, since old workarounds no longer needed, and don't
12433 build ld, since libraries have weak symbols in COFF.
12434
12435Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12436
12437 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12438
12439Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * configure.in: Make sure that ${CC} can be used to compile an
12442 executable.
12443
afb8d725
JM
12444Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12445
12446 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12447 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12448 nothing depending on whether gdbtk is being built.
12449
252b5132
RH
12450Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12451
12452 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12453
12454Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12455
12456 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12457 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12458
12459Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12460
12461 * config-ml.in: Add support for
12462 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12463 Simplify setting of multidirs from --disable-foo.
12464
12465Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12466
12467 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12468 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12469 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12470 non-empty, pass them on to the GCC make.
252b5132
RH
12471 (all-bootstrap): New rule that is like all-gcc, except it executes
12472 the GCC bootstrap rule instead of the GCC all rule.
12473
12474Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12475
12476 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12477
12478Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12479
12480 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12481 DG/UX support.
12482
12483Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12484
12485 * config.sub (i*86*) Change [345] to [3456]
12486
12487Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12488
12489 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12490 --with-gnu-ld=no.
12491
12492Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12493
12494 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12495 AIX multilibs get built.
12496
12497Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12498
12499 * configure.in (i386-win32): Don't build expect if we're not
12500 building the tcl subdir.
12501
12502Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12503
12504 * Makefile.in: (configure-target-examples, all-target-examples):
12505 New targets, configure and build example programs.
12506
12507Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12508
12509 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12510 use it as input to sedit the generated MPW makefile.
12511 * mpw-README: Add a suggestion about Gestalt.h.
12512
12513Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12514
12515 * config.sub: Accept *-*-ieee*.
12516
12517Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12520 Ronald F. Guilmette <rfg@monkeys.com>.
12521
12522Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12523
12524 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12525 for powerpc-pe native.
12526 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12527 (target==powerpc-pe): duplicate i386-win32 entry.
12528
12529Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12530
12531 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12532 of vxworks, not just vxworks5.1.
12533
12534Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12535
12536 * mpw-configure: Add support for exec-prefix.
12537
12538Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12539
12540 * config.guess: Recognize HP model 816 machines as having
12541 a PA1.1 processor.
12542
12543Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12544
12545 * configure: Ignore new autoconf configure options.
12546
252b5132
RH
12547Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12548
12549 * config.guess: Recognize Pentium under SCO.
12550 From Robert Lipe <robertl@arnet.com>.
12551
12552Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12553
12554 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12555
12556Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12557
12558 * configure.in: Don't configure gas for alpha-dec-osf*.
12559
12560Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12561
12562 * configure.in: Default to --with-stabs for some targets for which
12563 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12564 i[345]86*-*-unixware*.
12565
12566Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12567
12568 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12569 rather than basing it on the target. Simplify handling of options
12570 controlling which directories to configure. Remove extraneous
12571 slash in multi-clean target.
12572
12573Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12574
12575 * config-ml.in: Prefix more variables with ml_ so they don't collide
12576 with configure's.
12577
12578Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * configure: Don't turn -v into --v.
12581
12582Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12583
12584 * configure.in (targargs): Fix typo.
12585
12586 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12587
12588Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12589
12590 * configure.in: Strip --host and --target options from
12591 CONFIG_ARGUMENTS, and always configure for --host only. Add
12592 --with-cross-host option when building with a cross-compiler.
12593 * configure: Canonicalize the arguments put into config.status by
12594 always using `=' for an option with an argument. Pass a presumed
12595 --host or --target explicitly.
12596
12597Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12598
12599 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12600 into general OS recognition case.
12601
12602Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12603
12604 * configure.in (target_configdirs): add target-winsup only
12605 for win32 target systems.
12606
12607Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12608
12609 * Makefile.in (all-target-libgloss): Depend upon
12610 configure-target-newlib, since when libgloss is built it looks to
12611 see if the newlib directory exists.
12612
12613Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12614
12615 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12616 cfg-ml-*.in.
12617
12618Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12619
12620 * configure: Handle LD and LD_FOR_TARGET when configuring a
12621 Canadian Cross.
12622
252b5132
RH
12623Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12624
12625 * configure.in (target_libs): add target-winsup.
12626 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12627 (target==ppcle-pe): remove ld from $noconfigdirs.
12628
12629Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12630
12631 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12632 Preserve relative path names in $srcdir. Build symlink tree if
12633 configuring cross target dir and srcdir=. (= no VPATH support).
12634 (configure-target-libg++): Depend on configure-target-librx.
12635 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12636 * config-ml.in: New file.
12637 * symlink-tree: New file.
12638 * configure: Ensure srcdir="." if that's what it is.
12639
12640Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12641
12642 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12643 includes and FLEX_SKELETON setting.
12644 * mpw-configure (--with-gnu-ld): New option, controls whether
12645 to use PPCLink or ld with PowerMac GCC.
12646 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12647 * mpw-config.in: Configure grez if targeting Mac.
12648
12649 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12650 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12651 just macos.
252b5132
RH
12652 * configure.in: Configure grez resource compiler if targeting Mac.
12653 * Makefile.in (all-grez, install-grez): New targets.
12654
12655Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12656
12657 * configure: CXX defaults to gcc, not g++. If we find
35590697 12658 gcc in the path, set CC to gcc -O2.
252b5132
RH
12659
12660Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12661
12662 * configure: Default ${build} correctly. Avoid picking up extra
12663 spaces when reading CC and CXX from Makefile. When doing a
12664 Canadian Cross, use plausible default values for numerous
12665 variables.
12666 * configure.in: When doing a Canadian Cross, don't try to
12667 configure tools whose configure script can't handle it.
12668
12669Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12670
12671 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12672
12673Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12674
12675 * configure: Remove dubious bug reporting address.
12676
12677Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12678
12679 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12680 configure script, run that instead of this directory's configure.
12681 In either case, print a message that we're configuring the sub-dir.
12682
12683Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12684
12685 * configure.in: Before checking for the existence of various files,
12686 use sed to filter out "target-".
12687
12688Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12689
12690 * Makefile.in (DO_X): Split rule to decrease command line length
12691 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12692 (Philippe De Muyter).
12693
12694Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12695
12696 * Makefile.in (all-patch): depend on all-libiberty.
12697
12698Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12699
12700 * configure.in: If the only directory in target_configdirs which
12701 actually exists is libiberty, then set target_configdirs to empty,
12702 to avoid trying to build a target libiberty in a gas or gdb
12703 distribution.
12704
12705Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12706
12707 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12708 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12709 systems.
252b5132
RH
12710
12711Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12712
12713 * configure.in (copy_dirs): Use sys-include instead of include
12714 for --with-headers option.
12715
12716Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12717
12718 * Makefile.in, configure.in: Make winsup builds work with
12719 new scheme.
12720
12721Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12722
12723 * configure.in: Build the linker on AIX.
12724
12725Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12726
12727 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12728 where needed.
12729
12730Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12731
12732 * Makefile.in (all-gcc): Fix typo.
12733
12734Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12735
12736 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12737
12738Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12739
12740 * configure.in: Rename libFOO to target-libFOO, and xiberty
12741 to target-xiberty, to provide more flexibility.
12742 (target_subdir): Define. Create if cross.
12743 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12744 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12745 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12746 check-libFOO -> check-target-libFOO, etc.
12747 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12748 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12749 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12750 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12751 allow ALL_GCC="" to only configure.
12752 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12753 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12754 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12755
12756Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12757
12758 * Makefile.in (taz): Build "info" in etc explicitly.
12759
12760Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12761
12762 * configure.in: Make sure that CC is undefined (as opposed to
12763 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12764 problem with autoconf trying to configure on a host without GCC.
12765
12766Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12767
12768 * mpw-configure: Set host alias from choice of host compiler,
12769 only use generic MPW Makefile sed if present, edit a file
12770 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12771 * mpw-README: Add problem notes about CW6 and CW7.
12772
12773Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12774
12775 * Makefile.in (taz): Use ";" instead of ";;".
12776
12777Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12778
12779 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12780 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12781 DISTDOCDIRS.
12782 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12783 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12784
12785Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12786
12787 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12788 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12789 Move bfd to DISTSTUFFDIRS.
12790
12791Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12792
12793 * Makefile.in (X11_LIB): Removed.
12794 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12795
12796 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12797
12798Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12799
12800 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12801 names.
12802
12803Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12804
12805 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12806
12807Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12808
12809 * configure.in (i[345]86-*-win32): Always build newlib.
12810 Don't configure cvs, autoconf or texinfo.
12811 * Makefile.in (LD_FOR_TARGET): New.
12812 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12813 Pass down LD_FOR_TARGET.
12814
12815Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12816
12817 * winsup: New directory.
12818 * Makefile.in: Build winsup.
12819 * configure.in: Winsup is configured when target is win32.
12820 Can only build win32 target GDB when native.
35590697 12821
252b5132
RH
12822Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12823
12824 * config.guess: Recognize HP model 819 machines as having
12825 a PA 1.1 processor.
12826
12827Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12828
12829 * configure: Fix sed loop which substitutes for CC and CXX to
12830 avoid bug found in various sed implementations.
12831
12832Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12833
12834 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12835 simulator. Use standard powerpc-*-eabi*.
12836
12837Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12838
12839 * configure.in: Stop putting gas and binutils in noconfigdirs for
12840 powerpc-*-aix* and rs6000-*-*.
12841
12842Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12843
12844 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12845 -mcall-aixdesc libraries.
12846
12847Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12848
12849 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12850
12851 * config.sub (arm | armel | armeb): Fix shell syntax.
12852
12853Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12854
12855 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12856 -msoft-float and -mcpu=common support.
12857 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12858 libraries.
12859
12860Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12861
12862 * configure.in: Allow configuration and build of emacs19 for the alpha.
12863
12864Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12865
12866 * configure.in (CC): Get ^CC, not just any old CC, from
12867 ${host_makefile_frag}.
12868
12869Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12870
35590697 12871 * configure.in (CC): Try to get CC from
252b5132
RH
12872 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12873
12874Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12875
12876 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12877 only if it exists in $(srcdir).
12878
12879Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12880
12881 * configure: If CC and CXX are not set in the environment, set
12882 them, based on either an existing Makefile or on searching for gcc
12883 in PATH. Substitute for CC and CXX in Makefile.
12884 * configure.in: Remove libm from target_libs. Separate
12885 target_configdirs from configdirs. If CC is not set in
12886 environment, try to get it from a host Makefile fragment. Rewrite
12887 changes of configdirs to use skipdirs instead. A few minor
12888 tweaks. Take directories out of target_configdirs as they are
12889 taken out of configdirs. Remove existing Makefile files from
12890 subdirectories. Substitute for TARGET_CONFIGDIRS and
12891 CONFIG_ARGUMENTS in Makefile.
12892 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12893 by configure.in.
12894 (CONFIG_ARGUMENTS): Likewise.
12895 (CONFIGURE_TARGET_MODULES): New variable.
12896 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12897 ($(CONFIGURE_TARGET_MODULES)): New target.
12898 (configure-libg++, configure-libio): New targets.
12899 (all-libg++): Depend upon configure-libg++.
12900 (all-libio): Depend upon configure-libio.
12901 (configure-libgloss, all-libgloss): New targets.
12902 (configure-libstdc++): New target.
12903 (all-libstdc++): Depend upon configure-libstdc++.
12904 (configure-librx, all-librx): New targets.
12905 (configure-newlib): New target.
12906 (all-newlib): Depend upon configure-newlib
12907 (configure-xiberty): New target.
12908 (all-xiberty): Depend upon configure-xiberty.
12909
12910Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12911
12912 * configure.in (host i[345]86-*-win32): Expand the
12913 noconfigdirs again.
12914
12915Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12916
12917 * mpw-configure: Fix sed command file name.
12918
12919Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12920
35590697 12921 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12922 noconfigdirs again.
12923
12924Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12925
12926 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12927 or powerpc*-*-pe*, since they are not yet supported.
12928
12929Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12930
12931 Add PowerMac support and many other enhancements.
12932 * mpw-configure: New option --cc to select compiler to use,
12933 paste options set according to --cc into the generated
12934 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12935 if mpw-make.sed is present.
12936 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12937 add forward includes for PowerPC include files.
12938 * mpw-build.in: Build using Makefile.PPC if present.
12939 (do-byacc, etc): Remove separate version resource builds.
12940 (do-gas): Build "stamps" before "all".
12941 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12942 * mpw-README: Update to reflect --cc option, PowerMac support,
12943 and recently-reported compatibility problems.
12944
12945Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12946
12947 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12948 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12949 (--with-multilib-top): Pass to recursive invocations.
12950
12951Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12952
12953 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12954 v810-*-*.
12955
12956Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12957
12958 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12959 gdb, ld and opcodes on v810-*-*.
12960
252b5132
RH
12961Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12962
12963 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12964 (local-maintainer-clean): New target.
12965 (maintainer-clean): New target.
12966 (realclean): Just depend upon maintainer-clean.
12967
12968Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12969
12970 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12971
12972Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12973
12974 * configure.in: Build ld in mips*-*-bsd* case.
12975
12976Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12977
12978 * config.sub: Accept -lites* OS. From Ian Dall.
12979
12980Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12981
12982 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12983 targets.
252b5132
RH
12984
12985Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12986
12987 * configure.in: treat i386-win32 canadian cross the same as
12988 i386-go32 canadian cross.
12989
12990Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12991
12992 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12993 running under the simulator to build a reduced set of libraries.
12994 (powerpc-*-eabiaix): Add fine grained multilib support added to
12995 other powerpc targets yesterday.
12996
12997Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12998
12999 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13000 -disable-softfloat, -disable-relocatable, -disable-aix, and
13001 -disable-sysv to control which multilib libraries get built.
13002
13003Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13004
13005 * configure: Add Makefile.tem to list of files to remove in trap
13006 handler.
13007
13008Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13009
13010 * config.guess (*Linux*): Add missing "exit"s.
13011 Also, need specific check for alpha-unknown-linux (uses COFF).
13012
13013Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13014
13015 * config.guess: Merge with FSF:
13016
13017 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13018 * config.guess (AIX4): More robust release numbering discovery.
13019
13020 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13021 * config.guess (i386-sequent-ptx): Properly get version number.
13022
13023 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13024 * config.guess (mips:*:4*:UMIPS): New case.
13025
13026Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13027
13028 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13029 (i386-win32 host): Likewise. Don't build readline.
13030
afb8d725
JM
13031Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13032
13033 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13034 SUPPORT_FILES to submakes.
13035
252b5132
RH
13036Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13037
13038 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13039 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13040 mpw-configure.
13041
13042Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13043
13044 * configure.in (appdirs): Use =, not ==, in test expression when
13045 trying to build the text to print in the warning message for
13046 Solaris users.
13047
13048Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13049
13050 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13051
13052Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13053
13054 * config.guess: Recognize lynx-2.3.
13055
13056Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13057
13058 * config.sub (z8ksim): Deleted
13059 (z8k-*-coff): New, this is the one true name of the target.
13060
13061Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13062
13063 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13064
13065Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13066
13067 * config.guess (*:Linux:*:*): First try asking the linker what the
13068 default object file format is (elf, aout, or coff). Then if this
13069 fails, try previous methods.
13070
13071Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13072
13073 * configure.in: Don't build newlib for *-*-vxworks5.1.
13074
13075Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13076
13077 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13078 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13079
13080Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13081
13082 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13083
13084Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13085
13086 * cfg-ml-com.in: New file.
13087 * cfg-ml-pos.in: New file.
13088
13089Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13090
13091 * COPYING.NEWLIB: Add HP free copyright to list.
13092
13093Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13094
13095 * config.sub: Recognize -eabi* for the system, not just -eabi.
13096
13097Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13098
13099 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13100 * config.sub, configure.in (win32): New target and host.
13101
13102Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13103
13104 * configure.in: Add i386-pe configuration.
13105
13106Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13107
13108 * mpw-build.in (install): Install GDB after LD.
13109
13110Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13111
13112 * mpw-config.in (elf/mips.h): Always forward-include, needed
13113 for GDB to build.
13114
13115Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13116
13117 * testsuite: New directory for customer acceptance and whole tool
13118 chain tests.
13119
13120Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13121
13122 * configure: If per-host line isn't found, but AC_OUTPUT is found
13123 and a configure script exists, run it instead.
13124
13125Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13126
13127 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13128
13129Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13130
13131 * configure: Set build_{cpu,vendor,os,alias} to host values when
13132 --build isn't specified.
13133
13134Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13135
13136 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13137 (FLAGS_TO_PASS): Pass them.
13138 (EXTRA_TARGET_FLAGS): Ditto.
13139
252b5132
RH
13140Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13141
13142 * Makefile.in (all-libg++): Depend on all-libstdc++.
13143
13144Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13145
13146 * configure.in (noconfigdirs): Enable all packages for
13147 i386-unknown-netbsd.
13148
13149Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13150
13151 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13152 hosted builds (DOS builds)
13153
13154Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13155
13156 Changes for ARM based on patches from Richard Earnshaw:
13157 * config.sub: Handle armeb and armel.
13158 * configure.in: Omit arm linker only for riscix.
13159
13160Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13161
13162 * config.guess: Update from FSF.
13163
13164Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13165
13166 * config.sub: Recognize powerpcle as the little endian varient of
13167 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13168 powerpcle variant. Convert pentium into i586, not i486. Add p5
13169 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13170 temporarily.
13171
13172Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13173
13174 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13175
13176Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13177
13178 * config.sub: Accept -lites* as a basic system type.
13179
13180Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13181
13182 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13183 installed, and if so return linuxoldld as the system name.
13184
13185Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13186
13187 * config.guess: Add hppa1.1-hp-lites support.
13188
13189Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13190
13191 * configure.in: Don't build newlib for m68k-vxworks5.1.
13192
13193Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13194
13195 * configure.in (mips-sgi-irix6): Use mh-irix5.
13196
13197Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13198
13199 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13200
13201Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13202
13203 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13204 OSF/1. Fix compiler flags.
252b5132
RH
13205 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13206
13207Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13208
13209 * configure.in: Recognize --with-newlib.
13210 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13211
afb8d725
JM
13212Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13213
13214 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13215 to *_X11_MODULES due to gdbtk needing X include files et al.
13216
252b5132
RH
13217Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13218
13219 Merge in support for Mac MPW as a host.
13220 (Old change descriptions retained for informational value.)
13221
13222 * mpw-config.in: Add generic include forwards for cpu-specific
13223 include files in aout and elf directories.
13224
13225 * mpw-configure: Added copyright.
13226 * mpw-config.in: Check for presence of required build tools.
13227 (target_libs): Add newlib.
13228 (target_tools): Add examples.
13229 (Read Me): Generate as "Read Me for MPW" instead.
13230 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13231 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13232 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13233
13234 * mpw-configure: Remove subdir-specific makefile hackery,
13235 delete mk.tmp after using it.
13236
13237 * mpw-build.in (all): Display start and end times.
13238
13239 * mpw-configure (host_canonical): Set.
13240 (target_cpu): Always add to makefiles.
13241 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13242 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13243 (mpw-mh-mpw): Look for in srcdir and srcroot.
13244 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13245
13246 * mpw-build.in: (install-only): New target.
13247
13248 * mpw-configure (host_alias, target_alias): Rename from hostalias
13249 and targetalias, add into generated Makefile.
13250 (mk.tmp): If present, add into generated Makefile.
13251 * mpw-build.in (all-gas): Build config.h first before gas proper.
13252
13253 * mpw-configure (config.status): Write only if changed.
13254 * mpw-config.in (readline): Configure it (not built, just used for
13255 definitions).
13256
13257 * mpw-config.in (elf/mips.h): Add a forward include.
13258
13259 * mpw-config.in: Forward-include most .h files in include into
13260 extra-include.
13261 (readline): Don't build.
13262 mpw-build.in (install): Install GDB.
13263
13264 * mpw-configure (prefix, mpw_prefix): Handle it.
13265 * mpw-config.in (mmalloc, readline): Don't configure.
13266 * mpw-build.in (thisscript): Rename to ThisScript.
13267 Use mpw-build instead of BuildProgram everywhere.
13268 (mmalloc, readline): Don't build.
13269 * mpw-README: New file, basic documentation about the MPW port.
13270
13271 * mpw-config.in: Use forward-include to create include files.
13272
13273 * mpw-configure: Add more things to the top of each configured
13274 Makefile, including contents of config/mpw-mh-mpw.
13275 * mpw-config.in (extra-include): Create this directory and fill it
13276 with Posix-like include files when configuring.
13277
13278 * config.sub (apple, mac, mpw): Add various aliases.
13279
13280 * mpw-build.in: New file, top-level build script fragment for MPW.
13281 * mpw-configure: New file, configure script for MPW.
13282 * mpw-config.in: New file, config fragment for MPW.
13283
13284Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13285
13286 * configure.in (host_libs): Remove glob, since it is gone from the
13287 sources.
13288
13289Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13290
13291 * Makefile.in: define empty GDB_NLM_DEPS var.
13292
13293 * configure.in(target_makefile_frag): use config/mt-netware
13294 for netware targets.
13295
13296Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13297
13298 * config.sub: Merge in recent FSF changes. Remove linux special
13299 cases.
13300
13301Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13302
4bddf3ad 13303 Revert this change:
252b5132
RH
13304
13305 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13306
13307 * build-all.mk: Use CC=cc -Xs on Solaris.
13308
252b5132
RH
13309Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13310
13311 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13312 stop using it.
13313 * Makefile.in: Nuke all references to glob subdirectory.
13314
13315Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13316
13317 * configure.in: Fix --enable-shared logic in per-host.
13318
13319Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13320
13321 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13322
13323Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13324
13325 * configure.in (noconfigdirs): Don't build gas on AIX, for
13326 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13327
13328Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13329
13330 * configure: Fix --cache-file to work if the file argument is a
13331 relative path.
13332
13333Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13334
13335 * configure: If the --cache-file is used, pass it down to
13336 configure in subdirectories.
13337
13338Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13339
13340 * config.sub: add vxworks29k configuration.
13341
13342Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13343
13344 * Makefile.in (taz): Do "diststuff" part quietly.
13345
13346Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13347
13348 * config.sub: Mini-merge with gcc/config.sub.
13349
13350Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13351
13352 * config.guess (IRIX): Sed - to _.
13353
13354Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13355
13356 * Makefile.in (source-vault, binary-vault): New targets.
13357
13358Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13359
13360 * config.sub: Recognize -eabi as a basic system type.
13361
13362Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13363
13364 * configure.in (enable_shared stuff): Fix typo.
13365
13366Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13367
13368 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13369
13370Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13371
13372 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13373
13374Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13375
13376 * configure.in (rs6000-*-*): Don't build gas.
13377
13378Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13379
13380 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13381 reduce command line length.
13382 (AS_FOR_TARGET): Check for as.new, not Makefile.
13383 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13384
13385Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13386
13387 * config.guess: Merge from FSF.
13388
13389Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13390
13391 * configure: Don't use $ when handling program_suffix.
13392
13393Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13394
13395 * configure.in: Configure tk for hppa/hpux.
13396
13397Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13398
13399 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13400
13401Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13402
13403 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13404 to LIBCXXFLAGS. Tests are better run without it.
13405
13406Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13407
13408 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13409
13410Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13411
13412 * configure.in (*-*-netware*): Don't configure xiberty.
13413
13414Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13415
13416 * configure.in: Remove tk from native_only list.
13417
13418Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13419
13420 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13421 for special NCD build.
13422
13423Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13424
13425 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13426 makeall.bat, they're only useful for binutils snapshots.
13427 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13428 makeall.bat to specified SUPPORT_FILES.
13429
13430Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13431
13432 * build-all.mk: Add Ericsson targets to sun4 and solaris
13433 hosts. Add BNR's sun4 target to solaris host, so their
13434 build-from-source will be tested in-house first.
13435
13436Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13437
13438 * Makefile.in (LIBCFLAGS): New variable.
13439 (CFLAGS_FOR_TARGET): Ditto.
13440 (LIBCFLAGS_FOR_TARGET): Ditto.
13441 (LIBCXXFLAGS): Ditto.
13442 (CXXFLAGS_FOR_TARGET): Ditto.
13443 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13444 (BASE_FLAGS_TO_PASS): Pass them.
13445 (EXTRA_TARGET_FLAGS): Ditto.
13446
4bddf3ad 13447 * configure.in: Support --enable-shared.
252b5132
RH
13448
13449Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13450
13451 * configure.in (target_libs): Include libstdc++ again.
13452 * config.guess: Update from FSF (for FreeBSD).
13453
13454Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13455
13456 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13457 makeall.bat.
13458 (DISTDOCDIRS): Add `etc'.
13459 (ETC_SUPPORT_PFX): New variable.
13460 (taz): Include anything from etc starting with a word in
13461 ETC_SUPPORT_PFX.
13462
13463Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13464
13465 * config.sub: Update for recent FSF changes. Remove obsolete
13466 h8300hds entry. Add -windows* and -osx as basic os. Minor
13467 spacing changes.
13468
13469Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13470
13471 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13472
13473 * config.guess: Merge with FSF.
13474 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13475
13476Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13477
13478 * configure: Since the "trap 0" handler will override the exit
13479 status on many systems, only use it for "exit 1", and make it set
13480 a non-zero exit status; reset it before "exit 0". Also, check
13481 exit status of config.sub, and error out if it failed.
13482
13483Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13484
13485 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13486 and install libgloss.
13487
13488Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13489
13490 * Makefile.in (all-binutils): Depend upon all-byacc.
13491
13492 * configure.in: Don't build emacs on Irix 5.
13493
13494Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13495
13496 * configure.in (*-*-netware*): Add libio.
13497
13498Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13499
13500 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13501 (CHECK_TARGET_MODULES): Ditto.
13502 (INSTALL_TARGET_MODULES): Ditto.
13503 (TARGET_LIBS): Ditto.
13504 (all-libstdc++): Note dependencies.
13505
13506Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13507
13508 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13509
13510Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13511
13512 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13513 -fexternal-templates.
13514
13515 * configure.in (target_libs): Add libstdc++.
13516 (noconfigdirs): Add libstdc++ as appropriate.
13517
13518Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13519
13520 * config.guess: Update from FSF.
13521
13522Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13523
13524 * configure: Use ${config_shell} when running ${configsub}.
13525
13526Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13527
13528 * config.sub: No longer recognize h8300h.
13529
13530Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13531
13532 * config.sub: Remove extraneous differences between config.sub and
13533 gcc/config.sub.
13534
13535Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13536
13537 * Makefile.in (DISTSTUFFDIRS): Add gas.
13538
13539Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13540
13541 * COPYING.NEWLIB: New file.
13542
13543Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13544
13545 * config.guess (HP-UX): Patch from Harlan Stenn
13546 <harlan@landmark.com> to also emit release level.
13547
13548Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13549
13550 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13551
13552Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13553
13554 * config.sub: Merge nextstep cleanup from FSF.
13555
13556Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13557
13558 * configure.in (arm-*-*): Don't configure ld for this target.
13559
13560Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13561
13562 * configure.in (*-*-netware): don't configure libg++, libio,
13563 librx, or newlib.
13564
13565Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13566
13567 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13568 configure ld--it works, but it doesn't support shared libraries.
13569
13570Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13571
13572 * config.guess (*-unknown-freebsd*): Get rid of possible
13573 trailing "(Release)" in version string.
13574 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13575
13576Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13577
13578 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13579 Fix type: *-next-neststep -> *-next-nextstep.
13580
13581 * config.guess: Merge from FSF:
13582
13583 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13584
13585 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13586
13587 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13588
13589 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13590 instead of UNIX_SV for UnixWare 1.0).
13591
13592Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13593
13594 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13595 to make gdb/nlm/* build after the compiler and linker.
13596
13597Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13598
13599 * config.guess (netbsd, freebsd, linux): Accept any machine,
13600 not just i[34]86.
13601 (m68k-atari-sysv4): Relocate to match FSF version.
13602
13603 * config.guess: More merges from the FSF:
13604
13605 Add a space before function call or macro invocation.
13606
13607 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13608
13609 * config.guess: Add trap cmd to remove dummy.c and dummy when
13610 interrupted.
13611
13612 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13613
13614 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13615 (dummy): Redirect stderr from compilation of dummy.c.
13616
13617 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13618
13619 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13620
13621Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13622
13623 * configure: Accept and ignore --cache*, for compatibility with
13624 new autoconf.
13625
13626Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13627
13628 * config.guess: Merge from FSF:
13629
13630 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13631
13632 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13633 (PATH): Add /.attbin at end for finding uname.
13634 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13635
13636 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13637
80413487 13638 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13639
13640 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13641
80413487
RH
13642 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13643 to select whether to use ELF or COFF.
252b5132
RH
13644
13645 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13646
80413487 13647 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13648
13649 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13650
13651 * config.guess: Guess the OS version for HPUX.
13652
13653 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13654
13655 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13656
13657Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13658
13659 * configure.in: Recognize --with-headers, --with-libs, and
13660 --without-newlib.
13661 * Makefile.in (all-xiberty): Depend upon all-ld.
13662
13663Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13664
13665 * configure.in: Change i[34]86 to i[345]86.
13666
13667Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13668
13669 * configure (version): A few more tweaks to help message.
13670
13671Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13672
13673 * Makefile.in: Remove (for now) librx as a host library,
13674 now that we're building it for target.
13675
13676Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13677
13678 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13679 (Karl Berry).
13680
13681Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13682
13683 * configure.in: Also configure librx.
13684
13685Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13686
13687 * Makefile.in: Update various rules to reflect that librx
13688 is now needed for libg++.
13689
13690Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13691
13692 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13693
13694Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13695
13696 * configure.in: Configure the examples directory.
13697
13698Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13699
13700 * configure: Simplify Jun 2 1994 change.
13701
13702Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13703
13704 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13705 /bin/gcc isn't good enough to build gcc.
13706
13707Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13708
13709 * Makefile.in (GDB_SUPPORT_FILES): Remove
13710 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13711 (gdb.tar.gz): Add new rule to use standard distribution building
13712 mechanism.
13713
13714Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13715
13716 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13717 Bill Cox <bill@cygnus.com>.
13718
13719Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13720
13721 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13722
13723Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13724
13725 * configure: Search current dir first in .gdbinit.
13726
13727Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13728
13729 * config.sub: Recognize freebsd (merged from gcc config.sub).
13730
13731Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13732
13733 * config.sub: Refer to NeXT's operating system as nextstep.
13734
13735 * config.sub (case $basic_machine): Re-order the cases, to match
13736 the order in the FSF version (which is mostly alphabethical).
13737 Merge in some additions and changes from the FSF.
13738
13739Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13740
13741 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13742 * config.sub: Recognize cxux7.
13743 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13744
13745Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13746
13747 * config.sub: Fix typo powerpc -> powerpc-*.
13748
13749Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13750
13751 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13752
13753 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13754 parallel with all-emacs and install-emacs). Top-level command
13755 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13756
13757Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13758
13759 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13760 $(relbindir)/make before doing ``make install'', and use
13761 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13762 installing over running make binary.
13763 ($(host)-stamp-stage3-installed): Likewise.
13764
13765Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13766
13767 * config.guess: Recognize Mach.
13768
13769Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13770
13771 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13772 see whether --exec-prefix was used.
13773
13774Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13775
13776 * README: Explicitly mention libg++/README. (Zoo's idea.)
13777
13778Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13779
13780 * Makefile.in: Add all-librx target similar to all-libproc.
13781
13782Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13783
13784 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13785 with post 1.2 uname bogosity.
13786
13787Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13788
13789 * configure: Remove temporary files on receipt of a signal.
13790
13791Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13792
13793 * configure: If there is a package_makefile_frag, remove
13794 ${subdir}/Makefile.tem after copying it in.
13795
13796Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13797
13798 * build_all.mk: support rs6000 lynx identifies itself as
13799 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13800 since /bin/gcc is too feeble to compile a modern gcc.
13801
13802Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13803
13804 * brought devo/test-build.mk update-to-date with progressive/
13805 test-build.mk. Add lynx targets and hppa flag info.
13806
13807Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13808
13809 * configure.in: Use mh-ncrsvr43. Patch from
13810 Tom McConnell <tmcconne@sedona.intel.com>.
13811
13812Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13813
13814 * config.guess (i386-unknown-bsdi): No longer need to
13815 check #if defined(__bsdi__) && defined(__i386__).
13816
13817Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13818
13819 * configure: Set program_transform_nameoption correctly.
13820
13821Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13822
13823 * brought build-all.mk update-to-date with progressive build-all.mk,
13824 added new targets and hppa info.
35590697 13825
252b5132
RH
13826Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13827
13828 * configure: If config.guess result is a prefix of the user
13829 specified target, assume a native build and use the user specified
13830 target as the host alias. Remove SunOS patch suffix removal hack.
13831 * configure.in: Remove SunOS patch suffix removal hack.
13832
13833 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13834 in NATIVE_CHECK_MODULES.
13835
13836Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13837
13838 * Makefile.in: Rename HOST_ONLY to NATIVE.
13839 * configure: Delete SunOs patch suffix from host_canonical
13840 and build_canonical variables that are prepended to Makefiles.
13841 * configure.in: Add comments for easier maintenance.
13842
13843Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13844
13845 * Makefile.in: Add all-libproc target similar to all-gui.
13846
13847Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13848
13849 * Makefile.in (CHECK_MODULES): split into
13850 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13851
13852Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13853
13854 * config.guess (i386-unknown-bsdi): New system to guess.
13855
13856Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13857
13858 * Makefile.in: Add all-gui target (but not yet build by "all").
13859
13860Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13861
13862 * config.sub: Move deletion of patch suffix from here...
13863 * configure.in: To here, at Ian's suggestion. The top-
13864 level scripts might need to know of a patch level.
13865
13866Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13867
13868 * config.sub: Strip off patch suffix so rtl is recognized
13869 as a sunos4.1.3 machine, even though it's been patched.
13870
13871Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13872
13873 * Makefile.in (INSTALL_LAST): Delete.
13874 (INSTALL_DOSREL): New.
13875
13876Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13877
13878 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13879 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13880 whether we pass down --with-gnu-ld anyhow.
13881
13882Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13883
13884 * Makefile.in (INSTALL_LAST): Change operation so it works
13885 on more flavors of make.
13886 * configure.in (go32): Don't build libg++ or libio.
13887
13888Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13889
13890 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13891 they can be overriden by templates.
13892
13893Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13894
13895 * configure.in (target==go32): Don't build gdb.
13896 * dosrel: New directory.
13897
13898Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13899
13900 * configure.in (host==go32): Configure dosrel too.
13901 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13902 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13903 be set by incoming names or templates.
13904 (INSTALL_LAST): New rule.
252b5132
RH
13905
13906Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13907
13908 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13909
13910Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13911
252b5132
RH
13912 * configure.in (appdirs): New variable. Currently empty, but will
13913 be used in gas distribution. If nonempty, lists a set of
13914 directories at least one of which must get configured, or top
13915 level configuration is considered to have failed.
13916 (rs6000-*-lynxos*): Use new file name.
13917
13918Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13919
13920 Eliminate XTRAFLAGS.
13921 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13922 newlib include files using -idirafter, and also use -nostdinc.
13923 (CXX_FOR_TARGET): Likewise.
13924 (XTRAFLAGS): Removed.
13925 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13926 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13927 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13928 ($(DO_X)): Don't pass down XTRAFLAGS.
13929
13930Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13931
13932 * configure.in (mips*-dec-bsd*): New target; do build linker.
13933 (mips*-*-bsd*): New target; don't build linker.
13934
13935Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13936
13937 * configure.in: support rs6000-*-lynxos* configuration.
13938 support sunos4 as a cross target.
13939
13940 * config.sub: look for lynx*, not lynx since the OS version may
13941 legitimately be part of the name.
13942
13943Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13944
13945 * configure.in (i[34]86-*-sco*): Move to be with other i386
13946 targets.
13947 (romp-*-*): New target. Skip various binary utilities.
13948 (vax-*-*): New target. Don't build newlib.
13949 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13950
13951Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13952
13953 * configure.in: Only set host_makefile_frag if config
13954 directory exists.
13955
13956Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13957
13958 * install.sh: If $dstdir exists, don't check whether each
13959 component does.
13960
13961Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13962
13963 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13964
13965Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13966
35590697
AJ
13967 * configure.in (*-*-lynxos*): Don't configure newlib for either
13968 native or cross Lynx.
252b5132
RH
13969
13970Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13971
13972 * config.sub (sparc64-elf): Fix os.
13973 (z8k): Remove duplicate.
13974
13975Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13976
13977 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13978 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13979
13980Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13981
13982 * configure: Make file links cleanly even if Lynx fails on
80413487 13983 an NFS symlink (at least fail cleanly).
252b5132
RH
13984
13985Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13986
13987 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13988 -XNh2000.
13989
13990Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13991
13992 * configure: Unknown options are fatal again.
13993
13994Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13995
13996 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13997 compatibility.
252b5132
RH
13998
13999Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14000
14001 * build-all.mk: Add `clean' target.
14002
14003Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14004
14005 * config.guess: Add SINIX support.
14006 * configure.in: Add mips-*-sysv4* support.
14007
14008Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14009
14010 * build-all.mk: Document all useful targets.
14011 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14012 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14013
14014Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14015
14016 * configure: Support --silent, --quiet.
14017
14018Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14019
14020 * configure: Support --disable-FEATURE.
14021
14022Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14023
14024 * config.guess: Recognize NCR running SVR4.3.
14025
14026Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14027
14028 * config.guess: Make BSDI generate i386-unknown-bsd386.
14029 Patch from Paul Eggert <eggert@twinsun.com>.
14030
14031Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14032
14033 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14034
14035Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14036
14037 * configure: Make unrecognized options give nonfatal warnings
14038 instead of fatal errors, and pass them to any subdirectory
14039 configures in case they recognize them.
14040 Make --x equivalent to --with-x.
14041
14042Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14043
14044 * configure: Add --enable-* options. Clean up usage message and
14045 some comments.
14046
14047Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14048
14049 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14050
14051Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14052
14053 * configure.in (hppa*-*-*): Enable binutils.
14054
14055Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14056
14057 * config.sub: Recognize cisco.
14058
14059Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14060
14061 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14062
14063Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14064
14065 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14066 than one configuration name. Add comment.
14067
14068Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14069
14070 * config.guess: about target *-hitachi-hiuxwe2, fixed
14071 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14072 macro is incorrect.]
14073
14074Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14075
14076 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14077 than the "make ls" stuff which used to be here.
14078
14079Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14080
14081 * config.guess: Recognize i[34]86-unknown-freebsd.
14082 From Shawn M Carey <smcarey@rodan.syr.edu>.
14083
14084Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14085
14086 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14087
14088Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14089
14090 * config.guess: Check for ptx.
14091
14092Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14093
14094 * config.sub: Add os9k checking.
14095
14096Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14097
14098 * config.guess: Handle OSF1 running on HPPA processors
14099
14100Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14101
14102 * configure: If subdir configure fails, print out a message with
14103 subdirectory name, in case subdir's configure code didn't identify
14104 itself.
14105
14106Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14107
14108 * configure.in: Remove embedded newlines from configdirs.
14109 Avoid mismatches of substrings. Fix matching strings at end
14110 of configdirs.
14111
14112Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14113
14114 * config.guess: Add Lynx/rs6000 config support.
14115
14116Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14117
14118 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14119
14120Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14121
14122 * configure.in (hppa*-*-osf*): Treat this just like most other
14123 PA configurations (eg no binutils or ld).
14124 (hppa*-*-*elf*): These configurations have binutils and ld.
14125
14126Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14127
14128 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14129
14130Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14131
14132 * configure.in (rs6000-*-*): Build gas.
14133
14134Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14135
80413487 14136 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14137
14138Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14139
14140 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14141 for GDB and GDB has been fixed to not need it.
14142
252b5132
RH
14143Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14144
14145 * config.guess: Recognize vax hosts.
14146
14147Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14148
14149 * configure (while loop): Don't use "break 2" inside case
14150 statement -- the case statement isn't an enclosing loop.
14151
14152Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14153
14154 * config.guess: Clean up NeXT support, to allow nextstep
14155 on Intel machines. Make OS be nextstep.
14156
14157Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14158
14159 * config.guess: Add alternate forms for Convex.
14160
14161Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14162
14163 * configure: Completely rewrite option processing. Take
14164 advantage of pattern-matching to avoid invoking test frequently.
14165 Also clean up host and target defaulting logic.
14166
14167Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14168
14169 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14170 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14171 commands (plus user environment) will fit SCO limits.
14172
14173Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14174
14175 * configure.in: Don't issue warnings about directories which are
14176 not being configured if -norecursion is set. Correct test for
14177 --with-gnu-as and --with-gnu-ld to not get confused by substring
14178 matches.
14179
14180 * configure.in: Don't build gas for alpha-dec-osf1*.
14181
14182Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14183
14184 * configure: Back out Per's change of 12/19/1993. It changes the
14185 behavior of configure in unexpected and confusing ways.
14186
14187 Also, use different delim char when calculating
14188 program_transform_name so that the name can contain slashes.
14189
14190Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14191
14192 * configure.in, config.sub: Add support for VSTa micro-kernel.
14193
14194Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14195
14196 * configure.in: Nuke hacks which were used to get a special
14197 version of GAS for HPPA configurations.
14198
14199Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14200
14201 * configure: If only ${target_alias} is given, use that
14202 as the default for ${host_alias}.
14203 * configure: Add missing back-slashes before nested quotes.
14204
14205Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14206
14207 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14208
14209Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14210
14211 * config.guess: Recognize some Tektronix configurations.
14212 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14213
14214Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14215
14216 * config.sub: Match any flavor of SH.
14217
14218Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14219
14220 * configure.in: Don't try to configure newlib for Alpha.
14221
14222Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14223
14224 * configure.in: Don't build ld for Irix 5. Don't build gas,
14225 libg++ or libio for any Alpha target.
14226
14227 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14228
14229Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14230
14231 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14232 default arguments -- so it tried to compress itself.
14233
14234Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14235
14236 * configure.in (notsupp): ensure that a space is always at the end
14237 of the configdirs list, since the grep checks for an explicit space
14238
14239Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14240
14241 * configure.in (target i386-sysv4.2): don't build ld, since static
14242 versions of many libraries are not available.
14243
14244Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14245
14246 * config.guess: Recognize Apollos (using environment variables).
14247 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14248
14249Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14250
14251 * config.guess: Recognize Sony news mips running newsos.
14252
14253Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14254
14255 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14256 "fi ; else" for bash.
14257
14258Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14259
14260 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14261
14262Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14263
14264 * config.sub: accept unixware as an alias for svr4.2.
14265 Fix some inconsistancies with the gcc version.
14266
14267Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14268
14269 * Makefile.in (DISTDOCDIRS): Add gdb.
14270
14271Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14272
14273 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14274
14275Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14276
14277 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14278 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14279 this now.
14280
14281Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14282
14283 * config.sub: Accept hiux* as an OS name.
14284
14285 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14286 etc/make-stds.texi. The underscore came from gcc, and dje now
14287 agrees that RUNTESTFLAGS is the correct name.
14288
14289Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14290
14291 * install.sh: Remove 'set -e'. It makes any conditionals
14292 in the script useless.
14293
14294 * config.guess: Automatically recognize arm-acorn-riscix
14295 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14296
14297Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14298
14299 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14300
14301Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14302
14303 * Makefile.in (DISTDOCDIRS): New variable.
14304 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14305 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14306
14307Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14308
14309 * configure.in (hppa target): check the source directory for the
14310 pagas sub-directory
14311
14312Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14313
14314 * config.sub: Allow -aout* and -elf*.
14315
14316Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14317
14318 * configure.in: Don't build ld on i386-solaris2, same as for
14319 sparc-solaris2.
14320
14321Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14322
14323 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14324
14325Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14326
14327 * configure.in: Configure gdb for alpha.
14328
14329Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14330
14331 * Makefile.in (CXXFLAGS): Add -O.
14332
14333Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14334
14335 * config.guess: added support for DG Aviion
14336
14337Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14338
14339 * configure.in: Produce warning message for subdirectories not
14340 configurable for this host/target combination. Don't try to
14341 configure gdb for vms.
14342
14343Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14344
14345 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14346 appropriate files before making "diststuff".
14347 (DISTBISONFILES): New var: list of files to be edited.
14348 (DISTSTUFFDIRS): Add binutils.
14349
14350Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14351
14352 * config.sub: also handle mipsel and mips64el (for little endian mips)
14353
14354Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14355
14356 * configure.in: Add * to end of all OS names.
14357
14358Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14359
14360 * configure.in: Build newlib for LynxOS native.
14361
14362Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14363
14364 * config.guess: Add support for delta 88k running SVR3.
14365
14366 * configure.in: Add comment about HP compiler vs. emacs.
14367
14368Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14369
14370 * configure.in: don't build ld on solaris2 (not a viable option
14371 due to bugs in getpwnam & getpwuid)
14372
14373Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14374
14375 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14376 config.guess will produce a full version number.
14377
14378Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14379
14380 * configure.in: Build linker and binutils for alpha-dec-osf1.
14381
14382Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14383
14384 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14385 and gdb/testsuite/Makefile.in.
14386
14387Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14388
14389 * configure.in: recognize mips*- instead of mips-
14390
14391Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14392
14393 * config.sub: Accept linux*coff and linux*elf as operating
14394 systems.
14395
14396Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14397
14398 * config.sub: Recognize mips64, and mips3 as an alias for it.
14399
14400Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14401
14402 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14403 gdb knows how to handle OSF/1 shared libraries.
14404
14405Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14406
14407 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14408 * config.guess: Recognize Hitachi's HIUX.
14409 * config.sub: Recognize h3050r* and hppahitachi.
14410 Remove redundant cases for hp9k[23]*.
14411
14412Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14413
14414 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14415 if gas and ld are in the source tree and are in ${configdirs}.
14416 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14417 --with options (but still pass them down on the command line,
252b5132
RH
14418 if they were explicitly specified).
14419
14420Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14421
14422 * configure: substitute SHELL value in Makefile.in with
14423 ${CONFIG_SHELL}
14424
14425Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14426
14427 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14428 *-*-solaris2* targets.
14429
14430Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14431
14432 * Makefile.in: define M4, and pass it down to sub-makes;
14433 all-autoconf now depends on all-m4
14434
14435Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14436
14437 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14438 presence of {ar,ranlib} instead of a configured directory
14439
14440Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14441
14442 * config.guess: Accept 34?? as well as 33?? for NCR.
14443
14444Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14445
14446 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14447 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14448
14449Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14450
14451 * configure: grab values for $(CC) and $(CXX) from the
14452 environment, so that someone can do "CC=gcc configure; make" and
14453 have it work right (matching the way that autoconf works now)
14454
14455 * configure.in, Makefile.in: add support for gash, the tcl
14456 interface to Galaxy
14457
14458 * config.guess: add NetBSD variants (hp300, x86)
14459
14460Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14461
14462 * install.sh: Support -d option (in the manner of SunOS 4 install,
14463 as it is more deterministic than that of GNU install)
14464 (chmodcmd): Set file to mode 755 by default (should also do default
14465 chgrp and chown, but I don't feel like dealing with that now)
14466
14467Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14468
14469 * config.sub: Remove h8300hhms alias.
14470
14471Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14472
14473 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14474
14475Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14476
14477 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14478 as stmp-fixinc
14479
14480Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14481
14482 * config.sub: recognize m88110-bug-coff.
14483
14484Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14485
14486 * Makefile.in (all-libio): all dependencies on the toolchain used
14487 to build this (gcc, gas, ld, etc)
14488
14489Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14490
14491 * config.guess: Deal with OSF/1 1.3 on alpha.
14492
14493Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14494
14495 * install.sh: add some 'else true' clauses for portability
14496
14497 * configure.in: don't build libio for h8[35]00-*-* targets
14498
14499Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14500
14501 * Makefile.in: Add support for new libio.
14502
14503Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14504
14505 * install.sh: If one command fails, don't try the rest. Don't try
14506 to remove $dsttmp (via trap) unless we have already created it.
14507 If $src doesn't exist, detect it and exit with an error.
14508
14509 * config.guess: Recognize BSD on hp300.
14510
14511Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14512
14513 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14514 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14515
14516Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14517
14518 * Makefile.in (all-send-pr): depends on all-prms
14519
14520Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14521
14522 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14523
14524Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14525
14526 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14527 Added test for mips-mips-riscos5.
14528
14529Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14530
14531 * configure.in: use mh-hp300 for 68k HP hosts
14532
14533Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14534
14535 * configure: add support for CONFIG_SHELL, so that you can use
14536 some alternate shell for evaluating configure scripts
14537
14538Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14539
14540 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14541 in configure script to bug-gdb@prep.ai.mit.edu when building
14542 distribution archive.
14543 * Makefile.in (COMPRESS): Remove def.
14544 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14545 gdb.tar.Z and make-gdb.tar.Z respectively.
14546 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14547 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14548 to convergence with 'taz' target in Makefile.in.
14549
14550Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14551
14552 * install.sh (dsttmp): use trap to ensure that tmp files go
14553 away on error conditions
14554
14555Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14556
14557 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14558
14559Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14560
14561 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14562 its parent is '/' not ''.
14563
14564 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14565
14566Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14567
14568 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14569 that ${newsrcdir}/configure.in does.
14570
14571Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14572
14573 * test-build.mk: support for CONFIG_SHELL
14574
14575Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14576
14577 * config.sub (netware): Add as a basic system type.
14578
14579Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14580
14581 * Makefile.in (Makefile): depend on configure.in. Also drop the
14582 $(srcdir)/ from the dependency on Makefile.in.
14583
14584Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14585
14586 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14587 (h8300hhms is temporary until multi-libraries are implemented).
14588 * configure.in: Handle h8300h too.
14589
14590Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14591
14592 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14593
14594Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14595
14596 * configure: Remove extraneous output when guessing host type.
14597 * config.guess: Remove extraneous output when guessing using C
14598 compiler rather than uname, or when guessing fails.
14599
14600Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14601
14602 * Makefile.in: remove all.cross and install.cross targets
14603
14604 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14605 definitions
14606
14607Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14608
14609 * configure.in (target sh): Build gprof.
14610
14611Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14612
14613 * config.sub: change -solaris to -solaris2
14614
14615Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14616
14617 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14618
14619Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14620
14621 * configure: Correct error message for missing Makefile.in to
14622 print correct directory.
14623
14624Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14625
14626 * install.sh: kludge around 386BSD shell bug
14627
14628Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14629
14630 * config.guess: Recognize NeXT.
14631 * config.guess: Recognize i486-ncr-sysv4.
14632 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14633
14634Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14635
14636 * Makefile.in (MAKEINFOFLAGS): New variable.
14637 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14638 * build-all.mk, test-build.mk: Pass down --no-split as
14639 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14640
14641Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14642
14643 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14644
14645Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14646
14647 * Makefile.in (libg++.tar.z): New rule.
14648 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14649 * Makefile.in (taz): Only do a single chmod.
14650
14651Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14652
14653 * install.sh: don't use dirname anymore (replaced with sed usage)
14654
14655Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14656
14657 * Makefile.in: Change extension for gzip'd files from '.z' to
14658 '.gz' per new FSF standard usage.
14659
14660Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14661
14662 * configure: put quotes around the final value of program_transform_name
14663
14664Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14665
14666 * Makefile.in: new install.sh support; update install-info rules
14667
14668Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14669
14670 * configure.in: Build diff for crosses, but not for go32 host.
14671
14672 * configure.in: Build gprof only for native, and don't build it
14673 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14674
14675Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14676
14677 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14678
14679Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14680
14681 * configure.in (host_tools): Add prms.
14682
14683Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14684
14685 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14686 with $(FLAGS_TO_PASS) on the command line
14687
14688 * config.sub: Recognize lynx and lynxos
14689
14690Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * config.sub: Accept -ecoff*, not just -ecoff.
14693
14694Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14695
14696 * Makefile.in (taz): Use .gz suffix instead of .z.
14697 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14698 names.
14699
14700Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14701
14702 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14703
14704Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14705
14706 * Makefile.in (install-no-fixedincludes): install gcc last, so
14707 that rebuilds that might happen during 'make install' don't get
14708 bogus gcc include files
14709
14710Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14711
14712 Change from Utah for HPPA support:
14713 * config.guess: Recognize hppa1.x-hp-bsd.
14714
14715Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14716
14717 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14718 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14719
14720Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14721
14722 * config.sub: Add support for rom68k and bug boot monitors.
14723
14724Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14725
14726 * Makefile.in: Make all-opcodes depend on all-bfd.
14727
14728Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14729
14730 * config.guess: Added special check for i[34]86-univel-sysv4*.
14731
14732Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14733
14734 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14735 the processor rather than assuming i486.
14736
14737Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14738
14739 * config.guess: Recognize SunOS6 as Solaris3.
14740
14741Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14742
14743 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14744 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14745
14746Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14747
14748 * build-all.mk (all-cross): New target for Canadian Cross.
14749 Added Q2 go32 targets.
14750 * test-build.mk: Configure go32 cross sparclite-aout and
14751 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14752 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14753
14754Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14755
14756 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14757 GO32 hosted toolchains
14758
14759Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14760
14761 * configure: change so "-exec-prefix" gets passed down rather
14762 than "-exec_prefix" so autoconf generated Makefiles get the
14763 exec_prefix set right.
14764
14765Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14766
14767 * config.guess: get the Solaris2 minor version number
14768
14769 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14770
14771Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14772
14773 * config.guess: Recognize some Sequent platforms.
14774
14775Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14776
14777 * Makefile.in: added the vault-install target
14778
14779 * configure.in: actually use the Sun3 makefile fragment that's in
14780 config, also added the release dir to configdirs
14781
14782Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14783
14784 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14785
14786Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14787
14788 * configure.in: remove some program from Alpha targetted toolchains
14789
14790Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14791
14792 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14793 gprof.
14794 (taz): Run "make diststuff" in those directories instead of "make
14795 proto-dir". Look for "VERSION=" only at start of line in subdir
14796 Makefile. Use "gzip -9" for compression.
14797 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14798 (binutils.tar.z): New target.
14799
14800Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14801
14802 * Makefile.in (taz): Include gpl.texinfo.
14803
14804Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14805
14806 * Makefile.in (setup-dirs): Merged into "taz" target.
14807 (taz): Only do `proto-dir' stuff if a directory is actually needed
14808 for this target.
14809
14810Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14811
14812 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14813 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14814 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14815 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14816 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14817
14818Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14819
14820 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14821 config.sub, and move-if-change to gdb testsuite distribution
14822 archive, so the testsuite can be extracted, configured, and
14823 run separately from the gdb distribution. Blow away the Chill
14824 tests that require a Chill compiled executable, since GNU Chill
14825 is not yet publically available.
14826
14827Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14828
14829 * test-build.mk: set environment variables in a single command,
14830 instead of a list of assignments and exports
14831
14832 * config.guess: recognize Alpha/OSF1 systems
14833
14834Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14835
14836 * configure: Change help message to prefer --options rather than
14837 -options.
14838
14839Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14840
14841 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14842 zippy@ecst.csuchico.edu.
14843 * config.guess: Recognize miniframe.
14844
14845Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14846
9eb322aa
MF
14847 * Makefile.in: Use srcroot to find runtest rather than rootme.
14848 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14849
14850Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14851
14852 * test-build.mk: Extensive additions to support building on a
14853 machine other than the host.
14854
14855Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14856
14857 * configure (tooldir): Fix for i386-aix again.
14858
14859Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14860
14861 * configure, Makefile.in: Change definition of $(tooldir)
14862 to match the FSF.
14863
14864Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14865
14866 * config.guess: Recognize i[34]86/SVR4.
14867
14868Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14869
14870 * Makefile.in (all-gdb): gdb depends on sim.
14871
14872Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14873
14874 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14875 at the same time we make the prototype gdb directory.
14876 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14877 files at the same time as the gdb base release distribution.
14878
14879Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14880
14881 * Makefile.in (check): Use individual check targets rather than
14882 DO_X rule.
14883 (check-gcc): Added.
14884
14885Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14886
14887 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14888 for System V release 3.2.
14889
14890Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14891
14892 * config.sub: Recognize hppaosf.
14893 * configure.in: Do configure ld/binutils/gas for it.
14894
14895Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14896
14897 * configure (tooldir): Alter syntax used to set this, for systems
14898 where "\$" isn't handled right, like i386-aix.
14899
14900Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14901
14902 * configure: Pass program-transform-name, not
14903 program_transform_name, to recursive configures.
14904
14905Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14906
14907 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14908 of gas+ld+binutils.
14909
14910Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14911
14912 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14913
14914Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14915
14916 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14917
252b5132
RH
14918Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14919
14920 * Makefile.in (PRMS): Set back to all-prms.
14921
14922Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14923
14924 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14925 targets, rather than for MIPS hosts.
14926
14927Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14928
14929 * configure.in: add comment for --with-x default values
14930
14931 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14932
14933 * Makefile.in: add check-* targets for each of the directories in
14934 the tree. Add a definition of RUNTEST that will use the one we
14935 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14936
14937Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * configure.in: Removed obsolete references to bfd_target and
14940 target_makefile_frag.
14941
14942 * build-all.mk: Set assorted targets for Q2.
14943 * config.sub: Recognize z8k-sim and h8300-hms.
14944 * test-build.mk: Really don't pass host to configure.
14945 (HOLES): Added uname.
14946
14947Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14948
14949 * configure: Handle an empty program-prefix, program-suffix or
14950 program-transform-name correctly.
14951
14952Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14953
14954 * build-all.mk: -G 8 no longer required for MIPS targets.
14955 * test-build.mk: Don't pass host argument to configure; make it
14956 guess.
14957
14958Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14959
14960 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14961 * Makefile.in (COMPRESS): New macro, like GZIP.
14962
14963Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14964
14965 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14966
14967 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14968 with gas currently defaults to -G 0.
14969
14970Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14971
14972 * Makefile.in (all-flex): flex depends on byacc.
14973
14974 * build-all.mk: If host not specified, use config.guess. Pass TAG
14975 to test-build.mk as RELEASE_TAG.
14976 * test-build.mk (configargs): New variable containing arguments to
14977 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14978 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14979
14980 * config.guess: Use /bin/uname when checking -X argument on SCO,
14981 to avoid invoking GNU uname which doesn't understand -X.
14982
14983 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14984
14985 * configure.in: Build gas for mips-*-*.
14986
14987Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14988
14989 * Makefile.in (all.normal): insert missing backslash.
14990
14991Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14992
4bddf3ad 14993 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14994
14995 * Makefile.in: Complete overhaul to merge many almost identical
14996 targets.
14997
14998Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14999
15000 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15001 (gdb.tar.Z): Adjusted.
15002
15003 * Makefile.in (setup-dirs, taz): New targets; should be general
15004 enough to adapt for gdb sometime. Build only .z file.
15005 (gas.tar.z): New target.
15006
15007Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15008
15009 * build-all.mk: Use CC=cc -Xs on Solaris.
15010
252b5132
RH
15011Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15012
15013 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15014 for handling BISON for FSF releases.
15015
15016Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15017
15018 * configure: Actually implement the change zoo just documented.
15019
15020Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15021
15022 * configure: when using config.guess, only set target_alias when
15023 it's not already been set (ie, on the command line)
15024
15025Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15026
15027 * Makefile.in: add installcheck target, set PRMS to install-prms
15028
15029Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15030
15031 * configure: add support for package_makefile_fragment, handle the
15032 case where a directory has a configure.in file but no Makefile.in
15033 more gracefully (with an actual understandable error message, even);
15034 add support for --without (and add this to the usage message); also
15035 explicitly add a --host=${host_alias} to the command line when
15036 config.guess is used
15037
15038Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15039
15040 * configure: Must use both --host and --target in recursive calls.
15041
15042Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15043
15044 * Makefile.in: Change deja-gnu to dejagnu.
15045
15046Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15047
15048 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15049
15050Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15051
15052 * configure.in: canonicalize all instances to *-*-solaris2*,
15053 also strip out a number of tools to not build for go32 host
15054
15055Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15056
15057 * config.guess: add GPL.
15058
15059 * Makefile.in, config.guess, config.sub, configure: bump
15060 copyrights to 93.
15061
15062Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15063
15064 * Makefile.in (do-info): Removed obsolete check for existence of
15065 localenv file.
15066
15067 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15068
15069Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15070
15071 * Makefile.in: a couple of 'else true' for decstation,
15072 support for TclX
15073
15074 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15075
15076Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15077
15078 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15079
15080Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15081
15082 * config.guess: Recognize i386-ibm-aix (PS/2).
15083 * configure.in: Use config/mh-aix386 file for it.
15084
15085Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15086
15087 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15088 CC_FOR_TARGET instead.
15089 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15090
15091Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15092
15093 * Makefile.in: Add sim to list of directories sent with gdb
15094
15095Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15096
15097 * configure.in: Put back mips-dec-bsd* case.
15098
15099Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15100
15101 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15102 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15103 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15104
15105Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15106
15107 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15108
15109 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15110 (install-info): install dir.info only if it exists,
15111 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15112
15113Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15114
15115 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15116 gas for mips-dec-bsd.
15117
15118Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15119
15120 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15121 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15122
15123Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15124
15125 * configure.in: Added "dejagnu" to hosttools list.
15126
15127Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15128
15129 * config.sub, configure.in, config.guess: Add support
15130 for Bosx, an AIX variant from Bull.
15131 Patches from F.Pierresteguy@frcl.bull.fr.
15132
15133Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15134
15135 * devo/dejagnu: Initial creation of devo/dejagnu.
15136 Migrated dejagnu testcases and support files for testing software
15137 tools to reside as subdirectories, currently called "testsuite",
15138 within the directory of the software tool. Migrated all programs,
15139 support libraries, etc. beloging to dejagnu proper from
15140 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15141 with no modifications. The changes to these files which will
15142 allow them to configure, build, and execute properly will be made
15143 in a future update.
15144
15145Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15146
15147 * Makefile.in: Change send_pr to send-pr.
15148 * configure.in: Likewise.
15149 * send_pr: Renamed directory to send-pr.
15150
15151Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15152
15153 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15154
15155Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15156
15157 * README: Update for gdb-4.8 release.
15158 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15159 gdb-xxx.tar.z (gzip'd) file also.
15160
15161Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15162
15163 * Makefile.in: make all-diff depend on all-libiberty
15164
15165Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15166
15167 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15168
15169Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15170
15171 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15172
15173Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15174
15175 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15176 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15177 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15178
15179Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15180
15181 * Makefile.in: makeinfo binary is in a new location
15182
15183Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15184
15185 * config.sub: Accept -ecoff as an OS.
15186
15187 * Makefile.in: Various changes to eliminate a level of make
15188 recursion and reduce the required command line length.
15189 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15190 sub-makes.
15191 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15192 variables holding settings for specific sub-makes.
15193 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15194 in terms of BASE_FLAGS_TO_PASS.
15195 (TARGET_LIBS): New variable listing directories which use
15196 TARGET_FLAGS_TO_PASS.
15197 (subdir_do): Eliminated.
15198 (do-*): New set of targets to replace subdir_do.
15199 (various): All targets which used subdir_do now depend on do-*.
15200 (local-clean): Renamed from do_clean.
15201 (local-distclean): New target, dependency of distclean and
15202 realclean.
15203 (install-info): Don't create directories. Depend on dir.info
15204 rather than calling make recursively.
15205 (install-dir.info): Eliminated.
15206 (install-info-dirs): Create all info directories here.
15207 (dir.info): Depend upon do-install-info.
15208
15209 * test-build.mk (HOLES): Added false.
15210
15211Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15212
15213 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15214
15215Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15216
15217 * Makefile.in (info): remove dependency on all-texinfo. The
15218 problem was really in texinfo/C, not at this level.
15219
15220Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15221
15222 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15223
15224Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15225
15226 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15227 GDB releases.
15228
15229Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15230
15231 * configure: Include srcdir in message about target of link not
15232 being found. Don't convert `-' to `_' in `with' options being
15233 passed to subdirs.
15234
15235Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15236
15237 * configure.in: add uudecode to host_tools
15238
15239 * Makefile.in: added {all,install}-uudecode targets, added them to
15240 the appropriate lists
15241
15242Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15243
15244 * Makefile.in (all-gcc): Added dependency on all-gas.
15245
15246 * configure.in (mips-*-*): Build ld and binutils.
15247
15248Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15249
15250 * configure: check return code from mkdir, print error message and
15251 exit on failure.
15252
15253Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15254
15255 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15256
15257Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15258
15259 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15260
15261Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15262
15263 * config.sub (h8500): Recognize this as a cpu type.
15264
15265Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15266
15267 * configure: source directory missing is no longer a warning
15268
15269 * configure.in: recognize irix[34]* instead of irix[34]
15270
15271 * Makefile.in: define and pass down X11_LIB
15272
252b5132
RH
15273Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15274
15275 * guess-systype: Renamed to ...
15276 * config.guess: ... by popular request.
15277 * configure.in, Makefile.in: Update accordingly.
15278
15279Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15280
15281 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15282 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15283 + Execute ./dummy instead of assuming . is in PATH.
15284
15285Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15286
15287 * guess-systype: New shell script. Attempts to guess the
15288 canonical host name of the executing host.
15289 Only a few hosts are supported so far.
15290 * configure: Call guess-systype if no host is specified.
15291
15292Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15293
15294 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15295 gcc Makefile.
15296
15297
15298Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15299
15300 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15301 (all-gcc, install-gcc, subdir_do): Use it.
15302
15303Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15304
15305 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15306
15307Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15308
15309 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15310 set exclusively by configure, using configure.in .
15311
15312Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15313
15314 * test-build.mk: set $PATH for all builds
15315
15316 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15317
15318Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15319
15320 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15321 the one used in gcc/Makefile.in, so that a null expansion doesn't
15322 override the one needed to build gcc with a native cc.
15323
15324
15325Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15326
15327 * configure: Accept -with arguments.
15328
15329Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15330
15331 * Makefile.in: added h8300sim
15332
15333Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15334
252b5132
RH
15335 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15336 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15337 (all-cygnus, native, build-cygnus): Make
15338 $(canonhost)-stamp-3stage-done, not $(host)....
15339 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15340 i386-sco3.2v4. Added else true to if command.
15341
15342Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15343
15344 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15345
15346Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15347
15348 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15349
15350Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15351
15352 * configure.in: don't remove binutils from Solaris builds
15353
15354Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15355
15356 * Makefile.in: get rid of earlier definitions for *clean,
15357 also handle the recursive info rule better
15358
15359Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15360
15361 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15362 do more-or-less the right thing.
15363
15364Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15365
15366 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15367 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15368
15369Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15372 $(host_canonical).
15373
15374 * configure.in: split the configdirs list into 4 categories (native
15375 v. cross, library v. tool) and handle the cross-only and native-
15376 only in more reasonable (and correct!) way.
15377
15378Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15379
15380 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15381 configdirs anymore.
15382
15383Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15384
15385 * Makefile.in: extensive cleanup:: removed all of the explicit
15386 clean-* targets, collapsed many wrappers around subdir_do into
15387 one, added additional targets to satisfy standards.texi, deleted
15388 some old targets, some changes for consistency
15389
15390Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15391
15392 * configure.in: handle some programs as cross-only, and others as
15393 native only
15394
15395 * test-build.mk: handle partial holes in a more generic manner
15396
15397 * Makefile.in: m4 depends on libiberty
15398
252b5132
RH
15399Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15400
15401 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15402 time, wdiff, and find to configdirs
15403
15404 * Makefile.in: all, clean, and install rules for the new programs
15405 added to configure.in
15406
15407Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15408
15409 * configure.in: use mh-sun for all *-sun-* hosts
15410
252b5132
RH
15411Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15412
15413 * Makefile.in: define flags for X11 include files and library file
15414 locations, pass them down to the programs that need this info
15415
15416 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15417
252b5132
RH
15418Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15419
15420 * configure.in: start building libg++ for HP-UX targets
15421
15422Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15423
15424 * README: Update references to files moved into etc/.
15425
15426Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15427
15428 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15429 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15430
15431Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15432
15433 * configure: accept dash as well as underscore in long option
15434 names for FSF compatibility.
15435
15436Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15437
15438 * config.sub: added -sco3.2v4 support from FSF.
15439
15440Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15441
15442 * configure.in: expand the section that adds or removes
15443 directories from the list of programs to build, to handle native
15444 vs. cross in addition to host v. native
15445
15446Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15447
15448 * Makefile.in: Replace C++ in macro names with CXX.
15449 This is less likely to break ...
15450
15451Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15452
15453 * test-build.mk: add -w to GNU_MAKE
15454
15455Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15456
15457 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15458 add 'sparc' to list of recognized cpus. This needed to make
15459 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15460 Delete some redundant ose68 variants. Recognize -wrs as an os,
15461 then changes that into $CPU-wrs-vxworks.
15462
15463 * configure.in: remove most references to gdbtest, regularize
15464 target based program removal
15465
15466 * test-build.mk: import from p3 tree (many fixes and changes)
15467
15468Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15469
15470 * Makefile.in: added rules to handle tcl, tk, and expect
15471
15472 * configure.in: handle those directories if they exist
15473
15474Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15475
15476 * config.sub: removed bogus hppabsd and hppahpux names, since
15477 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15478
15479Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15480
15481 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15482 depends upon all-xiberty
15483
15484 * Makefile.in: changes from p3, including:
15485
15486 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15487
15488 * Makefile.in (XTRAFLAGS): include newlib directories if
15489 newlib/Makefile exists, rather than if host != target.
15490
15491 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15492
15493 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15494 from the same source tree and not building a cross-compiler. This
15495 matters for the libg++ configuration if reconfiguring a tree that
15496 has already been installed.
15497
15498 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15499
15500 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15501 pick up the machine and system specific header files.
15502
15503 * Makefile.in: added AS_FOR_TARGET, passed down in
15504 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15505 the C compiler to use to create programs which are run in the
15506 build environment, set it to default to $(CC), and passed it down
15507 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15508
15509 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15510
15511 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15512 We need them for unusual native builds, like systems without
15513 ranlib.
15514
15515 * configure: also define $(host_canonical) and
80413487
RH
15516 $(target_canonical), which are the full, canonical names for the
15517 given host and target
252b5132
RH
15518
15519Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15520
15521 * Makefile.in: Added separate definitions for C++.
15522
15523Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15524
15525 * configure.in (configdirs): Add deja-gnu.
15526
15527Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15528
15529 * README: Update for configure.texi and gdb-4.7 release.
15530
15531Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15532
15533 * Makefile.in: Move "all" target to top of file.
15534 Previously, first target was ".PHONY" which caused BSD4.4 make
15535 to build .PHONY when make was run without arguments.
15536
15537Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15538
15539 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15540 Library-copylefted code in libiberty.
15541
15542Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15543
15544 * config.sub: Replace m68kmote with plain old m68k.
15545
15546Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15547
15548 * Makefile.in: Remove space from blank line, avoid Make complaints.
15549
15550Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15551
15552 * config.sub: Complain if no argument is given. Added support for
15553 386bsd as OS and target alias.
15554
15555Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15556
15557 * Makefile.in (XTRAFLAGS): include newlib directories if
15558 newlib/Makefile exists, rather than if host != target.
15559
15560Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15561
15562 * config.sub: recognize sparclite-wrs-vxworks.
15563
15564 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15565 p3.) Added clean-xiberty to clean.
15566
15567Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15568
15569 * configure.in: use *-*-* instead of nested cases for host and target
15570
15571Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15572
15573 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15574 from the same source tree and not building a cross-compiler. This
15575 matters for the libg++ configuration if reconfiguring a tree that
15576 has already been installed.
15577
15578Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15579
15580 * config.sub (i486v/i486v4): Merge in from FSF version.
15581
15582Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15583
15584 * configure: only set PWD if it is already set.
15585
15586Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15587
15588 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15589 doesn't have unset and all success paths (and most error paths)
15590 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15591 to just ${PWD} to avoid confusion.)
15592
15593Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15594
15595 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15596 even for a native compilation.
15597
15598Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15599
15600 Changes to make the gdb.tar.Z rule work better.
15601
15602 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15603 (DEVO_SUPPORT): Add configure.texi.
15604 (bfd-ilrt.tar.Z): Remove ancient rule.
15605
15606Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15607
15608 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15609 pick up the machine and system specific header files.
15610
15611 * configure.in, config.sub: added new target m68010-adobe-scout,
15612 with alias of adobe68k. Changed configure.in to check for
15613 -scout before -sco* to avoid a false match.
15614
15615 * Makefile.in: added AS_FOR_TARGET, passed down in
15616 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15617 the C compiler to use to create programs which are run in the
15618 build environment, set it to default to $(CC), and passed it down
15619 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15620
15621Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15622
15623 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15624 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15625 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15626 FOR_TARGET variants, to newlib and libg++.
15627
15628Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15629
15630 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15631 first.
15632
15633Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15634
15635 * config.sub: Accept `elf' as an environment.
15636
15637Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15638
15639 * Makefile.in (all-opcodes): cd into the right directory
15640
15641Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15642
15643 * configure: added -program_transform_name option, used as
15644 argument to sed when installing programs.
15645 configure.texi: added documentation for -program_prefix,
15646 -program_suffix and -program_transform_name.
15647
15648Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15649
15650 * config.sub: Accept i486 where i386 ok.
15651
15652Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15653
15654 * config.sub: accept we32k
15655
15656Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15657
35590697 15658 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15659
15660 * Makefile.in: don't create all directories for ``make install'';
15661 let the subdirectories create the ones they need.
15662
15663Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15664
80413487 15665 * COPYING: new file, GPL v2
252b5132
RH
15666
15667Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15668
15669 * Makefile.in: use the new gen-info-dir, which needs a template
15670 argument (which also lives in texinfo)
15671
15672 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15673
252b5132
RH
15674Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15675
15676 * config.sub (ncr3000): Change i386 to i486.
15677
15678Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * Makefile.in: add install-rcs, install-grep to
15681 install-no-fixedincludes, removed install-bison and install-libgcc
15682
15683Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15684
15685 * configure.in: grab the HPUX makefile fragment if on HPUX
15686
15687Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15688
15689 * Makefile.in: eradicate bison spoor (ditto libgcc).
15690 configure.in: recognise m68{k,000}-ericsson-OSE.
15691 es1800 is alias for m68k-ericsson-OSE
15692
15693Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15694
15695 * configure.in: rearrange the parts that remove programs from
15696 configdirs, based now on HOST==TARGET or by canonical triple.
15697
15698Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15699
15700 * test-build.mk: recurse explicitly with -f test-build.mk when
15701 appropriate. predicate stage3 and comparison on the existence
15702 of gcc. That is, if gcc isn't around, we aren't three-staging.
15703 On very clean, also remove ...stamp-co. Build in-place before
15704 doing other builds.
15705
15706Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15707
15708 * Makefile.in, configure.in: add tgas
15709
15710Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15711
15712 * Makefile.in: a number of changes merged in from progressive.
15713
15714 * configure.in: add libm.
15715
15716 * .cvsignore: ignore some stuff that comes from test-build.mk.
15717
252b5132
RH
15718Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15719
15720 * config.sub: Add es1800 (m68k-ericsson-es1800).
15721
15722Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15723
15724 * configure: Add program_suffix (parallel to program_prefix)
15725 * Makefile.in: adjust directory-creating script for losing decstation
15726
15727Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15728
15729 * configure: Minor $subdir-related fixes.
15730
15731Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15732
15733 * configure: fix various problems with propogating
15734 makefile_target_frag in subdirs.
15735 * configure.in: config libgcc if its there
15736
15737Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15738
15739 * config.sub: HPPA merge.
15740
252b5132
RH
15741Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15742
15743 * Makefile.in: Replace all-bison with all-byacc in all
15744 dependency lines for other tools (which now use byacc).
15745
15746Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15747
15748 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15749
252b5132
RH
15750Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15751
15752 * Makefile.in: make gprof rules similar to byacc rules (instead of
15753 vestigal $(unsubdir) that didn't work...)
15754
15755Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15756
15757 * config.sub: Add support for Linux.
15758 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15759 (at least for libg++).
15760
15761Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15762
15763 * configure.texi: fix doc for the -nfp option to configure
15764
15765Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15766
15767 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15768
15769Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15770
15771 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15772 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15773 * configure.in: added solaris* host_makefile_frag hook.
15774
15775Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15776
15777 * config.sub: changed recognition of m68000 so that various
15778 m68k types can be specified via m680[01234]0
15779
15780Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15781
15782 * config.sub (basic_machine): fix sed so that '-foo' isn't
15783 completely substituted out while .+'-foo' loses the '-foo'
15784
15785Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15786
15787 * config.sub ($os): Add -aout.
15788
15789Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15790
15791 * configure: If host_makefile_frag is absolute, don't
15792 prefix ${invsubdir} (relevant to libg++ auto-configure).
15793
15794Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15795
15796 * Makefile.in (tooldir): Define it.
15797 (all-ld): Depend on all-flex.
15798
15799Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15800
15801 * Makefile.in (check): Fix libg++ special case.
15802
15803Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15804
15805 * configure: do not bury `pwd` into config.status, thus do fewer
15806 pwd's.
15807
15808 * configure: print the "Building in" message only when building in
15809 other than "." AND verbose.
15810
15811 * configure: remove -s, rework -v to better accomodate guested
15812 configures.
15813
15814 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15815
15816Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15817
15818 * Makefile.in: macroize flags passed on recursion. remove
15819 fileutils.
15820
15821Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15822
15823 * configure: get makesrcdir right for subdirs deeper than 1.
15824
15825 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15826 install.
15827
15828Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15829
15830 * Makefile.in: don't print subdir_do or recursion lines.
15831
15832Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15833
15834 * standards.texi: added menu item.
15835
15836 * Makefile.in: build and install standards.info.
15837
15838 * standards.texi: new file.
15839
15840Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15841
15842 * configure: test for and move config.status pieces from
15843 ${subdir}/.
15844
15845Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15846
252b5132
RH
15847 * configure: Test for existance of files before trying to mv
15848 them, to avoid numerous non-existance messages.
15849
15850Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15851
15852 * configure: correct final line of config.status.
15853
15854 * configure: patch from eggert. Avoids a protection problem if
15855 the original Makefile.in is read only.
15856
15857 * configure: use move-if-change from gcc to create config.status.
15858 Some makefiles depend on config.status to tell if a directory
15859 has been reconfigured for a different host. This change
15860 prevents those directories from remaking everything in the case
15861 where the reconfig was only intended to rebuild a Makefile.
15862
15863 * configure: test for config.sub with "config.sub sun4" rather
15864 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15865 host alias from a missing config.sub.
15866
15867Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15868
15869 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15870 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15871
15872Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15873
15874 * configure: mkdir ${subdir} as needed.
15875
15876Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15877
15878 * Makefile.in,configure.in: added autoconf.
15879
15880Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15881
15882 * Makefile.in: no longer pass against on recursion.
15883
15884 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15885 definitions are not inherited.
15886
15887 * configure: correct makesrcdir when subdir is .
15888
15889Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15890
15891 * configure: Add support for 'subdirs' variable, which is
15892 like 'configdirs', except that configure doesn't re-invoke
15893 itself for subdirs, it just creates a Makefile for each subdir.
15894 * configure.texi: Document subdirs.
15895
15896Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15897
15898 * configure.in: added flex to configdirs
15899
15900Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15901
15902 * Makefile.in: remove clean-stamps from clean.
15903
15904Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15905
15906 * configure.in: Add gdbtest to configdirs.
15907
15908Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15909
15910 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15911 to recursive makes.
15912 * configure.in: Recognize new ncr3000 config.
15913
15914Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15915
15916 * Makefile.in, configure.in: removed references to gdbm.
15917
15918Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15919
15920 * config.sub: Don't canonicalize os value
15921 newsos* to bsd (readline needs to check for newsos).
15922 (This fix was earlier made Jan 31, but got re-broken.)
15923
15924Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15925
15926 * configure.in: sco is an os, not a vendor!
15927
15928 * configure: Quote $( better. Keep various shells happy.
15929
15930Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15931
15932 * Makefile.in: eliminate stamp-files.
15933
15934Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15935
15936 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15937 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15938
15939Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15940
15941 * config.sub: fix iris/iris3.
15942
15943Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15944
15945 * configure: re-add -rm.
15946
15947Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15948
15949 * Maskefile.in: add .stmp-rcs to all.
15950
15951 * configure.in: remove gas from rs6000 build, use aix host fragment.
15952
15953Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15954
15955 * configure: pass down site_option during recursion.
15956
15957Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15958
15959 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15960
15961Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15962
15963 * configure: Change exec_prefix so that it really defaults to prefix.
15964
15965Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15966
15967 * Makefile.in, configure.in: Add support for mmalloc library.
15968
15969Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15970
15971 * Makefile.in: add stmp dependencies for a few more things.
15972
15973Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15974
15975 * configure: adjusted error message on objdir/srcdir configure
15976 collision, per john's suggestion.
15977
15978 * Makefile.in: add libiberty stmp to all and all.cross.
15979
15980Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15981
15982 * Makefile.in: remove force dependencies, add grep to all.
15983
15984Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15985
15986 * Makefile.in: drop flex. make stamp files work.
15987
15988 * configure: added test for conflicting configuration in srcdir,
15989 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15990 gets cranky. use relative paths for configure and srcdir
15991 whenever possible. Send some error messages to stderr that were
15992 going to stdout.
15993
15994Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15995
15996 * Makefile.in: Fix libg++ rule to check for gcc directory
15997 before using gcc/gcc. Also pass XTRAFLAGS.
15998
15999Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16000
16001 * Makefile.in: added stmp-files so that directories aren't polled
16002 when they are already built.
16003
16004 * configure.texi: fixed a node pointer problem.
16005
16006Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16007
4bddf3ad 16008 * config.sub configure.in gdb/configure.in
252b5132
RH
16009 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16010 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16011 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16012
16013Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16014
16015 * configure: -recurring becomes -silent. corrected help message
16016 for -site= option.
16017
16018 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16019
16020Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16021
16022 * configure: when building Makefile for crosses, replace
16023 tooldir and program_prefix. default srcdir from location of
16024 config.sub. remove "for host in hosts" and "for target in
16025 targets" loops.
16026
16027Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16028
16029 * Makefile.in: Do not pass bindir or mandir to cvs.
16030
16031Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16032
16033 * Makefile.in, configure.in: removed traces of namesubdir,
16034 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16035 copyrights to '92, changed some from Cygnus to FSF.
16036
16037 * configure.texi: remove most references to multiple hosts,
16038 multiple targets, subdirs, etc.
16039
16040 * configure.man: removed rcsid. reference config.sub not
16041 config.subr.
16042
16043 * Makefile.in: mkdir $(infodir) on install-info.
16044
16045Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16046
16047 * configure.texi: Explain better about .gdbinit and about
16048 the environment that configure.in sections run in.
16049
16050Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16051
16052 * configure.in: Ultrix is only a decstation if it's a MIPS.
16053
16054Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16055
16056 * README: DOC.configure => cfg-paper.texi.
16057
16058Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16059
16060 * config.sub (near case $os): Don't convert newsos* to bsd!
16061
16062Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16063
16064 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16065 the number of copies of COPYING that go into the GDB tar file.
16066
16067Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16068
4bddf3ad 16069 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16070 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16071 Fix SCO configuration stuff.
16072
16073Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16074
16075 * Makefile.in: For libg++, make sure the -I pointing
16076 to the gcc directory goes *after* all the libg++-local -I flags.
16077 Also, move just-gcc dependency from just-libg++ to all-libg++.
16078
16079Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16080
16081 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16082
16083Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16084
16085 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16086
16087Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16088
16089 * config.sub: Add stratus configuration frags. Also
16090 submitted to FSF.
16091
16092Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16093
16094 * Makefile.in (DEV_SUPPORT): add configure.man.
16095
16096 * config.sub(Decode manufacturer-specific): add -none*.
16097
16098Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16099
16100 * Makefile.in: remove form feeds to make Sun's make happy.
16101 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16102
16103Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16104
16105 * Makefile.in (AR_FLAGS): Make quieter.
16106
16107Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16108
16109 * configure.in: Add libg++.
16110 * configure: When verbose, don't output the command line at each
16111 level; it will be unremarkably the same as the previous version,
16112 which will be the same as what the user typed.
16113
16114Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16115
16116 * configure.in, Makefile.in: fix clean-info, add flex. add
16117 fileutils.
16118
16119 * configure: be less sensitive to spaces in Makefile.in. Do not
16120 look for sources in "..". Doing so breaks subdirectories that
16121 might have their own configure. If a subdir has it's own
16122 configure script, use it.
16123
16124Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16125
16126 * cfg-paper.texi: some changes suggested by rms.
16127
16128Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16129
16130 * config.sub: Merge in some small additions from the FSF version,
16131 taken from the gcc distribution, to bring the Cygnus and FSF
16132 versions into closer sync.
16133
16134Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16135
16136 * configure.in: Changed svr4 references to sysv4.
16137
16138Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16139
16140 * configure: added -V for version number option.
16141
16142Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16143
16144 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16145 renamed from DOC.configure to cfg-paper.texi.
16146
16147Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16148
16149 * configure, config.subr, config.sub: config.subr is now
16150 config.sub again.
16151
16152Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16153
16154 * configure.texi: new file, in progress.
16155
16156 * Makefile.in: build info file and install the man page for
16157 configure.
16158
16159 * configure.man: new file, first cut.
16160
16161 * configure: find config.subr again now that configuration "none"
16162 has gone. removed all traces of the -ansi option. removed all
16163 traces of the -languages option.
16164
16165 * config.subr: resync from rms.
16166
d932cae7 161671991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16168
16169 * configure, config.sub, config.subr: merge config.sub into
16170 config.subr, call the result config.subr, remove config.sub, use
16171 config.subr.
16172
16173 * Makefile.in: revised install for dir.info.
16174
d932cae7 161751991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16176
16177 * configure.in: add decstation host makefile frag.
16178
16179 * Makefile.in: BISON now bison -y again. also install-gcc on
16180 install. clean-gdbm on clean. infodir belongs in datadir.
16181 Make directories for info install. Build dir.info here then
16182 install it.
16183
d932cae7 161841991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16185
16186 * Makefile.in: fix for bad directory tests.
16187
d932cae7 161881991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16189
16190 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16191 regexp. -srcdir relative was being handled incorrectly.
16192
16193 * Makefile.in: unwrapped some for loops so that parallel makes
16194 work again and so one can focus one's attention on a particular
16195 package.
16196
d932cae7 161971991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16198
16199 * configure: added PWD as a stand in for `pwd` (for speed). use
16200 elif wherever possible. make -srcdir work without -objdir.
16201 -objdir= commented out.
16202
d932cae7 162031991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16204
16205 * configure: +options become --options. -subdirs commented out.
16206 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16207 Makefile now at top of generated Makefile. Removed cvs log
16208 entries. added -srcdir. create .gdbinit only if there is one
16209 in ${srcdir}.
16210
16211 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16212 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16213 and mandir now keyed off datadir by default.
16214
d932cae7 162151991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16216
16217 * Freshly created ChangeLog.
16218
16219\f
16220Local Variables:
16221mode: change-log
16222left-margin: 8
16223fill-column: 76
16224version-control: never
16225End:
This page took 1.546605 seconds and 4 git commands to generate.