Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
1aa93c3a
SDJ
12020-02-01 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * configure.ac: Don't abort the build if trying to build GDB in tree
4 _and_ invoking with '--enable-src-release-build'.
5 * configure: Regenerate.
6 * src-release.sh (do_proto_toplev): Invoke 'configure' using
7 '--enable-src-release-build'.
8
043a0010
JB
92020-01-17 Joel Brobecker <brobecker@adacore.com>
10
11 * configure.ac: Abort the build with an error if trying to build
12 GDB in tree.
13 * configure: Regenerate.
14
95c746cc
SDJ
152019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
18
a315e147
AM
192019-10-17 Alan Modra <amodra@gmail.com>
20
21 PR 29
22 * src-release.sh (getver): Replace "head -1" with "head -n 1".
23
87279e3c
NA
242019-07-30 Nick Alcock <nick.alcock@oracle.com>
25
26 * Makefile.def (host_modules): libctf is no longer no_install.
27 * Makefile.in: Regenerated.
28
1ff6de03
NA
292019-07-13 Nick Alcock <nick.alcock@oracle.com>
30
31 * Makefile.def (dependencies): all-ld depends on all-libctf.
32 * Makefile.in: Regenerated.
33
60391a25
PB
342019-09-09 Phil Blundell <pb@pbcl.net>
35
36 binutils 2.33 branch created
37
c1a5d03a
TT
382019-08-19 Tom Tromey <tom@tromey.com>
39
40 * configure: Rebuild.
41 * configure.ac: Add --with-static-standard-libraries.
42
f211b8c0
NC
432019-08-09 Nick Clifton <nickc@redhat.com>
44
45 * libiberty: Sync with gcc. Bring in:
46 2019-08-08 Martin Liska <mliska@suse.cz>
47
48 PR bootstrap/91352
49 * lrealpath.c (is_valid_fd): New function.
50
51 2019-07-24 Martin Liska <mliska@suse.cz>
52
53 PR lto/91228
54 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
55 Find first '\0' starting from gnu_lto + 1.
56
57 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
58
59 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
60 This fixes a Bug 90924.
61
62 2019-07-22 Martin Liska <mliska@suse.cz>
63
64 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
65 Do not search for gnu_lto_v1, but search for first '\0'.
66
67 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
68
69 * cplus-dem.c: Include rust-demangle.h.
70 * rust-demangle.c: Include rust-demangle.h.
71 * rust-demangle.h: New file.
72
73 2019-05-31 Michael Forney <mforney@mforney.org>
74
75 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
76 is non-zero.
77
78 2019-04-30 Ben L <bobsayshilol@live.co.uk>
79
80 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
81 * testsuite/d-demangle-expected: Add testcase.
82
83 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
84 * testsuite/d-demangle-expected: Add testcase.
85
86 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
87 * testsuite/d-demangle-expected: Add testcase.
88
89 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
90 * testsuite/d-demangle-expected: Add testcase.
91
92 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
93 * testsuite/d-demangle-expected: Add testcase.
94
95 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
96 * testsuite/demangle-expected: Add testcase.
97
98 * cp-demangle.c (d_encoding): Guard against NULL return values from
99 d_right (dc).
100 * testsuite/demangle-expected: Add testcase.
101
102 2019-04-29 Ben L <bobsayshilol@live.co.uk>
103
104 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
105 char is valid.
106 * testsuite/demangle-expected: Add testcase.
107
108 2019-04-10 Nick Clifton <nickc@redhat.com>
109
110 PR 89394
111 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
112 lengths.
113 (d_count_templates_scopes): Replace num_templates and num_scopes
114 parameters with a struct d_print_info pointer parameter. Adjust
115 body of the function accordingly. Add recursion counter and check
116 that the recursion limit is not reached.
117 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
118 Reset recursion counter afterwards, unless the recursion limit was
119 reached.
120
48b550c2
JB
1212019-07-13 Joel Brobecker <brobecker@adacore.com>
122
123 * src-release (getver): If $tool/gdbsupport/create-version.sh
124 exists, use that to determine the version number.
125
be74b5b7
AS
1262019-06-21 Andreas Schwab <schwab@linux-m68k.org>
127
128 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
129
73cc7272
TT
1302019-06-14 Tom Tromey <tom@tromey.com>
131
132 * MAINTAINERS: Add gnulib.
133 * gnulib: New directory, move from gdb/gnulib.
134 * configure.ac (host_libs): Add gnulib.
135 * configure: Rebuild.
136 * Makefile.def (host_modules, dependencies): Add gnulib.
137 * Makefile.in: Rebuild.
138
79b377b3
NC
1392019-06-03 Nick Clifton <nickc@redhat.com>
140
141 Revert:
142 2019-05-29 Nick Clifton <nickc@redhat.com>
143
144 * configure.ac (noconfigdirs): Add libctf if the target does not use
145 the ELF file format.
146 * configure: Regenerate.
147
e33f2313
NC
1482019-05-29 Nick Clifton <nickc@redhat.com>
149
150 * src-release.sh (do_proto_toplev): Add libctf to list of
151 directories that can be disabled.
152
90bd5423
NC
1532019-05-29 Nick Clifton <nickc@redhat.com>
154
155 * configure.ac (noconfigdirs): Add libctf if the target does not use
156 the ELF file format.
157 * configure: Regenerate.
158
9698cf9b
NA
1592019-05-28 Nick Alcock <nick.alcock@oracle.com>
160
161 * Makefile.def (dependencies): configure-libctf depends on all-bfd
162 and all its deps.
163 * Makefile.in: Regenerated.
164
88981b15
NA
1652019-05-28 Nick Alcock <nick.alcock@oracle.com>
166
167 * MAINTAINERS: Add libctf.
168
0e65dfba
NA
1692019-05-28 Nick Alcock <nick.alcock@oracle.com>
170
171 * Makefile.def (host_modules): Add libctf.
172 * Makefile.def (dependencies): Likewise.
173 libctf depends on zlib, libiberty, and bfd.
174 * Makefile.in: Regenerated.
175 * configure.ac (host_libs): Add libctf.
176 * configure: Regenerated.
177
2376c370
JM
1782019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
179
180 * config.guess: Synchronize with config project master sources.
181 * config.sub: Likewise.
182 * readline/support/config.guess: Likewise.
183 * readline/support/config.sub: Likewise.
184
c1202057
NC
1852019-04-10 Nick Clifton <nickc@redhat.com>
186
187 * libiberty: Sync with gcc. Bring in:
188 2019-04-10 Nick Clifton <nickc@redhat.com>
189
190 PR 89394
191 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
192 lengths.
193 (d_count_templates_scopes): Replace num_templates and num_scopes
194 parameters with a struct d_print_info pointer parameter. Adjust
195 body of the function accordingly. Add recursion counter and check
196 that the recursion limit is not reached.
197 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
198 Reset recursion counter afterwards, unless the recursion limit was
199 reached.
200
f974f26c
NC
2012018-06-24 Nick Clifton <nickc@redhat.com>
202
203 2.32 branch created.
204
d63f2be2
RO
2052019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
206
207 Merge from GCC:
208 PR target/88535
209 * config.guess: Import upstream version 2019-01-03.
210 * config.sub: Import upstream version 2019-01-01.
211
1910070b
NC
2122019-01-10 Nick Clifton <nickc@redhat.com>
213
214 * libiberty: Sync with gcc. Bring in:
215 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
216
217 PR other/16615
218
219 * cp-demangle.c: Mechanically replace "can not" with "cannot".
220 * floatformat.c: Likewise.
221 * strerror.c: Likewise.
222
223 2018-12-22 Jason Merrill <jason@redhat.com>
224
225 Remove support for demangling GCC 2.x era mangling schemes.
226 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
227 internal_cplus_demangle, and all subroutines.
228 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
229 Lucid, ARM, HP, and EDG demangling styles.
230 (cplus_demangle): Remove 'work' variable. Don't call
231 internal_cplus_demangle.
232
69961a84
ДП
2332019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
234
235 * configure.ac: Don't configure readline if --with-system-readline is
236 used.
237 * configure: Re-generate.
238
b555fb21
JM
2392018-10-31 Joseph Myers <joseph@codesourcery.com>
240
241 Merge from GCC:
242 PR bootstrap/82856
243 * multilib.am: New file. From automake.
244
80ca5f98
SDJ
2452018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
246
247 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
248
0a8288f7
NC
2492018-07-16 Nick Clifton <nickc@redhat.com>
250
251 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
252
26996596
SH
2532018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
254
255 * config.sub: Sync with upstream version 2018-07-03.
256
c5244148
SH
2572018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
258
259 * config.guess: Sync with upstream version 2018-06-26.
260 * config.sub: Sync with upstream version 2018-07-02.
261
4119873a
AO
2622018-06-29 Alexandre Oliva <oliva@adacore.com>
263
264 * configure.ac: Introduce support for @unless/@endunless.
265 * Makefile.tpl (dep-kind): Rewrite with cond; return
266 postbootstrap in some cases.
267 (make-postboot-dep, postboot-targets): New.
268 (dependencies): Do not output postbootstrap dependencies at
269 first. Output non-target ones changed for configure to depend
270 on stage_last @if gcc-bootstrap, and the original deps @unless
271 gcc-bootstrap.
272 * configure.in, Makefile.in: Rebuilt.
273
71300e2c
NC
2742018-06-24 Nick Clifton <nickc@redhat.com>
275
276 * configure: Regenerate.
277
d0ac1c44
SM
2782018-06-19 Simon Marchi <simon.marchi@ericsson.com>
279
280 * libtool.m4: Use AC_LANG_SOURCE.
281 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
282 * README-maintainer-mode: Update version requirements.
283 * ar-lib: New file.
284 * test-driver: New file.
285 * configure: Re-generate.
286
e0541124
EB
2872018-06-18 Eric Botcazou <ebotcazou@adacore.com>
288
289 * Makefile.def (fortran): Add check-target-libgomp-fortran.
290 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
291 * Makefile.in: Regenerate.
292
293 * configure: Regenerate.
294
db67d458
SM
2952018-06-18 Simon Marchi <simon.marchi@ericsson.com>
296
297 * configure.ac: Sync with GCC, remove MPX-related things.
298
b5778783
NC
2992018-05-01 Nick Clifton <nickc@redhat.com>
300
301 * config.guess: Synchronize with config project master sources.
302 * config.sub: Likewise.
303
1063beb5
FT
3042018-05-01 Francois H. Theron <francois.theron@netronome.com>
305
306 * configure.ac: Added "nfp" target.
307 * configure: Regenerate.
308
b29d2641
MR
3092018-02-13 Maciej W. Rozycki <macro@mips.com>
310
311 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
312 * configure: Regenerate.
313
52b2f300
NC
3142018-01-30 Nick Clifton <nickc@redhat.com>
315
316 * src-release.sh (do_proto_toplev): Add patterns for more junk files
317 to delete before creating the tarball.
318
b431b4ea
NC
3192018-01-29 Nick Clifton <nickc@redhat.com>
320
321 * src-release.sh (do_proto_toplev): Strip patch remnant files from
322 the sources before creating the tarball.
323
19e2900b
NC
3242018-01-13 Nick Clifton <nickc@redhat.com>
325
326 * src-release.sh: Update copyright notice. Change reference to devo
327 to be a reference to root.
328
bf41f30d
NC
3292018-01-10 Nick Clifton <nickc@redhat.com>
330
331 * config-ml.in: Sync with gcc sources.
332 * config.guess: Likewise.
333 * config.sub: Likewise.
334 * configure.ac: Likewise.
7ec0cd50 335 * configure: Regenerate.
bf41f30d 336
863f7a5f
NC
3372017-12-14 Nick Clifton <nickc@redhat.com>
338
339 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
340
638d9137
SH
3412017-12-12 Stafford Horne <shorne@gmail.com>
342
343 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
344 * configure: Regenerate.
345
ef87240f
NC
3462017-09-15 Nick Clifton <nickc@redhat.com>
347
348 * src-release.sh (LZIPPROG): New define. Provides the name of the
349 lzip program.
350 (do_lz): New function. Compresses a tarball using the lzip
351 program.
352 (do_compress): Add support for lzip compression.
353 (usage): Mention -l option.
354 (build_release): Support -l option to invoke lzip compression.
355
817b7711
AM
3562017-09-15 Alan Modra <amodra@gmail.com>
357
358 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
359 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
360 and sim depending on $tool and $support_files. Echo configure line.
361
255300f5 3622017-09-14 Matt Rice <ratmice@gmail.com>
363
364 * src-release.sh (do_proto_toplev): Enable gold during release process.
365
8f0dd45f
AJ
3662017-04-13 Andrew Jenner <andrew@codesourcery.com>
367
368 * config.sub: Sync with master version in config project.
369
2f5f29ca
AJ
3702017-04-03 Andrew Jenner <andrew@codesourcery.com>
371
372 * config.sub: Handle ia16 in $basic_machine.
373
374 bfd/
375 * config.bfd: Handle ia16.
376
377 gas/
378 * configure.tgt: Handle ia16.
379
380 ld/
381 * configure.tgt: Handle ia16.
382
11997a83
NC
3832017-03-22 Nick Clifton <nickc@redhat.com>
384
385 * config.sub: Sync with master version in config project.
386 * config.guess: Likewise.
387
05a13254
NC
3882017-01-23 Nick Clifton <nickc@redhat.com>
389
390 * configure.ac: Update year in copyright notice.
391 Sync from FSF GCC mainline, bringing in the following patches.
392 * Makefile.def: Likewise.
393 * Makefile.tpl: Likewise.
394 * configure: Regenerate.
395 * Makefile.in: Regenerate.
396
397 2016-12-21 Jakub Jelinek <jakub@redhat.com>
398
399 * configure.ac: Don't bootstrap libmpx unless --with-build-config
400 includes bootstrap-mpx.
401
402 2016-12-01 Matthias Klose <doko@ubuntu.com>
403
404 * configure.ac: Don't use pkg-config to check for bdw-gc.
405
406 2016-11-30 Matthias Klose <doko@ubuntu.com>
407
408 * Makefile.def: Remove reference to boehm-gc target module.
409 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
410 options and for the bdw-gc pkg-config module.
411
412 2016-11-15 Matthias Klose <doko@ubuntu.com>
413
414 * config-ml.in: Remove references to GCJ.
415 * configure.ac: Likewise.
416
417 2016-09-30 Jakub Jelinek <jakub@redhat.com>
418
419 * configure.ac: Add target-libffi to target_libraries.
420 Readd libgcj target disablings, modified to only target-libffi.
421 Readd target addition of go to unsupported languages.
422
423 2016-09-30 Andrew Haley <aph@redhat.com>
424
425 * Makefile.def: Remove libjava.
426 * Makefile.tpl: Likewise.
427 * configure.ac: Likewise.
428
429 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
430
431 * configure.ac: Disable "sim" directory for arc*-*-*.
432
433 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
434
435 * configure.ac: Check for the minimum in-tree MPFR version
436 handled.
437
3f66c01b
AM
4382016-12-31 Alan Modra <amodra@gmail.com>
439
440 * config.sub: Import from upstream.
441
da17fe9d
AM
4422016-12-08 Alan Modra <amodra@gmail.com>
443
444 * configure: Regenerate.
445
d5451cd4
JC
4462016-12-02 Josh Conner <joshconner@google.com>
447
448 * configure.ac: Add fuchsia to targets that use ELF.
449 * configure: Regenerated.
450
5ada5c6f
DE
4512016-11-07 Doug Evans <dje@google.com>
452
453 * config.sub: Sync with upstream version 2016-11-03.
454 git://git.sv.gnu.org/config.git
455 * config.guess: Sync with upstream version 2016-10-02.
456
07619d52
SM
4572016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
458
459 * .gitignore: Add archives and make stamps.
460
bedbe19c
YTL
4612016-07-20 Yan-Ting Lin <currygt52@gmail.com>
462
463 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
464 * configure: Regenerated.
465
9abdce70
WL
4662016-06-28 Walter Lee <walt@tilera.com>
467
468 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
469 * configure: Regenerate.
470
0597bdc4
AM
4712016-05-28 Alan Modra <amodra@gmail.com>
472
473 * Makefile.tpl (configure): Depend on m4 files included.
474 * Makefile.in: Regenerate.
475
1690f1db
NC
4762016-05-27 Nick Clifton <nickc@redhat.com>
477
478 * config.guess (Alpha OSF1): Fix typo introduced during the most
479 recent synchronization update.
480
b43b8535
NC
4812016-05-23 Nick Clifton <nickc@redhat.com>
482
483 * Import these patches from the gcc mainline:
484
485 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
486
487 * config.guess: Import version 2016-04-02 (newest).
488 * config.sub: Import version 2016-05-10 (newest).
489
bb7dc663
NC
4902016-04-19 Nick Clifton <nickc@redhat.com>
491
492 * Import this patch from the GCC mainline:
493
494 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
495
496 PR bootstrap/70173
497 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
498 and gotools directories. Delete the stage_final file.
499 * Makefile.in: Regenerate.
500
ea016470
CC
5012016-03-17 Cary Coutant <ccoutant@gmail.com>
502
503 * configure.ac: Add mips and s390 to the gold target check.
504 * configure: Regenerate.
505
52cf9762
NC
5062016-02-10 Nick Clifton <nickc@redhat.com>
507
508 Import these patches from the GCC mainline:
509
510 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
511
512 * configure.ac: Enable LTO for DJGPP
513 * configure: Regenerate
514
515 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
516
517 PR bootstrap/69329
518 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
519 * Makefile.in: Regenerate.
520
521 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
522 Sebastian Pop <s.pop@samsung.com>
523
524 * Makefile.in: Regenerate.
525 * Makefile.tpl: Export ISLVER.
526 * configure: Regenerate.
527 * config/isl.m4: Detect isl-0.15.
528
529 2016-01-29 Sebastian Pop <s.pop@samsung.com>
530
531 * config/isl.m4: Add comments about isl-0.16.
532 * configure: Regenerate.
533
1985dc2d
L
5342016-01-12 H.J. Lu <hongjiu.lu@intel.com>
535
536 Sync with GCC
537 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
538
539 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
540 symbols.
541
542 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
543
544 PR bootstrap/69134
545 * Makefile.def (mpfr): Disable assembler.
546 * Makefile.in: Regenerate.
547
4849dfd8
NC
5482016-01-11 Nick Clifton <nickc@redhat.com>
549
550 Import the following changes from the GCC mainline:
551
552 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
553
554 * configure.ac: Enable libmpx by default.
555 * configure: Regenerated.
556
557 2015-11-19 Martin Liska <mliska@suse.cz>
558
559 * .gitignore: Add .clang-format to ignored files.
560 * Makefile.tpl: Add clang-format.
561 * Makefile.in: Regenerate.
562
563 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
564
565 PR libffi/65726
566 * Makefile.def (lang_env_dependencies): Make libffi depend
567 on cxx.
568 * Makefile.in: Regenerate.
569
570 2015-12-02 Ian Lance Taylor <iant@google.com>
571
572 PR go/66147
573 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
574 * Makefile.in: Regenerate.
575
576 2015-12-17 Nathan Sidwell <nathan@acm.org>
577
578 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
579 * configure: Regenerate.
580
581 2015-12-17 Sebastian Pop <s.pop@samsung.com>
582
583 * Makefile.in: Replace ISL with isl.
584 * Makefile.tpl: Same.
585 * config/isl.m4: Same.
586 * configure.ac: Same.
587 * contrib/download_prerequisites: Same.
588 * configure: Regenerate.
589
590 2016-01-01 Ben Elliston <bje@gnu.org>
591
592 * config.guess: Import version 2016-01-01.
593 * config.sub: Likewise.
594
f075eb5e
TG
5952015-11-20 Tristan Gingold <gingold@adacore.com>
596
597 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
598 * configure: Regenerate.
599
6c3bc0f8
NC
6002015-10-21 Nick Clifton <nickc@redhat.com>
601
602 PR gas/19109
603 * configure.ac: Note the 'none' is an acceptable argument to
604 --enable-compressed-debug-sections.
605 * configure: Regenerate.
606
edeefb67
L
6072015-10-20 H.J. Lu <hongjiu.lu@intel.com>
608
609 PR gas/19109
610 * configure.ac: Add
611 --enable-compressed-debug-sections={all,gas,gold,ld}.
612 * configure: Regenerated.
613
68996839
NC
6142015-09-30 Nick Clifton <nickc@redhat.com>
615
616 Import the following patches from the GCC mainline:
617
618 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
619
620 PR libfortran/54572
621 * Makefile.def: Make libgfortran depend on libbacktrace.
622 * Makefile.in: Regenerate.
623
624 2015-08-12 Tom de Vries <tom@codesourcery.com>
625
626 PR other/67092
627 PR other/67098
628 * configure.ac: Remove --with_host_libstdcxx support.
629 * configure: Regenerate.
630
631 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
632 Jakub Jelinek <jakub@redhat.com>
633
634 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
635 nvptx*-*-*.
636 * configure: Regenerate.
637
5960642a
L
6382015-08-07 H.J. Lu <hongjiu.lu@intel.com>
639
640 Sync with GCC
641 2015-07-28 Ben Elliston <bje@gnu.org>
642
643 * config.sub, config.guess: Import from upstream.
644
016a3251
DD
6452015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
646
647 * Makefile.def (libiconv): Define bootstrap=true.
648 Mark pdf/html/info as missing.
649 (configure-gcc): Depend on all-libiconv.
650 (all-gcc): Ditto.
651 (configure-libcpp): Ditto.
652 (all-libcpp): Ditto.
653 (configure-intl): Ditto.
654 (all-intl): Ditto.
655 * Makefile.in: Regenerate.
656
136bb21f
L
6572015-07-27 H.J. Lu <hongjiu.lu@intel.com>
658
659 Sync with GCC
660 2015-07-24 Michael Darling <darlingm@gmail.com>
661
662 PR other/66259
663 * config-ml.in: Reflects renaming of configure.in to configure.ac
664 * configure: Likewise
665 * configure.ac: Likewise
666
22121df0
L
6672015-07-14 H.J. Lu <hongjiu.lu@intel.com>
668
669 * Makefile.in: Regenerated.
670
671 Sync with GCC
672 2015-05-21 Jason Merrill <jason@redhat.com>
673
674 * Makefile.tpl: Update comments.
675
676 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
677
678 * Makefile.tpl: Remove surplus whitespace throughout.
679
680 2015-03-25 Martin Liska <mliska@suse.cz>
681 Yury Gribov <y.gribov@samsung.com>
682
683 * Makefile.tpl: Fix ln source location for vimrc file.
684
969b1713
L
6852015-07-14 H.J. Lu <hongjiu.lu@intel.com>
686
687 Sync with GCC
688 2015-05-16 James Bowman <james.bowman@ftdichip.com>
689
690 * configure.ac: FT32 target added.
691 * configure: Regenerate.
692
ce6c656d
L
6932015-07-14 H.J. Lu <hongjiu.lu@intel.com>
694
695 Sync with GCC
696 2015-06-02 Jason Merrill <jason@redhat.com>
697
698 PR bootstrap/66319
699 * configure.ac: Use -std=gnu++98.
700
701 2015-05-28 Mike Frysinger <vapier@gentoo.org>
702
703 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
704 * configure: Regenerate.
705
706 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
707
708 * configure.ac: Fix typo.
709 * configure: Regenerate.
710
711 2015-05-03 Matthias Klose <doko@ubuntu.com>
712
713 * configure.ac: Match $host configured with triplets.
714 * configure: Regenerate.
715
716 2015-04-17 Jakub Jelinek <jakub@redhat.com>
717
718 PR bootstrap/62077
719 * configure.ac (--enable-stage1-checking): Default to
720 release,misc,gimple,rtlflag,tree,types if --disable-checking
721 or --enable-checking is not specified and DEV-PHASE is not
722 experimental.
723 * configure: Regenerated.
724
725 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
726
727 Install back PR target/47230 fix (Revert the revert).
728
16beab3d
L
7292015-06-30 H.J. Lu <hongjiu.lu@intel.com>
730
731 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
732 target.
733 * configure: Regenerate.
734
5569a85f
JDA
7352015-05-13 John David Anglin <dave.anglin@bell.net>
736
737 * configure.ac: Disable configuration of GDB for HPUX targets.
738 * configure: Regenerate.
739
e81d5d05
L
7402015-05-01 H.J. Lu <hongjiu.lu@intel.com>
741
742 PR ld/18355
743 * Makefile.def: Add extra_configure_flags to host zlib.
744 * configure.ac (extra_host_zlib_configure_flags): New. Set
745 to --enable-host-shared When bfd is to be built as shared
746 library. AC_SUBST.
747 * Makefile.in: Regenerated.
748
ec5b9462
HPN
7492015-04-15 Mike Frysinger <vapier@gentoo.org>
750 Hans-Peter Nilsson <hp@axis.com>
751
752 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 753 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
754 use that in the getver call instead of $tool.
755 (sim_release): Pass gdb as fifth parameter to tar_compress.
756 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
757
f91ca6bc
IB
7582015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
759
760 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
761 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
762 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
763 * Makefile.in: Regenerate.
764
cf39cfc5
L
7652015-04-01 H.J. Lu <hongjiu.lu@intel.com>
766
767 * configure.ac: Add --with-system-zlib.
768 * configure: Regenerated.
769
6ac1079e
L
7702015-03-31 H.J. Lu <hongjiu.lu@intel.com>
771
772 * src-release.sh: Don't configure with --with-target-subdir=.
773 --disable-multilib.
774
890ba06f
L
7752015-03-31 H.J. Lu <hongjiu.lu@intel.com>
776
777 * src-release.sh (DEVO_SUPPORT): Replace src-release with
778 src-release.sh.
779
5675acd9
ES
7802015-03-30 Ed Schouten <ed@nuxi.nl>
781
782 * config.sub: Update from upstream, to 2015-03-04 version.
783 * config.guess: Likewise.
784
d2d67aea
L
7852015-03-30 H.J. Lu <hongjiu.lu@intel.com>
786
787 * Makefile.def (dependencies): Add all-zlib to all-bfd.
788 * Makefile.in: Regenerated.
789
92c695a1
L
7902015-03-28 H.J. Lu <hongjiu.lu@intel.com>
791
792 * src-release.sh (do_proto_toplev): Configure with --target
793 --with-target-subdir and --disable-multilib.
794 (BINUTILS_SUPPORT_DIRS): Add zlib.
795 (GAS_SUPPORT_DIRS): Likewise.
796 (GDB_SUPPORT_DIRS): Likewise.
797 (SIM_SUPPORT_DIRS): Likewise.
798
091021fa
L
7992015-03-17 H.J. Lu <hongjiu.lu@intel.com>
800
801 * configure.ac (target_configdirs): Exclude target-zlib if
802 target-libjava isn't built.
803 * configure: Regenerated.
804
5df8a8fc
L
8052015-03-17 H.J. Lu <hongjiu.lu@intel.com>
806
807 Sync with GCC
808 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
809
810 * config-ml.in: Robustify ac_configure_args parsing.
811
1b6c0831
L
8122015-03-16 H.J. Lu <hongjiu.lu@intel.com>
813
814 * Makefile.def: Updated from GCC trunk.
815 * Makefile.tpl: Likewise.
816 * configure.ac: Likewise.
817 * Makefile.in: Regenerated.
818 * configure: Likewise.
819
3f8107ab
AM
8202015-01-28 James Bowman <james.bowman@ftdichip.com>
821
822 * configure.ac: Add FT32 support.
823 * configure: Regenerate.
824
10b8fe5e
AG
8252015-01-12 Anthony Green <green@moxielogic.com>
826
827 * configure.ac: Don't disable gprof for moxie.
828 * configure: Rebuild.
829
6b91c541
AP
8302015-01-03 Andrew Pinski <apinski@cavium.com>
831
832 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
833 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
834 (BASE_TARGET_EXPORTS): Add OBJCOPY.
835 (OBJCOPY_FOR_TARGET): New variable.
836 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
837 * Makefile.in: Regenerate.
838 * configure.ac: Check for already installed target objcopy.
839 Also GCC_TARGET_TOOL on objcopy.
840 * configure: Regenerate.
841
6ba37ab4
HPN
8422015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
843
844 * config.sub: Update from upstream, to 2015-01-01 version.
845 * config.guess: Ditto.
846
bb5f7690
EB
8472014-12-06 Eric Botcazou <ebotcazou@adacore.com>
848
849 * config.sub: Update from upstream config repo.
850
6e733cce
L
8512014-11-24 H.J. Lu <hongjiu.lu@intel.com>
852
853 * libtool.m4: Updated from GCC trunk.
854
8969c424
JBG
8552014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
856
857 * config.guess: Update from upstream config repo.
858 * config.sub: Ditto.
859
37e77caf
JBG
8602014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
861
862 * move-if-change: Update from upstream gnulib.
863
e3046511
JBG
8642014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
865
866 * compile: Sync with upstream Automake.
867 * depcomp: Ditto.
868 * install-sh: Ditto.
869 * missing: Ditto.
870 * mkinstalldirs: Ditto.
871 * ylwrap: Ditto.
872
3e615393
TG
8732014-10-15 Tristan Gingold <gingold@adacore.com>
874
875 * src-release.sh (do_proto_toplev): Configure with --target.
876
6d26190c
JY
8772014-10-03 Jing Yu <jingyu@google.com>
878
879 * configure.ac: Add aarch64 to list of targets that support gold.
880 * configure: Regenerate.
881
a9d58c06
AB
8822014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
883
884 * configure.ac: Add mips*-img-elf* target triple.
885 * configure: Regenerate.
886
b25b5cef
CJW
8872014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
888 * configure: Disable gdb for nds32*-*-* until supported.
889 * configure.ac: Disable gdb for nds32*-*-* until supported.
890
f8797b5a
JB
8912014-09-05 Joel Brobecker <brobecker@adacore.com>
892
893 * configure: Regenerate.
894
2536ee9d
WN
8952014-08-27 Will Newton <will.newton@linaro.org>
896
897 * src-release.sh: New file.
898 * src-release: Remove file.
899
1f995db6
JS
9002014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
901
902 GDB not supported for or1k*-*-rtems*
903 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
904 of the stanzas results in this not being caught by or1k*-*-* later.
905 * configure. Regenerated.
906
a843ea33
SB
9072014-07-25 Samuel Bronson <naesten@gmail.com>
908
909 * .gitattributes: New file for use with git-merge-changelog.
910
cfbc1a6c
JS
9112014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
912
913 Disable gdb for or1k*-*-* until supported
914 * configure.ac (or1k*-*-*): Disable gdb.
915 * configure: Regenerated.
916
d9e042ac
SL
9172014-05-14 Sandra Loosemore <sandra@codesourcery.com>
918
919 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
920 * configure: Regenerated.
921
201f096f 9222014-03-26 Jakub Jelinek <jakub@redhat.com>
923
924 PR sanitizer/56781
925 * Makefile.def: Set bootstrap=true; for host fixincludes.
926 * configure.ac: Don't bootstrap host fixincludes unless
927 --with-build-config=bootstrap-{a,ub}san.
928 * Makefile.in: Regenerated.
929 * configure: Regenerated.
930
730af8ee 9312014-03-21 Jakub Jelinek <jakub@redhat.com>
932
933 * configure.ac: Move BUILD_CONFIG set up earlier. Add
934 --enable-vtable-verify option parsing. Don't add
935 target-libsanitizer to bootstrap_target_libs unless
936 --with-build-config=bootstrap-asan or
937 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
938 to bootstrap_target_libs unless --enable-vtable-verify.
939 * configure: Regenerated.
940
abca8d87 9412014-03-07 Jakub Jelinek <jakub@redhat.com>
942
943 PR bootstrap/58572
944 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
945 -I for libstdc++-v3 includes if $(LEAN).
946 * Makefile.in: Regenerated.
947
68d122bb 9482014-02-24 Walter Lee <walt@tilera.com>
949
950 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
951 (tilegx-*-*): Change to tilegx*-*-*.
952 * configure: Regenerate.
953
39d1b2ae
RS
9542014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
955
956 * config.sub, config.guess: Import from upstream.
957
50f80006
EB
9582014-04-04 Eric Botcazou <ebotcazou@adacore.com>
959
960 PR bootstrap/60620
72f4393d 961 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
962 * Makefile.in: Regenerate.
963
a6305403
YS
9642014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
965
966 * Makefile.def (dependencies): Make all-ld depend on all-binutils
967 for WINDRES_FOR_TARGET in default-manifest.o rule.
968 * Makefile.in: Regenerate.
969
62a0f723
RO
9702014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
971
972 PR target/59788
973 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
974 *solaris2*.
975
530e8392
KB
9762013-12-19 Keven Boell <keven.boell@intel.com>
977
978 * cp-namespace.c (cp_lookup_nested_symbol): Enable
979 nested lookups for fortran modules.
980 * dwarf2read.c (read_module): Add fortran module to
981 the symbol table.
982 (add_partial_symbol, add_partial_module): Add fortran
983 module to the partial symbol table.
984 (new_symbol_full): Create full symbol for fortran module.
985 * f-exp.y (yylex): Add new module domain to be parsed.
986 * symtab.h: New domain for fortran modules.
987
7f9b20bb
KB
9882013-12-19 Keven Boell <keven.boell@intel.com>
989
990 * f-exp.y (yylex): Add domain array to enable lookup
991 in multiple domains. Loop over lookup domains and try
992 to find requested symbol. Add STRUCT_DOMAIN to lookup
993 domains to be able to query for user defined types.
994
afc0578d 9952013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
996
997 * configure.ac: Add user-friendly check for native x86_64-linux
998 multilibs.
999 * configure: Regenerate.
1000
f3f51a69
AM
10012013-11-23 Alan Modra <amodra@gmail.com>
1002
1003 * config.sub, config.guess: Import from upstream.
1004
2440009d 10052013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1006
2440009d 1007 * Makefile.in: Regenerate.
1008
e78e02e6 1009 * Makefile.tpl: Fix typo.
1010 * Makefile.in: Regenerate partially.
1011
9aaf2a7e 10122013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1013
1014 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1015 supported.
1016 * configure: Regenerated.
1017
880b18d1 10182013-10-30 Jason Merrill <jason@redhat.com>
1019
1020 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1021 --disable-build-format-warnings.
1022
522e3d71 10232013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1024
f3f51a69 1025 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1026 depend on libstdc++ and libgcc.
1027 * configure: Regenerate.
1028 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1029 libcilkrts for POSIX and i*86, and x86_64 architectures.
1030 * Makefile.in: Added libcilkrts related fields to support building it.
1031
cb49a9e1 10322013-10-26 Jeff Law <law@redhat.com>
1033
1034 * Makefile.def (target_modules): Remove libmudflap
1035 (languages): Remove check-target-libmudflap).
1036 * Makefile.in: Rebuilt.
1037 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1038 * configure.ac (target_libraries): Remove target-libmudflap.
1039 Remove checks which disabled libmudflap on some systems.
1040 * configure: Rebuilt.
1041 * libmudflap: Directory removed.
1042
82033c9b
JBG
10432013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1044
1045 * configure.ac: Update from GCC.
1046 * configure: Regenerate.
1047
b50d7605
HPN
10482013-10-15 Hans-Peter Nilsson <hp@axis.com>
1049
1050 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1051 files in SUPPORT_FILES.
1052 (SIM_SUPPORT_DIRS): New variable.
1053 (sim.tar.bz2): New rule.
1054
f4cfb980
JBG
10552013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1056
1057 * configure.ac: Update from GCC.
1058 * configure: Regenerate.
1059
78b1434c
JJ
10602013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1061
1062 * COPYING.NEWLIB: Update with new copyright.
1063
b3fc79f8
JBG
10642013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1065
1066 * configure.ac: Update from GCC.
1067 * configure: Regenerate.
1068
cc9afea3
AM
10692013-09-20 Alan Modra <amodra@gmail.com>
1070
1071 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1072 ppc host match. Support little-endian powerpc linux hosts.
1073
f006cabd
JB
10742013-08-16 Joel Brobecker <brobecker@adacore.com>
1075
1076 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1077 strip the "-cvs" suffix from the version number if present.
1078
95e43135
JBG
10792013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1080
1081 * configure.ac: Sync with GCC repo.
1082 * Makefile.def: Ditto.
1083 * configure: Regenerate.
1084 * Makefile.in: Ditto.
1085
7539e41e
JB
10862013-07-22 Joel Brobecker <brobecker@adacore.com>
1087
1088 * src-release (VER): Use $(TOOL)/common/create-version.sh
1089 if it exists.
1090
e8044f35
RS
10912013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1092
1093 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1094 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1095 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1096 * configure: Regenerate.
1097
7bab7634
DC
10982013-06-01 George Thomas <george.thomas@atmel.com>
1099
95e43135
JBG
1100 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1101 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1102
b5364c9e
JJ
11032013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1104
1105 * COPYING.NEWLIB: Add Altera Corporation copyright.
1106
5dad867c
JBG
11072013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1108
1109 * config.guess: Update from config repo.
1110 * config.sub: Ditto.
1111
b836cb18
JBG
11122013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1113
1114 * Makefile.def: Sync with GCC.
1115 * Makefile.in: Regenerate.
1116
e7d5abf1
JBG
11172013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1118
1119 * configure.ac: Sync with GCC.
b836cb18 1120 * configure: Regenerate.
e7d5abf1 1121
4f778543
MF
11222013-03-22 Mike Frysinger <vapier@gentoo.org>
1123
1124 * src-release (VER): Change bfd/configure.in sed to use the new
1125 `bfd/configure --version` output.
1126
f1dd87fc
YZ
11272013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1128
1129 * configure.ac: Sync with GCC repo.
1130 * configure: Ditto.
1131
a413f71a
ILT
11322013-02-05 Ian Lance Taylor <iant@google.com>
1133
1134 PR go/55969
1135 * configure.ac: Disable libgo on some systems where it does not
1136 work.
1137 * configure: Rebuild.
1138
3a98824c
AM
11392013-02-05 Alan Modra <amodra@gmail.com>
1140
1141 * configure: Regenerate after syncing config/.
1142
3dae1673
JBG
11432013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1144
1145 * configure.ac: Sync with GCC repo.
1146 * configure: Ditto.
1147 * Makefile.def: Ditto.
1148 * Makefile.in: Ditto.
1149
bf51454b
JB
11502013-01-11 Joel Brobecker <brobecker@adacore.com>
1151
1152 Sync with GCC, merge:
1153
1154 2013-01-09 Jason Merrill <jason@redhat.com>
1155
1156 * .gitignore: Import from gdb repository.
1157
c841a2be
JBG
11582013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1159
1160 * config.sub: Update from config repo.
1161
d7b9dae9
EB
11622013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1163
1164 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1165 * Makefile.in: Regenerate.
1166
861ea9c8
L
11672013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * Makefile.def (configure-gcc): Depend on all-gmp.
1170 (all-gcc): Remove dependency on all-gmp.
1171 * Makefile.in: Regenerated.
1172
ce82b126
JBG
11732013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1174
1b4f418d 1175 * config.guess: Update from config repo.
c2e5e6d7 1176 * config.sub: Ditto.
ce82b126 1177
fd62a30d
JJ
11782013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1179
1180 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1181 exists and replace the new bfin license in its location.
1182
0140d685
L
11832013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1184
1185 PR gas/14899
1186 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1187 all-ld and all-gold depend on all-gas.
1188 * Makefile.in: Regenerated.
1189
c3d399e7
L
11902012-12-29 Ben Elliston <bje@gnu.org>
1191
1192 * config.guess: Update to 2012-12-29 version.
1193 * config.sub: Likewise.
1194
9417cd2f
JBG
11952012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1196
1197 * Makefile.def (install-target-libgo): Depend on
1198 install-target-libatomic. Merged from GCC repo.
1199 * Makefile.in: Regenerate.
1200
68dad382
JJ
12012012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1202
1203 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1204
2344b8da
TS
12052012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1206
1207 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1208 * configure: Regenerate.
1209
5eb08693
L
12102012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1211
1212 * Makefile.def (target_modules): Add bootstrap=true and
1213 raw_cxx=true to libsanitizer.
1214 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1215 * Makefile.in: Regenerated.
1216 * configure: Likewise.
1217
53ab32d8
JBG
12182012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * config.sub: Merge from config repo.
1221
d2489204
JBG
12222012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1223
1224 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1225 * Makefile.tpl: Ditto.
1226 * Makefile.in: Ditto.
1227 * configure: Ditto.
d2489204 1228
c23b5043
JBG
12292012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1230
1231 * configure.ac (noconfigdirs): Merge from GCC.
1232 * configure: Regenerate.
1233
1dd1f7f6
JBG
12342012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1235
1236 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1237
2bda3143
L
12382012-11-14 Roland McGrath <mcgrathr@google.com>
1239
1240 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1241 * configure: Regenerate.
1242
5286fdef
L
12432012-11-13 Richard Henderson <rth@redhat.com>
1244
1245 * configure.ac: Move libsanitizer logic to subdirectory.
1246 * configure: Regenerate.
1247
12482012-11-13 Dodji Seketeli <dodji@redhat.com>
1249
1250 * configure.ac: Enable libsanitizer just on x86 linux for now.
1251 * configure: Re-generate.
1252
12532012-11-13 David Edelsohn <dje.gcc@gmail.com>
1254
1255 * configure.ac: Merge libquadmath sections.
1256 * configure: Regenerate.
1257
12582012-11-12 Wei Mi <wmi@google.com>
1259
1260 * configure.ac: Add libsanitizer to target_libraries.
1261 * Makefile.def: Ditto.
1262 * configure: Regenerate.
1263 * Makefile.in: Regenerate.
1264
f66a9a70
L
12652012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1266
1267 * configure: Regenerated.
1268
12692012-11-03 Robert Mason <rbmj@verizon.net>
1270
1271 * configure.ac: add --disable-libstdcxx configure option
1272 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1273
6d94c122
CV
12742012-10-24 Corinna Vinschen <corinna@vinschen.de>
1275
1276 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1277 against Mingw64 w32api.
1278 * configure: Regenerate.
1279
a882be68
EB
12802012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1281
1282 PR bootstrap/54820
1283 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1284 * configure: Regenerate.
1285
b3676d82
EB
12862012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1287
1288 PR bootstrap/54820
1289 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1290 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1291 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1292 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1293 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1294 * Makefile.in: Regenerate.
1295 * configure.ac (have_static_libs): New variable and associated check.
1296 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1297 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1298 * configure: Regenerate.
1299
7b0e8ca5
MF
13002012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1301
1302 * config.guess, config.sub: Include updated version from
1303 config-patches. Adds microblaze little endian support.
1304
8e71395b
L
13052012-09-28 Ian Lance Taylor <iant@google.com>
1306
1307 * Makefile.def: Make all-target-libgo depend on
1308 all-target-libbacktrace.
1309 * Makefile.in: Rebuild.
1310
13112012-09-26 Ian Lance Taylor <iant@google.com>
1312
1313 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1314 * Makefile.in: Rebuild.
1315
13162012-09-06 Diego Novillo <dnovillo@google.com>
1317
1318 * configure.ac: Bump minimum GMP version to 4.2.3.
1319 * configure: Re-generate.
1320
13212012-09-05 Georg-Johann Lay <avr@gjlay.de>
1322
1323 PR target/54461
1324 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1325 target-libgloss if not configured --with-avrlibc=no.
1326 * configure: Regenerate.
1327
13282012-09-04 Jason Merrill <jason@redhat.com>
1329
1330 * configure.ac: Fix --enable-languages=all.
1331
13322012-09-03 Richard Guenther <rguenther@suse.de>
1333
1334 PR bootstrap/54138
1335 * configure.ac: Re-organize ISL / CLOOG checks to allow
1336 disabling with either --without-isl or --without-cloog.
1337 * configure: Regenerated.
1338
13392012-09-03 Georg-Johann Lay <avr@gjlay.de>
1340
1341 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1342 * configure: Regenerate.
1343
d09bbf00
SE
13442012-09-21 Steve Ellcey <sellcey@mips.com>
1345
1346 * configure.ac: Add mips*-mti-elf* target.
1347 * configure: Regenerate.
1348
2bf680c4
ILT
13492012-09-19 Ian Lance Taylor <iant@google.com>
1350
1351 * configure.ac (host_libs): Add libbacktrace.
1352 (target_libraries): Add libbacktrace.
1353 * Makefile.def (host_modules): Add libbacktrace.
1354 (target_modules): Likewise.
1355 * configure, Makefile.in: Rebuild.
1356
5c0b3823
WL
13572012-09-15 Jiong Wang <jiwang@tilera.com>
1358
1359 * configure.ac (ENABLE_GOLD): support tilegx*
1360 * configure: rebuild
1361
1488e230
DE
13622012-09-14 David Edelsohn <dje.gcc@gmail.com>
1363
1364 PR target/38607
1365 Merge upstream change.
1366 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1367
1368 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1369 Add libgomp*.o to compare_exclusions for AIX.
1370 * configure: Regenerate.
1371
df6795ce
L
13722012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 PR binutils/4970
1375 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1376 and opcodes.
1377 * Makefile.in: Regenerated.
1378
7ec59b9e
L
13792012-08-14 Diego Novillo <dnovillo@google.com>
1380
1381 Merge from cxx-conversion branch.
1382
1383 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1384 POSTSTAGE1_CONFIGURE_FLAGS.
1385 * Makefile.in: Regenerate.
1386 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1387 Force C++ when bootstrapping.
1388 * configure: Regenerate.
1389
13902012-07-06 Richard Guenther <rguenther@suse.de>
1391
1392 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1393 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1394 --with-gmp=system.
1395 * Makefile.in: Regenerated.
1396 * configure: Likewise.
1397
13982012-07-06 Richard Guenther <rguenther@suse.de>
1399
1400 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1401 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1402 supply V=1 as extra_make_flags.
1403 * configure: Regenerated.
1404 * Makefile.in: Likewise.
1405
14062012-07-03 Richard Guenther <rguenther@suse.de>
1407
1408 * Makfile.def (isl): Remove not necessary extra_exports and
1409 extra_make_flags.
1410 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1411 * Makefile.in: Regenerated.
1412
14132012-07-03 Richard Guenther <rguenther@suse.de>
1414
1415 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1416 * configure.ac: If either the ISL or the CLooG check failed
1417 do not try to build in-tree versions.
1418 * Makefile.in: Regenerated.
1419 * configure: Regenerated.
1420
14212012-07-02 Richard Guenther <rguenther@suse.de>
1422 Michael Matz <matz@suse.de>
1423 Tobias Grosser <tobias@grosser.es>
1424 Sebastian Pop <sebpop@gmail.com>
1425
1426 * Makefile.def: Add ISL host module, remove PPL host module.
1427 Adjust ClooG host module to use the proper ISL.
1428 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1429 * configure.ac: Include config/isl.m4. Add ISL host library,
1430 remove PPL. Remove PPL configury, add ISL configury, adjust
1431 ClooG configury.
1432 * Makefile.in: Regenerated.
1433 * configure: Likewise.
1434
14352012-07-02 Richard Guenther <rguenther@suse.de>
1436
1437 Merge from graphite branch
1438 2011-07-21 Tobias Grosser <tobias@grosser.es>
1439
1440 * configure: Regenerated.
1441 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1442 both cloog.org and legacy versions. The only supported version will
1443 be CLooG with the isl backend.
1444
1445 2011-07-21 Tobias Grosser <tobias@grosser.es>
1446
1447 * configure: Regenerated.
1448 * configure.ac: Require cloog isl 0.17.0
1449
1450 2011-07-21 Tobias Grosser <tobias@grosser.es>
1451
1452 * configure: Regenerated.
1453 * config/cloog.m4: Do not define CLOOG_ORG
1454
14552012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1456
1457 * configure.ac: Skip C if explicitly selected.
1458 * configure: Regenerate.
1459
14602012-06-28 Christophe Lyon <christophe.lyon@st.com>
1461
1462 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1463 they contain -O2.
1464 * configure: Regenerate.
1465
14662012-06-20 Jason Merrill <jason@redhat.com>
1467
1468 * Makefile.tpl (check-target-libgomp-c++): New.
1469 (check-target-libitm-c++): New.
1470 * Makefile.def (c++): Add them.
1471 * Makefile.in: Regenerate.
1472
14732012-05-16 Olivier Hainque <hainque@adacore.com>
1474
1475 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1476 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1477 (install-no-fixedincludes): Adjust accordingly.
1478 * Makefile.in: Regenerate.
1479
14802012-05-09 Nick Clifton <nickc@redhat.com>
1481 Paul Smith <psmith@gnu.org>
1482
1483 PR bootstrap/50461
1484 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1485 allow for the fact that from release v3.1.0 of MPFR the source
1486 files were moved into a src sub-directory.
1487 * configure: Regenerate.
1488
14892012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1490
1491 * configure.ac: Bump minimum MPFR version to 2.4.0.
1492 * configure: Regenerated.
1493
14942012-05-01 Richard Henderson <rth@redhat.com>
1495
1496 * Makefile.def (libatomic): New target_module.
1497 * configure.ac (target_libraries): Add libatomic.
1498 (noconfigdirs): Check if libatomic is supported.
1499 * Makefile.in, configure: Rebuild.
1500
f87f9c61
L
15012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1502
1503 Merge upstream change
1504 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1505
15062011-11-21 Andreas Tobler <andreast@fgznet.ch>
1507
1508 * libtool.m4: Additional FreeBSD 10 fixes.
1509
68f107fa
AO
15102012-06-28 Christophe Lyon <christophe.lyon@st.com>
1511
1512 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1513 they contain -O2.
1514 * configure: Regenerate.
1515
b9c361e0
JL
15162012-05-14 Catherine Moore <clm@codesourcery.com>
1517
1518 * NEWS: Mention PowerPC VLE port.
1519
9eb322aa
MF
15202012-05-11 Mike Frysinger <vapier@gentoo.org>
1521
1522 * MAINTAINERS (config/): Move to intl/ section.
1523 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1524
58b1dd21
NC
15252012-05-09 Nick Clifton <nickc@redhat.com>
1526 Paul Smith <psmith@gnu.org>
1527
1528 PR bootstrap/50461
1529 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1530 allow for the fact that from release v3.1.0 of MPFR the source
1531 files were moved into a src sub-directory.
1532 * configure: Regenerate.
1533
2e702c99
RM
15342012-05-02 Roland McGrath <mcgrathr@google.com>
1535
1536 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1537 * configure: Regenerate.
1538
d2213593
JB
15392012-04-25 Joel Brobecker <brobecker@adacore.com>
1540
1541 * config.sub: Update to 2012-04-18 version from official repo.
1542
202e2356
NC
15432012-03-19 Tristan Gingold <gingold@adacore.com>
1544
1545 * configure.ac (ia64*-*-*vms*): Add support for ld.
1546 * configure: Regenerate.
1547
2479f722
RO
15482012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1549
1550 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1551 (unsupported_languages): Remove mips-sgi-irix6.*.
1552 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1553 (with_stabs): Remove.
1554 * configure: Regenerate.
1555
4e97d92b
RO
15562012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1557
1558 * configure.ac (enable_libgomp): Remove *-*-osf*.
1559 (with_stabs): Remove alpha*-*-osf*.
1560 * configure: Regenerate.
1561
f9ea6f98
JJ
15622012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1563
1564 * COPYING.NEWLIB: Modify DJ Delorie license to include
1565 modification rights in clause as permitted by DJ Delorie.
1566 * COPYING.LIBGLOSS: Ditto.
1567
48688b3e
JJ
15682012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1569
1570 * COPYING.NEWLIB: Remove two unused licenses.
1571
0945bbee
TG
15722012-03-05 Tristan Gingold <gingold@adacore.com>
1573
1574 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1575 * configure: Regenerate.
1576
516be0c5
JJ
15772012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1578
1579 * COPYING.NEWLIB: Add Adapteva notice.
1580 * COPYING.LIBGLOSS: Add Adapteva notice.
1581
64b986c0
EB
15822011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1583
1584 * configure: Regenerate.
1585
58cddc18
JJ
15862011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1587
1588 * COPYING.LIBGLOSS: Add GPL with exception license.
1589
b121d7d4
DD
15902011-11-09 Roland McGrath <mcgrathr@google.com>
1591
1592 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1593 * configure: Rebuild.
1594 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1595 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1596 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1597 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1598 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1599 Add READELF.
1600 * Makefile.in: Rebuild.
1601
d32e2926
RH
16022011-11-08 Richard Henderson <rth@redhat.com>
1603
1604 * configure.ac: Test for libitm directory present first.
1605
1606 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1607
1608 * configure.ac: Test libitm/configure.tgt to disable libitm.
1609 * configure: Rebuild.
1610
98dd765a
RO
16112011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1612
1613 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1614 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1615 * Makefile.in: Regenerate.
1616
99c513f6
DD
16172011-11-01 DJ Delorie <dj@redhat.com>
1618
1619 * configure.ac (rl78-*-*) New case.
1620 * configure: Regenerate.
1621
ff3ec4ee
DD
16222011-11-01 DJ Delorie <dj@redhat.com>
1623
1624 * config.sub: Update to version 2011-10-29 (added rl78)
1625
c28a9f49
NC
16262011-10-27 Nick Clifton <nickc@redhat.com>
1627
1628 * config.sub: Import these changes from the config project:
1629
a903d6ac 1630 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1631 Ben Elliston <bje@gnu.org>
1632
1633 * config.sub (epiphany): New.
1634
1635 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1636 Ben Elliston <bje@gnu.org>
1637
9eb322aa 1638 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1639
1640 2011-08-23 Roland McGrath <mcgrathr@google.com>
1641
1642 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1643 64eb to be64.
1644
1645 2011-08-16 Roland McGrath <mcgrathr@google.com>
1646
1647 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1648 (nacl): Grok as alias for 32el-unknown-nacl.
1649
860144e4
JB
16502011-08-19 Joel Brobecker <brobecker@adacore.com>
1651
1652 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1653
40ae9136
YQ
16542011-08-14 Yao Qi <yao@codesourcery.com>
1655
1656 Merge from gcc:
1657
1658 2011-08-14 Yao Qi <yao@codesourcery.com>
1659 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1660 * configure: Regenerate.
1661
ffdd6afc
ILT
16622011-07-26 Ian Lance Taylor <iant@google.com>
1663
1664 Merge from gcc:
1665
1666 2011-07-26 Ian Lance Taylor <iant@google.com>
1667 * configure.ac: Set have_compiler based on whether gcc directory
1668 exists, rather than on whether gcc is in configdirs.
1669 * configure: Rebuild.
1670
1671 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1672 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1673 link directories.
1674 * Makefile.in: Rebuild.
1675
1676 2011-07-20 Ian Lance Taylor <iant@google.com>
1677 PR bootstrap/49787
1678 * configure.ac: Move --enable-bootstrap handling earlier in file.
1679 If --enable-bootstrap and either --enable-build-with-cxx or
1680 --enable-build-poststage1-with-cxx, enable C++ automatically.
1681 * configure: Rebuild.
1682
1683 2011-07-19 Ian Lance Taylor <iant@google.com>
1684 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1685 make C++ a boot_language. Set and substitute
1686 POSTSTAGE1_CONFIGURE_FLAGS.
1687 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1688 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1689 * configure, Makefile.in: Rebuild.
1690
1691 2011-07-16 Jason Merrill <jason@redhat.com>
1692 * Makefile.def (language=c++): Add check-c++0x and
1693 check-target-libmudflap-c++.
1694 * Makefile.tpl (check-target-libmudflap-c++): New.
1695 * Makefile.in: Regenerate.
1696
1697 2011-07-16 Matthias Klose <doko@ubuntu.com>
1698 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1699 * Makefile.def (target_modules/libjava): Pass
1700 $(EXTRA_CONFIGARGS_LIBJAVA).
1701 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1702 if not configured with --enable-static-libjava.
1703 * Makefile.in: Regenerate.
1704 * configure: Likewise.
1705
1706 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1707 PR regression/47836
1708 PR bootstrap/23656
1709 PR other/47733
1710 PR bootstrap/49247
1711 PR c/48825
1712 * configure.ac (target_libraries): Remove target-libiberty.
1713 Remove case-statement setting skipdirs=target-libiberty for
1714 multiple targets. Remove checking target_configdirs and
1715 removing target-libiberty but keeping target-libgcc if
1716 otherwise empty.
1717 * Makefile.def (target_modules): Don't add libiberty.
1718 (dependencies): Remove all traces of target-libiberty.
1719 * configure, Makefile.in: Regenerate.
1720
9ccb86e7
JM
17212011-07-22 Jason Merrill <jason@redhat.com>
1722
1723 * Makefile.def (language=c++): Add check-c++0x and
1724 check-target-libmudflap-c++.
1725 * Makefile.tpl (check-target-libmudflap-c++): New.
1726 * Makefile.in: Regenerate.
1727
090bc50f
RO
17282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1729
1730 * configure: Regenerate.
1731
cff32a7c
RO
17322011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1733
1734 PR target/39150
1735 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1736 x86_64-*-solaris2.1[0-9]*.
1737 * configure: Regenerate.
1738
eb4b2452
NC
17392011-06-13 Walter Lee <walt@tilera.com>
1740
1741 * configure.ac (tilepro-*-*) New case.
1742 (tilegx-*-*): Likewise.
1743 * configure: Regenerate.
1744
3c0013bf
NC
17452011-06-06 Nick Clifton <nickc@redhat.com>
1746
1747 * config.sub: Sync from upstream.
1748
91c1f14c
DK
17492011-05-08 Doug Kwan <dougkwan@google.com>
1750
1751 Merge from gcc:
1752
1753 2011-05-08 Doug Kwan <dougkwan@google.com>
1754
1755 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1756 * configure: Regenerated.
1757 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1758 value from configure.
1759 * Makefile.in: Regenerated.
1760
c7e4b184
JM
17612011-05-05 Joseph Myers <joseph@codesourcery.com>
1762
1763 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1764 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1765 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1766 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1767 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1768 *-*-vxworks*): Disable newlib and libgloss in separate case
1769 statement.
1770 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1771 to separate case statement.
1772 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1773 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1774 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1775 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1776 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1777 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1778 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1779 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1780 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1781 i[[3456789]]86-*-rdos*, m32r-*-*,
1782 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1783 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1784 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1785 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1786 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1787 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1788 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1789 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1790 and libgloss in main case over targets. Remove most empty cases
1791 in main case over targets.
1792 * configure: Regenerate.
1793
7152a690
JM
17942011-05-04 Joseph Myers <joseph@codesourcery.com>
1795
1796 * configure.ac: Remove code setting special library locations for
1797 hppa*64*-*-hpux11*. Remove code setting compiler for
1798 sparc-sun-solaris2*.
1799 * configure: Regenerate.
1800
ff46fb8f
JM
18012011-05-04 Joseph Myers <joseph@codesourcery.com>
1802
1803 * configure.ac: Separate libgloss_dir settings from general case
1804 over targets.
1805 * configure: Regenerate.
1806
82ae827f
JM
18072011-04-28 Joseph Myers <joseph@codesourcery.com>
1808
1809 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1810 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1811 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1812 cases in libgcj-disabling case statement.
1813 (hppa*64*-*-linux*): Set unsupported_languages instead of
1814 disabling target-zlib.
1815 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1816 to hppa*64*-*-hpux*.
1817 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1818 hppa*-*-hpux*.
1819 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1820 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1821 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1822 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1823 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1824 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1825 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1826 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1827 libgcj-disabling case statement.
1828 * configure: Regenerate.
1829
0827f9a6
JM
18302011-04-28 Joseph Myers <joseph@codesourcery.com>
1831
1832 * configure.ac: Disable Java for targets not supporting libffi.
1833 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1834 Remove cases in Java-disabling statement.
1835 (*arm-wince-pe): Change to arm-wince-pe.
1836 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1837 cases in Java-disabling statement.
1838 (bfin-*-*): Don't disable Java again.
1839 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1840 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1841 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1842 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1843 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1844 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1845 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1846 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1847 Java-disabling statement.
1848 (mmix-*-*): Don't disable Java again.
1849 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1850 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1851 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1852 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1853 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1854 statement.
1855 * configure: Regenerate.
1856
899b04ef
JM
18572011-04-28 Joseph Myers <joseph@codesourcery.com>
1858
1859 Merge from GCC:
1860
1861 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1862
1863 PR lto/48086
1864 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1865 * configure: Regenerate.
1866
9863d716
JM
18672011-04-28 Joseph Myers <joseph@codesourcery.com>
1868
1869 * configure.ac: Separate cases disabling Java and Java libraries
1870 from general case over targets.
1871 * configure: Regenerate.
1872
a90ef4bf
JM
18732011-04-06 Joseph Myers <joseph@codesourcery.com>
1874
1875 * configure.ac (build_tools): Remove build-byacc.
1876 (host_libs): Remove mmalloc.
1877 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1878 autoconf automake libtool diff rcs fileutils shellutils time
1879 textutils wdiff find uudecode hello tar gzip indent recode release
1880 sed perl gawk findutils gettext zip.
1881 (libgcj): Remove target-qthreads.
1882 (target_tools): Remove target-examples target-gperf.
1883 (YACC): Don't handle building byacc.
1884 * configure: Regenerate.
1885 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1886 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1887 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1888 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1889 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1890 handle building components.
1891 * Makefile.in: Regenerate.
1892
05a02268
RW
18932011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1894
1895 * config.sub: Sync from upstream.
1896
c5f5c3c2
JM
18972011-04-01 Joseph Myers <joseph@codesourcery.com>
1898
1899 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1900 (microblaze*): Don't disable libssp.
1901 * configure: Regenerate.
1902
f6c1938b
JM
19032011-04-01 Joseph Myers <joseph@codesourcery.com>
1904
1905 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1906 moveifchange.
1907 * configure: Regenerate.
1908 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1909 * Makefile.in: Regenerate.
1910
1f111696
JM
19112011-04-01 Joseph Myers <joseph@codesourcery.com>
1912
1913 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1914 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1915 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1916 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1917 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1918 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1919 md_exec_prefix cases.
1920 * configure: Regenerate.
1921
065a5627
JM
19222011-04-01 Joseph Myers <joseph@codesourcery.com>
1923
1924 * configure.ac: Separate cases disabling target-libssp,
1925 target-libiberty, target-libstdc++-v3 and Fortran from general
1926 case over targets.
1927 * configure: Regenerate.
1928
b2f14e4a
JM
19292011-04-01 Joseph Myers <joseph@codesourcery.com>
1930
1931 * configure.ac (*-*-chorusos): Don't disable libgcj.
1932 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1933 Remove case.
1934 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1935 (arm-*-coff): Don't disable libgcj.
1936 (arm*-*-linux-gnueabi): Remove useless assignment.
1937 (arm-*-riscix*): Don't disable libgcj.
1938 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1939 configuration.
1940 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1941 (c54x*-*-*): Remove case.
1942 (tic54x-*-*): Don't disable GCC or GCC libraries.
1943 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1944 to *.
1945 (d10v-*-*): Don't disable GCC libraries.
1946 (d30v-*-*): Don't disable libgcj.
1947 (h8500-*-*): Don't disable GCC libraries.
1948 (i960-*-*): Don't disable libgcj.
1949 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1950 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1951 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1952 libgcj.
1953 (m68k-*-coff*): Remove case.
1954 (mmix-*-*): Don't disable libgloss on host.
1955 (mn10200-*-*, mn10300-*-*): Remove cases.
1956 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1957 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1958 Don't disable libgcj.
1959 (romp-*-*): Remove case.
1960 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1961 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1962 case.
1963 (v810-*-*): Don't disable GCC libraries.
1964 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1965 (ip2k-*-*): Don't disable GCC libraries.
1966 * configure: Regenerate.
1967
6a608608
JM
19682011-03-28 Joseph Myers <joseph@codesourcery.com>
1969
1970 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1971 libffi on host.
1972 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1973 on host.
1974 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1975 * configure: Regenerate.
1976
5b806d27
NC
19772011-03-26 John Marino <binutils@marino.st>
1978
1979 * configure.ac: Add support for *-*-dragonfly*
1980 * configure: Regenerate.
1981
0377a422
JM
19822011-03-25 Joseph Myers <joseph@codesourcery.com>
1983
1984 * configure.ac (native_only): Remove.
1985 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1986 send-pr uudecode guile gnuserv on host.
1987 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1988 send-pr rcs guile perl texinfo libtool on host.
1989 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1990 automake send-pr rcs guile perl texinfo libtool on host.
1991 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1992 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1993 (alpha*-dec-osf*): Don't disable fileutils on target.
1994 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1995 texinfo send-pr expect dejagnu on target.
1996 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1997 target-qthreads on target.
1998 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1999 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2000 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2001 x86_64-*-mingw*): Don't disable expect on target.
2002 (*-*-cygwin*): Don't disable target-gperf on target.
2003 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2004 gnuserv on target.
2005 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2006 target.
2007 * configure: Regenerate.
2008
2354b38b
JM
20092011-03-25 Joseph Myers <joseph@codesourcery.com>
2010
2011 * configure.ac (target_tools): Remove target-groff.
2012 (native_only): Remove target-groff.
2013 (hppa*64*-*-*): Don't disable byacc.
2014 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2015 setting.
2016 (*-*-kaos*): Don't skip target-librx and target-groff.
2017 (*-*-netware*): Don't skip target-libmudflap.
2018 (*-*-tpf*): Don't skip target-libmudflap.
2019 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2020 directories on the host.
2021 (ia64*-*-*vms*): Don't skip tix.
2022 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2023 host.
2024 * configure: Regenerate.
2025
28d9b232
PB
20262011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2027
2028 * configure.ac: Remove references to mt-mep, mt-netware,
2029 mt-wince.
2030 * Makefile.def: Add all-utils soft dependencies.
2031 * Makefile.tpl: Remove GDB_NLM_DEPS.
2032 * configure: Regenerate.
2033 * Makefile.in: Regenerate.
2034
dbbe5f95
PB
20352011-03-24 Paolo Bonzini <bonzini@gnu.org>
2036
2037 Sync from GCC:
2038
2039 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2040
2041 * configure.ac: Do not include mh-x86omitfp.
2042 * configure: Regenerate.
2043
2044 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2045
2046 * configure.ac: Remove empty cases.
2047 * configure: Regenerate.
2048
2049 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2050
2051 * Makefile.def: Add dependency from termcap to gdb.
2052 * Makefile.in: Regenerate.
2053
2054 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2057 * configure: Regenerate.
2058 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2059 * Makefile.tpl: Likewise.
2060 * Makefile.in: Regenerate.
2061
2062 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2063
2064 * configure.ac: Remove all mentions of tentative_cc.
2065 * configure: Regenerate.
2066
2067 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2068
2069 PR lto/48086
2070 * configure.ac: Re-enable LTO on *-apple-darwin9.
2071 * configure: Regenerate.
2072
3516a403
JM
20732011-03-24 Joseph Myers <joseph@codesourcery.com>
2074
2075 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2076 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2077 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2078 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2079 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2080 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2081 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2082 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2083 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2084 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2085 *-*-rhapsody*): Remove host cases.
2086 * configure: Regenerate.
2087
93cc359e
JM
20882011-03-24 Joseph Myers <joseph@codesourcery.com>
2089
2090 * configure.ac (ppc*-*-pe): Remove host case.
2091 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2092 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2093 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2094 cases.
2095 * configure: Regenerate.
2096
29b2c556
JM
20972011-03-24 Joseph Myers <joseph@codesourcery.com>
2098
2099 * config.sub: Update to version 2011-03-23.
2100
f0ff0f90
JM
21012011-03-22 Joseph Myers <joseph@codesourcery.com>
2102
2103 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2104 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2105 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2106 * configure: Regenerate.
2107
782cb41f
JM
21082011-03-22 Joseph Myers <joseph@codesourcery.com>
2109
2110 * config-ml.in: Don't handle arc-*-elf*.
2111 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2112 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2113 handle GCC libraries.
2114 * configure: Regenerate.
2115
0e8ad34f
RO
21162011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2117
2118 PR bootstrap/48120:
2119 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2120 Add -lstdc++ -lm to LIBS.
2121 * configure: Regenerate.
2122
5548b4ce
DE
21232011-03-18 David Edelsohn <dje.gcc@gmail.com>
2124
2125 * config.guess: Update to version 2011-02-02
2126 * config.sub: Update to version 2011-02-24
2e702c99 2127
86ed8cf6
SP
21282011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2129
9eb322aa
MF
2130 * configure.ac: Adjust test of with_ppl.
2131 * configure: Regenerated.
86ed8cf6 2132
b123da99
SP
21332011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2134
2135 * configure.ac: Add -lpwl to ppllibs.
2136 * config/cloog.m4: Add -lisl to clooglibs.
2137 * configure: Regenerated.
2138
822ce8ee
RW
21392011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2140
2141 Import from Libtool and gnulib:
2142
2143 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2144
2145 Prepare for supporting FreeBSD 10.
2146 * config.rpath: Remove handling of freebsd1* which soon would
2147 match FreeBSD 10.0.
2148
2149 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2150
2151 Remove support for FreeBSD 1.x.
2152 * libtool.m4 (_LT_LINKER_SHLIBS)
2153 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2154 soon would incorrectly match FreeBSD 10.0.
2155
dcb5e506
RW
21562011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2157
2158 PR binutils/12283
2159 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2160 (move-if-change): Comes from gnulib.
2161 * move-if-change: Import version from gnulib.
2162
8d8eef9a
RW
21632011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2164
2165 Sync from GCC:
2166
2167 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2168
2169 PR lto/47225
2170 * Makefile.def (lto-plugin): Double dash for enable-shared.
2171 (configure-gcc): Depend on all-lto-plugin.
2172 * Makefile.in: Rebuilt.
2173
2174 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2175
2176 * configure.ac: Remove extra bracket.
2177 * configure: Regenerate.
2178
2179 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2180
2181 PR lto/47225
2182 * Makefile.def: Add dependency for install-gcc
2183 on install-lto-plugin.
2184 * Makfile.in: Regenerated
2185
2186 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2187
2188 * configure.ac: If with_ppl is no, move setting with_cloog=no
2189 after CLOOG_REQUESTED check.
2190 * configure: Regenerated.
2191
2192 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2193
2194 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2195 CLooG has been requested.
2196 * configure: Regenerated.
2197
2198 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2199
2200 * configure: Regenerated.
2201 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2202
2203 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2204
2205 * configure: Regenerated.
2206 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2207
2208 2011-01-07 Jan Hubicka <jh@suse.cz>
2209
2210 PR lto/47225
2211 * Makefile.in: Regenerate.
2212 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2213 configure.
2214
65b4571a
AO
22152011-01-31 Alexandre Oliva <aoliva@redhat.com>
2216
2217 PR libgcj/44341
2218 * configure.ac: Discard --with-* flags for host when configuring
2219 target libraries for cross build.
2220 * configure: Rebuilt.
2221
7837304f
AS
22222011-01-21 Andreas Schwab <schwab@redhat.com>
2223
2224 Sync from GCC:
2225
2226 2011-01-21 Andreas Schwab <schwab@redhat.com>
2227
2228 * configure.ac: Use AS_HELP_STRING throughout.
2229 * configure: Regenerate.
2230
2231 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2232
2233 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2234 * configure: Regenerate.
2235
115ef890
RW
22362010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2237
2238 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2239
92c9a463
JB
22402011-01-13 Joel Brobecker <brobecker@adacore.com>
2241
2242 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2243 for ia64-hpux.
2244 * configure: Regenerate.
2245
887ebfb4
RW
22462011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2247
2248 Sync from GCC:
2249 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2250
2251 * configure.ac: (picochip): Disable libiberty.
2252 * configure: Regenerate.
2253
04d2c2b2
JJ
22542010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2255
2256 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2257
33d23ee8
ILT
22582010-12-10 Ian Lance Taylor <iant@google.com>
2259
2260 PR bootstrap/46819
2261 * configure.ac: For --disable-libgcj clear libgcj_saved.
2262 * configure: Rebuild.
2263
89a1e9c3
PB
22642010-12-10 Tobias Burnus <burnus@net-b.de>
2265
2266 PR fortran/46540
2267 * configure.ac: Add --disable-libquadmath and
2268 --disable-libquadmath-support.
2269 * configure: Regenerate.
2270
ac7bcd26
TG
22712010-12-10 Tristan Gingold <gingold@adacore.com>
2272
2273 * src-release (ETC_SUPPORT): add gnu-oids.texi
2274
d357cef7
HPN
22752010-12-03 Hans-Peter Nilsson <hp@axis.com>
2276
2277 PR libffi/46792
2278 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2279 * configure: Regenerate.
2280
4f11b223
ILT
22812010-12-02 Ian Lance Taylor <iant@google.com>
2282
2283 * configure.ac: Always set default for poststage1_ldflags to
2284 -static-libstdc++ -static-libgcc.
2285
989abc33
JJ
22862010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2287
2288 * COPYING.NEWLIB: Add National Semiconductor notice.
2289
950386c6
AS
22902010-11-29 Andreas Schwab <schwab@redhat.com>
2291
2292 * configure.ac: Move comment to remove extra space in last argument
2293 of GCC_TARGET_TOOL.
2294
87cda2cf
AO
22952010-11-26 Alexandre Oliva <aoliva@redhat.com>
2296
7d509c83 2297 PR other/46026
87cda2cf
AO
2298 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2299 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2300 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2301 (BASE_FLAGS_TO_PASS): Use it.
2302 * configure: Rebuilt.
2303 * Makefile.in: Rebuilt.
2304
d3b50760
L
23052010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2306
2307 PR binutils/12258
2308 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2309 Properly check default linker.
2310 * configure: Regnerated.
2311
c7791212
NC
23122010-11-23 Matthias Klose <doko@ubuntu.com>
2313
2314 * configure.ac: For --enable-gold, handle value `default' instead of
2315 `both*'. New configure option --{en,dis}able-ld.
2316 * configure: Regenerate.
2317
9e1a94f4
ILT
23182010-11-20 Ian Lance Taylor <iant@google.com>
2319
2320 * configure.ac: Only disable a language library if no language needs
2321 it. Don't let --disable-libgcj uncondtionally disable libffi.
2322 * configure: Rebuild.
2323
ceca0218
PB
23242010-11-20 Paolo Bonzini <bonzini@gnu.org>
2325
2326 * configure: Regenerate.
2327
9b980aa1
RW
23282010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2329
2330 PR other/46202
2331 * configure.ac: Fix just-built in-tree STRIP name to be
2332 binutils/strip-new.
2333 * configure: Regenerate.
2334 * Makefile.def (install-strip-gcc, install-strip-binutils)
2335 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2336 (install-strip-sid): Mirror dependencies on non-strip variants
2337 of these targets on the respective -strip prerequisites.
2338 * Makefile.tpl (install-strip, install-strip-host)
2339 (install-strip-target): New targets.
2340 (install-strip-[+module+], install-strip-target-[+module+]):
2341 New targets.
2342 * Makefile.in: Regenerate.
2343
e552509b
ILT
23442010-11-19 Ian Lance Taylor <iant@google.com>
2345 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2346
2347 * configure.ac: Add target-libgo to target_libraries. Set
2348 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2349 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2350 (HOST_EXPORTS): Add GOC.
2351 (BASE_TARGET_EXPORTS): Add GOC.
2352 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2353 (GOCFLAGS_FOR_TARGET): New variable.
2354 (EXTRA_HOST_FLAGS): Add GOC.
2355 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2356 * Makefile.def (target_modules): Add libgo.
2357 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2358 (dependencies): Add dependency from configure-target-libgo to
2359 configure-target-libffi and all-target-libstdc++-v3. Add
2360 dependencies from all-target-libgo to all-target-libffi.
2361 (languages): Add go.
2362 * configure: Rebuild.
2363 * Makefile.in: Rebuild.
2364
23652010-11-19 Ian Lance Taylor <iant@google.com>
2366
2367 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2368 compiler/flag environment variables.
2369
23702010-11-18 Ian Lance Taylor <iant@google.com>
2371
2372 * configure.ac: Check for lang_requires_boot_languages in
2373 config-lang.in files.
2374 * configure: Rebuild.
2375
8c21d9c7
MF
23762010-11-17 Mike Frysinger <vapier@gentoo.org>
2377
2378 * .gitignore: New file.
2379
e552509b
ILT
23802010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2381 Tobias Burnus <burnus@net-b.de>
2382
2383 PR fortran/32049
2384 * Makefile.def: Add libquadmath; build it with language=fortran.
2385 * configure.ac: Add libquadmath.
2386 * Makefile.tpl: Handle multiple libs in check-[+language+].
2387 * Makefile.in: Regenerate.
2388 * configure: Regenerate.
2389
23902010-11-15 Andreas Schwab <schwab@redhat.com>
2391
2392 * configure.ac: Fix spelling in option names.
2393 * configure: Regenerated.
2394
23952010-11-13 Georg-Johann Lay <georgjohann@web.de>
2396
2397 PR bootstrap/39622
2398 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2399 * configure: Regenerated.
2400
24012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2402
2403 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2404 define the cloog backend to use. Furthermore, only pass the ppllibs to
2405 the configure checks, if necessary.
2406 * configure: Regenerate.
2407
24082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2409
2410 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2411 * configure: regenerate
2412
24132010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2414
2415 * config/cloog.m4: Fix typo. verison -> version.
2416 * configure: Regenerate.
2417
24182010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2419
2420 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2421 * configure: Regenerate.
2422
24232010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2424
2425 * configure.ac: Support official CLooG.org versions.
2426 * configure: Regenerate.
2427 * config/cloog.m4: New.
2428
aa291e2d
ME
24292010-11-05 Michael Eager <eager@eagercon.com>
2430
2431 * COPYING.LIBGLOSS: Correct typo in microblaze.
2432 * COPYING.NEWLIB: Same.
2433
e552509b
ILT
24342010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2435
2436 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2437 * configure: Regenerate.
2438
74cea91b
DK
24392010-11-03 Ian Lance Taylor <iant@google.com>
2440 Dave Korn <dave.korn.cygwin@gmail.com>
2441
2442 PR lto/46273
2443 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2444 and on other supported platforms whenever LTO is enabled.
2445 * configure: Rebuild.
2446
6d0cd39e
AM
24472010-11-02 Alan Modra <amodra@gmail.com>
2448
2449 PR binutils/12110
2450 * configure.ac: Error when source path contains spaces.
2451 * configure: Regenerate.
2452
18a8530e
ILT
24532010-10-20 Ian Lance Taylor <iant@google.com>
2454
2455 * Makefile.def (target_modules): Set lib_path to src/.libs for
2456 libstdc++-v3 module.
2457 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2458 * Makefile.in: Rebuild.
2459
6ed3211e
JJ
24602010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2461 Joseph Myers <joseph@codesourcery.com>
2462
2463 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2464 notices.
2465 * COPYING.NEWLIB: Add Texas Instruments notice.
2466
a8eb3f0a
DK
24672010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2468
2469 * configure.ac (build_lto_plugin): New shell variable.
2470 (--enable-lto): Turn on by default for all non-ELF platforms that
2471 have had LTO support added so far. Set build_lto_plugin appropriately
2472 for both ELF and non-ELF.
2473 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2474 * configure: Regenerate.
2475
4074d5f2
RW
24762010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2477
2478 PR bootstrap/45326
2479 PR bootstrap/45174
2480 * configure.ac: Honor initial values of $build_configargs,
2481 $host_configargs, $target_configargs. Mark the precious, so
2482 environment settings get recorded.
2483 * configure: Regenerate.
2484
29821356
RW
24852010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2486
2487 Sync from GCC:
2488
2489 2010-09-30 Michael Eager <eager@eagercon.com>
2490
2491 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2492 * configure: Regenerate.
2493
2494 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2495
2496 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2497 targets and amend comment.
2498 * configure: Regenerate.
2499
2500 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2501
2502 * configure.ac: Enable LTO by default on Darwin.
2503 * configure: Regenerate.
2504
2505 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2506
2507 PR bootstrap/44455
2508 * configure.ac (extra_mpfr_configure_flags): Copy from
2509 extra_mpc_gmp_configure_flags.
2510 * configure: Re-generated.
2511
57eefe4d
RW
25122010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2513
2514 Sync from GCC:
2515
2516 PR bootstrap/45796
2517 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2518 Depend on all-build-libiberty.
2519 * Makefile.in: Regenerate.
2520
25212010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2522
2523 Sync from GCC:
2524
2525 PR bootstrap/44621
2526 * configure.ac: Fix unportable shell quoting.
2527 * configure: Regenerate.
2528
48bb73dd
RW
25292010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2530
2531 * configure.ac: Support all v850 targets.
2532 * configure: Regenerate.
2533
1d14850f
PB
25342010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2535
2536 PR target/44862
2537 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2538 Provide -B option to allow for link spec %s substitutions for
2539 libstdc++.a on darwin.
2540 * Makefile.in: Regenerate.
2541
7530c480
AO
25422010-06-10 Alexandre Oliva <aoliva@redhat.com>
2543
2544 * Makefile.def (configure-gcc): Depend on all-libelf.
2545 * Makefile.in: Rebuild.
2546
285d560d
RW
25472010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2548
2549 * config.sub, config.guess: Update from upstream sources.
2550
a009f2e7
RW
25512010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2552
2553 Sync from GCC:
2554
2555 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2556 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2557 * configure: Regenerated.
2558
2559 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2560 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2561 * configure: Regenerate.
2562
2563 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2564 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2565 * configure: Regenerate.
2566
2567 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2568 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2569 separately.
2570 * configure: Regenerate.
2571
2572 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2573 * configure: Regenerate after change to elf.m4.
2574
2575 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2576 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2577 * configure: Regenerated.
2578
2579 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2580 * configure.ac: Print "buggy but acceptable" when CLooG
2581 revision is less than 9.
2582 * configure: Regenerated.
2583
e49e5c92
DK
25842010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2585
2586 Merge from gcc:
2587
2588 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2589 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2590 * configure: Regenerate.
2591
2592 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2593 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2594 a platform that supports LTO.
2595 * configure: Regenerate.
2596
2597 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2598 PR lto/42776
2599 * configure.ac (--enable-lto): Refactor handling so libelf tests
2600 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2601 and allow LTO to be explicitly enabled on non-ELF platforms that
2602 are known to support it inside else-clause.
2603 * configure: Regenerate.
2604
e6de499b
NC
26052010-04-27 Roland McGrath <roland@redhat.com>
2606 H.J. Lu <hongjiu.lu@intel.com>
2607
2608 * configure.ac (--enable-gold): Support both, both/gold and
2609 both/bfd to add gold to configdirs without removing ld.
2610 * configure: Regenerated.
2611
2612 * Makefile.def: Add install-gold dependency to install-ld.
2613 * Makefile.in: Regenerated.
2614
d594eacc
TG
26152010-04-14 Tristan Gingold <gingold@adacore.com>
2616
2617 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2618 * configure: Regenerate.
2619
938d2b74
RW
26202010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2621
2622 Merge from gcc:
2623 PR bootstrap/43615
2624 PR bootstrap/43328
2625 Revert:
2626 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2627 * configure.ac: Do not pass --enable-multilib nor
2628 --disable-multilib in baseargs. Accept explicitly passed
2629 --enable_multilib.
2630 * configure: Regenerate.
2631
a9ef41a7
RW
26322010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2633
2634 PR bootstrap/43328
2635 * configure.ac: Do not pass --enable-multilib nor
2636 --disable-multilib in baseargs. Accept explicitly passed
2637 --enable_multilib.
2638 * configure: Regenerate.
2639
619a3713
JM
26402010-03-23 Joseph Myers <joseph@codesourcery.com>
2641
2642 * configure.ac (tic6x-*-*): New case.
2643 * configure: Regenerate.
2644
92f4e989
JM
26452010-03-23 Joseph Myers <joseph@codesourcery.com>
2646
2647 Merge from gcc:
2648 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2649 PR ada/42554
2650 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2651 * configure: Regenerate.
2652
c35a0556
JM
26532010-03-23 Joseph Myers <joseph@codesourcery.com>
2654
2655 * config.sub: Update to version 2010-03-22.
2656 * config.guess: Update to version 2009-12-30.
2657
18fa8f9c
JM
26582010-03-14 Joseph Myers <joseph@codesourcery.com>
2659
2660 Merge from gcc:
2661 2010-01-11 Richard Guenther <rguenther@suse.de>
2662 PR lto/41569
2663 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2664 * Makefile.in: Regenerated.
2665
ba98da75
RO
26662010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2667
2668 PR libstdc++/32499
2669 * configure.ac (RANLIB): Default to true.
2670 (STRIP): Likewise.
2671 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2672 * configure: Regenerate.
2673
3994761f
NC
26742010-02-17 Nick Clifton <nickc@redhat.com>
2675
2676 PR 11238
2677 * Makefile.tpl (local-distclean): Also remove config.cache files in
2678 sub-directories as there may not be Makefiles present in the
2679 sub-directories.
792cdb50
NC
2680 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2681 the config.cache files found by the find command.
2682
3994761f
NC
2683 * Makefile.in: Regenerate.
2684 * configure.ac: Revert previous delta.
2685 * configure: Regenerate.
2686
01a82011
NC
26872010-02-15 Nick Clifton <nickc@redhat.com>
2688
2689 PR 11238
2690 * configure.ac: Delete config.cache files in sub-directories when
2691 deleting Makefiles.
2692 * configure: Regenerate.
2693
143754cd
NC
26942010-02-15 Nick Clifton <nickc@redhat.com>
2695
2696 * configure.ac: Sync from gcc.
2697 * configure: Regenerate.
2698
a6b5846e
KG
26992010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2700
2701 Sync from gcc:
2702 * configure.ac: Add "recommended" version checks for GMP/MPC.
2703 Update recommended GMP/MPFR/MPC versions.
2704 * configure: Regenerate.
2705
2aa2364a
JR
27062010-01-25 Joern Rennecke <amylaar@spamcop.net>
2707
2708 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2709 * configure.ac (bootstrap_target_libs): Make inclusion of
2710 target-libgomp conditional on libgomb being in target_configdirs.
2711 * configure: Regenerate.
2712
d35e937f
JR
27132010-01-23 Joern Rennecke <amylaar@spamcop.net>
2714
2715 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2716 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2717 * configure: Regenerate.
2718
911e63d0
JR
27192010-01-22 Joern Rennecke <amylaar@spamcop.net>
2720
2721 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2722 * configure.ac (target_configdirs): Substitute.
2723 * Makefile.def: Bootstrap target module libgomp.
2724 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2725 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2726 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2727 * configure, Makefile.in: Regenerate.
2728
3725885a
RW
27292009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2730
2731 * libtool.m4: Sync from git Libtool.
2732 * ltmain.sh: Likewise.
2733 * ltoptions.m4: Likewise.
2734 * ltversion.m4: Likewise.
2735 * lt~obsolete.m4: Likewise.
2736
d5f2ee2e 27372010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2738 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2739
2740 PR bootstrap/42424
2741 * configure.ac: Include libtool m4 files.
9eb322aa 2742 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2743 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2744 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2745
d5f2ee2e
KG
2746 * configure: Regenerate.
2747
f2b2dd91
RW
27482010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2749
2750 PR bootstrap/41818
2751 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2752 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2753 * Makefile.in: Regenerate.
2754
06ca7962
BE
27552009-12-18 Ben Elliston <bje@au.ibm.com>
2756
2757 * config.sub, config.guess: Update from upstream sources.
2758
30a16d7b
JJ
27592009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2760
2761 * COPYING.NEWLIB: Update copyright date.
2762 * COPYING.LIBGLOSS: Ditto.
2763
d9b76ff9
KG
27642009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2765
2766 PR middle-end/30447
2767 PR middle-end/30789
2768 PR other/40302
2769
2770 * configure.ac: Require MPC.
2771 * configure: Regenerate.
2772
2773 * configure.ac: Update minimum MPC version to 0.8.
2774 * configure: Regenerate.
2775
e12dec02
PB
27762009-11-20 Paolo Bonzini <bonzini@gnu.org>
2777
2778 * config.guess: Sync with upstream and gcc.
2779 * config.sub: Sync with upstream and gcc.
2780
606a9ca0
AO
27812009-11-16 Alexandre Oliva <aoliva@redhat.com>
2782
2783 * Makefile.def: Restore host and target settings for gmp.
2784 * Makefile.in: Rebuild.
2785
1f53ca9a
AO
27862009-11-16 Alexandre Oliva <aoliva@redhat.com>
2787
2788 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2789 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2790 Fix portability of test of C++ as bootstrap language. Add
2791 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2792 * configure: Rebuild.
2793 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2794 and cloog. Fix in-tree ppl configuration. Introduce libelf
2795 in-tree building.
2796 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2797 (POSTSTAGE1_HOST_EXPORTS): Use it.
2798 (STAGE[+id+]_CXXFLAGS): New.
2799 (BASE_FLAGS_TO_PASS): Pass it down.
2800 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2801 extra_exports.
2802 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2803 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2804 extra_exports.
2805 * Makefile.in: Rebuild.
2806
28072009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2808
2809 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2810 paths for *-w64-mingw* and x86_64-*mingw*.
2811 * configure: Regenerated.
2812
28132009-10-30 Kai Tietz <kai.tietz@onevision.com>
2814
2815 * configure.ac: Disable target-winsup & co for
2816 x86_64-*-mingw* and *-w64-mingw* targets.
2817 * configure: Regenerated.
2818
28192009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2820
2821 * configure.ac (CLooG test): Use = with test.
2822 * configure: Regenerate.
2823
28242009-10-22 Richard Guenther <rguenther@suse.de>
2825
2826 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2827 cloog if the ppl version check failed. Move flags saving
2828 before setting in libelf check.
2829 * configure: Regenerate.
2830
28312009-10-21 Richard Guenther <rguenther@suse.de>
2832
2833 * configure.ac: Adjust the ppl and cloog configure to work as
2834 documented. Disable cloog if ppl was disabled. Omit the version
2835 checks if they were disabled.
2836 * configure: Re-generate.
2837
6811fb56
RW
28382009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 * configure.ac: Add 'lto' to enable_languages, not
2841 new_enable_languages, and only if not already present.
2842 * configure: Regenerate.
2843
700d40ca
ILT
28442009-10-06 Ian Lance Taylor <iant@google.com>
2845
2846 * Makefile.def: check-gold depends upon all-gas.
2847 * Makefile.in: Rebuild.
2848
28492009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2850
2851 * Makefile.def: all-lto-plugin depends on all-libiberty.
2852 set bootstrap=true for lto-plugin.
2853 Add lto-plugin.
2854 * Makefile.in: Regenerate.
2855 * configure.ac (host_libs): Add lto-plugin.
2856 * configure: Regenerate.
2857
28582009-10-03 Diego Novillo <dnovillo@google.com>
2859
2860 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2861 (HOST_LIBELFLIBS): Define.
2862 (HOST_LIBELFINC): Define.
2863 * Makefile.in: Regenerate.
2864 * configure.ac: Add --enable-lto.
2865 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2866 If --enable-lto is used, add 'lto' to new_enable_languages.
2867 If --enable-lto is used and gold is enabled, add
2868 lto-plugin to configdirs.
2869 * configure: Regenerate.
2870
28712009-10-03 Simon Baldwin <simonb@google.com>
2872
2873 * configure.ac: If --with-system-zlib, suppress local zlib and
2874 pass --with-system-zlib to subdir configure scripts.
2875 * configure: Regenerate.
2876
28772009-10-01 Loren J. Rittle <ljrittle@acm.org>
2878 Paolo Bonzini <bonzini@gnu.org>
2879
2880 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2881 $(srcdir).
2882 * Makefile.in: Rebuilt.
2883
c8cb1b3e
PB
28842009-09-29 Paolo Bonzini <bonzini@gnu.org>
2885
2886 Sync from gcc:
2887 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2888
2889 * configure.ac: Update minimum MPC version to 0.7.
2890 * configure: Regenerate.
2891
30167e0a
NC
28922009-09-25 Nick Clifton <nickc@redhat.com>
2893
2894 * configure.ac: Pass any --cache-file=/dev/null option on to
2895 subconfigures.
2896 * configure: Regenerate.
2897
707a0b5c
NC
28982009-09-23 Nick Clifton <nickc@redhat.com>
2899
2900 * config.sub, config.guess: Update from upstream sources.
2901
700d40ca
ILT
29022009-09-22 Loren J. Rittle <ljrittle@acm.org>
2903
2904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2905 * Makefile.in: Rebuilt.
2906
2fd0b40b
RW
29072009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2908
2909 PR bootstrap/32272
2910 * configure.ac: Error out if $srcdir isn't '.' but contains
2911 host-${host_noncanonical}.
2912 * configure: Regenerate.
2913
4385ad3c
RW
29142009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2915
16b1ad29
RW
2916 * configure.ac: If bootstrapping a combined tree with
2917 --enable-gold, require c++ in stage1_languages.
2918 * configure: Regenerate.
2919
f8dc745f
RW
2920 * configure.ac: Also add target_libs of stage1_languages to
2921 bootstrap_target_libs.
2922 * configure: Regenerate.
2923
4385ad3c
RW
2924 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2925 with --enable-languages not containing c++.
2926 * configure: Regenerate.
2927
df51e4e1
JZ
29282009-09-16 Jie Zhang <jie.zhang@analog.com>
2929
2930 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2931 * configure: Regenerate.
2932
06a51eac
RW
29332009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2934
2935 * configure.ac: Do not use $extrasub for replacing @if/@endif
2936 parts in Makefile; instead, use additional arguments to
2937 AC_CONFIG_COMMANDS to do the replacement manually, with several
2938 sed invocations, to avoid HP-UX sed command limits.
2939 * configure: Regenerate.
2940
96655cc4
AO
29412009-09-04 Alexandre Oliva <aoliva@redhat.com>
2942
2943 * configure.ac (with-build-config): Document. Handle without.
2944 Handle missing argument.
2945 * configure: Rebuilt.
2946
29472009-09-03 Alexandre Oliva <aoliva@redhat.com>
2948
2949 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2950 Default to bootstrap-debug only if compare-debug works.
2951 * configure: Rebuilt.
2952 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2953 * Makefile.in: Rebuilt.
2954
29552009-09-01 Alexandre Oliva <aoliva@redhat.com>
2956
2957 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2958 * Makefile.in: Rebuilt.
2959
8e957354
PB
29602009-09-02 Paolo Bonzini <bonzini@gnu.org>
2961
2962 * Makefile.tpl (AWK): Fix typo.
2963 * Makefile.in: Regenerate.
2964
29652009-09-02 Paolo Bonzini <bonzini@gnu.org>
2966
2967 * configure.ac: Detect awk and sed.
2968 * Makefile.def (flags_to_pass): Add AWK and SED.
2969 * Makefile.tpl (AWK, SED): New.
2970 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2971 * configure: Regenerate.
2972 * Makefile.in: Regenerate.
2973
fb792462
TG
29742009-09-01 Tristan Gingold <gingold@adacore.com>
2975
2976 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2977 Remove logical names.
2978
a69e7d0a
DK
29792009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2980
2981 * ltmain.sh (func_normal_abspath): New function.
2982 (func_relative_path): Likewise.
2983 (func_mode_help): Document new -bindir option for link mode.
2984 (func_mode_link): Add new -bindir option, and use it to place
2985 output DLL if specified.
2986
d444d2ba
RW
29872009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2988
2989 * configure.ac (AC_PREREQ): Bump to 2.64.
2990
13b7343a
RW
29912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2992
af542c2e
RW
2993 * README-maintainer-mode: Point directly to upstream locations
2994 for autoconf, automake, libtool, gettext, instead of copies on
2995 sources.redhat.com. Document required versions.
2996 * configure.ac: Do not substitute datarootdir, htmldir,
2997 pdfdir, docdir. Do not process --with-datarootdir,
2998 --with-htmldir, --with-pdfdir, --with-docdir.
2999 * configure: Regenerate.
3000
81ecdfbb
RW
3001 * configure: Regenerate.
3002
13b7343a
RW
3003 * compile: Sync from Automake 1.11.
3004 * depcomp: Likewise.
3005 * install-sh: Likewise.
3006 * missing: Likewise.
3007 * mkinstalldirs: Likewise.
3008 * ylwrap: Likewise.
3009
c1102ce7
RW
30102009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3011
34a0f3cf
RW
3012 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3013 (baseargs): Add --disable-option-checking.
3014 * configure: Regenerate.
3015
c1102ce7
RW
3016 * Makefile.def (configure-target-libiberty): Depend on
3017 all-binutils and all-ld.
3018 (configure-target-newlib): Likewise.
3019 * Makefile.in: Regenerate.
3020
e8a5fa9c
RW
30212009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3022
3023 Sync with GCC, merge:
3024
3025 2009-07-31 Christian Bruel <christian.bruel@st.com>
3026
3027 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3028 * configure: Regenerate.
3029
3030 2009-07-06 Ian Lance Taylor <iant@google.com>
3031
3032 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3033 * configure: Rebuild.
3034
3035 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3036
3037 PR bootstrap/40338
3038 * configure.ac (comparestring): Create new variable.
3039 * Makefile.tpl (comparestring): Use to skip some comparisions.
3040 * configure: Regenerate.
3041 * Makefile.in: Regenerate.
3042
3043 2009-06-23 Ian Lance Taylor <iant@google.com>
3044
3045 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3046 boot_languages. Only bootstrap target libraries listed in
3047 target_libs for some boot language. Add --with-stage1-ldflags,
3048 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3049 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3050 if not building with C++.
3051 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3052 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3053 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3054 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3055 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3056 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3057 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3058 * configure, Makefile.in: Rebuild.
3059
3060 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3061
3062 * configure.ac: Detect MPC in default directory.
3063 * configure: Regenerate.
3064
3065 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3066
3067 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3068 to noconfdirs.
3069 * configure: Regenerate.
3070
3071 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3072
3073 * Makefile.def: Add MPC support and dependencies.
3074 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3075
3076 * Makefile.in, configure: Regenerate.
3077
3078 2009-05-24 Nicolas Roche <roche@adacore.com>
3079
3080 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3081 * Makefile.in: Regenerate.
3082
3083 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3084
3085 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3086 * configure: Regenerate.
3087
3088 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3089
3090 * configure.ac ($with_ppl): Default to no if not supplied.
3091 ($with_cloog): Likewise.
3092 configure: Regenerate.
3093
3094 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3095
3096 PR bootstrap/39739
3097 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3098 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3099
3100 * configure, Makefile.in: Regenerate.
3101
3102 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3103
3104 * configure.ac: Change copyright header to refer to version
3105 3 of the GNU General Public License and to point readers at the
3106 COPYING3 file and the FSF's license web page.
3107 * Makefile.def: Likewise.
3108 * Makefile.tpl: Likewise.
3109 * Makefile.in: Regenerate.
3110
3111 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3112
3113 * configure.ac: Restore match for darwin9 or later. Use double
3114 brackets since regeneration eats one pair.
3115 * configure: Regenerate.
3116
bf110216
CF
31172009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3118
3119 * MAINTAINERS: Perform some obvious fixups.
3120
2262bbf4
BE
31212009-08-17 Ben Elliston <bje@au.ibm.com>
3122
3123 * config.sub, config.guess: Update from upstream sources.
3124
25a07265
NC
31252009-08-06 Michael Eager <eager@eagercon.com>
3126
3127 * configure.ac: Add Microblaze target.
3128 * configure: Regenerate.
3129
85bd1942
TG
31302009-07-02 Tristan Gingold <gingold@adacore.com>
3131
3132 * configure.ac: Do not exclude gas for i386-*-darwin.
3133 Add a case for x86_64-*-darwin.
3134 * configure: Regenerate.
3135
f9806fa5
DE
31362009-06-26 Doug Evans <dje@sebabeach.org>
3137
3138 * Makefile.def (host_modules): Add cgen.
3139 * Makefile.in: Regenerate.
3140 * configure.ac (host_tools): Add cgen.
3141 * configure: Regenerate.
3142
6bfb4e30
JJ
31432009-06-17 Michael Eager <eager@eagercon.com>
3144
3145 * COPYING.LIBGLOSS: Add Xilinx license.
3146
8bcf2718
NC
31472009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3148
3149 * configure.ac: Define is_elf for QNX Neutrino targets.
3150 * configure: Regenerate.
3151
04ec0acb
RW
31522009-06-03 Jerome Guitton <guitton@adacore.com>
3153 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3154
9eb322aa
MF
3155 * Makefile.tpl (all): Avoid a trailing backslash.
3156 * Makefile.in: Regenerate.
04ec0acb 3157
7ee5dbeb
BE
31582009-06-03 Ben Elliston <bje@au.ibm.com>
3159
3160 * config.sub, config.guess: Update from upstream sources.
3161
fda13ee8
AO
31622009-06-02 Alexandre Oliva <aoliva@redhat.com>
3163
3164 * Makefile.tpl ([+compare-target+]): Compare all stage
3165 directories, rather than just gcc.
3166 * Makefile.in: Rebuilt.
3167
4a657b0d
DK
31682009-05-28 Doug Kwan <dougkwan@google.com>
3169
3170 * configure.ac: Support gold for target arm*-*-*.
3171 * configure: Regenerate.
3172
07fc31c9
AO
31732009-05-27 Alexandre Oliva <aoliva@redhat.com>
3174
3175 * Makefile.tpl (all): Avoid harmless warning in make all when
3176 gcc-bootstrap is enabled but stage_last does not exist.
3177 * Makefile.in: Rebuilt.
3178
8a7a39ab
TG
31792009-05-25 Tristan Gingold <gingold@adacore.com>
3180
3181 * setup.com: Complete the file with configuration and build.
3182
b5233201
AO
31832009-05-18 Alexandre Oliva <aoliva@redhat.com>
3184
3185 PR other/40159
3186 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3187 gcc-no-bootstrap are mutually exclusive.
3188 * Makefile.in: Rebuilt.
3189
7b6175f9
AO
31902009-05-18 Alexandre Oliva <aoliva@redhat.com>
3191
3192 PR other/40159
3193 * Makefile.tpl (all): Don't end with unconditional success.
3194 * Makefile.in: Rebuilt.
3195
1b05fbbd
AO
31962009-05-12 Alexandre Oliva <aoliva@redhat.com>
3197
3198 PR target/37137
3199 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3200 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3201 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3202 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3203 stage_configureflags, stage_cflags and stage_libcflags into
3204 explicit Makefile macros.
3205 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3206 GFORTRAN.
3207 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3208 CC. Set CC_FOR_BUILD from CC.
3209 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3210 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3211 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3212 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3213 and GFORTRAN.
3214 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3215 (_LIBCFLAGS): Renamed to _TFLAGS.
3216 (do-compare-debug, do-compare3-debug): Drop.
3217 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3218 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3219 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3220 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3221 (XGCC_FLAGS_FOR_TARGET): New.
3222 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3223 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3224 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3225 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3226 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3227 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3228 TFLAGS.
3229 (BUILD_CONFIG): Include if requested.
3230 (all): Set TFLAGS on bootstrap.
3231 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3232 (all-stageid-prefixmodule): Likewise.
3233 (do-clean, distclean-stageid): Set TFLAGS.
3234 (restrap): Fix whitespace.
3235 * Makefile.in: Rebuilt.
3236
dc17c78c
EB
32372009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3238
3239 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3240 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3241 * Makefile.in: Regenerate.
3242
14324cd7
EZ
32432009-04-24 Eli Zaretskii <eliz@gnu.org>
3244
3245 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3246 consistency with config.sub. (Update from upstream sources.)
3247
f8d5f06c
JM
32482009-04-21 Joseph Myers <joseph@codesourcery.com>
3249
3250 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3251
0000e2bf
BE
32522009-04-17 Ben Elliston <bje@au.ibm.com>
3253
3254 * config.sub, config.guess: Update from upstream sources.
3255
20135e4c
NC
32562009-04-15 Anthony Green <green@moxielogic.com>
3257
34adf976 3258 * configure.ac: Add moxie support.
20135e4c
NC
3259 * configure: Rebuilt.
3260
ef699244
L
32612009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3262
3263 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3264 * configure: Regenerate.
3265
10ad8ef3
L
32662009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3267
3268 PR gas/10039
3269 * configure.ac: Require texinfo 4.7.
3270 * configure: Regenerated.
3271
c50523ce
L
32722009-04-09 Steve Ellcey <sje@cup.hp.com>
3273
3274 * Makefil.def (languages): New entries.
3275 * Makefile.tpl (check-gcc-*): New generic target.
3276 * Makefile.in: Regenerate.
3277
47afba5f
EZ
32782009-03-27 Eli Zaretskii <eliz@gnu.org>
3279
3280 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3281 Windows builds of Sed.
3282
dc448a7b
TT
32832009-03-18 Tom Tromey <tromey@redhat.com>
3284
3285 * configure: Rebuild.
3286 * configure.ac (host_libs): Add libiconv.
3287 * Makefile.in: Rebuild.
3288 * Makefile.def (host_modules): Add libiconv.
3289 (configure-gdb, all-gdb): Depend on libiconv.
3290
24741ab2
JB
32912009-03-16 Tristan Gingold <gingold@adacore.com>
3292
3293 * configure.ac: Treat gdb as supported on x86_64-darwin.
3294 * configure: Regenerate.
3295
29383458
JM
32962009-03-16 Joseph Myers <joseph@codesourcery.com>
3297
3298 Merge from GCC:
3299
3300 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3301
3302 * configure.ac (--with-host-libstdcxx): New option.
3303 * configure: Regenerate.
3304
3305 2009-01-29 Robert Millan <rmh@aybabtu.com>
3306
3307 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3308 * configure: Regenerate.
3309
3310 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3311
3312 PR tree-optimization/38515
3313 * configure.ac (cloog-polylib): Removed.
3314 (with_ppl, with_cloog): Test for "no".
3315 * configure: Regenerated.
3316
58e24671
RW
33172009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3318
3319 Backport from git Libtool:
3320
3321 2009-01-19 Robert Millan <rmh@aybabtu.com>
3322 Support GNU/kOpenSolaris.
3323 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3324 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3325 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3326 GNU/kOpenSolaris.
3327
314b2e66
AS
33282009-02-05 Andreas Schwab <schwab@suse.de>
3329
3330 * Makefile.tpl (stage_last): Define $r and $s before using
3331 $(RECURSE_FLAGS_TO_PASS).
3332 * Makefile.in: Regenerate
3333
8b700390
JJ
33342009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * COPYING.NEWLIB: Add ARM license.
3337
66775d67
AM
33382009-01-16 Alan Modra <amodra@bigpond.net.au>
3339
3340 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3341 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3342 * Makefile.in: Regenerate.
3343
19e99079
NC
33442009-01-15 Douglas B Rupp <rupp@gnat.com>
3345
3346 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3347 * configure: Regenerate.
3348
22e8c8e0
RW
33492008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3350
3351 Backport link test fix from upstream Libtool:
3352
3353 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3354 Add cache variables to tests that require the linker to work.
3355 For shlibpath_overrides_runpath, this also changes the semantics
3356 to let the result from the C compiler take precedence.
3357 compiler take precedence.
3358
7d6d7764
BE
33592008-12-02 Ben Elliston <bje@au.ibm.com>
3360
3361 * config.sub, config.guess: Update from upstream sources.
3362
ea8af06e
JJ
33632008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3364
3365 * COPYING.NEWLIB: Updated.
3366 * COPYING.LIBGLOSS: Ditto.
3367
af0771d3
PB
33682008-12-16 Paolo Bonzini <bonzini@gnu.org>
3369
3370 Sync with GCC:
3371
3372 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3373
3374 * configure.ac (ppllibs): Add by default the lib flags.
3375 * configure: Regenerate.
3376
3377 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3378
314b2e66
AS
3379 * configure.ac: Add double brackets on darwin[912].
3380 * configure: Regenerate.
af0771d3
PB
3381
3382 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3383
314b2e66
AS
3384 * configure.ac: Expand to darwin10 and later.
3385 * configure: Regenerate.
af0771d3 3386
f7c83eac
AS
33872008-12-02 Andreas Schwab <schwab@suse.de>
3388
3389 * Makefile.def: configure-target-boehm-gc depends on
3390 all-target-libstdc++-v3.
3391 * Makefile.in: Regenerate.
3392
bc67ad83
BE
33932008-12-02 Ben Elliston <bje@au.ibm.com>
3394
3395 * config.sub, config.guess: Update from upstream sources.
3396
e28c595f
JM
33972008-11-27 Joseph Myers <joseph@codesourcery.com>
3398
3399 Merge from GCC:
3400
3401 2007-12-02 Matthias Klose <doko@ubuntu.com>
3402
3403 * config-ml.in: Remove 64bit configure tests.
3404
3405 2008-05-14 Rafael Espindola <espindola@google.com>
3406
3407 * config-ml.in: don't handle --enable-shared and --enable-static.
3408
3409 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3410 Tobias Grosser <grosser@fim.uni-passau.de>
3411 Jan Sjodin <jan.sjodin@amd.com>
3412 Harsha Jagasia <harsha.jagasia@amd.com>
3413 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3414 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3415 Adrien Eliche <aeliche@isty.uvsq.fr>
3416
3417 Merge from graphite branch.
3418 * configure: Regenerate.
3419 * Makefile.in: Regenerate.
3420 * configure.ac (host_libs): Add ppl and cloog.
3421 Add checks for PPL and CLooG.
3422 * Makefile.def (ppl, cloog): Added modules and dependences.
3423 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3424 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3425
3426 2008-09-03 Richard Guenther <rguenther@suse.de>
3427
3428 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3429 cloog test.
3430 * configure: Re-generate.
3431
3432 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3433
3434 * configure.ac (--with-cloog-polylib): New.
3435 (--disable-cloog-version-check): New.
3436 (--disable-ppl-version-check): New.
3437 * configure: Re-generate.
3438
3439 2008-09-05 Richard Guenther <rguenther@suse.de>
3440
3441 * configure.ac: Initialize clooglibs to -lcloog.
3442 * configure: Re-generate.
3443
3444 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3445
3446 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3447 recommended version to 2.3.2.
3448
3449 * configure: Regenerate.
3450
3451 2008-10-31 Ben Elliston <bje@au.ibm.com>
3452
3453 * configure.ac (spu-*-*): Remove special case.
3454 * configure: Regenerate.
3455
3456 Complete comment text from GCC version of:
3457
3458 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3459
3460 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3461 (GCC_SHLIB_SUBDIR): New.
3462 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3463 * configure: Regenerate.
3464 * Makefile.in: Regenerate.
3465
652dec25
TG
34662008-11-27 Tristan Gingold <gingold@adacore.com>
3467
3468 * configure.ac: Build gdb for i?86-*-darwin*
3469 * configure: Regenerated.
3470
7582fb4a
DJ
34712008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3472
3473 PR bootstrap/38014
3474 PR bootstrap/37923
3475
3476 Revert:
3477
3478 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3481 * Makefile.in: Regenerated.
3482
3483 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 PR gdb/921
3486 PR gdb/1646
3487 PR gdb/2175
3488 PR gdb/2176
3489
3490 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3491 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3492 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3493 (HOST_EXPORTS): Pass CPPFLAGS.
3494 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3495 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3496 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3497 * Makefile.in, configure: Regenerated.
3498 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3499 and CPPFLAGS_FOR_BUILD.
3500
faee1be2
UW
35012008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3502
3503 * configure.ac [spu-*-*]: Do not set skipdirs.
3504 * configure: Re-generate.
3505
b7c2dce4
DJ
35062008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3507
3508 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3509 * Makefile.in: Regenerated.
3510
bb52de30
DJ
35112008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3512
3513 PR gdb/921
3514 PR gdb/1646
3515 PR gdb/2175
3516 PR gdb/2176
3517
3518 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3519 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3520 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3521 (HOST_EXPORTS): Pass CPPFLAGS.
3522 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3523 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3524 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3525 * Makefile.in, configure: Regenerated.
3526 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3527 and CPPFLAGS_FOR_BUILD.
3528
b25062ae
SE
35292008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3530
3531 * libtool.m4: Update to libtool 2.2.6.
3532 * lt~obsolete.m4: Update to libtool 2.2.6.
3533 * ltmain.sh: Update to libtool 2.2.6.
3534 * ltsugar.m4: Update to libtool 2.2.6.
3535 * ltversion.m4: Update to libtool 2.2.6.
3536 * ltoptions.m4: Update to libtool 2.2.6.
3537 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3538
3bbd2f8f
AL
35392008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3540
3541 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3542 (GCC_SHLIB_SUBDIR): New.
3543 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3544 * configure: Regenerate.
3545 * Makefile.in: Regenerate.
3546
b29d32ce
TG
35472008-08-28 Tristan Gingold <gingold@adacore.com>
3548
3549 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3550 Enable bfd, binutils and opcodes.
3551 * configure: Regenerate.
3552
c325a203
DD
35532008-08-16 Nicolas Roche <roche@adacore.com>
3554
3555 * Makefile.tpl: Add BOOT_ADAFLAGS.
3556 * Makefile.in: Regenerate.
3557
e7c8859c
RS
35582008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3559
3560 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3561 * configure: Regenerate.
3562
da888c87
PB
35632008-07-30 Paolo Bonzini <bonzini@gnu.org>
3564
3565 Sync with gcc:
3566 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3567
f7c83eac
AS
3568 * configure.ac: Add makefile fragments for hpux.
3569 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3570 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3571 * configure: Regenerate.
3572 * Makefile.in: Regenerate.
da888c87
PB
3573
3574 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3575
f7c83eac
AS
3576 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3577 * Makefile.in: Regenerate.
3578 * configure: Regenerate.
da888c87 3579
944982cf
ILT
35802008-06-18 Ian Lance Taylor <iant@google.com>
3581
662c6704
ILT
3582 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3583
944982cf
ILT
3584 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3585
7a283e07
RW
35862008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3587
3588 * configure: Regenerate.
3589
5b553f7e
RW
35902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3591
3592 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3593 "$@" is still intact with both Autoconf 2.59 and 2.62.
3594 * configure: Regenerate.
3595
675492f0
RW
35962008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3597
3598 * Makefile.tpl: Fix comment errors.
3599 * Makefile.in: Regenerate.
3600
b018a5d1
JB
36012008-06-13 Julian Brown <julian@codesourcery.com>
3602
3603 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3604 of libobjc for ARM EABI Linux.
3605 * configure: Regenerate.
3606
310213e8
DE
36072008-06-12 David S. Miller <davem@davemloft.net>
3608 David Edelsohn <edelsohn@gnu.org>
3609
3610 * configure.ac: Add powerpc*-*-* to gold supported targets.
3611 * configure: Regenerate.
3612
6641ce42
JM
36132008-06-08 Joseph Myers <joseph@codesourcery.com>
3614
3615 PR tree-optimization/36218
3616 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3617 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3618 (all prefix="build-"): Pass them to build-system sub-makes.
3619 * Makefile.in: Regenerate.
3620
03c2f9e6
DJ
36212008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3622
3623 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3624 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3625 mkdep, and compile. Update comments.
3626 (ETC_SUPPORT): Add ChangeLog and update comments.
3627
4538db8b
ILT
36282008-05-11 Ian Lance Taylor <iant@google.com>
3629
3630 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3631
266df637
PB
36322008-04-18 Paolo Bonzini <bonzini@gnu.org>
3633
3634 Sync with gcc:
3635 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3636
3637 PR bootstrap/35457
3638 * configure.ac: Include override.m4.
3639 * configure: Regenerate.
3640
3641 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3642
f7c83eac
AS
3643 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3644 * Makefile.in: Regenerate.
266df637
PB
3645
3646 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3647
f7c83eac
AS
3648 * configure.ac: Do not build libssp for the AVR.
3649 * configure: Regenerate.
266df637 3650
a86a761e
NC
36512008-04-18 Nick Clifton <nickc@redhat.com>
3652
3653 * MAINTAINERS: Replace reference to configure.in with reference to
3654 configure.ac.
3655
52310858
NC
36562008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3657
f7c83eac 3658 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3659 as nonconfigurable directories list.
f7c83eac 3660 * configure: Regenerate.
52310858 3661
f5314dd5
DM
36622008-04-14 David S. Miller <davem@davemloft.net>
3663
3664 * configure.ac: Add sparc*-*-* to gold supported targets.
3665 * configure: Regenerate.
3666
e2208220
BE
36672008-04-14 Ben Elliston <bje@au.ibm.com>
3668
3669 * config.sub, config.guess: Update from upstream sources.
3670
0bb6ea20
HPN
36712008-04-12 Hans-Peter Nilsson <hp@axis.com>
3672
3673 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3674 * Makefile.in: Regenerate.
3675
e5164e97
ILT
36762008-04-07 Ian Lance Taylor <iant@google.com>
3677
3678 * Makefile.def: check-gold depends upon all-binutils.
3679 * Makefile.in: Regenerate.
3680
e33b51a6
NC
36812008-04-04 Nick Clifton <nickc@redhat.com>
3682
3683 PR binutils/4334
3684 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3685 builds.
3686 * configure: Regenerate.
3687
fc5df3ab
NC
36882008-04-04 NightStrike <NightStrike@gmail.com>
3689
3690 PR other/35151
f7c83eac
AS
3691 * configure.ac: Combine rules for mingw32 and mingw64.
3692 * configure: Regenerate.
fc5df3ab 3693
c779bab8
PB
36942008-03-27 Paolo Bonzini <bonzini@gnu.org>
3695
3696 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3697 * Makefile.in: Regenerate.
3698
93f9b408
ILT
36992008-03-20 Ian Lance Taylor <iant@google.com>
3700
3701 * configure.ac: Add support for --enable-gold.
3702 * Makefile.def: Add gold as a directory like ld.
3703 * configure, Makefile.in: Regenerate.
3704
5746fb46
AK
37052008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3706
3707 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3708 (s390_cond_extensions): Reduced extensions to the compare related.
3709 (main): z10 cpu type option added.
3710 (expandConditionalJump): Renamed to ...
3711 (insertExpandedMnemonic): ... this.
3712
3713 * opcodes/s390-opc.c: Re-group the operand format makros.
3714 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3715 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3716 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3717 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3718 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3719 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3720 INSTR_SIL_RDU): New instruction formats added.
3721 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3722 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3723 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3724 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3725 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3726 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3727 masks added.
3728 (s390_opformats): New formats added "ris", "rrs", "sil".
3729 * opcodes/s390-opc.txt: Add the conditional jumps with the
3730 extensions removed from automatic expansion in s390-mkopc.c manually.
3731 (asi - trtre): Add new System z10 EC instructions.
3732 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3733
58c85be7
RW
37342008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3735
3736 * configure.ac: m4_include config/proginstall.m4.
3737 * configure: Regenerate.
3738
78124051
RW
37392008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3740
3741 Backport from upstream Libtool:
f7c83eac 3742
78124051 3743 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3744
78124051
RW
3745 Deal with Autoconf 2.62's semantic change in m4_append.
3746 * ltsugar.m4 (lt_append): Replace broken versions of
3747 m4_append.
3748 (lt_if_append_uniq): Don't require separator to be overquoted,
3749 and avoid broken m4_append.
3750 (lt_dict_add): Fix typo.
3751 * libtool.m4 (_LT_DECL): Don't overquote separator.
3752
018f1bea
DE
37532008-03-13 David Edelsohn <edelsohn@gnu.org>
3754
3755 * config.rpath: Add AIX 6 support.
3756
5c5f596d
PB
37572008-03-13 Paolo Bonzini <bonzini@gnu.org>
3758
3759 * Makefile.def (stageprofile). Remove -fprofile-generate
3760 from stage_libcflags.
3761 * Makefile.in: Regenerate.
3762
a1f93a5e
BE
37632008-03-13 Ben Elliston <bje@au.ibm.com>
3764
3765 * config.sub, config.guess: Update from upstream sources.
3766
98c3d905
AK
37672008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3768
3769 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3770 * s390-opc.txt (cmpsc): Duplicate entry removed.
3771 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3772 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3773 fier, cu42, cu41): Fix operand format.
3774
7f6ef0c0
PB
37752008-02-20 Paolo Bonzini <bonzini@gnu.org>
3776
f7c83eac
AS
3777 PR bootstrap/32009
3778 PR bootstrap/32161
3779
3780 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3781 * configure: Regenerate.
3782
3783 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3784 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3785 STAGE4_LIBCFLAGS): New.
3786 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3787 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3788 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3789 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3790 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3791 for target modules. Don't export LIBCFLAGS.
3792 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3793 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3794 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3795 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3796 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3797 * Makefile.in: Regenerate.
7f6ef0c0 3798
eaf19029
PB
37992008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3800
3801 PR libgcj/33085
3802 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3803 Do not use -DDLL_EXPORT. Backport from upstream.
3804
680c43e9
NC
38052008-02-14 Nick Clifton <nickc@redhat.com>
3806
3807 Import this patch from gcc:
3808 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3809
3810 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3811
c72b1d96
HPN
38122008-02-02 Hans-Peter Nilsson <hp@axis.com>
3813
3814 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3815 * configure: Regenerate.
3816
8b66833e
BW
38172008-01-31 Marc Gauthier <marc@tensilica.com>
3818
3819 * configure.ac (xtensa*-*-*): Recognize processor variants.
3820 * configure: Regenerate.
3821
9cc8ae67
PB
38222008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3823
f7c83eac
AS
3824 PR bootstrap/34922
3825 * configure.ac (PARSE_ARGS): Push suitable setting of
3826 ac_subdirs_all, for `./configure --help=recursive'.
3827 Handle `+' in generic toplevel directory disabling.
3828 * configure: Regenerate.
9cc8ae67 3829
19090595
BE
38302008-01-23 Ben Elliston <bje@au.ibm.com>
3831
3832 * config.sub, config.guess: Update from upstream sources.
3833
9f1e7fd3
BE
38342008-01-08 Ben Elliston <bje@au.ibm.com>
3835
3836 * config.sub, config.guess: Update from upstream sources.
3837
2f959d61
JJ
38382007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3839
3840 * COPYING.LIBGLOSS: Update default copyright.
3841
aa054b85
JJ
38422007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3843
3844 * COPYING.NEWLIB: Update default copyright.
3845
57c53b2b
RS
38462007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3847
3848 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3849 Change recommended MPFR from 2.2.1 > 2.3.0.
3850 * configure: Regenerate.
3851
fee14b60
RS
38522007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3853
3854 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3855 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3856 * Makefile.in: Regenerate.
3857
c9b68031
DD
38582007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3859
3860 * configure.ac: Enable libjava for x86_64-*-darwin9.
3861 * configure: Regenerate.
3862
ad25e7d5
BE
38632007-12-05 Ben Elliston <bje@au.ibm.com>
3864
3865 * config.sub, config.guess: Update from upstream sources.
3866
6ac84f65
PB
38672007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3868
f7c83eac
AS
3869 * config-ml.in: Robustify against white space in absolute file
3870 names.
6ac84f65 3871
f7c83eac
AS
3872 * config-ml.in (multi-clean): Substitute ${Makefile}.
3873 Remove superfluous ${Makefile} in list.
6ac84f65 3874
7b3200f9
DJ
38752007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * Makefile.def (dependencies): Make configure-gdb depend on
3878 all-intl.
3879 * Makefile.in: Regenerated.
3880
2c133ff9
JJ
38812007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3882
3883 * Makefile.def: To avoid problems running with parallel makes,
3884 build newlib before libgloss so that target specific header
3885 files are availble.
3886 * Makefile.in: Regenerate.
3887
5074315a
DJ
38882007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3889
3890 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3891 * Makefile.in: Regenerate.
3892
f5bc1778
DJ
38932007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3896 * libdecnumber: New directory, imported from GCC.
3897
c66487f8
NC
38982007-10-08 Mike Frysinger <vapier@gentoo.org>
3899
3900 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3901 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3902 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3903 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3904 * configure: Regenerate.
3905
b5714970
PB
39062007-10-01 Paolo Bonzini <bonzini@gnu.org>
3907
3908 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3909 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3910 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3911 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3912 * configure.ac: Default them to host tools for $host = $build.
3913 Subst them.
3914
3915 * configure: Regenerate.
3916 * Makefile.in: Regenerate.
3917
f3b1e08e
RS
39182007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3919
3920 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3921 * configure: Regenerate.
3922
cff87f51
DD
39232007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3924
3925 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3926 libstdc++.
3927 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3928 * configure: Regenerate.
3929 * Makefile.in: Regenerate.
f7c83eac 3930
625a61cd
AS
39312007-09-17 Andreas Schwab <schwab@suse.de>
3932
3933 * configure.ac: Raise minimum makeinfo version to 4.6.
3934 * configure: Regenerate.
3935
83a3a68b
AM
39362007-09-15 Alan Modra <amodra@bigpond.net.au>
3937
3938 * configure.ac: Correct makeinfo version check.
3939 * configure: Regenerate.
3940
5bd8be13
RS
39412007-09-14 Richard Sandiford <richard@codesourcery.com>
3942
3943 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3944 to $skipdirs and only disable gprof for newlib. Use the normal
3945 mips*-elf* handling in other respects.
3946 * configure: Regnerate.
3947
5566c1fa
DD
39482007-09-12 David Daney <ddaney@avtrex.com>
3949
3950 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3951 enabling libgcj.
3952 * configure: Regenerate.
3953
39542007-09-12 Richard Guenther <rguenther@suse.de>
3955
3956 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3957 nor --disable-checking is provided also turn on yes and types
3958 checking for stage1.
3959 * configure: Re-generate.
3960
a18e2996 39612007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3962
3963 PR target/33281
3964 * configure.ac: Use config/mh-mingw on mingw.
3965 * configure: Regenerate.
84e7906e 3966
691bb5a1
DD
39672007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3968
3969 PR other/32154
3970 * configure.ac: For libgloss targets, point the linker to the linker
3971 script, startup code and simulator library.
3972 * configure: Regenerate.
3973
6d18b86b
AH
39742007-09-09 Andrew Haley <aph@redhat.com>
3975
3976 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3977 target-libjava.
6d18b86b 3978
f00a3165 39792007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3980
f00a3165 3981 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3982
2abc4e65
BE
39832007-08-21 Richard Guenther <rguenther@suse.de>
3984
3985 * configure.ac: Add types checking to stage1 checking flags.
3986 * configure: Regenerate.
3987
8a6ee3ab 39882007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3989 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3990
3991 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3992 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3993 * Makefile.in: Regenerate.
3994 * configure.ac (--with-debug-prefix-map): New.
3995 * configure: Regenerate.
3996
429acdec
RS
39972007-08-17 Richard Sandiford <richard@codesourcery.com>
3998 Nigel Stephens <nigel@mips.com>
3999
429acdec
RS
4000 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4001 as target_makefile_frag.
4002 * configure: Regenerate.
4003
8520c408
AO
40042007-08-16 Alexandre Oliva <aoliva@redhat.com>
4005
4006 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4007 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4008 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4009 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4010 (do-compare, do-compare3, do-compare-debug): New.
4011 ([+compare-target+]): Use them.
4012
40132007-08-16 Alexandre Oliva <aoliva@redhat.com>
4014
4015 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4016 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4017 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4018 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4019 (do-compare, do-compare3, do-compare-debug): New.
4020 ([+compare-target+]): Use them.
4021
2444379b
BE
40222007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4023 Ben Elliston <bje@au.ibm.com>
4024
4025 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4026 --silent if $silent.
4027 * configure: Regenerate.
4028
d6f99447
DJ
40292007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4032
bd0aa315
NC
40332007-07-17 Nick Clifton <nickc@redhat.com>
4034
4035 * COPYING3: New file. Contains version 3 of the GNU General
4036 Public License.
4037 * COPYING3.LIB: New file. Contains version 3 of the GNU
4038 Lesser General Public License.
4039
0ebe98fb
BS
40402007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4041
4042 * configure.ac: Fix my previous change to really match GCC.
4043 * configure: Regenerate.
4044
521ec477
DD
40452007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4046
4047 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4048 * configure: Regenerate.
4049
40502007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4051
4052 * configure.ac: Add some missing m4 quotation.
4053 * configure: Regenerate.
4054
0c24b341
NC
40552007-07-09 Kai Tietz <kai.tietz@onevision.com>
4056
f7c83eac
AS
4057 * Makefile.def: Add windmc tool to build.
4058 * Makefile.tpl: Likewise.
4059 * configure.ac: Likewise.
4060 * Makefile.in: Regenerate.
4061 * configure: Regenerate.
0c24b341 4062
a09314d0
L
40632007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4064
4065 * lt~obsolete.m4: New. Import from 20070318 libtool.
4066
7c3e1d12
BS
40672007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4068
4069 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4070 uclinux and linux-uclibc targets.
4071 * configure: Regenerate.
4072
a5b3b4dd
DD
40732007-06-28 DJ Delorie <dj@redhat.com>
4074
4075 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4076 not building newlib.
4077 * configure: Regenerated.
f7c83eac 4078
184d813c
DJ
40792007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4080
4081 * src-release (DEVO_SUPPORT): Correct typos.
4082
31d99776
DJ
40832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4086 * Makefile.in: Regenerated.
4087
e00a73e3
PB
40882007-06-14 Paolo Bonzini <bonzini@gnu.org>
4089
f7c83eac
AS
4090 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4091 (distclean-stage[+id+]): Possibly delete stage_last.
4092 * Makefile.in: Regenerate.
e00a73e3 4093
98a1bbc5
BE
40942007-06-07 Ben Elliston <bje@au.ibm.com>
4095
4096 * config.sub, config.guess: Update from upstream sources.
4097
973601e1
BE
40982007-06-07 Ben Elliston <bje@au.ibm.com>
4099
4100 * Makefile.tpl: Fix spelling error.
4101 * Makefile.in: Regenerate.
4102
2038f525
PB
41032007-06-04 Paolo Bonzini <bonzini@gnu.org>
4104
4105 Sync with gcc:
4106 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4107
f7c83eac
AS
4108 PR bootstrap/29382
4109 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4110 * configure: Rebuilt.
2038f525 4111
f7c5c4b5
PB
41122007-06-01 Steve Ellcey <sje@cup.hp.com>
4113
12a64d4f
L
4114 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4115 lt_cv_sys_max_cmd_len.
f7c5c4b5 4116
7ad9660b
PB
41172007-05-31 Paolo Bonzini <bonzini@gnu.org>
4118
4119 * ltgcc.m4: Update from GCC.
4120
0e7ef45c
EC
41212007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4122
12a64d4f 4123 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4124
37ad9514
SE
41252007-05-24 Steve Ellcey <sje@cup.hp.com>
4126
4127 * ltmain.sh: Update from GCC.
4128 * libtool.m4: Update from GCC.
4129 * ltsugar.m4: New. Update from GCC.
4130 * ltversion.m4: New. Update from GCC.
4131 * ltoptions.m4: New. Update from GCC.
4132 * ltconfig: Remove.
4133 * ltcf-c.sh: Remove.
4134 * ltcf-cxx.sh: Remove.
4135 * ltcf-gcj.sh: Remove.
4136 * src-release: Update with new libtool file list.
4137
8ee82aff
PB
41382007-05-16 Paolo Bonzini <bonzini@gnu.org>
4139
4140 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4141 stage_cflags.
4142 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4143 Remove CFLAGS/LIBCFLAGS.
4144 (configure-stage[+id+]-[+prefix+][+module+],
4145 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4146 * Makefile.in: Regenerate.
4147
149cb58d
SE
41482007-04-14 Steve Ellcey <sje@cup.hp.com>
4149
4150 * config-ml.in: Update from GCC.
4151
91506736
DJ
41522007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4153
4154 * src-release (do-proto-toplev): Process the support directories before
4155 the tool directory.
4156
ffa8bd48
RS
41572007-03-21 Richard Sandiford <richard@codesourcery.com>
4158
4159 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4160 of glob. Quote arguments with single quotes too.
4161 * configure: Regenerate.
4162
a4fd3374
DD
41632007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4164
4165 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4166 * Makefile.in: Regenerate
4167
b8025f34
AS
41682007-03-07 Andreas Schwab <schwab@suse.de>
4169
4170 * configure: Regenerate.
4171
a3ca38d2
DD
41722007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4173
4174 * configure.ac: Add "--with-pdfdir" configure option,
4175 which defines pdfdir variable.
4176 * Makefile.def (target=fixincludes): Add install-pdf to
4177 missing targets.
4178 (recursive_targets): Add install-pdf target.
4179 (flags_to_pass): Add pdfdir.
4180 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4181 target.
4182 * configure: Regenerate
4183 * Makefile.in: Regenerate
4184
41852007-02-28 Eric Christopher <echristo@apple.com>
4186
4187 Revert:
4188 2006-12-07 Mike Stump <mrs@apple.com>
4189
4190 * Makefile.def (dependencies): Add dependency for
4191 install-target-libssp and install-target-libgomp on
4192 install-gcc.
4193 * Makefile.in: Regenerate.
4194
41952007-02-27 Matt Kraai <kraai@ftbfs.org>
4196
4197 * configure: Regenerate.
4198 * configure.ac: Move statements after variable declarations.
4199
a4708fba
JM
42002007-02-19 Joseph Myers <joseph@codesourcery.com>
4201
4202 * configure.ac: Adjust for loop syntax.
4203 * configure: Regenerate.
4204
9a819804
AO
42052007-02-18 Alexandre Oliva <aoliva@redhat.com>
4206
4207 * configure: Rebuilt.
4208
81ec575a
AO
42092007-02-18 Alexandre Oliva <aoliva@redhat.com>
4210
4211 * configure.ac: Drop multiple occurrences of --enable-languages,
4212 and fix its quoting.
4213 * configure: Rebuilt.
4214
92f01d61 42152007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4216 Nathan Sidwell <nathan@codesourcery.com>
4217 Vladimir Prus <vladimir@codesourcery.com
4218 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4219
4220 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4221 * configure: Regenerate.
4222
b1299c4e
DJ
42232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4224
4225 * configure.ac (target_libraries): Move libgcc before libiberty.
4226 * configure: Regenerated.
4227
18f6b6ee
PB
42282007-02-13 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * configure: Regenerate again?
4231
9c4e9f27
PB
42322007-02-13 Paolo Bonzini <bonzini@gnu.org>
4233
4234 * configure: Reapply PR30748 fix which was lost in the previous commit.
4235
24ff9987
DJ
42362007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4237 Paolo Bonzini <bonzini@gnu.org>
4238
4239 PR bootstrap/30753
4240 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4241 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4242 * configure: Regenerated.
4243
7df2cd5d
PB
42442007-02-10 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * configure: Regenerate.
4247
b0aaa663
DJ
42482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 PR bootstrap/30748
4251 * configure.ac: Correct syntax for Solaris ksh.
4252 * configure: Regenerated.
4253
a0323144
PB
42542007-02-09 Paolo Bonzini <bonzini@gnu.org>
4255
4256 * Makefile.def: Sync with GCC.
4257 * Makefile.tpl: Sync with GCC.
4258 * Makefile.in: Regenerate.
4259 * configure: Regenerate.
4260
c6b750e1
DJ
42612007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4264 noncanonical equivalents.
4265 * configure.in: Rename to...
4266 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4267 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4268 target_noncanonical. Use them. Rewrite removal of configure
4269 arguments for autoconf 2.59. Discard variable settings. Force
4270 program_transform_name for native tools.
4271
4272 * Makefile.in: Regenerated.
4273 * configure: Regenerated with autoconf 2.59.
4274
4275 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4276
f3cd89f4
JJ
42772007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4278
4279 * COPYING.LIBGLOSS: Reformat default Red Hat
4280 license to fit within 80 columns.
4281 * COPYING.NEWLIB: Ditto.
4282
4e206d7e
DB
42832007-02-05 Dave Brolley <brolley@redhat.com>
4284
4285 * Contribute the following changes:
4286 2006-11-28 DJ Delorie <dj@redhat.com>
4287
4288 * configure.in: Fix typo for mep's target_makefile_frag.
4289 * configure: Regenerated.
4290
4291 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4292
4293 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4294 * configure: Regenerate.
4295
4296 2001-09-19 DJ Delorie <dj@redhat.com>
4297
4298 * configure.in (target_makefile_frag): use mt-mep
4299
4300 2001-06-12 Don Howard <dhoward@redhat.com>
4301
4302 * configure.in: Remove gdb from MeP skip list.
4303
4304 2001-04-05 DJ Delorie <dj@redhat.com>
4305
4306 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4307
4308 2001-03-20 Ben Elliston <bje@redhat.com>
4309
4310 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4311
4312 2001-03-19 Ben Elliston <bje@redhat.com>
4313
4314 * config.sub (mep, mep-*): Add.
4315
b2edfdd2
AS
43162007-01-31 Andreas Schwab <schwab@suse.de>
4317
4318 * Makefile.tpl (LDFLAGS): Substitute it.
4319 * Makefile.in: Regenerate.
4320
ceb92e78
PB
43212007-01-11 Paolo Bonzini <bonzini@gnu.org>
4322
4323 * configure.in: Change == to = in test command.
f7c83eac 4324 * configure: Regenerate.
ceb92e78 4325
4b900473 43262007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4327 Nick Clifton <nickc@redhat.com>
4328 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4329
4330 * configure.in (build_configargs, host_configargs, target_configargs):
4331 Remove build/host/target parameters.
4332 (host_libs): Add gmp and mpfr.
4333 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4334 * Makefile.def (gmp, mpfr): New.
4335 (gcc): Remove target.
4336 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4337 target_os, target_vendor): New.
4338 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4339 * configure: Regenerate.
4340 * Makefile.in: Regenerate.
4b900473
PB
4341
43422007-01-11 Matt Fago <fago@earthlink.net>
4343
4344 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4345 to improve robustness of configure tests.
4b900473
PB
4346 * configure: Regenerate.
4347
80f6dcbc
NC
43482007-01-08 Kai Tietz <kai.tietz@onevision.com>
4349
4350 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4351 * configure: Regenerate.
80f6dcbc 4352
f86e35b8
NC
43532007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * Makefile.tpl (all-target): Correct @if conditional for target
4356 modules.
4357 * configure.in: Omit libiberty if building only target libgcc.
4358 * configure, Makefile.in: Regenerated.
4359
79fcd0ec
PB
43602007-01-04 Paolo Bonzini <bonzini@gnu.org>
4361
4362 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4363 * configure: Regenerate.
4364
6aa8ef82
DJ
43652007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * Makefile.def (target_modules): Add libgcc.
4368 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4369 * Makefile.tpl (clean-target-libgcc): Delete.
4370 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4371 on gcc even for bootstrapped modules. Rewrite handling of
4372 lang_env_dependencies to loop over target_modules.
4373 * configure.in (target_libraries): Add target-libgcc.
4374 * Makefile.in, configure: Regenerated.
4375
9b134994
PB
43762006-12-29 Paolo Bonzini <bonzini@gnu.org>
4377
4378 Sync with gcc:
4379 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4380
f7c83eac
AS
4381 * configure.in: Reorganize recognition of languages. Add
4382 --enable-stage1-languages. Show supported languages for the chosen
4383 target rather than all recognized languages.
4384 * configure: Regenerate.
9b134994
PB
4385
4386 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4387
f7c83eac
AS
4388 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4389 * Makefile.in: Regenerate.
9b134994
PB
4390
4391 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4392
f7c83eac
AS
4393 * configure.in: Warn that MPFR 2.2.0 is buggy.
4394 * configure: Regenerate.
9b134994 4395
8cf39b1b
ILT
43962006-12-27 Ian Lance Taylor <iant@google.com>
4397
4398 * configure.in: When removing Makefiles to force a reconfigure, also
4399 remove prev-DIR*/Makefile.
4400 * configure: Regenerate.
4401
ebff6cd5
KH
44022006-12-23 Kazu Hirata <kazu@codesourcery.com>
4403
4404 * config.bfd: Recognize fido.
4405
8a0d8a5c
PB
44062006-12-19 Paolo Bonzini <bonzini@gnu.org>
4407
4408 Sync with gcc:
4409
4410 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4411
4412 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4413 it only affects bootstrap and could be tested on "$host" as well.
4414 * configure: Regenerate.
4415 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4416
4417 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4418
4419 PR bootstrap/29544
4420 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4421 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4422 move here comment from Makefile.tpl.
4423 * Makefile.tpl: Move some definitions higher in the file.
4424 (STAGE1_CHECKING): New.
4425 * configure.in: Add --enable-stage1-checking.
4426 * configure: Regenerate.
4427 * Makefile.in: Regenerate.
4428
4429 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4430
4431 * configure.in: Update error message for missing GMP/MPFR.
4432
4433 * configure: Regenerate.
4434
4435 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4436
4437 * configure.in: Update MPFR version in error message.
4438
4439 * configure: Regenerate.
4440
4441 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4442
4443 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4444 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4445 --with-gmp-lib): New flags.
4446
4447 * configure: Regenerate.
4448
790c0838
AM
44492006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4450
4451 PR bootstrap/30134
4452 * configure.in: Correct x86 darwin support for libjava to powerpc
4453 and i?86 only.
4454 * configure: Regenerate.
4455
77d7106f
AM
44562006-12-11 Alan Modra <amodra@bigpond.net.au>
4457
4458 * configure.in: Handle spu makefile frag.
77d7106f
AM
4459 * Makefile.tpl (MAINT): Define
4460 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4461 * configure: Regenerate.
4462 * Makefile.in: Regenerate.
4463
0cfa5389
BE
44642006-12-11 Ben Elliston <bje@au.ibm.com>
4465
4466 * config.sub, config.guess: Update from upstream sources.
4467
2839fe5d
BE
44682006-12-11 Ben Elliston <bje@au.ibm.com>
4469
4470 * configure.in: Sync with GCC (spu-*-*).
4471 * configure: Sync with GCC.
4472
b897f5d4
MS
44732006-12-07 Mike Stump <mrs@apple.com>
4474
4475 * Makefile.def (dependencies): Add dependency for
4476 install-target-libssp and install-target-libgomp on
4477 install-gcc.
4478 * Makefile.in: Regenerate.
4479
9daf3993
PB
44802006-11-16 Paolo Bonzini <bonzini@gnu.org>
4481
4482 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4483 (unstage): Test for stage_last presence.
4484
4485 PR bootstrap/29802
4486 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4487 * Makefile.in: Regenerate.
4488
9dbaa842
DD
44892006-11-14 DJ Delorie <dj@redhat.com>
4490
4491 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4492 * Makefile.in: Sync with GCC.
4493 * configure.in: Sync with GCC (mpfr, gmp).
4494 * configure: Sync with GCC.
4495
b0cbce8d
JJ
44962006-11-08 Jie Zhang <jie.zhang@analog.com>
4497
4498 * configure.in: Remove target-libgloss from noconfigdirs for
4499 bfin-*-*.
4500 * configure: Regenerated.
4501
44330a94
JJ
45022006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4503
4504 * COPYING.NEWLIB: Add spu license.
7de05dd5 4505 * COPYING.LIBGLOSS: Ditto.
44330a94 4506
56a8fe78
DD
45072006-10-17 Brooks Moses <bmoses@stanford.edu>
4508
4509 * Makefile.def: Added pdf target handling.
4510 * Makefile.tpl: Added pdf target handling.
4511 * Makefile.in: Regenerated.
4512
fbb00ad0
JJ
45132006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4514
4515 * COPYING.NEWLIB: Updated.
4516 * COPYING.LIBGLOSS: Ditto.
4517
6b89cc21
DB
45182006-09-27 Dave Brolley <brolley@redhat.com>
4519
4520 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4521 $s instead of $r.
4522 * configure: Regenerated.
4523
17bcf627
BE
45242006-09-26 Ben Elliston <bje@au.ibm.com>
4525
4526 * config.sub, config.guess: Update from upstream sources.
4527
f3529cf1
TS
45282006-09-20 Thiemo Seufer <ths@mips.com>
4529
4530 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4531 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4532 * configure: Regenerate.
4533
45055374
CV
45342006-08-30 Corinna Vinschen <corinna@vinschen.de>
4535
4536 * configure.in: Never build newlib for a Mingw host.
4537 Never build newlib as Mingw target library.
4538 Test the existence of winsup/cygwin for building a Cygwin newlib,
4539 rather than just winsup.
4540 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4541 building a Mingw target.
4542 * configure: Regenerate.
4543
4be041b2 45442006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4545 Nigel Stephens <nigel@mips.com>
4546 David Ung <davidu@mips.com>
4be041b2
TS
4547
4548 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4549
1d89b610
PB
45502006-07-25 Paolo Bonzini <bonzini@gnu.org>
4551
4552 Sync from GCC:
4553 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4554
f7c83eac
AS
4555 PR bootstrap/18058
4556 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4557 if the bootstrap compiler is a GCC version that supports it.
4558 * configure: Regenerate.
1d89b610 4559
66a79c16
DJ
45602006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4563 * configure: Regenerated.
4564
c1cb7e02
PB
45652006-07-18 Paolo Bonzini <bonzini@gnu.org>
4566
f7c83eac
AS
4567 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4568 for stages after the first.
c1cb7e02 4569
7206a0ee
JJ
45702006-07-17 Jakub Jelinek <jakub@redhat.com>
4571
4572 * Makefile.def: Add dependencies for configure-opcodes
4573 on configure-intl and all-opcodes on all-intl.
4574 * Makefile.in: Regenerated.
4575
6816f995
AO
45762006-07-04 Peter O'Gorman <peter@pogma.com>
4577
4578 * ltconfig: chmod 644 before ranlib during install.
4579
3d3adb43
PB
45802006-07-03 Paolo Bonzini <bonzini@gnu.org>
4581
1f3f1bbf 4582 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4583 * configure: Regenerate.
4584
64ce424c
PB
45852006-07-03 Paolo Bonzini <bonzini@gnu.org>
4586
4587 Sync from gcc:
4588
4589 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4590
4591 PR other/27063
4592 * configure.in: Test subdir_requires and give an appropriate
4593 error message.
4594 * configure: Regenerate.
4595
4596 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4597
4598 PR target/27540
4599 * configure.in: Only enable libgomp on IRIX 6.
4600 * configure: Regenerate.
4601
d42c4017
DA
46022006-06-20 David Ayers <d.ayers@inode.at>
4603
4604 PR bootstrap/28072
4605 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4606 whether target-libjava is being configured instead of whether the
4607 java front end is enabled.
4608 * configure: Regenerate.
0e7ef45c 4609
4962c51a
MS
46102006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4611
4612 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4613 to R_ARM_LDC_SB_G{0,1,2} respectively.
4614
caee866a
PB
46152006-06-15 Paolo Bonzini <bonzini@gnu.org>
4616
4617 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4618 too.
4619 * Makefile.in: Regenerate.
4620
363ef840
DA
46212006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4622
4623 Sync from gcc:
4624
4625 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4626 * configure.in: Don't enable libgomp on hpux10.
4627 * configure: Rebuilt.
4628
54d1c879
DA
46292006-06-13 David Ayers <d.ayers@inode.at>
4630
4631 Sync from gcc:
4632
4633 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4634
54d1c879
DA
4635 PR bootstrap/27963
4636 PR target/19970
0e7ef45c 4637 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4638 ${libgcj} is specified.
4639 * configure: Regenerate.
0e7ef45c 4640
a4d8b690
JJ
46412006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4642
4643 Sync from gcc:
4644
4645 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4646 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4647
4648 PR bootstrap/18033
4649 * config-ml.in: Eval option if surrounded by single quotes.
4650
4f0ef2d8
CD
46512006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4652
4653 Sync from gcc:
0e7ef45c 4654
4f0ef2d8 4655 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4656
4f0ef2d8
CD
4657 PR libobjc/13946
4658 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4659 * Makefile.in: Regenerate.
4660 * configure.in: Add --enable-objc-gc at toplevel and have it
4661 enable boehm-gc for Objective-C.
4662 Remove target-boehm-gc from libgcj.
4663 Add target-boehm-gc to target_libraries.
4664 Add target-boehm-gc to noconfigdirs where ${libgcj}
4665 is specified.
4666 Assert that boehm-gc is supported when requested for Objective-C.
4667 Only build boehm-gc if needed either for Java or Objective-C.
4668 * configure: Regenerate.
4669
4670 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4671
4f0ef2d8
CD
4672 PR 27674
4673 * Makefile.tpl (configure-[+prefix+][+module+],
4674 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4675 Remove rule to unstage bootstrapped modules.
4676 (stage_current): New.
4677 * Makefile.in: Regenerate.
4678
4679 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4680 Andreas Tobler <a.tobler@schweiz.ch>
4681
4682 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4683 * configure: Rebuilt.
4684
4685 Revert
4686 2006-01-31 Richard Guenther <rguenther@suse.de>
4687 Paolo Bonzini <bonzini@gnu.org>
4688
4689 * Makefile.def (target_modules): Add libgcc-math target module.
4690 * configure.in (target_libraries): Add libgcc-math target library.
4691 (--enable-libgcc-math): New configure switch.
4692 * Makefile.in: Re-generate.
4693 * configure: Re-generate.
4694
c17b816b
JJ
46952006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4696
4697 * config-ml.in: Alter CCASFLAGS to include special
4698 multilib options the same as is done for CFLAGS.
4699
20e95c23
DJ
47002006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 * Makefile.def: Added dependencies from sim and gdb on intl, and
4703 added configure dependencies to everything with an all dependency
4704 on intl.
4705 * gettext.m4: Removed.
4706 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4707 (GDB_SUPPORT_DIRS): Add intl.
4708 * Makefile.in: Regenerated.
4709
4bd8ad80
DJ
47102006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * src-release (DEVO_SUPPORT): Add config.rpath.
4713
c380fdd8
PB
47142006-05-25 Paolo Bonzini <bonzini@gnu.org>
4715
4716 * Makefile.def (bfd, opcodes): Fix lib_path.
4717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4718 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4719 * Makefile.in: Regenerate.
4720
701628f5
MS
47212006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4722
4723 * configure.in: Enable gprof for cross builds.
4724 * configure: Regenerate.
4725
25aae7f2
DJ
47262006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4727
4728 * src-release (MAKEINFOFLAGS): Define.
4729 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4730
ea3d1626
BE
47312006-05-14 Ben Elliston <bje@au.ibm.com>
4732
4733 * config.sub, config.guess: Update from upstream sources.
4734
49b9e644
BE
47352006-05-12 Ben Elliston <bje@au.ibm.com>
4736
4737 * config.sub, config.guess: Update from upstream sources.
4738
482dd2f6
DJ
47392006-05-04 Steve Ellcey <sje@cup.hp.com>
4740
4741 * blt, iwidgets, mmalloc: Remove directories.
4742
8b01a5c2
DD
47432006-05-01 DJ Delorie <dj@redhat.com>
4744
641a3af4 4745 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4746 * configure: Regenerate.
4747
a481dbb7
DD
47482006-04-18 DJ Delorie <dj@redhat.com>
4749
4750 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4751 reference libgloss so that libssp can be built in a combined
4752 tree.
4753 * configure: Regenerate.
4754
962c9e74
BE
47552006-04-10 Ben Elliston <bje@au.ibm.com>
4756
4757 * contrib: Remove directory.
4758
108a6f8e
CD
47592006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4760
4761 * Makefile.tpl: Add install-html target.
4762 * Makefile.def: Add install-html target.
4763 * Makefile.in: Regenerate.
4764 * configure.in: Add --with-datarootdir, --with-docdir,
4765 and --with-htmldir options.
4766 * configure: Regenerate.
4767
a4ef73e9
BE
47682006-03-31 Ben Elliston <bje@au.ibm.com>
4769
4770 PR binutils/1860
4771 * configure.in: Require makeinfo 4.4 or higher.
4772 * configure: Regenerate.
4773
b37df25a
PB
47742006-03-14 Paolo Bonzini <bonzini@gnu.org>
4775
4776 * Makefile.in: Regenerate.
4777
a6df5a19
PB
47782006-03-14 Paolo Bonzini <bonzini@gnu.org>
4779
4780 Sync with gcc:
4781 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4782
f7c83eac
AS
4783 * configure.in: Handle --disable-<component> generically.
4784 * configure: Regenerate.
a6df5a19
PB
4785
4786 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4787
f7c83eac
AS
4788 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4789 (TARGET_CONFIGDIRS): Remove.
4790 * configure.in: Remove AC_SUBST(target_configdirs).
4791 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4792
4793
65419985
L
47942006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4795
4796 PR libgcj/17311
4797 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4798
c52c6897
PB
47992006-02-20 Paolo Bonzini <bonzini@gnu.org>
4800
4801 PR bootstrap/25670
4802
4803 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4804
4805 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4806 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4807 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4808 BUILD_PREFIX, BUILD_PREFIX_1.
4809 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4810
4811 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4812 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4813
4814 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4815 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4816 of `cat stage_current`. Always provide the `r' and `s' variables.
4817 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4818 a single shell execution.
4819 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4820 bootstrapped modules, make the stage1 module if the build was not
4821 started yet, else build the current stage.
4822 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4823 (all-build, all-host, all-target, [+make_target+]-host,
4824 [+make_target+]-target): Do not use \-continued lines.
4825 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4826 (current_stage, restrap, stage_last): New.
4827
4828 * Makefile.in: Regenerate.
4829 * configure: Regenerate.
4830
b3ded179
PB
48312006-02-14 Paolo Bonzini <bonzini@gnu.org>
4832
4833 Sync from gcc:
4834
4835 2006-01-31 Richard Guenther <rguenther@suse.de>
4836 Paolo Bonzini <bonzini@gnu.org>
4837
f7c83eac
AS
4838 * Makefile.def (target_modules): Add libgcc-math target module.
4839 * configure.in (target_libraries): Add libgcc-math target library.
4840 (--enable-libgcc-math): New configure switch.
4841 * Makefile.in: Re-generate.
4842 * configure: Re-generate.
4843 * libgcc-math: New toplevel directory.
b3ded179
PB
4844
4845 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4846 Jakub Jelinek <jakub@redhat.com>
4847 Diego Novillo <dnovillo@redhat.com>
b3ded179 4848
f7c83eac
AS
4849 * libgomp: New directory.
4850 * Makefile.def: Add target_module libgomp.
4851 * Makefile.in: Regenerate.
4852 * configure.in (target_libraries): Add target-libgomp.
4853 * configure: Regenerate.
b3ded179 4854
3a35eeb3
PB
48552006-02-14 Paolo Bonzini <bonzini@gnu.org>
4856 Andreas Schwab <schwab@suse.de>
0e7ef45c 4857
3a35eeb3
PB
4858 * configure: Regenerate.
4859
2429c060
PB
48602006-01-16 Paolo Bonzini <bonzini@gnu.org>
4861
4862 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4863 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4864 the assembler, linker and binutils.
4865 * configure: Regenerate.
4866
ec49b2b8
NC
48672006-01-16 Nick Clifton <nickc@redhat.com>
4868
49b9e644 4869 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4870
44b2308f
AO
48712006-01-05 Alexandre Oliva <aoliva@redhat.com>
4872
4873 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4874 @ from continuation.
4875 * Makefile.in: Rebuilt.
4876
80911fe1
PB
48772006-01-04 Paolo Bonzini <bonzini@gnu.org>
4878
4879 Sync from gcc:
4880
4881 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4882
f7c83eac 4883 PR bootstrap/24252
80911fe1 4884
f7c83eac
AS
4885 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4886 * Makefile.tpl (OBJDUMP): New.
4887 (EXTRA_HOST_FLAGS): Add it.
4888 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4889
f7c83eac
AS
4890 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4891 to use symbolic links between directories. Avoid race conditions
4892 or make them harmless.
4893 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4894
f7c83eac
AS
4895 * Makefile.def (LEAN): Pass.
4896 * Makefile.tpl (LEAN): Define.
4897 (stage[+id+]-start): Accept that the previous directory does not
4898 exist, if the bootstrap is lean.
4899 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4900 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4901 configure substitution.
4902 ([+compare-target+]): Likewise.
4903 ([+bootstrap-target+]-lean): New.
4904 * configure.in: Remove lean bootstrap support from here.
80911fe1 4905
f7c83eac
AS
4906 * Makefile.in: Regenerate.
4907 * configure: Regenerate.
80911fe1
PB
4908
4909 2006-01-02 Andreas Schwab <schwab@suse.de>
4910
f7c83eac
AS
4911 * configure.in: When reconfiguring remove Makefile in
4912 all stage directories.
4913 * configure: Regenerate.
80911fe1 4914
b59bea8a
NC
49152005-12-27 Leif Ekblad <leif@rdos.net>
4916
4917 * configure.in: Add support for RDOS target.
4918 * configure: Regenerate.
4919
d7730bac
NC
49202005-12-27 Nick Clifton <nickc@redhat.com>
4921
4922 PR binutils/1990
4923 * libtool.m4: Synchronize with version in GCC sources.
4924
c02dabc3
PB
49252005-12-20 Paolo Bonzini <bonzini@gnu.org>
4926
f7c83eac 4927 Revert Ada-related part of the previous change.
c02dabc3 4928
f7c83eac
AS
4929 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4930 Do not pass.
4931 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4932 * Makefile.in: Regenerate.
4933 * configure.in: Do not include mt-ppc-aix target fragment.
4934 * configure: Regenerate.
c02dabc3 4935
f6d183c0
PB
49362005-12-19 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * configure.in: Select appropriate fragments for PowerPC/AIX.
4939 * configure: Regenerate.
4940
4941 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4942 BOOT_CFLAGS, BOOT_LDFLAGS.
4943 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4944 BOOT_CFLAGS, BOOT_LDFLAGS.
4945 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4946 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4947 (stage): Fail if we cannot complete the work.
4948 * Makefile.in: Regenerate.
4949
f29759fc
JJ
49502005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4951
4952 * COPYING.NEWLIB: Update copyright year for default
4953 copyright.
4954
1f054001
PB
49552005-12-15 Paolo Bonzini <bonzini@gnu.org>
4956
4957 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4958 install-host-nogcc): Don't invoke $(stage) at the end.
4959 * Makefile.in: Regenerate.
4960
0aed8855
PB
49612005-12-14 Paolo Bonzini <bonzini@gnu.org>
4962
4963 * configure.in: Flip the top-level bootstrap switch.
4964 * configure: Regenerate.
4965
4966 Merge from gcc:
4967
4968 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4969
f7c83eac
AS
4970 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4971 $(stage) and $(unstage).
4972 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4973 (all): Remove stray semicolon.
4974 (local-distclean): Don't handle multilib.tmp and multilib.out.
4975 (install.all): Set $s for consistency.
4976 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4977 check_multilibs setting. Always make the install directory.
4978 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4979 Correct @if/@endif.
4980 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4981 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4982 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4983 (multilib.out): Remove.
4984 * Makefile.in: Regenerated.
0aed8855
PB
4985
49862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4987
4988 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4989 * configure.in: Replace ms1 arch with mt.
4990 * configure: Rebuilt.
4991
49922005-12-05 Paolo Bonzini <bonzini@gnu.org>
4993
4994 Sync with gcc:
4995
4970f871
NS
49962005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4997
4998 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4999 * configure.in: Replace ms1 arch with mt.
5000 * configure: Rebuilt.
5001
be01d343
PB
50022005-12-05 Paolo Bonzini <bonzini@gnu.org>
5003
5004 Sync with gcc:
5005
5006 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5007
f7c83eac
AS
5008 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5009 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5010 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5011 Find in-tree tools if available.
5012 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5013 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5014 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5015 (COMPILER_*_FOR_TARGET): New.
5016 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5017 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5018 (CONFIGURED_*, USUAL_*): Remove.
5019 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5020 STRIP): Use autoconf substitutions.
5021 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5022 COMPILER_NM_FOR_TARGET): New.
5023 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5024
5025 (all): Make all-host and all-target in parallel.
5026 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5027 that $$r and $$s are set before invoking a recursive make.
5028 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5029 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5030
5031 2005-11-29 Ben Elliston <bje@au.ibm.com>
5032
f7c83eac
AS
5033 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5034 from the gcc build directory.
5035 * Makefile.in: Regenerate.
be01d343
PB
5036
5037 2005-11-29 Ben Elliston <bje@au.ibm.com>
5038
f7c83eac
AS
5039 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5040 depend on all-libdecnumber.
5041 * configure.in (host_libs): Include libdecnumber.
5042 * Makefile.in: Regenerate.
5043 * configure: Likewise.
be01d343
PB
5044
5045 2005-11-21 Kean Johnston <jkj@sco.com>
5046
f7c83eac 5047 * config.sub, config.guess: Sync from upstream sources.
be01d343 5048
907be67c
DJ
50492005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * Makefile.def: Remove gdb dependencies for gdbtk.
5052 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5053 (configure-gdb, install-gdb): New rules.
5054 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5055 * Makefile.in, configure: Regenerated.
5056
e360f423
PB
50572005-10-22 Paolo Bonzini <bonzini@gnu.org>
5058
5059 PR bootstrap/24297
5060 * Makefile.tpl (do-[+make-target+], do-check, install,
5061 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5062 are set before recursing.
5063 * Makefile.in: Regenerate.
5064
45d5eb0a
EB
50652005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5066
5067 PR bootstrap/18939
5068 * Makefile.def (gcc) <target>: Fix thinko.
5069 * Makefile.in: Regenerate.
5070
3cf3372e
BS
50712005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5072
5073 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5074 * configure: Regenerate.
5075
bd70a46f
KH
50762005-10-09 Kazu Hirata <kazu@codesourcery.com>
5077
5078 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5079 target-libffi, target-qthreads, target-libjava, and
5080 targetlibobjc.
5081 * configure: Regenerate.
5082
5ae72758
DJ
50832005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5086 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5087 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5088 (USUAL_OBJDUMP_FOR_TARGET): New.
5089 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5090 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5091 * configure, Makefile.in: Regenerated.
5ae72758 5092
cc96343e
PB
50932005-10-05 Paolo Bonzini <bonzini@gnu.org>
5094
5095 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5096 before other host packages.
5097
f70224b5
PB
50982005-10-05 Paolo Bonzini <bonzini@gnu.org>
5099
5100 PR bootstrap/22340
5101
5102 * configure.in (default_target): Remove.
5103 * Makefile.tpl (all): Do not use prerequisites as subroutines
5104 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5105 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5106 use prerequisites as subroutines.
5107 (check-host, check-target): New.
5108 (bootstrap configure & all targets): Do not use stage*-start
5109 if the directory layout is already ok.
5110 (non-bootstrap configure & all targets): Prepend a $(unstage).
5111 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5112 (NOTPARALLEL): Remove.
5113 (unstage, stage variables): New variables.
5114 (unstage, stage targets): Simply expand to those variables.
5115
5116 * configure: Regenerate.
5117 * Makefile.in: Regenerate.
5118
c13c918a
JW
51192005-10-04 James E Wilson <wilson@specifix.com>
5120
5121 * Makefile.def (lang_env_dependencies): Add libmudflap.
5122 * Makefile.in: Regenerate.
5123
376a0e54
CM
51242005-10-03 Catherine Moore <clm@cm00re.com>
5125
5126 * configure.in (bfin-*-*): Support bfin.
5127 * configure: Regenerated.
5128
d320aacb
L
51292005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5130
5131 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5132 * configure: Regenerated.
5133
7e0f7140
GK
51342005-09-28 Geoffrey Keating <geoffk@apple.com>
5135
5136 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5137 (LIPO_FOR_TARGET): New.
5138 (CONFIGURED_LIPO_FOR_TARGET): New.
5139 (USUAL_LIPO_FOR_TARGET): New.
5140 (STRIP_FOR_TARGET): New.
5141 (CONFIGURED_STRIP_FOR_TARGET): New.
5142 (USUAL_STRIP_FOR_TARGET): New.
5143 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5144 STRIP_FOR_TARGET.
5145 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5146 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5147 * Makefile.in: Regenerate.
5148 * configure: Regenerate.
0e7ef45c 5149
096f7d00
DE
51502005-09-19 David Edelsohn <edelsohn@gnu.org>
5151
5152 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5153 (rs6000-*-aix*): Same.
5154 * configure: Regenerate.
5155
51562005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5157
5158 * configure.in: Recognize f95 in the --enable-languages option,
5159 and substitute it for fortran, issuing a warning.
5160 * configure: Regenerate.
5161
2016dfcc
BE
51622005-09-07 Ben Elliston <bje@au.ibm.com>
5163
5164 Import from Autoconf sources:
5165
5166 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5167 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5168 Elliston. Handle weird characters correctly.
5169
6dd2fda9
DD
51702005-08-30 Phil Edwards <phil@codesourcery.com>
5171
5172 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5173 * configure: Regenerated.
5174
e6db70d4
RE
51752005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5176
f7c83eac
AS
5177 * Makefile.def (libssp): Add to lang_env_dependencies.
5178 * Makefile.in: Regenerate.
e6db70d4 5179
e1e3d0f5
CG
51802005-08-17 Christian Groessler <chris@groessler.org>
5181
5182 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5183 * Makefile.in: Regenerate.
5184
05cbd757
PB
51852005-08-12 Paolo Bonzini <bonzini@gnu.org>
5186
5187 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5188 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5189 Look for alternate names of the target cc and c++
5190 * configure: Regenerate.
5191
55db4b87
PB
51922005-08-08 Paolo Bonzini <bonzini@gnu.org>
5193
5194 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5195 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5196 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5197 tools; remove code to manually set them.
5198 (Target tools): Look in the environment for them.
5199 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5200 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5201 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5202 build directory.
5203 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5204 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5205 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5206 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5207 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5208 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5209 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5210 * configure: Regenerate.
5211 * Makefile.in: Regenerate.
5212
414e5532
MM
52132005-07-27 Mark Mitchell <mark@codesourcery.com>
5214
5215 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5216 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5217 * Makefile.in: Regenerated.
5218
a19b6204
MM
52192005-07-26 Mark Mitchell <mark@codesourcery.com>
5220
5221 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5222 (CFLAGS_FOR_TARGET): Use it.
5223 (CXXFLAGS_FOR_TARGET): Likewise.
5224 * Makefile.in: Regenerated.
5225 * configure.in (--with-build-sysroot): New option.
5226 * configure: Regenerated.
5227
b73aa406
PB
52282005-07-24 Paolo Bonzini <bonzini@gnu.org>
5229
5230 * Makefile.tpl: Wrap install between unstage and stage
5231 * Makefile.in: Regenerate.
5232
6e4d0bcb
KC
52332005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5234
5235 * all files: Update FSF address.
5236
49f58d10
JB
52372005-07-14 Jim Blandy <jimb@redhat.com>
5238
5239 * configure.in: Add cases for Renesas m32c.
5240 * configure: Regenerated.
0e7ef45c 5241
1d9c9cd7
KC
52422005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5243
5244 * COPYING, compile, config-ml.in, config.guess,
5245 config.sub, install-sh, missing, mkinstalldirs,
5246 symlink-tree, ylwrap: Sync from upstream sources.
5247
1587117a
EC
52482005-07-13 Eric Christopher <echristo@redhat.com>
5249
5250 * configure.in: Add toplevel noconfigdir support for tpf.
5251 * configure: Regenerate.
5252
bb780410
DD
52532005-07-11 Jakub Jelinek <jakub@redhat.com>
5254
5255 * Makefile.def (target_modules): Add libssp.
5256 * configure.in (target_libraries): Add target-libssp.
5257 * configure: Rebuilt.
5258 * Makefile.in: Rebuilt.
5259
064d0a7c
PB
52602005-07-11 Paolo Bonzini <bonzini@gnu.org>
5261
5262 PR ada/22340
5263
5264 * Makefile.def: Sync with gcc.
5265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5266 * Makefile.in: Regenerate.
5267
b2edd3b5
AS
52682005-07-07 Andreas Schwab <schwab@suse.de>
5269
5270 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5271 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5272 * Makefile.in: Regenerated.
5273
5f128533
KH
52742005-07-07 Kazu Hirata <kazu@codesourcery.com>
5275
5276 * configure.in: Add --enable-libssp and --disable-libssp.
5277 * configure: Regenerate with autoconf-2.13.
5278
4e3fc8e5
GK
52792005-07-06 Geoffrey Keating <geoffk@apple.com>
5280
5281 * configure.in: Don't build sim or rda when targetting darwin.
5282 * configure: Regenerate.
5283
c7357d6a
BE
52842005-07-04 Ben Elliston <bje@gnu.org>
5285
5286 * src-release (do-proto-toplev): Remove dejagnu bits.
5287 (DEJAGNU_SUPPORT_DIRS): Remove.
5288 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5289 (GDBD_SUPPORT_DIRS): Likewise.
5290 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5291 (INSIGHTD_SUPPORT_DIRS): Likewise.
5292 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5293
52942005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5295
5296 * setup.com (mpw): Remove unused directive.
5297
7d329e61
PB
52982005-06-22 Paolo Bonzini <bonzini@gnu.org>
5299
5300 * Makefile.def (stagefeedback): Come after profile.
5301 Define profiledbootstrap target.
5302 * Makefile.tpl (profiledbootstrap): Remove.
5303 (stageprofile-end): Zap stagefeedback.
5304 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5305 * Makefile.in: Regenerate.
5306
e5fbed21
DD
53072005-06-13 Zack Weinberg <zack@codesourcery.com>
5308
5309 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5310 In 'cpp' stanza, support '#line' as well as '# '.
5311
59f7ec45
HPN
53122005-06-07 Hans-Peter Nilsson <hp@axis.com>
5313
5314 * configure.in (unsupported_languages): New macro.
5315 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5316 non-ported target libraries in noconfigdirs.
5317 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5318 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5319 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5320 unsupported_languages.
5321 * configure: Regenerate.
5322
c10e9ba7
DD
53232005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5324
5325 * configure.in: Fix typo in handling of --with-mpfr-dir.
5326 * configure: Regenerate.
5327
20deb2b8
JB
53282005-06-02 Jim Blandy <jimb@redhat.com>
5329
5330 * config.sub: Add cases for the Renesas m32c. (This patch has been
5331 accepted into the master sources.)
5332
cdb9b172 53332005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5334 Michael Snyder <msnyder@redhat.com>
5335 Stan Cox <scox@redhat.com>
cdb9b172 5336
f7c83eac 5337 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5338
f7c83eac 5339 * configure: Regenerate.
cdb9b172 5340
1dc3053f
PB
53412005-05-25 Paolo Bonzini <bonzini@gnu.org>
5342
5343 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5344 (Dependencies): Consider target modules for bootstrap dependencies.
5345 Make target bootstrap modules depend on each stage's gcc.
5346 * Makefile.in: Regenerate.
5347
c60fe18b
PB
53482005-05-20 Paolo Bonzini <bonzini@gnu.org>
5349
5350 * Makefile.def (configure-gcc): Depend on binutils having been built.
5351 (all-gcc): No need to do it here.
5352 * Makefile.in: Regenerate.
5353
27258dd4
PB
53542005-05-19 Paul Brook <paul@codesourcery.com>
5355
0e7ef45c 5356 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5357 language cannot be built.
5358 * configure: Regenerate.
5359
42ecbf5e
DJ
53602005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * ylwrap: Import from Automake 1.9.5.
5363
ae380b45
MS
53642005-05-04 Mike Stump <mrs@apple.com>
5365
5366 * configure.in: Always pass --target to target configures as
5367 otherwise rebuilds that do --recheck will fail.
811d3af8 5368 * configure: Rebuilt.
ae380b45 5369
d545f33b
PB
53702005-05-04 Paolo Bonzini <bonzini@gnu.org>
5371
5372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5373 STAGE_HOST_EXPORTS.
5374 (configure, all): Add bootstrap support.
5375 (Host modules, target modules): Pass post-stage1 flags and exports.
5376 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5377 * Makefile.in: Regenerate.
5378
2faa2958
PB
53792005-04-29 Paolo Bonzini <bonzini@gnu.org>
5380
5381 Sync from gcc:
5382
5383 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5384
f7c83eac 5385 * config.sub: Update from master copy.
2faa2958
PB
5386
5387 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5388
f7c83eac
AS
5389 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5390 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5391 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5392 "*-*-elf" and "*-*-linux*".
5393 * configure: Regenerate.
2faa2958 5394
a7254363
PB
53952005-04-06 Paolo Bonzini <bonzini@gnu.org>
5396
f7c83eac 5397 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5398 (TARGET_CONFIGARGS): Include --with-target-subdir.
5399 (configure, all): New macros. Use them throughout.
5400
a8637a7d
PB
54012005-04-05 Paolo Bonzini <bonzini@gnu.org>
5402
5403 * Makefile.tpl: Sync with gcc.
5404 * Makefile.in: Regenerate.
5405
dd387d52
JR
54062005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5407
5408 * config/mh-mingw32: Delete.
5409 * configure.in: Don't use it.
5410 * configure: Regenerate.
5411
e90269c8
PB
54122005-03-31 Paolo Bonzini <bonzini@gnu.org>
5413
5414 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5415 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5416 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5417 (HOST_LIB_PATH): Generate from Makefile.def.
5418 (TARGET_LIB_PATH): Likewise.
5419 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5420 * Makefile.in: Regenerate.
5421 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5422 (RPATH_ENVVAR): Include Darwin case.
5423 * configure: Regenerate.
5424
9a237d9e
PB
54252005-03-25 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5428 * configure: Regenerate.
5429
479759c8
ZW
54302005-03-21 Zack Weinberg <zack@codesourcery.com>
5431
5432 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5433 gcc_version, and gcc_version_trigger from set of flags to pass.
5434 * Makefile.tpl: Remove definitions of above variables.
5435 (config.status): Remove dependency on $(gcc_version_trigger).
5436 * Makefile.in: Regenerate.
5437 * configure.in: Do not reference config/gcc-version.m4 nor
5438 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5439 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5440 * configure: Regenerate.
5441
4cfaf6d5
DD
54422005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5443 Andrew Pinski <pinskia@physics.uc.edu>
5444
5445 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5446 * Makefile.in: Regenerate.
5447
33a3fb7b
AO
54482005-03-01 Alexandre Oliva <aoliva@redhat.com>
5449
5450 PR libgcj/20160
5451 * ltmain.sh: Avoid creating archives with components that have
5452 duplicate basenames.
5453
2da12f12
PB
54542005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5455
479759c8
ZW
5456 PR bootstrap/20250
5457 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5458 instead of check.
5459 * Makefile.in: Regenerate.
2da12f12 5460
b00612cc
PB
54612005-02-28 Paolo Bonzini <bonzini@gnu.org>
5462
5463 Sync from gcc.
5464
5465 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5466
5467 PR bootstrap/17383
5468 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5469 * Makefile.tpl (HOST_SUBDIR): New substitution.
5470 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5471 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5472 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5473 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5474 (Host modules, Bootstrapped modules): Use it.
5475 (Build modules, Target modules): Do not create symlink trees,
5476 always configure out-of-srcdir.
5477 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5478 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5479 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5480 $(HOST_SUBDIR). Create a symlink for host_subdir.
5481
5482 * Makefile.in: Regenerate.
5483 * configure: Regenerate.
5484
5485 Merged from libada-gnattools-branch:
5486 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5487
5488 * Makefile.def: Add gnattools as a module, depending on target-libada.
5489 * Makefile.in: Regenerate.
5490 * configure.in: Include gnattools in host_tools; disable it if ada
5491 is disabled.
5492 * configure: Regenerate.
5493
c3e65f62
NC
54942005-02-23 Nick Clifton <nickc@redhat.com>
5495
5496 * configure: Regenerate.
5497
e4d180c2
NC
54982005-02-22 Paul Schlie <schlie@comcast.net>
5499
5500 * configure.in: Allow darwin targeted ports to build tk, itcl and
5501 libgui.
5502
e3c770b1
EB
55032005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5504
5505 PR libgcj/10353
5506 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5507 * configure: Regenerate.
5508
9c73618c
AC
55092005-02-08 Andrew Cagney <cagney@gnu.org>
5510
5511 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5512 gdb/ section. Update GDB's URL.
5513
c46f8c51
AC
55142005-01-31 Andrew Cagney <cagney@gnu.org>
5515
5516 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5517
c7e66c6d
HPN
55182005-01-29 Hans-Peter Nilsson <hp@axis.com>
5519
5520 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5521 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5522 target-libgloss when not *-*-elf and *-*-aout.
5523 * configure: Regenerate.
5524
a53bf506
AC
55252005-01-27 Andrew Cagney <cagney@gnu.org>
5526
5527 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5528
45181ed1
AC
55292005-01-24 Andrew Cagney <cagney@gnu.org>
5530
5531 * gettext.m4: Only fall back to ../intl/ when it's present.
5532
a1e0f4e4
KC
55332005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5534
5535 * install-sh, config.sub: Import from upstream.
5536
55372005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5538
5539 PR bootstrap/18222
5540 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5541 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5542 * Makefile.in: Regenerate.
5543
c50382e2
PB
55442005-01-03 Paolo Bonzini <bonzini@gnu.org>
5545
5546 Revert 2004-12-28 Makefile changes, a better fix will be
5547 applied to mainline and src after GCC 4.0 branches.
5548
11d07737
PB
55492004-12-28 Paolo Bonzini <bonzini@gnu.org>
5550
5551 PR bootstrap/17383
5552
5553 * Makefile.def (target_modules): Remove stage parameter,
5554 it is always true now.
5555 * Makefile.tpl (configure-build-[+module+],
5556 configure-target-[+module+]): Always build symlink tree
5557 for the directory and for include. BUILD_SUBDIR and
5558 TARGET_SUBDIR cannot be . anymore.
5559 * Makefile.in: Regenerate.
5560
dadfdbe2
DD
55612004-12-25 David Edelsohn <edelsohn@gnu.org>
5562
5563 Revert 2004-12-08 Makefile changes.
5564
dbf85af7
JR
55652004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5566
5567 * configure.in (sh64-*-*): Reenable gprof.
5568 * configure: Regenerate.
5569
6b8fea99
JB
55702004-12-09 Jim Blandy <jimb@redhat.com>
5571
5572 * MAINTAINERS: List 'depcomp' as part of automake.
5573
7341462c
DE
55742004-12-08 David Edelsohn <edelsohn@gnu.org>
5575
5576 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5577 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5578 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5579 * Makefile.in: Regenerate.
5580
21fde4dc
DD
55812004-12-07 Matt Kraai <kraai@ftbfs.org>
5582
5583 * Makefile.tpl: Generate normal dependencies if the LHS module is
5584 not bootstrapped.
5585 * Makefile.in: Regenerate.
5586
3da796a2
RS
55872004-12-03 Richard Sandiford <rsandifo@redhat.com>
5588
5589 * configure.in: Include config/gxx-include-dir.m4. Use
5590 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5591 * configure: Regenerate.
5592
73fb7068
RS
55932004-12-03 Richard Sandiford <rsandifo@redhat.com>
5594
5595 * config.if: Delete.
5596 * configure.in: Set libstdcxx_incdir directly.
5597 * configure: Regenerate.
5598 * MAINTAINERS: Remove mention of config.if.
5599 * src-release (DEVO_SUPPORT): Remove config.if.
5600
6c8e6ce9
EC
56012004-12-02 Eric Christopher <echristo@redhat.com>
5602
3b6098f8
EC
5603 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5604 of things to remove.
6c8e6ce9 5605 * Makefile.in: Regenerate.
479759c8 5606
b8658a2f
RS
56072004-12-02 Richard Sandiford <rsandifo@redhat.com>
5608
5609 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5610 * configure: Regenerate.
5611
afefada0
RS
56122004-12-02 Richard Sandiford <rsandifo@redhat.com>
5613
5614 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5615 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5616 * configure: Regenerate.
5617
5dcac624
DA
56182004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5619
5620 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5621 (hppa*64*-*-*): Delete incorrect comment.
5622 * configure: Rebuilt.
5623
57d1eb1a
DD
56242004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5625
5626 * install-sh, compile: Import from automake.
5627
56282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5629
5630 * config.guess, config.sub: Import from savannnah.
5631
6d389afc
MS
56322004-11-12 Mike Stump <mrs@apple.com>
5633
5634 * Makefile.def: Add html support.
5635 * Makefile.tpl: Likewise.
5636 * Makefile.in: Regenerate.
5637
69e57115
GK
56382004-11-11 Geoffrey Keating <geoffk@apple.com>
5639
5640 PR 18423
5641 * configure.in: Remove all instances of build-fixincludes from
5642 noconfigdirs.
5643 (build_configargs): Supply --target to subdirectories.
5644 * configure: Regenerate.
5645
5646 * Makefile.def: Make gcc install depend on fixincludes install.
5647 * Makefile.in: Regenerate.
5648
ba719b26
HPN
56492004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5650
5651 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5652 target-libgfortran.
5653 * configure: Regenerate.
5654
c37653e7
DE
56552004-11-07 David Edelsohn <edelsohn@gnu.org>
5656
5657 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5658 like CC.
5659
1eefd493
PB
56602004-11-05 Paolo Bonzini <bonzini@gnu.org>
5661
5662 * Makefile.def (host fixincludes): Specify missing targets.
5663 * Makefile.in: Regenerate.
5664
02b1af09
L
56652004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5666
5667 PR other/17783
5668 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5669 * configure: Regenerated.
5670
7f266840
DJ
56712004-11-04 Daniel Jacobowitz <dan@debian.org>
5672
5673 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5674 * configure: Regenerated.
5675
47444073
AL
56762004-10-28 Eric B. Weddington <ericw@evcohs.com>
5677
5678 PR target/18151
5679 * configure.in (case ${target}): Do not build fixincludes for avr.
5680 * configure: Regenerated.
5681
caeba88f
AL
56822004-10-26 Paolo Bonzini <bonzini@gnu.org>
5683
5684 * configure.in (case ${target}): Do not build fixincludes
5685 on platforms where it is not used.
5686 * configure: Regenerated.
5687
0fdbe983
DJ
56882004-10-23 Daniel Jacobowitz <dan@debian.org>
5689
5690 * configure.in: Use an absolute path to install-sh.
5691 * configure: Regenerated.
5692
1c0f67c1
AC
56932004-10-19 Andrew Cagney <cagney@gnu.org>
5694
5695 * src-release (do-djunpack, do-md5sum): Install the generated file
5696 directly into the proto-toplev/ directory.
479759c8 5697
a9cfce9c
AC
56982004-10-19 Andrew Cagney <cagney@gnu.org>
5699
5700 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5701
ac0fa625
DD
57022004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5703
5704 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5705 * configure: Regenerate.
5706
d27cc32e
PB
57072004-10-06 Paolo Bonzini <bonzini@gnu.org>
5708
5709 Fix wrong conflict resolution in:
5710
5711 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5712
5713 * Makefile.in: Regenerate.
5714 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5715 in the recursive `make', instead of hardwiring `all'.
5716 (Autogenerated TARGET-* variables): New.
5717
1763908f
UW
57182004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 Merged from GCC / libtool upstream:
5721 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5722 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5723 * ltcf-cxx.sh (tpf*): Likewise.
5724 * ltconfig (tpf*): Add TPF OS configuration support.
5725
0490e016
NC
57262004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5727
5728 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5729 * configure: Regenerate.
0490e016 5730
32be62b5
RS
57312004-09-24 Michael Roth <mroth@nessie.de>
5732
5733 * configure.in (--without-headers): Add missing double quotes.
5734 * configure: Regenerate.
5735
6048df60
DD
57362004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5737
5738 * ylwrap: Revert to previous version.
5739
315b3b02
L
57402004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5741
6048df60 5742 PR bootstrap/17369
315b3b02
L
5743 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5744 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5745 SET_GCC_LIB_PATH_CMD.
5746 (BASE_TARGET_EXPORTS): Likewise.
5747 * Makefile.in: Regenerated.
5748
5749 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5750 * configure: Regenerated.
5751
fe69863c
DD
57522004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5753
5754 * config.guess: New upstream version
5755 * compile, depcomp, install-sh, ylwrap: Likewise.
5756
57572004-09-19 Roger Sayle <roger@eyesopen.com>
5758
5759 * config/mh-x86omitfp: New host makefile fragment. Add
5760 -fomit-frame-pointer to the default BOOT_CFLAGS.
5761 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5762 * configure: Regenerate.
5763
57642004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5765
5766 PR target/11572
5767 * configure.in (*-*-darwin*): Renable libobjc.
5768 * configure: Regenerate.
5769
be75bbe1 57702004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5771
be75bbe1
DB
5772 * Makefile.def: Remove libbanshee.
5773 * Makefile.tpl: Ditto.
5774 * configure.in: Ditto.
5775 * Makefile.in: Regen.
5776 * configure: Ditto.
5777
1b882a91
PB
57782004-09-07 Paolo Bonzini <bonzini@gnu.org>
5779
5780 * missing: Import latest version from master repository.
5781
eb1352ed
NC
57822004-09-04 Nick Clifton <nickc@redhat.com>
5783
5784 * config.sub: Import latest version from master repository.
5785 * config.guess: Likewise.
5786 This includes these changes:
479759c8 5787
eb1352ed
NC
5788 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5789
5790 * config.sub: Handle crisv32, alias etraxfs.
5791 * config.guess (crisv32:Linux:*:*): Handle.
5792
5793 2004-08-13 Brad Smith <brad@comstyle.com>
5794
5795 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5796 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5797
5798 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5799
5800 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5801 assume the processor is a powerpc. This is because coreutils
5802 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5803 in this case, due to a MacOS X bug that causes
5804 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5805 to return a negative number.
5806 Problem reported by Petter Reinholdtsen in:
5807 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5808
5809 2004-07-19 Ben Elliston <bje@gnu.org>
5810
5811 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5812
5813 2004-06-24 Ben Elliston <bje@gnu.org>
5814
5815 * config.guess: Update copyright years.
5816 * config.sub: Likewise.
5817
5818 2004-06-22 Robert Millan <robertmh@gnu.org>
5819
5820 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5821 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5822
5823 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5824
5825 * config.guess (*:*VMS:*:*): New entry. Replaces
5826 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5827 manufacturer.
5828
5829 2004-06-22 Ben Elliston <bje@gnu.org>
5830
5831 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5832 * config.sub: Likewise.
5833
5834 2004-06-22 Ben Elliston <bje@gnu.org>
5835
5836 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5837 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5838
5839 2004-06-11 Ben Elliston <bje@gnu.org>
5840
5841 * config.guess (pegasos:OpenBSD:*:*): Remove.
5842
5843 2004-06-11 Ben Elliston <bje@gnu.org>
5844
5845 From Wouter Verhelst <wouter@grep.be>:
5846 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5847
5848 2004-06-11 Ben Elliston <bje@gnu.org>
5849
5850 * config.guess (luna88k:OpenBSD:*:*): New.
5851
5852 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5853
5854 * config.guess (m32r*:Linux:*:*): New case.
5855 * config.sub: Handle m32rle.
5856
5857 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5858
5859 From Jens Petersen <petersen@redhat.com>:
5860 * config.sub: Handle sparcv8.
5861
5862 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5863
5864 From Tom Smith <smith@cag.lkg.hp.com>:
5865 * config.guess: Version suffixes are equally significant on Tru64
5866 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5867 prefix of "P" (patched kernel).
5868
5869 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5870
5871 * config.sub: Add support for National Semiconductor CRX target.
5872
2a3124ca 58732004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5874
2a3124ca
RH
5875 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5876 *-*-netware, but add target-libmudflap.
5877 Consolidate *-*-netware targets (of which really only i?86 exists)
5878 into a single entry.
5879 * configure: Likewise.
5880
0df3d27f
PB
58812004-09-01 Paolo Bonzini <bonzini@gnu.org>
5882
5883 * Makefile.tpl (sorry): Remove.
5884 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5885 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5886 (do-clean): Clean per-stage directories too.
5887 (do-distclean): Run distclean-stage1 too.
5888 (.NOTPARALLEL): Enable during toplevel bootstrap.
5889 (stage[+id+]-bubble): Enable parallel execution during
5890 the recursive invocation.
5891 * Makefile.in: Regenerate.
5892
5893 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5894
5895 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5896
5897 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5898 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5899 * configure: regenerate
479759c8
ZW
5900 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5901 -mdynamic-no-pic
0df3d27f
PB
5902
59032004-08-31 Paolo Bonzini <bonzini@gnu.org>
5904
5905 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5906 include.
5907 * configure.in: Fix indentation.
5908 * configure: Regenerate.
5909
ee025550
PB
59102004-08-31 Paolo Bonzini <bonzini@gnu.org>
5911
5912 * Makefile.def (build_modules): Add fixincludes.
5913 (dependencies): Make gcc depend on fixincludes.
5914 * configure.in (build_tools): Add fixincludes.
5915 (build_configdirs): Always include build_libs.
5916 * Makefile.in: Regenerate.
5917 * configure: Regenerate.
5918
59192004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5920
5921 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5922 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5923 phony targets; do not generate timestamp files.
5924 (distclean-stageN): Remove references to their timestamp files.
5925 (restageN, touch-stageN): Remove.
5926 (stageN-bubble): Rewritten.
5927 (compare): Support lean bootstraps.
5928 * Makefile.in: Regenerate.
5929
5930 * configure.in: Only warn when bootstrapping but
5931 build != host or build != target. Support lean bootstraps.
5932 * configure: Regenerate.
5933
5934 Sync from gcc:
5935 2004-08-26 Phil Edwards <phil@codesourcery.com>
5936
5937 * configure.in: Give a better error message if GMP/MPFR are missing
5938 and a language needing them has been requested.
5939 * configure: Regenerated.
5940
5941 2004-08-25 Phil Edwards <phil@codesourcery.com>
5942
5943 * configure.in: Print a list of available language front-ends if
5944 a requested one is missing. Tidy stray tab characters.
5945 * configure: Regenerated.
5946
72b2455a
PB
59472004-08-17 Paolo Bonzini <bonzini@gnu.org>
5948
5949 * Makefile.in: Regenerate.
5950 * configure: Regenerate.
5951
5952 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5953 stage_*_flags.
5954 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5955 for bootstrapped modules if toplevel bootstrap is going.
5956 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5957 modules. Adjust for changes in Makefile.def. Enable several
5958 rules even in non-bootstrap mode, just to avoid peppering the
5959 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5960 (stage-[+prev+]-bubble): Remove.
5961
5962 * Makefile.def (Dependencies): Depend on all-build-bison,
5963 all-build-flex, all-build-byacc, all-build-texinfo, rather
5964 than the host variations.
5965 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5966 with BUILD_SUBDIR.
5967 (BISON): Update for recent Bisons.
5968 (YACC): Fix typo.
5969 (cross): Depend on all-build.
5970 (all): Do not depend on all-build.
5971 (prebootstrap): Remove.
5972 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5973 (Prebootstrap dependencies): Add them to the per-stage targets
5974 and to all-prebootstrap.
5975 * configure.in (build_configdirs): Always enable build_tools.
5976 (BUILD_DIR_PREFIX): Remove.
5977
5978 * Makefile.def (gcc): Add target variable.
5979 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5980 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5981 in the recursive `make', instead of hardwiring `all'.
5982 (Autogenerated TARGET-* variables): New.
5983
de0b4a87
JW
59842004-08-17 Robert Millan <robertmh@gnu.org>
5985
5986 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5987 (instead of FreeBSD).
5988 * configure: Regenerate.
5989
ad681c85
NN
59902004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5991
675c6968
NN
5992 * Makefile.def, configure.in, src-release: Remove useless, bogus
5993 references to tix.
5994 * Makefile.in, configure: Regenerate.
5995
ad681c85
NN
5996 * src-release: Stop distributing mmalloc with gdb (which doesn't
5997 use it).
5998 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5999 * Makefile.in: Regenerate.
6000
11b04d1f
DD
60012004-08-09 Mark Mitchell <mark@codesourcery.com>
6002
6003 * configure.in (arm*-*-eabi*): New target.
6004 * configure: Regenerate.
6005
f2420bea
NN
60062004-08-01 Robert Millan <robertmh@gnu.org>
6007
6008 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6009 libmudflap for all GNU-based systems (with Glibc).
6010 * configure: Regenerate.
6011
9e6ce191
PB
60122004-08-06 Paolo Bonzini <bonzini@gnu.org>
6013
6014 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6015 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6016 (Dependencies): New section.
6017 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6018 (configure-target-[+module+]): Depend on maybe-all-gcc
6019 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6020 (toplevel profiledbootstrap): Fix dependencies.
6021 * Makefile.in: Regenerate.
6022
df4a6958
MM
60232004-08-03 Mark Mitchell <mark@codesourcery.com>
6024
6025 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6026 target-libiberty to noconfigdirs.
6027
11b04d1f
DD
60282004-08-03 Paul Brook <paul@codesourcery.com>
6029
6030 * configure.in: Check for MPFR as well as GMP.
6031 * configure: Regenerate.
6032
b813574b
PB
60332004-08-03 Paolo Bonzini <bonzini@gnu.org>
6034
6035 * Makefile.def (host-modules): Add gcc.
6036 * Makefile.in: Regenerate.
6037 * Makefile.tpl (sorry): New rule.
6038 (configure-host, all-host, [+make_target+]-host, do-check,
6039 install-host): Do not add gcc as a special case.
6040 (host modules): Add a small special-casing for gcc. Export
6041 extra_make_flags through the environment.
6042 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6043 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6044 other recursive targets for gcc): Remove.
6045
6046 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6047 (stage, unstage): New rules.
6048 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6049 distclean-stage[+id+]): Use stage_current.
6050 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6051 the stage*-start rules.
6052
61edac0c
JW
60532004-07-19 Robert Millan <robertmh@gnu.org>
6054
6055 Synced from gcc:
6056
6057 2004-04-26 Robert Millan <robertmh@gnu.org>
6058
6059 Add patches from libtool CVS.
6060 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6061 * ltconfig: Likewise.
6062 * ltcf-c.sh: Likewise.
6063 * ltcf-cxx.sh: Likewise.
6064 * ltcf-gcj.sh: Likewise.
6065
3e707e94
PB
60662004-07-12 Paolo Bonzini <bonzini@gnu.org>
6067
6068 * configure.in: Add noconfigdirs for crx-*-*.
6069 * configure: Regenerate.
6070
60712004-07-12 Paolo Bonzini <bonzini@gnu.org>
6072
6073 Synced from gcc:
6074
6075 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6076
6077 * configure.in: Build libmudflap by default on FreeBSD.
6078 * configure: Regenerated.
6079
6080 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6081
6082 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6083 systems.
6084 * configure: Regenerated.
6085
6086 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6087
6088 PR target/16344
6089 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6090 feedback based compiler.
6091 * Makefile.in: Rebuilt.
6092
6093 2004-07-05 Phil Edwards <phil@codesourcery.com>
6094
6095 * configure.in: Do not prepend $srcdir to /dev/null in
6096 makefile fragments.
6097 * configure: Regenerate.
6098
a7ee7660
AO
60992004-07-08 Alexandre Oliva <aoliva@redhat.com>
6100
6101 * Makefile.def (host_modules): Set bootstrap=true for flex.
6102 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6103 * Makefile.in: Rebuilt.
6104
6a9cf61e
PB
61052004-07-01 Paolo Bonzini <bonzini@gnu.org>
6106
6107 * Makefile.def (build_modules): Add bison, byacc, flex,
6108 m4, texinfo.
6109 (flags_to_pass): Add FLEX.
6110 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6111 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6112 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6113 DEFAULT_MAKEINFO): Remove.
6114 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6115 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6116 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6117 objdir or else use configured tool.
6118 (all-build): New.
6119 (all): Depend on it.
6120 (Build module dependencies): Add.
6121 * Makefile.in: Regenerate.
6122 * configure.in: Better support for multiple build modules,
6123 matching what is done for host/target modules. Do not look
6124 for "plausible" locations of build tools if Canadian cross.
6125 Use autoconf's AC_PROG_CC to find a C compiler. Define
6126 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6127 * configure: Regenerate.
6128
95b6a1f2
PB
61292004-06-22 Paolo Bonzini <bonzini@gnu.org>
6130
6131 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6132 * Makefile.in: Regenerate.
6133
7ffa0b57
PB
61342004-06-22 Paolo Bonzini <bonzini@gnu.org>
6135
6136 * Makefile.tpl (configure-build-[+module+],
6137 configure-[+module+], configure-target-[+module+]): Pass
6138 [+extra_configure_args+].
6139 (all-build-[+module+], all-[+module+], check-[+module+],
6140 install-[+module+], [+make_target+]-[+module+],
6141 all-target-[+module+], check-target-[+module+],
6142 install-target-[+module+], [+make_target+]-target-[+module+]):
6143 Pass [+extra_make_args+].
6144 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6145 (GCC_HOST_EXPORTS): Remove.
6146 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6147 cross, check-gcc, check-gcc-c++, install-gcc,
6148 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6149 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6150 * Makefile.in: Regenerate.
6151
929ba6e7
CF
61522004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6153
6154 * configure.in: Check for srcdir/winsup rather than build directory
6155 winsup.
6156 * configure: Regenerate.
6157
b76d7de0
CV
61582004-06-17 Corinna Vinschen <vinschen@redhat.com>
6159
6160 * configure.in: Don't build Cygwin native newlib if winsup
6161 directory is missing. Emit warning instead.
6162 * configure: Regenerate.
6163
656fdd47
PB
61642004-06-09 Paolo Bonzini <bonzini@gnu.org>
6165
6166 * Makefile.tpl (touch-stage[+id+]): New.
6167 (restage[+prev+]): Depend on touch-stage[+id+].
6168
6169 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6170 Use it throughout.
6171
6172 * Makefile.def: Add profile and feedback bootstrap stages.
6173 Remove next field from bootstrap stages.
6174 * Makefile.tpl (LN, LN_S): Substitute.
6175 (stageN-start, stageN-end): Use double-colon rules, to
6176 provide a hook for additional setup commands.
6177 (distclean-stageN-gcc, restageN): Create dependencies from
6178 [+prev+], not from [+next+].
6179 (stageN-bubble): Add commands for successive stages from
6180 [+prev+], using double-colon rules.
6181 (all-stageN-gcc): Fix typo.
6182 (stagefeedback-start, profiledbootstrap): New.
6183 * Makefile.in: Regenerate.
6184 * configure.in: Call ACX_PROG_LN.
6185 * configure: Regenerate.
6186
498d4a71
CF
61872004-06-03 Paolo Bonzini <bonzini@gnu.org>
6188
6189 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6190 without gcc.
6191 * configure: Regenerate.
6192
377d8c42
PB
61932004-06-01 Paolo Bonzini <bonzini@gnu.org>
6194
6195 * Makefile.tpl: Fix typo.
6196 * Makefile.in: Regenerate.
6197
f5f8a794
PB
61982004-06-01 Paolo Bonzini <bonzini@gnu.org>
6199
6200 * configure.in: Remove new- prefix from toplevel
6201 bootstrap targets.
6202 * configure: Regenerate.
6203
f7a4c34f
PB
62042004-06-01 Paolo Bonzini <bonzini@gnu.org>
6205
6206 Merge this patch from the gcc tree:
6207
6208 2004-05-30 Andreas Jaeger <aj@suse.de>
6209 Jim Wilson <wilson@specifixinc.com>
6210
6211 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6212 like CC.
6213
319cab08
PB
62142004-06-01 Paolo Bonzini <bonzini@gnu.org>
6215
6216 * Makefile.tpl (all.normal): Rename to all.
6217 (all): Replace with a rule to pick the default
6218 target from configure.
6219 (all-gcc, configure-gcc): Use conditionals to
6220 do nothing when toplevel bootstrap is going on.
6221 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6222 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6223 * configure.in: Support --enable-bootstrap.
6224
6225 * Makefile.def: Remove new- prefix from toplevel
6226 bootstrap targets.
6227 * Makefile.tpl: Likewise.
6228
6229 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6230 target.
6231
6232 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6233 $(RECURSE_FLAGS) to recursive invocation of make.
6234
6235 * Makefile.in: Regenerate.
6236 * configure: Regenerate.
6237
88f64edc
DJ
62382004-05-27 Daniel Jacobowitz <dan@debian.org>
6239
6240 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6241 * configure: Regenerate.
6242
378fce5b
DD
62432004-05-25 Daniel Jacobowitz <drow@false.org>
6244
6245 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6246 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6247 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6248 targets.
6249 * Makefile.in: Regenerate.
6250
dfdffa2c
PB
62512005-05-24 Paolo Bonzini <bonzini@gnu.org>
6252
6253 * configure.in: Test the ability to symlink directories.
6254 * configure: Regenerate.
6255
6256 * Makefile.def (bootstrap-stage): New definitions.
6257 * Makefile.tpl (configure-stage1-gcc,
6258 configure-stage2-gcc, configure-stage3-gcc,
6259 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6260 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6261 new-restage3, compare): Autogenerate, see Makefile.in
6262 entry for behavioral changes.
6263 (distclean-stage1, new-stage1-start, new-stage1-end,
6264 new-stage1-bubble, distclean-stage2, new-stage2-start,
6265 new-stage2-end, new-stage2-bubble, distclean-stage3,
6266 new-stage3-start, new-stage3-end): New autogenerated targets.
6267 (objext, prebootstrap, BOOT_CFLAGS,
6268 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6269 targets.
6270
6271 * Makefile.in: Regenerate.
6272 (distclean-stage1, new-stage1-start, new-stage1-end,
6273 new-stage1-bubble, distclean-stage2, new-stage2-start,
6274 new-stage2-end, new-stage2-bubble, distclean-stage3,
6275 new-stage3-start, new-stage3-end): New targets.
6276 (all-stage1-gcc): Move prebootstrap dependency from here...
6277 (configure-stage1-gcc): ...to here.
6278 (new-bootstrap): Use bubble targets.
6279 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6280 Use per-stage distclean targets.
6281 (configure-stage1-gcc, configure-stage2-gcc,
6282 configure-stage3-gcc, all-stage1-gcc,
6283 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6284 Use new-stageN-start to prepare the tree.
6285
04cf1b77
PB
62862004-05-23 Paolo Bonzini <bonzini@gnu.org>
6287
6288 * Makefile.def (host_modules): add libcpp.
6289 * Makefile.tpl: Add dependencies on and for libcpp.
6290 * Makefile.in: Regenerate.
6291 * configure.in: Add libcpp host module.
6292 * configure: Regenerate.
6293
80b200a1
ZW
62942004-05-17 Zack Weinberg <zack@codesourcery.com>
6295
6296 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6297 of libf2c.
6298 * configure, Makefile.in: Regenerate.
6299
4b1cb4fe
DD
63002004-05-13 Diego Novillo <dnovillo@redhat.com>
6301
6302 Merge from tree-ssa-20020619-branch.
6303
6304 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6305 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6306 (HOST_GMPLIBS): Define.
6307 (HOST_GMPINC): Define.
6308 (TARGET_LIB_PATH): Add libmudflap.
6309 (GFORTRAN_FOR_TARGET): Define.
6310 (configure-build*): Export GFORTRAN.
6311 (configure-gcc): Export GMPLIBS and GMPINC.
6312 (all-gcc): Add maybe-all-libbanshee.
6313 (configure-target-libgfortran): Define.
6314 * Makefile.in: Regenerate.
6315 * configure.in (host_libs): Add libbanshee.
6316 (target_libraries): Add target-libmudflap and target-libgfortran.
6317 Add --with-libbanshee.
6318 Handle --disable-libmudflap.
6319 (*-*-freebsd*): Use with_gmp.
6320 Add $(libgcj) to noconfigdirs.
6321 * configure: Regenerate.
6322 * depcomp: New file.
6323 * MAINTAINERS: Add tree-ssa maintainers.
6324
63252004-04-28 Paolo Bonzini <bonzini@gnu.org>
6326
6327 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6328 * configure: Regenerate.
6329
b8908782
DD
63302004-04-27 Paolo Bonzini <bonzini@gnu.org>
6331
6332 Revert:
6333 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6334
6335 * Makefile.def (flags_to_pass): Remove *dir variables that
6336 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6337 as well as prefix and exec_prefix.
6338 * Makefile.in: Regenerate.
6339
63402004-04-26 Paolo Bonzini <bonzini@gnu.org>
6341
6342 * Makefile.def (host_modules): Mark with the bootstrap
6343 flag packages on which gcc depends.
6344 * Makefile.tpl (all-bootstrap): Use it.
6345 * Makefile.in: Regenerate.
6346
63472004-04-26 Paolo Bonzini <bonzini@gnu.org>
6348
6349 * Makefile.def (flags_to_pass): Remove *dir variables that
6350 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6351 as well as prefix and exec_prefix.
6352 * Makefile.in: Regenerate.
6353
63542004-04-26 Paolo Bonzini <bonzini@gnu.org>
6355
80b200a1
ZW
6356 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6357 * configure: Regenerate.
6358 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6359 * gcc/Makefile.tpl (compare): Use the result of the test.
6360 * gcc/Makefile.in: Regenerate.
b8908782
DD
6361
63622004-04-23 Paolo Bonzini <bonzini@gnu.org>
6363
6364 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6365 Always relocate gcc and prev-gcc to the original names, even
6366 if the build fails.
6367 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6368 New targets.
6369
0f260896
RO
63702004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6371
6372 * configure.in (mips*-*-irix5*): Enable ld.
6373 * configure: Regenerate.
6374
51860f05
JW
63752004-04-15 James E Wilson <wilson@specifixinc.com>
6376
6377 * Makefile.tpl (configure-[+module+], configure-gcc,
6378 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6379 Set and export LDFLAGS.
6380 * Makefile.in: Regenerate.
6381
54752a6b
NN
63822004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6383
6384 PR bootstrap/14871
6385 * Makefile.tpl: If we don't have built-in-tree target tools,
6386 use the ones found by configure rather than hacking around with
6387 program_transform_name.
6388 * configure.in: Give Makefile.tpl the information necessary
6389 to do that.
6390 * Makefile.in: Regenerate.
6391 * configure: Regenerate.
6392
63932004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6394
6395 PR bootstrap/14760
6396 * configure.in: When computing baseargs, strip *all* copies of
6397 offending options. Also, don't match/substitute the trailing space,
6398 so that this actually works when two similar options are separated by
6399 only one space.
6400 * configure: Regenerate.
6401
64022004-04-06 David Edelsohn <edelsohn@gnu.org>
6403
80b200a1
ZW
6404 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6405 (rs6000-*-aix*): Same.
6406 * configure: Regenerate.
54752a6b 6407
5e2b61fb
SS
64082004-03-25 Stan Shebs <shebs@apple.com>
6409
6410 Remove MPW support, no longer used.
6411 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6412 mpw-install: Remove files.
6413 * src-release (DEVO_SUPPORT): Remove names of removed files.
6414 * MAINTAINERS: Likewise.
6415
1a6f2dc7
NN
64162004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6417
a0049f1b
NN
6418 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6419 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6420 * Makefile.in: Regenerate.
6421
1a6f2dc7
NN
6422 * configure.in (top level bootstrap support): Rework --enable-werror
6423 to set @stage2_werror_flag@.
6424 * configure: Regenerate.
6425 * Makefile.tpl (top level bootstrap support): Pass
6426 @stage2_werror_flag@ down to configure in stages 2 and 3.
6427 * Makefile.in: Regenerate.
6428
920e3419
NN
64292004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6430
6431 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6432 for stages 2 and 3 as well as in make. As a consequence, remove
6433 OUTPUT_OPTION (now detected by configure) from the flags passed down
6434 to make.
6435 * Makefile.in: Regenerate.
6436
6437 * Makefile.tpl (new-bootstrap): Fix typo.
6438 * Makefile.in: Regenerate.
6439
4fa63067
NN
64402004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6441
6442 * Makefile.tpl: Rearrange by moving recursive_targets rules
6443 into their proper sections.
6444 * Makefile.tpl (top level bootstrap support): Move disabling
6445 of coverage flags from 'make' to 'configure'; improve comments.
6446 * Makefile.in: Regenerate.
6447
6448 * Makefile.tpl (experimental top level bootstrap) Move stage1
6449 language setting from all- target to configure- target; disable
6450 intermodule optimization in stage 1; prevent gratuitous rebuilds
6451 of stage 1.
6452 * Makefile.in: Regenerate.
6453 * configure.in: Comma-separate stage 1 language list for top
6454 level bootstrap.
6455 * configure: Regenerate.
6456
6457 * Makefile.tpl: Clean up experimental top level bootstrap support:
6458 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6459 prev-gcc in configure- targets as well as all- targets.
6460 * Makefile.in: Regenerate.
6461
fb8a10fd
NN
64622004-03-17 Paolo Bonzini <bonzini@gnu.org>
6463
6464 * configure.in: Remove symbolic link section.
6465 * configure: Regenerate.
6466 * Makefile.tpl (links): Remove.
6467 * Makefile.in: Regenerate.
6468
947f426e 64692004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6470 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6471
6472 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6473 Set with AC_CHECK_PROGS.
947f426e
NN
6474 * configure.in: Fix comment typo from last patch.
6475 * configure: Regenerate.
6476
1d39f329
NN
64772004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6478
6479 * Makefile.tpl: Introduce experimental top level bootstrap support.
6480 * Makefile.in: Regenerate.
6481 * configure.in: Introduce support for top level bootstrap.
6482 * configure: Regenerate.
6483
4b0ac75d 64842004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6485 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6486
6487 PR bootstrap/14522
6488 * configure.in: Cope with shells that do not support unquoted ^
6489 * configure: Regenerate.
6490
2e70b094 64912004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6492 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6493
6494 PR bootstrap/14522
6495 * configure.in: Cope with shell that do not support nesting
6496 quotes inside quoted backquote substitutions.
6497 * configure: Regenerate.
6498
64992004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6500
6501 PR bootstrap/14522
6502 * configure.in: Fix escaping of $.
6503 * configure: Regenerate.
6504
9e07f89d
NN
65052004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6506
6507 * configure: Regenerate.
6508
65092004-03-08 Paolo Bonzini <bonzini@gnu.org>
6510
6511 PR ada/14131
6512 Move language detection to the top level.
6513 * configure.in: Find default values for the tools as
6514 soon as possible. Disable ada if GNAT is not found.
6515 Emit error message about missing languages. Expand
6516 --enable-languages=all for the gcc subdirectory.
6517
1712ab83
RS
65182004-03-01 Richard Sandiford <rsandifo@redhat.com>
6519
6520 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6521 and disable libgcj.
6522 * configure: Regenerated.
6523
3dee29da
NN
65242004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6525
6526 PR bootstrap/7087
6527 * Makefile.tpl: Guard XFOO sed statements better.
6528 * Makefile.tpl: Add dependency for configure-target-libada.
6529 * Makefile.in: Regenerate (incidentally fixes broken
6530 commit when libada-branch was merged).
6531
0558264b
AC
65322004-02-28 Andrew Cagney <cagney@redhat.com>
6533
6534 * src-release (CVS_NAMES): Define.
6535 (do-tar, do-tar): Prune $(CVS_NAMES).
6536
c38f9803
AC
65372004-02-23 Andrew Cagney <cagney@redhat.com>
6538
6539 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6540 2004-02-19.09.
6541
55636792
NN
65422004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6543
6544 PR bootstrap/11932
6545 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6546
1e600082
AC
65472004-02-19 Andrew Cagney <cagney@redhat.com>
6548
6549 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6550 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6551
3769cd82
DD
65522004-02-11 David Edelsohn <edelsohn@gnu.org>
6553
6554 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6555 (rs6000-*-aix*): Same.
6556 * configure: Regenerate.
6557
a92834c8
DD
65582004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6559
6560 * configure.in (host): Add in missing $noconfigdirs to defines.
6561 * configure: Regenerate.
6562
a2592b1b
DD
65632004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6564 Nathanael Nerode <neroden@gcc.gnu.org>
6565
6566 PR ada/6637, PR ada/5911
80b200a1 6567 Merge with libada-branch:
a2592b1b
DD
6568 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6569 with appropriate dependencies. Add --enable-libada configure switch.
6570 * configure, Makefile.in: Regenerate.
6571
e31d1ea3
DD
65722004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6573
6574 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6575 * configure: Regenerate.
6576
db85f5c0
JJ
65772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6578
6579 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6580
fc434214
DD
65812004-01-23 DJ Delorie <dj@redhat.com>
6582
6583 * Makefile.def (target_modules) [libiberty]: Don't stage.
6584 * Makefile.in: Rebuilt.
6585
ad445c2c 65862004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6587
ad445c2c
JJ
6588 * COPYING.NEWLIB: Update to include copyrights for new
6589 iconv code.
6590
72bbedde
AC
65912004-01-15 Andrew Cagney <cagney@redhat.com>
6592
6593 * src-release: Update copyright year.
6594 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6595 (NEWLIB_SUPPORT_DIRS): Delete macro.
6596 (newlib.tar.bz2): Delete rule.
6597
a6d6062d
DD
65982004-01-14 Loren J. Rittle <ljrittle@acm.org>
6599
6600 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6601 * Makefile.tpl (configure-target-[+module+]): Support stage.
6602 * Makefile.in: Rebuilt.
6603
f8b73030
MR
66042003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6605
6606 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6607 throughout.
6608
aff0e9df
NN
66092004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6610
bb5dca17
NN
6611 * configure.in: Use ./config.cache, not config.cache.
6612 * configure: Regenerate.
6613 * Makefile.tpl: Special-casing not needed for GCC any more.
6614 * Makefile.in: Regenerate.
6615
82252c06
NN
6616 * configure.in: Don't share a cache file for host dirs.
6617 * configure: Regenerate.
6618
aff0e9df
NN
6619 * config-ml.in: Don't mess with the cache file.
6620
95036d20
NN
66212004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6622
ac7b618e
NN
6623 * Makefile.tpl: Make GCC use a separate config.cache.
6624 * Makefile.in: Regenerate.
6625
95036d20
NN
6626 PR bootstrap/11932, PR bootstrap/11933
6627 (I don't know if it will fix either of them, but it relates
6628 to them.)
6629 * configure.in: Don't use shared config.cache for target
6630 directories.
6631 * configure: Regenerate.
6632
08c1856b
DD
66332003-12-31 Roger Sayle <roger@eyesopen.com>
6634
6635 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6636 * configure: Regenerated.
6637
c1968181 66382003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6639
9eb322aa
MF
6640 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6641 * configure: Regenerated.
c1968181 6642
10ecffb9
NN
66432003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6644
6645 Port change over from GCC:
6646 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6647 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6648 (configure-build-[+module+], configure-[+module+]): Likewise.
6649 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6650 * Makefile.in: Regenerate.
6651
f2ab5990
TF
66522003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6653
6654 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6655 * configure: Regenerate.
6656
41a7d11a
JJ
66572003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6658
80b200a1 6659 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6660 stdlib.
6661
d9441a1f
DD
66622003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6663
6664 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6665 * Makefile.in: Regenerate.
6666
3a48a978
DD
66672003-10-20 Phil Edwards <phil@codesourcery.com>
6668
6669 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6670 * configure: Regenerate.
6671
f0b24077
NN
66722003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6673
6674 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6675 HOST_FLAGS_TO_PASS.
6676 * Makefile.in: Regenerate.
6677
5fbad20a
DD
66782003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6679
6680 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6681 * configure: Rebuilt
6682 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6683 * Makefile.in: Rebuilt
6684
78be4155
L
66852003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6686
6687 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6688
051fcc7a
L
66892003-10-01 Phil Edwards <pme@gcc.gnu.org>
6690
6691 * config-ml.in: Use ac_configure_args directly instead of
6692 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6693 actually seen.
6694
66952003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6696
6697 * config-ml.in: Propagate INSTALL variables.
6698
f27d4f92
DJ
66992003-09-21 Daniel Jacobowitz <drow@mvista.com>
6700
6701 * configure.in: Pass a computed --program-transform-name
6702 to subconfigures.
6703 * configure: Regenerated.
6704
cae4d560
NN
67052003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6706
6707 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6708 * Makefile.in: Regenerate.
6709
6710 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6711 * Makefile.in: Regenerate.
6712
8ff944f6
DJ
67132003-09-17 Daniel Jacobowitz <drow@mvista.com>
6714
6715 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6716 quoting.
6717 * configure: Regenerated.
6718
d9a35680
MC
67192003-09-12 Michael Chastain <mec@shout.net>
6720
6721 Fix PR gdb/857.
6722 * src-release (do-proto-topleve): Remove junk files
6723 intl/config.cache, intl/config.status,
6724 intl/config.h, intl/stamp-h.
6725
710068b9
AC
67262003-09-14 Andrew Cagney <cagney@redhat.com>
6727
6728 * src-release (dejagnu.tar): New target.
6729 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6730 (do-djunpack): Use $(PACKAGE) for the package name.
6731
e1008165
DD
67322003-09-04 DJ Delorie <dj@redhat.com>
6733
6734 * configure: Regenerate.
6735
21998d12
NC
67362003-09-04 Robert Millan <robertmh@gnu.org>
6737
6738 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6739
ccca4bb3
DD
67402003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6741
6742 * configure.in: Ensure arguments to sed are properly spaced.
6743 * configure: Regenerate.
6744
ee949b5e
DJ
67452003-08-28 Daniel Jacobowitz <drow@mvista.com>
6746
6747 Merge from gcc:
6748 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6749 * install-sh: Update to newer upstream versions (associated with
6750 aclocal 1.7).
6751 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6752
75addda2
DJ
67532003-08-27 Daniel Jacobowitz <drow@mvista.com>
6754
6755 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6756 * configure: Regenerated.
6757
8d2877d8
NN
67582003-08-23 Phil Edwards <pme@gcc.gnu.org>
6759
6760 * configure.in: Use newline instead of semicolon when assuming
6761 shell arguments in a for loop.
6762 * configure: Regenerated.
6763
d2cc0e0d
GK
67642003-08-20 Geoffrey Keating <geoffk@apple.com>
6765
6766 PR 8180
6767 * configure.in: When testing with_libs and with_headers, treat
6768 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6769 * configure: Regenerate.
80b200a1 6770
d2cc0e0d
GK
6771 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6772 make, shell, etc.
6773 (baseargs): Likewise.
6774 * configure: Regenerate.
6775
04d1ab34
GK
67762003-08-19 Geoffrey Keating <geoffk@apple.com>
6777
6778 * configure.in: Disable libgcj for darwin not on powerpc.
6779 * configure: Rebuild.
6780
ca506da8
MC
67812003-08-15 Michael Chastain <mec@shout.net>
6782
6783 * src-release (do-proto-toplev): Remove junk files
6784 dejagnu/example/calc/config.status,
6785 dejagnu/example/calc/config.log.
6786
a4aa3f49
DD
67872003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6788
6789 * config-ml.in, symlink-tree: Add license.
6790
ede4fbe4
NN
67912003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6792
6793 Merge from gcc:
6794
6795 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6796 * Makefile.tpl (check, check-c++): Express dependencies using
6797 dependencies rather than commands.
6798 * Makefile.in: Regenerate.
6799
6800 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6801 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6802 * Makefile.in: Update.
6803
970f29af
AC
68042003-08-01 Andrew Cagney <cagney@redhat.com>
6805
6806 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6807 * configure: Ditto.
6808
b2884a0c
DD
68092003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6810
6811 * configure.in: Enable libgcj for darwin.
6812 * configure: Rebuild.
6813
c07f46a4
NN
68142003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6815
6816 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6817
9175bfc0
NN
68182003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6819
6820 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6821 creating target and build subdirs to build all parent dirs as needed.
6822 * Makefile.in: Rebuild.
6823 * configure.in: Don't build dirs explicitly here.
6824 * configure: Rebuild.
6825
b9abda6a
AO
68262003-07-22 Alexandre Oliva <aoliva@redhat.com>
6827
6828 * Makefile.tpl (all-make): Depend on intl.
6829 * Makefile.in: Rebuilt.
6830
eef8ffd4
NN
68312003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6832
6833 * config.if: Remove unused libc_interface determination.
6834
295efaf0
NN
68352003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6836
6837 * Makefile.in: Regenerate, correctly this time.
6838
e5c3f801
NN
68392003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6840
6841 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6842 unused INSTALL_PROGRAM_ARGS.
6843 * configure.in: Use AC_PROG_INSTALL.
6844 * Makefile.in: Regenerate.
6845 * configure: Regenerate.
6846
4a18bd6b
AO
68472003-07-10 Alexandre Oliva <aoliva@redhat.com>
6848
6849 * configure: Rebuilt.
6850 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6851 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6852 newlib nor libgloss.
6853 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6854 * configure.in (am33_2.0-*-linux*): Added.
6855
fbd1054d
BW
68562003-07-09 Bob Wilson <bob.wilson@acm.org>
6857
6858 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6859 * configure: Regenerate.
6860
b40e3958
L
68612003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6862
6863 * config-ml.in: Replace PWD with PWD_COMMAND.
6864 * Makefile.tpl: Likewise.
6865 * Makefile.in: Regenerated.
6866
4a5be7ba
NN
68672003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6868
6869 * configure.in: Clean up config-lang.in handling. Delete
6870 useless assignment to "subdirs".
6871 * configure: Regenerate.
6872
9c14acb8
NN
68732003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * configure.in: Rename 'target_libs' to 'target_libraries'.
6876 Remove useless reference to 'target_libs'.
6877 * configure: Regenerate.
6878
8f32e830
KS
68792003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6880
6881 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6882 * Makefile.in: Regenerate.
6883
12f0bd74
NN
68842003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6885
6886 * Makefile.def: Introduce flags_to_pass.
6887 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6888 * Makefile.in: Regenerate.
6889
b07c2aad
HPN
68902003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6891
6892 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6893 and target-libgloss.
6894 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6895 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6896 * configure: Regenerate.
b07c2aad 6897
56f25033
DD
68982003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6899
6900 * configure.in: Update testsuite_flags to new location.
6901 * configure. Regenerate.
80b200a1 6902
4ec9a3b2
NN
69032003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6904
6905 * Makefile.tpl: Remove BUILD_CC stuff.
6906 * Makefile.in: Regenerate.
6907
059083b1 69082003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6909
059083b1
L
6910 * config.guess: Update to 2003-06-12 version.
6911 * config.sub: Update to 2003-06-13 version.
6912
535b046a
TS
69132003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6914
6915 * MAINTAINERS: Add myself as MIPS co-maintainer.
6916
00c22daa 69172003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6918
00c22daa
L
6919 * config.guess: Update to 2003-06-06 version.
6920 * config.sub: Update to 2003-06-06 version.
6921
1047cb91
DD
69222003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6923
6924 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6925 * configure. Regenerate.
6926
123494c8
NN
69272003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6928
1047cb91
DD
6929 * configure.in: Disable serial configure by default.
6930 * configure: Regenerate.
6931 * Makefile.tpl: Abolish .NOTPARALLEL.
6932 * Makefile.in: Regenerate.
6933
7f121bbf
NN
6934 * Makefile.tpl: Replace {build,host,target}_canonical by
6935 {build,host,target}.
6936 * Makefile.in: Regenerate.
6937
123494c8
NN
6938 * Makefile.tpl: Fix stupid pasto.
6939 * Makefile.in: Regenerate.
6940
ec7e0995
NN
69412003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.tpl: Remove bogus conditional.
6944 * Makefile.in: Regenerate.
6945
27b1cc72
NN
69462003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6947
2a4cbe27
NN
6948 * Makefile.tpl: Make 'recursive targets' using autogen rather
6949 than shell loop. Remove duplicate 'clean' targets and false
6950 comments.
6951 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6952 Add systematic method of specifying missing targets in subdirs.
6953 Add copyright boilerplate.
6954 * Makefile.in: Regenerate.
6955 * configure.in: Add 'recursive targets' to maybe list.
6956 * configure: Regenerate.
6957
27b1cc72
NN
6958 * Makefile.tpl: Rename [+target+] to [+make_target+].
6959 * Makefile.def: Rename 'target' to 'make_target'.
6960
01e51bd0
NC
69612003-05-30 Nick Clifton <nickc@redhat.com>
6962
6963 * README-maintainer-mode: Update URL for locating blessed config
6964 tools.
6965
2fd84b42
NC
69662003-05-29 Robert Millan <rmh@debian.org>
6967
6968 * ltconfig: Import this patch and modify for use with current
6969 version of ltconfig:
6970
6971 2003-05-21 Bruno Haible <bruno@clisp.org>
6972
6973 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6974 GNU/FreeBSD.
6975
8945c6bb
DD
69762003-05-28 DJ Delorie <dj@redhat.com>
6977
6978 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6979 * Makefile.in: Regenerate.
6980
2f9632a1
JJ
69812003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6982
80b200a1 6983 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6984
3a12db16 69852003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6986
3a12db16
DD
6987 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6988 newlib or libgloss.
6989 * Makefile.in: Regenerate.
6990
44482353
DD
69912003-05-21 DJ Delorie <dj@redhat.com>
6992
6993 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6994 * Makefile.in: Regenerate.
6995
fec2c52d
MR
69962003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6997
6998 * configure.in: Use curly braces in the definition of tooldir.
6999 * configure: Regenerate.
7000
16ae0395
NN
70012003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7002
7003 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7004 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7005 Factor out common code from autogen IF statements.
7006 * configure: Regenerate.
7007 * Makefile.in: Regenerate.
7008
ec11bdc6
DD
70092003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7010
7011 * configure.in: Accept i[3456789]86 for machine type.
7012 * configure: Regenerate.
7013
dd12c3a8
NN
70142003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7015
7016 * configure.in: Switch more things to use maybe dependencies.
7017 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7018 * configure: Regenerate.
7019 * Makefile.tpl: Switch more things to use maybe dependencies.
7020 * Makefile.in: Regenerate.
7021
cf662e21
AJ
70222003-05-16 Andreas Schwab <schwab@suse.de>
7023
7024 * Makefile.tpl (install-opcodes): Define.
7025 * Makefile.in: Rebuild.
7026
5481b376
AJ
70272003-05-13 Andreas Jaeger <aj@suse.de>
7028
7029 * config.guess: Update to 2003-05-09 version.
7030 * config.sub: Update to 2003-05-09 version.
7031
3959a22a
AJ
70322003-05-13 Michael Eager <eager@mvista.com>
7033
7034 * configure.in: Correct sed script so that options in quotes are not
7035 deleted.
7036 * configure: Rebuild.
7037
564b43e5
CV
70382003-05-12 Corinna Vinschen <corinna@vinschen.de>
7039
7040 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7041 and $$s/newlib/libc/sys/cygwin32 include paths.
7042 * configure: Ditto.
7043
bb947dc9
L
70442003-05-05 H.J. Lu <hjl@gnu.org>
7045
7046 * config-ml.in: Restored from gcc repository.
7047
77f7441a
CD
70482003-05-02 Chris Demetriou <cgd@broadcom.com>
7049
80b200a1
ZW
7050 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7051 * Makefile.in: Regenerate.
77f7441a 7052
a26d7085
DJ
70532003-04-27 Daniel Jacobowitz <drow@mvista.com>
7054
7055 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7056 and Makefile.def.
7057
e4c4d240
DJ
70582003-04-27 Daniel Jacobowitz <drow@mvista.com>
7059
7060 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7061 * Makefile.in: Regenerated.
7062
62a3fc85
DD
70632003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7064
7065 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7066 * Makefile.in: Regenerate.
7067
70682003-04-18 Jakub Jelinek <jakub@redhat.com>
7069
7070 * configure.in (powerpc64*-*-linux*): Remove.
7071 * configure: Rebuilt.
7072
5b474aa8
DD
70732003-04-17 Phil Edwards <pme@gcc.gnu.org>
7074
7075 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7076 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7077 and restrap.
7078 * Makefile.in: Regenerate.
7079
70802003-04-16 Richard Earnshaw <rearnsha@arm.com>
7081
7082 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7083 * configure: Regenerated.
7084
bc295afe
AO
70852003-04-11 Alexandre Oliva <aoliva@redhat.com>
7086
7087 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7088 * */configure: Rebuilt.
7089
3728fade
NN
70902003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7091
7092 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7093 * Makefile.in: Regenerate.
7094
ce5b542e
MC
70952003-03-14 Michael Chastain <mec@shout.net>
7096
7097 * Makefile.in: Regenerate with correct Makefile.def.
7098
3db0a37f
NN
70992003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7100
7101 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7102 Make macro.
7103 * Makefile.in: Regenerate.
7104 * configure.in: Clean up gxx_include_dir logic.
7105 * configure: Regenerate.
7106
34349c6e
DD
71072003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7108
7109 * configure.in (gxx_include_dir): Fix typo.
7110 * configure: Regenerated.
7111
686c28c9
AC
71122003-03-06 Andrew Cagney <cagney@redhat.com>
7113
7114 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7115
bba45b8b 71162003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7117
bba45b8b
NN
7118 * configure.in: Include $(build_tooldir)/sys-include in
7119 FLAGS_FOR_TARGET.
7120 * configure: Regenerated.
7121
2683747f
NN
71222003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7123
bba45b8b
NN
7124 * Makefile.tpl: Reindent.
7125 * Makefile.in: Regenerate.
7126 * configure.in: Reindent. Don't set unused variables.
7127 * configure: Regenerate.
7128
2683747f
NN
7129 * Makefile.tpl: Always pass down RANLIB.
7130 * Makefile.in: Regenerate.
7131
7132 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7133 * Makefile.in: Regenerate.
7134 * configure.in: Remove unused logic relating to --enable-shared
7135 and --enable-threads. Remove bogus comments. Remove redundant
7136 noconfigdirs.
7137 * configure: Regenerate.
7138
7139 * configure.in: Replace ${libstdcxx_version} by its value.
7140 Remove reference to mh-dgux.
7141 * configure: Regenerate.
7142
50212802
NN
71432003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7144
7145 * Makefile.tpl: Rearrange.
7146 * Makefile.in: Regenerate.
7147
a6be7fc6
NC
71482003-02-25 Nick Clifton <nickc@redhat.com>
7149
7150 * configure: Remove site-file supprot - it is obsolete.
7151
f8a495c8
NC
71522003-02-24 Uwe Stieber <uwe@wwws.de>
7153
7154 * configure.in: Add support for kaOS as cross build target system.
7155 * configure: Regenerated.
7156
3decd77d
DD
71572003-02-20 Sean McNeil <sean@blue.mcneil.com>
7158
7159 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7160 configure-target-* as some target builds may require additional
7161 flags for preprocessor tests.
7162 * Makefile.in: Regenerated.
7163
f4ff34a3
AO
71642003-02-19 Alexandre Oliva <aoliva@redhat.com>
7165
7166 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7167 * ltconfig: Handle it.
7168 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7169 auto-detecting it.
7170
b7e4a931
AO
71712003-02-19 Alexandre Oliva <aoliva@redhat.com>
7172
7173 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7174 it is used as argument to $CC.
7175 * ltcf-gcj.sh: Likewise.
7176
6b784d9f
AO
71772003-02-19 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * configure.in: Introduce --enable-maintainer-mode.
7180 * configure: Rebuilt.
7181 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7182 for maintainer mode.
7183 * Makefile.in: Rebuilt.
7184
8bcd8a07
AC
71852003-02-19 Andrew Cagney <ac131313@redhat.com>
7186
7187 * configure: Regenerate using autoconf 2.13.
7188
ee3fd329
AM
71892003-02-19 Alan Modra <amodra@bigpond.net.au>
7190
7191 * config.guess: Import latest version.
7192 * config.sub: Import latest version.
7193
e9e45685
JM
71942003-02-18 Jason Merrill <jason@redhat.com>
7195
7196 * Makefile.tpl (check-c++): Allow parallelism.
7197
859789af
AC
71982003-02-17 Andrew Cagney <ac131313@redhat.com>
7199
7200 * configure: Regenerate using autoconf 000227.
7201
b3f16a9b
GK
72022003-02-15 Geoffrey Keating <geoffk@apple.com>
7203
7204 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7205 don't configure target-libobjc.
7206 * configure: Regenerate.
7207
72e60e02
DD
72082003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7209
7210 * Makefile.tpl (RANLIB): Define.
7211 * Makefile.in: Regenerate.
7212
91f0e695
KS
72132003-02-06 Keith R Seitz <keiths@redhat.com>
7214
7215 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7216 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7217 * Makefile.in: Regenerated.
7218 * configure.in: Remove all traces of snavigator, db, and grep.
7219 * configure: Regenerated.
7220
122bfa92
FCE
72212003-01-31 Frank Ch. Eigler <fche@redhat.com>
7222
7223 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7224 * Makefile.in: Regenerated.
7225
264095c3
AO
72262003-01-30 Alexandre Oliva <aoliva@redhat.com>
7227
7228 * config.if: Copy from GCC.
7229
a84dbcb3
AO
72302003-01-27 Phil Edwards <pme@gcc.gnu.org>
7231
7232 * configure.in: Revert 24Jan change.
7233 * configure: Regenerate.
7234
19618276
NN
72352003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7236
7237 * configure.in: Revert previous change.
7238 * configure: Regenerate.
7239
b7f27a92
NN
72402003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7241
7242 * configure.in: Make rda native-only.
7243 * configure: Regenerate.
7244
83326456
NN
72452003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7246
7247 * configure.in: Add missing \.
7248 * configure: Rebuilt.
7249
5e367fa5
JJ
72502003-01-17 Jakub Jelinek <jakub@redhat.com>
7251
7252 * configure.in (baseargs): Avoid using \| in sed regular
7253 expressions.
7254 * configure: Rebuilt.
7255
e01f337c
JJ
72562003-01-16 Jakub Jelinek <jakub@redhat.com>
7257
7258 * configure.in (baseargs): Remove all supported forms of
7259 --cache-file, --srcdir, --host, --build and --target options
7260 from argument lists.
7261 * configure: Rebuilt.
7262
aa236487
AO
72632003-01-15 Alexandre Oliva <aoliva@redhat.com>
7264
7265 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7266 * configure: Rebuilt.
7267
586c0873
NN
72682003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7269
7270 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7271 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7272 * Makefile.in: Regenerate.
7273 * configure: Regenerate.
7274
497f816e
DD
72752003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7276
7277 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7278 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7279 * Makefile.in: Regenerate.
7280
bfbe5519
AO
72812003-01-09 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * configure.in: Remove Makefile in build, host and target modules
7284 unless configure was run with --no-recursion.
7285 * configure: Rebuilt.
7286
3f234ef5
CD
72872003-01-08 Chris Demetriou <cgd@broadcom.com>
7288
7289 * config.guess: Update to 2003-01-03 version.
7290 * config.sub: Update to 2003-01-03 version.
7291
a3982d48
CF
72922003-01-07 Christopher Faylor <cgf@redhat.com>
7293
7294 * configure: Regenerate with proper autoconf 2.13.
7295
75778ec4
CF
72962003-01-07 Christopher Faylor <cgf@redhat.com>
7297
80b200a1
ZW
7298 * configure.in: Add AC_PREREQ for consistency.
7299 * configure: Regenerate.
75778ec4 7300
c180f501
AC
73012003-01-06 Andrew Cagney <ac131313@redhat.com>
7302
7303 * configure.in (GDB_TK): Add tcl directories conditional on
7304 gdb/gdbtk directory being present.
7305 * configure: Regenerate.
5481b376 7306
46ca2cc2
DA
73072003-01-04 John David Anglin <dave.anglin@nrc.ca>
7308
7309 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7310 by gcc if LD is not defined and we are not doing a Canadian Cross.
7311 * configure: Rebuilt.
7312
53dd8dab
DJ
73132003-01-01 Daniel Jacobowitz <drow@mvista.com>
7314
7315 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7316
50ceb20c
TT
73172002-12-31 Tom Tromey <tromey@redhat.com>
7318
7319 * Makefile.in: Rebuilt.
7320 * Makefile.def (target_modules) [libffi]: Allow installation.
7321
e78b5cfe
AS
73222002-12-31 Andreas Schwab <schwab@suse.de>
7323
7324 * configure.in: Fix use of $program_transform_name.
7325 * configure: Regenerated.
7326
67448102
DJ
73272002-12-30 Daniel Jacobowitz <drow@mvista.com>
7328
7329 * configure.in (baseargs): Don't remove first configure argument.
7330 * configure: Regenerated.
7331
e6bfb94a
AO
73322002-12-29 Alexandre Oliva <aoliva@redhat.com>
7333
7334 * Makefile.tpl (local-distclean): Don't remove...
7335 (multilib.ts): ... this. Moved into...
7336 (multilib.out): ... this. Don't use sub-make.
7337 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7338 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7339 (configure-build-[+module+], configure-[+module+],
7340 configure-target-[+module+], configure-gcc): ... these. Test
7341 for Makefile existence. Drop config.status from dependencies.
7342 * Makefile.in: Rebuilt.
7343 * configure.in: Move gcc-version-trigger to the end of
7344 ac_configure_args. Add comments to maybedep.tmp and
7345 serdep.tmp. Introduce --disable-serial-configure. Remove
7346 nonopt from baseargs, matching and removing corresponding
7347 whitespace while at it.
7348 * configure: Rebuilt.
7349
8f0dfb36
AO
73502002-12-28 Alexandre Oliva <aoliva@redhat.com>
7351
7352 * configure.in (host_configargs): Replace reference to
7353 no-longer-defined buildopts with --build=${build_alias}.
7354 * configure: Rebuilt.
7355
43be203f
AO
73562002-12-28 Alexandre Oliva <aoliva@redhat.com>
7357
7358 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7359 program_transform_name to standard idiom.
7360 (AUTOGEN, AUTOCONF): Define.
7361 (Makefile.in): Use $(AUTOGEN).
7362 (Makefile): Depend on config.status, and use autoconf-style rule to
7363 build it. Move original commands to...
7364 (config.status): ... this new target.
7365 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7366 $(AUTOCONF).
7367 * Makefile.in: Rebuilt.
7368
a0da8069
NN
73692002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7370
d18f1c9f
NN
7371 * Makefile.tpl: Fix dramatic bustage due to change in
7372 program_transform_name.
7373 * Makefile.in: Regenerate.
7374
7375 * configure.in: Remove unnecessary PATH setting.
7376 * configure: Regnerate.
7377
7378 * configure.in: Don't default to unprefixed tools unless
7379 the native tools will work.
7380 * configure: Regenerate.
7381
a0da8069
NN
7382 * configure.in: Convert to autoconf script. Blow away lots
7383 of now-redundant Makefile fragments.
7384 * configure: Generate using Autoconf.
7385 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7386 * Makefile.in: Regenerate.
7387
c567df0a
NN
73882002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7389
5481b376 7390 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7391 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7392
5481b376 7393 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7394 where they belong.
2c7f9a32 7395
2dabcfb4
AS
73962002-12-24 Andreas Schwab <schwab@suse.de>
7397
7398 * Makefile.tpl (multilib.out): Fix missing space.
7399 * Makefile.in: Regenerate.
7400
1086bc09
NN
74012002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7402
7403 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7404 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7405 * Makefile.in: Regenerate.
7406 * configure.in: Remove unnecessary leftovers.
7407
1086bc09
NN
74082002-12-21 Geoffrey Keating <geoffk@apple.com>
7409
7410 * configure.in (extra_ranlibflags_for_target): New variable.
7411 (*-*-darwin): Add -c to ranlib commands.
7412 * configure (tooldir): Handle extra_ranlibflags_for_target.
7413
14e9ca95
JJ
74142002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7415
7416 * COPYING.NEWLIB: Updated.
7417 * COPYING.LIBGLOSS: Ditto.
7418
14c428fb
NN
74192002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7420
7421 * Makefile.tpl: Revert HJL's change.
7422 * Makefile.in: Regenerated.
7423 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7424 always.
7425
313b8244
AS
74262002-12-19 Andreas Schwab <schwab@suse.de>
7427
7428 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7429 * Makefile.in: Regenerate.
7430
efeae3db
L
74312002-12-18 H.J. Lu <hjl@gnu.org>
7432
7433 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7434 * Makefile.in: Regenerated.
7435
7436 * configure.in (build_prefix): New. Substitute.
7437
43d92c63
NN
74382002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7439
59da4fe6
NN
7440 * Makefile.tpl: Don't let real targets depend on phony targets.
7441 * Makefile.in: Regenerate.
7442
43d92c63
NN
7443 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7444 * Makefile.in: Regenerate.
7445
b72e6a2d
JM
74462002-12-16 Jason Merrill <jason@redhat.com>
7447
7448 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7449 previous 'make bootstrap'.
7450 * Makefile.in: Regenerate.
7451
95c72c44
HPN
74522002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7453
7454 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7455
7d695d07
JM
74562002-12-13 Jason Merrill <jason@redhat.com>
7457
7458 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7459 library tests.
7460 (check-c++): Just depend on it and check-target-libstdc++-v3.
7461 * Makefile.in: Regenerate.
7462
54103d1e
NN
74632002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7464
7465 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7466 * Makefile.in: Regenerate.
7467
4024f1e1
JJ
74682002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7469
80b200a1
ZW
7470 * COPYING.NEWLIB: Update list of alternate Regent of California
7471 licenses and discuss official revoking of advertising clause.
7472 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7473
7dda0df6
AO
74742002-12-12 Alexandre Oliva <aoliva@redhat.com>
7475
7476 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7477 * Makefile.in: Rebuilt.
7478
d03be79e 74792002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7480
929293f4
NN
7481 * configure: Fix bug put in by gremlins.
7482
d03be79e
NN
7483 * Makefile.tpl: Substitute more autoconfily.
7484 * configure: Substitute more autoconfily.
7485 * Makefile.in: Regenerate.
7486
74872002-12-08 Andrew Cagney <ac131313@redhat.com>
7488
7489 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7490 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7491
74922002-12-06 DJ Delorie <dj@redhat.com>
7493
7494 * Makefile.tpl: Change configure dependencies to not have real
7495 targets depend on phony targets.
b4a77b47 7496
db1ac78d
NN
74972002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7498
bcaf2395
NN
7499 * configure.in: Revert unintentional change.
7500
b4fa093e
NN
7501 * src-release: Configure host subdirs.
7502
db1ac78d
NN
7503 * Makefile.tpl: Change dependency for */multilib.out so that
7504 it works when gcc isn't in the tree.
7505
7506 * configure.in: Substitute more.
7507 * configure: Run subconfigures from the Makefile.
7508 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7509 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7510
15723a45
NN
75112002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7512
e2b9e2dc
NN
7513 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7514 and corresponding dependencies.
7515 * Makefile.in: Regenerate.
7516
2af579c4
NN
7517 * configure.in (host_tools): Order binutils, gas and ld for
7518 convenience in running the testsuites.
7519
a2cc058a
NN
7520 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7521 * Makefile.in: Regenerate.
7522 * configure.in: Introduce rules to serialize subconfigure runs.
7523
15723a45
NN
7524 * configure.in: Introduce BASE_CC_FOR_TARGET.
7525 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7526 Realize configure-build-* targets. Realize configure-target-* targets.
7527 * Makefile.in: Regenerate.
7528
ae831be5
NN
75292002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7530
7531 * configure: Move gcc_version_trigger stuff from here...
7532 * configure.in: ...to here.
7533
7534 * configure.in: Separate subconfigure options added by this file from
7535 options given by the user. Add machinery to put args for host
7536 subconfigures into the Makefile.
7537
7538 * Makefile.tpl: Remove 'vault' targets.
7539 * Makefile.tpl: Reorder and comment dependencies.
7540 * Makefile.in: Regenerate.
7541
bbf7c8ac
NN
75422002-11-28 Geoffrey Keating <geoffk@apple.com>
7543
7544 * configure.in: Move host-specific darwin noconfigdirs into
7545 the host-specific section.
7546
930314a4
NN
75472002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7548
52d7cdee
NN
7549 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7550 during replay.
7551 * Makefile.in: Regenerate.
7552
930314a4
NN
7553 (finishing slow-motion replay)
7554 * configure: Remove skip-this-dir support.
7555 * Makefile.tpl: Remove skip-this-dir support.
7556
7557 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7558 subdirectories.
7559 * Makefile.in: Regenerate.
7560
7561 * Makefile.tpl: Strip out useless setting of 'dir'.
7562 * Makefile.in: Regenerate.
5481b376 7563
930314a4
NN
75642002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7565
7566 (finishing slow-motion replay)
7567 * configure.in: Fix deeply stupid bug.
7568
7569 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7570 shell code in CXX_FOR_TARGET
7571 * Makefile.def: Introduce raw_cxx.
7572 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7573 RAW_CXX_FOR_TARGET.
7574 * Makefile.in: Regenerate.
7575
75762002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 (finishing slow-motion replay)
7579 * Makefile.tpl: Remove unnecessary ifs.
7580 * Makefile.in: Regenerate.
7581
5481b376 7582 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7583 dependencies. Maybe-ize build-libiberty. Create dummy install
7584 targets for 'no_install' modules.
5481b376 7585 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7586 build_modules stuff to configure.in.
5481b376 7587 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7588 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7589 * Makefile.in: Regenerate.
7590
3866be5d
NN
75912002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7592
7593 (continuing slow-motion replay)
7594 * Makefile.tpl: Make all-target, install-target behave similarly
7595 to all, install (only hitting configured targets). Eliminate
7596 unused macro defintions.
7597
7598 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7599 build != host.
7600
7601 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7602
7603 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7604
5481b376 7605 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7606 configuring. Remove references to "dosrel".
7607 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7608 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7609 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7610 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7611 and redundant dependency; rearrange slightly.
7612 * Makefile.def: Add host-side libtermcap, utils.
7613
7614 * Makefile.in: Regenerate.
7615
e393202e
NN
76162002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7617
7618 (Continuing slow-motion replay)
7619 * Makefile.def: Add list of recursive targets to autogenerate.
7620 Add build_modules.
7621 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7622 targets. Autogenerate *-build-* targets.
7623 * Makefile.in: Regenerate.
7624
583d52d7
NN
76252002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7626
7627 (Continuing slow-motion replay)
7628 * configure: More autoconf-style substitutions.
7629 * Makefile.tpl: More autoconf-style substitutions.
7630 * Makefile.in: Regenerate.
7631
76322002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7633
7634 (Continuing slow-motion replay)
7635 * configure: Substitute more variables in a more autoconf-friendly
7636 way. Simplify slightly.
7637 * Makefile.tpl: Make more variables substitutable in an
7638 autoconf-friendly way.
7639 * Makefile.in: Regenerate.
7640
874e38b4
NN
76412002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7642
7643 (Continuing slow-motion replay)
7644 * configure.in (v810*): Remove special setting of tools.
7645
7646 * configure: Add support for extra required flags for ar or nm.
7647 * configure.in (aix4.3+): Use above support for target-specific
7648 issues, rather than using config/mt-aix43.
7649
852e5f18
NN
76502002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7651
7652 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7653 * configure: Remove 'removing', which doesn't work. Replace $subdir
7654 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7655 with $srcdir. Reformat indentation. Substitute some variables
7656 formerly hard-coded in the Makefile for build=host.
7657 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7658 * Makefile.def: Autogenerate more.
7659 * Makefile.in: Regenerate.
7660
c9a0d920
DD
76612002-11-13 Bruce Korb <bkorb@gnu.org>
7662
7663 * Makefile.tpl: syntactic cleanup
7664
dd2768ff
KB
76652002-11-04 Kevin Buettner <kevinb@redhat.com>
7666
7667 * Makefile.def (host_modules): Add rda.
7668 * Makefile.in: Regenerate.
7669 * configure.in (target_tool): Add target-rda to list.
7670
1aa8389d
DD
76712002-10-25 Phil Edwards <pme@gcc.gnu.org>
7672
7673 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7674 and restrap targets to this rule.
7675 * Makefile.in: Regenerate.
7676
28f46298
HPN
76772002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7678
7679 * configure.in (i[3456]86-*-linux*): Add check to disable
7680 ${libgcj} for glibc1.
7681
ff72e302
NC
76822002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7683
7684 * configure.in: Add tic4x target.
7685
8607b6c9
NN
76862002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7687
7688 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7689 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7690 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7691 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7692 * Makefile.in: Regenerate.
7693
f8f61f4a
NN
76942002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7695
c86f794b
NN
7696 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7697 * Makefile.in: Regenerate.
7698
a9590527
NN
7699 * Makefile.def: Remove order dependency comments.
7700 * Makefile.tpl: Add explicit install-install dependencies.
7701 * Makefile.in: Regenerate.
7702
8412ce72
NN
7703 * Makefile.tpl: Remove material now in src-release. (Finally!)
7704 * Makefile.in: Regenerate.
7705
8b9f37f1
NN
7706 * configure: Restore my original patch by syncing with gcc version.
7707
f8f61f4a
NN
7708 * Bring following over from gcc:
7709
77102002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7711
7712 * configure.in (s390*-*-linux*): Enable libgcj.
7713
403d9505
NN
77142002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7715
7716 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7717
95f6f383
AM
77182002-10-02 Alan Modra <amodra@bigpond.net.au>
7719
e4673b0a 7720 * configure: Move stray lines back to where they belong.
95f6f383 7721
748503c8
NN
77222002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7723
a581b5c3
NN
7724 * Makefile.tpl: Insert configure-target target, for src-release.
7725
c084f5b4
NN
7726 * configure: Finish reverting change which Andrew Cagney started
7727 reverting. Should fix bustage.
7728
7aa673ed 7729 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7730 * src-release: New file. Contains material for making net
7731 releases for gdb, binutils, et al., formerly in Makefile.in.
7732
82a9b2d9
NC
77332002-09-30 Nick Clifton <nickc@redhat.com>
7734
7735 * cpu: New top level directory. Intended to hold input files for
7736 CGEN which have FSF copyright assignment.
7737 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7738
c2463a00
AC
77392002-09-29 Andrew Cagney <ac131313@redhat.com>
7740
7741 Revert below (note that src does not contain Makefile.tpl):
7742 * Makefile.tpl: Make subsituted variables more autoconfy.
7743 * Makefile.in: Regenerate.
7744
f03b4789
NN
77452002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7746
c11e16a9
NN
7747 * configure: Revert accidentally applied changes.
7748
f03b4789
NN
7749 * Makefile.tpl: Make more autoconf-friendly.
7750 * Makefile.in: Regenerate.
7751 * configure: Make substitution more autoconf-like.
7752
77532002-09-28 Richard Earnshaw <rearnsha@arm.com>
7754
7755 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7756 single entry to handle all these.
7757 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7758 libjava on arm-*-elf.
7759
c0292023
GK
77602002-09-27 Geoffrey Keating <geoffk@apple.com>
7761
7762 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7763 things that depend on them.
7764
c66d951e
NN
77652002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7766
7767 * Makefile.tpl: Make subsituted variables more autoconfy.
7768 * Makefile.in: Regenerate.
7769 * configure: Make seds more autoconfy.
7770
907a7241 77712002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7772
7773 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7774 * Makefile.in: Regenerate.
7775 * configure.in: Rewrite sed statements to look autoconfy.
7776
907a7241
NN
7777 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7778 all-target-foo on configure-target-foo.
7779 * Makefile.def: Ditto.
7780 * Makefile.in: Rebuild.
7781
405ea7a0
NN
77822002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7783
7784 * Makefile.def: New file.
7785 * Makefile.tpl: New file.
7786 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7787
7788 * configure.in: Minor rearrangement. Simplify tests.
7789
bdc57bfd
JT
77902002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * configure.in (with_headers): Skip copy if value is "yes".
7793 (with_libs): Likewise.
7794
ae03d6e2
NN
77952002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7796
7797 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7798 * configure.in (sh*-*-pe*): Ditto.
7799 * configure.in (mips*-*-pe*): Ditto.
7800 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7801
7802 * configure.in: Rearrange.
7803
707960fe
NC
78042002-09-12 Nick Clifton <nickc@redhat.com>
7805
7806 * Import these changes from the config master repository:
7807
7808 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7809
7810 * config.sub: Add tic4x target.
7811
7812 2002-09-03 Ben Elliston <bje@redhat.com>
7813
7814 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7815 Reported by <Duncan_Stodart@insession.com>.
7816
36ea319f
JJ
78172002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7818
7819 * COPYING.NEWLIB: More updates.
7820
cf57480a
JJ
78212002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7822
7823 * COPYING.NEWLIB: Update.
7824
fd31a171
AC
78252002-08-23 Andrew Cagney <ac131313@redhat.com>
7826
23b632fc
AC
7827 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7828
fd31a171
AC
7829 * config.guess: Import version 2002-08-23.
7830 * config.sub: Import version 2002-08-22.
7831
a08bafb5
AO
78322002-08-20 Alexandre Oliva <aoliva@redhat.com>
7833
7834 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7835 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7836 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7837
17240c1f
NC
78382002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7839
7840 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7841
e70ad0c6
L
78422002-08-04 H.J. Lu (hjl@gnu.org)
7843
7844 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7845
574e6d11
DD
78462002-07-31 Alan Modra <amodra@bigpond.net.au>
7847
7848 * configure.in: Move generic linux case to end. Copy generic
7849 linux noconfigdirs to mips*-*-linux* entry and new
7850 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7851
611e7523
CD
78522002-07-19 Chris Demetriou <cgd@broadcom.com>
7853
7854 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7855 one instance of them which was missed to the list to update.
7856
51759676
CD
78572002-07-16 Chris Demetriou <cgd@broadcom.com>
7858
7859 * config.guess: Update to 2002-07-09 version.
7860 * config.sub: Update to 2002-07-03 version.
7861
7c1f909c
DD
78622002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7863
7864 * configure.in: Remove two redundant tests.
7865
d7cf5d30
DD
78662002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7867
7868 * configure.in (mips*-*-irix6*o32): Enable stabs.
7869
c74222f7
DD
78702002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7871
5b53c336
DD
7872 * configure.in: Don't build grez.
7873 * Makefile.in: Ditto.
7874
c74222f7
DD
7875 * Makefile.in: Remove references to bsp, cygmon, libstub.
7876 * configure.in: Ditto.
7877
7878 * configure.in: Remove leftover reference to gdbtest.
7879
edd1b227
DD
78802002-07-08 Phil Edwards <pme@gcc.gnu.org>
7881
7882 * configure.in (gxx_include_dir): Change to match versioned
7883 C++ headers if --enable-version-specific-runtime-libs is used.
7884
486186e3
AO
78852002-07-04 Steve Ellcey <sje@cup.hp.com>
7886
7887 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7888
ff0a3bf8
DD
78892002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7890
7891 * configure.in: Make --without-x work.
7892
1dfa8174
NC
78932002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7894
7895 * contrib: New directory. Created to contain a copy of the
5481b376 7896 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7897 the FSF GCC sources.
7898
07637366
DD
78992002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7900
b6f83f2a
DD
7901 * configure.in: Rearrange target Makefile fragment collection.
7902
07637366
DD
7903 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7904 cvs[src].
7905 * configure.in: Ditto.
7906
f48556b1
DD
79072002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 * Makefile.in: Eliminate 'apache' targets.
7910 * configure.in: Eliminate 'apache' targets.
7911
7912 * configure.in: Eliminate redundant tests. Reorganize.
7913
7914 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7915
7916 * config-ml.in: Eliminate references to Cygnus configure.
7917
7918 * Makefile.in: Eliminate references to building emacs.
7919
79202002-07-01 Denis Chertykov <denisc@overta.ru>
7921
7922 * configure.in: Add support for ip2k.
7923
cdb9e2b8
BE
79242002-06-24 Ben Elliston <bje@redhat.com>
7925
7926 * configure.in (host_tools): Remove cgen.
7927
7928 * Makefile.in (all-cgen): Remove; runs from its source directory.
7929 (check-cgen, install-cgen, clean-cgen): Likewise.
7930 (all-opcodes): No not depend on all-cgen.
7931 (all-sim): Likewise.
7932
3558860c
DD
79332002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7934
7935 * configure.in: Fix AIX configury bug.
7936
e3b0c936
DD
79372002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7938
cdb9e2b8 7939 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7940
cdb9e2b8
BE
7941 * configure.in: Move definition of libstdcxx_flags right above
7942 usage, rather than way earlier.
8ee424c0 7943
c712250a
DD
7944 * configure.in: Pull definition of is_cross_compiler earlier.
7945
9ee1a75c
DD
7946 * configure.in: Rearrange a little.
7947
e3b0c936
DD
7948 * configure.in: Remove references to librx.
7949 * Makefile.in: Remove references to librx.
7950
b2bd228e
DD
79512002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7952
7953 * configure.in: Eliminate ${gasdir} variable.
7954
7cd52483
DB
79552002-06-18 Dave Brolley <brolley@redhat.com>
7956
7957 * configure.in: Add support for frv.
7958 * config.sub: Add support for frv.
7959
6c5e141a
DD
79602002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7961
7962 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7963
0d18b56d
JT
79642002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7965
7966 * configure.in (vax-*-netbsd*): Re-enable gas.
7967
fd8958d5
DD
79682002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7969
27f15fdd
DD
7970 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7971 BUILD_PREFIX_1, to correct nomenclature.
7972 * configure: Likewise.
7973
fd8958d5
DD
7974 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7975 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7976
0c2442b7
DD
79772002-05-31 Olaf Hering <olh@suse.de>
7978
7979 * config-ml.in: Propogate DESTDIR also.
7980
a3602181
JT
79812002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7982
7983 * configure.in (vax-*-netbsd*): Don't build gas for this
7984 platform.
7985
c95f53ae
MM
79862002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7987
7988 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7989 and libgcj for AVR.
7990
1d7c1053
NC
79912002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7992
7993 * config.sub: Add DLX target.
7994
4b37028f
JT
79952002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7996
7997 * config.guess: Update to 2002-05-22 version.
7998 * config.sub: Likewise.
7999
d5de0a84
NC
80002002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8001
8002 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8003 * config-ml.in: Likewise.
8004 * configure: Likewise.
8005 * configure.in: Likewise.
8006
c92a0210
DD
80072002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8008
115a77aa
DD
8009 * configure.in: Simplify makefile fragment collection.
8010
8011 * configure.in: Remove code to build emacs.
e99daf2b 8012
91e060aa
DD
8013 * configure.in : Remove --srcdir argument from targargs and buildargs
8014 (it's always overridden in the Makefile anyway). Rearrange a bit.
8015
8016 * configure: Move some logic to configure.in.
8017 * configure.in: Move some logic from configure.
c92a0210 8018
91217342
JJ
80192002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8020
8021 * COPYING.LIBGLOSS: New file.
8022
d3d8a9ee
NC
80232002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8024
8025 * Makefile.in: Honour DESTDIR.
8026
3a036cdc
AO
80272002-05-05 Alexandre Oliva <aoliva@redhat.com>
8028
8029 * configure.in (noconfigdirs): Don't disable libgcj on
8030 sparc64-*-solaris* and sparcv9-*-solaris*.
8031
6d095fe4
AO
80322002-05-03 Alexandre Oliva <aoliva@redhat.com>
8033
8034 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8035
dac55df9
TF
80362002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8037
8038 * configure.in (FLAGS_FOR_TARGET): Do not add
8039 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8040 on i[3456]86-*-linux*.
8041
a018e15b
TF
80422002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8043
8044 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8045
8046 * configure.in (noconfigdirs): Do not add target-newlib if
8047 target == i[3456]86-*-linux*, and host == target.
8048
5f284831
MM
80492002-04-29 Mark Mitchell <mark@codesourcery.com>
8050
8051 * config.guess: Updated to 2002-04-26's version.
8052 * config.sub: Updated to 2002-04-26's version.
8053
33babf59
DD
80542002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8055
bd5f7da2
DD
8056 * configure.in: delete reference to absent file
8057
a0c4f3a0
DD
8058 * configure.in: replace '[' with 'test'
8059
66f1ba4f
DD
8060 * configure.in: Eliminate references to gash.
8061 * Makefile.in: Eliminate references to gash.
8062
7c3ab50c
DD
8063 * configure.in: remove useless references to 'pic' makefile fragments.
8064
bbc025f5
DD
8065 * configure.in: (*-*-windows*) Finish removing.
8066
33babf59
DD
8067 * configure.in: Eliminate redundant test for libgui.
8068
d5ec694c
DD
80692002-04-26 Joel Sherrill <joel@OARcorp.com>
8070
8071 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8072 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8073
57a5346c
DD
80742002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8075
8076 * configure.in: remove references to dead files
8077
dbf93899
DD
80782002-04-18 Tom Tromey <tromey@redhat.com>
8079
8080 * configure.in: Disallow configuring libgcj when it is already
8081 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8082 Solaris 2.8 by default. For PR libgcj/6158.
8083
26eadf68
DD
80842002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8085
8086 * configure.in: Move default CC setting out of config/mh-* fragments
8087 directly into here.
8088
a0a2c6c6
DD
80892002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8090
8091 * configure.in: don't even try to configure or make a subdirectory
8092 if there's no configure script for it.
8093
9972f812
DD
80942002-04-15 Mark Mitchell <mark@codesourcery.com>
8095
8096 * MAINTAINERS: Remove chill maintainers.
8097 * Makefile.in (CHILLFLAGS): Remove.
8098 (CHILL_LIB): Remove.
8099 (TARGET_CONFIGDIRS): Remove libchill.
8100 (CHILL_FOR_TARGET): Remove.
8101 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8102 CHILL_LIB.
8103 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8104 (CHECK_TARGET_MODULES): Likewise.
8105 (INSTALL_TARGET_MODULES): Likewise.
8106 (CLEAN_TARGET_MODULES): Likewise.
8107 (configure-target-libchill): Remove.
8108 (all-target-libchill): Remove.
8109 * configure.in (target_libs): Remove target-libchill.
8110 Do not compute CHILL_FOR_TARGET.
8111 * libchill: Remove directory.
5481b376 8112
75205f78
DD
81132002-04-15 DJ Delorie <dj@redhat.com>
8114
8115 * Makefile.in, configure.in, configure: Sync with gcc, entries
8116 follow...
8117
81182002-04-08 Tom Tromey <tromey@redhat.com>
8119
8120 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8121 Fixes PR libgcj/6068.
8122
81232002-03-30 Krister Walfridsson <cato@df.lth.se>
8124
8125 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8126
81272002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8128
8129 * configure.in (alpha*-dec-osf*): Enable libgcj.
8130
81312002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8132
8133 Fix for: PR bootstrap/3591, target/5676
8134 * configure.in (mcore-pe): Disable the configuration of
8135 libstdc++-v3 since exceptions are not supported.
8136
81372002-03-20 Anthony Green <green@redhat.com>
8138
8139 * configure.in: Enable libgcj for xscale-elf target.
8140
81412002-02-28 Alexandre Oliva <aoliva@redhat.com>
8142
8143 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8144 libjava.
8145 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8146
81472002-02-22 Alexandre Oliva <aoliva@redhat.com>
8148
8149 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8150 libstdc++-v3 and libjava.
8151
81522002-02-11 Adam Megacz <adam@xwt.org>
8153
8154 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8155 boehm-gc
8156
81572002-02-09 Alexandre Oliva <aoliva@redhat.com>
8158
8159 * config.guess: Updated to 2002-01-30's version.
8160 * config.sub: Updated to 2002-02-01's version.
8161 Contribute sh64-elf.
8162 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8163 * configure.in: Added sh64-*-*.
8164
81652002-01-17 H.J. Lu <hjl@gnu.org>
8166
8167 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8168 (all-target-fastjar): Also depend on all-target-libiberty.
8169
8170Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8171
8172 * configure, configure.in: Use temp file for long sed commands.
8173
81742001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8175
8176 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8177 libf2c.
8178
81792001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8180
8181 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8182
81832001-10-11 Hans-Peter Nilsson <hp@axis.com>
8184
8185 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8186
81872001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8188
8189 * configure: Handle temporary files securely using mkdir.
8190
81912001-09-26 Will Cohen <wcohen@redhat.com>
8192
8193 * configure.in (*-*-linux*): Disable configuration of target-newlib
8194 and target-libgloss.
8195
81962001-09-26 Alexandre Oliva <aoliva@redhat.com>
8197
8198 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8199 RANLIB.
8200
82012001-08-11 Graham Stott <grahams@redhat.com>
8202
8203 * Makefile.in (check-c++): Add missing semicolon.
8204
82052001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8206
8207 * configure.in (sh-*-linux*): New.
8208
82092001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8210
8211 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8212 and libgcj on m68hc11/m68hc12.
8213
82142001-06-27 H.J. Lu (hjl@gnu.org)
8215
8216 * Makefile (CFLAGS_FOR_BUILD): New.
8217 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8218
82192001-06-01 Hans-Peter Nilsson <hp@axis.com>
8220
8221 * configure.in (libstdcxx_flags): Do not try to execute
8222 libstdc++-v3/testsuite_flags until it exists.
8223
82242001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8225
8226 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8227
82282001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8229
8230 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8231
8232Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8233
8234 * configure.in: Move *-chorusos target case to the proper switch.
8235 Disable libgcj.
8236
82372001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8238
8239 * Makefile.in (STAGE1_CFLAGS): Pass down.
8240
82412001-04-13 Alan Modra <amodra@one.net.au>
8242
8243 * config.guess: Add hppa64-linux support. Note for next import that
8244 this is already in the master file.
8245 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8246
82472001-03-22 Colin Howell <chowell@redhat.com>
8248
8249 * Makefile.in (DO_X): Do not backslash single-quotes in
8250 backquotes (two places).
8251
82522001-03-18 Laurynas Biveinis <lauras@softhome.net>
8253
8254 * Makefile.in (DO_X): Quote nested quotes.
8255
82562001-03-15 Laurynas Biveinis <lauras@softhome.net>
8257
8258 * Makefile.in (DO_X): Use double quotes for quoting
8259 "RANLIB=$${RANLIB}".
8260
82612001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8262
8263 * configure.in: Only use `lang_requires' for languages athat are
8264 actually enabled.
8265
82662001-03-07 Tom Tromey <tromey@redhat.com>
8267
8268 * configure.in: Allow config-lang.in to set `lang_requires' to list
8269 of other required languages.
8270
82712001-03-06 Laurynas Biveinis <lauras@softhome.net>
8272
8273 * Makefile.in: Remove RANLIB definition. Use RANLIB
8274 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8275 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8276
82772001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8278 Alexandre Oliva <aoliva@redhat.com>
8279
8280 * Makefile.in (check-c++): Use tabs, not spaces.
8281
82822001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8283
8284 * Makefile.in (check-c++): New rule.
8285
8286 * configure.in (target_libs): Remove libg++.
8287 (noconfigdirs): Remove libg++.
8288 (noconfigdirs): Same.
8289 (noconfigdirs): Same.
8290 (noconfigdirs): Same.
8291
8292 * config-ml.in: Remove libg++ references.
8293
8294 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8295 (ALL_TARGET_MODULES): Same.
8296 (configure-target-libg++): Remove.
8297 (all-target-libg++): Remove.
8298 (configure-target-libio): Remove.
8299 (all-target-libio): Remove.
8300 (check-target-libio): Remove.
8301 (.PHONY): Remove.
8302 (libg++.tar.bz2): Remove.
8303 (all-target-cygmon): Remove libio.
8304 (all-target-libstdc++): Remove.
8305 (configure-target-libstdc++): Remove.
8306 (TARGET_LIB_PATH): Remove libstdc++.
8307 (ALL_GCC_CXX): Remove libstdc++.
8308 (all-target-gperf): Correct.
8309
83102001-02-15 Anthony Green <green@redhat.com>
8311
8312 * configure: Introduce GCJ_FOR_TARGET.
8313 * configure.in: Ditto.
8314 * Makefile.in: Ditto.
8315
83162001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8317
8318 * configure.in: for *-chorusos, don't config target-newlib and
8319 target-libgloss.
8320
83212001-02-04 Mark Mitchell <mark@codesourcery.com>
8322
8323 Remove V2 C++ library.
8324 * configure.in: Remove --enable-libstdcxx_v3 support.
8325
83262001-01-27 Richard Henderson <rth@redhat.com>
8327
8328 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8329
83302001-01-26 Tom Tromey <tromey@redhat.com>
8331
8332 * configure.in: Allow libgcj to be built on Sparc Solaris.
8333
83342001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8335
8336 * configure.in: Enable libgcj on several additional platforms.
8337
83382001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8339
8340 * configure.in: Enable libgcj for linux targets.
8341
83422001-01-09 Mike Stump <mrs@wrs.com>
8343
8344 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8345 failures of subdirectories.
8346
83472001-01-02 Laurynas Biveinis <lauras@softhome.net>
8348
8349 * configure: handle DOS-style absolute paths.
8350
83512001-01-02 Laurynas Biveinis <lauras@softhome.net>
8352
8353 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8354
83552000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8356
8357 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8358 (libstdcxx_incdir): Pass down.
8359 * config.if: Remove expired bits for cxx_interface, add stub.
8360 (libstdcxx_incdir): Add variable for g++ include directory.
8361 * configure.in (gxx_include_dir): Use it.
8362
83632000-12-15 Andreas Jaeger <aj@suse.de>
8364
8365 * configure.in: Handle lang_dirs.
8366
83672000-12-13 Anthony Green <green@redhat.com>
8368
8369 * configure.in: Disable libgcj for any target not specifically
8370 listed. Disable libgcj for x86 and Alpha Linux until compatible
8371 with g++ abi.
8372
83732000-12-13 Mike Stump <mrs@wrs.com>
8374
8375 * Makefile.in (local-distclean): Also remove fastjar.
8376
83772000-12-10 Anthony Green <green@redhat.com>
8378
8379 * configure.in: Define libgcj. Disable libgcj target libraries for
8380 most targets.
8381
83822000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8383
8384 * configure.in (target_libs): Revert 2000-12-08 patch.
8385 (noconfigdirs): Added target-libjava.
8386
83872000-12-09 Laurynas Biveinis <lauras@softhome.net>
8388
8389 * Makefile.in: handle DOS-style absolute paths.
8390
83912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8392
8393 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8394 libjava.
8395 * configure.in (target_libs): Removed `target-libjava'.
8396
83972000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8398
8399 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8400 (ALL_MODULES): Added fastjar.
8401 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8402 (all-target-libjava): all-fastjar replaces all-zip.
8403 (all-fastjar): Added.
8404 (configure-target-fastjar, all-target-fastjar): Likewise.
8405 * configure.in (host_tools): Added fastjar.
8406
84072000-12-07 Mike Stump <mrs@wrs.com>
8408
8409 * Makefile.in (local-distclean): Remove leftover built files.
8410
84112000-11-16 Fred Fish <fnf@be.com>
8412
8413 * configure.in (enable_libstdcxx_v3): Fix typo,
8414 libstd++ -> libstdc++.
8415
84162000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8417
8418 * configure: Provide the original toplevel configure arguments
8419 (including $0) to subprocesses in the environment rather than
8420 through gcc/configargs.h.
8421
84222000-11-12 Mark Mitchell <mark@codesourcery.com>
8423
8424 * configure: Turn on libstdc++ V3 by default.
8425
84262000-10-16 Michael Meissner <meissner@redhat.com>
8427
8428 * configure (gcc/configargs.h): Only create if there is a build GCC
8429 directory created.
8430
84312000-10-05 Phil Edwards <pme@gcc.gnu.org>
8432
8433 * configure: Save configure arguments to gcc/configargs.h.
8434
84352000-10-04 Andris Pavenis <pavenis@latnet.lv>
8436
8437 * Makefile.in (bootstrap): avoid recursion if subdir missing
8438 (cross): ditto
8439 (do-proto-toplev): ditto
8440
8441Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8442
8443 * configure.in: Do not build byacc for hppa64. Provide paths to the
8444 X11 libraries for hppa64.
8445
84462000-09-02 Anthony Green <green@cygnus.com>
8447
8448 * Makefile.in (all-gcc): Depend on all-zlib.
8449 (CLEAN_MODULES): Add clean-zlib.
8450 (ALL_MODULES): Add all-zlib.
8451 * configure.in (host_libs): Add zlib.
8452
84532000-08-25 Alexandre Oliva <aoliva@redhat.com>
8454
8455 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8456 $targargs to tell whether newlib is going to be built.
8457
8458 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8459 $$r/TARGET_SUBDIR/libio for _G_config.h.
8460
84612000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8462
8463 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8464
8465 * configure: Make enable_threads and enable_shared defaults
8466 explicit. Substitute enable_threads into generated Makefiles.
8467 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8468 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8469
84702000-08-02 Manfred Hollstein <manfredh@redhat.com>
8471
8472 * configure.in: Re-enable all references to libg++ and librx.
8473
ffb97b2f 84742002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8475
ffb97b2f
DD
8476 * configure.in: Add *-*-freebsd* configurations.
8477
bbf6e9e3
AC
84782002-04-07 Andrew Cagney <ac131313@redhat.com>
8479
8480 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8481 (do-tar, do-bz2): New rules.
8482 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8483 (gdb-tar): New rule.
8484 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8485 (insight_dejagnu.tar): New rule.
8486 (insight.tar): New rule.
8487 (gdb+dejagnu.tar): New rule.
8488 (gdb.tar): New rule.
8489
8f1579c0
AC
84902002-04-07 Andrew Cagney <ac131313@redhat.com>
8491
8492 * MAINTAINERS: Update dejagnu/
8493
ba3c59ab
AO
84942002-03-16 Alexandre Oliva <aoliva@redhat.com>
8495
8496 * ltmain.sh (relink_command): Fix typo in previous change.
8497
6243d5dd
AO
84982002-03-15 Alexandre Oliva <aoliva@redhat.com>
8499
8500 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8501 (relink_command): Added --tag flags.
8502 (mode=install): If relinking fails; error out.
8503
80413487
RH
85042002-03-12 Richard Henderson <rth@redhat.com>
8505
8506 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8507 .NOTPARALLEL tag.
8508 (do-check): Rename from check.
8509 (check): Allow parallel check.
8510
3daeddf6
RH
85112002-03-11 Richard Henderson <rth@redhat.com>
8512
8513 * Makefile.in (.NOTPARALLEL): Add fake tag.
8514
fad93c55
L
85152002-03-07 H.J. Lu (hjl@gnu.org)
8516
8517 * configure.in: Enable gprof for mips*-*-linux*.
8518
2e8357fc
AO
85192002-02-28 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8522 libjava.
8523 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8524
bd48e1a9
AC
85252002-02-24 Andrew Cagney <ac131313@redhat.com>
8526
8527 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8528
39121370
DJ
85292002-02-23 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * config.guess: Import from master sources, rev 1.232.
8532 * config.sub: Import from master sources, rev 1.246.
8533
081ff160
AO
85342002-02-23 Alexandre Oliva <aoliva@redhat.com>
8535
8536 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8537 because its Makefile is there; test for the executable instead.
8538
20a5393b
AO
85392002-02-09 Alexandre Oliva <aoliva@redhat.com>
8540
8541 Contribute sh64-elf.
8542 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8543 * configure.in: Added sh64-*-*.
8544
38135629
JJ
85452002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8546
80413487
RH
8547 * COPYING.NEWLIB: Remove advertising clause from
8548 Berkeley and Red Hat licenses.
38135629 8549
48d19748
MD
85502002-02-01 Mo DeJong <supermo@bayarea.net>
8551
8552 * Makefile.in: Add all-tix to deps for all-snavigator
8553 so that tix is built when building snavigator.
8554
f6e1c110
BE
85552002-02-01 Ben Elliston <bje@redhat.com>
8556
8557 * config.guess: Import from master sources, rev 1.229.
8558 * config.sub: Import from master sources, rev 1.240.
8559
4867be41
DJ
85602002-01-27 Daniel Jacobowitz <drow@mvista.com>
8561
8562 From Steve Ellcey <sje@cup.hp.com>:
8563 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8564 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8565 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8566 IA64.
8567 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8568 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8569 soname_spec, sys_lib_search_path_spec): Ditto.
8570
e82380cc
JT
85712002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8572
8573 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8574 target-libiberty, and target-libgloss. Skip Java-related
8575 libraries if not supported for NetBSD on target CPU.
8576
1319fb9c
NC
85772002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8578
8579 * configure.in: Import StrongARM and XScale target_configdirs from
8580 FSF GCC version.
8581
b020f6ac
L
85822002-01-16 H.J. Lu (hjl@gnu.org)
8583
8584 * config.guess: Import from master sources, rev 1.225.
8585 * config.sub: Import from master sources, rev 1.238.
8586
8587 * MAINTAINERS: Updated notes on config.guess and config.sub.
8588
a0c1c920
NC
85892002-01-11 Steve Ellcey <sje@cup.hp.com>
8590
8591 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8592 ld and gdb are not supported.
8593
a9fa5e1f
JJ
85942002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8595
8596 * Change reference to Cygnus Solutions to be Red Hat.
8597
94077108
JJ
85982002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8599
8600 * COPYING.NEWLIB: Update generic copyright date.
8601
05ecd75c
MS
86022002-01-07 Mark Salter <msalter@redhat.com>
8603
8604 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8605 Allow target-libgloss to be built for arm, strongarm, and xscale.
8606
a106bb62
BE
86072002-01-03 Ben Elliston <bje@redhat.com>
8608
8609 * MAINTAINERS: Update URL for config.* scripts.
8610
0e254642
AM
86112001-12-18 Alan Modra <amodra@bigpond.net.au>
8612
8613 * config.sub: Import latest version.
8614 * config.guess: Likewise.
8615
0a0d0041
TF
86162001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8617
8618 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8619 options for i[3456]86-pc-linux* native builds.
8620
d932cae7
NC
86212001-12-05 Laurent Guerby <guerby@acm.org>
8622
8623 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8624 libiberty.
d932cae7
NC
8625
8626 Import this patch from gcc:
5481b376 8627
d932cae7
NC
8628 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8629
8630 * symlink-tree: handle DOS-style absolute paths.
8631
49b7683b
DD
86322001-11-28 DJ Delorie <dj@redhat.com>
8633 Zack Weinberg <zack@codesourcery.com>
8634
8635 When build != host, create libiberty for the build machine.
8636
8637 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8638 CONFIG_ARGUMENTS.
8639 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8640 New variables.
8641 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8642 and rules.
8643 (all.normal): Depend on ALL_BUILD_MODULES.
8644 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8645 (all-build-libiberty): Depend on configure-build-libiberty.
8646
8647 * configure: Calculate and substitute proper value for
8648 ALL_BUILD_MODULES.
8649 * configure.in: Create the build subdirectory.
8650 Calculate and substitute TARGET_CONFIGARGS (formerly
8651 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8652
26ef82f4
GK
86532001-11-26 Geoffrey Keating <geoffk@redhat.com>
8654
8655 * config.sub: Update to version 1.232 on subversion.
8656
43e64072
NC
86572001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8658
8659 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8660 files from .po files for a distribution.
8661
66f6c0d5
HPN
86622001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8663
8664 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8665
4a02fdb2
JH
86662001-11-13 Jeff Holcomb <jeffh@redhat.com>
8667
8668 Merged from net gcc:
8669 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8670 * ltcf-c.sh: Use $objext, not $ac_objext.
8671 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8672 * ltcf-cxx.sh: Add support for GNU.
8673 2001-07-22 Timothy Wall <twall@redhat.com>
8674 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8675 default settings if using GNU tools with that configuration.
8676 * ltcf-cxx.sh: Ditto.
8677 * ltcf-gcj.sh: Ditto.
8678 2001-07-21 Michael Chastain <chastain@redhat.com>
8679 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8680 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8681 * ltmain.sh: Mark as gcc-local.
8682
227b9953
JH
86832001-11-13 Jeff Holcomb <jeffh@redhat.com>
8684
8685 * Makefile.in (all-bison): Revert 2001-10-24.
8686 Don't depend on texinfo.
8687
cbbab8fb
JJ
86882001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8689
80413487 8690 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8691
922b2485
DD
86922001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8693
8694 * configure.in (--enable-languages): Be more permissive about
8695 syntax. Check for empty lists better. Warn about $LANGUAGES.
8696
f08fa01d
HPN
86972001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8698
8699 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8700
fee3da4e
JH
87012001-10-24 Jeff Holcomb <jeffh@redhat.com>
8702
8703 Makefile.in (all-bison): Don't depend on texinfo.
8704
73fb1ef9
AM
87052001-10-03 Alan Modra <amodra@bigpond.net.au>
8706
8707 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8708
373688ac
AO
87092001-09-29 Alexandre Oliva <aoliva@redhat.com>
8710
8711 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8712
9c07660b
HPN
87132001-09-28 Hans-Peter Nilsson <hp@axis.com>
8714
8715 * config.sub, config.guess: Import latest from subversions.
8716
3f152009
AO
87172001-09-21 Alexandre Oliva <aoliva@redhat.com>
8718
8719 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8720 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8721 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8722 avoid quotes nesting problems.
8723 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8724 (DO_X): Export only variables that are set.
8725
8f6a59e5
BE
87262001-09-19 Ben Elliston <bje@redhat.com>
8727
8728 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8729 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8730 semantics. Use the shell built-in "type" command instead.
8731
a1ec19fa
TS
87322001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8733
8734 * config.sub: Reverted the earlier change, this version is not the
8735 master file.
8736
4008bd9b
TS
87372001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8738
8739 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8740 Add support for mips64.
8741
dd1e52a4
JH
87422001-09-03 Jeff Holcomb <jeffh@redhat.com>
8743
8744 * configure.in: Enable libstdc++-v3 for h8300 targets.
8745
91549d1c
EC
87462001-08-30 Eric Christopher <echristo@redhat.com>
8747 Jason Eckhardt <jle@redhat.com>
8748
8749 * config.sub: Add support for mipsisa32.
8750
cf966cf9
EC
87512001-08-30 Eric Christopher <echristo@redhat.com>
8752
8753 * config.sub, config.guess: Import latest from subversions.
8754
82208dc5
AM
87552001-08-20 Alan Modra <amodra@bigpond.net.au>
8756
8757 * config.sub, config.guess: Import latest from subversions.
8758
4dca8403
DD
87592001-07-26 DJ Delorie <dj@redhat.com>
8760
8761 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8762
1107dce2
AM
87632001-06-19 Alan Modra <amodra@bigpond.net.au>
8764
8765 * Makefile.in: Revert 2001-06-17.
8766 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8767
e09a6604
L
87682001-06-17 H.J. Lu <hjl@gnu.org>
8769
8770 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8771 (gas+binutils.tar.bz2): Likewise.
8772 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8773
31a8b634
AC
8774Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8775
8776 * Makefile.in (VER): When present, extract the version number from
5481b376 8777 the file version.in.
31a8b634 8778
dc70af01
AO
87792001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8780
8781 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8782 gcc/xgcc is built, use -print-prog-name to find out the program
8783 name to use.
8784
839bbd8c
AO
87852001-06-04 Mark Mitchell <mark@codesourcery.com>
8786
8787 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8788 with_gcc]: Use `gcc -shared' to build a shared library.
8789
566e9a30
AO
87902001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8791
8792 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8793 archives.
8794
e877bb69
AO
87952001-05-28 Simon Patarin <simon.patarin@inria.fr>
8796
8797 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8798 libraries when using g++ with native linker.
8799
1605288b
AO
88002001-05-28 Alexandre Oliva <aoliva@redhat.com>
8801
8802 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8803
11a383ba
TR
88042001-05-24 Tom Rix <trix@redhat.com>
8805
8806 * configure.in : enable ld for aix
cf966cf9 8807
18611226
AO
88082001-05-22 Alexandre Oliva <aoliva@redhat.com>
8809
8810 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8811 [aix4*|aix5*]: Prepend blank.
8812
6be7c12c
AO
88132001-05-20 Alexandre Oliva <aoliva@redhat.com>
8814
8815 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8816 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8817 of subdir/configure scripts to use the new libtool.m4.
8818
4ed00bba
L
88192001-05-14 H.J. Lu <hjl@gnu.org>
8820
8821 * config.if (libc_interface): Set to -libc6.2- for cross
8822 compiling to Linux/glibc 2.2.
8823
b1af961c
AO
88242001-05-03 Alexandre Oliva <aoliva@redhat.com>
8825
8826 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8827 libgcj.
8828
5ec3e74e
AO
88292001-04-26 Alexandre Oliva <aoliva@redhat.com>
8830
8831 * configure.in (noconfigdirs): Don't reset it from scratch in the
8832 target case; only append to it.
8833
b3ed1d6b
AO
88342001-04-26 Alexandre Oliva <aoliva@redhat.com>
8835
8836 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8837 sparc-*-solaris2.8]: Disable ${libgcj}.
8838
96111c10
AO
88392001-04-25 Alexandre Oliva <aoliva@redhat.com>
8840
8841 * configure.in (libgcj_saved): Copy from $libgcj.
8842 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8843 --disable-libgcj.
8844
b5bf43f2
AO
88452001-04-20 Alexandre Oliva <aoliva@redhat.com>
8846
8847 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8848 1.641.2.228.
8849
8cc32590
AO
88502001-04-12 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8853 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8854
dec0cb0c
AO
88552001-04-01 Alexandre Oliva <aoliva@redhat.com>
8856
8857 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8858 New macros.
8859 (bootstrap, cross): Use RECURSE_FLAGS.
8860 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8861
6a9c3886
AO
88622001-03-27 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8865
d4fc7db8
NC
88662001-03-23 Nick Clifton <nickc@redhat.com>
8867
8868 * README-maintainer-mode: Add note about inability to use "make
8869 distclean" in maintainer mode.
8870
7389ff65
AO
88712001-03-22 Alexandre Oliva <aoliva@redhat.com>
8872
8873 Re-installed:
8874 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8875 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8876 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8877 * ltcf-cxx.sh: Likewise.
8878 * ltcf-gcj.sh: Likewise.
8879
b3e0dc8e
PB
88802001-03-22 Philip Blundell <philb@gnu.org>
8881
8882 * config.sub, config.guess: Import latest from subversions.
8883
469b781c
AO
88842001-03-22 Alexandre Oliva <aoliva@redhat.com>
8885
8886 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8887 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8888
b0dad762
MC
88892001-03-20 Michael Chastain <chastain@redhat.com>
8890
8891 * Makefile.in: all-m4 depends on all-texinfo.
8892
c559bb17
AO
88932001-03-08 Alexandre Oliva <aoliva@redhat.com>
8894
8895 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8896
fef4ae2e
JJ
88972001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8898
8899 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8900 longer valid.
8901
8d6dd99d
NC
89022001-02-16 Nick Clifton <nickc@redhat.com>
8903
8904 * configure.in (noconfigdirs): Allow configuration of texinfo
8905 for Cygwin hosts.
8906
a85d7ed0
NC
89072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8908
8909 * config.guess: Add linux target for S/390.
8910 * config.sub: Likewise.
8911 * configure.in: Likewise.
8912
51221c5e
DD
89132001-02-06 Ben Elliston <bje@redhat.com>
8914
8915 * configure: Output host type to stdout, not stderr.
8916
9dec4c71
MS
89172001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8918
8919 * config.guess: Import from subversions.gnu.org (revision 1.181).
8920 * config.sub: Import from subversions.gnu.org (revision 1.199).
8921
9add9c04
AM
89222001-01-30 Alan Modra <alan@linuxcare.com.au>
8923
8924 * config.guess: Handle hppa64-linux systems.
8925
8679174d
MS
89262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8927
8928 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8929 Don't unset, it's non-portable and no longer necessary, set to empty
8930 instead.
8931
02d01ed4
MS
89322001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8933
8934 * ltconfig: Shell portability fix for the tagname validity check.
8935
4cc5853d
MS
89362001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8937
8938 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8939
7487e485
AO
89402001-01-27 Alexandre Oliva <aoliva@redhat.com>
8941
8942 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8943 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8944
f332af52
AO
89452001-01-24 Alexandre Oliva <aoliva@redhat.com>
8946
8947 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8948 keep at least one of build_libtool_libs or build_old_libs set to
8949 yes.
8950
ef099754
AO
89512001-01-24 Alexandre Oliva <aoliva@redhat.com>
8952
8953 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8954 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8955
8341f2fc 89562000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8957
8341f2fc
AJ
8958 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8959
89602000-11-03 Philip Blundell <pb@futuretv.com>
8961
8962 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8963 files.
ebf0fa2e 8964
c320a39f
JJ
89652001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8966
8967 * COPYING.NEWLIB: Put into source repository.
8968
8817b92e
BE
89692001-01-15 Ben Elliston <bje@redhat.com>
8970
8971 * configure.in (host_tools): Add sid.
8972 Always configure cgen.
8973 * Makefile.in (all-sid): New target.
8974 (check-sid, clean-sid, install-sid): Likewise.
8975
35590697
AJ
89762001-01-07 Andreas Jaeger <aj@suse.de>
8977
80413487 8978 * config.sub, config.guess: Update from subversions.
35590697 8979
6ee6cea6
AO
89802000-12-12 Alexandre Oliva <aoliva@redhat.com>
8981
8982 * configure.in: Disable language-specific target libraries for
8983 languages that aren't enabled.
8984
077b8428
NC
89852000-11-24 Nick Clifton <nickc@redhat.com>
8986
8987 * configure.in (xscale-elf): Add target.
8988 (xscale-coff): Add target.
8989 (c4x, c5x, tic54x): Move after ARM targets.
8990
9e28a1ed
AO
89912000-11-23 Alexandre Oliva <aoliva@redhat.com>
8992
8993 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8994
be98a80a
ILT
89952000-11-20 Ian Lance Taylor <ian@zembu.com>
8996
8997 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8998
5cec67bf
AO
89992000-11-18 Alexandre Oliva <aoliva@redhat.com>
9000
9001 * Makefile.in: Merge with GCC and libgcj.
9002 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9003 configure-target-<library> when their configure scripts need the C
9004 or C++ library to have already been built to work properly.
9005 (do_proto_toplev): Set them to an empty string.
9006
d932cae7 90072000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9008
9009 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9010 (REALLY_SET_LIB_PATH): Use them.
9011
d932cae7 90122000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9013
9014 * config.sub: Add support for Sun Chorus
9015
8602ff0c
NC
90162000-11-02 Per Lundberg <plundis@chaosdev.org>
9017
9018 * config.sub: Add support for the *-storm-chaos OS.
9019
f9e0997d
NC
90202000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9021
80413487
RH
9022 * configure.in (noconfigdirs): Don't compile some
9023 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9024
d64552c5
AO
90252000-09-30 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9028 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9029 all affected `configure' scripts.
9030
97f60b31
AO
90312000-09-25 Alexandre Oliva <aoliva@redhat.com>
9032
9033 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9034 ltcf-c.sh.
9035
6e8dd58f
PB
90362000-09-12 Philip Blundell <philb@gnu.org>
9037
9038 * config.sub, config.guess: Update from subversions.
9039
103a2e99
AO
90402000-09-06 Alexandre Oliva <aoliva@redhat.com>
9041
51601921
AO
9042 * Makefile.in (all-zlib): Added dummy target.
9043
103a2e99
AO
9044 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9045 multi-language branch.
9046
2809b4b9
AO
90472000-09-05 Alexandre Oliva <aoliva@redhat.com>
9048
9049 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9050 (bootstrap*): Depend on all-bootstrap.
9051
7450026c
AO
90522000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9053
9054 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9055 crosses, but add gcc/include to the header search path for them.
9056
6cf86f7f
AO
90572000-08-31 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9060 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9061 * gettext.m4: New file, extracted from aclocal.m4.
9062
ce2ea6e3
AO
90632000-08-22 Alexandre Oliva <aoliva@redhat.com>
9064
9065 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9066 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9067 sub-configures.
9068
9765193e
DE
90692000-08-20 Doug Evans <dje@casey.transmeta.com>
9070
9071 * Makefile.in (ALL_MODULES): Add all-cgen.
9072 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9073 (all-cgen): New target.
9074 (all-opcodes,all-sim): Depend on all-cgen.
9075 * configure.in (host_tools): Add cgen.
9076 Only configure cgen if --enable-cgen-maint.
9077
d7b32520
AO
90782000-08-17 Alexandre Oliva <aoliva@redhat.com>
9079
9080 * config-ml.in (CC, CXX): Don't introduce a leading space.
9081
e52ef561
AO
90822000-08-16 Alexandre Oliva <aoliva@redhat.com>
9083
9084 * configure.in (libstdcxx_flags): Use
9085 libstdc++-v3/src/libstdc++.INC.
9086
88f9c2a0
AO
90872000-08-15 Alexandre Oliva <aoliva@redhat.com>
9088
9089 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9090
98fbe43f
JM
90912000-08-11 Jason Merrill <jason@redhat.com>
9092
9093 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9094 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9095 (FLAGS_FOR_TARGET): Not here.
9096 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9097
279ddab4
DD
90982000-08-07 DJ Delorie <dj@redhat.com>
9099
9100 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9101 "if we're also building gcc, and it's a gcc that will run on the
9102 build machine, we want to use its includes instead of the system's
9103 default includes".
9104
60523a83
AO
91052000-08-03 Alexandre Oliva <aoliva@redhat.com>
9106
24ffec7a
AO
9107 * configure.in (libstdcxx_flags): Don't use `"'.
9108
60523a83
AO
9109 * config-ml.in: Adjust multilib search paths to the
9110 appropriate multilib tree.
9111
daf644b5
AO
91122000-08-02 Alexandre Oliva <aoliva@redhat.com>
9113
9114 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9115 commas in $LANGUAGES.
9116
63266560
DD
91172000-08-01 Alexandre Oliva <aoliva@redhat.com>
9118
9119 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9120
91212000-07-31 Alexandre Oliva <aoliva@redhat.com>
9122
9123 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9124 CXX_FOR_TARGET for sed.
9125
91262000-07-30 Alexandre Oliva <aoliva@redhat.com>
9127
9128 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9129 Do not override if already set in the environment or in configure.
9130 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9131 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9132
9e449d3e
AO
91332000-07-27 Alexandre Oliva <aoliva@redhat.com>
9134
9135 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9136 (GCC_FOR_TARGET): Use it.
9137 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9138 * configure.in: ... here.
9139 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9140 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9141
8bbd92e0
AO
91422000-07-24 Alexandre Oliva <aoliva@redhat.com>
9143
fd1f87b2
AO
9144 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9145 (configure-target-libchill, configure-target-libobjc): Likewise.
9146
8bbd92e0
AO
9147 * configure.in: Use the same cache file for all target libs.
9148 * config-ml.in: But different cache files per multilib variant.
9149
25c6c112
JL
91502000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9151
9152 * configure (topsrcdir): Don't use dirname.
9153
ba73c63f
JM
91542000-07-20 Jason Merrill <jason@redhat.com>
9155
9156 * configure.in: Remove all references to libg++ and librx.
9157
9158 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9159
1af08294
HPN
91602000-07-20 Hans-Peter Nilsson <hp@axis.com>
9161
9162 * config.sub: Update to subversions version 2000-07-06.
9163
ba73c63f
JM
91642000-07-12 Andrew Haley <aph@cygnus.com>
9165
9166 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9167 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9168
91692000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9170
9171 * symlink-tree: Check number of arguments.
9172
d932cae7 91732000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9174
9175 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9176
ba73c63f
JM
91772000-07-05 Jim Wilson <wilson@cygnus.com>
9178
9179 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9180 search path for a g++ extracted from the build tree. This
9181 will allow link tests run by configure scripts in
9182 subdirectories to succeed.
9183
92ee2f86
UC
91842000-07-01 Koundinya K <kk@ddeorg.soft.net>
9185
80413487 9186 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9187
23f2f29f
CV
91882000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9189
9190 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9191 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9192
f04f5a67
TW
91932000-06-19 Timothy Wall <twall@cygnus.com>
9194
9195 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9196 * config.sub: Add tic54x target.
9197
11da68be
NC
91982000-06-07 Phillip Thomas <pthomas@suse.de>
9199
9200 * README-maintainer-mode: New file: Contains notes on using
9201 --enable-maintainer-mode with binutils.
9202
d932cae7 92032000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9204
9205 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9206
d932cae7 92072000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9208
9209 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9210 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9211
9442cea3
L
921220000-05-21 H.J. Lu (hjl@gnu.org)
9213
80413487
RH
9214 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9215 directory are used if they exist. Make sure
9216 $(build_tooldir)/include is searched for header files,
9217 $(build_tooldir)/lib/ for library files.
9442cea3 9218 (GCC_FOR_TARGET): Likewise.
80413487 9219 (CXX_FOR_TARGET): Likewise.
9442cea3 9220
d932cae7 92212000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9222
9223 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9224
d932cae7 92252000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9226
9227 * Makefile.in (configure-target-libiberty): Depend on
9228 configure-target-newlib.
9229
ba73c63f
JM
92302000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9231
9232 * configure.in, Makefile.in: Merge all libffi-related
9233 configury stuff from the libgcj tree.
9234
d932cae7 92352000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9236
9237 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9238 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9239
d932cae7 92402000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9241
9242 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9243 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9244 current version information. Add to proto-toplev directory.
b5a23627
AC
9245 (gdb-taz): Build do-djunpack.
9246
ba73c63f
JM
92472000-05-15 David Edelsohn <edelsohn@gnu.org>
9248
9249 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9250
7c86ed39
L
92512000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9252
9253 * ltmain.sh: Preserve in relink_command any environment
9254 variables that may affect the linker behavior.
9255
d932cae7 92562000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9257
9258 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9259
d932cae7 92602000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9261
9262 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9263
ed0a91a5
EZ
92642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9267 with the version name.
ed0a91a5 9268
ba73c63f 92692000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9270
ba73c63f 9271 * config.if: Tweak.
6cafa39f 9272
ba73c63f 92732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9274
ba73c63f 9275 * djunpack.bat: New file.
66156876 9276
d932cae7 92772000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9278
9279 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9280 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9281 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9282 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9283
ba73c63f
JM
92842000-04-16 Dave Pitts <dpitts@cozx.com>
9285
80413487
RH
9286 * config.sub (case $basic_machine): Change default for "ibm-*"
9287 to "openedition".
ba73c63f 9288
d932cae7 92892000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9290
9291 * Makefile.in (gdb-taz): New target. GDB specific archive.
9292 (do-md5sum): New target.
9293 (MD5PROG): Define.
9294 (PACKAGE): Default to TOOL.
9295 (VER): Default to a shell script.
9296 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9297 md5 checksum generation.
b35ece4e
AC
9298 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9299 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9300 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9301 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9302
d932cae7 93032000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9304
9305 * configure (warn_cflags): Delete.
9306
ba73c63f 93072000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9308 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9309
80413487
RH
9310 * configure.in (enable_libstdcxx_v3): Add.
9311 (target_libs): Add bits here to switch between libstdc++-v2 and
9312 libstdc++-v3.
9313 * config.if: And this file too.
9314 * Makefile.in: Add libstdc++-v3 targets.
35590697 9315
ba73c63f
JM
93162000-04-05 Michael Meissner <meissner@redhat.com>
9317
9318 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9319
d332c5ac
JM
93202000-03-29 Jason Merrill <jason@casey.cygnus.com>
9321
9322 * configure.in: -linux-gnu*, not -linux-gnu.
9323
d932cae7 93242000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9325
9326 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9327 (do-tar-bz2): Replace TOOL with PACKAGE.
9328 (gdb.tar.bz2): Remove GDBTK from GDB package.
9329 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9330 dejagnu.tar.bz2): New packages.
6dcbc97b 9331
96ce09a7
ILT
93322000-02-27 Andreas Jaeger <aj@suse.de>
9333
9334 * configure.in: Add entry for mips*-*-linux*, move catch all
9335 *-*-*linux* entry below this one.
9336
2031769e
ILT
93372000-02-27 Ian Lance Taylor <ian@zembu.com>
9338
9339 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9340
4bab746c
NC
93412000-02-24 Nick Clifton <nickc@cygnus.com>
9342
9343 * config.sub: Support an OS of "wince".
9344
d932cae7 93452000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9346
9347 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9348 version.
ada59422 9349
5b93d8bb
AM
93502000-02-23 Linas Vepstas <linas@linas.org>
9351
9352 * config.sub: Add support for Linux/IBM 370.
9353 * configure.in: Likewise.
9354
2fb651f6
NC
93552000-02-22 Nick Clifton <nickc@cygnus.com>
9356
9357 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9358
b8441c25
CF
93592000-02-20 Christopher Faylor <cgf@cygnus.com>
9360
9361 * config.guess: Guess "cygwin" rather than "cygwin32".
9362
d332c5ac
JM
93632000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9364
9365 * configure (gcc_version): When setting, narrow search to
9366 lines containing `version_string'.
9367
ba73c63f
JM
93682000-02-15 Denis Chertykov <denisc@overta.ru>
9369
9370 * config.sub: Add support for avr target.
9371
d932cae7 93722000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9373
9374 * config.sub: Add mmix-knuth-mmixware.
9375
93762000-01-27 Christopher Faylor <cgf@redhat.com>
9377
9378 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9379 structure stuff to -L library search.
9380 (CXX_FOR_TARGET): Ditto.
9381 (CROSS_CHECK_MODULES): Fix spelling mistake.
9382
93832000-01-24 Mark Mitchell <mark@codesourcery.com>
9384
9385 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9386 the C++ compiler.
9387
93882000-01-12 Richard Henderson <rth@cygnus.com>
9389
9390 * configure.in: Don't build some bits for beos.
9391
93922000-01-12 Joel Sherrill (joel@OARcorp.com)
9393
9394 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9395 as include files.
9396
91b2c84d
GK
93972000-01-06 Geoff Keating <geoffk@cygnus.com>
9398
9399 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9400 not mh-aix43.
9401
ba73c63f
JM
94021999-12-14 Richard Henderson <rth@cygnus.com>
9403
9404 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9405 * config.sub: Accept alphaev[78], alphaev8.
9406
94071999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9408
9409 * config.guess, config.sub: Update from autoconf.
9410
9411Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9412
9413 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9414 necessary libraries are missing.
9415
94161999-10-25 Andreas Schwab <schwab@suse.de>
9417
9418 * configure: Fix quoting inside arguments of eval.
9419
94201999-10-21 Nick Clifton <nickc@cygnus.com>
9421
9422 * config-ml.in: Allow suppression of some ARM multilibs.
9423
9424Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9425
9426 * config.guess: Add OS/390 match pattern.
9427 * config.sub: Add mvs, openedition targets.
9428 * configure.in (i370-ibm-opened*): New.
9429
ef14edc4
ILT
94301999-09-04 Steve Chamberlain <sac@pobox.com>
9431
9432 * config.sub: Add support for configuring for pj.
9433
afb478e8
NC
94341999-08-31 Nick Clifton <nickc@cygnus.com>
9435
fd6848f6 9436 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9437
ba73c63f 94381999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9439
9440 * configure.in: Do not configure or build ld for AIX
9441 platforms. ld is known to be broken on these platforms.
9442
ba73c63f
JM
9443Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9444
9445 * config-ml.in: Pass compiler flag corresponding to multidirs to
9446 subdir configures.
9447
c363de44
ILT
94481999-08-09 Ian Lance Taylor <ian@zembu.com>
9449
9450 * Makefile.in (LDFLAGS): Define.
9451
dc8bc5a6
ILT
94521999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9453
9454 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9455 noconfigdirs.
9456 (*-*-cygwin*): Likewise.
9457
6ca3858e
ILT
94581999-08-08 Ian Lance Taylor <ian@zembu.com>
9459
71141bb6
ILT
9460 * mkdep: New file.
9461 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9462 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9463
6ca3858e
ILT
9464 From Eli Zaretskii <eliz@is.elta.co.il>:
9465 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9466 long file name when using DJGPP on MS-DOS.
9467
ba73c63f
JM
9468Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9469
9470 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9471
2735a327
AM
94721999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9473
9474 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9475 dependency as this causes "make check" to globally "make all"
9476
ba73c63f
JM
9477Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9478
9479 * configure.in (target_libs): Added target-zlib.
9480 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9481 (CONFIGURE_TARGET_MODULES): Likewise.
9482 (CHECK_TARGET_MODULES): Likewise.
9483 (INSTALL_TARGET_MODULES): Likewise.
9484 (CLEAN_TARGET_MODULES): Likewise.
9485 (configure-target-zlib): New target.
9486 (all-target-zlib): Likewise.
9487 (all-target-libjava): Depend on all-target-zlib.
9488 (configure-target-libjava): Depend on configure-target-zlib.
9489
9490 * Makefile.in (configure-target-libjava): Depend on
9491 configure-target-newlib.
9492 (configure-target-boehm-gc): New target.
9493 (configure-target-qthreads): New target.
9494
80413487
RH
9495 * configure.in (target_libs): Added target-qthreads.
9496 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9497 (CONFIGURE_TARGET_MODULES): Likewise.
9498 (CHECK_TARGET_MODULES): Likewise.
9499 (INSTALL_TARGET_MODULES): Likewise.
9500 (CLEAN_TARGET_MODULES): Likewise.
9501 (all-target-qthreads): New target.
9502 (configure-target-libjava): Depend on configure-target-qthreads.
9503 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9504
9505 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9506 (CONFIGURE_TARGET_MODULES): Likewise.
9507 (CHECK_TARGET_MODULES): Likewise.
9508 (INSTALL_TARGET_MODULES): Likewise.
9509 (CLEAN_TARGET_MODULES): Likewise.
9510 (all-target-libjava): New target.
9511 (all-target-boehm-gc): Likewise.
9512 * configure.in (target_libs): Added libjava, boehm-gc.
9513
08d836d6
ILT
95141999-07-22 Ian Lance Taylor <ian@zembu.com>
9515
9516 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9517 configure.bat in SUPPORT_FILES.
9518 (gas+binutils.tar.bz2): Likewise.
9519
9520 * makeall.bat: Remove; obsolete.
9521
8f36e47c
ILT
95221999-07-21 Ian Lance Taylor <ian@zembu.com>
9523
9524 From Mark Elbrecht:
9525 * configure.bat: Remove; obsolete.
9526
56e82f25
ILT
95271999-07-11 Ian Lance Taylor <ian@zembu.com>
9528
9529 * configure: Add -W -Wall to the default CFLAGS when compiling with
9530 gcc.
9531
1001d816
JL
9532Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9533
9534 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9535
106117aa
MM
95361999-06-30 Mark Mitchell <mark@codesourcery.com>
9537
9538 * configure.in: Build ld on IRIX6.
9539
c376f4ed
ILT
95401999-06-12 Ian Lance Taylor <ian@zembu.com>
9541
9542 * Makefile.in: Change distribution targets to use bzip2 instead of
9543 gzip.
9544 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9545 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9546
306b7445
NC
95471999-06-04 Nick Clifton <nickc@cygnus.com>
9548
9549 * config.sub: Add mcore target.
9550
d932cae7 95511999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9552
9553 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9554
d932cae7 95551999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9556
9557 * config.guess (dummy): Changed to $dummy.
9558
6c3175b0
NC
95591999-05-24 Nick Clifton <nickc@cygnus.com>
9560
ba73c63f
JM
9561 * config.sub: Tidied up case statements.
9562
95631999-05-22 Ben Elliston <bje@cygnus.com>
9564
9565 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9566 <jiro@din.or.jp>.
9567
9568 * config.guess: Merge with FSF version. Future changes will be
9569 more accurately recorded in this ChangeLog.
9570 * config.sub: Likewise.
9571
d932cae7 95721999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9573
9574 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9575
252b5132
RH
95761999-04-30 Tom Tromey <tromey@cygnus.com>
9577
9578 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9579
95801999-04-23 Tom Tromey <tromey@cygnus.com>
9581
9582 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9583
95841999-04-20 Drew Moseley <dmoseley@cygnus.com>
9585
9586 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9587 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9588 Bad merge removed these two changes.
9589
ba73c63f 9590Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9591 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9592
9593 * config.guess (interix Alpha): Add.
9594
252b5132
RH
95951999-04-11 Richard Henderson <rth@cygnus.com>
9596
9597 * configure.in (i?86-*-beos*): Do config gperf; don't config
9598 gdb, newlib, or libgloss.
9599
d932cae7 96001999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9601
ba73c63f
JM
9602 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9603 link a trivial program with -mabi=64. If it fails, remove mabi=64
9604 from multidirs.
9605
d932cae7 96061999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9607
9608 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9609
252b5132
RH
96101999-04-08 Nick Clifton <nickc@cygnus.com>
9611
9612 * config.sub: Add support for mcore targets.
9613
96141999-04-07 Michael Meissner <meissner@cygnus.com>
9615
9616 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9617 not mt-ospace, in order to shut up assembler warning about using
9618 symbols that are named the same as registers.
9619
96201999-04-07 Drew Moseley <dmoseley@cygnus.com>
9621
9622 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9623 dependency list for all-target-cygmon.
9624
96251999-04-05 Doug Evans <devans@casey.cygnus.com>
9626
9627 * config-ml.in: Check $host, not $target, for selective multilibs.
9628 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9629 thumb interworking, and underscore prefix multilibs.
9630
96311999-04-04 Ian Lance Taylor <ian@zembu.com>
9632
9633 * missing: Update to version from current automake.
9634
9635Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9636
9637 * configure (gxx_include_dir): Removed.
9638
9639 * configure.in (gxx_include_dir): Handle it.
9640 * Makefile.in: Likewise.
9641
96421999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9643
9644 * config.sub (mips64vr4111,mips64vr4111el) Add.
9645
96461999-03-21 Ben Elliston <bje@cygnus.com>
9647
80413487 9648 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9649
9650Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9651
252b5132
RH
9652 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9653 config/mh-djgpp.
9654
9655Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9656
9657 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9658 all-target-newlib to dependency list for all-target-bsp.
9659
9660Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9661
9662 * config.sub: Add i386-uwin support.
9663 * config.guess: Likewise.
9664
9665Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9666
9667 * configure.in: cleanup, add mh-*pic handling for arm, special
9668 case powerpc*-*-aix*
9669
9670Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9671
9672 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9673 can be built.
9674
9675Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9676
9677 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9678 targets.
252b5132
RH
9679
96801999-03-02 Nick Clifton <nickc@cygnus.com>
9681
9682 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9683
d932cae7 96841999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9685
9686 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9687
96881999-02-24 Nick Clifton <nickc@cygnus.com>
9689
9690 * config.sub: Fix typo in arm recognition.
9691
d932cae7 96921999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9693
9694 * configure.in (noconfigdirs): Changed target_configdirs to
9695 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9696 rather than m68k-*-* since it is not known to work on
9697 m68k-aout. Ditto for arm-*-*oabi.
9698
d932cae7 96991999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9700
9701 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9702
97031999-02-19 Ben Elliston <bje@cygnus.com>
9704
9705 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9706 Smart and improved by Andrew Cagney.
9707
d932cae7 97081999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9709
9710 * config.guess: Recognize openbsd-*-hppa.
9711
d932cae7 97121999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9713
9714 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9715 only if it is not empty.
9716
97171999-02-17 Nick Clifton <nickc@cygnus.com>
9718
9719 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9720
fd6848f6 9721 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9722
9723 * config.sub: Modified to recognize uname's armv* syntax.
9724
97251999-02-17 Mark Salter <msalter@cygnus.com>
9726
9727 * configure.in: Added target-bsp for sparclite.
9728
d932cae7 97291999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9730
9731 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9732
97331999-02-08 Nick Clifton <nickc@cygnus.com>
9734
9735 * configure.in: Add support for strongarm port.
9736 * config.sub: Add support for strongarm target.
9737
d932cae7 97381999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9739
252b5132
RH
9740 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9741 the old name config/mh-cygwin32.
9742 Enable texinfo.
9743
d932cae7 97441999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9745
9746 * configure.in: Do build ld for ix86 Solaris.
9747
d932cae7 97481999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9749
9750 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9751 $AR_FOR_TARGET. Likewise for RANLIB.
9752
d932cae7 97531999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9754
80413487
RH
9755 * config.sub (oabi): Recognize.
9756 * configure.in (arm-*-oabi): Handle.
252b5132 9757
d932cae7 97581999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9759
9760 * config.guess: Improve detection of i686 on UnixWare 7.
9761
d932cae7 97621999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9763
9764 * config.guess: Add support for i386-pc-interix.
9765 * config.sub: Likewise.
9766 * configure.in: Likewise.
252b5132 9767
d932cae7 97681999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9769
9770 * Makefile.in: Remove unneeded all-target-libio from
9771 from all-target-winsup target since it is now unneeded.
9772 Add all-target-libtermcap in its place since it is now
9773 needed.
9774
d932cae7 97751998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9776
9777 * configure.in: makefile stub for cygwin target is probably
9778 unnecessary. Remove it for now.
252b5132 9779
d932cae7 97801998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9781
9782 * configure.in: libtermcap.a should be built when cygwin is the
9783 target as well as the host.
9784 * config.guess: Allow mixed case in cygwin uname output.
9785 * Makefile.in: Add libtermcap target.
252b5132 9786
d932cae7 97871998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9788
9789 * config.sub: Clean up handling of hppa2.0.
9790
d932cae7 97911998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9792
9793 * config.guess: Use C code to identify more HP machines.
9794
9795Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9796
9797 * config.sub: Handle hppa2.0.
9798
ba73c63f
JM
9799Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9800
9801 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9802 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9803
98041998-12-15 Mark Salter <msalter@cygnus.com>
9805
9806 * configure.in: Added target-bsp for several target architectures.
9807
9808 * Makefile.in: Added rules for bsp.
9809
252b5132
RH
9810Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9811
9812 * config.guess: Improve detection of hppa2.0 processors.
9813
9814Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9815
9816 * config.guess: Recognize FreeBSD using ELF automatically.
9817
98181998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9819
9820 * configure (skip-this-dir): Add handling for new shell script, which
9821 might be created by a sub-directory's configure to indicate, this particular
9822 directory is "unwanted".
9823 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9824
252b5132
RH
9825Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9826
9827 * ltconfig: import from libtool, after changing libtool to
9828 account for the cygwin name change.
9829
9830Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9831
9832 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9833 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9834
9835Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9836
9837 * configure.in: Add libtermcap to list of cygwin dependencies.
9838
d932cae7 98391998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9840
80413487
RH
9841 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9842 they include winsup/include when it's a cygwin target.
252b5132
RH
9843
98441998-11-12 Tom Tromey <tromey@cygnus.com>
9845
9846 * configure.in (host_tools): Added zip.
9847 * Makefile.in (all-target-libjava): Depend on all-zip.
9848 (all-zip): New target.
9849 (ALL_MODULES): Added all-zip.
9850 (NATIVE_CHECK_MODULES): Added check-zip.
9851 (INSTALL_MODULES): Added install-zip.
9852 (CLEAN_MODULES): Added clean-zip.
9853
d932cae7 98541998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9855
9856 * Makefile.in: lose "32" from comment about cygwin.
9857
d932cae7 98581998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9859
9860 * configure.in: Use -Os to build target libraries for the fr30.
9861
d932cae7 98621998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9863
9864 * config.sub: Add fr30.
9865
d932cae7 98661998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9867
80413487 9868 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9869 cygwin* instead of cygwin32*.
9870 * config.sub: Check cygwin* instead of cygwin32*.
9871
d932cae7 98721998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9873
9874 * config.guess: Match any version of Unixware7.
9875
252b5132
RH
98761998-10-20 Syd Polk <spolk@cygnus.com>
9877
9878 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9879 if desired.
9880
d932cae7 98811998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9882
9883 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9884 these if the appropriate directories and files to not exist.
9885
d932cae7 98861998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9887
9888 * Makefile.in (DEVO_SUPPORT): Add config.if.
9889
d932cae7 98901998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9891
9892 * configure: Add pattern to replace "build_tooldir"'s
9893 definition in the generated Makefile with "tooldir"'s
9894 actual value.
9895
252b5132
RH
9896Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9897
9898 * config.sub: Bring back lost sparcv9.
9899
ba73c63f
JM
9900 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9901
9902Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9903
9904 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9905 CC_FOR_TARGET and friends.
9906
9907Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9908
ba73c63f
JM
9909 * Makefile.in (build_tooldir): New variable, same as tooldir.
9910 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9911 -B$(build_tooldir)/bin/.
9912 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9913
252b5132
RH
9914Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9915
9916 * config.sub: Add support for i[34567]86-pc-udk.
9917 * configure.in: Likewise.
9918
9919Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9920
9921 * Makefile.in: add bzip2 package building bits for user
9922 tools module
9923 * configure.in: ditto
9924
ba73c63f
JM
9925Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9926
9927 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9928 (ALL_TARGET_MODULES): Add all-target-libobjc.
9929 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9930 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9931 (all-target-libchill): Add dependencies.
9932 * configure.in (target_libs): Add libchill.
35590697 9933
252b5132
RH
99341998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9935
ba73c63f 9936 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9937
9938Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9939
9940 * Makefile.in (all-automake): fix dependencies.
9941
9942Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9943
9944 * configure.in: Minor cleanups for building in the $(target_alias)
9945 subdir.
9946
99471998-09-22 Jim Wilson <wilson@cygnus.com>
9948
9949 * Makefile.in (bootstrap): Set r and s before make all. Use
9950 BASE_FLAGS_TO_PASS in make all.
9951 (cross): Likewise.
9952
99531998-09-20 Mark Mitchell <mark@markmitchell.com>
9954
9955 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9956
252b5132
RH
9957Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9958
9959 * config.sub: Fix typo in last change.
9960
99611998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9962
9963 * config.sub: Add support for C4x target.
9964 * configure.in: Likewise.
9965
99661998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9967
9968 * config.sub: Recognize sparcv9 just like sparc64.
9969
9970Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9971
9972 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9973
9974Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9975
9976 * config.guess: Correctly identify Pentium II sco boxes.
9977
9978 * config.guess: Fix "tr" code. From Weiwen Liu.
9979
9980Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9981
9982 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9983 stabs.
9984
9985Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9986
9987 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9988 (ALL_TARGET_MODULES): Add all-target-libchill.
9989 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9990 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9991 (all-target-libchill): Add dependencies.
9992 * configure.in (target_libs): Add libchill.
9993
9994Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9995
9996 * config.guess: Avoid assumptions about "tr" behaves when
9997 LANG is set to something other than English.
9998
9999Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10000
10001 * configure (gxx_include_dir): Changed to
10002 '${prefix}/include/g++'-${libstdcxx_interface}.
10003
10004 * config.if: New to determine the interfaces.
10005
10006Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10007
10008 * config.guess: Detect and handle MPE/IX.
10009 * config.sub: Deal with MPE/IX.
10010
10011Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10012
10013 * configure.in: Use mh-aix43.
10014
100151998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10016
10017 * configure: Fix --without/--disable cases for gxx-include-dir.
10018
10019Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10020
10021 * mdata-sh: Imported. Needed for automake support.
10022
10023Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10024
ba73c63f 10025 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10026 "chmod og=u `find . -print`".
10027
10028Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10029
ba73c63f 10030 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10031
10032Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10033
10034 * Makefile.in: Undo previous patch.
10035
10036Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10037
10038 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10039 to here ...
10040 (install-no-fixedincludes): and here
10041 (INSTALL_MODULES): ... from here.
10042
10043Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10044
10045 * config.sub: Merge with FSF.
10046
10047 * config.guess: Merge with FSF.
10048
10049Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10050
10051 * configure (extraconfigdirs): New variable.
10052 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10053 * Makefile.in (all): Move higher in file.
10054 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10055 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10056 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10057 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10058 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10059
100601998-07-23 Brendan Kehoe <brendan@cygnus.com>
10061
10062 * Makefile.in (all-target-libjava): Depend on all-gcc and
10063 all-target-newlib.
10064 (configure-target-libjava): Depend on $(ALL_GCC).
10065
10066Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10067
10068 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10069 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10070
10071Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10072
10073 * ylwrap: Change absolute path checks to check for DOS style path
10074 names.
10075
10076 * ylwrap: Don't use a full path name if the source file is in the
10077 same directory. From hjl@lucon.org (H.J. Lu).
10078
10079 * config-ml.in: Default to being verbose, to match Feb 18 change to
10080 configure.
10081
10082Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10083
10084 Brought over from egcs:
10085
10086 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10087
10088 * configure.in (target_subdir): Set to ${target_alias} instead
10089 of "libraries".
10090
10091 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10092
10093 * configure.in (target_subdir): Set to libraries if enable_multilib.
10094
10095Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10096
10097 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10098 multilibs, force reconfiguration the first time we create
10099 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10100
10101Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10104 avoid confusion with --no-recursion.
10105
10106Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10107
10108 * configure.in: Win32 hosts shouldn't use install -x
10109 * install-sh: remove -x option, and special .exe-handling
10110 hack.
10111
10112Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10113
10114 * config.guess: Recognize i586-pc-beos.
10115 * configure.in: Don't build some bits for beos.
10116
10117Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10118
10119 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10120 CFLAGS default to -O2.
10121
10122 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10123 when using GNU ld.
10124
10125Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10126
10127 * ltmain.sh: Correct install when using a different shell.
10128
10129Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10130
10131 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10132
10133Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10134
10135 * makefile.vms: Update to build binutils/makefile.vms. Add install
10136 target.
10137
10138Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10139
10140 * ltconfig: Update to correct AIX handling.
10141
10142Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10143
10144 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10145
10146 * configure.in (target_subdir): Set to ${target_alias} instead
10147 of "libraries".
10148
101491998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10150
10151 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10152 (Makefile): Depend on $(gcc_version_trigger).
10153
10154 * configure (gcc_version): Change default initializer to empty
10155 string.
10156 (gcc_version_trigger): New variable; pass this variable down
10157 to subdir configures to enable them checking gcc's version
10158 themselves. Emit make macros for both gcc_version vars.
10159 (topsrcdir): Initialize reliably.
10160 (recursion line): Remove --with-gcc-version=${gcc_version}.
10161
101621998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10163
10164 * configure (enable_version_specific_runtime_libs): Implement new flag
10165 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10166 in $(libsubdir); emit definition in each generated Makefile.
10167 (gxx_include_dir): Initialize depending on
10168 $enable_version_specific_runtime_libs.
10169
101701998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10171
10172 * configure (gcc_version): Initialize properly depending on
10173 how and where configure is started.
10174 (recursion line): Pass a --with-gcc-version=${gcc_version}
10175 to configures in subdirs.
10176
10177Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10178
10179 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10180 cygmon
252b5132
RH
10181
10182Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10183
10184 * configure.in: Add cygmon and libstub support for mn10200.
10185
101861998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10187
10188 * configure (gcc_version): Add new variable describing the
10189 particular gcc version we're building.
10190 * Makefile.in (libsubdir): Add new macro for the directory
10191 in which the compiler finds executables, libraries, etc.
10192 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10193 and libsubdir.
10194
10195Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10196
ba73c63f
JM
10197 * Makefile.in (local-clean): Remove *.log.
10198 (warning.log): Built with warn_summary from build.log.
10199 (mail-report.log): Run test_summary.
10200 (mail-report-with-warnings.log): Run test_summary including
10201 warning.log in the report.
252b5132
RH
10202
10203Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10204
10205 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10206
10207Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10208
10209 * Makefile.in (grep): Grep no longer depends on libiberty.
10210
10211Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10212
10213 * Makefile.in: all-snavigator needs all-libgui.
10214
10215Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10216
10217 * configure.in: Add cygmon and libstub support for mn10300.
10218
10219Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10220
10221 * missing: Update to version from automake 1.3.
10222
10223 * ltmain.sh: On installation, don't get confused if the same name
10224 appears more than once in the list of library names.
10225
10226Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * config.sub: Accept m68060 and m5200 as CPU names.
10229
10230Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10231
10232 * configure: Use && rather than using -a in test, because odd
10233 strings can confuse test.
10234 * configure.in: Likewise.
10235
10236Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10237
10238 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10239
10240Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10241
10242 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10243 bootstrap4-lean): New targets.
10244
10245Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10246
10247 * mpw-* Delete. Not used.
252b5132
RH
10248
10249Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10250
10251 * COPYING.LIB: Update FSF address.
10252
10253Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10254
10255 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10256
10257 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10258 GAS_SUPPORT_DIRS.
10259
10260Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10261
10262 * ltconfig, ltmain.sh: Avoid producing a version number if
10263 -version-info was not used.
10264
10265Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10268 building with newlib.
10269
102701998-04-30 Paul Eggert <eggert@twinsun.com>
10271
ba73c63f 10272 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10273 Solaris `make' causes it to continue to next definition.
252b5132 10274
afb8d725
JM
10275Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10276
10277 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10278 the right GUI libraries and files are installed along with GDB.
10279
252b5132
RH
10280Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10281
10282 * configure.in: Change alpha to alpha* in several places.
10283
10284Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10285
10286 * config.sub: Recognize sparc86x.
10287
10288Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10289
252b5132
RH
10290 * configure.in (--enable-target-optspace): Remove debug echo.
10291
10292Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10293
10294 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10295
10296Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10297
10298 * ltconfig: Update cygwin32 support.
10299
10300 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10301 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10302 (GDB_SUPPORT_DIRS): Likewise.
10303
10304Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10305
10306 * configure.in (target_makefile_frag): If --enable-target-optspace,
10307 use -Os to compile target libraries rather than -O2. Default to
10308 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10309 not used.
10310 * configure.in (target_cflags): Ditto for d30v.
10311
10312Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10313
10314 * Makefile.in (all-bfd): Depend on all-intl.
10315 (all-binutils): Likewise.
10316 (all-gas): Likewise.
10317 (all-gprof): Likewise.
10318 (all-ld): Likewise.
10319
252b5132
RH
103201998-04-19 Brendan Kehoe <brendan@cygnus.com>
10321
10322 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10323
10324Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10325
10326 * Makefile.in (all-bfd): Depend upon all-libiberty.
10327
10328 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10329
10330Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10331
10332 * Makefile.in: Add libstub.
10333
10334 * configure.in: Ditto. Build libstub for targets that have cygmon
10335 support.
10336
10337Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10338
10339 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10340
10341Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10342
10343 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10344 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10345
10346Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10347
10348 * configure: Define DEFAULT_M4 by searching PATH.
10349 * Makfile.in: Use DEFAULT_M4.
10350
10351Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * ltconfig: Add cygwin32 support.
10354
10355 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10356 to configure and build.
10357
10358Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10359
10360 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10361
10362Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10363
10364 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10365
10366Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10367
10368 * Makefile.in: add ash make rules
10369 * configure.in: add ash to native_only and host_tools lists
10370
10371Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10372
10373 * Makefile.in (all-gettext, all-intl): New targets.
10374 (ALL_MODULES): Added all-gettext, all-intl.
10375 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10376 (INSTALL_MODULES): Added install-gettext, install-intl.
10377 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10378
10379 * configure.in (host_tools): Added gettext.
10380 (native_only): Likewise.
10381 (noconfigdirs) [various cases]: Likewise.
10382 (host_libs): Added intl.
10383
afb8d725
JM
10384Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10385
10386 * configure: Do not disable building gdbtk for cygwin32 hosts.
10387
ba73c63f
JM
10388Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10389
10390 * configure.in: Add thumb-coff target.
10391 * config.sub: Add thumb-coff target.
10392
252b5132
RH
10393Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10394
10395 * Makefile.in: Revert yesterday's change.
10396 (all-target-winsup): all-target-librx stays out of here.
10397
10398Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10399
ba73c63f
JM
10400 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10401 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10402 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10403 Remove references to librx and libg++.
10404
10405Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10406
10407 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10408 recursive makes
10409
10410Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10411
10412 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10413 for newlib directory.
10414 (CXX_FOR_TARGET): Likewise.
10415
10416Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10417
10418 * ltconfig: Update after libtool/ltconfig.in change for
10419 hpux11.
10420
10421Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10422
10423 * ltconfig, ltmain.sh: Update to libtool 1.2.
10424
10425Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10426
10427 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10428 (install-gcc-cross): Instead, override LANGUAGES here.
10429
104301998-03-18 Dave Love <d.love@dl.ac.uk>
10431
10432 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10433 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10434
10435Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10436
10437 * configure.in: Add Thumb-pe target.
10438
10439Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10440
252b5132
RH
10441 * Makefile.in - changed sn targets to snavigator
10442 * configure.in - changed sn targets to snavigator
10443
10444Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10445
10446 * config-ml.in: After building symlink tree call make distclean
10447 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10448 to be the case for libiberty.
10449
10450Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10451
10452 * configure: When making link, also check the current
10453 directory. The configure scripts may create one.
10454
10455Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10456
10457 * config.sub: Accept alphapca56 and alphaev6 properly.
10458
10459Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10460
10461 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10462
252b5132
RH
10463Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10464
80413487 10465 * config.sub (sco5): Fix typo.
252b5132
RH
10466
10467Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10468
10469 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10470 install-itcl.
10471 (install-itcl): Remove dependency on install-tcl.
10472
10473Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10474
10475 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10476
252b5132
RH
10477Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10478
10479 * configure.in: Don't build libgui for a cygwin32 target when not on
10480 a cygwin32 host.
10481
10482Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10483
10484 * configure (redirect): Set to null, so default behavior of
10485 configure is now --verbose.
10486
104871998-02-16 Dave Love <d.love@dl.ac.uk>
10488
10489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10490 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10491
10492Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10493
10494 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10495 this change to sync Makefile.in with its ChangeLog entries.
10496
10497Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10498
10499 * ltmain.sh (mkdir): Check that the directory doesn't exist
10500 before we exit with error, so that we don't get races during
10501 parallel builds.
10502
10503Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10504
10505 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10506
10507Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10508
10509 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10510 PICFLAG_FOR_TARGET.
10511 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10512
10513 * configure: Emit a definition for the new macro enable_shared
10514 into each Makefile.
10515
252b5132
RH
10516Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10517
10518 * configure.in (host_tools, native_only): Add libtool.
10519
10520Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10521
10522 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10523 Fix typo in ming config comment.
10524
10525Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10526
10527 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10528
10529Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * config.sub: Add tic30 cases, and map c30 to tic30.
10532
ba73c63f
JM
10533Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10534
10535 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10536 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10537 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10538 (CLEAN_TARGET_MODULES): Similarly
10539 (all-target-libf2c): Add dependences.
35590697 10540 * configure.in (target_libs): Add libf2c.
ba73c63f 10541
252b5132
RH
10542Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10543
ba73c63f
JM
10544 * configure.in: Remove expect from noconfigdirs when target
10545 is cygwin32. OK to build expect and dejagnu with Canadian
10546 Cross.
252b5132
RH
10547
10548Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10549
10550 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10551 host.
10552
10553 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10554 and mingw32.
10555
10556Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10557
10558 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10559 here as it is not defined in the toplevel Makefile.
10560
10561Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10562
10563 * configure (package_makefile_rules_frag): New variable, which names
10564 a file with generic rules, ...
10565 Change comment to mention we now have FIVE parts.
10566 * configure: Undo last change.
10567
10568Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10569
10570 * config.guess: More accurate determination of HP processor types.
10571 * config.sub: More accurate determination of HP processor types.
10572
10573Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10574
10575 * configure (package_makefile_frag): Move inserting the
10576 ${package_makefile_frag} to where it should be according
10577 to the comment.
10578
ba73c63f 10579Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10580
10581 * config.guess: Add support for Linux/ARM.
10582
10583Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10584
10585 * .cvsignore: Remove *-info and *-install since they match
10586 release-info and mpw-install, which we don't want to just ignore.
10587
10588Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10589
10590 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10591
10592Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10593
10594 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10595 local_prefix to sub-make invocations.
10596
10597Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10598
10599 * configure.in: Check makefile fragments in the source
10600 directory.
10601
10602Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10603
ba73c63f
JM
10604 * configure.in: Check whether host and target makefile
10605 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10606
10607Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10608
10609 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10610
252b5132
RH
10611Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10612
10613 * configure.in: Make sure we only replace RPATH_ENVVAR on
10614 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10615 regexp to sed.
10616
10617 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10618 to sub-makes.
10619
106201998-01-13 Lee Iverson (leei@ai.sri.com)
10621
10622 * config-ml.in (multi-do): LDFLAGS must include multilib
10623 designator.
10624
10625Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10626
10627 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10628
10629Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10630
10631 * config.sub: Add mingw32 support.
10632 * configure.in: Likewise.
252b5132
RH
10633
10634Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10635
10636 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10637
10638Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10639
10640 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10641 * configure (gxx_include_dir): Provide a definition for subdirs
10642 which do not use autoconf.
10643
10644Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10645
10646 * config.guess: Sync with egcs. Picks up new alpha support,
10647 BeOS & some additional linux support.
10648
ba73c63f 10649Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10650
10651 * config.guess: HP 9000/803 is a PA1.1 machine.
10652
ba73c63f
JM
10653Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10654
10655 * configure.in: It's alpha*-...
252b5132
RH
10656
10657Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10658
ba73c63f
JM
10659 * configure.in (host_makefile_frag, target_makefile_frag):
10660 Handle multiple config files.
10661 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10662 alpha-*-*.
252b5132
RH
10663
10664Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10665
10666 * mkdep: New file.
10667
10668Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10669
10670 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10671
10672Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10673
10674 * Makefile.in: Add libgui directory.
10675 (GDB_TK): Add all-libgui.
10676 * configure.in: Add libgui directory.
10677 * configure: Add all-libgui to GDB_TK.
10678
10679Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10680
10681 * config-ml.in (multidirs): Add m32r to multilib list.
10682
10683Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10684
10685 * Makefile.in (all-target-gperf): Change dependency to
10686 all-target-libstdc++.
10687
10688Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10689
10690 * config.guess: Add BeOS support.
10691
10692Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10693
10694 Source directory cvs renamed to cvssrc:
10695 * configure.in (host_tools): Change cvs to cvssrc.
10696 (native_only): Likewise.
10697 (noconfigdirs) [various cases]: Likewise.
10698 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10699 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10700 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10701 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10702 (all-cvssrc): Rename target from all-cvs.
10703
10704Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10705
10706 * configure (gxx_include_dir): Fix thinko.
10707
10708Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10709
10710 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10711 (install-cross, install-gcc-cross): New targets.
10712
10713Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10714
10715 * configure.in (noconfigdirs): Add support for Thumb target.
10716
10717 * config.sub (maybe_os): Add support for Thumb target.
10718
10719Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10720
10721 * Makefile.in: Add rules for cygmon.
10722
10723 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10724
10725Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10726
10727 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10728 * configure (gxx_include_dir): Provide a definition for subdirs
10729 which do not use autoconf.
10730
10731Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10732
10733 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10734 11/18/97 build
252b5132
RH
10735
10736Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10737
10738 * From Franz Sirl.
10739 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10740 found on RedHat Linux systems.
10741
10742Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10743
10744 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10745 guesses.
10746
10747Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10748
10749 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10750
10751Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10752
10753 * ltmain.sh: If mkdir fails, check whether the directory was created
10754 anyhow by some other process.
10755
10756Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10757
10758 * configure.in (d30v-*-*): Configure all directories.
10759
10760Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10761
10762 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10763 for the D30V.
10764
10765Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10766
10767 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10768
10769Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10770
80413487
RH
10771 * include/libiberty.h: Add extern "C" { so it can be used with C++
10772 progrms.
10773 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10774 programs.
252b5132
RH
10775
10776Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10777
10778 * configure.in (d30v-*-*): Configure GCC now.
10779
10780Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10781
10782 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10783 is no longer needed.
10784
10785Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10786
10787 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10788
10789Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10790
10791 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10792 targets using "$@" to provide support for similar but not identical
10793 targets without having to duplicate code.
10794
10795Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10796
10797 * makefile.vms: Fix to work with DEC C.
10798
10799Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10800
10801 * config.sub: Add mips-tx39-elf to marketing names.
10802
10803Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * ltmain.sh: Handle symlinks in generated script.
10806
10807Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10808
10809 * configure: Handle autoconf style directory options: --bindir,
10810 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10811 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10812 --sysconfdir.
10813 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10814 (sharedstatedir, localstatedir, oldincludedir): New variables.
10815 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10816 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10817 sbindir, sharedstatedir, and sysconfdir.
10818
10819Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10820
10821 * Makefile.in (bootstrap-lean): New target.
10822
10823Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10824
10825 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10826 sn, and gnuserv from noconfigdirs.
252b5132
RH
10827
10828Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10829
10830 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10831
10832Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10833
ba73c63f 10834 * Makefile.in (cross): New target.
252b5132
RH
10835
10836Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10837 Jeff Law <law@cygnus.com>
252b5132
RH
10838
10839 * Makefile.in (bootstrap2, bootstrap3): New targets.
10840 (all-bootstrap): Remove outdated and confusing target.
10841 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10842
afb8d725
JM
10843Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10844
10845 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10846 windows. Consistent with gdb/configure.
afb8d725 10847
252b5132
RH
108481997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10849
252b5132
RH
10850 * configure.in: Name Linux target fragment.
10851
10852 * configure: Rewrite so that project Makefile fragment is inserted
10853 first and appears last in the resulting Makefile.
10854
10855Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10856
10857 * Makefile.in (install-itcl): Install tcl first.
10858
252b5132 10859Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10860
252b5132
RH
10861 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10862
10863Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10864
10865 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10866
10867 * configure.in (skipdirs): Add target-librx for Linux.
10868 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10869
10870Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10871
10872 * Makefile.in (bootstrap): New target.
10873
10874Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10875
10876 * config.sub: Accept 'amigados' for backward compatability.
10877
10878Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * config.guess: Merge with FSF.
10881
ba73c63f
JM
10882Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10883
10884 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10885
252b5132
RH
10886Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10887
10888 * config.sub: Add "marketing-names" patch.
10889
10890Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10891
80413487 10892 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10893
10894Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10895
10896 * config.sub: Handle v850-elf.
10897
ba73c63f
JM
10898Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10899
10900 * .cvsignore (*-install): Remove.
10901
252b5132
RH
10902Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10903
10904 * ltconfig: Set CONFIG_SHELL in libtool.
10905 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10906
10907Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10908
10909 * configure.in (target_subdir): Set to libraries if enable_multilib.
10910
10911Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10912
10913 * config.guess: Update from gcc directory.
10914
10915Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10916
10917 * Makefile.in (all-sim): Depends on all-readline.
10918
10919Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10920
10921 * Makefile.in (BISON, YACC): Use $$s.
10922 (all-bison): Depend on all-texinfo.
10923
10924Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10925
10926 * Makefile.in (BISON): Add -L flag.
10927 (YACC): Likewise.
10928
10929Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10930
35590697
AJ
10931 * configure.in (noconfigdirs): Add support for v850e target.
10932
252b5132
RH
10933 * config.sub (maybe_os): Add support for v850e target.
10934
10935Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10936
35590697
AJ
10937 * configure.in (noconfigdirs): Add support for v850ea target.
10938
252b5132
RH
10939 * config.sub (maybe_os): Add support for v850ea target.
10940
10941Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10942
10943 * config.sub: Add mipstx39. Delete r3900.
10944
10945Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10946
10947 * Makefile.in (all-autoconf): Depends on all-texinfo.
10948
10949Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10950
10951 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10952 eabi targets.
10953
10954Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10955
10956 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10957
10958 * configure: When handling a Canadian Cross, handle YACC as well as
10959 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10960 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10961
10962Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10963
10964 * Makefile.in (BISON): bison, not byacc or bison -y.
10965 (YACC): bison -y or byacc or yacc.
10966 (various): Add *-bison as appropriate.
10967 (taz): No need to mess with BISON anymore.
10968
10969Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10970
10971 * configure: If OSTYPE matches *win32*, try to find a good value for
10972 CONFIG_SHELL.
10973
10974Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10975
10976 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10977 configure.in if it is present.
10978
10979Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10980
10981 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10982
10983Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10984
10985 * config.sub: Recognize `arc' cpu.
10986 * configure.in: Likewise.
10987 * config-ml.in: Likewise.
10988
10989Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10990
10991 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10992
10993Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10994
10995 * configure: Changed sed delimiter from ':' to '|' when
10996 attempting to substitute ${config_shell} for SHELL. On
10997 NT ${config_shell} may contain a ':' in it.
10998
10999Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11000
11001 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11002
11003Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11006
11007Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11008
11009 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11010
11011 * ylwrap: If the program is a relative path, force it to be
11012 absolute.
11013
11014Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11015
11016 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11017
11018Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11019
11020 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11021 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11022 for libraries.
252b5132
RH
11023
11024Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11025
11026 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11027 separated by spaces.
252b5132
RH
11028
11029Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11030
11031 * ylwrap: New file.
11032 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11033
11034 * ltmain.sh: Handle /bin/sh at start of install program.
11035
11036 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11037
11038 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11039 * missing: New file, from automake 1.2.
11040
11041Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11042
11043 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11044 check-tk to CHECK_X11_MODULES.
11045
11046Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11047
11048 * config.sub: Merge with FSF.
11049
11050Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11051
11052 * config.guess: Merge with FSF.
11053
11054Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11055
11056 * configure: Treat msdosdjgpp like go32.
11057 * configure.in: Likewise. Don't remove gprof for go32.
11058
11059 * configure: Change Makefile.tem2 to Makefile.tm2.
11060
11061Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11062
11063 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11064
11065Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11066
11067 * install-sh (chmodcmd): Set to null if the DST directory already
11068 exists. Same as Nov 11th change.
11069
11070Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11071
35590697 11072 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11073
11074Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11075
11076 * config.guess: Update from FSF.
11077
11078Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11079
11080 * Makefile.in (GDB_TK): Depend on itcl and tix.
11081
11082Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11085 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11086 (INSTALL_SCRIPT): New variable.
11087 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11088 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11089 to -x.
11090 * install-sh: Add support for -x option.
11091
11092Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11093
11094 * configure.in, Makefile.in: Treat tix like itcl.
11095
11096Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11097
11098 * Makefile.in (WINDRES): New variable.
11099 (WINDRES_FOR_TARGET): New variable.
11100 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11101 (EXTRA_HOST_FLAGS): Add WINDRES.
11102 (EXTRA_TARGET_FLAGS): Add WINDRES.
11103 (EXTRA_GCC_FLAGS): Add WINDRES.
11104 ($(DO_X)): Pass down WINDRES.
11105 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11106 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11107 DLLTOOL_FOR_TARGET.
11108
11109Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11110
11111 * configure.in: configure sim before gdb for win32-x-ppc
11112
11113Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11114
11115 Move gperf into the toplevel, from libg++.
11116 * configure.in (target_tools): Add target-gperf.
11117 (native_only): Add target-gperf.
11118 * Makefile.in (all-target-gperf): New target, depend on
11119 all-target-libg++.
11120 (configure-target-gperf): Empty rule.
11121 (ALL_TARGET_MODULES): Add all-target-gperf.
11122 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11123 (CHECK_TARGET_MODULES): Add check-target-gperf.
11124 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11125 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11126
11127Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11128
252b5132
RH
11129 * config.sub (mn10200): Recognize new basic machine.
11130
11131Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11132
11133 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11134 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11135
11136Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11137
11138 * configure.in: If we're building mips-sgi-irix6* native, turn on
11139 ENABLE_MULTILIB and set TARGET_SUBDIR.
11140
11141Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11142
11143 * Makefile.in (all-sn): Depend on all-grep.
11144
11145Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11146
11147 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11148
11149 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11150 Makefile. From Jeff Makey <jeff@cts.com>.
11151 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11152
11153 * Makefile.in (DISTBISONFILES): Remove.
11154 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11155 $(DEFAULT_YACC).
11156
11157 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11158 cygwin32.
252b5132
RH
11159
11160 * Makefile.in (LD): New variable.
11161 (EXTRA_HOST_FLAGS): Pass down LD.
11162 ($(DO_X)): Likewise.
11163
11164Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11165
11166 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11167
11168Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11169
11170 * configure.in (targargs): Strip out any supplied --build argument
35590697 11171 before adding our own. Always add --build.
252b5132
RH
11172
11173Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11174
11175 * configure.in (targargs): Pass --build if we're doing
11176 a cross-compile.
11177
11178Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11179
ba73c63f 11180 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11181 sed. Otherwise sed chokes on NT path names with drive
11182 designators. Also look for "?:*" as the leading characters in an
11183 absolute pathname.
11184
11185Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11186
11187 * config.sub: Support for r3900.
11188
11189Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11190
11191 * configure.in: Use install-sh, not install.sh.
11192
11193Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11194
11195 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11196 apply it twice.
11197
11198Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11199
11200 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11201 install-binutils.
11202
11203Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11204
11205 * Makefile.in: Add automake targets.
11206 * configure.in (host_tools): Add automake.
11207
11208Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11209
11210 * configure: Default CXX to c++, not gcc.
11211 * Makefile.in (CXX): Set to c++, not gcc.
11212 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11213
11214Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11215
11216 * install-sh: try appending a .exe if source file doesn't
11217 exist
11218
11219Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11220
11221 * configure.in: Turn on multilib by default.
11222 (cross_only): Remove target-libiberty.
11223
11224 * Makefile.in (all-gcc): Don't depend on libiberty.
11225
11226Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11227
11228 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11229
11230Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11233 (DISTBISONFILES): Add ld/Makefile.in
11234
11235Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11236
11237 * configure.in: if target is cygwin32 but host isn't cygwin32,
11238 don't configure gdb tcl tk expect, not just gdb.
11239
11240Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11241
11242 * configure.in: Added gnuserv everywhere sn appears.
11243
11244 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11245 (CROSS_CHECK_MODULES): Added check-gnuserv.
11246 (INSTALL_MODULES): Added install-gnuserv.
11247 (CLEAN_MODULES): Added clean-gnuserv.
11248 (all-gnuserv): New target.
11249
11250Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11251
11252 * config.guess: Fixes for MIPS OpenBSD systems.
11253
11254Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11255
11256 * Makefile.in (INSTALL_XFORM): Remove.
11257 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11258
11259 * mkinstalldirs: New file, copied from automake.
11260 * Makefile.in (installdirs): Rename from install-dirs. Use
11261 mkinstalldirs. Change all users.
11262 (DEVO_SUPPORT): Add mkinstalldirs.
11263
11264Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11265
11266 * install-sh: Rename from install.sh.
11267 * Makefile.in (INSTALL): Change install.sh to install-sh.
11268 (DEVO_SUPPORT): Likewise.
11269
11270 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11271 Graichen <graichen@rzpd.de>.
11272
11273Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11274
11275 * config.guess: Recognize OpenBSD systems correctly.
11276
11277Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11278
11279 * README, Makefile.in (ETC_SUPPORT): Remove references to
11280 cfg-paper*, configure.{texi,man,info*}._
11281
11282Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11283
11284 * Makefile.in (all.normal): Ensure that gcc is built after all
11285 the x11 - ie gdb - targets.
11286
11287Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11288
11289 * makefile.vms: Don't run conf-a-gas.
11290
11291Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11292
80413487 11293 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11294
11295Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11296
11297 * configure.in: Remove noconfigdirs case since gdb also
11298 configures and builds for tic80-coff.
11299
11300Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure: Set cache_file to config.cache.
11303 * Makefile.in (local-distclean): Remove config.cache.
11304
11305Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * COPYING: Update FSF address.
11308
11309Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11310
11311 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11312 noconfigdirs.
11313
11314Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11315
11316 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11317 MAKEDIRS, is empty.
11318
11319Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11320
11321 * config.sub: Tweak mn10300 entry.
11322
11323Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11324
11325 * configure.in (host_tools): Put sim before gdb, so gdb's
11326 configure.tgt can determine if the simulator was configured.
11327
11328Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11329
11330 * config.sub: Move BeOS $os case to be with other Cygnus
11331 local cases.
11332
11333Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11334
11335 * config.sub: Remove misplaced comment that broke Linux.
11336
11337Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11338
11339 * config.sub: Add BeOS support.
11340
11341Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11342
11343 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11344
11345Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11346
11347 * configure.in (noconfigdirs): Remove tcl and tk from
11348 noconfigdirs for cygwin32 builds.
11349
11350Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11351
11352 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11353
11354Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11355
11356 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11357 make-all.com, use makefile.vms instead.
11358
11359Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11360
11361 * config.sub: Accept -lnews*.
11362
11363Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11364
11365 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11366 target-examples and target-libiberty for d30v.
252b5132
RH
11367
11368Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11369
11370 * configure.in (noconfigdirs): Enable ld for d30v.
11371
11372Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11373
11374 * configure.in (tic80-*-*): Build compiler.
11375
11376Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11377
11378 * configure.in (d30v-*): Remove sim directory from list of
35590697 11379 unsupported d30v directories
252b5132
RH
11380
11381Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11382
35590697
AJ
11383 * config.sub, configure.in: Add d30v target cpu.
11384
252b5132
RH
11385Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11386
11387 * makefile.vms: New file.
11388 * make-all.com: Remove.
11389
11390Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11391
11392 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11393
11394Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11395
11396 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11397
11398Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11399
11400 * Makefile.in (ALL_MODULES): Added all-db.
11401 (CROSS_CHECK_MODULES): Addec check-db.
11402 (INSTALL_MODULES): Added install-db.
11403 (CLEAN_MODULES): Added clean-db.
11404
11405Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11406
11407 * config.guess: Merge with latest FSF sources.
11408
11409Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11410
11411 * Makefile.in (ALL_MODULES): Added all-itcl.
11412 (CROSS_CHECK_MODULES): Added check-itcl.
11413 (INSTALL_MODULES): Added install-itcl.
11414 (CLEAN_MODULES): Added clean-itcl.
11415
11416Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11417
11418 * configure.in: build gdb for mn10200
11419
11420Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11421
11422 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11423
11424Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11425
11426 * configure.in (tic80-*-*): Turn off most targets right now.
11427
11428Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11429
11430 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11431 rather than the makeinfo program.
11432 (do-info): Depend upon all-texinfo.
11433
11434Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11435
11436 * configure.in: Remove uses of config/mh-linux.
11437
11438 * config.sub, config.guess: Merge with latest FSF sources.
11439
11440Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11441
11442 * config.sub (case $basic_machine): Add tic80 entries.
11443
11444Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11445
11446 * config.sub, config.guess: Merge with latest FSF sources.
11447
11448Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11449
11450 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11451 * mpw-config.in: Test for NewFolderRecursive.
11452 * mpw-install: Use symbolic name for startup filename.
11453 * mpw-README: Add various additional details.
11454
11455Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11456
11457 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11458
11459Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11460
11461 * configure.in: Do build gcc and the target libraries for
11462 the mn10200.
11463
11464Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11465
11466 * configure.in: don't avoid building gdb for mn10300 any more
11467 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11468 instead of single-quoting it.
11469
11470Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11471
11472 * configure.in: Don't use --with-stabs on IRIX 6.
11473
11474Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11475
11476 * configure.in (m32r): Build gdb, libg++ now.
11477
11478Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11479
11480 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11481 directories from noconfigdirs.
11482
11483Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11484
11485 * config.sub (basic_machine): added mips16 configuration
11486
11487Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11488
11489 * config.sub: Handle d10v-unknown.
11490
11491Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11492
11493 * config.sub: Handle v850-unknown.
11494
11495Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11496
11497 * Makefile.in: add findutils
11498 * configure.in: add findutils to list of host_tools
11499
11500Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11501
11502 * config.sub: Handle mn10200 and mn10300.
11503
11504Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11505
11506 * configure.in (d10v-*): Do not build librx.
11507
11508Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11509
11510 * configure.in (mn10300): Build everything except gdb & libgloss.
11511
11512Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11513
11514 * config.guess: Patch for Dansk Data Elektronik servers,
11515 from Niels Skou Olsen <nso@dde.dk>.
11516
11517 For ncr, use /bin/uname rather than uname, since GNU uname does not
11518 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11519
11520 Patch for MIPS R4000 running System V,
11521 from Eric S. Raymond <esr@snark.thyrsus.com>.
11522
11523 Fix thinko for nextstep.
11524
11525 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11526
11527 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11528 * config.guess: Guess mips-dec-mach_bsd4.3.
11529
11530 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11531 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11532 release numbers.
11533 * config.guess (mips-mips-riscos*): Emit just enough of the
11534 release number.
11535
11536 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11537 * config.guess (sparc-auspex-sunos*): Added.
11538 (f300-fujitsu-*): Added.
11539
11540 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11541 * config.guess: Recognize a Tadpole as a sparc.
11542
11543Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11544
11545 * config.guess: Don't assume that NextStep version is either 2 or
11546 3. NextStep 4 (aka OpenStep 4) has come out now.
11547
11548Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11549
11550 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11551 From Rik Faith <faith@cs.unc.edu>.
11552
11553Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11554
11555 * config.sub: Contributions from bug-gnu-utils to:
11556 Support plain "hppa" (no version given) architecture, reported by
11557 OpenStep.
11558 OpenBSD like NetBSD.
11559 LynxOs is not a hardware supplier.
11560
11561 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11562 OpenBSD like NetBSD.
252b5132
RH
11563 Stratus systems.
11564 More Pyramid systems.
11565 i[n>4]86 Intel chips.
11566 M680[n>4]0 Motorola chips.
11567 Use unknown instead of lynx for hardware manufacturer.
11568
11569Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11570
11571 * install.sh (chmodcmd): Set to null if the DST directory already
11572 exists.
11573
11574Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11575
11576 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11577 not use mt-ppc target Makefile fragment any more.
11578
11579Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11580
11581 * configure.in (*-*-windows): Exclude everything but those dirs
11582 needed to build windows.
11583
11584Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11585
11586 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11587
11588Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11589
11590 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11591
11592Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11593
11594 * Undo my previous change.
11595
11596Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11599 unconditionally.
11600 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11601
11602Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11603
11604 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11605 host to add it's own flags.
252b5132
RH
11606
11607Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11608
11609 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11610
11611Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11612
11613 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11614 (CXX_FOR_TARGET): Likewise.
11615 (GCC_FOR_TARGET): Define.
11616 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11617 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11618 CC_FOR_TARGET was specified on the command line.
11619 (MAKEOVERRIDES): Don't define.
11620
11621Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11622
11623 * configure.in (m32r): Fix spelling of libg++ libs.
11624
11625Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11626
11627 * config.sub (-apple*): Remove, now redundant.
11628
11629Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11630
11631 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11632
11633 * configure: Rework yesterday's sed script patch.
11634
11635 * config.sub: Merge with FSF.
11636
11637Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11638
11639 * config.guess: Merge from FSF.
11640
11641 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11642 * config.guess: Use pc instead of unknown, for pc clone systems.
11643 Change linux to linux-gnu.
252b5132
RH
11644
11645 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11646 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11647
11648Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11649
11650 * test-build.mk (HOLES): Add "xargs" for gdb.
11651
11652 * configure: Avoid hpux10.20 sed bug.
11653
11654Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11655
4bddf3ad 11656 * configure.in: Add support for windows host
252b5132
RH
11657 (that is a build done under the Microsoft build environment).
11658
11659Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11660
11661 * Makefile.in: Replace all uses of srcroot with s, to shrink
11662 command line lengths.
11663
11664 Patches from Geoffrey Noer <noer@cygnus.com>:
11665 * configure.in: If configuring for newlib, pass --with-newlib to
11666 subdirectories.
11667 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11668 -Bnewlib/ and -Lwinsup to gcc.
11669 (CXX_FOR_TARGET): Likewise.
11670
11671Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in (ETC_SUPPORT): Add configure.
11674
11675Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11676
35590697 11677 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11678 host configuration file.
11679
11680Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11681
11682 * configure.in: Break mn10x00 support into separate
11683 mn10200 and mn10300 configurations.
11684 * config.sub: Likewise.
11685
11686Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11687
11688 * configure.in: Add lots of stuff to noconfigdirs for
11689 the mn10x00 targets.
11690
11691 * config.sub, configure.in: Add mn10x00 support.
11692
11693Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11694
11695 * make-all.com: Call conf-a-gas, not config-a-gas.
11696
11697Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11698
11699 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11700 targets.
252b5132
RH
11701
11702Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11703
11704 * mpw-README: Add much more detail for native PowerMac.
11705 * mpw-install: New file.
11706 * mpw-configure: Add --norecursion and --help options.
11707 * mpw-config.in: Translate readme and install files when
11708 copying to objdir.
11709 * mpw-build.in: Don't always depend on byacc and flex.
11710 (install-only-top): New action.
11711
11712Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11713
11714 * configure.in: You can now configure GDB for the v850.
11715
11716Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11717
11718 * configure.in (noconfigdirs): Don't configure any C++ dirs
11719 if targeting D10V.
11720
11721Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * config.sub: Recognize mips64vr5000.
11724
11725Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11726
11727 * configure.in: Use a single line for host_tools and native_only.
11728
11729Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11730
11731 * config.sub, configure.in: Add entries for m32r.
11732
11733Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11734
11735 * Makefile.in (inet-install): Don't run install-gzip.
11736
11737Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11738
11739 * configure.in: Don't config lots of things for *-*-windows*.
11740
11741Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11742
11743 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11744 (host_libs, host_tools): Copy from configure.in.
11745 * mpw-configure: Don't complain about directories not found.
11746
11747Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11748
11749 * configure.in (i[345]86): Recognize i686 for pentium pro.
11750 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11751 file.
11752
11753 * config.guess (i[345]86): Ditto.
11754
11755Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11756
11757 * configure.in (noconfigdirs): Removed gdb for D10V.
11758
11759Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11760
11761 * configure.in: Remove ld, target-libio, target-libg++, and
11762 target-libstdc++ from noconfigdirs.
11763
11764Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11765
11766 * configure: Fix three locations where shell scripts were
11767 being run directly rather than with config_shell.
11768
11769Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11770
11771 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11772 * config.sub (basic_machine): Recognize v850.
11773
11774Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11775
11776 * mpw-configure: Handle multiple enable/disable options and
11777 pass them down recursively, handle -c and -s flags appropriately
11778 depending on choice of compiler, add escape mechanism for
11779 quoted arguments to gC.
11780
11781Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11782
11783 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11784 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11785 so that -mrelocatable-lib and -mno-eabi are used.
11786
11787 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11788 not support --print-multi-lib, don't abort.
11789
252b5132
RH
11790Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11791
11792 * make-all.com: Run config-a-gas.
11793 * setup.com: Don't copy subdirectory files around.
11794
11795Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11796
11797 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11798 target, it now compiles correctly.
11799
11800Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11803
11804Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11805
35590697 11806 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11807
11808Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11809
11810 * configure.in (native_only): Add prms.
11811
11812Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11813
11814 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11815 (BINUTILS_SUPPORT_DIRS): Likewise.
11816
11817Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11818
11819 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11820 d10v support is added.
11821
11822Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11823
11824 * configure.in (d10v-*-*): New target.
11825
11826Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11827
11828 * config.guess (HP 9000/811): Recognize this as a PA1.1
11829 machine.
11830
11831Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11832
11833 * Makefile.in (do-tar-gz): New target, split out from tail end of
11834 taz target. Run each command separately, don't use pipes.
11835 (taz): Use it.
11836
11837Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11838
11839 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11840 * mpw-build.in: No builds should depend on building byacc or flex,
11841 they are assumed to be installed already.
11842
11843Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11844
11845 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11846 variable that CC_FOR_TARGET needs.
11847
11848Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11849
11850 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11851 options have changed since the last time the subdirectory was
11852 configured, and if it has, reconfigure.
11853 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11854 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11855
11856Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11857
11858 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11859 CLEAN_MODULES): Add bash.
11860 (all-bash): New target.
11861
11862Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11863
11864 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11865
11866Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11867
11868 * config.sub (basic_machine): Recognize d10v as a valid processor.
11869
11870Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11871
11872 * mpw-configure: Add support for --bindir.
11873 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11874
11875Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11876
11877 * configure.in: add bash, time, gawk to list of hosttools and things
11878 to only build for native toolchains
11879
11880Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11881
11882 * Makefile.in (docdir): Remove.
11883
11884Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11885
11886 * Makefile.in (datadir): Set to $(prefix)/share.
11887
11888Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11889
11890 * configure.in: build diff and patch for cygwin32-hosted
11891 toolchains.
11892
11893Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11894
11895 * config.sub: Accept -rtems*.
11896
11897Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11898
80413487 11899 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11900 remove diff from the list of things not buildable
11901 via Canadian Cross
252b5132
RH
11902
11903Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11904
11905 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11906 don't get ". ".
252b5132
RH
11907
11908Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11909
11910 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11911
11912Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11913
11914 * Makefile.in (taz): Handle case where tex3patch didn't even get
11915 checked out. Also, if it was found, put the symlink in a new util
11916 subdirectory.
11917
11918Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11921
11922Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11923
11924 * config.sub: Recognize -openvms.
11925 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11926 * make-all.com, setup.com: New files.
11927
11928Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11929
11930 * Makefile.in (taz): tex3patch moved to texinfo/util.
11931
11932Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11933
afb8d725 11934 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11935 * configure.in: remove make from disable-if-Can-Cross list
11936 enable gdb if ${host} and ${target} are cygwin32
11937
11938Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11939
11940 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11941 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11942
11943Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11944
11945 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11946 distinguish sysv/svr4/bsd variants.
11947 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11948
11949Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11950
11951 * configure.in: Added copyright notice.
11952 * move-if-change: Added copyright notice.
11953
11954Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11955
11956 * configure.in (powerpcle-*-solaris*): Until we get shared
11957 libraries working, don't build gdb, sim, make, tcl, tk, or
11958 expect.
11959
11960Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11961
11962 * config.guess: Merge with FSF:
11963
11964 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11965 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11966
11967 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11968 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11969
11970 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11971 * config.guess: Combine two OSF1 rules.
11972 Also recognize field test versions. From mjr@zk3.dec.com.
11973 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11974 because GNU uname does not support -p. From pmr@pajato.com.
11975
11976Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11977
11978 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11979
11980Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * mpw-README: Document GCCIncludes.
11983
11984Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11985
11986 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11987
11988Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11989
11990 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11991
11992Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11993
11994 * configure.in (*-*-cygwin32): Configure make.
11995
11996Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11997
11998 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11999
12000Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12001
12002 * Makefile.in (all-inet): Depend on all-perl.
12003
12004 * Makefile.in (inet-install): New target.
12005
12006 * Makefile.in (all-inet): Depend on all-tcl.
12007 (all-inet): Depend on all-send-pr.
12008
12009Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12010
12011 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12012 temporarily.
12013
12014Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * configure.in: Don't configure --with-gnu-ld on AIX.
12017
12018Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12019
12020 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12021
12022Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12023
12024 * Makefile.in (ALL_MODULES): Added all-inet.
12025 (CROSS_CHECK_MODULES): Added check-inet.
12026 (INSTALL_MODULES): Added install-inet.
12027 (CLEAN_MODULES): Added clean-inet.
12028 (all-indent): New target.
12029
12030 * configure.in (host_tools): Added inet.
12031 (native_only): Added inet.
12032 (noconfigdirs): Added inet.
12033
12034Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12035
12036 * configure.in: Don't configure libgloss if we are not configuring
12037 newlib.
12038
12039Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12040
12041 * configure.in: Don't configure libgloss for unsupported
12042 architectures.
12043
12044Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12045
12046 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12047
12048Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12049
12050 * Makefile.in (ALL_MODULES): Include all-apache.
12051 (CROSS_CHECK_MODULES): Include check-apache.
12052 (INSTALL_MODULES): Include install-apache.
12053 (all-apache): New target.
12054
12055 * configure.in: Added apache everywhere perl is seen.
12056
12057Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12058
12059 * Makefile.in: Add support for clean-{module} and
12060 clean-target-{module} rules.
12061
12062Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12063
12064 * configure.in (*-*-ose) do not build libgloss.
12065
12066Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12067
12068 * config.guess (prep*:SunOS:5.*:*): Turn into
12069 powerpele-unknown-solaris2.
12070
12071Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12072
12073 * configure.in: Permit --enable-shared to specify a list of
12074 directories.
12075
12076Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12077
12078 * configure.in (host==solaris): Pass only the first word of $CC
12079 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12080
12081Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12082
12083 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12084
12085Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12086
12087 * Makefile.in (ALL_MODULES): Include all-perl.
12088 (CROSS_CHECK_MODULES): Include check-perl.
12089 (INSTALL_MODULES): Include install-perl.
12090 (ALL_X11_MODULES): Include all-guile.
12091 (CHECK_X11_MODULES): Include check-guile.
12092 (INSTALL_X11_MODULES): Include install-guile.
12093 (all-perl): New target.
12094 (all-guile): New target.
12095
12096 * configure.in (host_tools): Include perl and guile.
12097 (native_only): Include perl and guile.
12098 (noconfigdirs): Don't build guile and perl; no ports have been
12099 done.
12100
12101Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12102
80413487
RH
12103 * configure (--enable-*): Handle quoted option lists such as
12104 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12105
12106Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12107
12108 * Makefile.in ({,inst}all-target): New rule so we can make and
12109 install all of the target directories easily.
12110
12111Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12112
12113 * configure.in: Add missing global flag in sed substitution when
12114 deleting `target-' from ${configdirs}.
12115
12116Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12117
12118 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12119 option.
12120
12121 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12122 config/mh-necv4.
12123
12124 * install.sh: Correct misspelling of transformbasename.
12125
12126 * config.guess: Recognize mips-*-sysv*.
12127
12128Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12129
12130 * config.sub: Recognize mon960.
12131
12132Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12133
12134 * configure: Restore Canadian Cross handling of BISON and LEX,
12135 removed in Feb 20 change.
12136
12137Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12138
12139 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12140 Mention make install. Remove the old copyright date as well the
12141 clumsy and rather pointless copyright on the README file.
12142
12143Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12144
12145 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12146 Makefile after running symlink-tree, then run `make distclean' to
12147 avoid clobbering any generated files in srcdir.
12148
12149Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12150
12151 * configure.in (m68k-*-netbsd*): Build everything now.
12152
12153Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12154
12155 * Makefile.in (taz): Fix quoting.
12156
12157Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12158
12159 * configure.in (sparclet-*-*): Build everything now.
12160
12161Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12162
12163 * configure.in (m68k-*-linux*): New host.
12164
12165Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12166
12167 * configure: Check for bison before byacc.
12168
12169Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12170
12171 * Makefile.in configure: Change the way LEX and BISON/YACC are
12172 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12173 searching PATH. These are used as fallbacks by Makefile.in if
12174 flex/bison/byacc aren't in objdir.
12175
12176Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12177
12178 * Makefile.in: Make everything which depends upon all-bfd also
12179 depend upon all-opcodes, in case --with-commonbfdlib is used.
12180
12181Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12184 building NT native compilers on Unix.
12185
12186Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12187
12188 * configure.in: Don't get CC from the host Makefile fragment if we
12189 can find gcc in PATH, or if this is a Canadian Cross. Move the
12190 Solaris test for /usr/ucb/cc to the post target script, just after
12191 the compiler sanity test.
12192
12193Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * config.sub: Merge with FSF.
12196
12197Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12198
12199 * Makefile.in (RPATH_ENVVAR): New variable.
12200 (REALLY_SET_LIB_PATH): Use it.
12201 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12202
12203Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12204
12205 * config.sub, configure.in: Recognize sparclet cpu.
12206
12207Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12208
12209 * config.guess: Support m68k-cbm-sysv4.
12210
12211Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12212
12213 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12214 m68k-unknown-linuxaout from linker help string. Put quotes around
12215 $ld_help_string.
12216
12217Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12218
12219 * config.guess (powerpc-harris-powerunix): Add guess for port
12220 to new target.
12221
12222Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12223
12224 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12225
12226Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12227
12228 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12229 $(REALLY_SET_LIB_PATH) in Makefile.
12230 * Makefile.in (SET_LIB_PATH): New variable.
12231 (REALLY_SET_LIB_PATH): New variable.
12232 ($(DO_X)): Use $(SET_LIB_PATH).
12233 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12234 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12235 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12236 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12237 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12238 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12239 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12240 (install-dosrel): Likewise.
12241 (all-opcodes): Depend upon all-libiberty.
12242
12243Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12244
12245 * config.guess (*:CYGWIN*): New
12246
12247Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12248
12249 * Makefile.in (all-target-winsup): All all-target-libiberty.
12250
12251Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12252
12253 * configure.in (noconfigdirs): Add missing # in front of comment.
12254
12255Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12256
12257 * configure.in: add second pass to things added to noconfigdirs
12258 so *-gm-magic can exclude libgloss properly.
12259
12260Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12261
12262 * mpw-configure (extralibs_name, rez_name): Set correctly
12263 for MWC68K compiler.
12264
12265 * mpw-README: Add more info on the necessary build tools.
12266
12267Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12268
12269 * configure.in, config.sub: Recognize cygwin32.
12270
12271Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12272
12273 * config.guess, config.sub: Recognize A/UX.
12274
12275Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12276
12277 * config.sub: Merge with gcc/config.sub.
12278
12279Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12280
12281 * mpw-build.in (do-binutils): Add build of stamps.
12282
12283Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12284
12285 * config.sub: Add recognition for mips64vr4100*-* targets.
12286
12287Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12288
12289 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12290 Add creation of gconfigargs with `--enable-shared' turned on.
12291 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12292 ($(host)-stamp-stage3-configured): Likewise.
12293 (HOLES): Add chatr and ldd.
12294 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12295
12296Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12297
12298 * configure: Pass --nfp to recursive configures.
12299
12300Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12301
12302 * Makefile.in (DLLTOOL): New.
12303 (DLLTOOL_FOR_TARGET): New.
12304 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12305 (EXTRA_TARGET_FLAGS): Ditto.
12306 (EXTRA_GCC_FLAGS): Ditto.
12307 (CONFIGURE_TARGET_MODULES): Ditto.
12308 (DO_X): Ditto.
12309 * configure: Add DLLTOOL.
12310
12311Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12314 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12315 mh-sco, since old workarounds no longer needed, and don't
12316 build ld, since libraries have weak symbols in COFF.
12317
12318Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12319
12320 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12321
12322Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12323
12324 * configure.in: Make sure that ${CC} can be used to compile an
12325 executable.
12326
afb8d725
JM
12327Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12328
12329 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12330 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12331 nothing depending on whether gdbtk is being built.
12332
252b5132
RH
12333Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12334
12335 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12336
12337Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12338
12339 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12340 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12341
12342Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12343
12344 * config-ml.in: Add support for
12345 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12346 Simplify setting of multidirs from --disable-foo.
12347
12348Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12349
12350 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12351 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12352 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12353 non-empty, pass them on to the GCC make.
252b5132
RH
12354 (all-bootstrap): New rule that is like all-gcc, except it executes
12355 the GCC bootstrap rule instead of the GCC all rule.
12356
12357Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12358
12359 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12360
12361Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12362
12363 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12364 DG/UX support.
12365
12366Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12367
12368 * config.sub (i*86*) Change [345] to [3456]
12369
12370Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12371
12372 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12373 --with-gnu-ld=no.
12374
12375Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12376
12377 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12378 AIX multilibs get built.
12379
12380Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12381
12382 * configure.in (i386-win32): Don't build expect if we're not
12383 building the tcl subdir.
12384
12385Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12386
12387 * Makefile.in: (configure-target-examples, all-target-examples):
12388 New targets, configure and build example programs.
12389
12390Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12391
12392 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12393 use it as input to sedit the generated MPW makefile.
12394 * mpw-README: Add a suggestion about Gestalt.h.
12395
12396Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12397
12398 * config.sub: Accept *-*-ieee*.
12399
12400Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12401
12402 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12403 Ronald F. Guilmette <rfg@monkeys.com>.
12404
12405Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12406
12407 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12408 for powerpc-pe native.
12409 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12410 (target==powerpc-pe): duplicate i386-win32 entry.
12411
12412Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12413
12414 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12415 of vxworks, not just vxworks5.1.
12416
12417Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12418
12419 * mpw-configure: Add support for exec-prefix.
12420
12421Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12422
12423 * config.guess: Recognize HP model 816 machines as having
12424 a PA1.1 processor.
12425
12426Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12427
12428 * configure: Ignore new autoconf configure options.
12429
252b5132
RH
12430Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12431
12432 * config.guess: Recognize Pentium under SCO.
12433 From Robert Lipe <robertl@arnet.com>.
12434
12435Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12436
12437 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12438
12439Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * configure.in: Don't configure gas for alpha-dec-osf*.
12442
12443Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12444
12445 * configure.in: Default to --with-stabs for some targets for which
12446 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12447 i[345]86*-*-unixware*.
12448
12449Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12450
12451 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12452 rather than basing it on the target. Simplify handling of options
12453 controlling which directories to configure. Remove extraneous
12454 slash in multi-clean target.
12455
12456Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12457
12458 * config-ml.in: Prefix more variables with ml_ so they don't collide
12459 with configure's.
12460
12461Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12462
12463 * configure: Don't turn -v into --v.
12464
12465Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12466
12467 * configure.in (targargs): Fix typo.
12468
12469 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12470
12471Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12472
12473 * configure.in: Strip --host and --target options from
12474 CONFIG_ARGUMENTS, and always configure for --host only. Add
12475 --with-cross-host option when building with a cross-compiler.
12476 * configure: Canonicalize the arguments put into config.status by
12477 always using `=' for an option with an argument. Pass a presumed
12478 --host or --target explicitly.
12479
12480Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12481
12482 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12483 into general OS recognition case.
12484
12485Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12486
12487 * configure.in (target_configdirs): add target-winsup only
12488 for win32 target systems.
12489
12490Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12491
12492 * Makefile.in (all-target-libgloss): Depend upon
12493 configure-target-newlib, since when libgloss is built it looks to
12494 see if the newlib directory exists.
12495
12496Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12497
12498 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12499 cfg-ml-*.in.
12500
12501Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Handle LD and LD_FOR_TARGET when configuring a
12504 Canadian Cross.
12505
252b5132
RH
12506Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12507
12508 * configure.in (target_libs): add target-winsup.
12509 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12510 (target==ppcle-pe): remove ld from $noconfigdirs.
12511
12512Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12513
12514 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12515 Preserve relative path names in $srcdir. Build symlink tree if
12516 configuring cross target dir and srcdir=. (= no VPATH support).
12517 (configure-target-libg++): Depend on configure-target-librx.
12518 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12519 * config-ml.in: New file.
12520 * symlink-tree: New file.
12521 * configure: Ensure srcdir="." if that's what it is.
12522
12523Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12524
12525 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12526 includes and FLEX_SKELETON setting.
12527 * mpw-configure (--with-gnu-ld): New option, controls whether
12528 to use PPCLink or ld with PowerMac GCC.
12529 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12530 * mpw-config.in: Configure grez if targeting Mac.
12531
12532 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12533 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12534 just macos.
252b5132
RH
12535 * configure.in: Configure grez resource compiler if targeting Mac.
12536 * Makefile.in (all-grez, install-grez): New targets.
12537
12538Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12539
12540 * configure: CXX defaults to gcc, not g++. If we find
35590697 12541 gcc in the path, set CC to gcc -O2.
252b5132
RH
12542
12543Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12544
12545 * configure: Default ${build} correctly. Avoid picking up extra
12546 spaces when reading CC and CXX from Makefile. When doing a
12547 Canadian Cross, use plausible default values for numerous
12548 variables.
12549 * configure.in: When doing a Canadian Cross, don't try to
12550 configure tools whose configure script can't handle it.
12551
12552Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12553
12554 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12555
12556Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12557
12558 * configure: Remove dubious bug reporting address.
12559
12560Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12561
12562 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12563 configure script, run that instead of this directory's configure.
12564 In either case, print a message that we're configuring the sub-dir.
12565
12566Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12567
12568 * configure.in: Before checking for the existence of various files,
12569 use sed to filter out "target-".
12570
12571Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12572
12573 * Makefile.in (DO_X): Split rule to decrease command line length
12574 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12575 (Philippe De Muyter).
12576
12577Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12578
12579 * Makefile.in (all-patch): depend on all-libiberty.
12580
12581Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * configure.in: If the only directory in target_configdirs which
12584 actually exists is libiberty, then set target_configdirs to empty,
12585 to avoid trying to build a target libiberty in a gas or gdb
12586 distribution.
12587
12588Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12589
12590 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12591 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12592 systems.
252b5132
RH
12593
12594Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12595
12596 * configure.in (copy_dirs): Use sys-include instead of include
12597 for --with-headers option.
12598
12599Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12600
12601 * Makefile.in, configure.in: Make winsup builds work with
12602 new scheme.
12603
12604Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12605
12606 * configure.in: Build the linker on AIX.
12607
12608Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12609
12610 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12611 where needed.
12612
12613Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12614
12615 * Makefile.in (all-gcc): Fix typo.
12616
12617Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12618
12619 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12620
12621Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12622
12623 * configure.in: Rename libFOO to target-libFOO, and xiberty
12624 to target-xiberty, to provide more flexibility.
12625 (target_subdir): Define. Create if cross.
12626 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12627 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12628 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12629 check-libFOO -> check-target-libFOO, etc.
12630 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12631 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12632 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12633 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12634 allow ALL_GCC="" to only configure.
12635 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12636 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12637 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12638
12639Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12640
12641 * Makefile.in (taz): Build "info" in etc explicitly.
12642
12643Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12644
12645 * configure.in: Make sure that CC is undefined (as opposed to
12646 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12647 problem with autoconf trying to configure on a host without GCC.
12648
12649Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12650
12651 * mpw-configure: Set host alias from choice of host compiler,
12652 only use generic MPW Makefile sed if present, edit a file
12653 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12654 * mpw-README: Add problem notes about CW6 and CW7.
12655
12656Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12657
12658 * Makefile.in (taz): Use ";" instead of ";;".
12659
12660Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12661
12662 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12663 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12664 DISTDOCDIRS.
12665 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12666 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12667
12668Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12669
12670 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12671 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12672 Move bfd to DISTSTUFFDIRS.
12673
12674Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12675
12676 * Makefile.in (X11_LIB): Removed.
12677 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12678
12679 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12680
12681Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12682
12683 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12684 names.
12685
12686Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12687
12688 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12689
12690Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12691
12692 * configure.in (i[345]86-*-win32): Always build newlib.
12693 Don't configure cvs, autoconf or texinfo.
12694 * Makefile.in (LD_FOR_TARGET): New.
12695 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12696 Pass down LD_FOR_TARGET.
12697
12698Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12699
12700 * winsup: New directory.
12701 * Makefile.in: Build winsup.
12702 * configure.in: Winsup is configured when target is win32.
12703 Can only build win32 target GDB when native.
35590697 12704
252b5132
RH
12705Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12706
12707 * config.guess: Recognize HP model 819 machines as having
12708 a PA 1.1 processor.
12709
12710Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12711
12712 * configure: Fix sed loop which substitutes for CC and CXX to
12713 avoid bug found in various sed implementations.
12714
12715Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12716
12717 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12718 simulator. Use standard powerpc-*-eabi*.
12719
12720Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12721
12722 * configure.in: Stop putting gas and binutils in noconfigdirs for
12723 powerpc-*-aix* and rs6000-*-*.
12724
12725Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12726
12727 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12728 -mcall-aixdesc libraries.
12729
12730Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12731
12732 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12733
12734 * config.sub (arm | armel | armeb): Fix shell syntax.
12735
12736Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12737
12738 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12739 -msoft-float and -mcpu=common support.
12740 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12741 libraries.
12742
12743Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12744
12745 * configure.in: Allow configuration and build of emacs19 for the alpha.
12746
12747Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12748
12749 * configure.in (CC): Get ^CC, not just any old CC, from
12750 ${host_makefile_frag}.
12751
12752Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12753
35590697 12754 * configure.in (CC): Try to get CC from
252b5132
RH
12755 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12756
12757Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12758
12759 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12760 only if it exists in $(srcdir).
12761
12762Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12763
12764 * configure: If CC and CXX are not set in the environment, set
12765 them, based on either an existing Makefile or on searching for gcc
12766 in PATH. Substitute for CC and CXX in Makefile.
12767 * configure.in: Remove libm from target_libs. Separate
12768 target_configdirs from configdirs. If CC is not set in
12769 environment, try to get it from a host Makefile fragment. Rewrite
12770 changes of configdirs to use skipdirs instead. A few minor
12771 tweaks. Take directories out of target_configdirs as they are
12772 taken out of configdirs. Remove existing Makefile files from
12773 subdirectories. Substitute for TARGET_CONFIGDIRS and
12774 CONFIG_ARGUMENTS in Makefile.
12775 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12776 by configure.in.
12777 (CONFIG_ARGUMENTS): Likewise.
12778 (CONFIGURE_TARGET_MODULES): New variable.
12779 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12780 ($(CONFIGURE_TARGET_MODULES)): New target.
12781 (configure-libg++, configure-libio): New targets.
12782 (all-libg++): Depend upon configure-libg++.
12783 (all-libio): Depend upon configure-libio.
12784 (configure-libgloss, all-libgloss): New targets.
12785 (configure-libstdc++): New target.
12786 (all-libstdc++): Depend upon configure-libstdc++.
12787 (configure-librx, all-librx): New targets.
12788 (configure-newlib): New target.
12789 (all-newlib): Depend upon configure-newlib
12790 (configure-xiberty): New target.
12791 (all-xiberty): Depend upon configure-xiberty.
12792
12793Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12794
12795 * configure.in (host i[345]86-*-win32): Expand the
12796 noconfigdirs again.
12797
12798Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12799
12800 * mpw-configure: Fix sed command file name.
12801
12802Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12803
35590697 12804 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12805 noconfigdirs again.
12806
12807Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12810 or powerpc*-*-pe*, since they are not yet supported.
12811
12812Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12813
12814 Add PowerMac support and many other enhancements.
12815 * mpw-configure: New option --cc to select compiler to use,
12816 paste options set according to --cc into the generated
12817 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12818 if mpw-make.sed is present.
12819 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12820 add forward includes for PowerPC include files.
12821 * mpw-build.in: Build using Makefile.PPC if present.
12822 (do-byacc, etc): Remove separate version resource builds.
12823 (do-gas): Build "stamps" before "all".
12824 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12825 * mpw-README: Update to reflect --cc option, PowerMac support,
12826 and recently-reported compatibility problems.
12827
12828Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12829
12830 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12831 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12832 (--with-multilib-top): Pass to recursive invocations.
12833
12834Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12835
12836 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12837 v810-*-*.
12838
12839Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12840
12841 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12842 gdb, ld and opcodes on v810-*-*.
12843
252b5132
RH
12844Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12845
12846 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12847 (local-maintainer-clean): New target.
12848 (maintainer-clean): New target.
12849 (realclean): Just depend upon maintainer-clean.
12850
12851Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12852
12853 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12854
12855Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12856
12857 * configure.in: Build ld in mips*-*-bsd* case.
12858
12859Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12860
12861 * config.sub: Accept -lites* OS. From Ian Dall.
12862
12863Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12864
12865 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12866 targets.
252b5132
RH
12867
12868Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869
12870 * configure.in: treat i386-win32 canadian cross the same as
12871 i386-go32 canadian cross.
12872
12873Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12874
12875 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12876 running under the simulator to build a reduced set of libraries.
12877 (powerpc-*-eabiaix): Add fine grained multilib support added to
12878 other powerpc targets yesterday.
12879
12880Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12881
12882 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12883 -disable-softfloat, -disable-relocatable, -disable-aix, and
12884 -disable-sysv to control which multilib libraries get built.
12885
12886Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12887
12888 * configure: Add Makefile.tem to list of files to remove in trap
12889 handler.
12890
12891Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * config.guess (*Linux*): Add missing "exit"s.
12894 Also, need specific check for alpha-unknown-linux (uses COFF).
12895
12896Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12897
12898 * config.guess: Merge with FSF:
12899
12900 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12901 * config.guess (AIX4): More robust release numbering discovery.
12902
12903 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12904 * config.guess (i386-sequent-ptx): Properly get version number.
12905
12906 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12907 * config.guess (mips:*:4*:UMIPS): New case.
12908
12909Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12910
12911 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12912 (i386-win32 host): Likewise. Don't build readline.
12913
afb8d725
JM
12914Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12915
12916 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12917 SUPPORT_FILES to submakes.
12918
252b5132
RH
12919Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12920
12921 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12922 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12923 mpw-configure.
12924
12925Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12926
12927 * configure.in (appdirs): Use =, not ==, in test expression when
12928 trying to build the text to print in the warning message for
12929 Solaris users.
12930
12931Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12932
12933 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12934
12935Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12936
12937 * config.guess: Recognize lynx-2.3.
12938
12939Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12940
12941 * config.sub (z8ksim): Deleted
12942 (z8k-*-coff): New, this is the one true name of the target.
12943
12944Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12945
12946 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12947
12948Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12949
12950 * config.guess (*:Linux:*:*): First try asking the linker what the
12951 default object file format is (elf, aout, or coff). Then if this
12952 fails, try previous methods.
12953
12954Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12955
12956 * configure.in: Don't build newlib for *-*-vxworks5.1.
12957
12958Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12959
12960 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12961 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12962
12963Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12964
12965 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12966
12967Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12968
12969 * cfg-ml-com.in: New file.
12970 * cfg-ml-pos.in: New file.
12971
12972Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12973
12974 * COPYING.NEWLIB: Add HP free copyright to list.
12975
12976Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12977
12978 * config.sub: Recognize -eabi* for the system, not just -eabi.
12979
12980Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12981
12982 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12983 * config.sub, configure.in (win32): New target and host.
12984
12985Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12986
12987 * configure.in: Add i386-pe configuration.
12988
12989Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12990
12991 * mpw-build.in (install): Install GDB after LD.
12992
12993Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12994
12995 * mpw-config.in (elf/mips.h): Always forward-include, needed
12996 for GDB to build.
12997
12998Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12999
13000 * testsuite: New directory for customer acceptance and whole tool
13001 chain tests.
13002
13003Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13004
13005 * configure: If per-host line isn't found, but AC_OUTPUT is found
13006 and a configure script exists, run it instead.
13007
13008Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13009
13010 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13011
13012Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13013
13014 * configure: Set build_{cpu,vendor,os,alias} to host values when
13015 --build isn't specified.
13016
13017Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13018
13019 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13020 (FLAGS_TO_PASS): Pass them.
13021 (EXTRA_TARGET_FLAGS): Ditto.
13022
252b5132
RH
13023Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13024
13025 * Makefile.in (all-libg++): Depend on all-libstdc++.
13026
13027Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13028
13029 * configure.in (noconfigdirs): Enable all packages for
13030 i386-unknown-netbsd.
13031
13032Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13033
13034 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13035 hosted builds (DOS builds)
13036
13037Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13038
13039 Changes for ARM based on patches from Richard Earnshaw:
13040 * config.sub: Handle armeb and armel.
13041 * configure.in: Omit arm linker only for riscix.
13042
13043Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13044
13045 * config.guess: Update from FSF.
13046
13047Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13048
13049 * config.sub: Recognize powerpcle as the little endian varient of
13050 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13051 powerpcle variant. Convert pentium into i586, not i486. Add p5
13052 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13053 temporarily.
13054
13055Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13056
13057 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13058
13059Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13060
13061 * config.sub: Accept -lites* as a basic system type.
13062
13063Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13064
13065 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13066 installed, and if so return linuxoldld as the system name.
13067
13068Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13069
13070 * config.guess: Add hppa1.1-hp-lites support.
13071
13072Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13073
13074 * configure.in: Don't build newlib for m68k-vxworks5.1.
13075
13076Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13077
13078 * configure.in (mips-sgi-irix6): Use mh-irix5.
13079
13080Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13081
13082 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13083
13084Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13085
13086 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13087 OSF/1. Fix compiler flags.
252b5132
RH
13088 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13089
13090Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13091
13092 * configure.in: Recognize --with-newlib.
13093 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13094
afb8d725
JM
13095Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13096
13097 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13098 to *_X11_MODULES due to gdbtk needing X include files et al.
13099
252b5132
RH
13100Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13101
13102 Merge in support for Mac MPW as a host.
13103 (Old change descriptions retained for informational value.)
13104
13105 * mpw-config.in: Add generic include forwards for cpu-specific
13106 include files in aout and elf directories.
13107
13108 * mpw-configure: Added copyright.
13109 * mpw-config.in: Check for presence of required build tools.
13110 (target_libs): Add newlib.
13111 (target_tools): Add examples.
13112 (Read Me): Generate as "Read Me for MPW" instead.
13113 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13114 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13115 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13116
13117 * mpw-configure: Remove subdir-specific makefile hackery,
13118 delete mk.tmp after using it.
13119
13120 * mpw-build.in (all): Display start and end times.
13121
13122 * mpw-configure (host_canonical): Set.
13123 (target_cpu): Always add to makefiles.
13124 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13125 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13126 (mpw-mh-mpw): Look for in srcdir and srcroot.
13127 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13128
13129 * mpw-build.in: (install-only): New target.
13130
13131 * mpw-configure (host_alias, target_alias): Rename from hostalias
13132 and targetalias, add into generated Makefile.
13133 (mk.tmp): If present, add into generated Makefile.
13134 * mpw-build.in (all-gas): Build config.h first before gas proper.
13135
13136 * mpw-configure (config.status): Write only if changed.
13137 * mpw-config.in (readline): Configure it (not built, just used for
13138 definitions).
13139
13140 * mpw-config.in (elf/mips.h): Add a forward include.
13141
13142 * mpw-config.in: Forward-include most .h files in include into
13143 extra-include.
13144 (readline): Don't build.
13145 mpw-build.in (install): Install GDB.
13146
13147 * mpw-configure (prefix, mpw_prefix): Handle it.
13148 * mpw-config.in (mmalloc, readline): Don't configure.
13149 * mpw-build.in (thisscript): Rename to ThisScript.
13150 Use mpw-build instead of BuildProgram everywhere.
13151 (mmalloc, readline): Don't build.
13152 * mpw-README: New file, basic documentation about the MPW port.
13153
13154 * mpw-config.in: Use forward-include to create include files.
13155
13156 * mpw-configure: Add more things to the top of each configured
13157 Makefile, including contents of config/mpw-mh-mpw.
13158 * mpw-config.in (extra-include): Create this directory and fill it
13159 with Posix-like include files when configuring.
13160
13161 * config.sub (apple, mac, mpw): Add various aliases.
13162
13163 * mpw-build.in: New file, top-level build script fragment for MPW.
13164 * mpw-configure: New file, configure script for MPW.
13165 * mpw-config.in: New file, config fragment for MPW.
13166
13167Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13168
13169 * configure.in (host_libs): Remove glob, since it is gone from the
13170 sources.
13171
13172Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13173
13174 * Makefile.in: define empty GDB_NLM_DEPS var.
13175
13176 * configure.in(target_makefile_frag): use config/mt-netware
13177 for netware targets.
13178
13179Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13180
13181 * config.sub: Merge in recent FSF changes. Remove linux special
13182 cases.
13183
13184Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13185
4bddf3ad 13186 Revert this change:
252b5132
RH
13187
13188 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13189
13190 * build-all.mk: Use CC=cc -Xs on Solaris.
13191
252b5132
RH
13192Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13193
13194 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13195 stop using it.
13196 * Makefile.in: Nuke all references to glob subdirectory.
13197
13198Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13199
13200 * configure.in: Fix --enable-shared logic in per-host.
13201
13202Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13203
13204 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13205
13206Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13207
13208 * configure.in (noconfigdirs): Don't build gas on AIX, for
13209 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13210
13211Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13212
13213 * configure: Fix --cache-file to work if the file argument is a
13214 relative path.
13215
13216Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13217
13218 * configure: If the --cache-file is used, pass it down to
13219 configure in subdirectories.
13220
13221Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13222
13223 * config.sub: add vxworks29k configuration.
13224
13225Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13226
13227 * Makefile.in (taz): Do "diststuff" part quietly.
13228
13229Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13230
13231 * config.sub: Mini-merge with gcc/config.sub.
13232
13233Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13234
13235 * config.guess (IRIX): Sed - to _.
13236
13237Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13238
13239 * Makefile.in (source-vault, binary-vault): New targets.
13240
13241Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13242
13243 * config.sub: Recognize -eabi as a basic system type.
13244
13245Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13246
13247 * configure.in (enable_shared stuff): Fix typo.
13248
13249Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13250
13251 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13252
13253Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13254
13255 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13256
13257Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13258
13259 * configure.in (rs6000-*-*): Don't build gas.
13260
13261Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13262
13263 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13264 reduce command line length.
13265 (AS_FOR_TARGET): Check for as.new, not Makefile.
13266 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13267
13268Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13269
13270 * config.guess: Merge from FSF.
13271
13272Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13273
13274 * configure: Don't use $ when handling program_suffix.
13275
13276Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13277
13278 * configure.in: Configure tk for hppa/hpux.
13279
13280Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13281
13282 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13283
13284Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13285
13286 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13287 to LIBCXXFLAGS. Tests are better run without it.
13288
13289Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13290
13291 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13292
13293Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13294
13295 * configure.in (*-*-netware*): Don't configure xiberty.
13296
13297Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13298
13299 * configure.in: Remove tk from native_only list.
13300
13301Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13302
13303 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13304 for special NCD build.
13305
13306Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13307
13308 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13309 makeall.bat, they're only useful for binutils snapshots.
13310 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13311 makeall.bat to specified SUPPORT_FILES.
13312
13313Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13314
13315 * build-all.mk: Add Ericsson targets to sun4 and solaris
13316 hosts. Add BNR's sun4 target to solaris host, so their
13317 build-from-source will be tested in-house first.
13318
13319Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13320
13321 * Makefile.in (LIBCFLAGS): New variable.
13322 (CFLAGS_FOR_TARGET): Ditto.
13323 (LIBCFLAGS_FOR_TARGET): Ditto.
13324 (LIBCXXFLAGS): Ditto.
13325 (CXXFLAGS_FOR_TARGET): Ditto.
13326 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13327 (BASE_FLAGS_TO_PASS): Pass them.
13328 (EXTRA_TARGET_FLAGS): Ditto.
13329
4bddf3ad 13330 * configure.in: Support --enable-shared.
252b5132
RH
13331
13332Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13333
13334 * configure.in (target_libs): Include libstdc++ again.
13335 * config.guess: Update from FSF (for FreeBSD).
13336
13337Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13338
13339 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13340 makeall.bat.
13341 (DISTDOCDIRS): Add `etc'.
13342 (ETC_SUPPORT_PFX): New variable.
13343 (taz): Include anything from etc starting with a word in
13344 ETC_SUPPORT_PFX.
13345
13346Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13347
13348 * config.sub: Update for recent FSF changes. Remove obsolete
13349 h8300hds entry. Add -windows* and -osx as basic os. Minor
13350 spacing changes.
13351
13352Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13353
13354 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13355
13356 * config.guess: Merge with FSF.
13357 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13358
13359Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13360
13361 * configure: Since the "trap 0" handler will override the exit
13362 status on many systems, only use it for "exit 1", and make it set
13363 a non-zero exit status; reset it before "exit 0". Also, check
13364 exit status of config.sub, and error out if it failed.
13365
13366Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13367
13368 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13369 and install libgloss.
13370
13371Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13372
13373 * Makefile.in (all-binutils): Depend upon all-byacc.
13374
13375 * configure.in: Don't build emacs on Irix 5.
13376
13377Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13378
13379 * configure.in (*-*-netware*): Add libio.
13380
13381Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13382
13383 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13384 (CHECK_TARGET_MODULES): Ditto.
13385 (INSTALL_TARGET_MODULES): Ditto.
13386 (TARGET_LIBS): Ditto.
13387 (all-libstdc++): Note dependencies.
13388
13389Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13390
13391 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13392
13393Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13394
13395 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13396 -fexternal-templates.
13397
13398 * configure.in (target_libs): Add libstdc++.
13399 (noconfigdirs): Add libstdc++ as appropriate.
13400
13401Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13402
13403 * config.guess: Update from FSF.
13404
13405Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13406
13407 * configure: Use ${config_shell} when running ${configsub}.
13408
13409Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13410
13411 * config.sub: No longer recognize h8300h.
13412
13413Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13414
13415 * config.sub: Remove extraneous differences between config.sub and
13416 gcc/config.sub.
13417
13418Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13419
13420 * Makefile.in (DISTSTUFFDIRS): Add gas.
13421
13422Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13423
13424 * COPYING.NEWLIB: New file.
13425
13426Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13427
13428 * config.guess (HP-UX): Patch from Harlan Stenn
13429 <harlan@landmark.com> to also emit release level.
13430
13431Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13432
13433 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13434
13435Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13436
13437 * config.sub: Merge nextstep cleanup from FSF.
13438
13439Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13440
13441 * configure.in (arm-*-*): Don't configure ld for this target.
13442
13443Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13444
13445 * configure.in (*-*-netware): don't configure libg++, libio,
13446 librx, or newlib.
13447
13448Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13449
13450 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13451 configure ld--it works, but it doesn't support shared libraries.
13452
13453Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13454
13455 * config.guess (*-unknown-freebsd*): Get rid of possible
13456 trailing "(Release)" in version string.
13457 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13458
13459Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13460
13461 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13462 Fix type: *-next-neststep -> *-next-nextstep.
13463
13464 * config.guess: Merge from FSF:
13465
13466 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13467
13468 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13469
13470 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13471
13472 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13473 instead of UNIX_SV for UnixWare 1.0).
13474
13475Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13476
13477 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13478 to make gdb/nlm/* build after the compiler and linker.
13479
13480Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13481
13482 * config.guess (netbsd, freebsd, linux): Accept any machine,
13483 not just i[34]86.
13484 (m68k-atari-sysv4): Relocate to match FSF version.
13485
13486 * config.guess: More merges from the FSF:
13487
13488 Add a space before function call or macro invocation.
13489
13490 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13491
13492 * config.guess: Add trap cmd to remove dummy.c and dummy when
13493 interrupted.
13494
13495 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13496
13497 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13498 (dummy): Redirect stderr from compilation of dummy.c.
13499
13500 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13501
13502 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13503
13504Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13505
13506 * configure: Accept and ignore --cache*, for compatibility with
13507 new autoconf.
13508
13509Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13510
13511 * config.guess: Merge from FSF:
13512
13513 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13514
13515 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13516 (PATH): Add /.attbin at end for finding uname.
13517 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13518
13519 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13520
80413487 13521 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13522
13523 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13524
80413487
RH
13525 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13526 to select whether to use ELF or COFF.
252b5132
RH
13527
13528 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13529
80413487 13530 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13531
13532 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13533
13534 * config.guess: Guess the OS version for HPUX.
13535
13536 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13537
13538 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13539
13540Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13541
13542 * configure.in: Recognize --with-headers, --with-libs, and
13543 --without-newlib.
13544 * Makefile.in (all-xiberty): Depend upon all-ld.
13545
13546Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13547
13548 * configure.in: Change i[34]86 to i[345]86.
13549
13550Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13551
13552 * configure (version): A few more tweaks to help message.
13553
13554Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13555
13556 * Makefile.in: Remove (for now) librx as a host library,
13557 now that we're building it for target.
13558
13559Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13560
13561 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13562 (Karl Berry).
13563
13564Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13565
13566 * configure.in: Also configure librx.
13567
13568Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13569
13570 * Makefile.in: Update various rules to reflect that librx
13571 is now needed for libg++.
13572
13573Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13574
13575 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13576
13577Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13578
13579 * configure.in: Configure the examples directory.
13580
13581Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13582
13583 * configure: Simplify Jun 2 1994 change.
13584
13585Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13586
13587 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13588 /bin/gcc isn't good enough to build gcc.
13589
13590Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13591
13592 * Makefile.in (GDB_SUPPORT_FILES): Remove
13593 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13594 (gdb.tar.gz): Add new rule to use standard distribution building
13595 mechanism.
13596
13597Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13598
13599 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13600 Bill Cox <bill@cygnus.com>.
13601
13602Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13603
13604 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13605
13606Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13607
13608 * configure: Search current dir first in .gdbinit.
13609
13610Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13611
13612 * config.sub: Recognize freebsd (merged from gcc config.sub).
13613
13614Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13615
13616 * config.sub: Refer to NeXT's operating system as nextstep.
13617
13618 * config.sub (case $basic_machine): Re-order the cases, to match
13619 the order in the FSF version (which is mostly alphabethical).
13620 Merge in some additions and changes from the FSF.
13621
13622Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13623
13624 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13625 * config.sub: Recognize cxux7.
13626 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13627
13628Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13629
13630 * config.sub: Fix typo powerpc -> powerpc-*.
13631
13632Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13633
13634 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13635
13636 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13637 parallel with all-emacs and install-emacs). Top-level command
13638 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13639
13640Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13641
13642 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13643 $(relbindir)/make before doing ``make install'', and use
13644 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13645 installing over running make binary.
13646 ($(host)-stamp-stage3-installed): Likewise.
13647
13648Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13649
13650 * config.guess: Recognize Mach.
13651
13652Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13653
13654 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13655 see whether --exec-prefix was used.
13656
13657Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13658
13659 * README: Explicitly mention libg++/README. (Zoo's idea.)
13660
13661Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13662
13663 * Makefile.in: Add all-librx target similar to all-libproc.
13664
13665Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13666
13667 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13668 with post 1.2 uname bogosity.
13669
13670Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13671
13672 * configure: Remove temporary files on receipt of a signal.
13673
13674Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13675
13676 * configure: If there is a package_makefile_frag, remove
13677 ${subdir}/Makefile.tem after copying it in.
13678
13679Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13680
13681 * build_all.mk: support rs6000 lynx identifies itself as
13682 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13683 since /bin/gcc is too feeble to compile a modern gcc.
13684
13685Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13686
13687 * brought devo/test-build.mk update-to-date with progressive/
13688 test-build.mk. Add lynx targets and hppa flag info.
13689
13690Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13691
13692 * configure.in: Use mh-ncrsvr43. Patch from
13693 Tom McConnell <tmcconne@sedona.intel.com>.
13694
13695Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13696
13697 * config.guess (i386-unknown-bsdi): No longer need to
13698 check #if defined(__bsdi__) && defined(__i386__).
13699
13700Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13701
13702 * configure: Set program_transform_nameoption correctly.
13703
13704Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13705
13706 * brought build-all.mk update-to-date with progressive build-all.mk,
13707 added new targets and hppa info.
35590697 13708
252b5132
RH
13709Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13710
13711 * configure: If config.guess result is a prefix of the user
13712 specified target, assume a native build and use the user specified
13713 target as the host alias. Remove SunOS patch suffix removal hack.
13714 * configure.in: Remove SunOS patch suffix removal hack.
13715
13716 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13717 in NATIVE_CHECK_MODULES.
13718
13719Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13720
13721 * Makefile.in: Rename HOST_ONLY to NATIVE.
13722 * configure: Delete SunOs patch suffix from host_canonical
13723 and build_canonical variables that are prepended to Makefiles.
13724 * configure.in: Add comments for easier maintenance.
13725
13726Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13727
13728 * Makefile.in: Add all-libproc target similar to all-gui.
13729
13730Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13731
13732 * Makefile.in (CHECK_MODULES): split into
13733 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13734
13735Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13736
13737 * config.guess (i386-unknown-bsdi): New system to guess.
13738
13739Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13740
13741 * Makefile.in: Add all-gui target (but not yet build by "all").
13742
13743Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13744
13745 * config.sub: Move deletion of patch suffix from here...
13746 * configure.in: To here, at Ian's suggestion. The top-
13747 level scripts might need to know of a patch level.
13748
13749Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13750
13751 * config.sub: Strip off patch suffix so rtl is recognized
13752 as a sunos4.1.3 machine, even though it's been patched.
13753
13754Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13755
13756 * Makefile.in (INSTALL_LAST): Delete.
13757 (INSTALL_DOSREL): New.
13758
13759Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13760
13761 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13762 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13763 whether we pass down --with-gnu-ld anyhow.
13764
13765Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13766
13767 * Makefile.in (INSTALL_LAST): Change operation so it works
13768 on more flavors of make.
13769 * configure.in (go32): Don't build libg++ or libio.
13770
13771Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13772
13773 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13774 they can be overriden by templates.
13775
13776Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13777
13778 * configure.in (target==go32): Don't build gdb.
13779 * dosrel: New directory.
13780
13781Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13782
13783 * configure.in (host==go32): Configure dosrel too.
13784 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13785 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13786 be set by incoming names or templates.
13787 (INSTALL_LAST): New rule.
252b5132
RH
13788
13789Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13790
13791 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13792
13793Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13794
252b5132
RH
13795 * configure.in (appdirs): New variable. Currently empty, but will
13796 be used in gas distribution. If nonempty, lists a set of
13797 directories at least one of which must get configured, or top
13798 level configuration is considered to have failed.
13799 (rs6000-*-lynxos*): Use new file name.
13800
13801Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13802
13803 Eliminate XTRAFLAGS.
13804 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13805 newlib include files using -idirafter, and also use -nostdinc.
13806 (CXX_FOR_TARGET): Likewise.
13807 (XTRAFLAGS): Removed.
13808 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13809 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13810 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13811 ($(DO_X)): Don't pass down XTRAFLAGS.
13812
13813Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13814
13815 * configure.in (mips*-dec-bsd*): New target; do build linker.
13816 (mips*-*-bsd*): New target; don't build linker.
13817
13818Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13819
13820 * configure.in: support rs6000-*-lynxos* configuration.
13821 support sunos4 as a cross target.
13822
13823 * config.sub: look for lynx*, not lynx since the OS version may
13824 legitimately be part of the name.
13825
13826Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13827
13828 * configure.in (i[34]86-*-sco*): Move to be with other i386
13829 targets.
13830 (romp-*-*): New target. Skip various binary utilities.
13831 (vax-*-*): New target. Don't build newlib.
13832 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13833
13834Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13835
13836 * configure.in: Only set host_makefile_frag if config
13837 directory exists.
13838
13839Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13840
13841 * install.sh: If $dstdir exists, don't check whether each
13842 component does.
13843
13844Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13845
13846 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13847
13848Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13849
35590697
AJ
13850 * configure.in (*-*-lynxos*): Don't configure newlib for either
13851 native or cross Lynx.
252b5132
RH
13852
13853Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13854
13855 * config.sub (sparc64-elf): Fix os.
13856 (z8k): Remove duplicate.
13857
13858Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13859
13860 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13861 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13862
13863Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13864
13865 * configure: Make file links cleanly even if Lynx fails on
80413487 13866 an NFS symlink (at least fail cleanly).
252b5132
RH
13867
13868Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13869
13870 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13871 -XNh2000.
13872
13873Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13874
13875 * configure: Unknown options are fatal again.
13876
13877Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13878
13879 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13880 compatibility.
252b5132
RH
13881
13882Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13883
13884 * build-all.mk: Add `clean' target.
13885
13886Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13887
13888 * config.guess: Add SINIX support.
13889 * configure.in: Add mips-*-sysv4* support.
13890
13891Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13892
13893 * build-all.mk: Document all useful targets.
13894 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13895 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13896
13897Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13898
13899 * configure: Support --silent, --quiet.
13900
13901Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13902
13903 * configure: Support --disable-FEATURE.
13904
13905Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13906
13907 * config.guess: Recognize NCR running SVR4.3.
13908
13909Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13910
13911 * config.guess: Make BSDI generate i386-unknown-bsd386.
13912 Patch from Paul Eggert <eggert@twinsun.com>.
13913
13914Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13915
13916 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13917
13918Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13919
13920 * configure: Make unrecognized options give nonfatal warnings
13921 instead of fatal errors, and pass them to any subdirectory
13922 configures in case they recognize them.
13923 Make --x equivalent to --with-x.
13924
13925Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13926
13927 * configure: Add --enable-* options. Clean up usage message and
13928 some comments.
13929
13930Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13931
13932 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13933
13934Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13935
13936 * configure.in (hppa*-*-*): Enable binutils.
13937
13938Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13939
13940 * config.sub: Recognize cisco.
13941
13942Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13943
13944 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13945
13946Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13947
13948 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13949 than one configuration name. Add comment.
13950
13951Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13952
13953 * config.guess: about target *-hitachi-hiuxwe2, fixed
13954 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13955 macro is incorrect.]
13956
13957Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13958
13959 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13960 than the "make ls" stuff which used to be here.
13961
13962Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13963
13964 * config.guess: Recognize i[34]86-unknown-freebsd.
13965 From Shawn M Carey <smcarey@rodan.syr.edu>.
13966
13967Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13968
13969 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13970
13971Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13972
13973 * config.guess: Check for ptx.
13974
13975Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13976
13977 * config.sub: Add os9k checking.
13978
13979Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13980
13981 * config.guess: Handle OSF1 running on HPPA processors
13982
13983Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13984
13985 * configure: If subdir configure fails, print out a message with
13986 subdirectory name, in case subdir's configure code didn't identify
13987 itself.
13988
13989Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13990
13991 * configure.in: Remove embedded newlines from configdirs.
13992 Avoid mismatches of substrings. Fix matching strings at end
13993 of configdirs.
13994
13995Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13996
13997 * config.guess: Add Lynx/rs6000 config support.
13998
13999Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14000
14001 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14002
14003Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14004
14005 * configure.in (hppa*-*-osf*): Treat this just like most other
14006 PA configurations (eg no binutils or ld).
14007 (hppa*-*-*elf*): These configurations have binutils and ld.
14008
14009Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
14011 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14012
14013Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14014
14015 * configure.in (rs6000-*-*): Build gas.
14016
14017Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14018
80413487 14019 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14020
14021Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14024 for GDB and GDB has been fixed to not need it.
14025
252b5132
RH
14026Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14027
14028 * config.guess: Recognize vax hosts.
14029
14030Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14031
14032 * configure (while loop): Don't use "break 2" inside case
14033 statement -- the case statement isn't an enclosing loop.
14034
14035Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14036
14037 * config.guess: Clean up NeXT support, to allow nextstep
14038 on Intel machines. Make OS be nextstep.
14039
14040Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14041
14042 * config.guess: Add alternate forms for Convex.
14043
14044Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14045
14046 * configure: Completely rewrite option processing. Take
14047 advantage of pattern-matching to avoid invoking test frequently.
14048 Also clean up host and target defaulting logic.
14049
14050Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14051
14052 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14053 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14054 commands (plus user environment) will fit SCO limits.
14055
14056Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14057
14058 * configure.in: Don't issue warnings about directories which are
14059 not being configured if -norecursion is set. Correct test for
14060 --with-gnu-as and --with-gnu-ld to not get confused by substring
14061 matches.
14062
14063 * configure.in: Don't build gas for alpha-dec-osf1*.
14064
14065Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14066
14067 * configure: Back out Per's change of 12/19/1993. It changes the
14068 behavior of configure in unexpected and confusing ways.
14069
14070 Also, use different delim char when calculating
14071 program_transform_name so that the name can contain slashes.
14072
14073Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14074
14075 * configure.in, config.sub: Add support for VSTa micro-kernel.
14076
14077Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14078
14079 * configure.in: Nuke hacks which were used to get a special
14080 version of GAS for HPPA configurations.
14081
14082Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14083
14084 * configure: If only ${target_alias} is given, use that
14085 as the default for ${host_alias}.
14086 * configure: Add missing back-slashes before nested quotes.
14087
14088Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14089
14090 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14091
14092Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14093
14094 * config.guess: Recognize some Tektronix configurations.
14095 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14096
14097Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14098
14099 * config.sub: Match any flavor of SH.
14100
14101Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14102
14103 * configure.in: Don't try to configure newlib for Alpha.
14104
14105Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14106
14107 * configure.in: Don't build ld for Irix 5. Don't build gas,
14108 libg++ or libio for any Alpha target.
14109
14110 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14111
14112Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14113
14114 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14115 default arguments -- so it tried to compress itself.
14116
14117Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14118
14119 * configure.in (notsupp): ensure that a space is always at the end
14120 of the configdirs list, since the grep checks for an explicit space
14121
14122Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14123
14124 * configure.in (target i386-sysv4.2): don't build ld, since static
14125 versions of many libraries are not available.
14126
14127Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14128
14129 * config.guess: Recognize Apollos (using environment variables).
14130 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14131
14132Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14133
14134 * config.guess: Recognize Sony news mips running newsos.
14135
14136Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14137
14138 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14139 "fi ; else" for bash.
14140
14141Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14142
14143 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14144
14145Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14146
14147 * config.sub: accept unixware as an alias for svr4.2.
14148 Fix some inconsistancies with the gcc version.
14149
14150Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14151
14152 * Makefile.in (DISTDOCDIRS): Add gdb.
14153
14154Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14155
14156 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14157
14158Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14159
14160 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14161 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14162 this now.
14163
14164Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14165
14166 * config.sub: Accept hiux* as an OS name.
14167
14168 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14169 etc/make-stds.texi. The underscore came from gcc, and dje now
14170 agrees that RUNTESTFLAGS is the correct name.
14171
14172Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14173
14174 * install.sh: Remove 'set -e'. It makes any conditionals
14175 in the script useless.
14176
14177 * config.guess: Automatically recognize arm-acorn-riscix
14178 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14179
14180Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14181
14182 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14183
14184Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14185
14186 * Makefile.in (DISTDOCDIRS): New variable.
14187 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14188 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14189
14190Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14191
14192 * configure.in (hppa target): check the source directory for the
14193 pagas sub-directory
14194
14195Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14196
14197 * config.sub: Allow -aout* and -elf*.
14198
14199Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14200
14201 * configure.in: Don't build ld on i386-solaris2, same as for
14202 sparc-solaris2.
14203
14204Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14205
14206 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14207
14208Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14209
14210 * configure.in: Configure gdb for alpha.
14211
14212Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14213
14214 * Makefile.in (CXXFLAGS): Add -O.
14215
14216Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14217
14218 * config.guess: added support for DG Aviion
14219
14220Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14221
14222 * configure.in: Produce warning message for subdirectories not
14223 configurable for this host/target combination. Don't try to
14224 configure gdb for vms.
14225
14226Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14227
14228 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14229 appropriate files before making "diststuff".
14230 (DISTBISONFILES): New var: list of files to be edited.
14231 (DISTSTUFFDIRS): Add binutils.
14232
14233Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14234
14235 * config.sub: also handle mipsel and mips64el (for little endian mips)
14236
14237Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14238
14239 * configure.in: Add * to end of all OS names.
14240
14241Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14242
14243 * configure.in: Build newlib for LynxOS native.
14244
14245Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14246
14247 * config.guess: Add support for delta 88k running SVR3.
14248
14249 * configure.in: Add comment about HP compiler vs. emacs.
14250
14251Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14252
14253 * configure.in: don't build ld on solaris2 (not a viable option
14254 due to bugs in getpwnam & getpwuid)
14255
14256Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14257
14258 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14259 config.guess will produce a full version number.
14260
14261Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14262
14263 * configure.in: Build linker and binutils for alpha-dec-osf1.
14264
14265Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14266
14267 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14268 and gdb/testsuite/Makefile.in.
14269
14270Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14271
14272 * configure.in: recognize mips*- instead of mips-
14273
14274Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14275
14276 * config.sub: Accept linux*coff and linux*elf as operating
14277 systems.
14278
14279Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14280
14281 * config.sub: Recognize mips64, and mips3 as an alias for it.
14282
14283Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14284
14285 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14286 gdb knows how to handle OSF/1 shared libraries.
14287
14288Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14289
14290 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14291 * config.guess: Recognize Hitachi's HIUX.
14292 * config.sub: Recognize h3050r* and hppahitachi.
14293 Remove redundant cases for hp9k[23]*.
14294
14295Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14296
14297 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14298 if gas and ld are in the source tree and are in ${configdirs}.
14299 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14300 --with options (but still pass them down on the command line,
252b5132
RH
14301 if they were explicitly specified).
14302
14303Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14304
14305 * configure: substitute SHELL value in Makefile.in with
14306 ${CONFIG_SHELL}
14307
14308Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14309
14310 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14311 *-*-solaris2* targets.
14312
14313Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14314
14315 * Makefile.in: define M4, and pass it down to sub-makes;
14316 all-autoconf now depends on all-m4
14317
14318Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14319
14320 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14321 presence of {ar,ranlib} instead of a configured directory
14322
14323Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14324
14325 * config.guess: Accept 34?? as well as 33?? for NCR.
14326
14327Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14328
14329 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14330 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14331
14332Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14333
14334 * configure: grab values for $(CC) and $(CXX) from the
14335 environment, so that someone can do "CC=gcc configure; make" and
14336 have it work right (matching the way that autoconf works now)
14337
14338 * configure.in, Makefile.in: add support for gash, the tcl
14339 interface to Galaxy
14340
14341 * config.guess: add NetBSD variants (hp300, x86)
14342
14343Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14344
14345 * install.sh: Support -d option (in the manner of SunOS 4 install,
14346 as it is more deterministic than that of GNU install)
14347 (chmodcmd): Set file to mode 755 by default (should also do default
14348 chgrp and chown, but I don't feel like dealing with that now)
14349
14350Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14351
14352 * config.sub: Remove h8300hhms alias.
14353
14354Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14355
14356 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14357
14358Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14359
14360 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14361 as stmp-fixinc
14362
14363Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14364
14365 * config.sub: recognize m88110-bug-coff.
14366
14367Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14368
14369 * Makefile.in (all-libio): all dependencies on the toolchain used
14370 to build this (gcc, gas, ld, etc)
14371
14372Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14373
14374 * config.guess: Deal with OSF/1 1.3 on alpha.
14375
14376Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14377
14378 * install.sh: add some 'else true' clauses for portability
14379
14380 * configure.in: don't build libio for h8[35]00-*-* targets
14381
14382Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14383
14384 * Makefile.in: Add support for new libio.
14385
14386Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14387
14388 * install.sh: If one command fails, don't try the rest. Don't try
14389 to remove $dsttmp (via trap) unless we have already created it.
14390 If $src doesn't exist, detect it and exit with an error.
14391
14392 * config.guess: Recognize BSD on hp300.
14393
14394Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14395
14396 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14397 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14398
14399Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14400
14401 * Makefile.in (all-send-pr): depends on all-prms
14402
14403Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14404
14405 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14406
14407Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14408
14409 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14410 Added test for mips-mips-riscos5.
14411
14412Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14413
14414 * configure.in: use mh-hp300 for 68k HP hosts
14415
14416Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14417
14418 * configure: add support for CONFIG_SHELL, so that you can use
14419 some alternate shell for evaluating configure scripts
14420
14421Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14422
14423 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14424 in configure script to bug-gdb@prep.ai.mit.edu when building
14425 distribution archive.
14426 * Makefile.in (COMPRESS): Remove def.
14427 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14428 gdb.tar.Z and make-gdb.tar.Z respectively.
14429 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14430 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14431 to convergence with 'taz' target in Makefile.in.
14432
14433Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14434
14435 * install.sh (dsttmp): use trap to ensure that tmp files go
14436 away on error conditions
14437
14438Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14439
14440 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14441
14442Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14443
14444 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14445 its parent is '/' not ''.
14446
14447 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14448
14449Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14450
14451 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14452 that ${newsrcdir}/configure.in does.
14453
14454Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14455
14456 * test-build.mk: support for CONFIG_SHELL
14457
14458Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14459
14460 * config.sub (netware): Add as a basic system type.
14461
14462Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14463
14464 * Makefile.in (Makefile): depend on configure.in. Also drop the
14465 $(srcdir)/ from the dependency on Makefile.in.
14466
14467Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14468
14469 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14470 (h8300hhms is temporary until multi-libraries are implemented).
14471 * configure.in: Handle h8300h too.
14472
14473Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14474
14475 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14476
14477Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14478
14479 * configure: Remove extraneous output when guessing host type.
14480 * config.guess: Remove extraneous output when guessing using C
14481 compiler rather than uname, or when guessing fails.
14482
14483Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14484
14485 * Makefile.in: remove all.cross and install.cross targets
14486
14487 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14488 definitions
14489
14490Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14491
14492 * configure.in (target sh): Build gprof.
14493
14494Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14495
14496 * config.sub: change -solaris to -solaris2
14497
14498Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14499
14500 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14501
14502Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14503
14504 * configure: Correct error message for missing Makefile.in to
14505 print correct directory.
14506
14507Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14508
14509 * install.sh: kludge around 386BSD shell bug
14510
14511Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14512
14513 * config.guess: Recognize NeXT.
14514 * config.guess: Recognize i486-ncr-sysv4.
14515 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14516
14517Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14518
14519 * Makefile.in (MAKEINFOFLAGS): New variable.
14520 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14521 * build-all.mk, test-build.mk: Pass down --no-split as
14522 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14523
14524Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14525
14526 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14527
14528Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14529
14530 * Makefile.in (libg++.tar.z): New rule.
14531 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14532 * Makefile.in (taz): Only do a single chmod.
14533
14534Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14535
14536 * install.sh: don't use dirname anymore (replaced with sed usage)
14537
14538Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14539
14540 * Makefile.in: Change extension for gzip'd files from '.z' to
14541 '.gz' per new FSF standard usage.
14542
14543Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14544
14545 * configure: put quotes around the final value of program_transform_name
14546
14547Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14548
14549 * Makefile.in: new install.sh support; update install-info rules
14550
14551Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14552
14553 * configure.in: Build diff for crosses, but not for go32 host.
14554
14555 * configure.in: Build gprof only for native, and don't build it
14556 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14557
14558Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14559
14560 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14561
14562Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14563
14564 * configure.in (host_tools): Add prms.
14565
14566Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14567
14568 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14569 with $(FLAGS_TO_PASS) on the command line
14570
14571 * config.sub: Recognize lynx and lynxos
14572
14573Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14574
14575 * config.sub: Accept -ecoff*, not just -ecoff.
14576
14577Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14578
14579 * Makefile.in (taz): Use .gz suffix instead of .z.
14580 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14581 names.
14582
14583Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14584
14585 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14586
14587Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14588
14589 * Makefile.in (install-no-fixedincludes): install gcc last, so
14590 that rebuilds that might happen during 'make install' don't get
14591 bogus gcc include files
14592
14593Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14594
14595 Change from Utah for HPPA support:
14596 * config.guess: Recognize hppa1.x-hp-bsd.
14597
14598Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14599
14600 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14601 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14602
14603Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14604
14605 * config.sub: Add support for rom68k and bug boot monitors.
14606
14607Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14608
14609 * Makefile.in: Make all-opcodes depend on all-bfd.
14610
14611Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14612
14613 * config.guess: Added special check for i[34]86-univel-sysv4*.
14614
14615Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14616
14617 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14618 the processor rather than assuming i486.
14619
14620Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14621
14622 * config.guess: Recognize SunOS6 as Solaris3.
14623
14624Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14625
14626 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14627 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14628
14629Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14630
14631 * build-all.mk (all-cross): New target for Canadian Cross.
14632 Added Q2 go32 targets.
14633 * test-build.mk: Configure go32 cross sparclite-aout and
14634 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14635 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14636
14637Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14638
14639 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14640 GO32 hosted toolchains
14641
14642Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14643
14644 * configure: change so "-exec-prefix" gets passed down rather
14645 than "-exec_prefix" so autoconf generated Makefiles get the
14646 exec_prefix set right.
14647
14648Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14649
14650 * config.guess: get the Solaris2 minor version number
14651
14652 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14653
14654Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14655
14656 * config.guess: Recognize some Sequent platforms.
14657
14658Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * Makefile.in: added the vault-install target
14661
14662 * configure.in: actually use the Sun3 makefile fragment that's in
14663 config, also added the release dir to configdirs
14664
14665Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14666
14667 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14668
14669Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14670
14671 * configure.in: remove some program from Alpha targetted toolchains
14672
14673Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14674
14675 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14676 gprof.
14677 (taz): Run "make diststuff" in those directories instead of "make
14678 proto-dir". Look for "VERSION=" only at start of line in subdir
14679 Makefile. Use "gzip -9" for compression.
14680 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14681 (binutils.tar.z): New target.
14682
14683Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14684
14685 * Makefile.in (taz): Include gpl.texinfo.
14686
14687Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14688
14689 * Makefile.in (setup-dirs): Merged into "taz" target.
14690 (taz): Only do `proto-dir' stuff if a directory is actually needed
14691 for this target.
14692
14693Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14694
14695 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14696 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14697 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14698 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14699 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14700
14701Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14702
14703 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14704 config.sub, and move-if-change to gdb testsuite distribution
14705 archive, so the testsuite can be extracted, configured, and
14706 run separately from the gdb distribution. Blow away the Chill
14707 tests that require a Chill compiled executable, since GNU Chill
14708 is not yet publically available.
14709
14710Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14711
14712 * test-build.mk: set environment variables in a single command,
14713 instead of a list of assignments and exports
14714
14715 * config.guess: recognize Alpha/OSF1 systems
14716
14717Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14718
14719 * configure: Change help message to prefer --options rather than
14720 -options.
14721
14722Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14723
14724 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14725 zippy@ecst.csuchico.edu.
14726 * config.guess: Recognize miniframe.
14727
14728Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14729
9eb322aa
MF
14730 * Makefile.in: Use srcroot to find runtest rather than rootme.
14731 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14732
14733Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14734
14735 * test-build.mk: Extensive additions to support building on a
14736 machine other than the host.
14737
14738Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14739
14740 * configure (tooldir): Fix for i386-aix again.
14741
14742Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14743
14744 * configure, Makefile.in: Change definition of $(tooldir)
14745 to match the FSF.
14746
14747Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14748
14749 * config.guess: Recognize i[34]86/SVR4.
14750
14751Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14752
14753 * Makefile.in (all-gdb): gdb depends on sim.
14754
14755Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14756
14757 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14758 at the same time we make the prototype gdb directory.
14759 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14760 files at the same time as the gdb base release distribution.
14761
14762Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14763
14764 * Makefile.in (check): Use individual check targets rather than
14765 DO_X rule.
14766 (check-gcc): Added.
14767
14768Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14769
14770 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14771 for System V release 3.2.
14772
14773Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14774
14775 * config.sub: Recognize hppaosf.
14776 * configure.in: Do configure ld/binutils/gas for it.
14777
14778Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14779
14780 * configure (tooldir): Alter syntax used to set this, for systems
14781 where "\$" isn't handled right, like i386-aix.
14782
14783Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14784
14785 * configure: Pass program-transform-name, not
14786 program_transform_name, to recursive configures.
14787
14788Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14789
14790 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14791 of gas+ld+binutils.
14792
14793Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14794
14795 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14796
14797Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14798
14799 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14800
252b5132
RH
14801Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14802
14803 * Makefile.in (PRMS): Set back to all-prms.
14804
14805Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14806
14807 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14808 targets, rather than for MIPS hosts.
14809
14810Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14811
14812 * configure.in: add comment for --with-x default values
14813
14814 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14815
14816 * Makefile.in: add check-* targets for each of the directories in
14817 the tree. Add a definition of RUNTEST that will use the one we
14818 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14819
14820Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14821
14822 * configure.in: Removed obsolete references to bfd_target and
14823 target_makefile_frag.
14824
14825 * build-all.mk: Set assorted targets for Q2.
14826 * config.sub: Recognize z8k-sim and h8300-hms.
14827 * test-build.mk: Really don't pass host to configure.
14828 (HOLES): Added uname.
14829
14830Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14831
14832 * configure: Handle an empty program-prefix, program-suffix or
14833 program-transform-name correctly.
14834
14835Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14836
14837 * build-all.mk: -G 8 no longer required for MIPS targets.
14838 * test-build.mk: Don't pass host argument to configure; make it
14839 guess.
14840
14841Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14842
14843 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14844 * Makefile.in (COMPRESS): New macro, like GZIP.
14845
14846Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14847
14848 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14849
14850 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14851 with gas currently defaults to -G 0.
14852
14853Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14854
14855 * Makefile.in (all-flex): flex depends on byacc.
14856
14857 * build-all.mk: If host not specified, use config.guess. Pass TAG
14858 to test-build.mk as RELEASE_TAG.
14859 * test-build.mk (configargs): New variable containing arguments to
14860 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14861 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14862
14863 * config.guess: Use /bin/uname when checking -X argument on SCO,
14864 to avoid invoking GNU uname which doesn't understand -X.
14865
14866 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14867
14868 * configure.in: Build gas for mips-*-*.
14869
14870Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14871
14872 * Makefile.in (all.normal): insert missing backslash.
14873
14874Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14875
4bddf3ad 14876 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14877
14878 * Makefile.in: Complete overhaul to merge many almost identical
14879 targets.
14880
14881Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14882
14883 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14884 (gdb.tar.Z): Adjusted.
14885
14886 * Makefile.in (setup-dirs, taz): New targets; should be general
14887 enough to adapt for gdb sometime. Build only .z file.
14888 (gas.tar.z): New target.
14889
14890Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14891
14892 * build-all.mk: Use CC=cc -Xs on Solaris.
14893
252b5132
RH
14894Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14895
14896 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14897 for handling BISON for FSF releases.
14898
14899Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14900
14901 * configure: Actually implement the change zoo just documented.
14902
14903Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14904
14905 * configure: when using config.guess, only set target_alias when
14906 it's not already been set (ie, on the command line)
14907
14908Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14909
14910 * Makefile.in: add installcheck target, set PRMS to install-prms
14911
14912Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14913
14914 * configure: add support for package_makefile_fragment, handle the
14915 case where a directory has a configure.in file but no Makefile.in
14916 more gracefully (with an actual understandable error message, even);
14917 add support for --without (and add this to the usage message); also
14918 explicitly add a --host=${host_alias} to the command line when
14919 config.guess is used
14920
14921Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14922
14923 * configure: Must use both --host and --target in recursive calls.
14924
14925Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14926
14927 * Makefile.in: Change deja-gnu to dejagnu.
14928
14929Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14930
14931 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14932
14933Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14934
14935 * configure.in: canonicalize all instances to *-*-solaris2*,
14936 also strip out a number of tools to not build for go32 host
14937
14938Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14939
14940 * config.guess: add GPL.
14941
14942 * Makefile.in, config.guess, config.sub, configure: bump
14943 copyrights to 93.
14944
14945Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14946
14947 * Makefile.in (do-info): Removed obsolete check for existence of
14948 localenv file.
14949
14950 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14951
14952Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14953
14954 * Makefile.in: a couple of 'else true' for decstation,
14955 support for TclX
14956
14957 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14958
14959Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14960
14961 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14962
14963Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14964
14965 * config.guess: Recognize i386-ibm-aix (PS/2).
14966 * configure.in: Use config/mh-aix386 file for it.
14967
14968Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14969
14970 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14971 CC_FOR_TARGET instead.
14972 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14973
14974Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14975
14976 * Makefile.in: Add sim to list of directories sent with gdb
14977
14978Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14979
14980 * configure.in: Put back mips-dec-bsd* case.
14981
14982Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14983
14984 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14985 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14986 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14987
14988Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14989
14990 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14991
14992 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14993 (install-info): install dir.info only if it exists,
14994 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14995
14996Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14997
14998 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14999 gas for mips-dec-bsd.
15000
15001Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15002
15003 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15004 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15005
15006Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15007
15008 * configure.in: Added "dejagnu" to hosttools list.
15009
15010Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15011
15012 * config.sub, configure.in, config.guess: Add support
15013 for Bosx, an AIX variant from Bull.
15014 Patches from F.Pierresteguy@frcl.bull.fr.
15015
15016Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15017
15018 * devo/dejagnu: Initial creation of devo/dejagnu.
15019 Migrated dejagnu testcases and support files for testing software
15020 tools to reside as subdirectories, currently called "testsuite",
15021 within the directory of the software tool. Migrated all programs,
15022 support libraries, etc. beloging to dejagnu proper from
15023 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15024 with no modifications. The changes to these files which will
15025 allow them to configure, build, and execute properly will be made
15026 in a future update.
15027
15028Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15029
15030 * Makefile.in: Change send_pr to send-pr.
15031 * configure.in: Likewise.
15032 * send_pr: Renamed directory to send-pr.
15033
15034Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15035
15036 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15037
15038Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15039
15040 * README: Update for gdb-4.8 release.
15041 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15042 gdb-xxx.tar.z (gzip'd) file also.
15043
15044Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15045
15046 * Makefile.in: make all-diff depend on all-libiberty
15047
15048Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15049
15050 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15051
15052Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15053
15054 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15055
15056Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15057
15058 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15059 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15060 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15061
15062Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15063
15064 * Makefile.in: makeinfo binary is in a new location
15065
15066Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15067
15068 * config.sub: Accept -ecoff as an OS.
15069
15070 * Makefile.in: Various changes to eliminate a level of make
15071 recursion and reduce the required command line length.
15072 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15073 sub-makes.
15074 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15075 variables holding settings for specific sub-makes.
15076 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15077 in terms of BASE_FLAGS_TO_PASS.
15078 (TARGET_LIBS): New variable listing directories which use
15079 TARGET_FLAGS_TO_PASS.
15080 (subdir_do): Eliminated.
15081 (do-*): New set of targets to replace subdir_do.
15082 (various): All targets which used subdir_do now depend on do-*.
15083 (local-clean): Renamed from do_clean.
15084 (local-distclean): New target, dependency of distclean and
15085 realclean.
15086 (install-info): Don't create directories. Depend on dir.info
15087 rather than calling make recursively.
15088 (install-dir.info): Eliminated.
15089 (install-info-dirs): Create all info directories here.
15090 (dir.info): Depend upon do-install-info.
15091
15092 * test-build.mk (HOLES): Added false.
15093
15094Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15095
15096 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15097
15098Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15099
15100 * Makefile.in (info): remove dependency on all-texinfo. The
15101 problem was really in texinfo/C, not at this level.
15102
15103Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15104
15105 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15106
15107Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15108
15109 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15110 GDB releases.
15111
15112Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15113
15114 * configure: Include srcdir in message about target of link not
15115 being found. Don't convert `-' to `_' in `with' options being
15116 passed to subdirs.
15117
15118Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15119
15120 * configure.in: add uudecode to host_tools
15121
15122 * Makefile.in: added {all,install}-uudecode targets, added them to
15123 the appropriate lists
15124
15125Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15126
15127 * Makefile.in (all-gcc): Added dependency on all-gas.
15128
15129 * configure.in (mips-*-*): Build ld and binutils.
15130
15131Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15132
15133 * configure: check return code from mkdir, print error message and
15134 exit on failure.
15135
15136Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15137
15138 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15139
15140Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15141
15142 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15143
15144Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15145
15146 * config.sub (h8500): Recognize this as a cpu type.
15147
15148Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15149
15150 * configure: source directory missing is no longer a warning
15151
15152 * configure.in: recognize irix[34]* instead of irix[34]
15153
15154 * Makefile.in: define and pass down X11_LIB
15155
252b5132
RH
15156Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15157
15158 * guess-systype: Renamed to ...
15159 * config.guess: ... by popular request.
15160 * configure.in, Makefile.in: Update accordingly.
15161
15162Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15163
15164 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15165 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15166 + Execute ./dummy instead of assuming . is in PATH.
15167
15168Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15169
15170 * guess-systype: New shell script. Attempts to guess the
15171 canonical host name of the executing host.
15172 Only a few hosts are supported so far.
15173 * configure: Call guess-systype if no host is specified.
15174
15175Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15176
15177 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15178 gcc Makefile.
15179
15180
15181Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15182
15183 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15184 (all-gcc, install-gcc, subdir_do): Use it.
15185
15186Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15187
15188 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15189
15190Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15191
15192 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15193 set exclusively by configure, using configure.in .
15194
15195Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15196
15197 * test-build.mk: set $PATH for all builds
15198
15199 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15200
15201Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15202
15203 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15204 the one used in gcc/Makefile.in, so that a null expansion doesn't
15205 override the one needed to build gcc with a native cc.
15206
15207
15208Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15209
15210 * configure: Accept -with arguments.
15211
15212Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15213
15214 * Makefile.in: added h8300sim
15215
15216Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15217
252b5132
RH
15218 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15219 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15220 (all-cygnus, native, build-cygnus): Make
15221 $(canonhost)-stamp-3stage-done, not $(host)....
15222 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15223 i386-sco3.2v4. Added else true to if command.
15224
15225Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15226
15227 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15228
15229Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15230
15231 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15232
15233Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15234
15235 * configure.in: don't remove binutils from Solaris builds
15236
15237Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15238
15239 * Makefile.in: get rid of earlier definitions for *clean,
15240 also handle the recursive info rule better
15241
15242Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15243
15244 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15245 do more-or-less the right thing.
15246
15247Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15248
15249 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15250 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15251
15252Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15253
15254 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15255 $(host_canonical).
15256
15257 * configure.in: split the configdirs list into 4 categories (native
15258 v. cross, library v. tool) and handle the cross-only and native-
15259 only in more reasonable (and correct!) way.
15260
15261Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15262
15263 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15264 configdirs anymore.
15265
15266Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15267
15268 * Makefile.in: extensive cleanup:: removed all of the explicit
15269 clean-* targets, collapsed many wrappers around subdir_do into
15270 one, added additional targets to satisfy standards.texi, deleted
15271 some old targets, some changes for consistency
15272
15273Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15274
15275 * configure.in: handle some programs as cross-only, and others as
15276 native only
15277
15278 * test-build.mk: handle partial holes in a more generic manner
15279
15280 * Makefile.in: m4 depends on libiberty
15281
252b5132
RH
15282Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15283
15284 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15285 time, wdiff, and find to configdirs
15286
15287 * Makefile.in: all, clean, and install rules for the new programs
15288 added to configure.in
15289
15290Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15291
15292 * configure.in: use mh-sun for all *-sun-* hosts
15293
252b5132
RH
15294Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15295
15296 * Makefile.in: define flags for X11 include files and library file
15297 locations, pass them down to the programs that need this info
15298
15299 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15300
252b5132
RH
15301Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15302
15303 * configure.in: start building libg++ for HP-UX targets
15304
15305Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15306
15307 * README: Update references to files moved into etc/.
15308
15309Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15310
15311 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15312 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15313
15314Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15315
15316 * configure: accept dash as well as underscore in long option
15317 names for FSF compatibility.
15318
15319Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15320
15321 * config.sub: added -sco3.2v4 support from FSF.
15322
15323Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15324
15325 * configure.in: expand the section that adds or removes
15326 directories from the list of programs to build, to handle native
15327 vs. cross in addition to host v. native
15328
15329Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15330
15331 * Makefile.in: Replace C++ in macro names with CXX.
15332 This is less likely to break ...
15333
15334Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15335
15336 * test-build.mk: add -w to GNU_MAKE
15337
15338Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15339
15340 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15341 add 'sparc' to list of recognized cpus. This needed to make
15342 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15343 Delete some redundant ose68 variants. Recognize -wrs as an os,
15344 then changes that into $CPU-wrs-vxworks.
15345
15346 * configure.in: remove most references to gdbtest, regularize
15347 target based program removal
15348
15349 * test-build.mk: import from p3 tree (many fixes and changes)
15350
15351Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15352
15353 * Makefile.in: added rules to handle tcl, tk, and expect
15354
15355 * configure.in: handle those directories if they exist
15356
15357Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * config.sub: removed bogus hppabsd and hppahpux names, since
15360 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15361
15362Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15363
15364 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15365 depends upon all-xiberty
15366
15367 * Makefile.in: changes from p3, including:
15368
15369 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15370
15371 * Makefile.in (XTRAFLAGS): include newlib directories if
15372 newlib/Makefile exists, rather than if host != target.
15373
15374 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15375
15376 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15377 from the same source tree and not building a cross-compiler. This
15378 matters for the libg++ configuration if reconfiguring a tree that
15379 has already been installed.
15380
15381 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15382
15383 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15384 pick up the machine and system specific header files.
15385
15386 * Makefile.in: added AS_FOR_TARGET, passed down in
15387 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15388 the C compiler to use to create programs which are run in the
15389 build environment, set it to default to $(CC), and passed it down
15390 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15391
15392 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15393
15394 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15395 We need them for unusual native builds, like systems without
15396 ranlib.
15397
15398 * configure: also define $(host_canonical) and
80413487
RH
15399 $(target_canonical), which are the full, canonical names for the
15400 given host and target
252b5132
RH
15401
15402Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15403
15404 * Makefile.in: Added separate definitions for C++.
15405
15406Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15407
15408 * configure.in (configdirs): Add deja-gnu.
15409
15410Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15411
15412 * README: Update for configure.texi and gdb-4.7 release.
15413
15414Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15415
15416 * Makefile.in: Move "all" target to top of file.
15417 Previously, first target was ".PHONY" which caused BSD4.4 make
15418 to build .PHONY when make was run without arguments.
15419
15420Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15421
15422 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15423 Library-copylefted code in libiberty.
15424
15425Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15426
15427 * config.sub: Replace m68kmote with plain old m68k.
15428
15429Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15430
15431 * Makefile.in: Remove space from blank line, avoid Make complaints.
15432
15433Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15434
15435 * config.sub: Complain if no argument is given. Added support for
15436 386bsd as OS and target alias.
15437
15438Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15439
15440 * Makefile.in (XTRAFLAGS): include newlib directories if
15441 newlib/Makefile exists, rather than if host != target.
15442
15443Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15444
15445 * config.sub: recognize sparclite-wrs-vxworks.
15446
15447 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15448 p3.) Added clean-xiberty to clean.
15449
15450Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15451
15452 * configure.in: use *-*-* instead of nested cases for host and target
15453
15454Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15455
15456 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15457 from the same source tree and not building a cross-compiler. This
15458 matters for the libg++ configuration if reconfiguring a tree that
15459 has already been installed.
15460
15461Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15462
15463 * config.sub (i486v/i486v4): Merge in from FSF version.
15464
15465Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15466
15467 * configure: only set PWD if it is already set.
15468
15469Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15470
15471 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15472 doesn't have unset and all success paths (and most error paths)
15473 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15474 to just ${PWD} to avoid confusion.)
15475
15476Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15477
15478 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15479 even for a native compilation.
15480
15481Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15482
15483 Changes to make the gdb.tar.Z rule work better.
15484
15485 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15486 (DEVO_SUPPORT): Add configure.texi.
15487 (bfd-ilrt.tar.Z): Remove ancient rule.
15488
15489Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15490
15491 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15492 pick up the machine and system specific header files.
15493
15494 * configure.in, config.sub: added new target m68010-adobe-scout,
15495 with alias of adobe68k. Changed configure.in to check for
15496 -scout before -sco* to avoid a false match.
15497
15498 * Makefile.in: added AS_FOR_TARGET, passed down in
15499 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15500 the C compiler to use to create programs which are run in the
15501 build environment, set it to default to $(CC), and passed it down
15502 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15503
15504Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15505
15506 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15507 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15508 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15509 FOR_TARGET variants, to newlib and libg++.
15510
15511Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15512
15513 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15514 first.
15515
15516Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15517
15518 * config.sub: Accept `elf' as an environment.
15519
15520Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15521
15522 * Makefile.in (all-opcodes): cd into the right directory
15523
15524Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15525
15526 * configure: added -program_transform_name option, used as
15527 argument to sed when installing programs.
15528 configure.texi: added documentation for -program_prefix,
15529 -program_suffix and -program_transform_name.
15530
15531Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15532
15533 * config.sub: Accept i486 where i386 ok.
15534
15535Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15536
15537 * config.sub: accept we32k
15538
15539Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15540
35590697 15541 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15542
15543 * Makefile.in: don't create all directories for ``make install'';
15544 let the subdirectories create the ones they need.
15545
15546Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15547
80413487 15548 * COPYING: new file, GPL v2
252b5132
RH
15549
15550Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15551
15552 * Makefile.in: use the new gen-info-dir, which needs a template
15553 argument (which also lives in texinfo)
15554
15555 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15556
252b5132
RH
15557Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15558
15559 * config.sub (ncr3000): Change i386 to i486.
15560
15561Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15562
15563 * Makefile.in: add install-rcs, install-grep to
15564 install-no-fixedincludes, removed install-bison and install-libgcc
15565
15566Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15567
15568 * configure.in: grab the HPUX makefile fragment if on HPUX
15569
15570Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15571
15572 * Makefile.in: eradicate bison spoor (ditto libgcc).
15573 configure.in: recognise m68{k,000}-ericsson-OSE.
15574 es1800 is alias for m68k-ericsson-OSE
15575
15576Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15577
15578 * configure.in: rearrange the parts that remove programs from
15579 configdirs, based now on HOST==TARGET or by canonical triple.
15580
15581Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15582
15583 * test-build.mk: recurse explicitly with -f test-build.mk when
15584 appropriate. predicate stage3 and comparison on the existence
15585 of gcc. That is, if gcc isn't around, we aren't three-staging.
15586 On very clean, also remove ...stamp-co. Build in-place before
15587 doing other builds.
15588
15589Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15590
15591 * Makefile.in, configure.in: add tgas
15592
15593Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15594
15595 * Makefile.in: a number of changes merged in from progressive.
15596
15597 * configure.in: add libm.
15598
15599 * .cvsignore: ignore some stuff that comes from test-build.mk.
15600
252b5132
RH
15601Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15602
15603 * config.sub: Add es1800 (m68k-ericsson-es1800).
15604
15605Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15606
15607 * configure: Add program_suffix (parallel to program_prefix)
15608 * Makefile.in: adjust directory-creating script for losing decstation
15609
15610Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15611
15612 * configure: Minor $subdir-related fixes.
15613
15614Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15615
15616 * configure: fix various problems with propogating
15617 makefile_target_frag in subdirs.
15618 * configure.in: config libgcc if its there
15619
15620Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15621
15622 * config.sub: HPPA merge.
15623
252b5132
RH
15624Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15625
15626 * Makefile.in: Replace all-bison with all-byacc in all
15627 dependency lines for other tools (which now use byacc).
15628
15629Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15630
15631 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15632
252b5132
RH
15633Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15634
15635 * Makefile.in: make gprof rules similar to byacc rules (instead of
15636 vestigal $(unsubdir) that didn't work...)
15637
15638Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15639
15640 * config.sub: Add support for Linux.
15641 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15642 (at least for libg++).
15643
15644Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15645
15646 * configure.texi: fix doc for the -nfp option to configure
15647
15648Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15649
15650 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15651
15652Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15653
15654 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15655 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15656 * configure.in: added solaris* host_makefile_frag hook.
15657
15658Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15659
15660 * config.sub: changed recognition of m68000 so that various
15661 m68k types can be specified via m680[01234]0
15662
15663Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15664
15665 * config.sub (basic_machine): fix sed so that '-foo' isn't
15666 completely substituted out while .+'-foo' loses the '-foo'
15667
15668Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15669
15670 * config.sub ($os): Add -aout.
15671
15672Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15673
15674 * configure: If host_makefile_frag is absolute, don't
15675 prefix ${invsubdir} (relevant to libg++ auto-configure).
15676
15677Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15678
15679 * Makefile.in (tooldir): Define it.
15680 (all-ld): Depend on all-flex.
15681
15682Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15683
15684 * Makefile.in (check): Fix libg++ special case.
15685
15686Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15687
15688 * configure: do not bury `pwd` into config.status, thus do fewer
15689 pwd's.
15690
15691 * configure: print the "Building in" message only when building in
15692 other than "." AND verbose.
15693
15694 * configure: remove -s, rework -v to better accomodate guested
15695 configures.
15696
15697 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15698
15699Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15700
15701 * Makefile.in: macroize flags passed on recursion. remove
15702 fileutils.
15703
15704Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15705
15706 * configure: get makesrcdir right for subdirs deeper than 1.
15707
15708 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15709 install.
15710
15711Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15712
15713 * Makefile.in: don't print subdir_do or recursion lines.
15714
15715Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15716
15717 * standards.texi: added menu item.
15718
15719 * Makefile.in: build and install standards.info.
15720
15721 * standards.texi: new file.
15722
15723Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15724
15725 * configure: test for and move config.status pieces from
15726 ${subdir}/.
15727
15728Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15729
252b5132
RH
15730 * configure: Test for existance of files before trying to mv
15731 them, to avoid numerous non-existance messages.
15732
15733Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15734
15735 * configure: correct final line of config.status.
15736
15737 * configure: patch from eggert. Avoids a protection problem if
15738 the original Makefile.in is read only.
15739
15740 * configure: use move-if-change from gcc to create config.status.
15741 Some makefiles depend on config.status to tell if a directory
15742 has been reconfigured for a different host. This change
15743 prevents those directories from remaking everything in the case
15744 where the reconfig was only intended to rebuild a Makefile.
15745
15746 * configure: test for config.sub with "config.sub sun4" rather
15747 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15748 host alias from a missing config.sub.
15749
15750Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15751
15752 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15753 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15754
15755Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15756
15757 * configure: mkdir ${subdir} as needed.
15758
15759Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15760
15761 * Makefile.in,configure.in: added autoconf.
15762
15763Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15764
15765 * Makefile.in: no longer pass against on recursion.
15766
15767 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15768 definitions are not inherited.
15769
15770 * configure: correct makesrcdir when subdir is .
15771
15772Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15773
15774 * configure: Add support for 'subdirs' variable, which is
15775 like 'configdirs', except that configure doesn't re-invoke
15776 itself for subdirs, it just creates a Makefile for each subdir.
15777 * configure.texi: Document subdirs.
15778
15779Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15780
15781 * configure.in: added flex to configdirs
15782
15783Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15784
15785 * Makefile.in: remove clean-stamps from clean.
15786
15787Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15788
15789 * configure.in: Add gdbtest to configdirs.
15790
15791Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15792
15793 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15794 to recursive makes.
15795 * configure.in: Recognize new ncr3000 config.
15796
15797Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15798
15799 * Makefile.in, configure.in: removed references to gdbm.
15800
15801Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15802
15803 * config.sub: Don't canonicalize os value
15804 newsos* to bsd (readline needs to check for newsos).
15805 (This fix was earlier made Jan 31, but got re-broken.)
15806
15807Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15808
15809 * configure.in: sco is an os, not a vendor!
15810
15811 * configure: Quote $( better. Keep various shells happy.
15812
15813Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15814
15815 * Makefile.in: eliminate stamp-files.
15816
15817Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15818
15819 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15820 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15821
15822Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15823
15824 * config.sub: fix iris/iris3.
15825
15826Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15827
15828 * configure: re-add -rm.
15829
15830Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15831
15832 * Maskefile.in: add .stmp-rcs to all.
15833
15834 * configure.in: remove gas from rs6000 build, use aix host fragment.
15835
15836Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15837
15838 * configure: pass down site_option during recursion.
15839
15840Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15841
15842 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15843
15844Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15845
15846 * configure: Change exec_prefix so that it really defaults to prefix.
15847
15848Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15849
15850 * Makefile.in, configure.in: Add support for mmalloc library.
15851
15852Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15853
15854 * Makefile.in: add stmp dependencies for a few more things.
15855
15856Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15857
15858 * configure: adjusted error message on objdir/srcdir configure
15859 collision, per john's suggestion.
15860
15861 * Makefile.in: add libiberty stmp to all and all.cross.
15862
15863Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15864
15865 * Makefile.in: remove force dependencies, add grep to all.
15866
15867Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15868
15869 * Makefile.in: drop flex. make stamp files work.
15870
15871 * configure: added test for conflicting configuration in srcdir,
15872 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15873 gets cranky. use relative paths for configure and srcdir
15874 whenever possible. Send some error messages to stderr that were
15875 going to stdout.
15876
15877Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15878
15879 * Makefile.in: Fix libg++ rule to check for gcc directory
15880 before using gcc/gcc. Also pass XTRAFLAGS.
15881
15882Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15883
15884 * Makefile.in: added stmp-files so that directories aren't polled
15885 when they are already built.
15886
15887 * configure.texi: fixed a node pointer problem.
15888
15889Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15890
4bddf3ad 15891 * config.sub configure.in gdb/configure.in
252b5132
RH
15892 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15893 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15894 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15895
15896Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15897
15898 * configure: -recurring becomes -silent. corrected help message
15899 for -site= option.
15900
15901 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15902
15903Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15904
15905 * configure: when building Makefile for crosses, replace
15906 tooldir and program_prefix. default srcdir from location of
15907 config.sub. remove "for host in hosts" and "for target in
15908 targets" loops.
15909
15910Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15911
15912 * Makefile.in: Do not pass bindir or mandir to cvs.
15913
15914Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15915
15916 * Makefile.in, configure.in: removed traces of namesubdir,
15917 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15918 copyrights to '92, changed some from Cygnus to FSF.
15919
15920 * configure.texi: remove most references to multiple hosts,
15921 multiple targets, subdirs, etc.
15922
15923 * configure.man: removed rcsid. reference config.sub not
15924 config.subr.
15925
15926 * Makefile.in: mkdir $(infodir) on install-info.
15927
15928Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15929
15930 * configure.texi: Explain better about .gdbinit and about
15931 the environment that configure.in sections run in.
15932
15933Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15934
15935 * configure.in: Ultrix is only a decstation if it's a MIPS.
15936
15937Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15938
15939 * README: DOC.configure => cfg-paper.texi.
15940
15941Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15942
15943 * config.sub (near case $os): Don't convert newsos* to bsd!
15944
15945Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15946
15947 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15948 the number of copies of COPYING that go into the GDB tar file.
15949
15950Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15951
4bddf3ad 15952 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15953 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15954 Fix SCO configuration stuff.
15955
15956Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15957
15958 * Makefile.in: For libg++, make sure the -I pointing
15959 to the gcc directory goes *after* all the libg++-local -I flags.
15960 Also, move just-gcc dependency from just-libg++ to all-libg++.
15961
15962Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15963
15964 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15965
15966Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15967
15968 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15969
15970Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15971
15972 * config.sub: Add stratus configuration frags. Also
15973 submitted to FSF.
15974
15975Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15976
15977 * Makefile.in (DEV_SUPPORT): add configure.man.
15978
15979 * config.sub(Decode manufacturer-specific): add -none*.
15980
15981Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15982
15983 * Makefile.in: remove form feeds to make Sun's make happy.
15984 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15985
15986Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15987
15988 * Makefile.in (AR_FLAGS): Make quieter.
15989
15990Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15991
15992 * configure.in: Add libg++.
15993 * configure: When verbose, don't output the command line at each
15994 level; it will be unremarkably the same as the previous version,
15995 which will be the same as what the user typed.
15996
15997Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15998
15999 * configure.in, Makefile.in: fix clean-info, add flex. add
16000 fileutils.
16001
16002 * configure: be less sensitive to spaces in Makefile.in. Do not
16003 look for sources in "..". Doing so breaks subdirectories that
16004 might have their own configure. If a subdir has it's own
16005 configure script, use it.
16006
16007Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16008
16009 * cfg-paper.texi: some changes suggested by rms.
16010
16011Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16012
16013 * config.sub: Merge in some small additions from the FSF version,
16014 taken from the gcc distribution, to bring the Cygnus and FSF
16015 versions into closer sync.
16016
16017Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16018
16019 * configure.in: Changed svr4 references to sysv4.
16020
16021Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16022
16023 * configure: added -V for version number option.
16024
16025Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16026
16027 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16028 renamed from DOC.configure to cfg-paper.texi.
16029
16030Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16031
16032 * configure, config.subr, config.sub: config.subr is now
16033 config.sub again.
16034
16035Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16036
16037 * configure.texi: new file, in progress.
16038
16039 * Makefile.in: build info file and install the man page for
16040 configure.
16041
16042 * configure.man: new file, first cut.
16043
16044 * configure: find config.subr again now that configuration "none"
16045 has gone. removed all traces of the -ansi option. removed all
16046 traces of the -languages option.
16047
16048 * config.subr: resync from rms.
16049
d932cae7 160501991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16051
16052 * configure, config.sub, config.subr: merge config.sub into
16053 config.subr, call the result config.subr, remove config.sub, use
16054 config.subr.
16055
16056 * Makefile.in: revised install for dir.info.
16057
d932cae7 160581991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16059
16060 * configure.in: add decstation host makefile frag.
16061
16062 * Makefile.in: BISON now bison -y again. also install-gcc on
16063 install. clean-gdbm on clean. infodir belongs in datadir.
16064 Make directories for info install. Build dir.info here then
16065 install it.
16066
d932cae7 160671991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16068
16069 * Makefile.in: fix for bad directory tests.
16070
d932cae7 160711991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16072
16073 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16074 regexp. -srcdir relative was being handled incorrectly.
16075
16076 * Makefile.in: unwrapped some for loops so that parallel makes
16077 work again and so one can focus one's attention on a particular
16078 package.
16079
d932cae7 160801991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16081
16082 * configure: added PWD as a stand in for `pwd` (for speed). use
16083 elif wherever possible. make -srcdir work without -objdir.
16084 -objdir= commented out.
16085
d932cae7 160861991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16087
16088 * configure: +options become --options. -subdirs commented out.
16089 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16090 Makefile now at top of generated Makefile. Removed cvs log
16091 entries. added -srcdir. create .gdbinit only if there is one
16092 in ${srcdir}.
16093
16094 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16095 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16096 and mandir now keyed off datadir by default.
16097
d932cae7 160981991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16099
16100 * Freshly created ChangeLog.
16101
16102\f
16103Local Variables:
16104mode: change-log
16105left-margin: 8
16106fill-column: 76
16107version-control: never
16108End:
This page took 1.576936 seconds and 4 git commands to generate.