]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
Consolidate definition of USE_WIN32API
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
abb78b78
AM
12020-01-09 Aaron Merey <amerey@redhat.com>
2
3 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
4 new configure option --with-debuginfod.
5 * configure: Regenerate.
6 * configure.ac: Call AC_DEBUGINFOD.
7
cef2097a
CB
82019-12-26 Christian Biesinger <cbiesinger@google.com>
9
10 * .gitignore: Add perf.data and perf.data.old.
11
95c746cc
SDJ
122019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
13
14 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
15
a315e147
AM
162019-10-17 Alan Modra <amodra@gmail.com>
17
18 PR 29
19 * src-release.sh (getver): Replace "head -1" with "head -n 1".
20
87279e3c
NA
212019-07-30 Nick Alcock <nick.alcock@oracle.com>
22
23 * Makefile.def (host_modules): libctf is no longer no_install.
24 * Makefile.in: Regenerated.
25
1ff6de03
NA
262019-07-13 Nick Alcock <nick.alcock@oracle.com>
27
28 * Makefile.def (dependencies): all-ld depends on all-libctf.
29 * Makefile.in: Regenerated.
30
60391a25
PB
312019-09-09 Phil Blundell <pb@pbcl.net>
32
33 binutils 2.33 branch created
34
c1a5d03a
TT
352019-08-19 Tom Tromey <tom@tromey.com>
36
37 * configure: Rebuild.
38 * configure.ac: Add --with-static-standard-libraries.
39
f211b8c0
NC
402019-08-09 Nick Clifton <nickc@redhat.com>
41
42 * libiberty: Sync with gcc. Bring in:
43 2019-08-08 Martin Liska <mliska@suse.cz>
44
45 PR bootstrap/91352
46 * lrealpath.c (is_valid_fd): New function.
47
48 2019-07-24 Martin Liska <mliska@suse.cz>
49
50 PR lto/91228
51 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
52 Find first '\0' starting from gnu_lto + 1.
53
54 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
55
56 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
57 This fixes a Bug 90924.
58
59 2019-07-22 Martin Liska <mliska@suse.cz>
60
61 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
62 Do not search for gnu_lto_v1, but search for first '\0'.
63
64 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
65
66 * cplus-dem.c: Include rust-demangle.h.
67 * rust-demangle.c: Include rust-demangle.h.
68 * rust-demangle.h: New file.
69
70 2019-05-31 Michael Forney <mforney@mforney.org>
71
72 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
73 is non-zero.
74
75 2019-04-30 Ben L <bobsayshilol@live.co.uk>
76
77 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
78 * testsuite/d-demangle-expected: Add testcase.
79
80 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
81 * testsuite/d-demangle-expected: Add testcase.
82
83 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
84 * testsuite/d-demangle-expected: Add testcase.
85
86 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
87 * testsuite/d-demangle-expected: Add testcase.
88
89 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
90 * testsuite/d-demangle-expected: Add testcase.
91
92 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
93 * testsuite/demangle-expected: Add testcase.
94
95 * cp-demangle.c (d_encoding): Guard against NULL return values from
96 d_right (dc).
97 * testsuite/demangle-expected: Add testcase.
98
99 2019-04-29 Ben L <bobsayshilol@live.co.uk>
100
101 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
102 char is valid.
103 * testsuite/demangle-expected: Add testcase.
104
105 2019-04-10 Nick Clifton <nickc@redhat.com>
106
107 PR 89394
108 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
109 lengths.
110 (d_count_templates_scopes): Replace num_templates and num_scopes
111 parameters with a struct d_print_info pointer parameter. Adjust
112 body of the function accordingly. Add recursion counter and check
113 that the recursion limit is not reached.
114 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
115 Reset recursion counter afterwards, unless the recursion limit was
116 reached.
117
48b550c2
JB
1182019-07-13 Joel Brobecker <brobecker@adacore.com>
119
120 * src-release (getver): If $tool/gdbsupport/create-version.sh
121 exists, use that to determine the version number.
122
be74b5b7
AS
1232019-06-21 Andreas Schwab <schwab@linux-m68k.org>
124
125 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
126
73cc7272
TT
1272019-06-14 Tom Tromey <tom@tromey.com>
128
129 * MAINTAINERS: Add gnulib.
130 * gnulib: New directory, move from gdb/gnulib.
131 * configure.ac (host_libs): Add gnulib.
132 * configure: Rebuild.
133 * Makefile.def (host_modules, dependencies): Add gnulib.
134 * Makefile.in: Rebuild.
135
79b377b3
NC
1362019-06-03 Nick Clifton <nickc@redhat.com>
137
138 Revert:
139 2019-05-29 Nick Clifton <nickc@redhat.com>
140
141 * configure.ac (noconfigdirs): Add libctf if the target does not use
142 the ELF file format.
143 * configure: Regenerate.
144
e33f2313
NC
1452019-05-29 Nick Clifton <nickc@redhat.com>
146
147 * src-release.sh (do_proto_toplev): Add libctf to list of
148 directories that can be disabled.
149
90bd5423
NC
1502019-05-29 Nick Clifton <nickc@redhat.com>
151
152 * configure.ac (noconfigdirs): Add libctf if the target does not use
153 the ELF file format.
154 * configure: Regenerate.
155
9698cf9b
NA
1562019-05-28 Nick Alcock <nick.alcock@oracle.com>
157
158 * Makefile.def (dependencies): configure-libctf depends on all-bfd
159 and all its deps.
160 * Makefile.in: Regenerated.
161
88981b15
NA
1622019-05-28 Nick Alcock <nick.alcock@oracle.com>
163
164 * MAINTAINERS: Add libctf.
165
0e65dfba
NA
1662019-05-28 Nick Alcock <nick.alcock@oracle.com>
167
168 * Makefile.def (host_modules): Add libctf.
169 * Makefile.def (dependencies): Likewise.
170 libctf depends on zlib, libiberty, and bfd.
171 * Makefile.in: Regenerated.
172 * configure.ac (host_libs): Add libctf.
173 * configure: Regenerated.
174
2376c370
JM
1752019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
176
177 * config.guess: Synchronize with config project master sources.
178 * config.sub: Likewise.
179 * readline/support/config.guess: Likewise.
180 * readline/support/config.sub: Likewise.
181
c1202057
NC
1822019-04-10 Nick Clifton <nickc@redhat.com>
183
184 * libiberty: Sync with gcc. Bring in:
185 2019-04-10 Nick Clifton <nickc@redhat.com>
186
187 PR 89394
188 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
189 lengths.
190 (d_count_templates_scopes): Replace num_templates and num_scopes
191 parameters with a struct d_print_info pointer parameter. Adjust
192 body of the function accordingly. Add recursion counter and check
193 that the recursion limit is not reached.
194 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
195 Reset recursion counter afterwards, unless the recursion limit was
196 reached.
197
f974f26c
NC
1982018-06-24 Nick Clifton <nickc@redhat.com>
199
200 2.32 branch created.
201
d63f2be2
RO
2022019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
203
204 Merge from GCC:
205 PR target/88535
206 * config.guess: Import upstream version 2019-01-03.
207 * config.sub: Import upstream version 2019-01-01.
208
1910070b
NC
2092019-01-10 Nick Clifton <nickc@redhat.com>
210
211 * libiberty: Sync with gcc. Bring in:
212 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
213
214 PR other/16615
215
216 * cp-demangle.c: Mechanically replace "can not" with "cannot".
217 * floatformat.c: Likewise.
218 * strerror.c: Likewise.
219
220 2018-12-22 Jason Merrill <jason@redhat.com>
221
222 Remove support for demangling GCC 2.x era mangling schemes.
223 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
224 internal_cplus_demangle, and all subroutines.
225 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
226 Lucid, ARM, HP, and EDG demangling styles.
227 (cplus_demangle): Remove 'work' variable. Don't call
228 internal_cplus_demangle.
229
69961a84
ДП
2302019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
231
232 * configure.ac: Don't configure readline if --with-system-readline is
233 used.
234 * configure: Re-generate.
235
b555fb21
JM
2362018-10-31 Joseph Myers <joseph@codesourcery.com>
237
238 Merge from GCC:
239 PR bootstrap/82856
240 * multilib.am: New file. From automake.
241
80ca5f98
SDJ
2422018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
243
244 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
245
0a8288f7
NC
2462018-07-16 Nick Clifton <nickc@redhat.com>
247
248 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
249
26996596
SH
2502018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
251
252 * config.sub: Sync with upstream version 2018-07-03.
253
c5244148
SH
2542018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
255
256 * config.guess: Sync with upstream version 2018-06-26.
257 * config.sub: Sync with upstream version 2018-07-02.
258
4119873a
AO
2592018-06-29 Alexandre Oliva <oliva@adacore.com>
260
261 * configure.ac: Introduce support for @unless/@endunless.
262 * Makefile.tpl (dep-kind): Rewrite with cond; return
263 postbootstrap in some cases.
264 (make-postboot-dep, postboot-targets): New.
265 (dependencies): Do not output postbootstrap dependencies at
266 first. Output non-target ones changed for configure to depend
267 on stage_last @if gcc-bootstrap, and the original deps @unless
268 gcc-bootstrap.
269 * configure.in, Makefile.in: Rebuilt.
270
71300e2c
NC
2712018-06-24 Nick Clifton <nickc@redhat.com>
272
273 * configure: Regenerate.
274
d0ac1c44
SM
2752018-06-19 Simon Marchi <simon.marchi@ericsson.com>
276
277 * libtool.m4: Use AC_LANG_SOURCE.
278 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
279 * README-maintainer-mode: Update version requirements.
280 * ar-lib: New file.
281 * test-driver: New file.
282 * configure: Re-generate.
283
e0541124
EB
2842018-06-18 Eric Botcazou <ebotcazou@adacore.com>
285
286 * Makefile.def (fortran): Add check-target-libgomp-fortran.
287 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
288 * Makefile.in: Regenerate.
289
290 * configure: Regenerate.
291
db67d458
SM
2922018-06-18 Simon Marchi <simon.marchi@ericsson.com>
293
294 * configure.ac: Sync with GCC, remove MPX-related things.
295
b5778783
NC
2962018-05-01 Nick Clifton <nickc@redhat.com>
297
298 * config.guess: Synchronize with config project master sources.
299 * config.sub: Likewise.
300
1063beb5
FT
3012018-05-01 Francois H. Theron <francois.theron@netronome.com>
302
303 * configure.ac: Added "nfp" target.
304 * configure: Regenerate.
305
b29d2641
MR
3062018-02-13 Maciej W. Rozycki <macro@mips.com>
307
308 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
309 * configure: Regenerate.
310
52b2f300
NC
3112018-01-30 Nick Clifton <nickc@redhat.com>
312
313 * src-release.sh (do_proto_toplev): Add patterns for more junk files
314 to delete before creating the tarball.
315
b431b4ea
NC
3162018-01-29 Nick Clifton <nickc@redhat.com>
317
318 * src-release.sh (do_proto_toplev): Strip patch remnant files from
319 the sources before creating the tarball.
320
19e2900b
NC
3212018-01-13 Nick Clifton <nickc@redhat.com>
322
323 * src-release.sh: Update copyright notice. Change reference to devo
324 to be a reference to root.
325
bf41f30d
NC
3262018-01-10 Nick Clifton <nickc@redhat.com>
327
328 * config-ml.in: Sync with gcc sources.
329 * config.guess: Likewise.
330 * config.sub: Likewise.
331 * configure.ac: Likewise.
7ec0cd50 332 * configure: Regenerate.
bf41f30d 333
863f7a5f
NC
3342017-12-14 Nick Clifton <nickc@redhat.com>
335
336 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
337
638d9137
SH
3382017-12-12 Stafford Horne <shorne@gmail.com>
339
340 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
341 * configure: Regenerate.
342
ef87240f
NC
3432017-09-15 Nick Clifton <nickc@redhat.com>
344
345 * src-release.sh (LZIPPROG): New define. Provides the name of the
346 lzip program.
347 (do_lz): New function. Compresses a tarball using the lzip
348 program.
349 (do_compress): Add support for lzip compression.
350 (usage): Mention -l option.
351 (build_release): Support -l option to invoke lzip compression.
352
817b7711
AM
3532017-09-15 Alan Modra <amodra@gmail.com>
354
355 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
356 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
357 and sim depending on $tool and $support_files. Echo configure line.
358
255300f5 3592017-09-14 Matt Rice <ratmice@gmail.com>
360
361 * src-release.sh (do_proto_toplev): Enable gold during release process.
362
8f0dd45f
AJ
3632017-04-13 Andrew Jenner <andrew@codesourcery.com>
364
365 * config.sub: Sync with master version in config project.
366
2f5f29ca
AJ
3672017-04-03 Andrew Jenner <andrew@codesourcery.com>
368
369 * config.sub: Handle ia16 in $basic_machine.
370
371 bfd/
372 * config.bfd: Handle ia16.
373
374 gas/
375 * configure.tgt: Handle ia16.
376
377 ld/
378 * configure.tgt: Handle ia16.
379
11997a83
NC
3802017-03-22 Nick Clifton <nickc@redhat.com>
381
382 * config.sub: Sync with master version in config project.
383 * config.guess: Likewise.
384
05a13254
NC
3852017-01-23 Nick Clifton <nickc@redhat.com>
386
387 * configure.ac: Update year in copyright notice.
388 Sync from FSF GCC mainline, bringing in the following patches.
389 * Makefile.def: Likewise.
390 * Makefile.tpl: Likewise.
391 * configure: Regenerate.
392 * Makefile.in: Regenerate.
393
394 2016-12-21 Jakub Jelinek <jakub@redhat.com>
395
396 * configure.ac: Don't bootstrap libmpx unless --with-build-config
397 includes bootstrap-mpx.
398
399 2016-12-01 Matthias Klose <doko@ubuntu.com>
400
401 * configure.ac: Don't use pkg-config to check for bdw-gc.
402
403 2016-11-30 Matthias Klose <doko@ubuntu.com>
404
405 * Makefile.def: Remove reference to boehm-gc target module.
406 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
407 options and for the bdw-gc pkg-config module.
408
409 2016-11-15 Matthias Klose <doko@ubuntu.com>
410
411 * config-ml.in: Remove references to GCJ.
412 * configure.ac: Likewise.
413
414 2016-09-30 Jakub Jelinek <jakub@redhat.com>
415
416 * configure.ac: Add target-libffi to target_libraries.
417 Readd libgcj target disablings, modified to only target-libffi.
418 Readd target addition of go to unsupported languages.
419
420 2016-09-30 Andrew Haley <aph@redhat.com>
421
422 * Makefile.def: Remove libjava.
423 * Makefile.tpl: Likewise.
424 * configure.ac: Likewise.
425
426 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
427
428 * configure.ac: Disable "sim" directory for arc*-*-*.
429
430 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
431
432 * configure.ac: Check for the minimum in-tree MPFR version
433 handled.
434
3f66c01b
AM
4352016-12-31 Alan Modra <amodra@gmail.com>
436
437 * config.sub: Import from upstream.
438
da17fe9d
AM
4392016-12-08 Alan Modra <amodra@gmail.com>
440
441 * configure: Regenerate.
442
d5451cd4
JC
4432016-12-02 Josh Conner <joshconner@google.com>
444
445 * configure.ac: Add fuchsia to targets that use ELF.
446 * configure: Regenerated.
447
5ada5c6f
DE
4482016-11-07 Doug Evans <dje@google.com>
449
450 * config.sub: Sync with upstream version 2016-11-03.
451 git://git.sv.gnu.org/config.git
452 * config.guess: Sync with upstream version 2016-10-02.
453
07619d52
SM
4542016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
455
456 * .gitignore: Add archives and make stamps.
457
bedbe19c
YTL
4582016-07-20 Yan-Ting Lin <currygt52@gmail.com>
459
460 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
461 * configure: Regenerated.
462
9abdce70
WL
4632016-06-28 Walter Lee <walt@tilera.com>
464
465 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
466 * configure: Regenerate.
467
0597bdc4
AM
4682016-05-28 Alan Modra <amodra@gmail.com>
469
470 * Makefile.tpl (configure): Depend on m4 files included.
471 * Makefile.in: Regenerate.
472
1690f1db
NC
4732016-05-27 Nick Clifton <nickc@redhat.com>
474
475 * config.guess (Alpha OSF1): Fix typo introduced during the most
476 recent synchronization update.
477
b43b8535
NC
4782016-05-23 Nick Clifton <nickc@redhat.com>
479
480 * Import these patches from the gcc mainline:
481
482 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
483
484 * config.guess: Import version 2016-04-02 (newest).
485 * config.sub: Import version 2016-05-10 (newest).
486
bb7dc663
NC
4872016-04-19 Nick Clifton <nickc@redhat.com>
488
489 * Import this patch from the GCC mainline:
490
491 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
492
493 PR bootstrap/70173
494 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
495 and gotools directories. Delete the stage_final file.
496 * Makefile.in: Regenerate.
497
ea016470
CC
4982016-03-17 Cary Coutant <ccoutant@gmail.com>
499
500 * configure.ac: Add mips and s390 to the gold target check.
501 * configure: Regenerate.
502
52cf9762
NC
5032016-02-10 Nick Clifton <nickc@redhat.com>
504
505 Import these patches from the GCC mainline:
506
507 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
508
509 * configure.ac: Enable LTO for DJGPP
510 * configure: Regenerate
511
512 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
513
514 PR bootstrap/69329
515 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
516 * Makefile.in: Regenerate.
517
518 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
519 Sebastian Pop <s.pop@samsung.com>
520
521 * Makefile.in: Regenerate.
522 * Makefile.tpl: Export ISLVER.
523 * configure: Regenerate.
524 * config/isl.m4: Detect isl-0.15.
525
526 2016-01-29 Sebastian Pop <s.pop@samsung.com>
527
528 * config/isl.m4: Add comments about isl-0.16.
529 * configure: Regenerate.
530
1985dc2d
L
5312016-01-12 H.J. Lu <hongjiu.lu@intel.com>
532
533 Sync with GCC
534 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
535
536 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
537 symbols.
538
539 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
540
541 PR bootstrap/69134
542 * Makefile.def (mpfr): Disable assembler.
543 * Makefile.in: Regenerate.
544
4849dfd8
NC
5452016-01-11 Nick Clifton <nickc@redhat.com>
546
547 Import the following changes from the GCC mainline:
548
549 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
550
551 * configure.ac: Enable libmpx by default.
552 * configure: Regenerated.
553
554 2015-11-19 Martin Liska <mliska@suse.cz>
555
556 * .gitignore: Add .clang-format to ignored files.
557 * Makefile.tpl: Add clang-format.
558 * Makefile.in: Regenerate.
559
560 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
561
562 PR libffi/65726
563 * Makefile.def (lang_env_dependencies): Make libffi depend
564 on cxx.
565 * Makefile.in: Regenerate.
566
567 2015-12-02 Ian Lance Taylor <iant@google.com>
568
569 PR go/66147
570 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
571 * Makefile.in: Regenerate.
572
573 2015-12-17 Nathan Sidwell <nathan@acm.org>
574
575 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
576 * configure: Regenerate.
577
578 2015-12-17 Sebastian Pop <s.pop@samsung.com>
579
580 * Makefile.in: Replace ISL with isl.
581 * Makefile.tpl: Same.
582 * config/isl.m4: Same.
583 * configure.ac: Same.
584 * contrib/download_prerequisites: Same.
585 * configure: Regenerate.
586
587 2016-01-01 Ben Elliston <bje@gnu.org>
588
589 * config.guess: Import version 2016-01-01.
590 * config.sub: Likewise.
591
f075eb5e
TG
5922015-11-20 Tristan Gingold <gingold@adacore.com>
593
594 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
595 * configure: Regenerate.
596
6c3bc0f8
NC
5972015-10-21 Nick Clifton <nickc@redhat.com>
598
599 PR gas/19109
600 * configure.ac: Note the 'none' is an acceptable argument to
601 --enable-compressed-debug-sections.
602 * configure: Regenerate.
603
edeefb67
L
6042015-10-20 H.J. Lu <hongjiu.lu@intel.com>
605
606 PR gas/19109
607 * configure.ac: Add
608 --enable-compressed-debug-sections={all,gas,gold,ld}.
609 * configure: Regenerated.
610
68996839
NC
6112015-09-30 Nick Clifton <nickc@redhat.com>
612
613 Import the following patches from the GCC mainline:
614
615 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
616
617 PR libfortran/54572
618 * Makefile.def: Make libgfortran depend on libbacktrace.
619 * Makefile.in: Regenerate.
620
621 2015-08-12 Tom de Vries <tom@codesourcery.com>
622
623 PR other/67092
624 PR other/67098
625 * configure.ac: Remove --with_host_libstdcxx support.
626 * configure: Regenerate.
627
628 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
629 Jakub Jelinek <jakub@redhat.com>
630
631 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
632 nvptx*-*-*.
633 * configure: Regenerate.
634
5960642a
L
6352015-08-07 H.J. Lu <hongjiu.lu@intel.com>
636
637 Sync with GCC
638 2015-07-28 Ben Elliston <bje@gnu.org>
639
640 * config.sub, config.guess: Import from upstream.
641
016a3251
DD
6422015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
643
644 * Makefile.def (libiconv): Define bootstrap=true.
645 Mark pdf/html/info as missing.
646 (configure-gcc): Depend on all-libiconv.
647 (all-gcc): Ditto.
648 (configure-libcpp): Ditto.
649 (all-libcpp): Ditto.
650 (configure-intl): Ditto.
651 (all-intl): Ditto.
652 * Makefile.in: Regenerate.
653
136bb21f
L
6542015-07-27 H.J. Lu <hongjiu.lu@intel.com>
655
656 Sync with GCC
657 2015-07-24 Michael Darling <darlingm@gmail.com>
658
659 PR other/66259
660 * config-ml.in: Reflects renaming of configure.in to configure.ac
661 * configure: Likewise
662 * configure.ac: Likewise
663
22121df0
L
6642015-07-14 H.J. Lu <hongjiu.lu@intel.com>
665
666 * Makefile.in: Regenerated.
667
668 Sync with GCC
669 2015-05-21 Jason Merrill <jason@redhat.com>
670
671 * Makefile.tpl: Update comments.
672
673 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
674
675 * Makefile.tpl: Remove surplus whitespace throughout.
676
677 2015-03-25 Martin Liska <mliska@suse.cz>
678 Yury Gribov <y.gribov@samsung.com>
679
680 * Makefile.tpl: Fix ln source location for vimrc file.
681
969b1713
L
6822015-07-14 H.J. Lu <hongjiu.lu@intel.com>
683
684 Sync with GCC
685 2015-05-16 James Bowman <james.bowman@ftdichip.com>
686
687 * configure.ac: FT32 target added.
688 * configure: Regenerate.
689
ce6c656d
L
6902015-07-14 H.J. Lu <hongjiu.lu@intel.com>
691
692 Sync with GCC
693 2015-06-02 Jason Merrill <jason@redhat.com>
694
695 PR bootstrap/66319
696 * configure.ac: Use -std=gnu++98.
697
698 2015-05-28 Mike Frysinger <vapier@gentoo.org>
699
700 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
701 * configure: Regenerate.
702
703 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
704
705 * configure.ac: Fix typo.
706 * configure: Regenerate.
707
708 2015-05-03 Matthias Klose <doko@ubuntu.com>
709
710 * configure.ac: Match $host configured with triplets.
711 * configure: Regenerate.
712
713 2015-04-17 Jakub Jelinek <jakub@redhat.com>
714
715 PR bootstrap/62077
716 * configure.ac (--enable-stage1-checking): Default to
717 release,misc,gimple,rtlflag,tree,types if --disable-checking
718 or --enable-checking is not specified and DEV-PHASE is not
719 experimental.
720 * configure: Regenerated.
721
722 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
723
724 Install back PR target/47230 fix (Revert the revert).
725
16beab3d
L
7262015-06-30 H.J. Lu <hongjiu.lu@intel.com>
727
728 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
729 target.
730 * configure: Regenerate.
731
5569a85f
JDA
7322015-05-13 John David Anglin <dave.anglin@bell.net>
733
734 * configure.ac: Disable configuration of GDB for HPUX targets.
735 * configure: Regenerate.
736
e81d5d05
L
7372015-05-01 H.J. Lu <hongjiu.lu@intel.com>
738
739 PR ld/18355
740 * Makefile.def: Add extra_configure_flags to host zlib.
741 * configure.ac (extra_host_zlib_configure_flags): New. Set
742 to --enable-host-shared When bfd is to be built as shared
743 library. AC_SUBST.
744 * Makefile.in: Regenerated.
745
ec5b9462
HPN
7462015-04-15 Mike Frysinger <vapier@gentoo.org>
747 Hans-Peter Nilsson <hp@axis.com>
748
749 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 750 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
751 use that in the getver call instead of $tool.
752 (sim_release): Pass gdb as fifth parameter to tar_compress.
753 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
754
f91ca6bc
IB
7552015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
756
757 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
758 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
759 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
760 * Makefile.in: Regenerate.
761
cf39cfc5
L
7622015-04-01 H.J. Lu <hongjiu.lu@intel.com>
763
764 * configure.ac: Add --with-system-zlib.
765 * configure: Regenerated.
766
6ac1079e
L
7672015-03-31 H.J. Lu <hongjiu.lu@intel.com>
768
769 * src-release.sh: Don't configure with --with-target-subdir=.
770 --disable-multilib.
771
890ba06f
L
7722015-03-31 H.J. Lu <hongjiu.lu@intel.com>
773
774 * src-release.sh (DEVO_SUPPORT): Replace src-release with
775 src-release.sh.
776
5675acd9
ES
7772015-03-30 Ed Schouten <ed@nuxi.nl>
778
779 * config.sub: Update from upstream, to 2015-03-04 version.
780 * config.guess: Likewise.
781
d2d67aea
L
7822015-03-30 H.J. Lu <hongjiu.lu@intel.com>
783
784 * Makefile.def (dependencies): Add all-zlib to all-bfd.
785 * Makefile.in: Regenerated.
786
92c695a1
L
7872015-03-28 H.J. Lu <hongjiu.lu@intel.com>
788
789 * src-release.sh (do_proto_toplev): Configure with --target
790 --with-target-subdir and --disable-multilib.
791 (BINUTILS_SUPPORT_DIRS): Add zlib.
792 (GAS_SUPPORT_DIRS): Likewise.
793 (GDB_SUPPORT_DIRS): Likewise.
794 (SIM_SUPPORT_DIRS): Likewise.
795
091021fa
L
7962015-03-17 H.J. Lu <hongjiu.lu@intel.com>
797
798 * configure.ac (target_configdirs): Exclude target-zlib if
799 target-libjava isn't built.
800 * configure: Regenerated.
801
5df8a8fc
L
8022015-03-17 H.J. Lu <hongjiu.lu@intel.com>
803
804 Sync with GCC
805 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
806
807 * config-ml.in: Robustify ac_configure_args parsing.
808
1b6c0831
L
8092015-03-16 H.J. Lu <hongjiu.lu@intel.com>
810
811 * Makefile.def: Updated from GCC trunk.
812 * Makefile.tpl: Likewise.
813 * configure.ac: Likewise.
814 * Makefile.in: Regenerated.
815 * configure: Likewise.
816
3f8107ab
AM
8172015-01-28 James Bowman <james.bowman@ftdichip.com>
818
819 * configure.ac: Add FT32 support.
820 * configure: Regenerate.
821
10b8fe5e
AG
8222015-01-12 Anthony Green <green@moxielogic.com>
823
824 * configure.ac: Don't disable gprof for moxie.
825 * configure: Rebuild.
826
6b91c541
AP
8272015-01-03 Andrew Pinski <apinski@cavium.com>
828
829 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
830 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
831 (BASE_TARGET_EXPORTS): Add OBJCOPY.
832 (OBJCOPY_FOR_TARGET): New variable.
833 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
834 * Makefile.in: Regenerate.
835 * configure.ac: Check for already installed target objcopy.
836 Also GCC_TARGET_TOOL on objcopy.
837 * configure: Regenerate.
838
6ba37ab4
HPN
8392015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
840
841 * config.sub: Update from upstream, to 2015-01-01 version.
842 * config.guess: Ditto.
843
bb5f7690
EB
8442014-12-06 Eric Botcazou <ebotcazou@adacore.com>
845
846 * config.sub: Update from upstream config repo.
847
6e733cce
L
8482014-11-24 H.J. Lu <hongjiu.lu@intel.com>
849
850 * libtool.m4: Updated from GCC trunk.
851
8969c424
JBG
8522014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
853
854 * config.guess: Update from upstream config repo.
855 * config.sub: Ditto.
856
37e77caf
JBG
8572014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
858
859 * move-if-change: Update from upstream gnulib.
860
e3046511
JBG
8612014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
862
863 * compile: Sync with upstream Automake.
864 * depcomp: Ditto.
865 * install-sh: Ditto.
866 * missing: Ditto.
867 * mkinstalldirs: Ditto.
868 * ylwrap: Ditto.
869
3e615393
TG
8702014-10-15 Tristan Gingold <gingold@adacore.com>
871
872 * src-release.sh (do_proto_toplev): Configure with --target.
873
6d26190c
JY
8742014-10-03 Jing Yu <jingyu@google.com>
875
876 * configure.ac: Add aarch64 to list of targets that support gold.
877 * configure: Regenerate.
878
a9d58c06
AB
8792014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
880
881 * configure.ac: Add mips*-img-elf* target triple.
882 * configure: Regenerate.
883
b25b5cef
CJW
8842014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
885 * configure: Disable gdb for nds32*-*-* until supported.
886 * configure.ac: Disable gdb for nds32*-*-* until supported.
887
f8797b5a
JB
8882014-09-05 Joel Brobecker <brobecker@adacore.com>
889
890 * configure: Regenerate.
891
2536ee9d
WN
8922014-08-27 Will Newton <will.newton@linaro.org>
893
894 * src-release.sh: New file.
895 * src-release: Remove file.
896
1f995db6
JS
8972014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
898
899 GDB not supported for or1k*-*-rtems*
900 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
901 of the stanzas results in this not being caught by or1k*-*-* later.
902 * configure. Regenerated.
903
a843ea33
SB
9042014-07-25 Samuel Bronson <naesten@gmail.com>
905
906 * .gitattributes: New file for use with git-merge-changelog.
907
cfbc1a6c
JS
9082014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
909
910 Disable gdb for or1k*-*-* until supported
911 * configure.ac (or1k*-*-*): Disable gdb.
912 * configure: Regenerated.
913
d9e042ac
SL
9142014-05-14 Sandra Loosemore <sandra@codesourcery.com>
915
916 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
917 * configure: Regenerated.
918
201f096f 9192014-03-26 Jakub Jelinek <jakub@redhat.com>
920
921 PR sanitizer/56781
922 * Makefile.def: Set bootstrap=true; for host fixincludes.
923 * configure.ac: Don't bootstrap host fixincludes unless
924 --with-build-config=bootstrap-{a,ub}san.
925 * Makefile.in: Regenerated.
926 * configure: Regenerated.
927
730af8ee 9282014-03-21 Jakub Jelinek <jakub@redhat.com>
929
930 * configure.ac: Move BUILD_CONFIG set up earlier. Add
931 --enable-vtable-verify option parsing. Don't add
932 target-libsanitizer to bootstrap_target_libs unless
933 --with-build-config=bootstrap-asan or
934 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
935 to bootstrap_target_libs unless --enable-vtable-verify.
936 * configure: Regenerated.
937
abca8d87 9382014-03-07 Jakub Jelinek <jakub@redhat.com>
939
940 PR bootstrap/58572
941 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
942 -I for libstdc++-v3 includes if $(LEAN).
943 * Makefile.in: Regenerated.
944
68d122bb 9452014-02-24 Walter Lee <walt@tilera.com>
946
947 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
948 (tilegx-*-*): Change to tilegx*-*-*.
949 * configure: Regenerate.
950
39d1b2ae
RS
9512014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
952
953 * config.sub, config.guess: Import from upstream.
954
50f80006
EB
9552014-04-04 Eric Botcazou <ebotcazou@adacore.com>
956
957 PR bootstrap/60620
72f4393d 958 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
959 * Makefile.in: Regenerate.
960
a6305403
YS
9612014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
962
963 * Makefile.def (dependencies): Make all-ld depend on all-binutils
964 for WINDRES_FOR_TARGET in default-manifest.o rule.
965 * Makefile.in: Regenerate.
966
62a0f723
RO
9672014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
968
969 PR target/59788
970 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
971 *solaris2*.
972
530e8392
KB
9732013-12-19 Keven Boell <keven.boell@intel.com>
974
975 * cp-namespace.c (cp_lookup_nested_symbol): Enable
976 nested lookups for fortran modules.
977 * dwarf2read.c (read_module): Add fortran module to
978 the symbol table.
979 (add_partial_symbol, add_partial_module): Add fortran
980 module to the partial symbol table.
981 (new_symbol_full): Create full symbol for fortran module.
982 * f-exp.y (yylex): Add new module domain to be parsed.
983 * symtab.h: New domain for fortran modules.
984
7f9b20bb
KB
9852013-12-19 Keven Boell <keven.boell@intel.com>
986
987 * f-exp.y (yylex): Add domain array to enable lookup
988 in multiple domains. Loop over lookup domains and try
989 to find requested symbol. Add STRUCT_DOMAIN to lookup
990 domains to be able to query for user defined types.
991
afc0578d 9922013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
993
994 * configure.ac: Add user-friendly check for native x86_64-linux
995 multilibs.
996 * configure: Regenerate.
997
f3f51a69
AM
9982013-11-23 Alan Modra <amodra@gmail.com>
999
1000 * config.sub, config.guess: Import from upstream.
1001
2440009d 10022013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1003
2440009d 1004 * Makefile.in: Regenerate.
1005
e78e02e6 1006 * Makefile.tpl: Fix typo.
1007 * Makefile.in: Regenerate partially.
1008
9aaf2a7e 10092013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1010
1011 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1012 supported.
1013 * configure: Regenerated.
1014
880b18d1 10152013-10-30 Jason Merrill <jason@redhat.com>
1016
1017 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1018 --disable-build-format-warnings.
1019
522e3d71 10202013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1021
f3f51a69 1022 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1023 depend on libstdc++ and libgcc.
1024 * configure: Regenerate.
1025 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1026 libcilkrts for POSIX and i*86, and x86_64 architectures.
1027 * Makefile.in: Added libcilkrts related fields to support building it.
1028
cb49a9e1 10292013-10-26 Jeff Law <law@redhat.com>
1030
1031 * Makefile.def (target_modules): Remove libmudflap
1032 (languages): Remove check-target-libmudflap).
1033 * Makefile.in: Rebuilt.
1034 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1035 * configure.ac (target_libraries): Remove target-libmudflap.
1036 Remove checks which disabled libmudflap on some systems.
1037 * configure: Rebuilt.
1038 * libmudflap: Directory removed.
1039
82033c9b
JBG
10402013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1041
1042 * configure.ac: Update from GCC.
1043 * configure: Regenerate.
1044
b50d7605
HPN
10452013-10-15 Hans-Peter Nilsson <hp@axis.com>
1046
1047 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1048 files in SUPPORT_FILES.
1049 (SIM_SUPPORT_DIRS): New variable.
1050 (sim.tar.bz2): New rule.
1051
f4cfb980
JBG
10522013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1053
1054 * configure.ac: Update from GCC.
1055 * configure: Regenerate.
1056
78b1434c
JJ
10572013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1058
1059 * COPYING.NEWLIB: Update with new copyright.
1060
b3fc79f8
JBG
10612013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1062
1063 * configure.ac: Update from GCC.
1064 * configure: Regenerate.
1065
cc9afea3
AM
10662013-09-20 Alan Modra <amodra@gmail.com>
1067
1068 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1069 ppc host match. Support little-endian powerpc linux hosts.
1070
f006cabd
JB
10712013-08-16 Joel Brobecker <brobecker@adacore.com>
1072
1073 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1074 strip the "-cvs" suffix from the version number if present.
1075
95e43135
JBG
10762013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1077
1078 * configure.ac: Sync with GCC repo.
1079 * Makefile.def: Ditto.
1080 * configure: Regenerate.
1081 * Makefile.in: Ditto.
1082
7539e41e
JB
10832013-07-22 Joel Brobecker <brobecker@adacore.com>
1084
1085 * src-release (VER): Use $(TOOL)/common/create-version.sh
1086 if it exists.
1087
e8044f35
RS
10882013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1089
1090 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1091 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1092 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1093 * configure: Regenerate.
1094
7bab7634
DC
10952013-06-01 George Thomas <george.thomas@atmel.com>
1096
95e43135
JBG
1097 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1098 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1099
b5364c9e
JJ
11002013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1101
1102 * COPYING.NEWLIB: Add Altera Corporation copyright.
1103
5dad867c
JBG
11042013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1105
1106 * config.guess: Update from config repo.
1107 * config.sub: Ditto.
1108
b836cb18
JBG
11092013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1110
1111 * Makefile.def: Sync with GCC.
1112 * Makefile.in: Regenerate.
1113
e7d5abf1
JBG
11142013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1115
1116 * configure.ac: Sync with GCC.
b836cb18 1117 * configure: Regenerate.
e7d5abf1 1118
4f778543
MF
11192013-03-22 Mike Frysinger <vapier@gentoo.org>
1120
1121 * src-release (VER): Change bfd/configure.in sed to use the new
1122 `bfd/configure --version` output.
1123
f1dd87fc
YZ
11242013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1125
1126 * configure.ac: Sync with GCC repo.
1127 * configure: Ditto.
1128
a413f71a
ILT
11292013-02-05 Ian Lance Taylor <iant@google.com>
1130
1131 PR go/55969
1132 * configure.ac: Disable libgo on some systems where it does not
1133 work.
1134 * configure: Rebuild.
1135
3a98824c
AM
11362013-02-05 Alan Modra <amodra@gmail.com>
1137
1138 * configure: Regenerate after syncing config/.
1139
3dae1673
JBG
11402013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1141
1142 * configure.ac: Sync with GCC repo.
1143 * configure: Ditto.
1144 * Makefile.def: Ditto.
1145 * Makefile.in: Ditto.
1146
bf51454b
JB
11472013-01-11 Joel Brobecker <brobecker@adacore.com>
1148
1149 Sync with GCC, merge:
1150
1151 2013-01-09 Jason Merrill <jason@redhat.com>
1152
1153 * .gitignore: Import from gdb repository.
1154
c841a2be
JBG
11552013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1156
1157 * config.sub: Update from config repo.
1158
d7b9dae9
EB
11592013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1160
1161 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1162 * Makefile.in: Regenerate.
1163
861ea9c8
L
11642013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1165
1166 * Makefile.def (configure-gcc): Depend on all-gmp.
1167 (all-gcc): Remove dependency on all-gmp.
1168 * Makefile.in: Regenerated.
1169
ce82b126
JBG
11702013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1171
1b4f418d 1172 * config.guess: Update from config repo.
c2e5e6d7 1173 * config.sub: Ditto.
ce82b126 1174
fd62a30d
JJ
11752013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1176
1177 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1178 exists and replace the new bfin license in its location.
1179
0140d685
L
11802013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 PR gas/14899
1183 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1184 all-ld and all-gold depend on all-gas.
1185 * Makefile.in: Regenerated.
1186
c3d399e7
L
11872012-12-29 Ben Elliston <bje@gnu.org>
1188
1189 * config.guess: Update to 2012-12-29 version.
1190 * config.sub: Likewise.
1191
9417cd2f
JBG
11922012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1193
1194 * Makefile.def (install-target-libgo): Depend on
1195 install-target-libatomic. Merged from GCC repo.
1196 * Makefile.in: Regenerate.
1197
68dad382
JJ
11982012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1199
1200 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1201
2344b8da
TS
12022012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1203
1204 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1205 * configure: Regenerate.
1206
5eb08693
L
12072012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1208
1209 * Makefile.def (target_modules): Add bootstrap=true and
1210 raw_cxx=true to libsanitizer.
1211 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1212 * Makefile.in: Regenerated.
1213 * configure: Likewise.
1214
53ab32d8
JBG
12152012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1216
1217 * config.sub: Merge from config repo.
1218
d2489204
JBG
12192012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1220
1221 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1222 * Makefile.tpl: Ditto.
1223 * Makefile.in: Ditto.
1224 * configure: Ditto.
d2489204 1225
c23b5043
JBG
12262012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1227
1228 * configure.ac (noconfigdirs): Merge from GCC.
1229 * configure: Regenerate.
1230
1dd1f7f6
JBG
12312012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1232
1233 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1234
2bda3143
L
12352012-11-14 Roland McGrath <mcgrathr@google.com>
1236
1237 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1238 * configure: Regenerate.
1239
5286fdef
L
12402012-11-13 Richard Henderson <rth@redhat.com>
1241
1242 * configure.ac: Move libsanitizer logic to subdirectory.
1243 * configure: Regenerate.
1244
12452012-11-13 Dodji Seketeli <dodji@redhat.com>
1246
1247 * configure.ac: Enable libsanitizer just on x86 linux for now.
1248 * configure: Re-generate.
1249
12502012-11-13 David Edelsohn <dje.gcc@gmail.com>
1251
1252 * configure.ac: Merge libquadmath sections.
1253 * configure: Regenerate.
1254
12552012-11-12 Wei Mi <wmi@google.com>
1256
1257 * configure.ac: Add libsanitizer to target_libraries.
1258 * Makefile.def: Ditto.
1259 * configure: Regenerate.
1260 * Makefile.in: Regenerate.
1261
f66a9a70
L
12622012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * configure: Regenerated.
1265
12662012-11-03 Robert Mason <rbmj@verizon.net>
1267
1268 * configure.ac: add --disable-libstdcxx configure option
1269 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1270
6d94c122
CV
12712012-10-24 Corinna Vinschen <corinna@vinschen.de>
1272
1273 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1274 against Mingw64 w32api.
1275 * configure: Regenerate.
1276
a882be68
EB
12772012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1278
1279 PR bootstrap/54820
1280 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1281 * configure: Regenerate.
1282
b3676d82
EB
12832012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1284
1285 PR bootstrap/54820
1286 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1287 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1288 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1289 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1290 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1291 * Makefile.in: Regenerate.
1292 * configure.ac (have_static_libs): New variable and associated check.
1293 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1294 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1295 * configure: Regenerate.
1296
7b0e8ca5
MF
12972012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1298
1299 * config.guess, config.sub: Include updated version from
1300 config-patches. Adds microblaze little endian support.
1301
8e71395b
L
13022012-09-28 Ian Lance Taylor <iant@google.com>
1303
1304 * Makefile.def: Make all-target-libgo depend on
1305 all-target-libbacktrace.
1306 * Makefile.in: Rebuild.
1307
13082012-09-26 Ian Lance Taylor <iant@google.com>
1309
1310 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1311 * Makefile.in: Rebuild.
1312
13132012-09-06 Diego Novillo <dnovillo@google.com>
1314
1315 * configure.ac: Bump minimum GMP version to 4.2.3.
1316 * configure: Re-generate.
1317
13182012-09-05 Georg-Johann Lay <avr@gjlay.de>
1319
1320 PR target/54461
1321 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1322 target-libgloss if not configured --with-avrlibc=no.
1323 * configure: Regenerate.
1324
13252012-09-04 Jason Merrill <jason@redhat.com>
1326
1327 * configure.ac: Fix --enable-languages=all.
1328
13292012-09-03 Richard Guenther <rguenther@suse.de>
1330
1331 PR bootstrap/54138
1332 * configure.ac: Re-organize ISL / CLOOG checks to allow
1333 disabling with either --without-isl or --without-cloog.
1334 * configure: Regenerated.
1335
13362012-09-03 Georg-Johann Lay <avr@gjlay.de>
1337
1338 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1339 * configure: Regenerate.
1340
d09bbf00
SE
13412012-09-21 Steve Ellcey <sellcey@mips.com>
1342
1343 * configure.ac: Add mips*-mti-elf* target.
1344 * configure: Regenerate.
1345
2bf680c4
ILT
13462012-09-19 Ian Lance Taylor <iant@google.com>
1347
1348 * configure.ac (host_libs): Add libbacktrace.
1349 (target_libraries): Add libbacktrace.
1350 * Makefile.def (host_modules): Add libbacktrace.
1351 (target_modules): Likewise.
1352 * configure, Makefile.in: Rebuild.
1353
5c0b3823
WL
13542012-09-15 Jiong Wang <jiwang@tilera.com>
1355
1356 * configure.ac (ENABLE_GOLD): support tilegx*
1357 * configure: rebuild
1358
1488e230
DE
13592012-09-14 David Edelsohn <dje.gcc@gmail.com>
1360
1361 PR target/38607
1362 Merge upstream change.
1363 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1364
1365 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1366 Add libgomp*.o to compare_exclusions for AIX.
1367 * configure: Regenerate.
1368
df6795ce
L
13692012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 PR binutils/4970
1372 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1373 and opcodes.
1374 * Makefile.in: Regenerated.
1375
7ec59b9e
L
13762012-08-14 Diego Novillo <dnovillo@google.com>
1377
1378 Merge from cxx-conversion branch.
1379
1380 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1381 POSTSTAGE1_CONFIGURE_FLAGS.
1382 * Makefile.in: Regenerate.
1383 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1384 Force C++ when bootstrapping.
1385 * configure: Regenerate.
1386
13872012-07-06 Richard Guenther <rguenther@suse.de>
1388
1389 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1390 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1391 --with-gmp=system.
1392 * Makefile.in: Regenerated.
1393 * configure: Likewise.
1394
13952012-07-06 Richard Guenther <rguenther@suse.de>
1396
1397 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1398 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1399 supply V=1 as extra_make_flags.
1400 * configure: Regenerated.
1401 * Makefile.in: Likewise.
1402
14032012-07-03 Richard Guenther <rguenther@suse.de>
1404
1405 * Makfile.def (isl): Remove not necessary extra_exports and
1406 extra_make_flags.
1407 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1408 * Makefile.in: Regenerated.
1409
14102012-07-03 Richard Guenther <rguenther@suse.de>
1411
1412 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1413 * configure.ac: If either the ISL or the CLooG check failed
1414 do not try to build in-tree versions.
1415 * Makefile.in: Regenerated.
1416 * configure: Regenerated.
1417
14182012-07-02 Richard Guenther <rguenther@suse.de>
1419 Michael Matz <matz@suse.de>
1420 Tobias Grosser <tobias@grosser.es>
1421 Sebastian Pop <sebpop@gmail.com>
1422
1423 * Makefile.def: Add ISL host module, remove PPL host module.
1424 Adjust ClooG host module to use the proper ISL.
1425 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1426 * configure.ac: Include config/isl.m4. Add ISL host library,
1427 remove PPL. Remove PPL configury, add ISL configury, adjust
1428 ClooG configury.
1429 * Makefile.in: Regenerated.
1430 * configure: Likewise.
1431
14322012-07-02 Richard Guenther <rguenther@suse.de>
1433
1434 Merge from graphite branch
1435 2011-07-21 Tobias Grosser <tobias@grosser.es>
1436
1437 * configure: Regenerated.
1438 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1439 both cloog.org and legacy versions. The only supported version will
1440 be CLooG with the isl backend.
1441
1442 2011-07-21 Tobias Grosser <tobias@grosser.es>
1443
1444 * configure: Regenerated.
1445 * configure.ac: Require cloog isl 0.17.0
1446
1447 2011-07-21 Tobias Grosser <tobias@grosser.es>
1448
1449 * configure: Regenerated.
1450 * config/cloog.m4: Do not define CLOOG_ORG
1451
14522012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1453
1454 * configure.ac: Skip C if explicitly selected.
1455 * configure: Regenerate.
1456
14572012-06-28 Christophe Lyon <christophe.lyon@st.com>
1458
1459 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1460 they contain -O2.
1461 * configure: Regenerate.
1462
14632012-06-20 Jason Merrill <jason@redhat.com>
1464
1465 * Makefile.tpl (check-target-libgomp-c++): New.
1466 (check-target-libitm-c++): New.
1467 * Makefile.def (c++): Add them.
1468 * Makefile.in: Regenerate.
1469
14702012-05-16 Olivier Hainque <hainque@adacore.com>
1471
1472 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1473 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1474 (install-no-fixedincludes): Adjust accordingly.
1475 * Makefile.in: Regenerate.
1476
14772012-05-09 Nick Clifton <nickc@redhat.com>
1478 Paul Smith <psmith@gnu.org>
1479
1480 PR bootstrap/50461
1481 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1482 allow for the fact that from release v3.1.0 of MPFR the source
1483 files were moved into a src sub-directory.
1484 * configure: Regenerate.
1485
14862012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1487
1488 * configure.ac: Bump minimum MPFR version to 2.4.0.
1489 * configure: Regenerated.
1490
14912012-05-01 Richard Henderson <rth@redhat.com>
1492
1493 * Makefile.def (libatomic): New target_module.
1494 * configure.ac (target_libraries): Add libatomic.
1495 (noconfigdirs): Check if libatomic is supported.
1496 * Makefile.in, configure: Rebuild.
1497
f87f9c61
L
14982012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 Merge upstream change
1501 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1502
15032011-11-21 Andreas Tobler <andreast@fgznet.ch>
1504
1505 * libtool.m4: Additional FreeBSD 10 fixes.
1506
68f107fa
AO
15072012-06-28 Christophe Lyon <christophe.lyon@st.com>
1508
1509 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1510 they contain -O2.
1511 * configure: Regenerate.
1512
b9c361e0
JL
15132012-05-14 Catherine Moore <clm@codesourcery.com>
1514
1515 * NEWS: Mention PowerPC VLE port.
1516
9eb322aa
MF
15172012-05-11 Mike Frysinger <vapier@gentoo.org>
1518
1519 * MAINTAINERS (config/): Move to intl/ section.
1520 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1521
58b1dd21
NC
15222012-05-09 Nick Clifton <nickc@redhat.com>
1523 Paul Smith <psmith@gnu.org>
1524
1525 PR bootstrap/50461
1526 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1527 allow for the fact that from release v3.1.0 of MPFR the source
1528 files were moved into a src sub-directory.
1529 * configure: Regenerate.
1530
2e702c99
RM
15312012-05-02 Roland McGrath <mcgrathr@google.com>
1532
1533 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1534 * configure: Regenerate.
1535
d2213593
JB
15362012-04-25 Joel Brobecker <brobecker@adacore.com>
1537
1538 * config.sub: Update to 2012-04-18 version from official repo.
1539
202e2356
NC
15402012-03-19 Tristan Gingold <gingold@adacore.com>
1541
1542 * configure.ac (ia64*-*-*vms*): Add support for ld.
1543 * configure: Regenerate.
1544
2479f722
RO
15452012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1546
1547 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1548 (unsupported_languages): Remove mips-sgi-irix6.*.
1549 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1550 (with_stabs): Remove.
1551 * configure: Regenerate.
1552
4e97d92b
RO
15532012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1554
1555 * configure.ac (enable_libgomp): Remove *-*-osf*.
1556 (with_stabs): Remove alpha*-*-osf*.
1557 * configure: Regenerate.
1558
f9ea6f98
JJ
15592012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1560
1561 * COPYING.NEWLIB: Modify DJ Delorie license to include
1562 modification rights in clause as permitted by DJ Delorie.
1563 * COPYING.LIBGLOSS: Ditto.
1564
48688b3e
JJ
15652012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1566
1567 * COPYING.NEWLIB: Remove two unused licenses.
1568
0945bbee
TG
15692012-03-05 Tristan Gingold <gingold@adacore.com>
1570
1571 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1572 * configure: Regenerate.
1573
516be0c5
JJ
15742012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1575
1576 * COPYING.NEWLIB: Add Adapteva notice.
1577 * COPYING.LIBGLOSS: Add Adapteva notice.
1578
64b986c0
EB
15792011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1580
1581 * configure: Regenerate.
1582
58cddc18
JJ
15832011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1584
1585 * COPYING.LIBGLOSS: Add GPL with exception license.
1586
b121d7d4
DD
15872011-11-09 Roland McGrath <mcgrathr@google.com>
1588
1589 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1590 * configure: Rebuild.
1591 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1592 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1593 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1594 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1595 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1596 Add READELF.
1597 * Makefile.in: Rebuild.
1598
d32e2926
RH
15992011-11-08 Richard Henderson <rth@redhat.com>
1600
1601 * configure.ac: Test for libitm directory present first.
1602
1603 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1604
1605 * configure.ac: Test libitm/configure.tgt to disable libitm.
1606 * configure: Rebuild.
1607
98dd765a
RO
16082011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1609
1610 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1611 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1612 * Makefile.in: Regenerate.
1613
99c513f6
DD
16142011-11-01 DJ Delorie <dj@redhat.com>
1615
1616 * configure.ac (rl78-*-*) New case.
1617 * configure: Regenerate.
1618
ff3ec4ee
DD
16192011-11-01 DJ Delorie <dj@redhat.com>
1620
1621 * config.sub: Update to version 2011-10-29 (added rl78)
1622
c28a9f49
NC
16232011-10-27 Nick Clifton <nickc@redhat.com>
1624
1625 * config.sub: Import these changes from the config project:
1626
a903d6ac 1627 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1628 Ben Elliston <bje@gnu.org>
1629
1630 * config.sub (epiphany): New.
1631
1632 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1633 Ben Elliston <bje@gnu.org>
1634
9eb322aa 1635 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1636
1637 2011-08-23 Roland McGrath <mcgrathr@google.com>
1638
1639 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1640 64eb to be64.
1641
1642 2011-08-16 Roland McGrath <mcgrathr@google.com>
1643
1644 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1645 (nacl): Grok as alias for 32el-unknown-nacl.
1646
860144e4
JB
16472011-08-19 Joel Brobecker <brobecker@adacore.com>
1648
1649 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1650
40ae9136
YQ
16512011-08-14 Yao Qi <yao@codesourcery.com>
1652
1653 Merge from gcc:
1654
1655 2011-08-14 Yao Qi <yao@codesourcery.com>
1656 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1657 * configure: Regenerate.
1658
ffdd6afc
ILT
16592011-07-26 Ian Lance Taylor <iant@google.com>
1660
1661 Merge from gcc:
1662
1663 2011-07-26 Ian Lance Taylor <iant@google.com>
1664 * configure.ac: Set have_compiler based on whether gcc directory
1665 exists, rather than on whether gcc is in configdirs.
1666 * configure: Rebuild.
1667
1668 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1669 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1670 link directories.
1671 * Makefile.in: Rebuild.
1672
1673 2011-07-20 Ian Lance Taylor <iant@google.com>
1674 PR bootstrap/49787
1675 * configure.ac: Move --enable-bootstrap handling earlier in file.
1676 If --enable-bootstrap and either --enable-build-with-cxx or
1677 --enable-build-poststage1-with-cxx, enable C++ automatically.
1678 * configure: Rebuild.
1679
1680 2011-07-19 Ian Lance Taylor <iant@google.com>
1681 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1682 make C++ a boot_language. Set and substitute
1683 POSTSTAGE1_CONFIGURE_FLAGS.
1684 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1685 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1686 * configure, Makefile.in: Rebuild.
1687
1688 2011-07-16 Jason Merrill <jason@redhat.com>
1689 * Makefile.def (language=c++): Add check-c++0x and
1690 check-target-libmudflap-c++.
1691 * Makefile.tpl (check-target-libmudflap-c++): New.
1692 * Makefile.in: Regenerate.
1693
1694 2011-07-16 Matthias Klose <doko@ubuntu.com>
1695 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1696 * Makefile.def (target_modules/libjava): Pass
1697 $(EXTRA_CONFIGARGS_LIBJAVA).
1698 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1699 if not configured with --enable-static-libjava.
1700 * Makefile.in: Regenerate.
1701 * configure: Likewise.
1702
1703 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1704 PR regression/47836
1705 PR bootstrap/23656
1706 PR other/47733
1707 PR bootstrap/49247
1708 PR c/48825
1709 * configure.ac (target_libraries): Remove target-libiberty.
1710 Remove case-statement setting skipdirs=target-libiberty for
1711 multiple targets. Remove checking target_configdirs and
1712 removing target-libiberty but keeping target-libgcc if
1713 otherwise empty.
1714 * Makefile.def (target_modules): Don't add libiberty.
1715 (dependencies): Remove all traces of target-libiberty.
1716 * configure, Makefile.in: Regenerate.
1717
9ccb86e7
JM
17182011-07-22 Jason Merrill <jason@redhat.com>
1719
1720 * Makefile.def (language=c++): Add check-c++0x and
1721 check-target-libmudflap-c++.
1722 * Makefile.tpl (check-target-libmudflap-c++): New.
1723 * Makefile.in: Regenerate.
1724
090bc50f
RO
17252011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1726
1727 * configure: Regenerate.
1728
cff32a7c
RO
17292011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1730
1731 PR target/39150
1732 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1733 x86_64-*-solaris2.1[0-9]*.
1734 * configure: Regenerate.
1735
eb4b2452
NC
17362011-06-13 Walter Lee <walt@tilera.com>
1737
1738 * configure.ac (tilepro-*-*) New case.
1739 (tilegx-*-*): Likewise.
1740 * configure: Regenerate.
1741
3c0013bf
NC
17422011-06-06 Nick Clifton <nickc@redhat.com>
1743
1744 * config.sub: Sync from upstream.
1745
91c1f14c
DK
17462011-05-08 Doug Kwan <dougkwan@google.com>
1747
1748 Merge from gcc:
1749
1750 2011-05-08 Doug Kwan <dougkwan@google.com>
1751
1752 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1753 * configure: Regenerated.
1754 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1755 value from configure.
1756 * Makefile.in: Regenerated.
1757
c7e4b184
JM
17582011-05-05 Joseph Myers <joseph@codesourcery.com>
1759
1760 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1761 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1762 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1763 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1764 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1765 *-*-vxworks*): Disable newlib and libgloss in separate case
1766 statement.
1767 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1768 to separate case statement.
1769 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1770 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1771 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1772 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1773 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1774 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1775 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1776 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1777 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1778 i[[3456789]]86-*-rdos*, m32r-*-*,
1779 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1780 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1781 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1782 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1783 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1784 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1785 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1786 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1787 and libgloss in main case over targets. Remove most empty cases
1788 in main case over targets.
1789 * configure: Regenerate.
1790
7152a690
JM
17912011-05-04 Joseph Myers <joseph@codesourcery.com>
1792
1793 * configure.ac: Remove code setting special library locations for
1794 hppa*64*-*-hpux11*. Remove code setting compiler for
1795 sparc-sun-solaris2*.
1796 * configure: Regenerate.
1797
ff46fb8f
JM
17982011-05-04 Joseph Myers <joseph@codesourcery.com>
1799
1800 * configure.ac: Separate libgloss_dir settings from general case
1801 over targets.
1802 * configure: Regenerate.
1803
82ae827f
JM
18042011-04-28 Joseph Myers <joseph@codesourcery.com>
1805
1806 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1807 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1808 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1809 cases in libgcj-disabling case statement.
1810 (hppa*64*-*-linux*): Set unsupported_languages instead of
1811 disabling target-zlib.
1812 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1813 to hppa*64*-*-hpux*.
1814 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1815 hppa*-*-hpux*.
1816 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1817 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1818 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1819 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1820 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1821 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1822 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1823 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1824 libgcj-disabling case statement.
1825 * configure: Regenerate.
1826
0827f9a6
JM
18272011-04-28 Joseph Myers <joseph@codesourcery.com>
1828
1829 * configure.ac: Disable Java for targets not supporting libffi.
1830 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1831 Remove cases in Java-disabling statement.
1832 (*arm-wince-pe): Change to arm-wince-pe.
1833 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1834 cases in Java-disabling statement.
1835 (bfin-*-*): Don't disable Java again.
1836 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1837 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1838 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1839 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1840 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1841 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1842 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1843 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1844 Java-disabling statement.
1845 (mmix-*-*): Don't disable Java again.
1846 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1847 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1848 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1849 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1850 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1851 statement.
1852 * configure: Regenerate.
1853
899b04ef
JM
18542011-04-28 Joseph Myers <joseph@codesourcery.com>
1855
1856 Merge from GCC:
1857
1858 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1859
1860 PR lto/48086
1861 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1862 * configure: Regenerate.
1863
9863d716
JM
18642011-04-28 Joseph Myers <joseph@codesourcery.com>
1865
1866 * configure.ac: Separate cases disabling Java and Java libraries
1867 from general case over targets.
1868 * configure: Regenerate.
1869
a90ef4bf
JM
18702011-04-06 Joseph Myers <joseph@codesourcery.com>
1871
1872 * configure.ac (build_tools): Remove build-byacc.
1873 (host_libs): Remove mmalloc.
1874 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1875 autoconf automake libtool diff rcs fileutils shellutils time
1876 textutils wdiff find uudecode hello tar gzip indent recode release
1877 sed perl gawk findutils gettext zip.
1878 (libgcj): Remove target-qthreads.
1879 (target_tools): Remove target-examples target-gperf.
1880 (YACC): Don't handle building byacc.
1881 * configure: Regenerate.
1882 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1883 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1884 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1885 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1886 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1887 handle building components.
1888 * Makefile.in: Regenerate.
1889
05a02268
RW
18902011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1891
1892 * config.sub: Sync from upstream.
1893
c5f5c3c2
JM
18942011-04-01 Joseph Myers <joseph@codesourcery.com>
1895
1896 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1897 (microblaze*): Don't disable libssp.
1898 * configure: Regenerate.
1899
f6c1938b
JM
19002011-04-01 Joseph Myers <joseph@codesourcery.com>
1901
1902 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1903 moveifchange.
1904 * configure: Regenerate.
1905 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1906 * Makefile.in: Regenerate.
1907
1f111696
JM
19082011-04-01 Joseph Myers <joseph@codesourcery.com>
1909
1910 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1911 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1912 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1913 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1914 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1915 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1916 md_exec_prefix cases.
1917 * configure: Regenerate.
1918
065a5627
JM
19192011-04-01 Joseph Myers <joseph@codesourcery.com>
1920
1921 * configure.ac: Separate cases disabling target-libssp,
1922 target-libiberty, target-libstdc++-v3 and Fortran from general
1923 case over targets.
1924 * configure: Regenerate.
1925
b2f14e4a
JM
19262011-04-01 Joseph Myers <joseph@codesourcery.com>
1927
1928 * configure.ac (*-*-chorusos): Don't disable libgcj.
1929 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1930 Remove case.
1931 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1932 (arm-*-coff): Don't disable libgcj.
1933 (arm*-*-linux-gnueabi): Remove useless assignment.
1934 (arm-*-riscix*): Don't disable libgcj.
1935 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1936 configuration.
1937 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1938 (c54x*-*-*): Remove case.
1939 (tic54x-*-*): Don't disable GCC or GCC libraries.
1940 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1941 to *.
1942 (d10v-*-*): Don't disable GCC libraries.
1943 (d30v-*-*): Don't disable libgcj.
1944 (h8500-*-*): Don't disable GCC libraries.
1945 (i960-*-*): Don't disable libgcj.
1946 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1947 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1948 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1949 libgcj.
1950 (m68k-*-coff*): Remove case.
1951 (mmix-*-*): Don't disable libgloss on host.
1952 (mn10200-*-*, mn10300-*-*): Remove cases.
1953 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1954 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1955 Don't disable libgcj.
1956 (romp-*-*): Remove case.
1957 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1958 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1959 case.
1960 (v810-*-*): Don't disable GCC libraries.
1961 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1962 (ip2k-*-*): Don't disable GCC libraries.
1963 * configure: Regenerate.
1964
6a608608
JM
19652011-03-28 Joseph Myers <joseph@codesourcery.com>
1966
1967 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1968 libffi on host.
1969 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1970 on host.
1971 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1972 * configure: Regenerate.
1973
5b806d27
NC
19742011-03-26 John Marino <binutils@marino.st>
1975
1976 * configure.ac: Add support for *-*-dragonfly*
1977 * configure: Regenerate.
1978
0377a422
JM
19792011-03-25 Joseph Myers <joseph@codesourcery.com>
1980
1981 * configure.ac (native_only): Remove.
1982 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1983 send-pr uudecode guile gnuserv on host.
1984 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1985 send-pr rcs guile perl texinfo libtool on host.
1986 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1987 automake send-pr rcs guile perl texinfo libtool on host.
1988 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1989 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1990 (alpha*-dec-osf*): Don't disable fileutils on target.
1991 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1992 texinfo send-pr expect dejagnu on target.
1993 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1994 target-qthreads on target.
1995 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1996 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1997 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1998 x86_64-*-mingw*): Don't disable expect on target.
1999 (*-*-cygwin*): Don't disable target-gperf on target.
2000 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2001 gnuserv on target.
2002 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2003 target.
2004 * configure: Regenerate.
2005
2354b38b
JM
20062011-03-25 Joseph Myers <joseph@codesourcery.com>
2007
2008 * configure.ac (target_tools): Remove target-groff.
2009 (native_only): Remove target-groff.
2010 (hppa*64*-*-*): Don't disable byacc.
2011 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2012 setting.
2013 (*-*-kaos*): Don't skip target-librx and target-groff.
2014 (*-*-netware*): Don't skip target-libmudflap.
2015 (*-*-tpf*): Don't skip target-libmudflap.
2016 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2017 directories on the host.
2018 (ia64*-*-*vms*): Don't skip tix.
2019 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2020 host.
2021 * configure: Regenerate.
2022
28d9b232
PB
20232011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2024
2025 * configure.ac: Remove references to mt-mep, mt-netware,
2026 mt-wince.
2027 * Makefile.def: Add all-utils soft dependencies.
2028 * Makefile.tpl: Remove GDB_NLM_DEPS.
2029 * configure: Regenerate.
2030 * Makefile.in: Regenerate.
2031
dbbe5f95
PB
20322011-03-24 Paolo Bonzini <bonzini@gnu.org>
2033
2034 Sync from GCC:
2035
2036 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2037
2038 * configure.ac: Do not include mh-x86omitfp.
2039 * configure: Regenerate.
2040
2041 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2042
2043 * configure.ac: Remove empty cases.
2044 * configure: Regenerate.
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * Makefile.def: Add dependency from termcap to gdb.
2049 * Makefile.in: Regenerate.
2050
2051 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2052
2053 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2054 * configure: Regenerate.
2055 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2056 * Makefile.tpl: Likewise.
2057 * Makefile.in: Regenerate.
2058
2059 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2060
2061 * configure.ac: Remove all mentions of tentative_cc.
2062 * configure: Regenerate.
2063
2064 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2065
2066 PR lto/48086
2067 * configure.ac: Re-enable LTO on *-apple-darwin9.
2068 * configure: Regenerate.
2069
3516a403
JM
20702011-03-24 Joseph Myers <joseph@codesourcery.com>
2071
2072 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2073 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2074 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2075 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2076 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2077 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2078 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2079 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2080 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2081 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2082 *-*-rhapsody*): Remove host cases.
2083 * configure: Regenerate.
2084
93cc359e
JM
20852011-03-24 Joseph Myers <joseph@codesourcery.com>
2086
2087 * configure.ac (ppc*-*-pe): Remove host case.
2088 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2089 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2090 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2091 cases.
2092 * configure: Regenerate.
2093
29b2c556
JM
20942011-03-24 Joseph Myers <joseph@codesourcery.com>
2095
2096 * config.sub: Update to version 2011-03-23.
2097
f0ff0f90
JM
20982011-03-22 Joseph Myers <joseph@codesourcery.com>
2099
2100 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2101 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2102 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2103 * configure: Regenerate.
2104
782cb41f
JM
21052011-03-22 Joseph Myers <joseph@codesourcery.com>
2106
2107 * config-ml.in: Don't handle arc-*-elf*.
2108 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2109 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2110 handle GCC libraries.
2111 * configure: Regenerate.
2112
0e8ad34f
RO
21132011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2114
2115 PR bootstrap/48120:
2116 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2117 Add -lstdc++ -lm to LIBS.
2118 * configure: Regenerate.
2119
5548b4ce
DE
21202011-03-18 David Edelsohn <dje.gcc@gmail.com>
2121
2122 * config.guess: Update to version 2011-02-02
2123 * config.sub: Update to version 2011-02-24
2e702c99 2124
86ed8cf6
SP
21252011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2126
9eb322aa
MF
2127 * configure.ac: Adjust test of with_ppl.
2128 * configure: Regenerated.
86ed8cf6 2129
b123da99
SP
21302011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2131
2132 * configure.ac: Add -lpwl to ppllibs.
2133 * config/cloog.m4: Add -lisl to clooglibs.
2134 * configure: Regenerated.
2135
822ce8ee
RW
21362011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2137
2138 Import from Libtool and gnulib:
2139
2140 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2141
2142 Prepare for supporting FreeBSD 10.
2143 * config.rpath: Remove handling of freebsd1* which soon would
2144 match FreeBSD 10.0.
2145
2146 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2147
2148 Remove support for FreeBSD 1.x.
2149 * libtool.m4 (_LT_LINKER_SHLIBS)
2150 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2151 soon would incorrectly match FreeBSD 10.0.
2152
dcb5e506
RW
21532011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2154
2155 PR binutils/12283
2156 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2157 (move-if-change): Comes from gnulib.
2158 * move-if-change: Import version from gnulib.
2159
8d8eef9a
RW
21602011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2161
2162 Sync from GCC:
2163
2164 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2165
2166 PR lto/47225
2167 * Makefile.def (lto-plugin): Double dash for enable-shared.
2168 (configure-gcc): Depend on all-lto-plugin.
2169 * Makefile.in: Rebuilt.
2170
2171 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2172
2173 * configure.ac: Remove extra bracket.
2174 * configure: Regenerate.
2175
2176 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2177
2178 PR lto/47225
2179 * Makefile.def: Add dependency for install-gcc
2180 on install-lto-plugin.
2181 * Makfile.in: Regenerated
2182
2183 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2184
2185 * configure.ac: If with_ppl is no, move setting with_cloog=no
2186 after CLOOG_REQUESTED check.
2187 * configure: Regenerated.
2188
2189 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2190
2191 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2192 CLooG has been requested.
2193 * configure: Regenerated.
2194
2195 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2196
2197 * configure: Regenerated.
2198 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2199
2200 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2201
2202 * configure: Regenerated.
2203 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2204
2205 2011-01-07 Jan Hubicka <jh@suse.cz>
2206
2207 PR lto/47225
2208 * Makefile.in: Regenerate.
2209 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2210 configure.
2211
65b4571a
AO
22122011-01-31 Alexandre Oliva <aoliva@redhat.com>
2213
2214 PR libgcj/44341
2215 * configure.ac: Discard --with-* flags for host when configuring
2216 target libraries for cross build.
2217 * configure: Rebuilt.
2218
7837304f
AS
22192011-01-21 Andreas Schwab <schwab@redhat.com>
2220
2221 Sync from GCC:
2222
2223 2011-01-21 Andreas Schwab <schwab@redhat.com>
2224
2225 * configure.ac: Use AS_HELP_STRING throughout.
2226 * configure: Regenerate.
2227
2228 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2229
2230 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2231 * configure: Regenerate.
2232
115ef890
RW
22332010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2234
2235 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2236
92c9a463
JB
22372011-01-13 Joel Brobecker <brobecker@adacore.com>
2238
2239 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2240 for ia64-hpux.
2241 * configure: Regenerate.
2242
887ebfb4
RW
22432011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2244
2245 Sync from GCC:
2246 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2247
2248 * configure.ac: (picochip): Disable libiberty.
2249 * configure: Regenerate.
2250
04d2c2b2
JJ
22512010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2252
2253 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2254
33d23ee8
ILT
22552010-12-10 Ian Lance Taylor <iant@google.com>
2256
2257 PR bootstrap/46819
2258 * configure.ac: For --disable-libgcj clear libgcj_saved.
2259 * configure: Rebuild.
2260
89a1e9c3
PB
22612010-12-10 Tobias Burnus <burnus@net-b.de>
2262
2263 PR fortran/46540
2264 * configure.ac: Add --disable-libquadmath and
2265 --disable-libquadmath-support.
2266 * configure: Regenerate.
2267
ac7bcd26
TG
22682010-12-10 Tristan Gingold <gingold@adacore.com>
2269
2270 * src-release (ETC_SUPPORT): add gnu-oids.texi
2271
d357cef7
HPN
22722010-12-03 Hans-Peter Nilsson <hp@axis.com>
2273
2274 PR libffi/46792
2275 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2276 * configure: Regenerate.
2277
4f11b223
ILT
22782010-12-02 Ian Lance Taylor <iant@google.com>
2279
2280 * configure.ac: Always set default for poststage1_ldflags to
2281 -static-libstdc++ -static-libgcc.
2282
989abc33
JJ
22832010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2284
2285 * COPYING.NEWLIB: Add National Semiconductor notice.
2286
950386c6
AS
22872010-11-29 Andreas Schwab <schwab@redhat.com>
2288
2289 * configure.ac: Move comment to remove extra space in last argument
2290 of GCC_TARGET_TOOL.
2291
87cda2cf
AO
22922010-11-26 Alexandre Oliva <aoliva@redhat.com>
2293
7d509c83 2294 PR other/46026
87cda2cf
AO
2295 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2296 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2297 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2298 (BASE_FLAGS_TO_PASS): Use it.
2299 * configure: Rebuilt.
2300 * Makefile.in: Rebuilt.
2301
d3b50760
L
23022010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2303
2304 PR binutils/12258
2305 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2306 Properly check default linker.
2307 * configure: Regnerated.
2308
c7791212
NC
23092010-11-23 Matthias Klose <doko@ubuntu.com>
2310
2311 * configure.ac: For --enable-gold, handle value `default' instead of
2312 `both*'. New configure option --{en,dis}able-ld.
2313 * configure: Regenerate.
2314
9e1a94f4
ILT
23152010-11-20 Ian Lance Taylor <iant@google.com>
2316
2317 * configure.ac: Only disable a language library if no language needs
2318 it. Don't let --disable-libgcj uncondtionally disable libffi.
2319 * configure: Rebuild.
2320
ceca0218
PB
23212010-11-20 Paolo Bonzini <bonzini@gnu.org>
2322
2323 * configure: Regenerate.
2324
9b980aa1
RW
23252010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2326
2327 PR other/46202
2328 * configure.ac: Fix just-built in-tree STRIP name to be
2329 binutils/strip-new.
2330 * configure: Regenerate.
2331 * Makefile.def (install-strip-gcc, install-strip-binutils)
2332 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2333 (install-strip-sid): Mirror dependencies on non-strip variants
2334 of these targets on the respective -strip prerequisites.
2335 * Makefile.tpl (install-strip, install-strip-host)
2336 (install-strip-target): New targets.
2337 (install-strip-[+module+], install-strip-target-[+module+]):
2338 New targets.
2339 * Makefile.in: Regenerate.
2340
e552509b
ILT
23412010-11-19 Ian Lance Taylor <iant@google.com>
2342 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2343
2344 * configure.ac: Add target-libgo to target_libraries. Set
2345 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2346 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2347 (HOST_EXPORTS): Add GOC.
2348 (BASE_TARGET_EXPORTS): Add GOC.
2349 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2350 (GOCFLAGS_FOR_TARGET): New variable.
2351 (EXTRA_HOST_FLAGS): Add GOC.
2352 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2353 * Makefile.def (target_modules): Add libgo.
2354 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2355 (dependencies): Add dependency from configure-target-libgo to
2356 configure-target-libffi and all-target-libstdc++-v3. Add
2357 dependencies from all-target-libgo to all-target-libffi.
2358 (languages): Add go.
2359 * configure: Rebuild.
2360 * Makefile.in: Rebuild.
2361
23622010-11-19 Ian Lance Taylor <iant@google.com>
2363
2364 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2365 compiler/flag environment variables.
2366
23672010-11-18 Ian Lance Taylor <iant@google.com>
2368
2369 * configure.ac: Check for lang_requires_boot_languages in
2370 config-lang.in files.
2371 * configure: Rebuild.
2372
8c21d9c7
MF
23732010-11-17 Mike Frysinger <vapier@gentoo.org>
2374
2375 * .gitignore: New file.
2376
e552509b
ILT
23772010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2378 Tobias Burnus <burnus@net-b.de>
2379
2380 PR fortran/32049
2381 * Makefile.def: Add libquadmath; build it with language=fortran.
2382 * configure.ac: Add libquadmath.
2383 * Makefile.tpl: Handle multiple libs in check-[+language+].
2384 * Makefile.in: Regenerate.
2385 * configure: Regenerate.
2386
23872010-11-15 Andreas Schwab <schwab@redhat.com>
2388
2389 * configure.ac: Fix spelling in option names.
2390 * configure: Regenerated.
2391
23922010-11-13 Georg-Johann Lay <georgjohann@web.de>
2393
2394 PR bootstrap/39622
2395 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2396 * configure: Regenerated.
2397
23982010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2399
2400 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2401 define the cloog backend to use. Furthermore, only pass the ppllibs to
2402 the configure checks, if necessary.
2403 * configure: Regenerate.
2404
24052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2406
2407 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2408 * configure: regenerate
2409
24102010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2411
2412 * config/cloog.m4: Fix typo. verison -> version.
2413 * configure: Regenerate.
2414
24152010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2416
2417 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2418 * configure: Regenerate.
2419
24202010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2421
2422 * configure.ac: Support official CLooG.org versions.
2423 * configure: Regenerate.
2424 * config/cloog.m4: New.
2425
aa291e2d
ME
24262010-11-05 Michael Eager <eager@eagercon.com>
2427
2428 * COPYING.LIBGLOSS: Correct typo in microblaze.
2429 * COPYING.NEWLIB: Same.
2430
e552509b
ILT
24312010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2432
2433 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2434 * configure: Regenerate.
2435
74cea91b
DK
24362010-11-03 Ian Lance Taylor <iant@google.com>
2437 Dave Korn <dave.korn.cygwin@gmail.com>
2438
2439 PR lto/46273
2440 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2441 and on other supported platforms whenever LTO is enabled.
2442 * configure: Rebuild.
2443
6d0cd39e
AM
24442010-11-02 Alan Modra <amodra@gmail.com>
2445
2446 PR binutils/12110
2447 * configure.ac: Error when source path contains spaces.
2448 * configure: Regenerate.
2449
18a8530e
ILT
24502010-10-20 Ian Lance Taylor <iant@google.com>
2451
2452 * Makefile.def (target_modules): Set lib_path to src/.libs for
2453 libstdc++-v3 module.
2454 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2455 * Makefile.in: Rebuild.
2456
6ed3211e
JJ
24572010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2458 Joseph Myers <joseph@codesourcery.com>
2459
2460 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2461 notices.
2462 * COPYING.NEWLIB: Add Texas Instruments notice.
2463
a8eb3f0a
DK
24642010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2465
2466 * configure.ac (build_lto_plugin): New shell variable.
2467 (--enable-lto): Turn on by default for all non-ELF platforms that
2468 have had LTO support added so far. Set build_lto_plugin appropriately
2469 for both ELF and non-ELF.
2470 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2471 * configure: Regenerate.
2472
4074d5f2
RW
24732010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 PR bootstrap/45326
2476 PR bootstrap/45174
2477 * configure.ac: Honor initial values of $build_configargs,
2478 $host_configargs, $target_configargs. Mark the precious, so
2479 environment settings get recorded.
2480 * configure: Regenerate.
2481
29821356
RW
24822010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2483
2484 Sync from GCC:
2485
2486 2010-09-30 Michael Eager <eager@eagercon.com>
2487
2488 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2489 * configure: Regenerate.
2490
2491 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2492
2493 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2494 targets and amend comment.
2495 * configure: Regenerate.
2496
2497 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2498
2499 * configure.ac: Enable LTO by default on Darwin.
2500 * configure: Regenerate.
2501
2502 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2503
2504 PR bootstrap/44455
2505 * configure.ac (extra_mpfr_configure_flags): Copy from
2506 extra_mpc_gmp_configure_flags.
2507 * configure: Re-generated.
2508
57eefe4d
RW
25092010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2510
2511 Sync from GCC:
2512
2513 PR bootstrap/45796
2514 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2515 Depend on all-build-libiberty.
2516 * Makefile.in: Regenerate.
2517
25182010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2519
2520 Sync from GCC:
2521
2522 PR bootstrap/44621
2523 * configure.ac: Fix unportable shell quoting.
2524 * configure: Regenerate.
2525
48bb73dd
RW
25262010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2527
2528 * configure.ac: Support all v850 targets.
2529 * configure: Regenerate.
2530
1d14850f
PB
25312010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2532
2533 PR target/44862
2534 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2535 Provide -B option to allow for link spec %s substitutions for
2536 libstdc++.a on darwin.
2537 * Makefile.in: Regenerate.
2538
7530c480
AO
25392010-06-10 Alexandre Oliva <aoliva@redhat.com>
2540
2541 * Makefile.def (configure-gcc): Depend on all-libelf.
2542 * Makefile.in: Rebuild.
2543
285d560d
RW
25442010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2545
2546 * config.sub, config.guess: Update from upstream sources.
2547
a009f2e7
RW
25482010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2549
2550 Sync from GCC:
2551
2552 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2553 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2554 * configure: Regenerated.
2555
2556 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2557 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2558 * configure: Regenerate.
2559
2560 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2561 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2562 * configure: Regenerate.
2563
2564 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2565 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2566 separately.
2567 * configure: Regenerate.
2568
2569 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2570 * configure: Regenerate after change to elf.m4.
2571
2572 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2573 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2574 * configure: Regenerated.
2575
2576 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2577 * configure.ac: Print "buggy but acceptable" when CLooG
2578 revision is less than 9.
2579 * configure: Regenerated.
2580
e49e5c92
DK
25812010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2582
2583 Merge from gcc:
2584
2585 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2586 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2587 * configure: Regenerate.
2588
2589 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2590 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2591 a platform that supports LTO.
2592 * configure: Regenerate.
2593
2594 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2595 PR lto/42776
2596 * configure.ac (--enable-lto): Refactor handling so libelf tests
2597 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2598 and allow LTO to be explicitly enabled on non-ELF platforms that
2599 are known to support it inside else-clause.
2600 * configure: Regenerate.
2601
e6de499b
NC
26022010-04-27 Roland McGrath <roland@redhat.com>
2603 H.J. Lu <hongjiu.lu@intel.com>
2604
2605 * configure.ac (--enable-gold): Support both, both/gold and
2606 both/bfd to add gold to configdirs without removing ld.
2607 * configure: Regenerated.
2608
2609 * Makefile.def: Add install-gold dependency to install-ld.
2610 * Makefile.in: Regenerated.
2611
d594eacc
TG
26122010-04-14 Tristan Gingold <gingold@adacore.com>
2613
2614 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2615 * configure: Regenerate.
2616
938d2b74
RW
26172010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2618
2619 Merge from gcc:
2620 PR bootstrap/43615
2621 PR bootstrap/43328
2622 Revert:
2623 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624 * configure.ac: Do not pass --enable-multilib nor
2625 --disable-multilib in baseargs. Accept explicitly passed
2626 --enable_multilib.
2627 * configure: Regenerate.
2628
a9ef41a7
RW
26292010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2630
2631 PR bootstrap/43328
2632 * configure.ac: Do not pass --enable-multilib nor
2633 --disable-multilib in baseargs. Accept explicitly passed
2634 --enable_multilib.
2635 * configure: Regenerate.
2636
619a3713
JM
26372010-03-23 Joseph Myers <joseph@codesourcery.com>
2638
2639 * configure.ac (tic6x-*-*): New case.
2640 * configure: Regenerate.
2641
92f4e989
JM
26422010-03-23 Joseph Myers <joseph@codesourcery.com>
2643
2644 Merge from gcc:
2645 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2646 PR ada/42554
2647 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2648 * configure: Regenerate.
2649
c35a0556
JM
26502010-03-23 Joseph Myers <joseph@codesourcery.com>
2651
2652 * config.sub: Update to version 2010-03-22.
2653 * config.guess: Update to version 2009-12-30.
2654
18fa8f9c
JM
26552010-03-14 Joseph Myers <joseph@codesourcery.com>
2656
2657 Merge from gcc:
2658 2010-01-11 Richard Guenther <rguenther@suse.de>
2659 PR lto/41569
2660 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2661 * Makefile.in: Regenerated.
2662
ba98da75
RO
26632010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2664
2665 PR libstdc++/32499
2666 * configure.ac (RANLIB): Default to true.
2667 (STRIP): Likewise.
2668 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2669 * configure: Regenerate.
2670
3994761f
NC
26712010-02-17 Nick Clifton <nickc@redhat.com>
2672
2673 PR 11238
2674 * Makefile.tpl (local-distclean): Also remove config.cache files in
2675 sub-directories as there may not be Makefiles present in the
2676 sub-directories.
792cdb50
NC
2677 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2678 the config.cache files found by the find command.
2679
3994761f
NC
2680 * Makefile.in: Regenerate.
2681 * configure.ac: Revert previous delta.
2682 * configure: Regenerate.
2683
01a82011
NC
26842010-02-15 Nick Clifton <nickc@redhat.com>
2685
2686 PR 11238
2687 * configure.ac: Delete config.cache files in sub-directories when
2688 deleting Makefiles.
2689 * configure: Regenerate.
2690
143754cd
NC
26912010-02-15 Nick Clifton <nickc@redhat.com>
2692
2693 * configure.ac: Sync from gcc.
2694 * configure: Regenerate.
2695
a6b5846e
KG
26962010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2697
2698 Sync from gcc:
2699 * configure.ac: Add "recommended" version checks for GMP/MPC.
2700 Update recommended GMP/MPFR/MPC versions.
2701 * configure: Regenerate.
2702
2aa2364a
JR
27032010-01-25 Joern Rennecke <amylaar@spamcop.net>
2704
2705 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2706 * configure.ac (bootstrap_target_libs): Make inclusion of
2707 target-libgomp conditional on libgomb being in target_configdirs.
2708 * configure: Regenerate.
2709
d35e937f
JR
27102010-01-23 Joern Rennecke <amylaar@spamcop.net>
2711
2712 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2713 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2714 * configure: Regenerate.
2715
911e63d0
JR
27162010-01-22 Joern Rennecke <amylaar@spamcop.net>
2717
2718 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2719 * configure.ac (target_configdirs): Substitute.
2720 * Makefile.def: Bootstrap target module libgomp.
2721 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2722 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2723 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2724 * configure, Makefile.in: Regenerate.
2725
3725885a
RW
27262009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2727
2728 * libtool.m4: Sync from git Libtool.
2729 * ltmain.sh: Likewise.
2730 * ltoptions.m4: Likewise.
2731 * ltversion.m4: Likewise.
2732 * lt~obsolete.m4: Likewise.
2733
d5f2ee2e 27342010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2735 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2736
2737 PR bootstrap/42424
2738 * configure.ac: Include libtool m4 files.
9eb322aa 2739 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2740 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2741 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2742
d5f2ee2e
KG
2743 * configure: Regenerate.
2744
f2b2dd91
RW
27452010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2746
2747 PR bootstrap/41818
2748 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2749 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2750 * Makefile.in: Regenerate.
2751
06ca7962
BE
27522009-12-18 Ben Elliston <bje@au.ibm.com>
2753
2754 * config.sub, config.guess: Update from upstream sources.
2755
30a16d7b
JJ
27562009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2757
2758 * COPYING.NEWLIB: Update copyright date.
2759 * COPYING.LIBGLOSS: Ditto.
2760
d9b76ff9
KG
27612009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2762
2763 PR middle-end/30447
2764 PR middle-end/30789
2765 PR other/40302
2766
2767 * configure.ac: Require MPC.
2768 * configure: Regenerate.
2769
2770 * configure.ac: Update minimum MPC version to 0.8.
2771 * configure: Regenerate.
2772
e12dec02
PB
27732009-11-20 Paolo Bonzini <bonzini@gnu.org>
2774
2775 * config.guess: Sync with upstream and gcc.
2776 * config.sub: Sync with upstream and gcc.
2777
606a9ca0
AO
27782009-11-16 Alexandre Oliva <aoliva@redhat.com>
2779
2780 * Makefile.def: Restore host and target settings for gmp.
2781 * Makefile.in: Rebuild.
2782
1f53ca9a
AO
27832009-11-16 Alexandre Oliva <aoliva@redhat.com>
2784
2785 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2786 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2787 Fix portability of test of C++ as bootstrap language. Add
2788 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2789 * configure: Rebuild.
2790 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2791 and cloog. Fix in-tree ppl configuration. Introduce libelf
2792 in-tree building.
2793 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2794 (POSTSTAGE1_HOST_EXPORTS): Use it.
2795 (STAGE[+id+]_CXXFLAGS): New.
2796 (BASE_FLAGS_TO_PASS): Pass it down.
2797 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2798 extra_exports.
2799 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2800 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2801 extra_exports.
2802 * Makefile.in: Rebuild.
2803
28042009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2805
2806 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2807 paths for *-w64-mingw* and x86_64-*mingw*.
2808 * configure: Regenerated.
2809
28102009-10-30 Kai Tietz <kai.tietz@onevision.com>
2811
2812 * configure.ac: Disable target-winsup & co for
2813 x86_64-*-mingw* and *-w64-mingw* targets.
2814 * configure: Regenerated.
2815
28162009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2817
2818 * configure.ac (CLooG test): Use = with test.
2819 * configure: Regenerate.
2820
28212009-10-22 Richard Guenther <rguenther@suse.de>
2822
2823 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2824 cloog if the ppl version check failed. Move flags saving
2825 before setting in libelf check.
2826 * configure: Regenerate.
2827
28282009-10-21 Richard Guenther <rguenther@suse.de>
2829
2830 * configure.ac: Adjust the ppl and cloog configure to work as
2831 documented. Disable cloog if ppl was disabled. Omit the version
2832 checks if they were disabled.
2833 * configure: Re-generate.
2834
6811fb56
RW
28352009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2836
2837 * configure.ac: Add 'lto' to enable_languages, not
2838 new_enable_languages, and only if not already present.
2839 * configure: Regenerate.
2840
700d40ca
ILT
28412009-10-06 Ian Lance Taylor <iant@google.com>
2842
2843 * Makefile.def: check-gold depends upon all-gas.
2844 * Makefile.in: Rebuild.
2845
28462009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2847
2848 * Makefile.def: all-lto-plugin depends on all-libiberty.
2849 set bootstrap=true for lto-plugin.
2850 Add lto-plugin.
2851 * Makefile.in: Regenerate.
2852 * configure.ac (host_libs): Add lto-plugin.
2853 * configure: Regenerate.
2854
28552009-10-03 Diego Novillo <dnovillo@google.com>
2856
2857 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2858 (HOST_LIBELFLIBS): Define.
2859 (HOST_LIBELFINC): Define.
2860 * Makefile.in: Regenerate.
2861 * configure.ac: Add --enable-lto.
2862 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2863 If --enable-lto is used, add 'lto' to new_enable_languages.
2864 If --enable-lto is used and gold is enabled, add
2865 lto-plugin to configdirs.
2866 * configure: Regenerate.
2867
28682009-10-03 Simon Baldwin <simonb@google.com>
2869
2870 * configure.ac: If --with-system-zlib, suppress local zlib and
2871 pass --with-system-zlib to subdir configure scripts.
2872 * configure: Regenerate.
2873
28742009-10-01 Loren J. Rittle <ljrittle@acm.org>
2875 Paolo Bonzini <bonzini@gnu.org>
2876
2877 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2878 $(srcdir).
2879 * Makefile.in: Rebuilt.
2880
c8cb1b3e
PB
28812009-09-29 Paolo Bonzini <bonzini@gnu.org>
2882
2883 Sync from gcc:
2884 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2885
2886 * configure.ac: Update minimum MPC version to 0.7.
2887 * configure: Regenerate.
2888
30167e0a
NC
28892009-09-25 Nick Clifton <nickc@redhat.com>
2890
2891 * configure.ac: Pass any --cache-file=/dev/null option on to
2892 subconfigures.
2893 * configure: Regenerate.
2894
707a0b5c
NC
28952009-09-23 Nick Clifton <nickc@redhat.com>
2896
2897 * config.sub, config.guess: Update from upstream sources.
2898
700d40ca
ILT
28992009-09-22 Loren J. Rittle <ljrittle@acm.org>
2900
2901 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2902 * Makefile.in: Rebuilt.
2903
2fd0b40b
RW
29042009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905
2906 PR bootstrap/32272
2907 * configure.ac: Error out if $srcdir isn't '.' but contains
2908 host-${host_noncanonical}.
2909 * configure: Regenerate.
2910
4385ad3c
RW
29112009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2912
16b1ad29
RW
2913 * configure.ac: If bootstrapping a combined tree with
2914 --enable-gold, require c++ in stage1_languages.
2915 * configure: Regenerate.
2916
f8dc745f
RW
2917 * configure.ac: Also add target_libs of stage1_languages to
2918 bootstrap_target_libs.
2919 * configure: Regenerate.
2920
4385ad3c
RW
2921 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2922 with --enable-languages not containing c++.
2923 * configure: Regenerate.
2924
df51e4e1
JZ
29252009-09-16 Jie Zhang <jie.zhang@analog.com>
2926
2927 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2928 * configure: Regenerate.
2929
06a51eac
RW
29302009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2931
2932 * configure.ac: Do not use $extrasub for replacing @if/@endif
2933 parts in Makefile; instead, use additional arguments to
2934 AC_CONFIG_COMMANDS to do the replacement manually, with several
2935 sed invocations, to avoid HP-UX sed command limits.
2936 * configure: Regenerate.
2937
96655cc4
AO
29382009-09-04 Alexandre Oliva <aoliva@redhat.com>
2939
2940 * configure.ac (with-build-config): Document. Handle without.
2941 Handle missing argument.
2942 * configure: Rebuilt.
2943
29442009-09-03 Alexandre Oliva <aoliva@redhat.com>
2945
2946 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2947 Default to bootstrap-debug only if compare-debug works.
2948 * configure: Rebuilt.
2949 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2950 * Makefile.in: Rebuilt.
2951
29522009-09-01 Alexandre Oliva <aoliva@redhat.com>
2953
2954 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2955 * Makefile.in: Rebuilt.
2956
8e957354
PB
29572009-09-02 Paolo Bonzini <bonzini@gnu.org>
2958
2959 * Makefile.tpl (AWK): Fix typo.
2960 * Makefile.in: Regenerate.
2961
29622009-09-02 Paolo Bonzini <bonzini@gnu.org>
2963
2964 * configure.ac: Detect awk and sed.
2965 * Makefile.def (flags_to_pass): Add AWK and SED.
2966 * Makefile.tpl (AWK, SED): New.
2967 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2968 * configure: Regenerate.
2969 * Makefile.in: Regenerate.
2970
fb792462
TG
29712009-09-01 Tristan Gingold <gingold@adacore.com>
2972
2973 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2974 Remove logical names.
2975
a69e7d0a
DK
29762009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2977
2978 * ltmain.sh (func_normal_abspath): New function.
2979 (func_relative_path): Likewise.
2980 (func_mode_help): Document new -bindir option for link mode.
2981 (func_mode_link): Add new -bindir option, and use it to place
2982 output DLL if specified.
2983
d444d2ba
RW
29842009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2985
2986 * configure.ac (AC_PREREQ): Bump to 2.64.
2987
13b7343a
RW
29882009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2989
af542c2e
RW
2990 * README-maintainer-mode: Point directly to upstream locations
2991 for autoconf, automake, libtool, gettext, instead of copies on
2992 sources.redhat.com. Document required versions.
2993 * configure.ac: Do not substitute datarootdir, htmldir,
2994 pdfdir, docdir. Do not process --with-datarootdir,
2995 --with-htmldir, --with-pdfdir, --with-docdir.
2996 * configure: Regenerate.
2997
81ecdfbb
RW
2998 * configure: Regenerate.
2999
13b7343a
RW
3000 * compile: Sync from Automake 1.11.
3001 * depcomp: Likewise.
3002 * install-sh: Likewise.
3003 * missing: Likewise.
3004 * mkinstalldirs: Likewise.
3005 * ylwrap: Likewise.
3006
c1102ce7
RW
30072009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3008
34a0f3cf
RW
3009 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3010 (baseargs): Add --disable-option-checking.
3011 * configure: Regenerate.
3012
c1102ce7
RW
3013 * Makefile.def (configure-target-libiberty): Depend on
3014 all-binutils and all-ld.
3015 (configure-target-newlib): Likewise.
3016 * Makefile.in: Regenerate.
3017
e8a5fa9c
RW
30182009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3019
3020 Sync with GCC, merge:
3021
3022 2009-07-31 Christian Bruel <christian.bruel@st.com>
3023
3024 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3025 * configure: Regenerate.
3026
3027 2009-07-06 Ian Lance Taylor <iant@google.com>
3028
3029 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3030 * configure: Rebuild.
3031
3032 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3033
3034 PR bootstrap/40338
3035 * configure.ac (comparestring): Create new variable.
3036 * Makefile.tpl (comparestring): Use to skip some comparisions.
3037 * configure: Regenerate.
3038 * Makefile.in: Regenerate.
3039
3040 2009-06-23 Ian Lance Taylor <iant@google.com>
3041
3042 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3043 boot_languages. Only bootstrap target libraries listed in
3044 target_libs for some boot language. Add --with-stage1-ldflags,
3045 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3046 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3047 if not building with C++.
3048 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3049 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3050 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3051 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3052 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3053 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3054 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3055 * configure, Makefile.in: Rebuild.
3056
3057 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3058
3059 * configure.ac: Detect MPC in default directory.
3060 * configure: Regenerate.
3061
3062 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3063
3064 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3065 to noconfdirs.
3066 * configure: Regenerate.
3067
3068 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3069
3070 * Makefile.def: Add MPC support and dependencies.
3071 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3072
3073 * Makefile.in, configure: Regenerate.
3074
3075 2009-05-24 Nicolas Roche <roche@adacore.com>
3076
3077 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3078 * Makefile.in: Regenerate.
3079
3080 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3081
3082 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3083 * configure: Regenerate.
3084
3085 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3086
3087 * configure.ac ($with_ppl): Default to no if not supplied.
3088 ($with_cloog): Likewise.
3089 configure: Regenerate.
3090
3091 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3092
3093 PR bootstrap/39739
3094 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3095 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3096
3097 * configure, Makefile.in: Regenerate.
3098
3099 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3100
3101 * configure.ac: Change copyright header to refer to version
3102 3 of the GNU General Public License and to point readers at the
3103 COPYING3 file and the FSF's license web page.
3104 * Makefile.def: Likewise.
3105 * Makefile.tpl: Likewise.
3106 * Makefile.in: Regenerate.
3107
3108 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3109
3110 * configure.ac: Restore match for darwin9 or later. Use double
3111 brackets since regeneration eats one pair.
3112 * configure: Regenerate.
3113
bf110216
CF
31142009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3115
3116 * MAINTAINERS: Perform some obvious fixups.
3117
2262bbf4
BE
31182009-08-17 Ben Elliston <bje@au.ibm.com>
3119
3120 * config.sub, config.guess: Update from upstream sources.
3121
25a07265
NC
31222009-08-06 Michael Eager <eager@eagercon.com>
3123
3124 * configure.ac: Add Microblaze target.
3125 * configure: Regenerate.
3126
85bd1942
TG
31272009-07-02 Tristan Gingold <gingold@adacore.com>
3128
3129 * configure.ac: Do not exclude gas for i386-*-darwin.
3130 Add a case for x86_64-*-darwin.
3131 * configure: Regenerate.
3132
f9806fa5
DE
31332009-06-26 Doug Evans <dje@sebabeach.org>
3134
3135 * Makefile.def (host_modules): Add cgen.
3136 * Makefile.in: Regenerate.
3137 * configure.ac (host_tools): Add cgen.
3138 * configure: Regenerate.
3139
6bfb4e30
JJ
31402009-06-17 Michael Eager <eager@eagercon.com>
3141
3142 * COPYING.LIBGLOSS: Add Xilinx license.
3143
8bcf2718
NC
31442009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3145
3146 * configure.ac: Define is_elf for QNX Neutrino targets.
3147 * configure: Regenerate.
3148
04ec0acb
RW
31492009-06-03 Jerome Guitton <guitton@adacore.com>
3150 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3151
9eb322aa
MF
3152 * Makefile.tpl (all): Avoid a trailing backslash.
3153 * Makefile.in: Regenerate.
04ec0acb 3154
7ee5dbeb
BE
31552009-06-03 Ben Elliston <bje@au.ibm.com>
3156
3157 * config.sub, config.guess: Update from upstream sources.
3158
fda13ee8
AO
31592009-06-02 Alexandre Oliva <aoliva@redhat.com>
3160
3161 * Makefile.tpl ([+compare-target+]): Compare all stage
3162 directories, rather than just gcc.
3163 * Makefile.in: Rebuilt.
3164
4a657b0d
DK
31652009-05-28 Doug Kwan <dougkwan@google.com>
3166
3167 * configure.ac: Support gold for target arm*-*-*.
3168 * configure: Regenerate.
3169
07fc31c9
AO
31702009-05-27 Alexandre Oliva <aoliva@redhat.com>
3171
3172 * Makefile.tpl (all): Avoid harmless warning in make all when
3173 gcc-bootstrap is enabled but stage_last does not exist.
3174 * Makefile.in: Rebuilt.
3175
8a7a39ab
TG
31762009-05-25 Tristan Gingold <gingold@adacore.com>
3177
3178 * setup.com: Complete the file with configuration and build.
3179
b5233201
AO
31802009-05-18 Alexandre Oliva <aoliva@redhat.com>
3181
3182 PR other/40159
3183 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3184 gcc-no-bootstrap are mutually exclusive.
3185 * Makefile.in: Rebuilt.
3186
7b6175f9
AO
31872009-05-18 Alexandre Oliva <aoliva@redhat.com>
3188
3189 PR other/40159
3190 * Makefile.tpl (all): Don't end with unconditional success.
3191 * Makefile.in: Rebuilt.
3192
1b05fbbd
AO
31932009-05-12 Alexandre Oliva <aoliva@redhat.com>
3194
3195 PR target/37137
3196 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3197 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3198 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3199 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3200 stage_configureflags, stage_cflags and stage_libcflags into
3201 explicit Makefile macros.
3202 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3203 GFORTRAN.
3204 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3205 CC. Set CC_FOR_BUILD from CC.
3206 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3207 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3208 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3209 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3210 and GFORTRAN.
3211 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3212 (_LIBCFLAGS): Renamed to _TFLAGS.
3213 (do-compare-debug, do-compare3-debug): Drop.
3214 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3215 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3216 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3217 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3218 (XGCC_FLAGS_FOR_TARGET): New.
3219 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3220 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3221 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3222 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3223 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3224 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3225 TFLAGS.
3226 (BUILD_CONFIG): Include if requested.
3227 (all): Set TFLAGS on bootstrap.
3228 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3229 (all-stageid-prefixmodule): Likewise.
3230 (do-clean, distclean-stageid): Set TFLAGS.
3231 (restrap): Fix whitespace.
3232 * Makefile.in: Rebuilt.
3233
dc17c78c
EB
32342009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3235
3236 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3237 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3238 * Makefile.in: Regenerate.
3239
14324cd7
EZ
32402009-04-24 Eli Zaretskii <eliz@gnu.org>
3241
3242 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3243 consistency with config.sub. (Update from upstream sources.)
3244
f8d5f06c
JM
32452009-04-21 Joseph Myers <joseph@codesourcery.com>
3246
3247 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3248
0000e2bf
BE
32492009-04-17 Ben Elliston <bje@au.ibm.com>
3250
3251 * config.sub, config.guess: Update from upstream sources.
3252
20135e4c
NC
32532009-04-15 Anthony Green <green@moxielogic.com>
3254
34adf976 3255 * configure.ac: Add moxie support.
20135e4c
NC
3256 * configure: Rebuilt.
3257
ef699244
L
32582009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3259
3260 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3261 * configure: Regenerate.
3262
10ad8ef3
L
32632009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3264
3265 PR gas/10039
3266 * configure.ac: Require texinfo 4.7.
3267 * configure: Regenerated.
3268
c50523ce
L
32692009-04-09 Steve Ellcey <sje@cup.hp.com>
3270
3271 * Makefil.def (languages): New entries.
3272 * Makefile.tpl (check-gcc-*): New generic target.
3273 * Makefile.in: Regenerate.
3274
47afba5f
EZ
32752009-03-27 Eli Zaretskii <eliz@gnu.org>
3276
3277 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3278 Windows builds of Sed.
3279
dc448a7b
TT
32802009-03-18 Tom Tromey <tromey@redhat.com>
3281
3282 * configure: Rebuild.
3283 * configure.ac (host_libs): Add libiconv.
3284 * Makefile.in: Rebuild.
3285 * Makefile.def (host_modules): Add libiconv.
3286 (configure-gdb, all-gdb): Depend on libiconv.
3287
24741ab2
JB
32882009-03-16 Tristan Gingold <gingold@adacore.com>
3289
3290 * configure.ac: Treat gdb as supported on x86_64-darwin.
3291 * configure: Regenerate.
3292
29383458
JM
32932009-03-16 Joseph Myers <joseph@codesourcery.com>
3294
3295 Merge from GCC:
3296
3297 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3298
3299 * configure.ac (--with-host-libstdcxx): New option.
3300 * configure: Regenerate.
3301
3302 2009-01-29 Robert Millan <rmh@aybabtu.com>
3303
3304 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3305 * configure: Regenerate.
3306
3307 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3308
3309 PR tree-optimization/38515
3310 * configure.ac (cloog-polylib): Removed.
3311 (with_ppl, with_cloog): Test for "no".
3312 * configure: Regenerated.
3313
58e24671
RW
33142009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3315
3316 Backport from git Libtool:
3317
3318 2009-01-19 Robert Millan <rmh@aybabtu.com>
3319 Support GNU/kOpenSolaris.
3320 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3321 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3322 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3323 GNU/kOpenSolaris.
3324
314b2e66
AS
33252009-02-05 Andreas Schwab <schwab@suse.de>
3326
3327 * Makefile.tpl (stage_last): Define $r and $s before using
3328 $(RECURSE_FLAGS_TO_PASS).
3329 * Makefile.in: Regenerate
3330
8b700390
JJ
33312009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3332
3333 * COPYING.NEWLIB: Add ARM license.
3334
66775d67
AM
33352009-01-16 Alan Modra <amodra@bigpond.net.au>
3336
3337 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3338 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3339 * Makefile.in: Regenerate.
3340
19e99079
NC
33412009-01-15 Douglas B Rupp <rupp@gnat.com>
3342
3343 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3344 * configure: Regenerate.
3345
22e8c8e0
RW
33462008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3347
3348 Backport link test fix from upstream Libtool:
3349
3350 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3351 Add cache variables to tests that require the linker to work.
3352 For shlibpath_overrides_runpath, this also changes the semantics
3353 to let the result from the C compiler take precedence.
3354 compiler take precedence.
3355
7d6d7764
BE
33562008-12-02 Ben Elliston <bje@au.ibm.com>
3357
3358 * config.sub, config.guess: Update from upstream sources.
3359
ea8af06e
JJ
33602008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3361
3362 * COPYING.NEWLIB: Updated.
3363 * COPYING.LIBGLOSS: Ditto.
3364
af0771d3
PB
33652008-12-16 Paolo Bonzini <bonzini@gnu.org>
3366
3367 Sync with GCC:
3368
3369 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3370
3371 * configure.ac (ppllibs): Add by default the lib flags.
3372 * configure: Regenerate.
3373
3374 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3375
314b2e66
AS
3376 * configure.ac: Add double brackets on darwin[912].
3377 * configure: Regenerate.
af0771d3
PB
3378
3379 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3380
314b2e66
AS
3381 * configure.ac: Expand to darwin10 and later.
3382 * configure: Regenerate.
af0771d3 3383
f7c83eac
AS
33842008-12-02 Andreas Schwab <schwab@suse.de>
3385
3386 * Makefile.def: configure-target-boehm-gc depends on
3387 all-target-libstdc++-v3.
3388 * Makefile.in: Regenerate.
3389
bc67ad83
BE
33902008-12-02 Ben Elliston <bje@au.ibm.com>
3391
3392 * config.sub, config.guess: Update from upstream sources.
3393
e28c595f
JM
33942008-11-27 Joseph Myers <joseph@codesourcery.com>
3395
3396 Merge from GCC:
3397
3398 2007-12-02 Matthias Klose <doko@ubuntu.com>
3399
3400 * config-ml.in: Remove 64bit configure tests.
3401
3402 2008-05-14 Rafael Espindola <espindola@google.com>
3403
3404 * config-ml.in: don't handle --enable-shared and --enable-static.
3405
3406 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3407 Tobias Grosser <grosser@fim.uni-passau.de>
3408 Jan Sjodin <jan.sjodin@amd.com>
3409 Harsha Jagasia <harsha.jagasia@amd.com>
3410 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3411 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3412 Adrien Eliche <aeliche@isty.uvsq.fr>
3413
3414 Merge from graphite branch.
3415 * configure: Regenerate.
3416 * Makefile.in: Regenerate.
3417 * configure.ac (host_libs): Add ppl and cloog.
3418 Add checks for PPL and CLooG.
3419 * Makefile.def (ppl, cloog): Added modules and dependences.
3420 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3421 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3422
3423 2008-09-03 Richard Guenther <rguenther@suse.de>
3424
3425 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3426 cloog test.
3427 * configure: Re-generate.
3428
3429 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3430
3431 * configure.ac (--with-cloog-polylib): New.
3432 (--disable-cloog-version-check): New.
3433 (--disable-ppl-version-check): New.
3434 * configure: Re-generate.
3435
3436 2008-09-05 Richard Guenther <rguenther@suse.de>
3437
3438 * configure.ac: Initialize clooglibs to -lcloog.
3439 * configure: Re-generate.
3440
3441 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3442
3443 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3444 recommended version to 2.3.2.
3445
3446 * configure: Regenerate.
3447
3448 2008-10-31 Ben Elliston <bje@au.ibm.com>
3449
3450 * configure.ac (spu-*-*): Remove special case.
3451 * configure: Regenerate.
3452
3453 Complete comment text from GCC version of:
3454
3455 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3456
3457 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3458 (GCC_SHLIB_SUBDIR): New.
3459 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3460 * configure: Regenerate.
3461 * Makefile.in: Regenerate.
3462
652dec25
TG
34632008-11-27 Tristan Gingold <gingold@adacore.com>
3464
3465 * configure.ac: Build gdb for i?86-*-darwin*
3466 * configure: Regenerated.
3467
7582fb4a
DJ
34682008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3469
3470 PR bootstrap/38014
3471 PR bootstrap/37923
3472
3473 Revert:
3474
3475 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3476
3477 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3478 * Makefile.in: Regenerated.
3479
3480 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3481
3482 PR gdb/921
3483 PR gdb/1646
3484 PR gdb/2175
3485 PR gdb/2176
3486
3487 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3488 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3489 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3490 (HOST_EXPORTS): Pass CPPFLAGS.
3491 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3492 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3493 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3494 * Makefile.in, configure: Regenerated.
3495 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3496 and CPPFLAGS_FOR_BUILD.
3497
faee1be2
UW
34982008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3499
3500 * configure.ac [spu-*-*]: Do not set skipdirs.
3501 * configure: Re-generate.
3502
b7c2dce4
DJ
35032008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3506 * Makefile.in: Regenerated.
3507
bb52de30
DJ
35082008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3509
3510 PR gdb/921
3511 PR gdb/1646
3512 PR gdb/2175
3513 PR gdb/2176
3514
3515 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3516 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3517 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3518 (HOST_EXPORTS): Pass CPPFLAGS.
3519 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3520 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3521 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3522 * Makefile.in, configure: Regenerated.
3523 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3524 and CPPFLAGS_FOR_BUILD.
3525
b25062ae
SE
35262008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3527
3528 * libtool.m4: Update to libtool 2.2.6.
3529 * lt~obsolete.m4: Update to libtool 2.2.6.
3530 * ltmain.sh: Update to libtool 2.2.6.
3531 * ltsugar.m4: Update to libtool 2.2.6.
3532 * ltversion.m4: Update to libtool 2.2.6.
3533 * ltoptions.m4: Update to libtool 2.2.6.
3534 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3535
3bbd2f8f
AL
35362008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3537
3538 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3539 (GCC_SHLIB_SUBDIR): New.
3540 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3541 * configure: Regenerate.
3542 * Makefile.in: Regenerate.
3543
b29d32ce
TG
35442008-08-28 Tristan Gingold <gingold@adacore.com>
3545
3546 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3547 Enable bfd, binutils and opcodes.
3548 * configure: Regenerate.
3549
c325a203
DD
35502008-08-16 Nicolas Roche <roche@adacore.com>
3551
3552 * Makefile.tpl: Add BOOT_ADAFLAGS.
3553 * Makefile.in: Regenerate.
3554
e7c8859c
RS
35552008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3556
3557 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3558 * configure: Regenerate.
3559
da888c87
PB
35602008-07-30 Paolo Bonzini <bonzini@gnu.org>
3561
3562 Sync with gcc:
3563 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3564
f7c83eac
AS
3565 * configure.ac: Add makefile fragments for hpux.
3566 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3567 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3568 * configure: Regenerate.
3569 * Makefile.in: Regenerate.
da888c87
PB
3570
3571 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3572
f7c83eac
AS
3573 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3574 * Makefile.in: Regenerate.
3575 * configure: Regenerate.
da888c87 3576
944982cf
ILT
35772008-06-18 Ian Lance Taylor <iant@google.com>
3578
662c6704
ILT
3579 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3580
944982cf
ILT
3581 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3582
7a283e07
RW
35832008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3584
3585 * configure: Regenerate.
3586
5b553f7e
RW
35872008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3588
3589 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3590 "$@" is still intact with both Autoconf 2.59 and 2.62.
3591 * configure: Regenerate.
3592
675492f0
RW
35932008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 * Makefile.tpl: Fix comment errors.
3596 * Makefile.in: Regenerate.
3597
b018a5d1
JB
35982008-06-13 Julian Brown <julian@codesourcery.com>
3599
3600 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3601 of libobjc for ARM EABI Linux.
3602 * configure: Regenerate.
3603
310213e8
DE
36042008-06-12 David S. Miller <davem@davemloft.net>
3605 David Edelsohn <edelsohn@gnu.org>
3606
3607 * configure.ac: Add powerpc*-*-* to gold supported targets.
3608 * configure: Regenerate.
3609
6641ce42
JM
36102008-06-08 Joseph Myers <joseph@codesourcery.com>
3611
3612 PR tree-optimization/36218
3613 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3614 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3615 (all prefix="build-"): Pass them to build-system sub-makes.
3616 * Makefile.in: Regenerate.
3617
03c2f9e6
DJ
36182008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3619
3620 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3621 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3622 mkdep, and compile. Update comments.
3623 (ETC_SUPPORT): Add ChangeLog and update comments.
3624
4538db8b
ILT
36252008-05-11 Ian Lance Taylor <iant@google.com>
3626
3627 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3628
266df637
PB
36292008-04-18 Paolo Bonzini <bonzini@gnu.org>
3630
3631 Sync with gcc:
3632 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3633
3634 PR bootstrap/35457
3635 * configure.ac: Include override.m4.
3636 * configure: Regenerate.
3637
3638 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3639
f7c83eac
AS
3640 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3641 * Makefile.in: Regenerate.
266df637
PB
3642
3643 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3644
f7c83eac
AS
3645 * configure.ac: Do not build libssp for the AVR.
3646 * configure: Regenerate.
266df637 3647
a86a761e
NC
36482008-04-18 Nick Clifton <nickc@redhat.com>
3649
3650 * MAINTAINERS: Replace reference to configure.in with reference to
3651 configure.ac.
3652
52310858
NC
36532008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3654
f7c83eac 3655 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3656 as nonconfigurable directories list.
f7c83eac 3657 * configure: Regenerate.
52310858 3658
f5314dd5
DM
36592008-04-14 David S. Miller <davem@davemloft.net>
3660
3661 * configure.ac: Add sparc*-*-* to gold supported targets.
3662 * configure: Regenerate.
3663
e2208220
BE
36642008-04-14 Ben Elliston <bje@au.ibm.com>
3665
3666 * config.sub, config.guess: Update from upstream sources.
3667
0bb6ea20
HPN
36682008-04-12 Hans-Peter Nilsson <hp@axis.com>
3669
3670 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3671 * Makefile.in: Regenerate.
3672
e5164e97
ILT
36732008-04-07 Ian Lance Taylor <iant@google.com>
3674
3675 * Makefile.def: check-gold depends upon all-binutils.
3676 * Makefile.in: Regenerate.
3677
e33b51a6
NC
36782008-04-04 Nick Clifton <nickc@redhat.com>
3679
3680 PR binutils/4334
3681 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3682 builds.
3683 * configure: Regenerate.
3684
fc5df3ab
NC
36852008-04-04 NightStrike <NightStrike@gmail.com>
3686
3687 PR other/35151
f7c83eac
AS
3688 * configure.ac: Combine rules for mingw32 and mingw64.
3689 * configure: Regenerate.
fc5df3ab 3690
c779bab8
PB
36912008-03-27 Paolo Bonzini <bonzini@gnu.org>
3692
3693 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3694 * Makefile.in: Regenerate.
3695
93f9b408
ILT
36962008-03-20 Ian Lance Taylor <iant@google.com>
3697
3698 * configure.ac: Add support for --enable-gold.
3699 * Makefile.def: Add gold as a directory like ld.
3700 * configure, Makefile.in: Regenerate.
3701
5746fb46
AK
37022008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3703
3704 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3705 (s390_cond_extensions): Reduced extensions to the compare related.
3706 (main): z10 cpu type option added.
3707 (expandConditionalJump): Renamed to ...
3708 (insertExpandedMnemonic): ... this.
3709
3710 * opcodes/s390-opc.c: Re-group the operand format makros.
3711 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3712 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3713 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3714 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3715 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3716 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3717 INSTR_SIL_RDU): New instruction formats added.
3718 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3719 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3720 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3721 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3722 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3723 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3724 masks added.
3725 (s390_opformats): New formats added "ris", "rrs", "sil".
3726 * opcodes/s390-opc.txt: Add the conditional jumps with the
3727 extensions removed from automatic expansion in s390-mkopc.c manually.
3728 (asi - trtre): Add new System z10 EC instructions.
3729 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3730
58c85be7
RW
37312008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3732
3733 * configure.ac: m4_include config/proginstall.m4.
3734 * configure: Regenerate.
3735
78124051
RW
37362008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3737
3738 Backport from upstream Libtool:
f7c83eac 3739
78124051 3740 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3741
78124051
RW
3742 Deal with Autoconf 2.62's semantic change in m4_append.
3743 * ltsugar.m4 (lt_append): Replace broken versions of
3744 m4_append.
3745 (lt_if_append_uniq): Don't require separator to be overquoted,
3746 and avoid broken m4_append.
3747 (lt_dict_add): Fix typo.
3748 * libtool.m4 (_LT_DECL): Don't overquote separator.
3749
018f1bea
DE
37502008-03-13 David Edelsohn <edelsohn@gnu.org>
3751
3752 * config.rpath: Add AIX 6 support.
3753
5c5f596d
PB
37542008-03-13 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * Makefile.def (stageprofile). Remove -fprofile-generate
3757 from stage_libcflags.
3758 * Makefile.in: Regenerate.
3759
a1f93a5e
BE
37602008-03-13 Ben Elliston <bje@au.ibm.com>
3761
3762 * config.sub, config.guess: Update from upstream sources.
3763
98c3d905
AK
37642008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3765
3766 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3767 * s390-opc.txt (cmpsc): Duplicate entry removed.
3768 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3769 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3770 fier, cu42, cu41): Fix operand format.
3771
7f6ef0c0
PB
37722008-02-20 Paolo Bonzini <bonzini@gnu.org>
3773
f7c83eac
AS
3774 PR bootstrap/32009
3775 PR bootstrap/32161
3776
3777 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3778 * configure: Regenerate.
3779
3780 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3781 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3782 STAGE4_LIBCFLAGS): New.
3783 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3784 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3785 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3786 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3787 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3788 for target modules. Don't export LIBCFLAGS.
3789 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3790 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3791 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3792 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3793 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3794 * Makefile.in: Regenerate.
7f6ef0c0 3795
eaf19029
PB
37962008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3797
3798 PR libgcj/33085
3799 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3800 Do not use -DDLL_EXPORT. Backport from upstream.
3801
680c43e9
NC
38022008-02-14 Nick Clifton <nickc@redhat.com>
3803
3804 Import this patch from gcc:
3805 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3806
3807 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3808
c72b1d96
HPN
38092008-02-02 Hans-Peter Nilsson <hp@axis.com>
3810
3811 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3812 * configure: Regenerate.
3813
8b66833e
BW
38142008-01-31 Marc Gauthier <marc@tensilica.com>
3815
3816 * configure.ac (xtensa*-*-*): Recognize processor variants.
3817 * configure: Regenerate.
3818
9cc8ae67
PB
38192008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3820
f7c83eac
AS
3821 PR bootstrap/34922
3822 * configure.ac (PARSE_ARGS): Push suitable setting of
3823 ac_subdirs_all, for `./configure --help=recursive'.
3824 Handle `+' in generic toplevel directory disabling.
3825 * configure: Regenerate.
9cc8ae67 3826
19090595
BE
38272008-01-23 Ben Elliston <bje@au.ibm.com>
3828
3829 * config.sub, config.guess: Update from upstream sources.
3830
9f1e7fd3
BE
38312008-01-08 Ben Elliston <bje@au.ibm.com>
3832
3833 * config.sub, config.guess: Update from upstream sources.
3834
2f959d61
JJ
38352007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3836
3837 * COPYING.LIBGLOSS: Update default copyright.
3838
aa054b85
JJ
38392007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3840
3841 * COPYING.NEWLIB: Update default copyright.
3842
57c53b2b
RS
38432007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3844
3845 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3846 Change recommended MPFR from 2.2.1 > 2.3.0.
3847 * configure: Regenerate.
3848
fee14b60
RS
38492007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3850
3851 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3852 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3853 * Makefile.in: Regenerate.
3854
c9b68031
DD
38552007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3856
3857 * configure.ac: Enable libjava for x86_64-*-darwin9.
3858 * configure: Regenerate.
3859
ad25e7d5
BE
38602007-12-05 Ben Elliston <bje@au.ibm.com>
3861
3862 * config.sub, config.guess: Update from upstream sources.
3863
6ac84f65
PB
38642007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3865
f7c83eac
AS
3866 * config-ml.in: Robustify against white space in absolute file
3867 names.
6ac84f65 3868
f7c83eac
AS
3869 * config-ml.in (multi-clean): Substitute ${Makefile}.
3870 Remove superfluous ${Makefile} in list.
6ac84f65 3871
7b3200f9
DJ
38722007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3873
3874 * Makefile.def (dependencies): Make configure-gdb depend on
3875 all-intl.
3876 * Makefile.in: Regenerated.
3877
2c133ff9
JJ
38782007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3879
3880 * Makefile.def: To avoid problems running with parallel makes,
3881 build newlib before libgloss so that target specific header
3882 files are availble.
3883 * Makefile.in: Regenerate.
3884
5074315a
DJ
38852007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3888 * Makefile.in: Regenerate.
3889
f5bc1778
DJ
38902007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3893 * libdecnumber: New directory, imported from GCC.
3894
c66487f8
NC
38952007-10-08 Mike Frysinger <vapier@gentoo.org>
3896
3897 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3898 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3899 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3900 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3901 * configure: Regenerate.
3902
b5714970
PB
39032007-10-01 Paolo Bonzini <bonzini@gnu.org>
3904
3905 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3906 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3907 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3908 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3909 * configure.ac: Default them to host tools for $host = $build.
3910 Subst them.
3911
3912 * configure: Regenerate.
3913 * Makefile.in: Regenerate.
3914
f3b1e08e
RS
39152007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3916
3917 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3918 * configure: Regenerate.
3919
cff87f51
DD
39202007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3921
3922 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3923 libstdc++.
3924 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3925 * configure: Regenerate.
3926 * Makefile.in: Regenerate.
f7c83eac 3927
625a61cd
AS
39282007-09-17 Andreas Schwab <schwab@suse.de>
3929
3930 * configure.ac: Raise minimum makeinfo version to 4.6.
3931 * configure: Regenerate.
3932
83a3a68b
AM
39332007-09-15 Alan Modra <amodra@bigpond.net.au>
3934
3935 * configure.ac: Correct makeinfo version check.
3936 * configure: Regenerate.
3937
5bd8be13
RS
39382007-09-14 Richard Sandiford <richard@codesourcery.com>
3939
3940 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3941 to $skipdirs and only disable gprof for newlib. Use the normal
3942 mips*-elf* handling in other respects.
3943 * configure: Regnerate.
3944
5566c1fa
DD
39452007-09-12 David Daney <ddaney@avtrex.com>
3946
3947 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3948 enabling libgcj.
3949 * configure: Regenerate.
3950
39512007-09-12 Richard Guenther <rguenther@suse.de>
3952
3953 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3954 nor --disable-checking is provided also turn on yes and types
3955 checking for stage1.
3956 * configure: Re-generate.
3957
a18e2996 39582007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3959
3960 PR target/33281
3961 * configure.ac: Use config/mh-mingw on mingw.
3962 * configure: Regenerate.
84e7906e 3963
691bb5a1
DD
39642007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3965
3966 PR other/32154
3967 * configure.ac: For libgloss targets, point the linker to the linker
3968 script, startup code and simulator library.
3969 * configure: Regenerate.
3970
6d18b86b
AH
39712007-09-09 Andrew Haley <aph@redhat.com>
3972
3973 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3974 target-libjava.
6d18b86b 3975
f00a3165 39762007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3977
f00a3165 3978 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3979
2abc4e65
BE
39802007-08-21 Richard Guenther <rguenther@suse.de>
3981
3982 * configure.ac: Add types checking to stage1 checking flags.
3983 * configure: Regenerate.
3984
8a6ee3ab 39852007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3986 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3987
3988 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3989 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3990 * Makefile.in: Regenerate.
3991 * configure.ac (--with-debug-prefix-map): New.
3992 * configure: Regenerate.
3993
429acdec
RS
39942007-08-17 Richard Sandiford <richard@codesourcery.com>
3995 Nigel Stephens <nigel@mips.com>
3996
429acdec
RS
3997 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3998 as target_makefile_frag.
3999 * configure: Regenerate.
4000
8520c408
AO
40012007-08-16 Alexandre Oliva <aoliva@redhat.com>
4002
4003 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4004 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4005 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4006 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4007 (do-compare, do-compare3, do-compare-debug): New.
4008 ([+compare-target+]): Use them.
4009
40102007-08-16 Alexandre Oliva <aoliva@redhat.com>
4011
4012 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4013 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4014 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4015 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4016 (do-compare, do-compare3, do-compare-debug): New.
4017 ([+compare-target+]): Use them.
4018
2444379b
BE
40192007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4020 Ben Elliston <bje@au.ibm.com>
4021
4022 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4023 --silent if $silent.
4024 * configure: Regenerate.
4025
d6f99447
DJ
40262007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4027
4028 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4029
bd0aa315
NC
40302007-07-17 Nick Clifton <nickc@redhat.com>
4031
4032 * COPYING3: New file. Contains version 3 of the GNU General
4033 Public License.
4034 * COPYING3.LIB: New file. Contains version 3 of the GNU
4035 Lesser General Public License.
4036
0ebe98fb
BS
40372007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4038
4039 * configure.ac: Fix my previous change to really match GCC.
4040 * configure: Regenerate.
4041
521ec477
DD
40422007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4043
4044 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4045 * configure: Regenerate.
4046
40472007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4048
4049 * configure.ac: Add some missing m4 quotation.
4050 * configure: Regenerate.
4051
0c24b341
NC
40522007-07-09 Kai Tietz <kai.tietz@onevision.com>
4053
f7c83eac
AS
4054 * Makefile.def: Add windmc tool to build.
4055 * Makefile.tpl: Likewise.
4056 * configure.ac: Likewise.
4057 * Makefile.in: Regenerate.
4058 * configure: Regenerate.
0c24b341 4059
a09314d0
L
40602007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4061
4062 * lt~obsolete.m4: New. Import from 20070318 libtool.
4063
7c3e1d12
BS
40642007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4065
4066 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4067 uclinux and linux-uclibc targets.
4068 * configure: Regenerate.
4069
a5b3b4dd
DD
40702007-06-28 DJ Delorie <dj@redhat.com>
4071
4072 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4073 not building newlib.
4074 * configure: Regenerated.
f7c83eac 4075
184d813c
DJ
40762007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4077
4078 * src-release (DEVO_SUPPORT): Correct typos.
4079
31d99776
DJ
40802007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4081
4082 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4083 * Makefile.in: Regenerated.
4084
e00a73e3
PB
40852007-06-14 Paolo Bonzini <bonzini@gnu.org>
4086
f7c83eac
AS
4087 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4088 (distclean-stage[+id+]): Possibly delete stage_last.
4089 * Makefile.in: Regenerate.
e00a73e3 4090
98a1bbc5
BE
40912007-06-07 Ben Elliston <bje@au.ibm.com>
4092
4093 * config.sub, config.guess: Update from upstream sources.
4094
973601e1
BE
40952007-06-07 Ben Elliston <bje@au.ibm.com>
4096
4097 * Makefile.tpl: Fix spelling error.
4098 * Makefile.in: Regenerate.
4099
2038f525
PB
41002007-06-04 Paolo Bonzini <bonzini@gnu.org>
4101
4102 Sync with gcc:
4103 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4104
f7c83eac
AS
4105 PR bootstrap/29382
4106 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4107 * configure: Rebuilt.
2038f525 4108
f7c5c4b5
PB
41092007-06-01 Steve Ellcey <sje@cup.hp.com>
4110
12a64d4f
L
4111 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4112 lt_cv_sys_max_cmd_len.
f7c5c4b5 4113
7ad9660b
PB
41142007-05-31 Paolo Bonzini <bonzini@gnu.org>
4115
4116 * ltgcc.m4: Update from GCC.
4117
0e7ef45c
EC
41182007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4119
12a64d4f 4120 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4121
37ad9514
SE
41222007-05-24 Steve Ellcey <sje@cup.hp.com>
4123
4124 * ltmain.sh: Update from GCC.
4125 * libtool.m4: Update from GCC.
4126 * ltsugar.m4: New. Update from GCC.
4127 * ltversion.m4: New. Update from GCC.
4128 * ltoptions.m4: New. Update from GCC.
4129 * ltconfig: Remove.
4130 * ltcf-c.sh: Remove.
4131 * ltcf-cxx.sh: Remove.
4132 * ltcf-gcj.sh: Remove.
4133 * src-release: Update with new libtool file list.
4134
8ee82aff
PB
41352007-05-16 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4138 stage_cflags.
4139 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4140 Remove CFLAGS/LIBCFLAGS.
4141 (configure-stage[+id+]-[+prefix+][+module+],
4142 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4143 * Makefile.in: Regenerate.
4144
149cb58d
SE
41452007-04-14 Steve Ellcey <sje@cup.hp.com>
4146
4147 * config-ml.in: Update from GCC.
4148
91506736
DJ
41492007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4150
4151 * src-release (do-proto-toplev): Process the support directories before
4152 the tool directory.
4153
ffa8bd48
RS
41542007-03-21 Richard Sandiford <richard@codesourcery.com>
4155
4156 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4157 of glob. Quote arguments with single quotes too.
4158 * configure: Regenerate.
4159
a4fd3374
DD
41602007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4161
4162 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4163 * Makefile.in: Regenerate
4164
b8025f34
AS
41652007-03-07 Andreas Schwab <schwab@suse.de>
4166
4167 * configure: Regenerate.
4168
a3ca38d2
DD
41692007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4170
4171 * configure.ac: Add "--with-pdfdir" configure option,
4172 which defines pdfdir variable.
4173 * Makefile.def (target=fixincludes): Add install-pdf to
4174 missing targets.
4175 (recursive_targets): Add install-pdf target.
4176 (flags_to_pass): Add pdfdir.
4177 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4178 target.
4179 * configure: Regenerate
4180 * Makefile.in: Regenerate
4181
41822007-02-28 Eric Christopher <echristo@apple.com>
4183
4184 Revert:
4185 2006-12-07 Mike Stump <mrs@apple.com>
4186
4187 * Makefile.def (dependencies): Add dependency for
4188 install-target-libssp and install-target-libgomp on
4189 install-gcc.
4190 * Makefile.in: Regenerate.
4191
41922007-02-27 Matt Kraai <kraai@ftbfs.org>
4193
4194 * configure: Regenerate.
4195 * configure.ac: Move statements after variable declarations.
4196
a4708fba
JM
41972007-02-19 Joseph Myers <joseph@codesourcery.com>
4198
4199 * configure.ac: Adjust for loop syntax.
4200 * configure: Regenerate.
4201
9a819804
AO
42022007-02-18 Alexandre Oliva <aoliva@redhat.com>
4203
4204 * configure: Rebuilt.
4205
81ec575a
AO
42062007-02-18 Alexandre Oliva <aoliva@redhat.com>
4207
4208 * configure.ac: Drop multiple occurrences of --enable-languages,
4209 and fix its quoting.
4210 * configure: Rebuilt.
4211
92f01d61 42122007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4213 Nathan Sidwell <nathan@codesourcery.com>
4214 Vladimir Prus <vladimir@codesourcery.com
4215 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4216
4217 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4218 * configure: Regenerate.
4219
b1299c4e
DJ
42202007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * configure.ac (target_libraries): Move libgcc before libiberty.
4223 * configure: Regenerated.
4224
18f6b6ee
PB
42252007-02-13 Paolo Bonzini <bonzini@gnu.org>
4226
4227 * configure: Regenerate again?
4228
9c4e9f27
PB
42292007-02-13 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * configure: Reapply PR30748 fix which was lost in the previous commit.
4232
24ff9987
DJ
42332007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4234 Paolo Bonzini <bonzini@gnu.org>
4235
4236 PR bootstrap/30753
4237 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4238 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4239 * configure: Regenerated.
4240
7df2cd5d
PB
42412007-02-10 Paolo Bonzini <bonzini@gnu.org>
4242
4243 * configure: Regenerate.
4244
b0aaa663
DJ
42452007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4246
4247 PR bootstrap/30748
4248 * configure.ac: Correct syntax for Solaris ksh.
4249 * configure: Regenerated.
4250
a0323144
PB
42512007-02-09 Paolo Bonzini <bonzini@gnu.org>
4252
4253 * Makefile.def: Sync with GCC.
4254 * Makefile.tpl: Sync with GCC.
4255 * Makefile.in: Regenerate.
4256 * configure: Regenerate.
4257
c6b750e1
DJ
42582007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4259
4260 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4261 noncanonical equivalents.
4262 * configure.in: Rename to...
4263 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4264 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4265 target_noncanonical. Use them. Rewrite removal of configure
4266 arguments for autoconf 2.59. Discard variable settings. Force
4267 program_transform_name for native tools.
4268
4269 * Makefile.in: Regenerated.
4270 * configure: Regenerated with autoconf 2.59.
4271
4272 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4273
f3cd89f4
JJ
42742007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4275
4276 * COPYING.LIBGLOSS: Reformat default Red Hat
4277 license to fit within 80 columns.
4278 * COPYING.NEWLIB: Ditto.
4279
4e206d7e
DB
42802007-02-05 Dave Brolley <brolley@redhat.com>
4281
4282 * Contribute the following changes:
4283 2006-11-28 DJ Delorie <dj@redhat.com>
4284
4285 * configure.in: Fix typo for mep's target_makefile_frag.
4286 * configure: Regenerated.
4287
4288 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4289
4290 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4291 * configure: Regenerate.
4292
4293 2001-09-19 DJ Delorie <dj@redhat.com>
4294
4295 * configure.in (target_makefile_frag): use mt-mep
4296
4297 2001-06-12 Don Howard <dhoward@redhat.com>
4298
4299 * configure.in: Remove gdb from MeP skip list.
4300
4301 2001-04-05 DJ Delorie <dj@redhat.com>
4302
4303 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4304
4305 2001-03-20 Ben Elliston <bje@redhat.com>
4306
4307 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4308
4309 2001-03-19 Ben Elliston <bje@redhat.com>
4310
4311 * config.sub (mep, mep-*): Add.
4312
b2edfdd2
AS
43132007-01-31 Andreas Schwab <schwab@suse.de>
4314
4315 * Makefile.tpl (LDFLAGS): Substitute it.
4316 * Makefile.in: Regenerate.
4317
ceb92e78
PB
43182007-01-11 Paolo Bonzini <bonzini@gnu.org>
4319
4320 * configure.in: Change == to = in test command.
f7c83eac 4321 * configure: Regenerate.
ceb92e78 4322
4b900473 43232007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4324 Nick Clifton <nickc@redhat.com>
4325 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4326
4327 * configure.in (build_configargs, host_configargs, target_configargs):
4328 Remove build/host/target parameters.
4329 (host_libs): Add gmp and mpfr.
4330 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4331 * Makefile.def (gmp, mpfr): New.
4332 (gcc): Remove target.
4333 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4334 target_os, target_vendor): New.
4335 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4336 * configure: Regenerate.
4337 * Makefile.in: Regenerate.
4b900473
PB
4338
43392007-01-11 Matt Fago <fago@earthlink.net>
4340
4341 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4342 to improve robustness of configure tests.
4b900473
PB
4343 * configure: Regenerate.
4344
80f6dcbc
NC
43452007-01-08 Kai Tietz <kai.tietz@onevision.com>
4346
4347 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4348 * configure: Regenerate.
80f6dcbc 4349
f86e35b8
NC
43502007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * Makefile.tpl (all-target): Correct @if conditional for target
4353 modules.
4354 * configure.in: Omit libiberty if building only target libgcc.
4355 * configure, Makefile.in: Regenerated.
4356
79fcd0ec
PB
43572007-01-04 Paolo Bonzini <bonzini@gnu.org>
4358
4359 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4360 * configure: Regenerate.
4361
6aa8ef82
DJ
43622007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4363
4364 * Makefile.def (target_modules): Add libgcc.
4365 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4366 * Makefile.tpl (clean-target-libgcc): Delete.
4367 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4368 on gcc even for bootstrapped modules. Rewrite handling of
4369 lang_env_dependencies to loop over target_modules.
4370 * configure.in (target_libraries): Add target-libgcc.
4371 * Makefile.in, configure: Regenerated.
4372
9b134994
PB
43732006-12-29 Paolo Bonzini <bonzini@gnu.org>
4374
4375 Sync with gcc:
4376 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4377
f7c83eac
AS
4378 * configure.in: Reorganize recognition of languages. Add
4379 --enable-stage1-languages. Show supported languages for the chosen
4380 target rather than all recognized languages.
4381 * configure: Regenerate.
9b134994
PB
4382
4383 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4384
f7c83eac
AS
4385 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4386 * Makefile.in: Regenerate.
9b134994
PB
4387
4388 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4389
f7c83eac
AS
4390 * configure.in: Warn that MPFR 2.2.0 is buggy.
4391 * configure: Regenerate.
9b134994 4392
8cf39b1b
ILT
43932006-12-27 Ian Lance Taylor <iant@google.com>
4394
4395 * configure.in: When removing Makefiles to force a reconfigure, also
4396 remove prev-DIR*/Makefile.
4397 * configure: Regenerate.
4398
ebff6cd5
KH
43992006-12-23 Kazu Hirata <kazu@codesourcery.com>
4400
4401 * config.bfd: Recognize fido.
4402
8a0d8a5c
PB
44032006-12-19 Paolo Bonzini <bonzini@gnu.org>
4404
4405 Sync with gcc:
4406
4407 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4408
4409 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4410 it only affects bootstrap and could be tested on "$host" as well.
4411 * configure: Regenerate.
4412 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4413
4414 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4415
4416 PR bootstrap/29544
4417 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4418 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4419 move here comment from Makefile.tpl.
4420 * Makefile.tpl: Move some definitions higher in the file.
4421 (STAGE1_CHECKING): New.
4422 * configure.in: Add --enable-stage1-checking.
4423 * configure: Regenerate.
4424 * Makefile.in: Regenerate.
4425
4426 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4427
4428 * configure.in: Update error message for missing GMP/MPFR.
4429
4430 * configure: Regenerate.
4431
4432 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4433
4434 * configure.in: Update MPFR version in error message.
4435
4436 * configure: Regenerate.
4437
4438 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4439
4440 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4441 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4442 --with-gmp-lib): New flags.
4443
4444 * configure: Regenerate.
4445
790c0838
AM
44462006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4447
4448 PR bootstrap/30134
4449 * configure.in: Correct x86 darwin support for libjava to powerpc
4450 and i?86 only.
4451 * configure: Regenerate.
4452
77d7106f
AM
44532006-12-11 Alan Modra <amodra@bigpond.net.au>
4454
4455 * configure.in: Handle spu makefile frag.
77d7106f
AM
4456 * Makefile.tpl (MAINT): Define
4457 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4458 * configure: Regenerate.
4459 * Makefile.in: Regenerate.
4460
0cfa5389
BE
44612006-12-11 Ben Elliston <bje@au.ibm.com>
4462
4463 * config.sub, config.guess: Update from upstream sources.
4464
2839fe5d
BE
44652006-12-11 Ben Elliston <bje@au.ibm.com>
4466
4467 * configure.in: Sync with GCC (spu-*-*).
4468 * configure: Sync with GCC.
4469
b897f5d4
MS
44702006-12-07 Mike Stump <mrs@apple.com>
4471
4472 * Makefile.def (dependencies): Add dependency for
4473 install-target-libssp and install-target-libgomp on
4474 install-gcc.
4475 * Makefile.in: Regenerate.
4476
9daf3993
PB
44772006-11-16 Paolo Bonzini <bonzini@gnu.org>
4478
4479 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4480 (unstage): Test for stage_last presence.
4481
4482 PR bootstrap/29802
4483 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4484 * Makefile.in: Regenerate.
4485
9dbaa842
DD
44862006-11-14 DJ Delorie <dj@redhat.com>
4487
4488 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4489 * Makefile.in: Sync with GCC.
4490 * configure.in: Sync with GCC (mpfr, gmp).
4491 * configure: Sync with GCC.
4492
b0cbce8d
JJ
44932006-11-08 Jie Zhang <jie.zhang@analog.com>
4494
4495 * configure.in: Remove target-libgloss from noconfigdirs for
4496 bfin-*-*.
4497 * configure: Regenerated.
4498
44330a94
JJ
44992006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4500
4501 * COPYING.NEWLIB: Add spu license.
7de05dd5 4502 * COPYING.LIBGLOSS: Ditto.
44330a94 4503
56a8fe78
DD
45042006-10-17 Brooks Moses <bmoses@stanford.edu>
4505
4506 * Makefile.def: Added pdf target handling.
4507 * Makefile.tpl: Added pdf target handling.
4508 * Makefile.in: Regenerated.
4509
fbb00ad0
JJ
45102006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4511
4512 * COPYING.NEWLIB: Updated.
4513 * COPYING.LIBGLOSS: Ditto.
4514
6b89cc21
DB
45152006-09-27 Dave Brolley <brolley@redhat.com>
4516
4517 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4518 $s instead of $r.
4519 * configure: Regenerated.
4520
17bcf627
BE
45212006-09-26 Ben Elliston <bje@au.ibm.com>
4522
4523 * config.sub, config.guess: Update from upstream sources.
4524
f3529cf1
TS
45252006-09-20 Thiemo Seufer <ths@mips.com>
4526
4527 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4528 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4529 * configure: Regenerate.
4530
45055374
CV
45312006-08-30 Corinna Vinschen <corinna@vinschen.de>
4532
4533 * configure.in: Never build newlib for a Mingw host.
4534 Never build newlib as Mingw target library.
4535 Test the existence of winsup/cygwin for building a Cygwin newlib,
4536 rather than just winsup.
4537 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4538 building a Mingw target.
4539 * configure: Regenerate.
4540
4be041b2 45412006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4542 Nigel Stephens <nigel@mips.com>
4543 David Ung <davidu@mips.com>
4be041b2
TS
4544
4545 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4546
1d89b610
PB
45472006-07-25 Paolo Bonzini <bonzini@gnu.org>
4548
4549 Sync from GCC:
4550 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4551
f7c83eac
AS
4552 PR bootstrap/18058
4553 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4554 if the bootstrap compiler is a GCC version that supports it.
4555 * configure: Regenerate.
1d89b610 4556
66a79c16
DJ
45572006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4558
4559 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4560 * configure: Regenerated.
4561
c1cb7e02
PB
45622006-07-18 Paolo Bonzini <bonzini@gnu.org>
4563
f7c83eac
AS
4564 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4565 for stages after the first.
c1cb7e02 4566
7206a0ee
JJ
45672006-07-17 Jakub Jelinek <jakub@redhat.com>
4568
4569 * Makefile.def: Add dependencies for configure-opcodes
4570 on configure-intl and all-opcodes on all-intl.
4571 * Makefile.in: Regenerated.
4572
6816f995
AO
45732006-07-04 Peter O'Gorman <peter@pogma.com>
4574
4575 * ltconfig: chmod 644 before ranlib during install.
4576
3d3adb43
PB
45772006-07-03 Paolo Bonzini <bonzini@gnu.org>
4578
1f3f1bbf 4579 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4580 * configure: Regenerate.
4581
64ce424c
PB
45822006-07-03 Paolo Bonzini <bonzini@gnu.org>
4583
4584 Sync from gcc:
4585
4586 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4587
4588 PR other/27063
4589 * configure.in: Test subdir_requires and give an appropriate
4590 error message.
4591 * configure: Regenerate.
4592
4593 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4594
4595 PR target/27540
4596 * configure.in: Only enable libgomp on IRIX 6.
4597 * configure: Regenerate.
4598
d42c4017
DA
45992006-06-20 David Ayers <d.ayers@inode.at>
4600
4601 PR bootstrap/28072
4602 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4603 whether target-libjava is being configured instead of whether the
4604 java front end is enabled.
4605 * configure: Regenerate.
0e7ef45c 4606
4962c51a
MS
46072006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4608
4609 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4610 to R_ARM_LDC_SB_G{0,1,2} respectively.
4611
caee866a
PB
46122006-06-15 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4615 too.
4616 * Makefile.in: Regenerate.
4617
363ef840
DA
46182006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4619
4620 Sync from gcc:
4621
4622 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4623 * configure.in: Don't enable libgomp on hpux10.
4624 * configure: Rebuilt.
4625
54d1c879
DA
46262006-06-13 David Ayers <d.ayers@inode.at>
4627
4628 Sync from gcc:
4629
4630 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4631
54d1c879
DA
4632 PR bootstrap/27963
4633 PR target/19970
0e7ef45c 4634 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4635 ${libgcj} is specified.
4636 * configure: Regenerate.
0e7ef45c 4637
a4d8b690
JJ
46382006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4639
4640 Sync from gcc:
4641
4642 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4643 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4644
4645 PR bootstrap/18033
4646 * config-ml.in: Eval option if surrounded by single quotes.
4647
4f0ef2d8
CD
46482006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4649
4650 Sync from gcc:
0e7ef45c 4651
4f0ef2d8 4652 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4653
4f0ef2d8
CD
4654 PR libobjc/13946
4655 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4656 * Makefile.in: Regenerate.
4657 * configure.in: Add --enable-objc-gc at toplevel and have it
4658 enable boehm-gc for Objective-C.
4659 Remove target-boehm-gc from libgcj.
4660 Add target-boehm-gc to target_libraries.
4661 Add target-boehm-gc to noconfigdirs where ${libgcj}
4662 is specified.
4663 Assert that boehm-gc is supported when requested for Objective-C.
4664 Only build boehm-gc if needed either for Java or Objective-C.
4665 * configure: Regenerate.
4666
4667 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4668
4f0ef2d8
CD
4669 PR 27674
4670 * Makefile.tpl (configure-[+prefix+][+module+],
4671 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4672 Remove rule to unstage bootstrapped modules.
4673 (stage_current): New.
4674 * Makefile.in: Regenerate.
4675
4676 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4677 Andreas Tobler <a.tobler@schweiz.ch>
4678
4679 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4680 * configure: Rebuilt.
4681
4682 Revert
4683 2006-01-31 Richard Guenther <rguenther@suse.de>
4684 Paolo Bonzini <bonzini@gnu.org>
4685
4686 * Makefile.def (target_modules): Add libgcc-math target module.
4687 * configure.in (target_libraries): Add libgcc-math target library.
4688 (--enable-libgcc-math): New configure switch.
4689 * Makefile.in: Re-generate.
4690 * configure: Re-generate.
4691
c17b816b
JJ
46922006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4693
4694 * config-ml.in: Alter CCASFLAGS to include special
4695 multilib options the same as is done for CFLAGS.
4696
20e95c23
DJ
46972006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * Makefile.def: Added dependencies from sim and gdb on intl, and
4700 added configure dependencies to everything with an all dependency
4701 on intl.
4702 * gettext.m4: Removed.
4703 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4704 (GDB_SUPPORT_DIRS): Add intl.
4705 * Makefile.in: Regenerated.
4706
4bd8ad80
DJ
47072006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * src-release (DEVO_SUPPORT): Add config.rpath.
4710
c380fdd8
PB
47112006-05-25 Paolo Bonzini <bonzini@gnu.org>
4712
4713 * Makefile.def (bfd, opcodes): Fix lib_path.
4714 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4715 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4716 * Makefile.in: Regenerate.
4717
701628f5
MS
47182006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4719
4720 * configure.in: Enable gprof for cross builds.
4721 * configure: Regenerate.
4722
25aae7f2
DJ
47232006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4724
4725 * src-release (MAKEINFOFLAGS): Define.
4726 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4727
ea3d1626
BE
47282006-05-14 Ben Elliston <bje@au.ibm.com>
4729
4730 * config.sub, config.guess: Update from upstream sources.
4731
49b9e644
BE
47322006-05-12 Ben Elliston <bje@au.ibm.com>
4733
4734 * config.sub, config.guess: Update from upstream sources.
4735
482dd2f6
DJ
47362006-05-04 Steve Ellcey <sje@cup.hp.com>
4737
4738 * blt, iwidgets, mmalloc: Remove directories.
4739
8b01a5c2
DD
47402006-05-01 DJ Delorie <dj@redhat.com>
4741
641a3af4 4742 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4743 * configure: Regenerate.
4744
a481dbb7
DD
47452006-04-18 DJ Delorie <dj@redhat.com>
4746
4747 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4748 reference libgloss so that libssp can be built in a combined
4749 tree.
4750 * configure: Regenerate.
4751
962c9e74
BE
47522006-04-10 Ben Elliston <bje@au.ibm.com>
4753
4754 * contrib: Remove directory.
4755
108a6f8e
CD
47562006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4757
4758 * Makefile.tpl: Add install-html target.
4759 * Makefile.def: Add install-html target.
4760 * Makefile.in: Regenerate.
4761 * configure.in: Add --with-datarootdir, --with-docdir,
4762 and --with-htmldir options.
4763 * configure: Regenerate.
4764
a4ef73e9
BE
47652006-03-31 Ben Elliston <bje@au.ibm.com>
4766
4767 PR binutils/1860
4768 * configure.in: Require makeinfo 4.4 or higher.
4769 * configure: Regenerate.
4770
b37df25a
PB
47712006-03-14 Paolo Bonzini <bonzini@gnu.org>
4772
4773 * Makefile.in: Regenerate.
4774
a6df5a19
PB
47752006-03-14 Paolo Bonzini <bonzini@gnu.org>
4776
4777 Sync with gcc:
4778 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4779
f7c83eac
AS
4780 * configure.in: Handle --disable-<component> generically.
4781 * configure: Regenerate.
a6df5a19
PB
4782
4783 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4784
f7c83eac
AS
4785 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4786 (TARGET_CONFIGDIRS): Remove.
4787 * configure.in: Remove AC_SUBST(target_configdirs).
4788 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4789
4790
65419985
L
47912006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4792
4793 PR libgcj/17311
4794 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4795
c52c6897
PB
47962006-02-20 Paolo Bonzini <bonzini@gnu.org>
4797
4798 PR bootstrap/25670
4799
4800 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4801
4802 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4803 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4804 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4805 BUILD_PREFIX, BUILD_PREFIX_1.
4806 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4807
4808 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4809 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4810
4811 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4812 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4813 of `cat stage_current`. Always provide the `r' and `s' variables.
4814 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4815 a single shell execution.
4816 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4817 bootstrapped modules, make the stage1 module if the build was not
4818 started yet, else build the current stage.
4819 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4820 (all-build, all-host, all-target, [+make_target+]-host,
4821 [+make_target+]-target): Do not use \-continued lines.
4822 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4823 (current_stage, restrap, stage_last): New.
4824
4825 * Makefile.in: Regenerate.
4826 * configure: Regenerate.
4827
b3ded179
PB
48282006-02-14 Paolo Bonzini <bonzini@gnu.org>
4829
4830 Sync from gcc:
4831
4832 2006-01-31 Richard Guenther <rguenther@suse.de>
4833 Paolo Bonzini <bonzini@gnu.org>
4834
f7c83eac
AS
4835 * Makefile.def (target_modules): Add libgcc-math target module.
4836 * configure.in (target_libraries): Add libgcc-math target library.
4837 (--enable-libgcc-math): New configure switch.
4838 * Makefile.in: Re-generate.
4839 * configure: Re-generate.
4840 * libgcc-math: New toplevel directory.
b3ded179
PB
4841
4842 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4843 Jakub Jelinek <jakub@redhat.com>
4844 Diego Novillo <dnovillo@redhat.com>
b3ded179 4845
f7c83eac
AS
4846 * libgomp: New directory.
4847 * Makefile.def: Add target_module libgomp.
4848 * Makefile.in: Regenerate.
4849 * configure.in (target_libraries): Add target-libgomp.
4850 * configure: Regenerate.
b3ded179 4851
3a35eeb3
PB
48522006-02-14 Paolo Bonzini <bonzini@gnu.org>
4853 Andreas Schwab <schwab@suse.de>
0e7ef45c 4854
3a35eeb3
PB
4855 * configure: Regenerate.
4856
2429c060
PB
48572006-01-16 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4860 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4861 the assembler, linker and binutils.
4862 * configure: Regenerate.
4863
ec49b2b8
NC
48642006-01-16 Nick Clifton <nickc@redhat.com>
4865
49b9e644 4866 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4867
44b2308f
AO
48682006-01-05 Alexandre Oliva <aoliva@redhat.com>
4869
4870 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4871 @ from continuation.
4872 * Makefile.in: Rebuilt.
4873
80911fe1
PB
48742006-01-04 Paolo Bonzini <bonzini@gnu.org>
4875
4876 Sync from gcc:
4877
4878 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4879
f7c83eac 4880 PR bootstrap/24252
80911fe1 4881
f7c83eac
AS
4882 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4883 * Makefile.tpl (OBJDUMP): New.
4884 (EXTRA_HOST_FLAGS): Add it.
4885 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4886
f7c83eac
AS
4887 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4888 to use symbolic links between directories. Avoid race conditions
4889 or make them harmless.
4890 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4891
f7c83eac
AS
4892 * Makefile.def (LEAN): Pass.
4893 * Makefile.tpl (LEAN): Define.
4894 (stage[+id+]-start): Accept that the previous directory does not
4895 exist, if the bootstrap is lean.
4896 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4897 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4898 configure substitution.
4899 ([+compare-target+]): Likewise.
4900 ([+bootstrap-target+]-lean): New.
4901 * configure.in: Remove lean bootstrap support from here.
80911fe1 4902
f7c83eac
AS
4903 * Makefile.in: Regenerate.
4904 * configure: Regenerate.
80911fe1
PB
4905
4906 2006-01-02 Andreas Schwab <schwab@suse.de>
4907
f7c83eac
AS
4908 * configure.in: When reconfiguring remove Makefile in
4909 all stage directories.
4910 * configure: Regenerate.
80911fe1 4911
b59bea8a
NC
49122005-12-27 Leif Ekblad <leif@rdos.net>
4913
4914 * configure.in: Add support for RDOS target.
4915 * configure: Regenerate.
4916
d7730bac
NC
49172005-12-27 Nick Clifton <nickc@redhat.com>
4918
4919 PR binutils/1990
4920 * libtool.m4: Synchronize with version in GCC sources.
4921
c02dabc3
PB
49222005-12-20 Paolo Bonzini <bonzini@gnu.org>
4923
f7c83eac 4924 Revert Ada-related part of the previous change.
c02dabc3 4925
f7c83eac
AS
4926 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4927 Do not pass.
4928 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4929 * Makefile.in: Regenerate.
4930 * configure.in: Do not include mt-ppc-aix target fragment.
4931 * configure: Regenerate.
c02dabc3 4932
f6d183c0
PB
49332005-12-19 Paolo Bonzini <bonzini@gnu.org>
4934
4935 * configure.in: Select appropriate fragments for PowerPC/AIX.
4936 * configure: Regenerate.
4937
4938 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4939 BOOT_CFLAGS, BOOT_LDFLAGS.
4940 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4941 BOOT_CFLAGS, BOOT_LDFLAGS.
4942 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4943 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4944 (stage): Fail if we cannot complete the work.
4945 * Makefile.in: Regenerate.
4946
f29759fc
JJ
49472005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4948
4949 * COPYING.NEWLIB: Update copyright year for default
4950 copyright.
4951
1f054001
PB
49522005-12-15 Paolo Bonzini <bonzini@gnu.org>
4953
4954 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4955 install-host-nogcc): Don't invoke $(stage) at the end.
4956 * Makefile.in: Regenerate.
4957
0aed8855
PB
49582005-12-14 Paolo Bonzini <bonzini@gnu.org>
4959
4960 * configure.in: Flip the top-level bootstrap switch.
4961 * configure: Regenerate.
4962
4963 Merge from gcc:
4964
4965 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4966
f7c83eac
AS
4967 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4968 $(stage) and $(unstage).
4969 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4970 (all): Remove stray semicolon.
4971 (local-distclean): Don't handle multilib.tmp and multilib.out.
4972 (install.all): Set $s for consistency.
4973 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4974 check_multilibs setting. Always make the install directory.
4975 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4976 Correct @if/@endif.
4977 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4978 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4979 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4980 (multilib.out): Remove.
4981 * Makefile.in: Regenerated.
0aed8855
PB
4982
49832005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4984
4985 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4986 * configure.in: Replace ms1 arch with mt.
4987 * configure: Rebuilt.
4988
49892005-12-05 Paolo Bonzini <bonzini@gnu.org>
4990
4991 Sync with gcc:
4992
4970f871
NS
49932005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4994
4995 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4996 * configure.in: Replace ms1 arch with mt.
4997 * configure: Rebuilt.
4998
be01d343
PB
49992005-12-05 Paolo Bonzini <bonzini@gnu.org>
5000
5001 Sync with gcc:
5002
5003 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5004
f7c83eac
AS
5005 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5006 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5007 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5008 Find in-tree tools if available.
5009 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5010 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5011 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5012 (COMPILER_*_FOR_TARGET): New.
5013 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5014 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5015 (CONFIGURED_*, USUAL_*): Remove.
5016 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5017 STRIP): Use autoconf substitutions.
5018 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5019 COMPILER_NM_FOR_TARGET): New.
5020 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5021
5022 (all): Make all-host and all-target in parallel.
5023 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5024 that $$r and $$s are set before invoking a recursive make.
5025 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5026 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5027
5028 2005-11-29 Ben Elliston <bje@au.ibm.com>
5029
f7c83eac
AS
5030 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5031 from the gcc build directory.
5032 * Makefile.in: Regenerate.
be01d343
PB
5033
5034 2005-11-29 Ben Elliston <bje@au.ibm.com>
5035
f7c83eac
AS
5036 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5037 depend on all-libdecnumber.
5038 * configure.in (host_libs): Include libdecnumber.
5039 * Makefile.in: Regenerate.
5040 * configure: Likewise.
be01d343
PB
5041
5042 2005-11-21 Kean Johnston <jkj@sco.com>
5043
f7c83eac 5044 * config.sub, config.guess: Sync from upstream sources.
be01d343 5045
907be67c
DJ
50462005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * Makefile.def: Remove gdb dependencies for gdbtk.
5049 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5050 (configure-gdb, install-gdb): New rules.
5051 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5052 * Makefile.in, configure: Regenerated.
5053
e360f423
PB
50542005-10-22 Paolo Bonzini <bonzini@gnu.org>
5055
5056 PR bootstrap/24297
5057 * Makefile.tpl (do-[+make-target+], do-check, install,
5058 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5059 are set before recursing.
5060 * Makefile.in: Regenerate.
5061
45d5eb0a
EB
50622005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5063
5064 PR bootstrap/18939
5065 * Makefile.def (gcc) <target>: Fix thinko.
5066 * Makefile.in: Regenerate.
5067
3cf3372e
BS
50682005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5069
5070 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5071 * configure: Regenerate.
5072
bd70a46f
KH
50732005-10-09 Kazu Hirata <kazu@codesourcery.com>
5074
5075 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5076 target-libffi, target-qthreads, target-libjava, and
5077 targetlibobjc.
5078 * configure: Regenerate.
5079
5ae72758
DJ
50802005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5081
5082 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5083 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5084 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5085 (USUAL_OBJDUMP_FOR_TARGET): New.
5086 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5087 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5088 * configure, Makefile.in: Regenerated.
5ae72758 5089
cc96343e
PB
50902005-10-05 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5093 before other host packages.
5094
f70224b5
PB
50952005-10-05 Paolo Bonzini <bonzini@gnu.org>
5096
5097 PR bootstrap/22340
5098
5099 * configure.in (default_target): Remove.
5100 * Makefile.tpl (all): Do not use prerequisites as subroutines
5101 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5102 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5103 use prerequisites as subroutines.
5104 (check-host, check-target): New.
5105 (bootstrap configure & all targets): Do not use stage*-start
5106 if the directory layout is already ok.
5107 (non-bootstrap configure & all targets): Prepend a $(unstage).
5108 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5109 (NOTPARALLEL): Remove.
5110 (unstage, stage variables): New variables.
5111 (unstage, stage targets): Simply expand to those variables.
5112
5113 * configure: Regenerate.
5114 * Makefile.in: Regenerate.
5115
c13c918a
JW
51162005-10-04 James E Wilson <wilson@specifix.com>
5117
5118 * Makefile.def (lang_env_dependencies): Add libmudflap.
5119 * Makefile.in: Regenerate.
5120
376a0e54
CM
51212005-10-03 Catherine Moore <clm@cm00re.com>
5122
5123 * configure.in (bfin-*-*): Support bfin.
5124 * configure: Regenerated.
5125
d320aacb
L
51262005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5127
5128 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5129 * configure: Regenerated.
5130
7e0f7140
GK
51312005-09-28 Geoffrey Keating <geoffk@apple.com>
5132
5133 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5134 (LIPO_FOR_TARGET): New.
5135 (CONFIGURED_LIPO_FOR_TARGET): New.
5136 (USUAL_LIPO_FOR_TARGET): New.
5137 (STRIP_FOR_TARGET): New.
5138 (CONFIGURED_STRIP_FOR_TARGET): New.
5139 (USUAL_STRIP_FOR_TARGET): New.
5140 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5141 STRIP_FOR_TARGET.
5142 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5143 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5144 * Makefile.in: Regenerate.
5145 * configure: Regenerate.
0e7ef45c 5146
096f7d00
DE
51472005-09-19 David Edelsohn <edelsohn@gnu.org>
5148
5149 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5150 (rs6000-*-aix*): Same.
5151 * configure: Regenerate.
5152
51532005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5154
5155 * configure.in: Recognize f95 in the --enable-languages option,
5156 and substitute it for fortran, issuing a warning.
5157 * configure: Regenerate.
5158
2016dfcc
BE
51592005-09-07 Ben Elliston <bje@au.ibm.com>
5160
5161 Import from Autoconf sources:
5162
5163 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5164 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5165 Elliston. Handle weird characters correctly.
5166
6dd2fda9
DD
51672005-08-30 Phil Edwards <phil@codesourcery.com>
5168
5169 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5170 * configure: Regenerated.
5171
e6db70d4
RE
51722005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5173
f7c83eac
AS
5174 * Makefile.def (libssp): Add to lang_env_dependencies.
5175 * Makefile.in: Regenerate.
e6db70d4 5176
e1e3d0f5
CG
51772005-08-17 Christian Groessler <chris@groessler.org>
5178
5179 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5180 * Makefile.in: Regenerate.
5181
05cbd757
PB
51822005-08-12 Paolo Bonzini <bonzini@gnu.org>
5183
5184 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5185 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5186 Look for alternate names of the target cc and c++
5187 * configure: Regenerate.
5188
55db4b87
PB
51892005-08-08 Paolo Bonzini <bonzini@gnu.org>
5190
5191 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5192 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5193 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5194 tools; remove code to manually set them.
5195 (Target tools): Look in the environment for them.
5196 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5197 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5198 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5199 build directory.
5200 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5201 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5202 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5203 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5204 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5205 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5206 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5207 * configure: Regenerate.
5208 * Makefile.in: Regenerate.
5209
414e5532
MM
52102005-07-27 Mark Mitchell <mark@codesourcery.com>
5211
5212 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5213 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5214 * Makefile.in: Regenerated.
5215
a19b6204
MM
52162005-07-26 Mark Mitchell <mark@codesourcery.com>
5217
5218 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5219 (CFLAGS_FOR_TARGET): Use it.
5220 (CXXFLAGS_FOR_TARGET): Likewise.
5221 * Makefile.in: Regenerated.
5222 * configure.in (--with-build-sysroot): New option.
5223 * configure: Regenerated.
5224
b73aa406
PB
52252005-07-24 Paolo Bonzini <bonzini@gnu.org>
5226
5227 * Makefile.tpl: Wrap install between unstage and stage
5228 * Makefile.in: Regenerate.
5229
6e4d0bcb
KC
52302005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5231
5232 * all files: Update FSF address.
5233
49f58d10
JB
52342005-07-14 Jim Blandy <jimb@redhat.com>
5235
5236 * configure.in: Add cases for Renesas m32c.
5237 * configure: Regenerated.
0e7ef45c 5238
1d9c9cd7
KC
52392005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5240
5241 * COPYING, compile, config-ml.in, config.guess,
5242 config.sub, install-sh, missing, mkinstalldirs,
5243 symlink-tree, ylwrap: Sync from upstream sources.
5244
1587117a
EC
52452005-07-13 Eric Christopher <echristo@redhat.com>
5246
5247 * configure.in: Add toplevel noconfigdir support for tpf.
5248 * configure: Regenerate.
5249
bb780410
DD
52502005-07-11 Jakub Jelinek <jakub@redhat.com>
5251
5252 * Makefile.def (target_modules): Add libssp.
5253 * configure.in (target_libraries): Add target-libssp.
5254 * configure: Rebuilt.
5255 * Makefile.in: Rebuilt.
5256
064d0a7c
PB
52572005-07-11 Paolo Bonzini <bonzini@gnu.org>
5258
5259 PR ada/22340
5260
5261 * Makefile.def: Sync with gcc.
5262 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5263 * Makefile.in: Regenerate.
5264
b2edd3b5
AS
52652005-07-07 Andreas Schwab <schwab@suse.de>
5266
5267 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5268 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5269 * Makefile.in: Regenerated.
5270
5f128533
KH
52712005-07-07 Kazu Hirata <kazu@codesourcery.com>
5272
5273 * configure.in: Add --enable-libssp and --disable-libssp.
5274 * configure: Regenerate with autoconf-2.13.
5275
4e3fc8e5
GK
52762005-07-06 Geoffrey Keating <geoffk@apple.com>
5277
5278 * configure.in: Don't build sim or rda when targetting darwin.
5279 * configure: Regenerate.
5280
c7357d6a
BE
52812005-07-04 Ben Elliston <bje@gnu.org>
5282
5283 * src-release (do-proto-toplev): Remove dejagnu bits.
5284 (DEJAGNU_SUPPORT_DIRS): Remove.
5285 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5286 (GDBD_SUPPORT_DIRS): Likewise.
5287 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5288 (INSIGHTD_SUPPORT_DIRS): Likewise.
5289 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5290
52912005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5292
5293 * setup.com (mpw): Remove unused directive.
5294
7d329e61
PB
52952005-06-22 Paolo Bonzini <bonzini@gnu.org>
5296
5297 * Makefile.def (stagefeedback): Come after profile.
5298 Define profiledbootstrap target.
5299 * Makefile.tpl (profiledbootstrap): Remove.
5300 (stageprofile-end): Zap stagefeedback.
5301 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5302 * Makefile.in: Regenerate.
5303
e5fbed21
DD
53042005-06-13 Zack Weinberg <zack@codesourcery.com>
5305
5306 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5307 In 'cpp' stanza, support '#line' as well as '# '.
5308
59f7ec45
HPN
53092005-06-07 Hans-Peter Nilsson <hp@axis.com>
5310
5311 * configure.in (unsupported_languages): New macro.
5312 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5313 non-ported target libraries in noconfigdirs.
5314 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5315 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5316 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5317 unsupported_languages.
5318 * configure: Regenerate.
5319
c10e9ba7
DD
53202005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5321
5322 * configure.in: Fix typo in handling of --with-mpfr-dir.
5323 * configure: Regenerate.
5324
20deb2b8
JB
53252005-06-02 Jim Blandy <jimb@redhat.com>
5326
5327 * config.sub: Add cases for the Renesas m32c. (This patch has been
5328 accepted into the master sources.)
5329
cdb9b172 53302005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5331 Michael Snyder <msnyder@redhat.com>
5332 Stan Cox <scox@redhat.com>
cdb9b172 5333
f7c83eac 5334 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5335
f7c83eac 5336 * configure: Regenerate.
cdb9b172 5337
1dc3053f
PB
53382005-05-25 Paolo Bonzini <bonzini@gnu.org>
5339
5340 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5341 (Dependencies): Consider target modules for bootstrap dependencies.
5342 Make target bootstrap modules depend on each stage's gcc.
5343 * Makefile.in: Regenerate.
5344
c60fe18b
PB
53452005-05-20 Paolo Bonzini <bonzini@gnu.org>
5346
5347 * Makefile.def (configure-gcc): Depend on binutils having been built.
5348 (all-gcc): No need to do it here.
5349 * Makefile.in: Regenerate.
5350
27258dd4
PB
53512005-05-19 Paul Brook <paul@codesourcery.com>
5352
0e7ef45c 5353 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5354 language cannot be built.
5355 * configure: Regenerate.
5356
42ecbf5e
DJ
53572005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5358
5359 * ylwrap: Import from Automake 1.9.5.
5360
ae380b45
MS
53612005-05-04 Mike Stump <mrs@apple.com>
5362
5363 * configure.in: Always pass --target to target configures as
5364 otherwise rebuilds that do --recheck will fail.
811d3af8 5365 * configure: Rebuilt.
ae380b45 5366
d545f33b
PB
53672005-05-04 Paolo Bonzini <bonzini@gnu.org>
5368
5369 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5370 STAGE_HOST_EXPORTS.
5371 (configure, all): Add bootstrap support.
5372 (Host modules, target modules): Pass post-stage1 flags and exports.
5373 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5374 * Makefile.in: Regenerate.
5375
2faa2958
PB
53762005-04-29 Paolo Bonzini <bonzini@gnu.org>
5377
5378 Sync from gcc:
5379
5380 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5381
f7c83eac 5382 * config.sub: Update from master copy.
2faa2958
PB
5383
5384 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5385
f7c83eac
AS
5386 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5387 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5388 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5389 "*-*-elf" and "*-*-linux*".
5390 * configure: Regenerate.
2faa2958 5391
a7254363
PB
53922005-04-06 Paolo Bonzini <bonzini@gnu.org>
5393
f7c83eac 5394 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5395 (TARGET_CONFIGARGS): Include --with-target-subdir.
5396 (configure, all): New macros. Use them throughout.
5397
a8637a7d
PB
53982005-04-05 Paolo Bonzini <bonzini@gnu.org>
5399
5400 * Makefile.tpl: Sync with gcc.
5401 * Makefile.in: Regenerate.
5402
dd387d52
JR
54032005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5404
5405 * config/mh-mingw32: Delete.
5406 * configure.in: Don't use it.
5407 * configure: Regenerate.
5408
e90269c8
PB
54092005-03-31 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5412 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5413 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5414 (HOST_LIB_PATH): Generate from Makefile.def.
5415 (TARGET_LIB_PATH): Likewise.
5416 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5417 * Makefile.in: Regenerate.
5418 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5419 (RPATH_ENVVAR): Include Darwin case.
5420 * configure: Regenerate.
5421
9a237d9e
PB
54222005-03-25 Paolo Bonzini <bonzini@gnu.org>
5423
5424 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5425 * configure: Regenerate.
5426
479759c8
ZW
54272005-03-21 Zack Weinberg <zack@codesourcery.com>
5428
5429 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5430 gcc_version, and gcc_version_trigger from set of flags to pass.
5431 * Makefile.tpl: Remove definitions of above variables.
5432 (config.status): Remove dependency on $(gcc_version_trigger).
5433 * Makefile.in: Regenerate.
5434 * configure.in: Do not reference config/gcc-version.m4 nor
5435 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5436 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5437 * configure: Regenerate.
5438
4cfaf6d5
DD
54392005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5440 Andrew Pinski <pinskia@physics.uc.edu>
5441
5442 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5443 * Makefile.in: Regenerate.
5444
33a3fb7b
AO
54452005-03-01 Alexandre Oliva <aoliva@redhat.com>
5446
5447 PR libgcj/20160
5448 * ltmain.sh: Avoid creating archives with components that have
5449 duplicate basenames.
5450
2da12f12
PB
54512005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5452
479759c8
ZW
5453 PR bootstrap/20250
5454 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5455 instead of check.
5456 * Makefile.in: Regenerate.
2da12f12 5457
b00612cc
PB
54582005-02-28 Paolo Bonzini <bonzini@gnu.org>
5459
5460 Sync from gcc.
5461
5462 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5463
5464 PR bootstrap/17383
5465 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5466 * Makefile.tpl (HOST_SUBDIR): New substitution.
5467 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5468 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5469 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5470 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5471 (Host modules, Bootstrapped modules): Use it.
5472 (Build modules, Target modules): Do not create symlink trees,
5473 always configure out-of-srcdir.
5474 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5475 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5476 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5477 $(HOST_SUBDIR). Create a symlink for host_subdir.
5478
5479 * Makefile.in: Regenerate.
5480 * configure: Regenerate.
5481
5482 Merged from libada-gnattools-branch:
5483 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5484
5485 * Makefile.def: Add gnattools as a module, depending on target-libada.
5486 * Makefile.in: Regenerate.
5487 * configure.in: Include gnattools in host_tools; disable it if ada
5488 is disabled.
5489 * configure: Regenerate.
5490
c3e65f62
NC
54912005-02-23 Nick Clifton <nickc@redhat.com>
5492
5493 * configure: Regenerate.
5494
e4d180c2
NC
54952005-02-22 Paul Schlie <schlie@comcast.net>
5496
5497 * configure.in: Allow darwin targeted ports to build tk, itcl and
5498 libgui.
5499
e3c770b1
EB
55002005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5501
5502 PR libgcj/10353
5503 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5504 * configure: Regenerate.
5505
9c73618c
AC
55062005-02-08 Andrew Cagney <cagney@gnu.org>
5507
5508 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5509 gdb/ section. Update GDB's URL.
5510
c46f8c51
AC
55112005-01-31 Andrew Cagney <cagney@gnu.org>
5512
5513 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5514
c7e66c6d
HPN
55152005-01-29 Hans-Peter Nilsson <hp@axis.com>
5516
5517 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5518 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5519 target-libgloss when not *-*-elf and *-*-aout.
5520 * configure: Regenerate.
5521
a53bf506
AC
55222005-01-27 Andrew Cagney <cagney@gnu.org>
5523
5524 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5525
45181ed1
AC
55262005-01-24 Andrew Cagney <cagney@gnu.org>
5527
5528 * gettext.m4: Only fall back to ../intl/ when it's present.
5529
a1e0f4e4
KC
55302005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5531
5532 * install-sh, config.sub: Import from upstream.
5533
55342005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5535
5536 PR bootstrap/18222
5537 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5538 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5539 * Makefile.in: Regenerate.
5540
c50382e2
PB
55412005-01-03 Paolo Bonzini <bonzini@gnu.org>
5542
5543 Revert 2004-12-28 Makefile changes, a better fix will be
5544 applied to mainline and src after GCC 4.0 branches.
5545
11d07737
PB
55462004-12-28 Paolo Bonzini <bonzini@gnu.org>
5547
5548 PR bootstrap/17383
5549
5550 * Makefile.def (target_modules): Remove stage parameter,
5551 it is always true now.
5552 * Makefile.tpl (configure-build-[+module+],
5553 configure-target-[+module+]): Always build symlink tree
5554 for the directory and for include. BUILD_SUBDIR and
5555 TARGET_SUBDIR cannot be . anymore.
5556 * Makefile.in: Regenerate.
5557
dadfdbe2
DD
55582004-12-25 David Edelsohn <edelsohn@gnu.org>
5559
5560 Revert 2004-12-08 Makefile changes.
5561
dbf85af7
JR
55622004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5563
5564 * configure.in (sh64-*-*): Reenable gprof.
5565 * configure: Regenerate.
5566
6b8fea99
JB
55672004-12-09 Jim Blandy <jimb@redhat.com>
5568
5569 * MAINTAINERS: List 'depcomp' as part of automake.
5570
7341462c
DE
55712004-12-08 David Edelsohn <edelsohn@gnu.org>
5572
5573 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5574 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5575 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5576 * Makefile.in: Regenerate.
5577
21fde4dc
DD
55782004-12-07 Matt Kraai <kraai@ftbfs.org>
5579
5580 * Makefile.tpl: Generate normal dependencies if the LHS module is
5581 not bootstrapped.
5582 * Makefile.in: Regenerate.
5583
3da796a2
RS
55842004-12-03 Richard Sandiford <rsandifo@redhat.com>
5585
5586 * configure.in: Include config/gxx-include-dir.m4. Use
5587 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5588 * configure: Regenerate.
5589
73fb7068
RS
55902004-12-03 Richard Sandiford <rsandifo@redhat.com>
5591
5592 * config.if: Delete.
5593 * configure.in: Set libstdcxx_incdir directly.
5594 * configure: Regenerate.
5595 * MAINTAINERS: Remove mention of config.if.
5596 * src-release (DEVO_SUPPORT): Remove config.if.
5597
6c8e6ce9
EC
55982004-12-02 Eric Christopher <echristo@redhat.com>
5599
3b6098f8
EC
5600 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5601 of things to remove.
6c8e6ce9 5602 * Makefile.in: Regenerate.
479759c8 5603
b8658a2f
RS
56042004-12-02 Richard Sandiford <rsandifo@redhat.com>
5605
5606 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5607 * configure: Regenerate.
5608
afefada0
RS
56092004-12-02 Richard Sandiford <rsandifo@redhat.com>
5610
5611 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5612 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5613 * configure: Regenerate.
5614
5dcac624
DA
56152004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5616
5617 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5618 (hppa*64*-*-*): Delete incorrect comment.
5619 * configure: Rebuilt.
5620
57d1eb1a
DD
56212004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5622
5623 * install-sh, compile: Import from automake.
5624
56252004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5626
5627 * config.guess, config.sub: Import from savannnah.
5628
6d389afc
MS
56292004-11-12 Mike Stump <mrs@apple.com>
5630
5631 * Makefile.def: Add html support.
5632 * Makefile.tpl: Likewise.
5633 * Makefile.in: Regenerate.
5634
69e57115
GK
56352004-11-11 Geoffrey Keating <geoffk@apple.com>
5636
5637 PR 18423
5638 * configure.in: Remove all instances of build-fixincludes from
5639 noconfigdirs.
5640 (build_configargs): Supply --target to subdirectories.
5641 * configure: Regenerate.
5642
5643 * Makefile.def: Make gcc install depend on fixincludes install.
5644 * Makefile.in: Regenerate.
5645
ba719b26
HPN
56462004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5647
5648 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5649 target-libgfortran.
5650 * configure: Regenerate.
5651
c37653e7
DE
56522004-11-07 David Edelsohn <edelsohn@gnu.org>
5653
5654 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5655 like CC.
5656
1eefd493
PB
56572004-11-05 Paolo Bonzini <bonzini@gnu.org>
5658
5659 * Makefile.def (host fixincludes): Specify missing targets.
5660 * Makefile.in: Regenerate.
5661
02b1af09
L
56622004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5663
5664 PR other/17783
5665 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5666 * configure: Regenerated.
5667
7f266840
DJ
56682004-11-04 Daniel Jacobowitz <dan@debian.org>
5669
5670 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5671 * configure: Regenerated.
5672
47444073
AL
56732004-10-28 Eric B. Weddington <ericw@evcohs.com>
5674
5675 PR target/18151
5676 * configure.in (case ${target}): Do not build fixincludes for avr.
5677 * configure: Regenerated.
5678
caeba88f
AL
56792004-10-26 Paolo Bonzini <bonzini@gnu.org>
5680
5681 * configure.in (case ${target}): Do not build fixincludes
5682 on platforms where it is not used.
5683 * configure: Regenerated.
5684
0fdbe983
DJ
56852004-10-23 Daniel Jacobowitz <dan@debian.org>
5686
5687 * configure.in: Use an absolute path to install-sh.
5688 * configure: Regenerated.
5689
1c0f67c1
AC
56902004-10-19 Andrew Cagney <cagney@gnu.org>
5691
5692 * src-release (do-djunpack, do-md5sum): Install the generated file
5693 directly into the proto-toplev/ directory.
479759c8 5694
a9cfce9c
AC
56952004-10-19 Andrew Cagney <cagney@gnu.org>
5696
5697 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5698
ac0fa625
DD
56992004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5700
5701 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5702 * configure: Regenerate.
5703
d27cc32e
PB
57042004-10-06 Paolo Bonzini <bonzini@gnu.org>
5705
5706 Fix wrong conflict resolution in:
5707
5708 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5709
5710 * Makefile.in: Regenerate.
5711 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5712 in the recursive `make', instead of hardwiring `all'.
5713 (Autogenerated TARGET-* variables): New.
5714
1763908f
UW
57152004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5716
5717 Merged from GCC / libtool upstream:
5718 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5719 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5720 * ltcf-cxx.sh (tpf*): Likewise.
5721 * ltconfig (tpf*): Add TPF OS configuration support.
5722
0490e016
NC
57232004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5724
5725 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5726 * configure: Regenerate.
0490e016 5727
32be62b5
RS
57282004-09-24 Michael Roth <mroth@nessie.de>
5729
5730 * configure.in (--without-headers): Add missing double quotes.
5731 * configure: Regenerate.
5732
6048df60
DD
57332004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5734
5735 * ylwrap: Revert to previous version.
5736
315b3b02
L
57372004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5738
6048df60 5739 PR bootstrap/17369
315b3b02
L
5740 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5741 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5742 SET_GCC_LIB_PATH_CMD.
5743 (BASE_TARGET_EXPORTS): Likewise.
5744 * Makefile.in: Regenerated.
5745
5746 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5747 * configure: Regenerated.
5748
fe69863c
DD
57492004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5750
5751 * config.guess: New upstream version
5752 * compile, depcomp, install-sh, ylwrap: Likewise.
5753
57542004-09-19 Roger Sayle <roger@eyesopen.com>
5755
5756 * config/mh-x86omitfp: New host makefile fragment. Add
5757 -fomit-frame-pointer to the default BOOT_CFLAGS.
5758 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5759 * configure: Regenerate.
5760
57612004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5762
5763 PR target/11572
5764 * configure.in (*-*-darwin*): Renable libobjc.
5765 * configure: Regenerate.
5766
be75bbe1 57672004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5768
be75bbe1
DB
5769 * Makefile.def: Remove libbanshee.
5770 * Makefile.tpl: Ditto.
5771 * configure.in: Ditto.
5772 * Makefile.in: Regen.
5773 * configure: Ditto.
5774
1b882a91
PB
57752004-09-07 Paolo Bonzini <bonzini@gnu.org>
5776
5777 * missing: Import latest version from master repository.
5778
eb1352ed
NC
57792004-09-04 Nick Clifton <nickc@redhat.com>
5780
5781 * config.sub: Import latest version from master repository.
5782 * config.guess: Likewise.
5783 This includes these changes:
479759c8 5784
eb1352ed
NC
5785 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5786
5787 * config.sub: Handle crisv32, alias etraxfs.
5788 * config.guess (crisv32:Linux:*:*): Handle.
5789
5790 2004-08-13 Brad Smith <brad@comstyle.com>
5791
5792 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5793 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5794
5795 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5796
5797 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5798 assume the processor is a powerpc. This is because coreutils
5799 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5800 in this case, due to a MacOS X bug that causes
5801 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5802 to return a negative number.
5803 Problem reported by Petter Reinholdtsen in:
5804 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5805
5806 2004-07-19 Ben Elliston <bje@gnu.org>
5807
5808 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5809
5810 2004-06-24 Ben Elliston <bje@gnu.org>
5811
5812 * config.guess: Update copyright years.
5813 * config.sub: Likewise.
5814
5815 2004-06-22 Robert Millan <robertmh@gnu.org>
5816
5817 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5818 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5819
5820 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5821
5822 * config.guess (*:*VMS:*:*): New entry. Replaces
5823 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5824 manufacturer.
5825
5826 2004-06-22 Ben Elliston <bje@gnu.org>
5827
5828 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5829 * config.sub: Likewise.
5830
5831 2004-06-22 Ben Elliston <bje@gnu.org>
5832
5833 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5834 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5835
5836 2004-06-11 Ben Elliston <bje@gnu.org>
5837
5838 * config.guess (pegasos:OpenBSD:*:*): Remove.
5839
5840 2004-06-11 Ben Elliston <bje@gnu.org>
5841
5842 From Wouter Verhelst <wouter@grep.be>:
5843 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5844
5845 2004-06-11 Ben Elliston <bje@gnu.org>
5846
5847 * config.guess (luna88k:OpenBSD:*:*): New.
5848
5849 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5850
5851 * config.guess (m32r*:Linux:*:*): New case.
5852 * config.sub: Handle m32rle.
5853
5854 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5855
5856 From Jens Petersen <petersen@redhat.com>:
5857 * config.sub: Handle sparcv8.
5858
5859 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5860
5861 From Tom Smith <smith@cag.lkg.hp.com>:
5862 * config.guess: Version suffixes are equally significant on Tru64
5863 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5864 prefix of "P" (patched kernel).
5865
5866 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5867
5868 * config.sub: Add support for National Semiconductor CRX target.
5869
2a3124ca 58702004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5871
2a3124ca
RH
5872 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5873 *-*-netware, but add target-libmudflap.
5874 Consolidate *-*-netware targets (of which really only i?86 exists)
5875 into a single entry.
5876 * configure: Likewise.
5877
0df3d27f
PB
58782004-09-01 Paolo Bonzini <bonzini@gnu.org>
5879
5880 * Makefile.tpl (sorry): Remove.
5881 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5882 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5883 (do-clean): Clean per-stage directories too.
5884 (do-distclean): Run distclean-stage1 too.
5885 (.NOTPARALLEL): Enable during toplevel bootstrap.
5886 (stage[+id+]-bubble): Enable parallel execution during
5887 the recursive invocation.
5888 * Makefile.in: Regenerate.
5889
5890 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5891
5892 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5893
5894 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5895 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5896 * configure: regenerate
479759c8
ZW
5897 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5898 -mdynamic-no-pic
0df3d27f
PB
5899
59002004-08-31 Paolo Bonzini <bonzini@gnu.org>
5901
5902 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5903 include.
5904 * configure.in: Fix indentation.
5905 * configure: Regenerate.
5906
ee025550
PB
59072004-08-31 Paolo Bonzini <bonzini@gnu.org>
5908
5909 * Makefile.def (build_modules): Add fixincludes.
5910 (dependencies): Make gcc depend on fixincludes.
5911 * configure.in (build_tools): Add fixincludes.
5912 (build_configdirs): Always include build_libs.
5913 * Makefile.in: Regenerate.
5914 * configure: Regenerate.
5915
59162004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5917
5918 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5919 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5920 phony targets; do not generate timestamp files.
5921 (distclean-stageN): Remove references to their timestamp files.
5922 (restageN, touch-stageN): Remove.
5923 (stageN-bubble): Rewritten.
5924 (compare): Support lean bootstraps.
5925 * Makefile.in: Regenerate.
5926
5927 * configure.in: Only warn when bootstrapping but
5928 build != host or build != target. Support lean bootstraps.
5929 * configure: Regenerate.
5930
5931 Sync from gcc:
5932 2004-08-26 Phil Edwards <phil@codesourcery.com>
5933
5934 * configure.in: Give a better error message if GMP/MPFR are missing
5935 and a language needing them has been requested.
5936 * configure: Regenerated.
5937
5938 2004-08-25 Phil Edwards <phil@codesourcery.com>
5939
5940 * configure.in: Print a list of available language front-ends if
5941 a requested one is missing. Tidy stray tab characters.
5942 * configure: Regenerated.
5943
72b2455a
PB
59442004-08-17 Paolo Bonzini <bonzini@gnu.org>
5945
5946 * Makefile.in: Regenerate.
5947 * configure: Regenerate.
5948
5949 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5950 stage_*_flags.
5951 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5952 for bootstrapped modules if toplevel bootstrap is going.
5953 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5954 modules. Adjust for changes in Makefile.def. Enable several
5955 rules even in non-bootstrap mode, just to avoid peppering the
5956 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5957 (stage-[+prev+]-bubble): Remove.
5958
5959 * Makefile.def (Dependencies): Depend on all-build-bison,
5960 all-build-flex, all-build-byacc, all-build-texinfo, rather
5961 than the host variations.
5962 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5963 with BUILD_SUBDIR.
5964 (BISON): Update for recent Bisons.
5965 (YACC): Fix typo.
5966 (cross): Depend on all-build.
5967 (all): Do not depend on all-build.
5968 (prebootstrap): Remove.
5969 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5970 (Prebootstrap dependencies): Add them to the per-stage targets
5971 and to all-prebootstrap.
5972 * configure.in (build_configdirs): Always enable build_tools.
5973 (BUILD_DIR_PREFIX): Remove.
5974
5975 * Makefile.def (gcc): Add target variable.
5976 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5977 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5978 in the recursive `make', instead of hardwiring `all'.
5979 (Autogenerated TARGET-* variables): New.
5980
de0b4a87
JW
59812004-08-17 Robert Millan <robertmh@gnu.org>
5982
5983 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5984 (instead of FreeBSD).
5985 * configure: Regenerate.
5986
ad681c85
NN
59872004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5988
675c6968
NN
5989 * Makefile.def, configure.in, src-release: Remove useless, bogus
5990 references to tix.
5991 * Makefile.in, configure: Regenerate.
5992
ad681c85
NN
5993 * src-release: Stop distributing mmalloc with gdb (which doesn't
5994 use it).
5995 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5996 * Makefile.in: Regenerate.
5997
11b04d1f
DD
59982004-08-09 Mark Mitchell <mark@codesourcery.com>
5999
6000 * configure.in (arm*-*-eabi*): New target.
6001 * configure: Regenerate.
6002
f2420bea
NN
60032004-08-01 Robert Millan <robertmh@gnu.org>
6004
6005 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6006 libmudflap for all GNU-based systems (with Glibc).
6007 * configure: Regenerate.
6008
9e6ce191
PB
60092004-08-06 Paolo Bonzini <bonzini@gnu.org>
6010
6011 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6012 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6013 (Dependencies): New section.
6014 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6015 (configure-target-[+module+]): Depend on maybe-all-gcc
6016 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6017 (toplevel profiledbootstrap): Fix dependencies.
6018 * Makefile.in: Regenerate.
6019
df4a6958
MM
60202004-08-03 Mark Mitchell <mark@codesourcery.com>
6021
6022 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6023 target-libiberty to noconfigdirs.
6024
11b04d1f
DD
60252004-08-03 Paul Brook <paul@codesourcery.com>
6026
6027 * configure.in: Check for MPFR as well as GMP.
6028 * configure: Regenerate.
6029
b813574b
PB
60302004-08-03 Paolo Bonzini <bonzini@gnu.org>
6031
6032 * Makefile.def (host-modules): Add gcc.
6033 * Makefile.in: Regenerate.
6034 * Makefile.tpl (sorry): New rule.
6035 (configure-host, all-host, [+make_target+]-host, do-check,
6036 install-host): Do not add gcc as a special case.
6037 (host modules): Add a small special-casing for gcc. Export
6038 extra_make_flags through the environment.
6039 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6040 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6041 other recursive targets for gcc): Remove.
6042
6043 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6044 (stage, unstage): New rules.
6045 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6046 distclean-stage[+id+]): Use stage_current.
6047 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6048 the stage*-start rules.
6049
61edac0c
JW
60502004-07-19 Robert Millan <robertmh@gnu.org>
6051
6052 Synced from gcc:
6053
6054 2004-04-26 Robert Millan <robertmh@gnu.org>
6055
6056 Add patches from libtool CVS.
6057 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6058 * ltconfig: Likewise.
6059 * ltcf-c.sh: Likewise.
6060 * ltcf-cxx.sh: Likewise.
6061 * ltcf-gcj.sh: Likewise.
6062
3e707e94
PB
60632004-07-12 Paolo Bonzini <bonzini@gnu.org>
6064
6065 * configure.in: Add noconfigdirs for crx-*-*.
6066 * configure: Regenerate.
6067
60682004-07-12 Paolo Bonzini <bonzini@gnu.org>
6069
6070 Synced from gcc:
6071
6072 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6073
6074 * configure.in: Build libmudflap by default on FreeBSD.
6075 * configure: Regenerated.
6076
6077 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6078
6079 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6080 systems.
6081 * configure: Regenerated.
6082
6083 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6084
6085 PR target/16344
6086 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6087 feedback based compiler.
6088 * Makefile.in: Rebuilt.
6089
6090 2004-07-05 Phil Edwards <phil@codesourcery.com>
6091
6092 * configure.in: Do not prepend $srcdir to /dev/null in
6093 makefile fragments.
6094 * configure: Regenerate.
6095
a7ee7660
AO
60962004-07-08 Alexandre Oliva <aoliva@redhat.com>
6097
6098 * Makefile.def (host_modules): Set bootstrap=true for flex.
6099 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6100 * Makefile.in: Rebuilt.
6101
6a9cf61e
PB
61022004-07-01 Paolo Bonzini <bonzini@gnu.org>
6103
6104 * Makefile.def (build_modules): Add bison, byacc, flex,
6105 m4, texinfo.
6106 (flags_to_pass): Add FLEX.
6107 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6108 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6109 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6110 DEFAULT_MAKEINFO): Remove.
6111 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6112 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6113 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6114 objdir or else use configured tool.
6115 (all-build): New.
6116 (all): Depend on it.
6117 (Build module dependencies): Add.
6118 * Makefile.in: Regenerate.
6119 * configure.in: Better support for multiple build modules,
6120 matching what is done for host/target modules. Do not look
6121 for "plausible" locations of build tools if Canadian cross.
6122 Use autoconf's AC_PROG_CC to find a C compiler. Define
6123 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6124 * configure: Regenerate.
6125
95b6a1f2
PB
61262004-06-22 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6129 * Makefile.in: Regenerate.
6130
7ffa0b57
PB
61312004-06-22 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.tpl (configure-build-[+module+],
6134 configure-[+module+], configure-target-[+module+]): Pass
6135 [+extra_configure_args+].
6136 (all-build-[+module+], all-[+module+], check-[+module+],
6137 install-[+module+], [+make_target+]-[+module+],
6138 all-target-[+module+], check-target-[+module+],
6139 install-target-[+module+], [+make_target+]-target-[+module+]):
6140 Pass [+extra_make_args+].
6141 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6142 (GCC_HOST_EXPORTS): Remove.
6143 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6144 cross, check-gcc, check-gcc-c++, install-gcc,
6145 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6146 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6147 * Makefile.in: Regenerate.
6148
929ba6e7
CF
61492004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6150
6151 * configure.in: Check for srcdir/winsup rather than build directory
6152 winsup.
6153 * configure: Regenerate.
6154
b76d7de0
CV
61552004-06-17 Corinna Vinschen <vinschen@redhat.com>
6156
6157 * configure.in: Don't build Cygwin native newlib if winsup
6158 directory is missing. Emit warning instead.
6159 * configure: Regenerate.
6160
656fdd47
PB
61612004-06-09 Paolo Bonzini <bonzini@gnu.org>
6162
6163 * Makefile.tpl (touch-stage[+id+]): New.
6164 (restage[+prev+]): Depend on touch-stage[+id+].
6165
6166 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6167 Use it throughout.
6168
6169 * Makefile.def: Add profile and feedback bootstrap stages.
6170 Remove next field from bootstrap stages.
6171 * Makefile.tpl (LN, LN_S): Substitute.
6172 (stageN-start, stageN-end): Use double-colon rules, to
6173 provide a hook for additional setup commands.
6174 (distclean-stageN-gcc, restageN): Create dependencies from
6175 [+prev+], not from [+next+].
6176 (stageN-bubble): Add commands for successive stages from
6177 [+prev+], using double-colon rules.
6178 (all-stageN-gcc): Fix typo.
6179 (stagefeedback-start, profiledbootstrap): New.
6180 * Makefile.in: Regenerate.
6181 * configure.in: Call ACX_PROG_LN.
6182 * configure: Regenerate.
6183
498d4a71
CF
61842004-06-03 Paolo Bonzini <bonzini@gnu.org>
6185
6186 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6187 without gcc.
6188 * configure: Regenerate.
6189
377d8c42
PB
61902004-06-01 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.tpl: Fix typo.
6193 * Makefile.in: Regenerate.
6194
f5f8a794
PB
61952004-06-01 Paolo Bonzini <bonzini@gnu.org>
6196
6197 * configure.in: Remove new- prefix from toplevel
6198 bootstrap targets.
6199 * configure: Regenerate.
6200
f7a4c34f
PB
62012004-06-01 Paolo Bonzini <bonzini@gnu.org>
6202
6203 Merge this patch from the gcc tree:
6204
6205 2004-05-30 Andreas Jaeger <aj@suse.de>
6206 Jim Wilson <wilson@specifixinc.com>
6207
6208 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6209 like CC.
6210
319cab08
PB
62112004-06-01 Paolo Bonzini <bonzini@gnu.org>
6212
6213 * Makefile.tpl (all.normal): Rename to all.
6214 (all): Replace with a rule to pick the default
6215 target from configure.
6216 (all-gcc, configure-gcc): Use conditionals to
6217 do nothing when toplevel bootstrap is going on.
6218 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6219 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6220 * configure.in: Support --enable-bootstrap.
6221
6222 * Makefile.def: Remove new- prefix from toplevel
6223 bootstrap targets.
6224 * Makefile.tpl: Likewise.
6225
6226 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6227 target.
6228
6229 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6230 $(RECURSE_FLAGS) to recursive invocation of make.
6231
6232 * Makefile.in: Regenerate.
6233 * configure: Regenerate.
6234
88f64edc
DJ
62352004-05-27 Daniel Jacobowitz <dan@debian.org>
6236
6237 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6238 * configure: Regenerate.
6239
378fce5b
DD
62402004-05-25 Daniel Jacobowitz <drow@false.org>
6241
6242 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6243 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6244 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6245 targets.
6246 * Makefile.in: Regenerate.
6247
dfdffa2c
PB
62482005-05-24 Paolo Bonzini <bonzini@gnu.org>
6249
6250 * configure.in: Test the ability to symlink directories.
6251 * configure: Regenerate.
6252
6253 * Makefile.def (bootstrap-stage): New definitions.
6254 * Makefile.tpl (configure-stage1-gcc,
6255 configure-stage2-gcc, configure-stage3-gcc,
6256 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6257 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6258 new-restage3, compare): Autogenerate, see Makefile.in
6259 entry for behavioral changes.
6260 (distclean-stage1, new-stage1-start, new-stage1-end,
6261 new-stage1-bubble, distclean-stage2, new-stage2-start,
6262 new-stage2-end, new-stage2-bubble, distclean-stage3,
6263 new-stage3-start, new-stage3-end): New autogenerated targets.
6264 (objext, prebootstrap, BOOT_CFLAGS,
6265 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6266 targets.
6267
6268 * Makefile.in: Regenerate.
6269 (distclean-stage1, new-stage1-start, new-stage1-end,
6270 new-stage1-bubble, distclean-stage2, new-stage2-start,
6271 new-stage2-end, new-stage2-bubble, distclean-stage3,
6272 new-stage3-start, new-stage3-end): New targets.
6273 (all-stage1-gcc): Move prebootstrap dependency from here...
6274 (configure-stage1-gcc): ...to here.
6275 (new-bootstrap): Use bubble targets.
6276 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6277 Use per-stage distclean targets.
6278 (configure-stage1-gcc, configure-stage2-gcc,
6279 configure-stage3-gcc, all-stage1-gcc,
6280 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6281 Use new-stageN-start to prepare the tree.
6282
04cf1b77
PB
62832004-05-23 Paolo Bonzini <bonzini@gnu.org>
6284
6285 * Makefile.def (host_modules): add libcpp.
6286 * Makefile.tpl: Add dependencies on and for libcpp.
6287 * Makefile.in: Regenerate.
6288 * configure.in: Add libcpp host module.
6289 * configure: Regenerate.
6290
80b200a1
ZW
62912004-05-17 Zack Weinberg <zack@codesourcery.com>
6292
6293 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6294 of libf2c.
6295 * configure, Makefile.in: Regenerate.
6296
4b1cb4fe
DD
62972004-05-13 Diego Novillo <dnovillo@redhat.com>
6298
6299 Merge from tree-ssa-20020619-branch.
6300
6301 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6302 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6303 (HOST_GMPLIBS): Define.
6304 (HOST_GMPINC): Define.
6305 (TARGET_LIB_PATH): Add libmudflap.
6306 (GFORTRAN_FOR_TARGET): Define.
6307 (configure-build*): Export GFORTRAN.
6308 (configure-gcc): Export GMPLIBS and GMPINC.
6309 (all-gcc): Add maybe-all-libbanshee.
6310 (configure-target-libgfortran): Define.
6311 * Makefile.in: Regenerate.
6312 * configure.in (host_libs): Add libbanshee.
6313 (target_libraries): Add target-libmudflap and target-libgfortran.
6314 Add --with-libbanshee.
6315 Handle --disable-libmudflap.
6316 (*-*-freebsd*): Use with_gmp.
6317 Add $(libgcj) to noconfigdirs.
6318 * configure: Regenerate.
6319 * depcomp: New file.
6320 * MAINTAINERS: Add tree-ssa maintainers.
6321
63222004-04-28 Paolo Bonzini <bonzini@gnu.org>
6323
6324 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6325 * configure: Regenerate.
6326
b8908782
DD
63272004-04-27 Paolo Bonzini <bonzini@gnu.org>
6328
6329 Revert:
6330 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6331
6332 * Makefile.def (flags_to_pass): Remove *dir variables that
6333 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6334 as well as prefix and exec_prefix.
6335 * Makefile.in: Regenerate.
6336
63372004-04-26 Paolo Bonzini <bonzini@gnu.org>
6338
6339 * Makefile.def (host_modules): Mark with the bootstrap
6340 flag packages on which gcc depends.
6341 * Makefile.tpl (all-bootstrap): Use it.
6342 * Makefile.in: Regenerate.
6343
63442004-04-26 Paolo Bonzini <bonzini@gnu.org>
6345
6346 * Makefile.def (flags_to_pass): Remove *dir variables that
6347 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6348 as well as prefix and exec_prefix.
6349 * Makefile.in: Regenerate.
6350
63512004-04-26 Paolo Bonzini <bonzini@gnu.org>
6352
80b200a1
ZW
6353 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6354 * configure: Regenerate.
6355 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6356 * gcc/Makefile.tpl (compare): Use the result of the test.
6357 * gcc/Makefile.in: Regenerate.
b8908782
DD
6358
63592004-04-23 Paolo Bonzini <bonzini@gnu.org>
6360
6361 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6362 Always relocate gcc and prev-gcc to the original names, even
6363 if the build fails.
6364 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6365 New targets.
6366
0f260896
RO
63672004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6368
6369 * configure.in (mips*-*-irix5*): Enable ld.
6370 * configure: Regenerate.
6371
51860f05
JW
63722004-04-15 James E Wilson <wilson@specifixinc.com>
6373
6374 * Makefile.tpl (configure-[+module+], configure-gcc,
6375 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6376 Set and export LDFLAGS.
6377 * Makefile.in: Regenerate.
6378
54752a6b
NN
63792004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6380
6381 PR bootstrap/14871
6382 * Makefile.tpl: If we don't have built-in-tree target tools,
6383 use the ones found by configure rather than hacking around with
6384 program_transform_name.
6385 * configure.in: Give Makefile.tpl the information necessary
6386 to do that.
6387 * Makefile.in: Regenerate.
6388 * configure: Regenerate.
6389
63902004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6391
6392 PR bootstrap/14760
6393 * configure.in: When computing baseargs, strip *all* copies of
6394 offending options. Also, don't match/substitute the trailing space,
6395 so that this actually works when two similar options are separated by
6396 only one space.
6397 * configure: Regenerate.
6398
63992004-04-06 David Edelsohn <edelsohn@gnu.org>
6400
80b200a1
ZW
6401 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6402 (rs6000-*-aix*): Same.
6403 * configure: Regenerate.
54752a6b 6404
5e2b61fb
SS
64052004-03-25 Stan Shebs <shebs@apple.com>
6406
6407 Remove MPW support, no longer used.
6408 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6409 mpw-install: Remove files.
6410 * src-release (DEVO_SUPPORT): Remove names of removed files.
6411 * MAINTAINERS: Likewise.
6412
1a6f2dc7
NN
64132004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6414
a0049f1b
NN
6415 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6416 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6417 * Makefile.in: Regenerate.
6418
1a6f2dc7
NN
6419 * configure.in (top level bootstrap support): Rework --enable-werror
6420 to set @stage2_werror_flag@.
6421 * configure: Regenerate.
6422 * Makefile.tpl (top level bootstrap support): Pass
6423 @stage2_werror_flag@ down to configure in stages 2 and 3.
6424 * Makefile.in: Regenerate.
6425
920e3419
NN
64262004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6427
6428 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6429 for stages 2 and 3 as well as in make. As a consequence, remove
6430 OUTPUT_OPTION (now detected by configure) from the flags passed down
6431 to make.
6432 * Makefile.in: Regenerate.
6433
6434 * Makefile.tpl (new-bootstrap): Fix typo.
6435 * Makefile.in: Regenerate.
6436
4fa63067
NN
64372004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6438
6439 * Makefile.tpl: Rearrange by moving recursive_targets rules
6440 into their proper sections.
6441 * Makefile.tpl (top level bootstrap support): Move disabling
6442 of coverage flags from 'make' to 'configure'; improve comments.
6443 * Makefile.in: Regenerate.
6444
6445 * Makefile.tpl (experimental top level bootstrap) Move stage1
6446 language setting from all- target to configure- target; disable
6447 intermodule optimization in stage 1; prevent gratuitous rebuilds
6448 of stage 1.
6449 * Makefile.in: Regenerate.
6450 * configure.in: Comma-separate stage 1 language list for top
6451 level bootstrap.
6452 * configure: Regenerate.
6453
6454 * Makefile.tpl: Clean up experimental top level bootstrap support:
6455 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6456 prev-gcc in configure- targets as well as all- targets.
6457 * Makefile.in: Regenerate.
6458
fb8a10fd
NN
64592004-03-17 Paolo Bonzini <bonzini@gnu.org>
6460
6461 * configure.in: Remove symbolic link section.
6462 * configure: Regenerate.
6463 * Makefile.tpl (links): Remove.
6464 * Makefile.in: Regenerate.
6465
947f426e 64662004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6467 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6468
6469 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6470 Set with AC_CHECK_PROGS.
947f426e
NN
6471 * configure.in: Fix comment typo from last patch.
6472 * configure: Regenerate.
6473
1d39f329
NN
64742004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6475
6476 * Makefile.tpl: Introduce experimental top level bootstrap support.
6477 * Makefile.in: Regenerate.
6478 * configure.in: Introduce support for top level bootstrap.
6479 * configure: Regenerate.
6480
4b0ac75d 64812004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6482 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6483
6484 PR bootstrap/14522
6485 * configure.in: Cope with shells that do not support unquoted ^
6486 * configure: Regenerate.
6487
2e70b094 64882004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6489 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6490
6491 PR bootstrap/14522
6492 * configure.in: Cope with shell that do not support nesting
6493 quotes inside quoted backquote substitutions.
6494 * configure: Regenerate.
6495
64962004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6497
6498 PR bootstrap/14522
6499 * configure.in: Fix escaping of $.
6500 * configure: Regenerate.
6501
9e07f89d
NN
65022004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6503
6504 * configure: Regenerate.
6505
65062004-03-08 Paolo Bonzini <bonzini@gnu.org>
6507
6508 PR ada/14131
6509 Move language detection to the top level.
6510 * configure.in: Find default values for the tools as
6511 soon as possible. Disable ada if GNAT is not found.
6512 Emit error message about missing languages. Expand
6513 --enable-languages=all for the gcc subdirectory.
6514
1712ab83
RS
65152004-03-01 Richard Sandiford <rsandifo@redhat.com>
6516
6517 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6518 and disable libgcj.
6519 * configure: Regenerated.
6520
3dee29da
NN
65212004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6522
6523 PR bootstrap/7087
6524 * Makefile.tpl: Guard XFOO sed statements better.
6525 * Makefile.tpl: Add dependency for configure-target-libada.
6526 * Makefile.in: Regenerate (incidentally fixes broken
6527 commit when libada-branch was merged).
6528
0558264b
AC
65292004-02-28 Andrew Cagney <cagney@redhat.com>
6530
6531 * src-release (CVS_NAMES): Define.
6532 (do-tar, do-tar): Prune $(CVS_NAMES).
6533
c38f9803
AC
65342004-02-23 Andrew Cagney <cagney@redhat.com>
6535
6536 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6537 2004-02-19.09.
6538
55636792
NN
65392004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6540
6541 PR bootstrap/11932
6542 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6543
1e600082
AC
65442004-02-19 Andrew Cagney <cagney@redhat.com>
6545
6546 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6547 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6548
3769cd82
DD
65492004-02-11 David Edelsohn <edelsohn@gnu.org>
6550
6551 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6552 (rs6000-*-aix*): Same.
6553 * configure: Regenerate.
6554
a92834c8
DD
65552004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6556
6557 * configure.in (host): Add in missing $noconfigdirs to defines.
6558 * configure: Regenerate.
6559
a2592b1b
DD
65602004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6561 Nathanael Nerode <neroden@gcc.gnu.org>
6562
6563 PR ada/6637, PR ada/5911
80b200a1 6564 Merge with libada-branch:
a2592b1b
DD
6565 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6566 with appropriate dependencies. Add --enable-libada configure switch.
6567 * configure, Makefile.in: Regenerate.
6568
e31d1ea3
DD
65692004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6570
6571 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6572 * configure: Regenerate.
6573
db85f5c0
JJ
65742004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6575
6576 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6577
fc434214
DD
65782004-01-23 DJ Delorie <dj@redhat.com>
6579
6580 * Makefile.def (target_modules) [libiberty]: Don't stage.
6581 * Makefile.in: Rebuilt.
6582
ad445c2c 65832004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6584
ad445c2c
JJ
6585 * COPYING.NEWLIB: Update to include copyrights for new
6586 iconv code.
6587
72bbedde
AC
65882004-01-15 Andrew Cagney <cagney@redhat.com>
6589
6590 * src-release: Update copyright year.
6591 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6592 (NEWLIB_SUPPORT_DIRS): Delete macro.
6593 (newlib.tar.bz2): Delete rule.
6594
a6d6062d
DD
65952004-01-14 Loren J. Rittle <ljrittle@acm.org>
6596
6597 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6598 * Makefile.tpl (configure-target-[+module+]): Support stage.
6599 * Makefile.in: Rebuilt.
6600
f8b73030
MR
66012003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6602
6603 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6604 throughout.
6605
aff0e9df
NN
66062004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6607
bb5dca17
NN
6608 * configure.in: Use ./config.cache, not config.cache.
6609 * configure: Regenerate.
6610 * Makefile.tpl: Special-casing not needed for GCC any more.
6611 * Makefile.in: Regenerate.
6612
82252c06
NN
6613 * configure.in: Don't share a cache file for host dirs.
6614 * configure: Regenerate.
6615
aff0e9df
NN
6616 * config-ml.in: Don't mess with the cache file.
6617
95036d20
NN
66182004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6619
ac7b618e
NN
6620 * Makefile.tpl: Make GCC use a separate config.cache.
6621 * Makefile.in: Regenerate.
6622
95036d20
NN
6623 PR bootstrap/11932, PR bootstrap/11933
6624 (I don't know if it will fix either of them, but it relates
6625 to them.)
6626 * configure.in: Don't use shared config.cache for target
6627 directories.
6628 * configure: Regenerate.
6629
08c1856b
DD
66302003-12-31 Roger Sayle <roger@eyesopen.com>
6631
6632 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6633 * configure: Regenerated.
6634
c1968181 66352003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6636
9eb322aa
MF
6637 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6638 * configure: Regenerated.
c1968181 6639
10ecffb9
NN
66402003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6641
6642 Port change over from GCC:
6643 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6644 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6645 (configure-build-[+module+], configure-[+module+]): Likewise.
6646 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6647 * Makefile.in: Regenerate.
6648
f2ab5990
TF
66492003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6650
6651 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6652 * configure: Regenerate.
6653
41a7d11a
JJ
66542003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6655
80b200a1 6656 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6657 stdlib.
6658
d9441a1f
DD
66592003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6660
6661 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6662 * Makefile.in: Regenerate.
6663
3a48a978
DD
66642003-10-20 Phil Edwards <phil@codesourcery.com>
6665
6666 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6667 * configure: Regenerate.
6668
f0b24077
NN
66692003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6670
6671 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6672 HOST_FLAGS_TO_PASS.
6673 * Makefile.in: Regenerate.
6674
5fbad20a
DD
66752003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6676
6677 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6678 * configure: Rebuilt
6679 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6680 * Makefile.in: Rebuilt
6681
78be4155
L
66822003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6683
6684 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6685
051fcc7a
L
66862003-10-01 Phil Edwards <pme@gcc.gnu.org>
6687
6688 * config-ml.in: Use ac_configure_args directly instead of
6689 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6690 actually seen.
6691
66922003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6693
6694 * config-ml.in: Propagate INSTALL variables.
6695
f27d4f92
DJ
66962003-09-21 Daniel Jacobowitz <drow@mvista.com>
6697
6698 * configure.in: Pass a computed --program-transform-name
6699 to subconfigures.
6700 * configure: Regenerated.
6701
cae4d560
NN
67022003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6703
6704 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6705 * Makefile.in: Regenerate.
6706
6707 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6708 * Makefile.in: Regenerate.
6709
8ff944f6
DJ
67102003-09-17 Daniel Jacobowitz <drow@mvista.com>
6711
6712 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6713 quoting.
6714 * configure: Regenerated.
6715
d9a35680
MC
67162003-09-12 Michael Chastain <mec@shout.net>
6717
6718 Fix PR gdb/857.
6719 * src-release (do-proto-topleve): Remove junk files
6720 intl/config.cache, intl/config.status,
6721 intl/config.h, intl/stamp-h.
6722
710068b9
AC
67232003-09-14 Andrew Cagney <cagney@redhat.com>
6724
6725 * src-release (dejagnu.tar): New target.
6726 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6727 (do-djunpack): Use $(PACKAGE) for the package name.
6728
e1008165
DD
67292003-09-04 DJ Delorie <dj@redhat.com>
6730
6731 * configure: Regenerate.
6732
21998d12
NC
67332003-09-04 Robert Millan <robertmh@gnu.org>
6734
6735 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6736
ccca4bb3
DD
67372003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6738
6739 * configure.in: Ensure arguments to sed are properly spaced.
6740 * configure: Regenerate.
6741
ee949b5e
DJ
67422003-08-28 Daniel Jacobowitz <drow@mvista.com>
6743
6744 Merge from gcc:
6745 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6746 * install-sh: Update to newer upstream versions (associated with
6747 aclocal 1.7).
6748 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6749
75addda2
DJ
67502003-08-27 Daniel Jacobowitz <drow@mvista.com>
6751
6752 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6753 * configure: Regenerated.
6754
8d2877d8
NN
67552003-08-23 Phil Edwards <pme@gcc.gnu.org>
6756
6757 * configure.in: Use newline instead of semicolon when assuming
6758 shell arguments in a for loop.
6759 * configure: Regenerated.
6760
d2cc0e0d
GK
67612003-08-20 Geoffrey Keating <geoffk@apple.com>
6762
6763 PR 8180
6764 * configure.in: When testing with_libs and with_headers, treat
6765 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6766 * configure: Regenerate.
80b200a1 6767
d2cc0e0d
GK
6768 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6769 make, shell, etc.
6770 (baseargs): Likewise.
6771 * configure: Regenerate.
6772
04d1ab34
GK
67732003-08-19 Geoffrey Keating <geoffk@apple.com>
6774
6775 * configure.in: Disable libgcj for darwin not on powerpc.
6776 * configure: Rebuild.
6777
ca506da8
MC
67782003-08-15 Michael Chastain <mec@shout.net>
6779
6780 * src-release (do-proto-toplev): Remove junk files
6781 dejagnu/example/calc/config.status,
6782 dejagnu/example/calc/config.log.
6783
a4aa3f49
DD
67842003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6785
6786 * config-ml.in, symlink-tree: Add license.
6787
ede4fbe4
NN
67882003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6789
6790 Merge from gcc:
6791
6792 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6793 * Makefile.tpl (check, check-c++): Express dependencies using
6794 dependencies rather than commands.
6795 * Makefile.in: Regenerate.
6796
6797 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6798 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6799 * Makefile.in: Update.
6800
970f29af
AC
68012003-08-01 Andrew Cagney <cagney@redhat.com>
6802
6803 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6804 * configure: Ditto.
6805
b2884a0c
DD
68062003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6807
6808 * configure.in: Enable libgcj for darwin.
6809 * configure: Rebuild.
6810
c07f46a4
NN
68112003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6812
6813 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6814
9175bfc0
NN
68152003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6816
6817 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6818 creating target and build subdirs to build all parent dirs as needed.
6819 * Makefile.in: Rebuild.
6820 * configure.in: Don't build dirs explicitly here.
6821 * configure: Rebuild.
6822
b9abda6a
AO
68232003-07-22 Alexandre Oliva <aoliva@redhat.com>
6824
6825 * Makefile.tpl (all-make): Depend on intl.
6826 * Makefile.in: Rebuilt.
6827
eef8ffd4
NN
68282003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6829
6830 * config.if: Remove unused libc_interface determination.
6831
295efaf0
NN
68322003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6833
6834 * Makefile.in: Regenerate, correctly this time.
6835
e5c3f801
NN
68362003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6839 unused INSTALL_PROGRAM_ARGS.
6840 * configure.in: Use AC_PROG_INSTALL.
6841 * Makefile.in: Regenerate.
6842 * configure: Regenerate.
6843
4a18bd6b
AO
68442003-07-10 Alexandre Oliva <aoliva@redhat.com>
6845
6846 * configure: Rebuilt.
6847 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6848 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6849 newlib nor libgloss.
6850 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6851 * configure.in (am33_2.0-*-linux*): Added.
6852
fbd1054d
BW
68532003-07-09 Bob Wilson <bob.wilson@acm.org>
6854
6855 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6856 * configure: Regenerate.
6857
b40e3958
L
68582003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6859
6860 * config-ml.in: Replace PWD with PWD_COMMAND.
6861 * Makefile.tpl: Likewise.
6862 * Makefile.in: Regenerated.
6863
4a5be7ba
NN
68642003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6865
6866 * configure.in: Clean up config-lang.in handling. Delete
6867 useless assignment to "subdirs".
6868 * configure: Regenerate.
6869
9c14acb8
NN
68702003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6871
6872 * configure.in: Rename 'target_libs' to 'target_libraries'.
6873 Remove useless reference to 'target_libs'.
6874 * configure: Regenerate.
6875
8f32e830
KS
68762003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6877
6878 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6879 * Makefile.in: Regenerate.
6880
12f0bd74
NN
68812003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6882
6883 * Makefile.def: Introduce flags_to_pass.
6884 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6885 * Makefile.in: Regenerate.
6886
b07c2aad
HPN
68872003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6888
6889 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6890 and target-libgloss.
6891 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6892 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6893 * configure: Regenerate.
b07c2aad 6894
56f25033
DD
68952003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6896
6897 * configure.in: Update testsuite_flags to new location.
6898 * configure. Regenerate.
80b200a1 6899
4ec9a3b2
NN
69002003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6901
6902 * Makefile.tpl: Remove BUILD_CC stuff.
6903 * Makefile.in: Regenerate.
6904
059083b1 69052003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6906
059083b1
L
6907 * config.guess: Update to 2003-06-12 version.
6908 * config.sub: Update to 2003-06-13 version.
6909
535b046a
TS
69102003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6911
6912 * MAINTAINERS: Add myself as MIPS co-maintainer.
6913
00c22daa 69142003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6915
00c22daa
L
6916 * config.guess: Update to 2003-06-06 version.
6917 * config.sub: Update to 2003-06-06 version.
6918
1047cb91
DD
69192003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6920
6921 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6922 * configure. Regenerate.
6923
123494c8
NN
69242003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6925
1047cb91
DD
6926 * configure.in: Disable serial configure by default.
6927 * configure: Regenerate.
6928 * Makefile.tpl: Abolish .NOTPARALLEL.
6929 * Makefile.in: Regenerate.
6930
7f121bbf
NN
6931 * Makefile.tpl: Replace {build,host,target}_canonical by
6932 {build,host,target}.
6933 * Makefile.in: Regenerate.
6934
123494c8
NN
6935 * Makefile.tpl: Fix stupid pasto.
6936 * Makefile.in: Regenerate.
6937
ec7e0995
NN
69382003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6939
6940 * Makefile.tpl: Remove bogus conditional.
6941 * Makefile.in: Regenerate.
6942
27b1cc72
NN
69432003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6944
2a4cbe27
NN
6945 * Makefile.tpl: Make 'recursive targets' using autogen rather
6946 than shell loop. Remove duplicate 'clean' targets and false
6947 comments.
6948 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6949 Add systematic method of specifying missing targets in subdirs.
6950 Add copyright boilerplate.
6951 * Makefile.in: Regenerate.
6952 * configure.in: Add 'recursive targets' to maybe list.
6953 * configure: Regenerate.
6954
27b1cc72
NN
6955 * Makefile.tpl: Rename [+target+] to [+make_target+].
6956 * Makefile.def: Rename 'target' to 'make_target'.
6957
01e51bd0
NC
69582003-05-30 Nick Clifton <nickc@redhat.com>
6959
6960 * README-maintainer-mode: Update URL for locating blessed config
6961 tools.
6962
2fd84b42
NC
69632003-05-29 Robert Millan <rmh@debian.org>
6964
6965 * ltconfig: Import this patch and modify for use with current
6966 version of ltconfig:
6967
6968 2003-05-21 Bruno Haible <bruno@clisp.org>
6969
6970 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6971 GNU/FreeBSD.
6972
8945c6bb
DD
69732003-05-28 DJ Delorie <dj@redhat.com>
6974
6975 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6976 * Makefile.in: Regenerate.
6977
2f9632a1
JJ
69782003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6979
80b200a1 6980 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6981
3a12db16 69822003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6983
3a12db16
DD
6984 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6985 newlib or libgloss.
6986 * Makefile.in: Regenerate.
6987
44482353
DD
69882003-05-21 DJ Delorie <dj@redhat.com>
6989
6990 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6991 * Makefile.in: Regenerate.
6992
fec2c52d
MR
69932003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6994
6995 * configure.in: Use curly braces in the definition of tooldir.
6996 * configure: Regenerate.
6997
16ae0395
NN
69982003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6999
7000 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7001 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7002 Factor out common code from autogen IF statements.
7003 * configure: Regenerate.
7004 * Makefile.in: Regenerate.
7005
ec11bdc6
DD
70062003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7007
7008 * configure.in: Accept i[3456789]86 for machine type.
7009 * configure: Regenerate.
7010
dd12c3a8
NN
70112003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 * configure.in: Switch more things to use maybe dependencies.
7014 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7015 * configure: Regenerate.
7016 * Makefile.tpl: Switch more things to use maybe dependencies.
7017 * Makefile.in: Regenerate.
7018
cf662e21
AJ
70192003-05-16 Andreas Schwab <schwab@suse.de>
7020
7021 * Makefile.tpl (install-opcodes): Define.
7022 * Makefile.in: Rebuild.
7023
5481b376
AJ
70242003-05-13 Andreas Jaeger <aj@suse.de>
7025
7026 * config.guess: Update to 2003-05-09 version.
7027 * config.sub: Update to 2003-05-09 version.
7028
3959a22a
AJ
70292003-05-13 Michael Eager <eager@mvista.com>
7030
7031 * configure.in: Correct sed script so that options in quotes are not
7032 deleted.
7033 * configure: Rebuild.
7034
564b43e5
CV
70352003-05-12 Corinna Vinschen <corinna@vinschen.de>
7036
7037 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7038 and $$s/newlib/libc/sys/cygwin32 include paths.
7039 * configure: Ditto.
7040
bb947dc9
L
70412003-05-05 H.J. Lu <hjl@gnu.org>
7042
7043 * config-ml.in: Restored from gcc repository.
7044
77f7441a
CD
70452003-05-02 Chris Demetriou <cgd@broadcom.com>
7046
80b200a1
ZW
7047 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7048 * Makefile.in: Regenerate.
77f7441a 7049
a26d7085
DJ
70502003-04-27 Daniel Jacobowitz <drow@mvista.com>
7051
7052 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7053 and Makefile.def.
7054
e4c4d240
DJ
70552003-04-27 Daniel Jacobowitz <drow@mvista.com>
7056
7057 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7058 * Makefile.in: Regenerated.
7059
62a3fc85
DD
70602003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7061
7062 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7063 * Makefile.in: Regenerate.
7064
70652003-04-18 Jakub Jelinek <jakub@redhat.com>
7066
7067 * configure.in (powerpc64*-*-linux*): Remove.
7068 * configure: Rebuilt.
7069
5b474aa8
DD
70702003-04-17 Phil Edwards <pme@gcc.gnu.org>
7071
7072 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7073 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7074 and restrap.
7075 * Makefile.in: Regenerate.
7076
70772003-04-16 Richard Earnshaw <rearnsha@arm.com>
7078
7079 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7080 * configure: Regenerated.
7081
bc295afe
AO
70822003-04-11 Alexandre Oliva <aoliva@redhat.com>
7083
7084 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7085 * */configure: Rebuilt.
7086
3728fade
NN
70872003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7088
7089 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7090 * Makefile.in: Regenerate.
7091
ce5b542e
MC
70922003-03-14 Michael Chastain <mec@shout.net>
7093
7094 * Makefile.in: Regenerate with correct Makefile.def.
7095
3db0a37f
NN
70962003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7097
7098 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7099 Make macro.
7100 * Makefile.in: Regenerate.
7101 * configure.in: Clean up gxx_include_dir logic.
7102 * configure: Regenerate.
7103
34349c6e
DD
71042003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7105
7106 * configure.in (gxx_include_dir): Fix typo.
7107 * configure: Regenerated.
7108
686c28c9
AC
71092003-03-06 Andrew Cagney <cagney@redhat.com>
7110
7111 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7112
bba45b8b 71132003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7114
bba45b8b
NN
7115 * configure.in: Include $(build_tooldir)/sys-include in
7116 FLAGS_FOR_TARGET.
7117 * configure: Regenerated.
7118
2683747f
NN
71192003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7120
bba45b8b
NN
7121 * Makefile.tpl: Reindent.
7122 * Makefile.in: Regenerate.
7123 * configure.in: Reindent. Don't set unused variables.
7124 * configure: Regenerate.
7125
2683747f
NN
7126 * Makefile.tpl: Always pass down RANLIB.
7127 * Makefile.in: Regenerate.
7128
7129 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7130 * Makefile.in: Regenerate.
7131 * configure.in: Remove unused logic relating to --enable-shared
7132 and --enable-threads. Remove bogus comments. Remove redundant
7133 noconfigdirs.
7134 * configure: Regenerate.
7135
7136 * configure.in: Replace ${libstdcxx_version} by its value.
7137 Remove reference to mh-dgux.
7138 * configure: Regenerate.
7139
50212802
NN
71402003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * Makefile.tpl: Rearrange.
7143 * Makefile.in: Regenerate.
7144
a6be7fc6
NC
71452003-02-25 Nick Clifton <nickc@redhat.com>
7146
7147 * configure: Remove site-file supprot - it is obsolete.
7148
f8a495c8
NC
71492003-02-24 Uwe Stieber <uwe@wwws.de>
7150
7151 * configure.in: Add support for kaOS as cross build target system.
7152 * configure: Regenerated.
7153
3decd77d
DD
71542003-02-20 Sean McNeil <sean@blue.mcneil.com>
7155
7156 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7157 configure-target-* as some target builds may require additional
7158 flags for preprocessor tests.
7159 * Makefile.in: Regenerated.
7160
f4ff34a3
AO
71612003-02-19 Alexandre Oliva <aoliva@redhat.com>
7162
7163 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7164 * ltconfig: Handle it.
7165 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7166 auto-detecting it.
7167
b7e4a931
AO
71682003-02-19 Alexandre Oliva <aoliva@redhat.com>
7169
7170 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7171 it is used as argument to $CC.
7172 * ltcf-gcj.sh: Likewise.
7173
6b784d9f
AO
71742003-02-19 Alexandre Oliva <aoliva@redhat.com>
7175
7176 * configure.in: Introduce --enable-maintainer-mode.
7177 * configure: Rebuilt.
7178 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7179 for maintainer mode.
7180 * Makefile.in: Rebuilt.
7181
8bcd8a07
AC
71822003-02-19 Andrew Cagney <ac131313@redhat.com>
7183
7184 * configure: Regenerate using autoconf 2.13.
7185
ee3fd329
AM
71862003-02-19 Alan Modra <amodra@bigpond.net.au>
7187
7188 * config.guess: Import latest version.
7189 * config.sub: Import latest version.
7190
e9e45685
JM
71912003-02-18 Jason Merrill <jason@redhat.com>
7192
7193 * Makefile.tpl (check-c++): Allow parallelism.
7194
859789af
AC
71952003-02-17 Andrew Cagney <ac131313@redhat.com>
7196
7197 * configure: Regenerate using autoconf 000227.
7198
b3f16a9b
GK
71992003-02-15 Geoffrey Keating <geoffk@apple.com>
7200
7201 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7202 don't configure target-libobjc.
7203 * configure: Regenerate.
7204
72e60e02
DD
72052003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7206
7207 * Makefile.tpl (RANLIB): Define.
7208 * Makefile.in: Regenerate.
7209
91f0e695
KS
72102003-02-06 Keith R Seitz <keiths@redhat.com>
7211
7212 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7213 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7214 * Makefile.in: Regenerated.
7215 * configure.in: Remove all traces of snavigator, db, and grep.
7216 * configure: Regenerated.
7217
122bfa92
FCE
72182003-01-31 Frank Ch. Eigler <fche@redhat.com>
7219
7220 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7221 * Makefile.in: Regenerated.
7222
264095c3
AO
72232003-01-30 Alexandre Oliva <aoliva@redhat.com>
7224
7225 * config.if: Copy from GCC.
7226
a84dbcb3
AO
72272003-01-27 Phil Edwards <pme@gcc.gnu.org>
7228
7229 * configure.in: Revert 24Jan change.
7230 * configure: Regenerate.
7231
19618276
NN
72322003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7233
7234 * configure.in: Revert previous change.
7235 * configure: Regenerate.
7236
b7f27a92
NN
72372003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7238
7239 * configure.in: Make rda native-only.
7240 * configure: Regenerate.
7241
83326456
NN
72422003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7243
7244 * configure.in: Add missing \.
7245 * configure: Rebuilt.
7246
5e367fa5
JJ
72472003-01-17 Jakub Jelinek <jakub@redhat.com>
7248
7249 * configure.in (baseargs): Avoid using \| in sed regular
7250 expressions.
7251 * configure: Rebuilt.
7252
e01f337c
JJ
72532003-01-16 Jakub Jelinek <jakub@redhat.com>
7254
7255 * configure.in (baseargs): Remove all supported forms of
7256 --cache-file, --srcdir, --host, --build and --target options
7257 from argument lists.
7258 * configure: Rebuilt.
7259
aa236487
AO
72602003-01-15 Alexandre Oliva <aoliva@redhat.com>
7261
7262 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7263 * configure: Rebuilt.
7264
586c0873
NN
72652003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7266
7267 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7268 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7269 * Makefile.in: Regenerate.
7270 * configure: Regenerate.
7271
497f816e
DD
72722003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7273
7274 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7275 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7276 * Makefile.in: Regenerate.
7277
bfbe5519
AO
72782003-01-09 Alexandre Oliva <aoliva@redhat.com>
7279
7280 * configure.in: Remove Makefile in build, host and target modules
7281 unless configure was run with --no-recursion.
7282 * configure: Rebuilt.
7283
3f234ef5
CD
72842003-01-08 Chris Demetriou <cgd@broadcom.com>
7285
7286 * config.guess: Update to 2003-01-03 version.
7287 * config.sub: Update to 2003-01-03 version.
7288
a3982d48
CF
72892003-01-07 Christopher Faylor <cgf@redhat.com>
7290
7291 * configure: Regenerate with proper autoconf 2.13.
7292
75778ec4
CF
72932003-01-07 Christopher Faylor <cgf@redhat.com>
7294
80b200a1
ZW
7295 * configure.in: Add AC_PREREQ for consistency.
7296 * configure: Regenerate.
75778ec4 7297
c180f501
AC
72982003-01-06 Andrew Cagney <ac131313@redhat.com>
7299
7300 * configure.in (GDB_TK): Add tcl directories conditional on
7301 gdb/gdbtk directory being present.
7302 * configure: Regenerate.
5481b376 7303
46ca2cc2
DA
73042003-01-04 John David Anglin <dave.anglin@nrc.ca>
7305
7306 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7307 by gcc if LD is not defined and we are not doing a Canadian Cross.
7308 * configure: Rebuilt.
7309
53dd8dab
DJ
73102003-01-01 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7313
50ceb20c
TT
73142002-12-31 Tom Tromey <tromey@redhat.com>
7315
7316 * Makefile.in: Rebuilt.
7317 * Makefile.def (target_modules) [libffi]: Allow installation.
7318
e78b5cfe
AS
73192002-12-31 Andreas Schwab <schwab@suse.de>
7320
7321 * configure.in: Fix use of $program_transform_name.
7322 * configure: Regenerated.
7323
67448102
DJ
73242002-12-30 Daniel Jacobowitz <drow@mvista.com>
7325
7326 * configure.in (baseargs): Don't remove first configure argument.
7327 * configure: Regenerated.
7328
e6bfb94a
AO
73292002-12-29 Alexandre Oliva <aoliva@redhat.com>
7330
7331 * Makefile.tpl (local-distclean): Don't remove...
7332 (multilib.ts): ... this. Moved into...
7333 (multilib.out): ... this. Don't use sub-make.
7334 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7335 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7336 (configure-build-[+module+], configure-[+module+],
7337 configure-target-[+module+], configure-gcc): ... these. Test
7338 for Makefile existence. Drop config.status from dependencies.
7339 * Makefile.in: Rebuilt.
7340 * configure.in: Move gcc-version-trigger to the end of
7341 ac_configure_args. Add comments to maybedep.tmp and
7342 serdep.tmp. Introduce --disable-serial-configure. Remove
7343 nonopt from baseargs, matching and removing corresponding
7344 whitespace while at it.
7345 * configure: Rebuilt.
7346
8f0dfb36
AO
73472002-12-28 Alexandre Oliva <aoliva@redhat.com>
7348
7349 * configure.in (host_configargs): Replace reference to
7350 no-longer-defined buildopts with --build=${build_alias}.
7351 * configure: Rebuilt.
7352
43be203f
AO
73532002-12-28 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7356 program_transform_name to standard idiom.
7357 (AUTOGEN, AUTOCONF): Define.
7358 (Makefile.in): Use $(AUTOGEN).
7359 (Makefile): Depend on config.status, and use autoconf-style rule to
7360 build it. Move original commands to...
7361 (config.status): ... this new target.
7362 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7363 $(AUTOCONF).
7364 * Makefile.in: Rebuilt.
7365
a0da8069
NN
73662002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7367
d18f1c9f
NN
7368 * Makefile.tpl: Fix dramatic bustage due to change in
7369 program_transform_name.
7370 * Makefile.in: Regenerate.
7371
7372 * configure.in: Remove unnecessary PATH setting.
7373 * configure: Regnerate.
7374
7375 * configure.in: Don't default to unprefixed tools unless
7376 the native tools will work.
7377 * configure: Regenerate.
7378
a0da8069
NN
7379 * configure.in: Convert to autoconf script. Blow away lots
7380 of now-redundant Makefile fragments.
7381 * configure: Generate using Autoconf.
7382 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7383 * Makefile.in: Regenerate.
7384
c567df0a
NN
73852002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7386
5481b376 7387 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7388 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7389
5481b376 7390 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7391 where they belong.
2c7f9a32 7392
2dabcfb4
AS
73932002-12-24 Andreas Schwab <schwab@suse.de>
7394
7395 * Makefile.tpl (multilib.out): Fix missing space.
7396 * Makefile.in: Regenerate.
7397
1086bc09
NN
73982002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7399
7400 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7401 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7402 * Makefile.in: Regenerate.
7403 * configure.in: Remove unnecessary leftovers.
7404
1086bc09
NN
74052002-12-21 Geoffrey Keating <geoffk@apple.com>
7406
7407 * configure.in (extra_ranlibflags_for_target): New variable.
7408 (*-*-darwin): Add -c to ranlib commands.
7409 * configure (tooldir): Handle extra_ranlibflags_for_target.
7410
14e9ca95
JJ
74112002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7412
7413 * COPYING.NEWLIB: Updated.
7414 * COPYING.LIBGLOSS: Ditto.
7415
14c428fb
NN
74162002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7417
7418 * Makefile.tpl: Revert HJL's change.
7419 * Makefile.in: Regenerated.
7420 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7421 always.
7422
313b8244
AS
74232002-12-19 Andreas Schwab <schwab@suse.de>
7424
7425 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7426 * Makefile.in: Regenerate.
7427
efeae3db
L
74282002-12-18 H.J. Lu <hjl@gnu.org>
7429
7430 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7431 * Makefile.in: Regenerated.
7432
7433 * configure.in (build_prefix): New. Substitute.
7434
43d92c63
NN
74352002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7436
59da4fe6
NN
7437 * Makefile.tpl: Don't let real targets depend on phony targets.
7438 * Makefile.in: Regenerate.
7439
43d92c63
NN
7440 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7441 * Makefile.in: Regenerate.
7442
b72e6a2d
JM
74432002-12-16 Jason Merrill <jason@redhat.com>
7444
7445 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7446 previous 'make bootstrap'.
7447 * Makefile.in: Regenerate.
7448
95c72c44
HPN
74492002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7450
7451 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7452
7d695d07
JM
74532002-12-13 Jason Merrill <jason@redhat.com>
7454
7455 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7456 library tests.
7457 (check-c++): Just depend on it and check-target-libstdc++-v3.
7458 * Makefile.in: Regenerate.
7459
54103d1e
NN
74602002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7461
7462 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7463 * Makefile.in: Regenerate.
7464
4024f1e1
JJ
74652002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7466
80b200a1
ZW
7467 * COPYING.NEWLIB: Update list of alternate Regent of California
7468 licenses and discuss official revoking of advertising clause.
7469 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7470
7dda0df6
AO
74712002-12-12 Alexandre Oliva <aoliva@redhat.com>
7472
7473 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7474 * Makefile.in: Rebuilt.
7475
d03be79e 74762002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7477
929293f4
NN
7478 * configure: Fix bug put in by gremlins.
7479
d03be79e
NN
7480 * Makefile.tpl: Substitute more autoconfily.
7481 * configure: Substitute more autoconfily.
7482 * Makefile.in: Regenerate.
7483
74842002-12-08 Andrew Cagney <ac131313@redhat.com>
7485
7486 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7487 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7488
74892002-12-06 DJ Delorie <dj@redhat.com>
7490
7491 * Makefile.tpl: Change configure dependencies to not have real
7492 targets depend on phony targets.
b4a77b47 7493
db1ac78d
NN
74942002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7495
bcaf2395
NN
7496 * configure.in: Revert unintentional change.
7497
b4fa093e
NN
7498 * src-release: Configure host subdirs.
7499
db1ac78d
NN
7500 * Makefile.tpl: Change dependency for */multilib.out so that
7501 it works when gcc isn't in the tree.
7502
7503 * configure.in: Substitute more.
7504 * configure: Run subconfigures from the Makefile.
7505 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7506 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7507
15723a45
NN
75082002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7509
e2b9e2dc
NN
7510 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7511 and corresponding dependencies.
7512 * Makefile.in: Regenerate.
7513
2af579c4
NN
7514 * configure.in (host_tools): Order binutils, gas and ld for
7515 convenience in running the testsuites.
7516
a2cc058a
NN
7517 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7518 * Makefile.in: Regenerate.
7519 * configure.in: Introduce rules to serialize subconfigure runs.
7520
15723a45
NN
7521 * configure.in: Introduce BASE_CC_FOR_TARGET.
7522 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7523 Realize configure-build-* targets. Realize configure-target-* targets.
7524 * Makefile.in: Regenerate.
7525
ae831be5
NN
75262002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7527
7528 * configure: Move gcc_version_trigger stuff from here...
7529 * configure.in: ...to here.
7530
7531 * configure.in: Separate subconfigure options added by this file from
7532 options given by the user. Add machinery to put args for host
7533 subconfigures into the Makefile.
7534
7535 * Makefile.tpl: Remove 'vault' targets.
7536 * Makefile.tpl: Reorder and comment dependencies.
7537 * Makefile.in: Regenerate.
7538
bbf7c8ac
NN
75392002-11-28 Geoffrey Keating <geoffk@apple.com>
7540
7541 * configure.in: Move host-specific darwin noconfigdirs into
7542 the host-specific section.
7543
930314a4
NN
75442002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7545
52d7cdee
NN
7546 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7547 during replay.
7548 * Makefile.in: Regenerate.
7549
930314a4
NN
7550 (finishing slow-motion replay)
7551 * configure: Remove skip-this-dir support.
7552 * Makefile.tpl: Remove skip-this-dir support.
7553
7554 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7555 subdirectories.
7556 * Makefile.in: Regenerate.
7557
7558 * Makefile.tpl: Strip out useless setting of 'dir'.
7559 * Makefile.in: Regenerate.
5481b376 7560
930314a4
NN
75612002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 (finishing slow-motion replay)
7564 * configure.in: Fix deeply stupid bug.
7565
7566 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7567 shell code in CXX_FOR_TARGET
7568 * Makefile.def: Introduce raw_cxx.
7569 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7570 RAW_CXX_FOR_TARGET.
7571 * Makefile.in: Regenerate.
7572
75732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7574
7575 (finishing slow-motion replay)
7576 * Makefile.tpl: Remove unnecessary ifs.
7577 * Makefile.in: Regenerate.
7578
5481b376 7579 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7580 dependencies. Maybe-ize build-libiberty. Create dummy install
7581 targets for 'no_install' modules.
5481b376 7582 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7583 build_modules stuff to configure.in.
5481b376 7584 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7585 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7586 * Makefile.in: Regenerate.
7587
3866be5d
NN
75882002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7589
7590 (continuing slow-motion replay)
7591 * Makefile.tpl: Make all-target, install-target behave similarly
7592 to all, install (only hitting configured targets). Eliminate
7593 unused macro defintions.
7594
7595 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7596 build != host.
7597
7598 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7599
7600 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7601
5481b376 7602 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7603 configuring. Remove references to "dosrel".
7604 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7605 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7606 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7607 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7608 and redundant dependency; rearrange slightly.
7609 * Makefile.def: Add host-side libtermcap, utils.
7610
7611 * Makefile.in: Regenerate.
7612
e393202e
NN
76132002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 (Continuing slow-motion replay)
7616 * Makefile.def: Add list of recursive targets to autogenerate.
7617 Add build_modules.
7618 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7619 targets. Autogenerate *-build-* targets.
7620 * Makefile.in: Regenerate.
7621
583d52d7
NN
76222002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7623
7624 (Continuing slow-motion replay)
7625 * configure: More autoconf-style substitutions.
7626 * Makefile.tpl: More autoconf-style substitutions.
7627 * Makefile.in: Regenerate.
7628
76292002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7630
7631 (Continuing slow-motion replay)
7632 * configure: Substitute more variables in a more autoconf-friendly
7633 way. Simplify slightly.
7634 * Makefile.tpl: Make more variables substitutable in an
7635 autoconf-friendly way.
7636 * Makefile.in: Regenerate.
7637
874e38b4
NN
76382002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7639
7640 (Continuing slow-motion replay)
7641 * configure.in (v810*): Remove special setting of tools.
7642
7643 * configure: Add support for extra required flags for ar or nm.
7644 * configure.in (aix4.3+): Use above support for target-specific
7645 issues, rather than using config/mt-aix43.
7646
852e5f18
NN
76472002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7648
7649 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7650 * configure: Remove 'removing', which doesn't work. Replace $subdir
7651 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7652 with $srcdir. Reformat indentation. Substitute some variables
7653 formerly hard-coded in the Makefile for build=host.
7654 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7655 * Makefile.def: Autogenerate more.
7656 * Makefile.in: Regenerate.
7657
c9a0d920
DD
76582002-11-13 Bruce Korb <bkorb@gnu.org>
7659
7660 * Makefile.tpl: syntactic cleanup
7661
dd2768ff
KB
76622002-11-04 Kevin Buettner <kevinb@redhat.com>
7663
7664 * Makefile.def (host_modules): Add rda.
7665 * Makefile.in: Regenerate.
7666 * configure.in (target_tool): Add target-rda to list.
7667
1aa8389d
DD
76682002-10-25 Phil Edwards <pme@gcc.gnu.org>
7669
7670 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7671 and restrap targets to this rule.
7672 * Makefile.in: Regenerate.
7673
28f46298
HPN
76742002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7675
7676 * configure.in (i[3456]86-*-linux*): Add check to disable
7677 ${libgcj} for glibc1.
7678
ff72e302
NC
76792002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7680
7681 * configure.in: Add tic4x target.
7682
8607b6c9
NN
76832002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7684
7685 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7686 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7687 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7688 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7689 * Makefile.in: Regenerate.
7690
f8f61f4a
NN
76912002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7692
c86f794b
NN
7693 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7694 * Makefile.in: Regenerate.
7695
a9590527
NN
7696 * Makefile.def: Remove order dependency comments.
7697 * Makefile.tpl: Add explicit install-install dependencies.
7698 * Makefile.in: Regenerate.
7699
8412ce72
NN
7700 * Makefile.tpl: Remove material now in src-release. (Finally!)
7701 * Makefile.in: Regenerate.
7702
8b9f37f1
NN
7703 * configure: Restore my original patch by syncing with gcc version.
7704
f8f61f4a
NN
7705 * Bring following over from gcc:
7706
77072002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7708
7709 * configure.in (s390*-*-linux*): Enable libgcj.
7710
403d9505
NN
77112002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7712
7713 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7714
95f6f383
AM
77152002-10-02 Alan Modra <amodra@bigpond.net.au>
7716
e4673b0a 7717 * configure: Move stray lines back to where they belong.
95f6f383 7718
748503c8
NN
77192002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7720
a581b5c3
NN
7721 * Makefile.tpl: Insert configure-target target, for src-release.
7722
c084f5b4
NN
7723 * configure: Finish reverting change which Andrew Cagney started
7724 reverting. Should fix bustage.
7725
7aa673ed 7726 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7727 * src-release: New file. Contains material for making net
7728 releases for gdb, binutils, et al., formerly in Makefile.in.
7729
82a9b2d9
NC
77302002-09-30 Nick Clifton <nickc@redhat.com>
7731
7732 * cpu: New top level directory. Intended to hold input files for
7733 CGEN which have FSF copyright assignment.
7734 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7735
c2463a00
AC
77362002-09-29 Andrew Cagney <ac131313@redhat.com>
7737
7738 Revert below (note that src does not contain Makefile.tpl):
7739 * Makefile.tpl: Make subsituted variables more autoconfy.
7740 * Makefile.in: Regenerate.
7741
f03b4789
NN
77422002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7743
c11e16a9
NN
7744 * configure: Revert accidentally applied changes.
7745
f03b4789
NN
7746 * Makefile.tpl: Make more autoconf-friendly.
7747 * Makefile.in: Regenerate.
7748 * configure: Make substitution more autoconf-like.
7749
77502002-09-28 Richard Earnshaw <rearnsha@arm.com>
7751
7752 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7753 single entry to handle all these.
7754 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7755 libjava on arm-*-elf.
7756
c0292023
GK
77572002-09-27 Geoffrey Keating <geoffk@apple.com>
7758
7759 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7760 things that depend on them.
7761
c66d951e
NN
77622002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7763
7764 * Makefile.tpl: Make subsituted variables more autoconfy.
7765 * Makefile.in: Regenerate.
7766 * configure: Make seds more autoconfy.
7767
907a7241 77682002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7769
7770 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7771 * Makefile.in: Regenerate.
7772 * configure.in: Rewrite sed statements to look autoconfy.
7773
907a7241
NN
7774 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7775 all-target-foo on configure-target-foo.
7776 * Makefile.def: Ditto.
7777 * Makefile.in: Rebuild.
7778
405ea7a0
NN
77792002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7780
7781 * Makefile.def: New file.
7782 * Makefile.tpl: New file.
7783 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7784
7785 * configure.in: Minor rearrangement. Simplify tests.
7786
bdc57bfd
JT
77872002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7788
7789 * configure.in (with_headers): Skip copy if value is "yes".
7790 (with_libs): Likewise.
7791
ae03d6e2
NN
77922002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7793
7794 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7795 * configure.in (sh*-*-pe*): Ditto.
7796 * configure.in (mips*-*-pe*): Ditto.
7797 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7798
7799 * configure.in: Rearrange.
7800
707960fe
NC
78012002-09-12 Nick Clifton <nickc@redhat.com>
7802
7803 * Import these changes from the config master repository:
7804
7805 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7806
7807 * config.sub: Add tic4x target.
7808
7809 2002-09-03 Ben Elliston <bje@redhat.com>
7810
7811 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7812 Reported by <Duncan_Stodart@insession.com>.
7813
36ea319f
JJ
78142002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7815
7816 * COPYING.NEWLIB: More updates.
7817
cf57480a
JJ
78182002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7819
7820 * COPYING.NEWLIB: Update.
7821
fd31a171
AC
78222002-08-23 Andrew Cagney <ac131313@redhat.com>
7823
23b632fc
AC
7824 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7825
fd31a171
AC
7826 * config.guess: Import version 2002-08-23.
7827 * config.sub: Import version 2002-08-22.
7828
a08bafb5
AO
78292002-08-20 Alexandre Oliva <aoliva@redhat.com>
7830
7831 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7832 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7833 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7834
17240c1f
NC
78352002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7836
7837 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7838
e70ad0c6
L
78392002-08-04 H.J. Lu (hjl@gnu.org)
7840
7841 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7842
574e6d11
DD
78432002-07-31 Alan Modra <amodra@bigpond.net.au>
7844
7845 * configure.in: Move generic linux case to end. Copy generic
7846 linux noconfigdirs to mips*-*-linux* entry and new
7847 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7848
611e7523
CD
78492002-07-19 Chris Demetriou <cgd@broadcom.com>
7850
7851 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7852 one instance of them which was missed to the list to update.
7853
51759676
CD
78542002-07-16 Chris Demetriou <cgd@broadcom.com>
7855
7856 * config.guess: Update to 2002-07-09 version.
7857 * config.sub: Update to 2002-07-03 version.
7858
7c1f909c
DD
78592002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7860
7861 * configure.in: Remove two redundant tests.
7862
d7cf5d30
DD
78632002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7864
7865 * configure.in (mips*-*-irix6*o32): Enable stabs.
7866
c74222f7
DD
78672002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7868
5b53c336
DD
7869 * configure.in: Don't build grez.
7870 * Makefile.in: Ditto.
7871
c74222f7
DD
7872 * Makefile.in: Remove references to bsp, cygmon, libstub.
7873 * configure.in: Ditto.
7874
7875 * configure.in: Remove leftover reference to gdbtest.
7876
edd1b227
DD
78772002-07-08 Phil Edwards <pme@gcc.gnu.org>
7878
7879 * configure.in (gxx_include_dir): Change to match versioned
7880 C++ headers if --enable-version-specific-runtime-libs is used.
7881
486186e3
AO
78822002-07-04 Steve Ellcey <sje@cup.hp.com>
7883
7884 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7885
ff0a3bf8
DD
78862002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7887
7888 * configure.in: Make --without-x work.
7889
1dfa8174
NC
78902002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7891
7892 * contrib: New directory. Created to contain a copy of the
5481b376 7893 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7894 the FSF GCC sources.
7895
07637366
DD
78962002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7897
b6f83f2a
DD
7898 * configure.in: Rearrange target Makefile fragment collection.
7899
07637366
DD
7900 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7901 cvs[src].
7902 * configure.in: Ditto.
7903
f48556b1
DD
79042002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7905
7906 * Makefile.in: Eliminate 'apache' targets.
7907 * configure.in: Eliminate 'apache' targets.
7908
7909 * configure.in: Eliminate redundant tests. Reorganize.
7910
7911 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7912
7913 * config-ml.in: Eliminate references to Cygnus configure.
7914
7915 * Makefile.in: Eliminate references to building emacs.
7916
79172002-07-01 Denis Chertykov <denisc@overta.ru>
7918
7919 * configure.in: Add support for ip2k.
7920
cdb9e2b8
BE
79212002-06-24 Ben Elliston <bje@redhat.com>
7922
7923 * configure.in (host_tools): Remove cgen.
7924
7925 * Makefile.in (all-cgen): Remove; runs from its source directory.
7926 (check-cgen, install-cgen, clean-cgen): Likewise.
7927 (all-opcodes): No not depend on all-cgen.
7928 (all-sim): Likewise.
7929
3558860c
DD
79302002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7931
7932 * configure.in: Fix AIX configury bug.
7933
e3b0c936
DD
79342002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7935
cdb9e2b8 7936 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7937
cdb9e2b8
BE
7938 * configure.in: Move definition of libstdcxx_flags right above
7939 usage, rather than way earlier.
8ee424c0 7940
c712250a
DD
7941 * configure.in: Pull definition of is_cross_compiler earlier.
7942
9ee1a75c
DD
7943 * configure.in: Rearrange a little.
7944
e3b0c936
DD
7945 * configure.in: Remove references to librx.
7946 * Makefile.in: Remove references to librx.
7947
b2bd228e
DD
79482002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7949
7950 * configure.in: Eliminate ${gasdir} variable.
7951
7cd52483
DB
79522002-06-18 Dave Brolley <brolley@redhat.com>
7953
7954 * configure.in: Add support for frv.
7955 * config.sub: Add support for frv.
7956
6c5e141a
DD
79572002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7958
7959 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7960
0d18b56d
JT
79612002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7962
7963 * configure.in (vax-*-netbsd*): Re-enable gas.
7964
fd8958d5
DD
79652002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7966
27f15fdd
DD
7967 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7968 BUILD_PREFIX_1, to correct nomenclature.
7969 * configure: Likewise.
7970
fd8958d5
DD
7971 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7972 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7973
0c2442b7
DD
79742002-05-31 Olaf Hering <olh@suse.de>
7975
7976 * config-ml.in: Propogate DESTDIR also.
7977
a3602181
JT
79782002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7979
7980 * configure.in (vax-*-netbsd*): Don't build gas for this
7981 platform.
7982
c95f53ae
MM
79832002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7984
7985 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7986 and libgcj for AVR.
7987
1d7c1053
NC
79882002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7989
7990 * config.sub: Add DLX target.
7991
4b37028f
JT
79922002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7993
7994 * config.guess: Update to 2002-05-22 version.
7995 * config.sub: Likewise.
7996
d5de0a84
NC
79972002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7998
7999 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8000 * config-ml.in: Likewise.
8001 * configure: Likewise.
8002 * configure.in: Likewise.
8003
c92a0210
DD
80042002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8005
115a77aa
DD
8006 * configure.in: Simplify makefile fragment collection.
8007
8008 * configure.in: Remove code to build emacs.
e99daf2b 8009
91e060aa
DD
8010 * configure.in : Remove --srcdir argument from targargs and buildargs
8011 (it's always overridden in the Makefile anyway). Rearrange a bit.
8012
8013 * configure: Move some logic to configure.in.
8014 * configure.in: Move some logic from configure.
c92a0210 8015
91217342
JJ
80162002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8017
8018 * COPYING.LIBGLOSS: New file.
8019
d3d8a9ee
NC
80202002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8021
8022 * Makefile.in: Honour DESTDIR.
8023
3a036cdc
AO
80242002-05-05 Alexandre Oliva <aoliva@redhat.com>
8025
8026 * configure.in (noconfigdirs): Don't disable libgcj on
8027 sparc64-*-solaris* and sparcv9-*-solaris*.
8028
6d095fe4
AO
80292002-05-03 Alexandre Oliva <aoliva@redhat.com>
8030
8031 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8032
dac55df9
TF
80332002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8034
8035 * configure.in (FLAGS_FOR_TARGET): Do not add
8036 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8037 on i[3456]86-*-linux*.
8038
a018e15b
TF
80392002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8040
8041 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8042
8043 * configure.in (noconfigdirs): Do not add target-newlib if
8044 target == i[3456]86-*-linux*, and host == target.
8045
5f284831
MM
80462002-04-29 Mark Mitchell <mark@codesourcery.com>
8047
8048 * config.guess: Updated to 2002-04-26's version.
8049 * config.sub: Updated to 2002-04-26's version.
8050
33babf59
DD
80512002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8052
bd5f7da2
DD
8053 * configure.in: delete reference to absent file
8054
a0c4f3a0
DD
8055 * configure.in: replace '[' with 'test'
8056
66f1ba4f
DD
8057 * configure.in: Eliminate references to gash.
8058 * Makefile.in: Eliminate references to gash.
8059
7c3ab50c
DD
8060 * configure.in: remove useless references to 'pic' makefile fragments.
8061
bbc025f5
DD
8062 * configure.in: (*-*-windows*) Finish removing.
8063
33babf59
DD
8064 * configure.in: Eliminate redundant test for libgui.
8065
d5ec694c
DD
80662002-04-26 Joel Sherrill <joel@OARcorp.com>
8067
8068 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8069 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8070
57a5346c
DD
80712002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8072
8073 * configure.in: remove references to dead files
8074
dbf93899
DD
80752002-04-18 Tom Tromey <tromey@redhat.com>
8076
8077 * configure.in: Disallow configuring libgcj when it is already
8078 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8079 Solaris 2.8 by default. For PR libgcj/6158.
8080
26eadf68
DD
80812002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8082
8083 * configure.in: Move default CC setting out of config/mh-* fragments
8084 directly into here.
8085
a0a2c6c6
DD
80862002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8087
8088 * configure.in: don't even try to configure or make a subdirectory
8089 if there's no configure script for it.
8090
9972f812
DD
80912002-04-15 Mark Mitchell <mark@codesourcery.com>
8092
8093 * MAINTAINERS: Remove chill maintainers.
8094 * Makefile.in (CHILLFLAGS): Remove.
8095 (CHILL_LIB): Remove.
8096 (TARGET_CONFIGDIRS): Remove libchill.
8097 (CHILL_FOR_TARGET): Remove.
8098 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8099 CHILL_LIB.
8100 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8101 (CHECK_TARGET_MODULES): Likewise.
8102 (INSTALL_TARGET_MODULES): Likewise.
8103 (CLEAN_TARGET_MODULES): Likewise.
8104 (configure-target-libchill): Remove.
8105 (all-target-libchill): Remove.
8106 * configure.in (target_libs): Remove target-libchill.
8107 Do not compute CHILL_FOR_TARGET.
8108 * libchill: Remove directory.
5481b376 8109
75205f78
DD
81102002-04-15 DJ Delorie <dj@redhat.com>
8111
8112 * Makefile.in, configure.in, configure: Sync with gcc, entries
8113 follow...
8114
81152002-04-08 Tom Tromey <tromey@redhat.com>
8116
8117 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8118 Fixes PR libgcj/6068.
8119
81202002-03-30 Krister Walfridsson <cato@df.lth.se>
8121
8122 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8123
81242002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8125
8126 * configure.in (alpha*-dec-osf*): Enable libgcj.
8127
81282002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8129
8130 Fix for: PR bootstrap/3591, target/5676
8131 * configure.in (mcore-pe): Disable the configuration of
8132 libstdc++-v3 since exceptions are not supported.
8133
81342002-03-20 Anthony Green <green@redhat.com>
8135
8136 * configure.in: Enable libgcj for xscale-elf target.
8137
81382002-02-28 Alexandre Oliva <aoliva@redhat.com>
8139
8140 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8141 libjava.
8142 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8143
81442002-02-22 Alexandre Oliva <aoliva@redhat.com>
8145
8146 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8147 libstdc++-v3 and libjava.
8148
81492002-02-11 Adam Megacz <adam@xwt.org>
8150
8151 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8152 boehm-gc
8153
81542002-02-09 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * config.guess: Updated to 2002-01-30's version.
8157 * config.sub: Updated to 2002-02-01's version.
8158 Contribute sh64-elf.
8159 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8160 * configure.in: Added sh64-*-*.
8161
81622002-01-17 H.J. Lu <hjl@gnu.org>
8163
8164 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8165 (all-target-fastjar): Also depend on all-target-libiberty.
8166
8167Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8168
8169 * configure, configure.in: Use temp file for long sed commands.
8170
81712001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8172
8173 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8174 libf2c.
8175
81762001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8177
8178 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8179
81802001-10-11 Hans-Peter Nilsson <hp@axis.com>
8181
8182 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8183
81842001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8185
8186 * configure: Handle temporary files securely using mkdir.
8187
81882001-09-26 Will Cohen <wcohen@redhat.com>
8189
8190 * configure.in (*-*-linux*): Disable configuration of target-newlib
8191 and target-libgloss.
8192
81932001-09-26 Alexandre Oliva <aoliva@redhat.com>
8194
8195 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8196 RANLIB.
8197
81982001-08-11 Graham Stott <grahams@redhat.com>
8199
8200 * Makefile.in (check-c++): Add missing semicolon.
8201
82022001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8203
8204 * configure.in (sh-*-linux*): New.
8205
82062001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8207
8208 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8209 and libgcj on m68hc11/m68hc12.
8210
82112001-06-27 H.J. Lu (hjl@gnu.org)
8212
8213 * Makefile (CFLAGS_FOR_BUILD): New.
8214 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8215
82162001-06-01 Hans-Peter Nilsson <hp@axis.com>
8217
8218 * configure.in (libstdcxx_flags): Do not try to execute
8219 libstdc++-v3/testsuite_flags until it exists.
8220
82212001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8222
8223 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8224
82252001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8226
8227 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8228
8229Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8230
8231 * configure.in: Move *-chorusos target case to the proper switch.
8232 Disable libgcj.
8233
82342001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8235
8236 * Makefile.in (STAGE1_CFLAGS): Pass down.
8237
82382001-04-13 Alan Modra <amodra@one.net.au>
8239
8240 * config.guess: Add hppa64-linux support. Note for next import that
8241 this is already in the master file.
8242 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8243
82442001-03-22 Colin Howell <chowell@redhat.com>
8245
8246 * Makefile.in (DO_X): Do not backslash single-quotes in
8247 backquotes (two places).
8248
82492001-03-18 Laurynas Biveinis <lauras@softhome.net>
8250
8251 * Makefile.in (DO_X): Quote nested quotes.
8252
82532001-03-15 Laurynas Biveinis <lauras@softhome.net>
8254
8255 * Makefile.in (DO_X): Use double quotes for quoting
8256 "RANLIB=$${RANLIB}".
8257
82582001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8259
8260 * configure.in: Only use `lang_requires' for languages athat are
8261 actually enabled.
8262
82632001-03-07 Tom Tromey <tromey@redhat.com>
8264
8265 * configure.in: Allow config-lang.in to set `lang_requires' to list
8266 of other required languages.
8267
82682001-03-06 Laurynas Biveinis <lauras@softhome.net>
8269
8270 * Makefile.in: Remove RANLIB definition. Use RANLIB
8271 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8272 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8273
82742001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8275 Alexandre Oliva <aoliva@redhat.com>
8276
8277 * Makefile.in (check-c++): Use tabs, not spaces.
8278
82792001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8280
8281 * Makefile.in (check-c++): New rule.
8282
8283 * configure.in (target_libs): Remove libg++.
8284 (noconfigdirs): Remove libg++.
8285 (noconfigdirs): Same.
8286 (noconfigdirs): Same.
8287 (noconfigdirs): Same.
8288
8289 * config-ml.in: Remove libg++ references.
8290
8291 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8292 (ALL_TARGET_MODULES): Same.
8293 (configure-target-libg++): Remove.
8294 (all-target-libg++): Remove.
8295 (configure-target-libio): Remove.
8296 (all-target-libio): Remove.
8297 (check-target-libio): Remove.
8298 (.PHONY): Remove.
8299 (libg++.tar.bz2): Remove.
8300 (all-target-cygmon): Remove libio.
8301 (all-target-libstdc++): Remove.
8302 (configure-target-libstdc++): Remove.
8303 (TARGET_LIB_PATH): Remove libstdc++.
8304 (ALL_GCC_CXX): Remove libstdc++.
8305 (all-target-gperf): Correct.
8306
83072001-02-15 Anthony Green <green@redhat.com>
8308
8309 * configure: Introduce GCJ_FOR_TARGET.
8310 * configure.in: Ditto.
8311 * Makefile.in: Ditto.
8312
83132001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8314
8315 * configure.in: for *-chorusos, don't config target-newlib and
8316 target-libgloss.
8317
83182001-02-04 Mark Mitchell <mark@codesourcery.com>
8319
8320 Remove V2 C++ library.
8321 * configure.in: Remove --enable-libstdcxx_v3 support.
8322
83232001-01-27 Richard Henderson <rth@redhat.com>
8324
8325 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8326
83272001-01-26 Tom Tromey <tromey@redhat.com>
8328
8329 * configure.in: Allow libgcj to be built on Sparc Solaris.
8330
83312001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8332
8333 * configure.in: Enable libgcj on several additional platforms.
8334
83352001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8336
8337 * configure.in: Enable libgcj for linux targets.
8338
83392001-01-09 Mike Stump <mrs@wrs.com>
8340
8341 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8342 failures of subdirectories.
8343
83442001-01-02 Laurynas Biveinis <lauras@softhome.net>
8345
8346 * configure: handle DOS-style absolute paths.
8347
83482001-01-02 Laurynas Biveinis <lauras@softhome.net>
8349
8350 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8351
83522000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8353
8354 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8355 (libstdcxx_incdir): Pass down.
8356 * config.if: Remove expired bits for cxx_interface, add stub.
8357 (libstdcxx_incdir): Add variable for g++ include directory.
8358 * configure.in (gxx_include_dir): Use it.
8359
83602000-12-15 Andreas Jaeger <aj@suse.de>
8361
8362 * configure.in: Handle lang_dirs.
8363
83642000-12-13 Anthony Green <green@redhat.com>
8365
8366 * configure.in: Disable libgcj for any target not specifically
8367 listed. Disable libgcj for x86 and Alpha Linux until compatible
8368 with g++ abi.
8369
83702000-12-13 Mike Stump <mrs@wrs.com>
8371
8372 * Makefile.in (local-distclean): Also remove fastjar.
8373
83742000-12-10 Anthony Green <green@redhat.com>
8375
8376 * configure.in: Define libgcj. Disable libgcj target libraries for
8377 most targets.
8378
83792000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8380
8381 * configure.in (target_libs): Revert 2000-12-08 patch.
8382 (noconfigdirs): Added target-libjava.
8383
83842000-12-09 Laurynas Biveinis <lauras@softhome.net>
8385
8386 * Makefile.in: handle DOS-style absolute paths.
8387
83882000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8389
8390 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8391 libjava.
8392 * configure.in (target_libs): Removed `target-libjava'.
8393
83942000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8395
8396 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8397 (ALL_MODULES): Added fastjar.
8398 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8399 (all-target-libjava): all-fastjar replaces all-zip.
8400 (all-fastjar): Added.
8401 (configure-target-fastjar, all-target-fastjar): Likewise.
8402 * configure.in (host_tools): Added fastjar.
8403
84042000-12-07 Mike Stump <mrs@wrs.com>
8405
8406 * Makefile.in (local-distclean): Remove leftover built files.
8407
84082000-11-16 Fred Fish <fnf@be.com>
8409
8410 * configure.in (enable_libstdcxx_v3): Fix typo,
8411 libstd++ -> libstdc++.
8412
84132000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8414
8415 * configure: Provide the original toplevel configure arguments
8416 (including $0) to subprocesses in the environment rather than
8417 through gcc/configargs.h.
8418
84192000-11-12 Mark Mitchell <mark@codesourcery.com>
8420
8421 * configure: Turn on libstdc++ V3 by default.
8422
84232000-10-16 Michael Meissner <meissner@redhat.com>
8424
8425 * configure (gcc/configargs.h): Only create if there is a build GCC
8426 directory created.
8427
84282000-10-05 Phil Edwards <pme@gcc.gnu.org>
8429
8430 * configure: Save configure arguments to gcc/configargs.h.
8431
84322000-10-04 Andris Pavenis <pavenis@latnet.lv>
8433
8434 * Makefile.in (bootstrap): avoid recursion if subdir missing
8435 (cross): ditto
8436 (do-proto-toplev): ditto
8437
8438Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8439
8440 * configure.in: Do not build byacc for hppa64. Provide paths to the
8441 X11 libraries for hppa64.
8442
84432000-09-02 Anthony Green <green@cygnus.com>
8444
8445 * Makefile.in (all-gcc): Depend on all-zlib.
8446 (CLEAN_MODULES): Add clean-zlib.
8447 (ALL_MODULES): Add all-zlib.
8448 * configure.in (host_libs): Add zlib.
8449
84502000-08-25 Alexandre Oliva <aoliva@redhat.com>
8451
8452 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8453 $targargs to tell whether newlib is going to be built.
8454
8455 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8456 $$r/TARGET_SUBDIR/libio for _G_config.h.
8457
84582000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8459
8460 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8461
8462 * configure: Make enable_threads and enable_shared defaults
8463 explicit. Substitute enable_threads into generated Makefiles.
8464 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8465 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8466
84672000-08-02 Manfred Hollstein <manfredh@redhat.com>
8468
8469 * configure.in: Re-enable all references to libg++ and librx.
8470
ffb97b2f 84712002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8472
ffb97b2f
DD
8473 * configure.in: Add *-*-freebsd* configurations.
8474
bbf6e9e3
AC
84752002-04-07 Andrew Cagney <ac131313@redhat.com>
8476
8477 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8478 (do-tar, do-bz2): New rules.
8479 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8480 (gdb-tar): New rule.
8481 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8482 (insight_dejagnu.tar): New rule.
8483 (insight.tar): New rule.
8484 (gdb+dejagnu.tar): New rule.
8485 (gdb.tar): New rule.
8486
8f1579c0
AC
84872002-04-07 Andrew Cagney <ac131313@redhat.com>
8488
8489 * MAINTAINERS: Update dejagnu/
8490
ba3c59ab
AO
84912002-03-16 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * ltmain.sh (relink_command): Fix typo in previous change.
8494
6243d5dd
AO
84952002-03-15 Alexandre Oliva <aoliva@redhat.com>
8496
8497 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8498 (relink_command): Added --tag flags.
8499 (mode=install): If relinking fails; error out.
8500
80413487
RH
85012002-03-12 Richard Henderson <rth@redhat.com>
8502
8503 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8504 .NOTPARALLEL tag.
8505 (do-check): Rename from check.
8506 (check): Allow parallel check.
8507
3daeddf6
RH
85082002-03-11 Richard Henderson <rth@redhat.com>
8509
8510 * Makefile.in (.NOTPARALLEL): Add fake tag.
8511
fad93c55
L
85122002-03-07 H.J. Lu (hjl@gnu.org)
8513
8514 * configure.in: Enable gprof for mips*-*-linux*.
8515
2e8357fc
AO
85162002-02-28 Alexandre Oliva <aoliva@redhat.com>
8517
8518 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8519 libjava.
8520 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8521
bd48e1a9
AC
85222002-02-24 Andrew Cagney <ac131313@redhat.com>
8523
8524 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8525
39121370
DJ
85262002-02-23 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * config.guess: Import from master sources, rev 1.232.
8529 * config.sub: Import from master sources, rev 1.246.
8530
081ff160
AO
85312002-02-23 Alexandre Oliva <aoliva@redhat.com>
8532
8533 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8534 because its Makefile is there; test for the executable instead.
8535
20a5393b
AO
85362002-02-09 Alexandre Oliva <aoliva@redhat.com>
8537
8538 Contribute sh64-elf.
8539 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8540 * configure.in: Added sh64-*-*.
8541
38135629
JJ
85422002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8543
80413487
RH
8544 * COPYING.NEWLIB: Remove advertising clause from
8545 Berkeley and Red Hat licenses.
38135629 8546
48d19748
MD
85472002-02-01 Mo DeJong <supermo@bayarea.net>
8548
8549 * Makefile.in: Add all-tix to deps for all-snavigator
8550 so that tix is built when building snavigator.
8551
f6e1c110
BE
85522002-02-01 Ben Elliston <bje@redhat.com>
8553
8554 * config.guess: Import from master sources, rev 1.229.
8555 * config.sub: Import from master sources, rev 1.240.
8556
4867be41
DJ
85572002-01-27 Daniel Jacobowitz <drow@mvista.com>
8558
8559 From Steve Ellcey <sje@cup.hp.com>:
8560 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8561 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8562 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8563 IA64.
8564 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8565 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8566 soname_spec, sys_lib_search_path_spec): Ditto.
8567
e82380cc
JT
85682002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8569
8570 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8571 target-libiberty, and target-libgloss. Skip Java-related
8572 libraries if not supported for NetBSD on target CPU.
8573
1319fb9c
NC
85742002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8575
8576 * configure.in: Import StrongARM and XScale target_configdirs from
8577 FSF GCC version.
8578
b020f6ac
L
85792002-01-16 H.J. Lu (hjl@gnu.org)
8580
8581 * config.guess: Import from master sources, rev 1.225.
8582 * config.sub: Import from master sources, rev 1.238.
8583
8584 * MAINTAINERS: Updated notes on config.guess and config.sub.
8585
a0c1c920
NC
85862002-01-11 Steve Ellcey <sje@cup.hp.com>
8587
8588 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8589 ld and gdb are not supported.
8590
a9fa5e1f
JJ
85912002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8592
8593 * Change reference to Cygnus Solutions to be Red Hat.
8594
94077108
JJ
85952002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8596
8597 * COPYING.NEWLIB: Update generic copyright date.
8598
05ecd75c
MS
85992002-01-07 Mark Salter <msalter@redhat.com>
8600
8601 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8602 Allow target-libgloss to be built for arm, strongarm, and xscale.
8603
a106bb62
BE
86042002-01-03 Ben Elliston <bje@redhat.com>
8605
8606 * MAINTAINERS: Update URL for config.* scripts.
8607
0e254642
AM
86082001-12-18 Alan Modra <amodra@bigpond.net.au>
8609
8610 * config.sub: Import latest version.
8611 * config.guess: Likewise.
8612
0a0d0041
TF
86132001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8614
8615 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8616 options for i[3456]86-pc-linux* native builds.
8617
d932cae7
NC
86182001-12-05 Laurent Guerby <guerby@acm.org>
8619
8620 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8621 libiberty.
d932cae7
NC
8622
8623 Import this patch from gcc:
5481b376 8624
d932cae7
NC
8625 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8626
8627 * symlink-tree: handle DOS-style absolute paths.
8628
49b7683b
DD
86292001-11-28 DJ Delorie <dj@redhat.com>
8630 Zack Weinberg <zack@codesourcery.com>
8631
8632 When build != host, create libiberty for the build machine.
8633
8634 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8635 CONFIG_ARGUMENTS.
8636 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8637 New variables.
8638 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8639 and rules.
8640 (all.normal): Depend on ALL_BUILD_MODULES.
8641 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8642 (all-build-libiberty): Depend on configure-build-libiberty.
8643
8644 * configure: Calculate and substitute proper value for
8645 ALL_BUILD_MODULES.
8646 * configure.in: Create the build subdirectory.
8647 Calculate and substitute TARGET_CONFIGARGS (formerly
8648 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8649
26ef82f4
GK
86502001-11-26 Geoffrey Keating <geoffk@redhat.com>
8651
8652 * config.sub: Update to version 1.232 on subversion.
8653
43e64072
NC
86542001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8655
8656 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8657 files from .po files for a distribution.
8658
66f6c0d5
HPN
86592001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8660
8661 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8662
4a02fdb2
JH
86632001-11-13 Jeff Holcomb <jeffh@redhat.com>
8664
8665 Merged from net gcc:
8666 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8667 * ltcf-c.sh: Use $objext, not $ac_objext.
8668 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8669 * ltcf-cxx.sh: Add support for GNU.
8670 2001-07-22 Timothy Wall <twall@redhat.com>
8671 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8672 default settings if using GNU tools with that configuration.
8673 * ltcf-cxx.sh: Ditto.
8674 * ltcf-gcj.sh: Ditto.
8675 2001-07-21 Michael Chastain <chastain@redhat.com>
8676 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8677 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8678 * ltmain.sh: Mark as gcc-local.
8679
227b9953
JH
86802001-11-13 Jeff Holcomb <jeffh@redhat.com>
8681
8682 * Makefile.in (all-bison): Revert 2001-10-24.
8683 Don't depend on texinfo.
8684
cbbab8fb
JJ
86852001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8686
80413487 8687 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8688
922b2485
DD
86892001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8690
8691 * configure.in (--enable-languages): Be more permissive about
8692 syntax. Check for empty lists better. Warn about $LANGUAGES.
8693
f08fa01d
HPN
86942001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8695
8696 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8697
fee3da4e
JH
86982001-10-24 Jeff Holcomb <jeffh@redhat.com>
8699
8700 Makefile.in (all-bison): Don't depend on texinfo.
8701
73fb1ef9
AM
87022001-10-03 Alan Modra <amodra@bigpond.net.au>
8703
8704 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8705
373688ac
AO
87062001-09-29 Alexandre Oliva <aoliva@redhat.com>
8707
8708 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8709
9c07660b
HPN
87102001-09-28 Hans-Peter Nilsson <hp@axis.com>
8711
8712 * config.sub, config.guess: Import latest from subversions.
8713
3f152009
AO
87142001-09-21 Alexandre Oliva <aoliva@redhat.com>
8715
8716 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8717 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8718 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8719 avoid quotes nesting problems.
8720 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8721 (DO_X): Export only variables that are set.
8722
8f6a59e5
BE
87232001-09-19 Ben Elliston <bje@redhat.com>
8724
8725 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8726 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8727 semantics. Use the shell built-in "type" command instead.
8728
a1ec19fa
TS
87292001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8730
8731 * config.sub: Reverted the earlier change, this version is not the
8732 master file.
8733
4008bd9b
TS
87342001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8735
8736 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8737 Add support for mips64.
8738
dd1e52a4
JH
87392001-09-03 Jeff Holcomb <jeffh@redhat.com>
8740
8741 * configure.in: Enable libstdc++-v3 for h8300 targets.
8742
91549d1c
EC
87432001-08-30 Eric Christopher <echristo@redhat.com>
8744 Jason Eckhardt <jle@redhat.com>
8745
8746 * config.sub: Add support for mipsisa32.
8747
cf966cf9
EC
87482001-08-30 Eric Christopher <echristo@redhat.com>
8749
8750 * config.sub, config.guess: Import latest from subversions.
8751
82208dc5
AM
87522001-08-20 Alan Modra <amodra@bigpond.net.au>
8753
8754 * config.sub, config.guess: Import latest from subversions.
8755
4dca8403
DD
87562001-07-26 DJ Delorie <dj@redhat.com>
8757
8758 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8759
1107dce2
AM
87602001-06-19 Alan Modra <amodra@bigpond.net.au>
8761
8762 * Makefile.in: Revert 2001-06-17.
8763 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8764
e09a6604
L
87652001-06-17 H.J. Lu <hjl@gnu.org>
8766
8767 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8768 (gas+binutils.tar.bz2): Likewise.
8769 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8770
31a8b634
AC
8771Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8772
8773 * Makefile.in (VER): When present, extract the version number from
5481b376 8774 the file version.in.
31a8b634 8775
dc70af01
AO
87762001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8777
8778 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8779 gcc/xgcc is built, use -print-prog-name to find out the program
8780 name to use.
8781
839bbd8c
AO
87822001-06-04 Mark Mitchell <mark@codesourcery.com>
8783
8784 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8785 with_gcc]: Use `gcc -shared' to build a shared library.
8786
566e9a30
AO
87872001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8788
8789 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8790 archives.
8791
e877bb69
AO
87922001-05-28 Simon Patarin <simon.patarin@inria.fr>
8793
8794 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8795 libraries when using g++ with native linker.
8796
1605288b
AO
87972001-05-28 Alexandre Oliva <aoliva@redhat.com>
8798
8799 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8800
11a383ba
TR
88012001-05-24 Tom Rix <trix@redhat.com>
8802
8803 * configure.in : enable ld for aix
cf966cf9 8804
18611226
AO
88052001-05-22 Alexandre Oliva <aoliva@redhat.com>
8806
8807 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8808 [aix4*|aix5*]: Prepend blank.
8809
6be7c12c
AO
88102001-05-20 Alexandre Oliva <aoliva@redhat.com>
8811
8812 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8813 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8814 of subdir/configure scripts to use the new libtool.m4.
8815
4ed00bba
L
88162001-05-14 H.J. Lu <hjl@gnu.org>
8817
8818 * config.if (libc_interface): Set to -libc6.2- for cross
8819 compiling to Linux/glibc 2.2.
8820
b1af961c
AO
88212001-05-03 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8824 libgcj.
8825
5ec3e74e
AO
88262001-04-26 Alexandre Oliva <aoliva@redhat.com>
8827
8828 * configure.in (noconfigdirs): Don't reset it from scratch in the
8829 target case; only append to it.
8830
b3ed1d6b
AO
88312001-04-26 Alexandre Oliva <aoliva@redhat.com>
8832
8833 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8834 sparc-*-solaris2.8]: Disable ${libgcj}.
8835
96111c10
AO
88362001-04-25 Alexandre Oliva <aoliva@redhat.com>
8837
8838 * configure.in (libgcj_saved): Copy from $libgcj.
8839 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8840 --disable-libgcj.
8841
b5bf43f2
AO
88422001-04-20 Alexandre Oliva <aoliva@redhat.com>
8843
8844 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8845 1.641.2.228.
8846
8cc32590
AO
88472001-04-12 Alexandre Oliva <aoliva@redhat.com>
8848
8849 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8850 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8851
dec0cb0c
AO
88522001-04-01 Alexandre Oliva <aoliva@redhat.com>
8853
8854 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8855 New macros.
8856 (bootstrap, cross): Use RECURSE_FLAGS.
8857 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8858
6a9c3886
AO
88592001-03-27 Alexandre Oliva <aoliva@redhat.com>
8860
8861 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8862
d4fc7db8
NC
88632001-03-23 Nick Clifton <nickc@redhat.com>
8864
8865 * README-maintainer-mode: Add note about inability to use "make
8866 distclean" in maintainer mode.
8867
7389ff65
AO
88682001-03-22 Alexandre Oliva <aoliva@redhat.com>
8869
8870 Re-installed:
8871 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8872 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8873 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8874 * ltcf-cxx.sh: Likewise.
8875 * ltcf-gcj.sh: Likewise.
8876
b3e0dc8e
PB
88772001-03-22 Philip Blundell <philb@gnu.org>
8878
8879 * config.sub, config.guess: Import latest from subversions.
8880
469b781c
AO
88812001-03-22 Alexandre Oliva <aoliva@redhat.com>
8882
8883 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8884 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8885
b0dad762
MC
88862001-03-20 Michael Chastain <chastain@redhat.com>
8887
8888 * Makefile.in: all-m4 depends on all-texinfo.
8889
c559bb17
AO
88902001-03-08 Alexandre Oliva <aoliva@redhat.com>
8891
8892 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8893
fef4ae2e
JJ
88942001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8895
8896 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8897 longer valid.
8898
8d6dd99d
NC
88992001-02-16 Nick Clifton <nickc@redhat.com>
8900
8901 * configure.in (noconfigdirs): Allow configuration of texinfo
8902 for Cygwin hosts.
8903
a85d7ed0
NC
89042001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8905
8906 * config.guess: Add linux target for S/390.
8907 * config.sub: Likewise.
8908 * configure.in: Likewise.
8909
51221c5e
DD
89102001-02-06 Ben Elliston <bje@redhat.com>
8911
8912 * configure: Output host type to stdout, not stderr.
8913
9dec4c71
MS
89142001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8915
8916 * config.guess: Import from subversions.gnu.org (revision 1.181).
8917 * config.sub: Import from subversions.gnu.org (revision 1.199).
8918
9add9c04
AM
89192001-01-30 Alan Modra <alan@linuxcare.com.au>
8920
8921 * config.guess: Handle hppa64-linux systems.
8922
8679174d
MS
89232001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8924
8925 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8926 Don't unset, it's non-portable and no longer necessary, set to empty
8927 instead.
8928
02d01ed4
MS
89292001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8930
8931 * ltconfig: Shell portability fix for the tagname validity check.
8932
4cc5853d
MS
89332001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8934
8935 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8936
7487e485
AO
89372001-01-27 Alexandre Oliva <aoliva@redhat.com>
8938
8939 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8940 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8941
f332af52
AO
89422001-01-24 Alexandre Oliva <aoliva@redhat.com>
8943
8944 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8945 keep at least one of build_libtool_libs or build_old_libs set to
8946 yes.
8947
ef099754
AO
89482001-01-24 Alexandre Oliva <aoliva@redhat.com>
8949
8950 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8951 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8952
8341f2fc 89532000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8954
8341f2fc
AJ
8955 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8956
89572000-11-03 Philip Blundell <pb@futuretv.com>
8958
8959 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8960 files.
ebf0fa2e 8961
c320a39f
JJ
89622001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8963
8964 * COPYING.NEWLIB: Put into source repository.
8965
8817b92e
BE
89662001-01-15 Ben Elliston <bje@redhat.com>
8967
8968 * configure.in (host_tools): Add sid.
8969 Always configure cgen.
8970 * Makefile.in (all-sid): New target.
8971 (check-sid, clean-sid, install-sid): Likewise.
8972
35590697
AJ
89732001-01-07 Andreas Jaeger <aj@suse.de>
8974
80413487 8975 * config.sub, config.guess: Update from subversions.
35590697 8976
6ee6cea6
AO
89772000-12-12 Alexandre Oliva <aoliva@redhat.com>
8978
8979 * configure.in: Disable language-specific target libraries for
8980 languages that aren't enabled.
8981
077b8428
NC
89822000-11-24 Nick Clifton <nickc@redhat.com>
8983
8984 * configure.in (xscale-elf): Add target.
8985 (xscale-coff): Add target.
8986 (c4x, c5x, tic54x): Move after ARM targets.
8987
9e28a1ed
AO
89882000-11-23 Alexandre Oliva <aoliva@redhat.com>
8989
8990 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8991
be98a80a
ILT
89922000-11-20 Ian Lance Taylor <ian@zembu.com>
8993
8994 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8995
5cec67bf
AO
89962000-11-18 Alexandre Oliva <aoliva@redhat.com>
8997
8998 * Makefile.in: Merge with GCC and libgcj.
8999 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9000 configure-target-<library> when their configure scripts need the C
9001 or C++ library to have already been built to work properly.
9002 (do_proto_toplev): Set them to an empty string.
9003
d932cae7 90042000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9005
9006 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9007 (REALLY_SET_LIB_PATH): Use them.
9008
d932cae7 90092000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9010
9011 * config.sub: Add support for Sun Chorus
9012
8602ff0c
NC
90132000-11-02 Per Lundberg <plundis@chaosdev.org>
9014
9015 * config.sub: Add support for the *-storm-chaos OS.
9016
f9e0997d
NC
90172000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9018
80413487
RH
9019 * configure.in (noconfigdirs): Don't compile some
9020 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9021
d64552c5
AO
90222000-09-30 Alexandre Oliva <aoliva@redhat.com>
9023
9024 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9025 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9026 all affected `configure' scripts.
9027
97f60b31
AO
90282000-09-25 Alexandre Oliva <aoliva@redhat.com>
9029
9030 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9031 ltcf-c.sh.
9032
6e8dd58f
PB
90332000-09-12 Philip Blundell <philb@gnu.org>
9034
9035 * config.sub, config.guess: Update from subversions.
9036
103a2e99
AO
90372000-09-06 Alexandre Oliva <aoliva@redhat.com>
9038
51601921
AO
9039 * Makefile.in (all-zlib): Added dummy target.
9040
103a2e99
AO
9041 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9042 multi-language branch.
9043
2809b4b9
AO
90442000-09-05 Alexandre Oliva <aoliva@redhat.com>
9045
9046 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9047 (bootstrap*): Depend on all-bootstrap.
9048
7450026c
AO
90492000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9050
9051 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9052 crosses, but add gcc/include to the header search path for them.
9053
6cf86f7f
AO
90542000-08-31 Alexandre Oliva <aoliva@redhat.com>
9055
9056 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9057 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9058 * gettext.m4: New file, extracted from aclocal.m4.
9059
ce2ea6e3
AO
90602000-08-22 Alexandre Oliva <aoliva@redhat.com>
9061
9062 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9063 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9064 sub-configures.
9065
9765193e
DE
90662000-08-20 Doug Evans <dje@casey.transmeta.com>
9067
9068 * Makefile.in (ALL_MODULES): Add all-cgen.
9069 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9070 (all-cgen): New target.
9071 (all-opcodes,all-sim): Depend on all-cgen.
9072 * configure.in (host_tools): Add cgen.
9073 Only configure cgen if --enable-cgen-maint.
9074
d7b32520
AO
90752000-08-17 Alexandre Oliva <aoliva@redhat.com>
9076
9077 * config-ml.in (CC, CXX): Don't introduce a leading space.
9078
e52ef561
AO
90792000-08-16 Alexandre Oliva <aoliva@redhat.com>
9080
9081 * configure.in (libstdcxx_flags): Use
9082 libstdc++-v3/src/libstdc++.INC.
9083
88f9c2a0
AO
90842000-08-15 Alexandre Oliva <aoliva@redhat.com>
9085
9086 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9087
98fbe43f
JM
90882000-08-11 Jason Merrill <jason@redhat.com>
9089
9090 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9091 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9092 (FLAGS_FOR_TARGET): Not here.
9093 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9094
279ddab4
DD
90952000-08-07 DJ Delorie <dj@redhat.com>
9096
9097 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9098 "if we're also building gcc, and it's a gcc that will run on the
9099 build machine, we want to use its includes instead of the system's
9100 default includes".
9101
60523a83
AO
91022000-08-03 Alexandre Oliva <aoliva@redhat.com>
9103
24ffec7a
AO
9104 * configure.in (libstdcxx_flags): Don't use `"'.
9105
60523a83
AO
9106 * config-ml.in: Adjust multilib search paths to the
9107 appropriate multilib tree.
9108
daf644b5
AO
91092000-08-02 Alexandre Oliva <aoliva@redhat.com>
9110
9111 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9112 commas in $LANGUAGES.
9113
63266560
DD
91142000-08-01 Alexandre Oliva <aoliva@redhat.com>
9115
9116 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9117
91182000-07-31 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9121 CXX_FOR_TARGET for sed.
9122
91232000-07-30 Alexandre Oliva <aoliva@redhat.com>
9124
9125 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9126 Do not override if already set in the environment or in configure.
9127 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9128 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9129
9e449d3e
AO
91302000-07-27 Alexandre Oliva <aoliva@redhat.com>
9131
9132 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9133 (GCC_FOR_TARGET): Use it.
9134 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9135 * configure.in: ... here.
9136 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9137 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9138
8bbd92e0
AO
91392000-07-24 Alexandre Oliva <aoliva@redhat.com>
9140
fd1f87b2
AO
9141 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9142 (configure-target-libchill, configure-target-libobjc): Likewise.
9143
8bbd92e0
AO
9144 * configure.in: Use the same cache file for all target libs.
9145 * config-ml.in: But different cache files per multilib variant.
9146
25c6c112
JL
91472000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9148
9149 * configure (topsrcdir): Don't use dirname.
9150
ba73c63f
JM
91512000-07-20 Jason Merrill <jason@redhat.com>
9152
9153 * configure.in: Remove all references to libg++ and librx.
9154
9155 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9156
1af08294
HPN
91572000-07-20 Hans-Peter Nilsson <hp@axis.com>
9158
9159 * config.sub: Update to subversions version 2000-07-06.
9160
ba73c63f
JM
91612000-07-12 Andrew Haley <aph@cygnus.com>
9162
9163 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9164 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9165
91662000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9167
9168 * symlink-tree: Check number of arguments.
9169
d932cae7 91702000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9171
9172 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9173
ba73c63f
JM
91742000-07-05 Jim Wilson <wilson@cygnus.com>
9175
9176 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9177 search path for a g++ extracted from the build tree. This
9178 will allow link tests run by configure scripts in
9179 subdirectories to succeed.
9180
92ee2f86
UC
91812000-07-01 Koundinya K <kk@ddeorg.soft.net>
9182
80413487 9183 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9184
23f2f29f
CV
91852000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9186
9187 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9188 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9189
f04f5a67
TW
91902000-06-19 Timothy Wall <twall@cygnus.com>
9191
9192 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9193 * config.sub: Add tic54x target.
9194
11da68be
NC
91952000-06-07 Phillip Thomas <pthomas@suse.de>
9196
9197 * README-maintainer-mode: New file: Contains notes on using
9198 --enable-maintainer-mode with binutils.
9199
d932cae7 92002000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9201
9202 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9203
d932cae7 92042000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9205
9206 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9207 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9208
9442cea3
L
920920000-05-21 H.J. Lu (hjl@gnu.org)
9210
80413487
RH
9211 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9212 directory are used if they exist. Make sure
9213 $(build_tooldir)/include is searched for header files,
9214 $(build_tooldir)/lib/ for library files.
9442cea3 9215 (GCC_FOR_TARGET): Likewise.
80413487 9216 (CXX_FOR_TARGET): Likewise.
9442cea3 9217
d932cae7 92182000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9219
9220 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9221
d932cae7 92222000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9223
9224 * Makefile.in (configure-target-libiberty): Depend on
9225 configure-target-newlib.
9226
ba73c63f
JM
92272000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9228
9229 * configure.in, Makefile.in: Merge all libffi-related
9230 configury stuff from the libgcj tree.
9231
d932cae7 92322000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9233
9234 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9235 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9236
d932cae7 92372000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9238
9239 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9240 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9241 current version information. Add to proto-toplev directory.
b5a23627
AC
9242 (gdb-taz): Build do-djunpack.
9243
ba73c63f
JM
92442000-05-15 David Edelsohn <edelsohn@gnu.org>
9245
9246 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9247
7c86ed39
L
92482000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9249
9250 * ltmain.sh: Preserve in relink_command any environment
9251 variables that may affect the linker behavior.
9252
d932cae7 92532000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9254
9255 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9256
d932cae7 92572000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9258
9259 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9260
ed0a91a5
EZ
92612000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9262
9263 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9264 with the version name.
ed0a91a5 9265
ba73c63f 92662000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9267
ba73c63f 9268 * config.if: Tweak.
6cafa39f 9269
ba73c63f 92702000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9271
ba73c63f 9272 * djunpack.bat: New file.
66156876 9273
d932cae7 92742000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9275
9276 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9277 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9278 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9279 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9280
ba73c63f
JM
92812000-04-16 Dave Pitts <dpitts@cozx.com>
9282
80413487
RH
9283 * config.sub (case $basic_machine): Change default for "ibm-*"
9284 to "openedition".
ba73c63f 9285
d932cae7 92862000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9287
9288 * Makefile.in (gdb-taz): New target. GDB specific archive.
9289 (do-md5sum): New target.
9290 (MD5PROG): Define.
9291 (PACKAGE): Default to TOOL.
9292 (VER): Default to a shell script.
9293 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9294 md5 checksum generation.
b35ece4e
AC
9295 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9296 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9297 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9298 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9299
d932cae7 93002000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9301
9302 * configure (warn_cflags): Delete.
9303
ba73c63f 93042000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9305 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9306
80413487
RH
9307 * configure.in (enable_libstdcxx_v3): Add.
9308 (target_libs): Add bits here to switch between libstdc++-v2 and
9309 libstdc++-v3.
9310 * config.if: And this file too.
9311 * Makefile.in: Add libstdc++-v3 targets.
35590697 9312
ba73c63f
JM
93132000-04-05 Michael Meissner <meissner@redhat.com>
9314
9315 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9316
d332c5ac
JM
93172000-03-29 Jason Merrill <jason@casey.cygnus.com>
9318
9319 * configure.in: -linux-gnu*, not -linux-gnu.
9320
d932cae7 93212000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9322
9323 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9324 (do-tar-bz2): Replace TOOL with PACKAGE.
9325 (gdb.tar.bz2): Remove GDBTK from GDB package.
9326 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9327 dejagnu.tar.bz2): New packages.
6dcbc97b 9328
96ce09a7
ILT
93292000-02-27 Andreas Jaeger <aj@suse.de>
9330
9331 * configure.in: Add entry for mips*-*-linux*, move catch all
9332 *-*-*linux* entry below this one.
9333
2031769e
ILT
93342000-02-27 Ian Lance Taylor <ian@zembu.com>
9335
9336 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9337
4bab746c
NC
93382000-02-24 Nick Clifton <nickc@cygnus.com>
9339
9340 * config.sub: Support an OS of "wince".
9341
d932cae7 93422000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9343
9344 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9345 version.
ada59422 9346
5b93d8bb
AM
93472000-02-23 Linas Vepstas <linas@linas.org>
9348
9349 * config.sub: Add support for Linux/IBM 370.
9350 * configure.in: Likewise.
9351
2fb651f6
NC
93522000-02-22 Nick Clifton <nickc@cygnus.com>
9353
9354 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9355
b8441c25
CF
93562000-02-20 Christopher Faylor <cgf@cygnus.com>
9357
9358 * config.guess: Guess "cygwin" rather than "cygwin32".
9359
d332c5ac
JM
93602000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9361
9362 * configure (gcc_version): When setting, narrow search to
9363 lines containing `version_string'.
9364
ba73c63f
JM
93652000-02-15 Denis Chertykov <denisc@overta.ru>
9366
9367 * config.sub: Add support for avr target.
9368
d932cae7 93692000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9370
9371 * config.sub: Add mmix-knuth-mmixware.
9372
93732000-01-27 Christopher Faylor <cgf@redhat.com>
9374
9375 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9376 structure stuff to -L library search.
9377 (CXX_FOR_TARGET): Ditto.
9378 (CROSS_CHECK_MODULES): Fix spelling mistake.
9379
93802000-01-24 Mark Mitchell <mark@codesourcery.com>
9381
9382 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9383 the C++ compiler.
9384
93852000-01-12 Richard Henderson <rth@cygnus.com>
9386
9387 * configure.in: Don't build some bits for beos.
9388
93892000-01-12 Joel Sherrill (joel@OARcorp.com)
9390
9391 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9392 as include files.
9393
91b2c84d
GK
93942000-01-06 Geoff Keating <geoffk@cygnus.com>
9395
9396 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9397 not mh-aix43.
9398
ba73c63f
JM
93991999-12-14 Richard Henderson <rth@cygnus.com>
9400
9401 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9402 * config.sub: Accept alphaev[78], alphaev8.
9403
94041999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9405
9406 * config.guess, config.sub: Update from autoconf.
9407
9408Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9409
9410 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9411 necessary libraries are missing.
9412
94131999-10-25 Andreas Schwab <schwab@suse.de>
9414
9415 * configure: Fix quoting inside arguments of eval.
9416
94171999-10-21 Nick Clifton <nickc@cygnus.com>
9418
9419 * config-ml.in: Allow suppression of some ARM multilibs.
9420
9421Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9422
9423 * config.guess: Add OS/390 match pattern.
9424 * config.sub: Add mvs, openedition targets.
9425 * configure.in (i370-ibm-opened*): New.
9426
ef14edc4
ILT
94271999-09-04 Steve Chamberlain <sac@pobox.com>
9428
9429 * config.sub: Add support for configuring for pj.
9430
afb478e8
NC
94311999-08-31 Nick Clifton <nickc@cygnus.com>
9432
fd6848f6 9433 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9434
ba73c63f 94351999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9436
9437 * configure.in: Do not configure or build ld for AIX
9438 platforms. ld is known to be broken on these platforms.
9439
ba73c63f
JM
9440Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9441
9442 * config-ml.in: Pass compiler flag corresponding to multidirs to
9443 subdir configures.
9444
c363de44
ILT
94451999-08-09 Ian Lance Taylor <ian@zembu.com>
9446
9447 * Makefile.in (LDFLAGS): Define.
9448
dc8bc5a6
ILT
94491999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9450
9451 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9452 noconfigdirs.
9453 (*-*-cygwin*): Likewise.
9454
6ca3858e
ILT
94551999-08-08 Ian Lance Taylor <ian@zembu.com>
9456
71141bb6
ILT
9457 * mkdep: New file.
9458 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9459 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9460
6ca3858e
ILT
9461 From Eli Zaretskii <eliz@is.elta.co.il>:
9462 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9463 long file name when using DJGPP on MS-DOS.
9464
ba73c63f
JM
9465Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9466
9467 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9468
2735a327
AM
94691999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9470
9471 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9472 dependency as this causes "make check" to globally "make all"
9473
ba73c63f
JM
9474Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9475
9476 * configure.in (target_libs): Added target-zlib.
9477 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9478 (CONFIGURE_TARGET_MODULES): Likewise.
9479 (CHECK_TARGET_MODULES): Likewise.
9480 (INSTALL_TARGET_MODULES): Likewise.
9481 (CLEAN_TARGET_MODULES): Likewise.
9482 (configure-target-zlib): New target.
9483 (all-target-zlib): Likewise.
9484 (all-target-libjava): Depend on all-target-zlib.
9485 (configure-target-libjava): Depend on configure-target-zlib.
9486
9487 * Makefile.in (configure-target-libjava): Depend on
9488 configure-target-newlib.
9489 (configure-target-boehm-gc): New target.
9490 (configure-target-qthreads): New target.
9491
80413487
RH
9492 * configure.in (target_libs): Added target-qthreads.
9493 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9494 (CONFIGURE_TARGET_MODULES): Likewise.
9495 (CHECK_TARGET_MODULES): Likewise.
9496 (INSTALL_TARGET_MODULES): Likewise.
9497 (CLEAN_TARGET_MODULES): Likewise.
9498 (all-target-qthreads): New target.
9499 (configure-target-libjava): Depend on configure-target-qthreads.
9500 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9501
9502 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9503 (CONFIGURE_TARGET_MODULES): Likewise.
9504 (CHECK_TARGET_MODULES): Likewise.
9505 (INSTALL_TARGET_MODULES): Likewise.
9506 (CLEAN_TARGET_MODULES): Likewise.
9507 (all-target-libjava): New target.
9508 (all-target-boehm-gc): Likewise.
9509 * configure.in (target_libs): Added libjava, boehm-gc.
9510
08d836d6
ILT
95111999-07-22 Ian Lance Taylor <ian@zembu.com>
9512
9513 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9514 configure.bat in SUPPORT_FILES.
9515 (gas+binutils.tar.bz2): Likewise.
9516
9517 * makeall.bat: Remove; obsolete.
9518
8f36e47c
ILT
95191999-07-21 Ian Lance Taylor <ian@zembu.com>
9520
9521 From Mark Elbrecht:
9522 * configure.bat: Remove; obsolete.
9523
56e82f25
ILT
95241999-07-11 Ian Lance Taylor <ian@zembu.com>
9525
9526 * configure: Add -W -Wall to the default CFLAGS when compiling with
9527 gcc.
9528
1001d816
JL
9529Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9530
9531 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9532
106117aa
MM
95331999-06-30 Mark Mitchell <mark@codesourcery.com>
9534
9535 * configure.in: Build ld on IRIX6.
9536
c376f4ed
ILT
95371999-06-12 Ian Lance Taylor <ian@zembu.com>
9538
9539 * Makefile.in: Change distribution targets to use bzip2 instead of
9540 gzip.
9541 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9542 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9543
306b7445
NC
95441999-06-04 Nick Clifton <nickc@cygnus.com>
9545
9546 * config.sub: Add mcore target.
9547
d932cae7 95481999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9549
9550 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9551
d932cae7 95521999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9553
9554 * config.guess (dummy): Changed to $dummy.
9555
6c3175b0
NC
95561999-05-24 Nick Clifton <nickc@cygnus.com>
9557
ba73c63f
JM
9558 * config.sub: Tidied up case statements.
9559
95601999-05-22 Ben Elliston <bje@cygnus.com>
9561
9562 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9563 <jiro@din.or.jp>.
9564
9565 * config.guess: Merge with FSF version. Future changes will be
9566 more accurately recorded in this ChangeLog.
9567 * config.sub: Likewise.
9568
d932cae7 95691999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9570
9571 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9572
252b5132
RH
95731999-04-30 Tom Tromey <tromey@cygnus.com>
9574
9575 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9576
95771999-04-23 Tom Tromey <tromey@cygnus.com>
9578
9579 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9580
95811999-04-20 Drew Moseley <dmoseley@cygnus.com>
9582
9583 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9584 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9585 Bad merge removed these two changes.
9586
ba73c63f 9587Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9588 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9589
9590 * config.guess (interix Alpha): Add.
9591
252b5132
RH
95921999-04-11 Richard Henderson <rth@cygnus.com>
9593
9594 * configure.in (i?86-*-beos*): Do config gperf; don't config
9595 gdb, newlib, or libgloss.
9596
d932cae7 95971999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9598
ba73c63f
JM
9599 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9600 link a trivial program with -mabi=64. If it fails, remove mabi=64
9601 from multidirs.
9602
d932cae7 96031999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9604
9605 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9606
252b5132
RH
96071999-04-08 Nick Clifton <nickc@cygnus.com>
9608
9609 * config.sub: Add support for mcore targets.
9610
96111999-04-07 Michael Meissner <meissner@cygnus.com>
9612
9613 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9614 not mt-ospace, in order to shut up assembler warning about using
9615 symbols that are named the same as registers.
9616
96171999-04-07 Drew Moseley <dmoseley@cygnus.com>
9618
9619 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9620 dependency list for all-target-cygmon.
9621
96221999-04-05 Doug Evans <devans@casey.cygnus.com>
9623
9624 * config-ml.in: Check $host, not $target, for selective multilibs.
9625 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9626 thumb interworking, and underscore prefix multilibs.
9627
96281999-04-04 Ian Lance Taylor <ian@zembu.com>
9629
9630 * missing: Update to version from current automake.
9631
9632Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9633
9634 * configure (gxx_include_dir): Removed.
9635
9636 * configure.in (gxx_include_dir): Handle it.
9637 * Makefile.in: Likewise.
9638
96391999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9640
9641 * config.sub (mips64vr4111,mips64vr4111el) Add.
9642
96431999-03-21 Ben Elliston <bje@cygnus.com>
9644
80413487 9645 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9646
9647Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9648
252b5132
RH
9649 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9650 config/mh-djgpp.
9651
9652Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9653
9654 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9655 all-target-newlib to dependency list for all-target-bsp.
9656
9657Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9658
9659 * config.sub: Add i386-uwin support.
9660 * config.guess: Likewise.
9661
9662Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9663
9664 * configure.in: cleanup, add mh-*pic handling for arm, special
9665 case powerpc*-*-aix*
9666
9667Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9668
9669 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9670 can be built.
9671
9672Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9673
9674 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9675 targets.
252b5132
RH
9676
96771999-03-02 Nick Clifton <nickc@cygnus.com>
9678
9679 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9680
d932cae7 96811999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9682
9683 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9684
96851999-02-24 Nick Clifton <nickc@cygnus.com>
9686
9687 * config.sub: Fix typo in arm recognition.
9688
d932cae7 96891999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9690
9691 * configure.in (noconfigdirs): Changed target_configdirs to
9692 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9693 rather than m68k-*-* since it is not known to work on
9694 m68k-aout. Ditto for arm-*-*oabi.
9695
d932cae7 96961999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9697
9698 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9699
97001999-02-19 Ben Elliston <bje@cygnus.com>
9701
9702 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9703 Smart and improved by Andrew Cagney.
9704
d932cae7 97051999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9706
9707 * config.guess: Recognize openbsd-*-hppa.
9708
d932cae7 97091999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9710
9711 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9712 only if it is not empty.
9713
97141999-02-17 Nick Clifton <nickc@cygnus.com>
9715
9716 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9717
fd6848f6 9718 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9719
9720 * config.sub: Modified to recognize uname's armv* syntax.
9721
97221999-02-17 Mark Salter <msalter@cygnus.com>
9723
9724 * configure.in: Added target-bsp for sparclite.
9725
d932cae7 97261999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9727
9728 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9729
97301999-02-08 Nick Clifton <nickc@cygnus.com>
9731
9732 * configure.in: Add support for strongarm port.
9733 * config.sub: Add support for strongarm target.
9734
d932cae7 97351999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9736
252b5132
RH
9737 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9738 the old name config/mh-cygwin32.
9739 Enable texinfo.
9740
d932cae7 97411999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9742
9743 * configure.in: Do build ld for ix86 Solaris.
9744
d932cae7 97451999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9746
9747 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9748 $AR_FOR_TARGET. Likewise for RANLIB.
9749
d932cae7 97501999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9751
80413487
RH
9752 * config.sub (oabi): Recognize.
9753 * configure.in (arm-*-oabi): Handle.
252b5132 9754
d932cae7 97551999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9756
9757 * config.guess: Improve detection of i686 on UnixWare 7.
9758
d932cae7 97591999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9760
9761 * config.guess: Add support for i386-pc-interix.
9762 * config.sub: Likewise.
9763 * configure.in: Likewise.
252b5132 9764
d932cae7 97651999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9766
9767 * Makefile.in: Remove unneeded all-target-libio from
9768 from all-target-winsup target since it is now unneeded.
9769 Add all-target-libtermcap in its place since it is now
9770 needed.
9771
d932cae7 97721998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9773
9774 * configure.in: makefile stub for cygwin target is probably
9775 unnecessary. Remove it for now.
252b5132 9776
d932cae7 97771998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9778
9779 * configure.in: libtermcap.a should be built when cygwin is the
9780 target as well as the host.
9781 * config.guess: Allow mixed case in cygwin uname output.
9782 * Makefile.in: Add libtermcap target.
252b5132 9783
d932cae7 97841998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9785
9786 * config.sub: Clean up handling of hppa2.0.
9787
d932cae7 97881998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9789
9790 * config.guess: Use C code to identify more HP machines.
9791
9792Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9793
9794 * config.sub: Handle hppa2.0.
9795
ba73c63f
JM
9796Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9797
9798 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9799 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9800
98011998-12-15 Mark Salter <msalter@cygnus.com>
9802
9803 * configure.in: Added target-bsp for several target architectures.
9804
9805 * Makefile.in: Added rules for bsp.
9806
252b5132
RH
9807Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9808
9809 * config.guess: Improve detection of hppa2.0 processors.
9810
9811Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9812
9813 * config.guess: Recognize FreeBSD using ELF automatically.
9814
98151998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9816
9817 * configure (skip-this-dir): Add handling for new shell script, which
9818 might be created by a sub-directory's configure to indicate, this particular
9819 directory is "unwanted".
9820 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9821
252b5132
RH
9822Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9823
9824 * ltconfig: import from libtool, after changing libtool to
9825 account for the cygwin name change.
9826
9827Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9828
9829 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9830 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9831
9832Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9833
9834 * configure.in: Add libtermcap to list of cygwin dependencies.
9835
d932cae7 98361998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9837
80413487
RH
9838 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9839 they include winsup/include when it's a cygwin target.
252b5132
RH
9840
98411998-11-12 Tom Tromey <tromey@cygnus.com>
9842
9843 * configure.in (host_tools): Added zip.
9844 * Makefile.in (all-target-libjava): Depend on all-zip.
9845 (all-zip): New target.
9846 (ALL_MODULES): Added all-zip.
9847 (NATIVE_CHECK_MODULES): Added check-zip.
9848 (INSTALL_MODULES): Added install-zip.
9849 (CLEAN_MODULES): Added clean-zip.
9850
d932cae7 98511998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9852
9853 * Makefile.in: lose "32" from comment about cygwin.
9854
d932cae7 98551998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9856
9857 * configure.in: Use -Os to build target libraries for the fr30.
9858
d932cae7 98591998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9860
9861 * config.sub: Add fr30.
9862
d932cae7 98631998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9864
80413487 9865 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9866 cygwin* instead of cygwin32*.
9867 * config.sub: Check cygwin* instead of cygwin32*.
9868
d932cae7 98691998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9870
9871 * config.guess: Match any version of Unixware7.
9872
252b5132
RH
98731998-10-20 Syd Polk <spolk@cygnus.com>
9874
9875 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9876 if desired.
9877
d932cae7 98781998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9879
9880 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9881 these if the appropriate directories and files to not exist.
9882
d932cae7 98831998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9884
9885 * Makefile.in (DEVO_SUPPORT): Add config.if.
9886
d932cae7 98871998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9888
9889 * configure: Add pattern to replace "build_tooldir"'s
9890 definition in the generated Makefile with "tooldir"'s
9891 actual value.
9892
252b5132
RH
9893Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9894
9895 * config.sub: Bring back lost sparcv9.
9896
ba73c63f
JM
9897 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9898
9899Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9900
9901 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9902 CC_FOR_TARGET and friends.
9903
9904Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9905
ba73c63f
JM
9906 * Makefile.in (build_tooldir): New variable, same as tooldir.
9907 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9908 -B$(build_tooldir)/bin/.
9909 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9910
252b5132
RH
9911Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9912
9913 * config.sub: Add support for i[34567]86-pc-udk.
9914 * configure.in: Likewise.
9915
9916Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9917
9918 * Makefile.in: add bzip2 package building bits for user
9919 tools module
9920 * configure.in: ditto
9921
ba73c63f
JM
9922Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9923
9924 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9925 (ALL_TARGET_MODULES): Add all-target-libobjc.
9926 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9927 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9928 (all-target-libchill): Add dependencies.
9929 * configure.in (target_libs): Add libchill.
35590697 9930
252b5132
RH
99311998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9932
ba73c63f 9933 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9934
9935Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9936
9937 * Makefile.in (all-automake): fix dependencies.
9938
9939Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9940
9941 * configure.in: Minor cleanups for building in the $(target_alias)
9942 subdir.
9943
99441998-09-22 Jim Wilson <wilson@cygnus.com>
9945
9946 * Makefile.in (bootstrap): Set r and s before make all. Use
9947 BASE_FLAGS_TO_PASS in make all.
9948 (cross): Likewise.
9949
99501998-09-20 Mark Mitchell <mark@markmitchell.com>
9951
9952 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9953
252b5132
RH
9954Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9955
9956 * config.sub: Fix typo in last change.
9957
99581998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9959
9960 * config.sub: Add support for C4x target.
9961 * configure.in: Likewise.
9962
99631998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9964
9965 * config.sub: Recognize sparcv9 just like sparc64.
9966
9967Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9968
9969 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9970
9971Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9972
9973 * config.guess: Correctly identify Pentium II sco boxes.
9974
9975 * config.guess: Fix "tr" code. From Weiwen Liu.
9976
9977Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9978
9979 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9980 stabs.
9981
9982Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9983
9984 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9985 (ALL_TARGET_MODULES): Add all-target-libchill.
9986 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9987 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9988 (all-target-libchill): Add dependencies.
9989 * configure.in (target_libs): Add libchill.
9990
9991Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9992
9993 * config.guess: Avoid assumptions about "tr" behaves when
9994 LANG is set to something other than English.
9995
9996Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9997
9998 * configure (gxx_include_dir): Changed to
9999 '${prefix}/include/g++'-${libstdcxx_interface}.
10000
10001 * config.if: New to determine the interfaces.
10002
10003Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10004
10005 * config.guess: Detect and handle MPE/IX.
10006 * config.sub: Deal with MPE/IX.
10007
10008Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10009
10010 * configure.in: Use mh-aix43.
10011
100121998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10013
10014 * configure: Fix --without/--disable cases for gxx-include-dir.
10015
10016Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10017
10018 * mdata-sh: Imported. Needed for automake support.
10019
10020Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10021
ba73c63f 10022 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10023 "chmod og=u `find . -print`".
10024
10025Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10026
ba73c63f 10027 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10028
10029Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10030
10031 * Makefile.in: Undo previous patch.
10032
10033Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10034
10035 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10036 to here ...
10037 (install-no-fixedincludes): and here
10038 (INSTALL_MODULES): ... from here.
10039
10040Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10041
10042 * config.sub: Merge with FSF.
10043
10044 * config.guess: Merge with FSF.
10045
10046Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10047
10048 * configure (extraconfigdirs): New variable.
10049 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10050 * Makefile.in (all): Move higher in file.
10051 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10052 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10053 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10054 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10055 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10056
100571998-07-23 Brendan Kehoe <brendan@cygnus.com>
10058
10059 * Makefile.in (all-target-libjava): Depend on all-gcc and
10060 all-target-newlib.
10061 (configure-target-libjava): Depend on $(ALL_GCC).
10062
10063Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10064
10065 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10066 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10067
10068Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10069
10070 * ylwrap: Change absolute path checks to check for DOS style path
10071 names.
10072
10073 * ylwrap: Don't use a full path name if the source file is in the
10074 same directory. From hjl@lucon.org (H.J. Lu).
10075
10076 * config-ml.in: Default to being verbose, to match Feb 18 change to
10077 configure.
10078
10079Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10080
10081 Brought over from egcs:
10082
10083 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10084
10085 * configure.in (target_subdir): Set to ${target_alias} instead
10086 of "libraries".
10087
10088 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10089
10090 * configure.in (target_subdir): Set to libraries if enable_multilib.
10091
10092Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10093
10094 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10095 multilibs, force reconfiguration the first time we create
10096 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10097
10098Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10099
10100 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10101 avoid confusion with --no-recursion.
10102
10103Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10104
10105 * configure.in: Win32 hosts shouldn't use install -x
10106 * install-sh: remove -x option, and special .exe-handling
10107 hack.
10108
10109Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10110
10111 * config.guess: Recognize i586-pc-beos.
10112 * configure.in: Don't build some bits for beos.
10113
10114Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10117 CFLAGS default to -O2.
10118
10119 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10120 when using GNU ld.
10121
10122Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10123
10124 * ltmain.sh: Correct install when using a different shell.
10125
10126Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10127
10128 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10129
10130Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10131
10132 * makefile.vms: Update to build binutils/makefile.vms. Add install
10133 target.
10134
10135Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10136
10137 * ltconfig: Update to correct AIX handling.
10138
10139Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10140
10141 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10142
10143 * configure.in (target_subdir): Set to ${target_alias} instead
10144 of "libraries".
10145
101461998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10147
10148 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10149 (Makefile): Depend on $(gcc_version_trigger).
10150
10151 * configure (gcc_version): Change default initializer to empty
10152 string.
10153 (gcc_version_trigger): New variable; pass this variable down
10154 to subdir configures to enable them checking gcc's version
10155 themselves. Emit make macros for both gcc_version vars.
10156 (topsrcdir): Initialize reliably.
10157 (recursion line): Remove --with-gcc-version=${gcc_version}.
10158
101591998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10160
10161 * configure (enable_version_specific_runtime_libs): Implement new flag
10162 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10163 in $(libsubdir); emit definition in each generated Makefile.
10164 (gxx_include_dir): Initialize depending on
10165 $enable_version_specific_runtime_libs.
10166
101671998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10168
10169 * configure (gcc_version): Initialize properly depending on
10170 how and where configure is started.
10171 (recursion line): Pass a --with-gcc-version=${gcc_version}
10172 to configures in subdirs.
10173
10174Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10175
10176 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10177 cygmon
252b5132
RH
10178
10179Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10180
10181 * configure.in: Add cygmon and libstub support for mn10200.
10182
101831998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10184
10185 * configure (gcc_version): Add new variable describing the
10186 particular gcc version we're building.
10187 * Makefile.in (libsubdir): Add new macro for the directory
10188 in which the compiler finds executables, libraries, etc.
10189 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10190 and libsubdir.
10191
10192Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10193
ba73c63f
JM
10194 * Makefile.in (local-clean): Remove *.log.
10195 (warning.log): Built with warn_summary from build.log.
10196 (mail-report.log): Run test_summary.
10197 (mail-report-with-warnings.log): Run test_summary including
10198 warning.log in the report.
252b5132
RH
10199
10200Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10201
10202 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10203
10204Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10205
10206 * Makefile.in (grep): Grep no longer depends on libiberty.
10207
10208Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10209
10210 * Makefile.in: all-snavigator needs all-libgui.
10211
10212Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10213
10214 * configure.in: Add cygmon and libstub support for mn10300.
10215
10216Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10217
10218 * missing: Update to version from automake 1.3.
10219
10220 * ltmain.sh: On installation, don't get confused if the same name
10221 appears more than once in the list of library names.
10222
10223Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10224
10225 * config.sub: Accept m68060 and m5200 as CPU names.
10226
10227Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10228
10229 * configure: Use && rather than using -a in test, because odd
10230 strings can confuse test.
10231 * configure.in: Likewise.
10232
10233Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10236
10237Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10238
10239 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10240 bootstrap4-lean): New targets.
10241
10242Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10243
10244 * mpw-* Delete. Not used.
252b5132
RH
10245
10246Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10247
10248 * COPYING.LIB: Update FSF address.
10249
10250Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10251
10252 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10253
10254 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10255 GAS_SUPPORT_DIRS.
10256
10257Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10258
10259 * ltconfig, ltmain.sh: Avoid producing a version number if
10260 -version-info was not used.
10261
10262Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10263
10264 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10265 building with newlib.
10266
102671998-04-30 Paul Eggert <eggert@twinsun.com>
10268
ba73c63f 10269 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10270 Solaris `make' causes it to continue to next definition.
252b5132 10271
afb8d725
JM
10272Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10273
10274 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10275 the right GUI libraries and files are installed along with GDB.
10276
252b5132
RH
10277Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10278
10279 * configure.in: Change alpha to alpha* in several places.
10280
10281Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10282
10283 * config.sub: Recognize sparc86x.
10284
10285Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10286
252b5132
RH
10287 * configure.in (--enable-target-optspace): Remove debug echo.
10288
10289Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10290
10291 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10292
10293Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10294
10295 * ltconfig: Update cygwin32 support.
10296
10297 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10298 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10299 (GDB_SUPPORT_DIRS): Likewise.
10300
10301Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10302
10303 * configure.in (target_makefile_frag): If --enable-target-optspace,
10304 use -Os to compile target libraries rather than -O2. Default to
10305 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10306 not used.
10307 * configure.in (target_cflags): Ditto for d30v.
10308
10309Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10310
10311 * Makefile.in (all-bfd): Depend on all-intl.
10312 (all-binutils): Likewise.
10313 (all-gas): Likewise.
10314 (all-gprof): Likewise.
10315 (all-ld): Likewise.
10316
252b5132
RH
103171998-04-19 Brendan Kehoe <brendan@cygnus.com>
10318
10319 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10320
10321Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10322
10323 * Makefile.in (all-bfd): Depend upon all-libiberty.
10324
10325 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10326
10327Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10328
10329 * Makefile.in: Add libstub.
10330
10331 * configure.in: Ditto. Build libstub for targets that have cygmon
10332 support.
10333
10334Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10335
10336 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10337
10338Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10339
10340 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10341 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10342
10343Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10344
10345 * configure: Define DEFAULT_M4 by searching PATH.
10346 * Makfile.in: Use DEFAULT_M4.
10347
10348Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * ltconfig: Add cygwin32 support.
10351
10352 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10353 to configure and build.
10354
10355Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10356
10357 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10358
10359Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10360
10361 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10362
10363Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10364
10365 * Makefile.in: add ash make rules
10366 * configure.in: add ash to native_only and host_tools lists
10367
10368Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10369
10370 * Makefile.in (all-gettext, all-intl): New targets.
10371 (ALL_MODULES): Added all-gettext, all-intl.
10372 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10373 (INSTALL_MODULES): Added install-gettext, install-intl.
10374 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10375
10376 * configure.in (host_tools): Added gettext.
10377 (native_only): Likewise.
10378 (noconfigdirs) [various cases]: Likewise.
10379 (host_libs): Added intl.
10380
afb8d725
JM
10381Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10382
10383 * configure: Do not disable building gdbtk for cygwin32 hosts.
10384
ba73c63f
JM
10385Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10386
10387 * configure.in: Add thumb-coff target.
10388 * config.sub: Add thumb-coff target.
10389
252b5132
RH
10390Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10391
10392 * Makefile.in: Revert yesterday's change.
10393 (all-target-winsup): all-target-librx stays out of here.
10394
10395Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10396
ba73c63f
JM
10397 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10398 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10399 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10400 Remove references to librx and libg++.
10401
10402Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10403
10404 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10405 recursive makes
10406
10407Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10408
10409 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10410 for newlib directory.
10411 (CXX_FOR_TARGET): Likewise.
10412
10413Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10414
10415 * ltconfig: Update after libtool/ltconfig.in change for
10416 hpux11.
10417
10418Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10419
10420 * ltconfig, ltmain.sh: Update to libtool 1.2.
10421
10422Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10423
10424 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10425 (install-gcc-cross): Instead, override LANGUAGES here.
10426
104271998-03-18 Dave Love <d.love@dl.ac.uk>
10428
10429 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10430 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10431
10432Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10433
10434 * configure.in: Add Thumb-pe target.
10435
10436Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10437
252b5132
RH
10438 * Makefile.in - changed sn targets to snavigator
10439 * configure.in - changed sn targets to snavigator
10440
10441Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10442
10443 * config-ml.in: After building symlink tree call make distclean
10444 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10445 to be the case for libiberty.
10446
10447Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10448
10449 * configure: When making link, also check the current
10450 directory. The configure scripts may create one.
10451
10452Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10453
10454 * config.sub: Accept alphapca56 and alphaev6 properly.
10455
10456Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10457
10458 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10459
252b5132
RH
10460Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10461
80413487 10462 * config.sub (sco5): Fix typo.
252b5132
RH
10463
10464Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10467 install-itcl.
10468 (install-itcl): Remove dependency on install-tcl.
10469
10470Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10471
10472 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10473
252b5132
RH
10474Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * configure.in: Don't build libgui for a cygwin32 target when not on
10477 a cygwin32 host.
10478
10479Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10480
10481 * configure (redirect): Set to null, so default behavior of
10482 configure is now --verbose.
10483
104841998-02-16 Dave Love <d.love@dl.ac.uk>
10485
10486 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10487 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10488
10489Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10490
10491 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10492 this change to sync Makefile.in with its ChangeLog entries.
10493
10494Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10495
10496 * ltmain.sh (mkdir): Check that the directory doesn't exist
10497 before we exit with error, so that we don't get races during
10498 parallel builds.
10499
10500Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10503
10504Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10505
10506 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10507 PICFLAG_FOR_TARGET.
10508 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10509
10510 * configure: Emit a definition for the new macro enable_shared
10511 into each Makefile.
10512
252b5132
RH
10513Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10514
10515 * configure.in (host_tools, native_only): Add libtool.
10516
10517Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10518
10519 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10520 Fix typo in ming config comment.
10521
10522Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10523
10524 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10525
10526Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10527
10528 * config.sub: Add tic30 cases, and map c30 to tic30.
10529
ba73c63f
JM
10530Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10531
10532 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10533 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10534 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10535 (CLEAN_TARGET_MODULES): Similarly
10536 (all-target-libf2c): Add dependences.
35590697 10537 * configure.in (target_libs): Add libf2c.
ba73c63f 10538
252b5132
RH
10539Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10540
ba73c63f
JM
10541 * configure.in: Remove expect from noconfigdirs when target
10542 is cygwin32. OK to build expect and dejagnu with Canadian
10543 Cross.
252b5132
RH
10544
10545Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10546
10547 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10548 host.
10549
10550 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10551 and mingw32.
10552
10553Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10554
10555 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10556 here as it is not defined in the toplevel Makefile.
10557
10558Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10559
10560 * configure (package_makefile_rules_frag): New variable, which names
10561 a file with generic rules, ...
10562 Change comment to mention we now have FIVE parts.
10563 * configure: Undo last change.
10564
10565Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10566
10567 * config.guess: More accurate determination of HP processor types.
10568 * config.sub: More accurate determination of HP processor types.
10569
10570Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10571
10572 * configure (package_makefile_frag): Move inserting the
10573 ${package_makefile_frag} to where it should be according
10574 to the comment.
10575
ba73c63f 10576Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10577
10578 * config.guess: Add support for Linux/ARM.
10579
10580Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10581
10582 * .cvsignore: Remove *-info and *-install since they match
10583 release-info and mpw-install, which we don't want to just ignore.
10584
10585Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10586
10587 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10588
10589Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10590
10591 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10592 local_prefix to sub-make invocations.
10593
10594Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10595
10596 * configure.in: Check makefile fragments in the source
10597 directory.
10598
10599Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10600
ba73c63f
JM
10601 * configure.in: Check whether host and target makefile
10602 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10603
10604Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10605
10606 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10607
252b5132
RH
10608Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10609
10610 * configure.in: Make sure we only replace RPATH_ENVVAR on
10611 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10612 regexp to sed.
10613
10614 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10615 to sub-makes.
10616
106171998-01-13 Lee Iverson (leei@ai.sri.com)
10618
10619 * config-ml.in (multi-do): LDFLAGS must include multilib
10620 designator.
10621
10622Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10623
10624 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10625
10626Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10627
10628 * config.sub: Add mingw32 support.
10629 * configure.in: Likewise.
252b5132
RH
10630
10631Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10632
10633 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10634
10635Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10636
10637 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10638 * configure (gxx_include_dir): Provide a definition for subdirs
10639 which do not use autoconf.
10640
10641Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10642
10643 * config.guess: Sync with egcs. Picks up new alpha support,
10644 BeOS & some additional linux support.
10645
ba73c63f 10646Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10647
10648 * config.guess: HP 9000/803 is a PA1.1 machine.
10649
ba73c63f
JM
10650Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10651
10652 * configure.in: It's alpha*-...
252b5132
RH
10653
10654Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10655
ba73c63f
JM
10656 * configure.in (host_makefile_frag, target_makefile_frag):
10657 Handle multiple config files.
10658 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10659 alpha-*-*.
252b5132
RH
10660
10661Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10662
10663 * mkdep: New file.
10664
10665Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10666
10667 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10668
10669Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10670
10671 * Makefile.in: Add libgui directory.
10672 (GDB_TK): Add all-libgui.
10673 * configure.in: Add libgui directory.
10674 * configure: Add all-libgui to GDB_TK.
10675
10676Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10677
10678 * config-ml.in (multidirs): Add m32r to multilib list.
10679
10680Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10681
10682 * Makefile.in (all-target-gperf): Change dependency to
10683 all-target-libstdc++.
10684
10685Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10686
10687 * config.guess: Add BeOS support.
10688
10689Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10690
10691 Source directory cvs renamed to cvssrc:
10692 * configure.in (host_tools): Change cvs to cvssrc.
10693 (native_only): Likewise.
10694 (noconfigdirs) [various cases]: Likewise.
10695 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10696 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10697 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10698 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10699 (all-cvssrc): Rename target from all-cvs.
10700
10701Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10702
10703 * configure (gxx_include_dir): Fix thinko.
10704
10705Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10706
10707 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10708 (install-cross, install-gcc-cross): New targets.
10709
10710Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10711
10712 * configure.in (noconfigdirs): Add support for Thumb target.
10713
10714 * config.sub (maybe_os): Add support for Thumb target.
10715
10716Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10717
10718 * Makefile.in: Add rules for cygmon.
10719
10720 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10721
10722Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10723
10724 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10725 * configure (gxx_include_dir): Provide a definition for subdirs
10726 which do not use autoconf.
10727
10728Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10729
10730 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10731 11/18/97 build
252b5132
RH
10732
10733Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10734
10735 * From Franz Sirl.
10736 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10737 found on RedHat Linux systems.
10738
10739Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10740
10741 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10742 guesses.
10743
10744Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10745
10746 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10747
10748Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10749
10750 * ltmain.sh: If mkdir fails, check whether the directory was created
10751 anyhow by some other process.
10752
10753Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10754
10755 * configure.in (d30v-*-*): Configure all directories.
10756
10757Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10758
10759 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10760 for the D30V.
10761
10762Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10763
10764 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10765
10766Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10767
80413487
RH
10768 * include/libiberty.h: Add extern "C" { so it can be used with C++
10769 progrms.
10770 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10771 programs.
252b5132
RH
10772
10773Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10774
10775 * configure.in (d30v-*-*): Configure GCC now.
10776
10777Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10778
10779 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10780 is no longer needed.
10781
10782Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10783
10784 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10785
10786Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10787
10788 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10789 targets using "$@" to provide support for similar but not identical
10790 targets without having to duplicate code.
10791
10792Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10793
10794 * makefile.vms: Fix to work with DEC C.
10795
10796Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10797
10798 * config.sub: Add mips-tx39-elf to marketing names.
10799
10800Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10801
10802 * ltmain.sh: Handle symlinks in generated script.
10803
10804Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10805
10806 * configure: Handle autoconf style directory options: --bindir,
10807 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10808 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10809 --sysconfdir.
10810 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10811 (sharedstatedir, localstatedir, oldincludedir): New variables.
10812 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10813 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10814 sbindir, sharedstatedir, and sysconfdir.
10815
10816Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10817
10818 * Makefile.in (bootstrap-lean): New target.
10819
10820Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10821
10822 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10823 sn, and gnuserv from noconfigdirs.
252b5132
RH
10824
10825Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10828
10829Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10830
ba73c63f 10831 * Makefile.in (cross): New target.
252b5132
RH
10832
10833Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10834 Jeff Law <law@cygnus.com>
252b5132
RH
10835
10836 * Makefile.in (bootstrap2, bootstrap3): New targets.
10837 (all-bootstrap): Remove outdated and confusing target.
10838 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10839
afb8d725
JM
10840Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10841
10842 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10843 windows. Consistent with gdb/configure.
afb8d725 10844
252b5132
RH
108451997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10846
252b5132
RH
10847 * configure.in: Name Linux target fragment.
10848
10849 * configure: Rewrite so that project Makefile fragment is inserted
10850 first and appears last in the resulting Makefile.
10851
10852Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10853
10854 * Makefile.in (install-itcl): Install tcl first.
10855
252b5132 10856Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10857
252b5132
RH
10858 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10859
10860Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10861
10862 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10863
10864 * configure.in (skipdirs): Add target-librx for Linux.
10865 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10866
10867Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10868
10869 * Makefile.in (bootstrap): New target.
10870
10871Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10872
10873 * config.sub: Accept 'amigados' for backward compatability.
10874
10875Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10876
10877 * config.guess: Merge with FSF.
10878
ba73c63f
JM
10879Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10880
10881 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10882
252b5132
RH
10883Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10884
10885 * config.sub: Add "marketing-names" patch.
10886
10887Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10888
80413487 10889 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10890
10891Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10892
10893 * config.sub: Handle v850-elf.
10894
ba73c63f
JM
10895Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10896
10897 * .cvsignore (*-install): Remove.
10898
252b5132
RH
10899Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10900
10901 * ltconfig: Set CONFIG_SHELL in libtool.
10902 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10903
10904Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10905
10906 * configure.in (target_subdir): Set to libraries if enable_multilib.
10907
10908Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10909
10910 * config.guess: Update from gcc directory.
10911
10912Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10913
10914 * Makefile.in (all-sim): Depends on all-readline.
10915
10916Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10917
10918 * Makefile.in (BISON, YACC): Use $$s.
10919 (all-bison): Depend on all-texinfo.
10920
10921Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10922
10923 * Makefile.in (BISON): Add -L flag.
10924 (YACC): Likewise.
10925
10926Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10927
35590697
AJ
10928 * configure.in (noconfigdirs): Add support for v850e target.
10929
252b5132
RH
10930 * config.sub (maybe_os): Add support for v850e target.
10931
10932Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10933
35590697
AJ
10934 * configure.in (noconfigdirs): Add support for v850ea target.
10935
252b5132
RH
10936 * config.sub (maybe_os): Add support for v850ea target.
10937
10938Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10939
10940 * config.sub: Add mipstx39. Delete r3900.
10941
10942Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10943
10944 * Makefile.in (all-autoconf): Depends on all-texinfo.
10945
10946Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10947
10948 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10949 eabi targets.
10950
10951Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10954
10955 * configure: When handling a Canadian Cross, handle YACC as well as
10956 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10957 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10958
10959Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10960
10961 * Makefile.in (BISON): bison, not byacc or bison -y.
10962 (YACC): bison -y or byacc or yacc.
10963 (various): Add *-bison as appropriate.
10964 (taz): No need to mess with BISON anymore.
10965
10966Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10967
10968 * configure: If OSTYPE matches *win32*, try to find a good value for
10969 CONFIG_SHELL.
10970
10971Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10974 configure.in if it is present.
10975
10976Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10979
10980Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10981
10982 * config.sub: Recognize `arc' cpu.
10983 * configure.in: Likewise.
10984 * config-ml.in: Likewise.
10985
10986Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10989
10990Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10991
10992 * configure: Changed sed delimiter from ':' to '|' when
10993 attempting to substitute ${config_shell} for SHELL. On
10994 NT ${config_shell} may contain a ':' in it.
10995
10996Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10997
10998 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10999
11000Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11001
11002 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11003
11004Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11005
11006 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11007
11008 * ylwrap: If the program is a relative path, force it to be
11009 absolute.
11010
11011Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11012
11013 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11014
11015Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11016
11017 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11018 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11019 for libraries.
252b5132
RH
11020
11021Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11022
11023 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11024 separated by spaces.
252b5132
RH
11025
11026Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11027
11028 * ylwrap: New file.
11029 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11030
11031 * ltmain.sh: Handle /bin/sh at start of install program.
11032
11033 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11034
11035 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11036 * missing: New file, from automake 1.2.
11037
11038Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11039
11040 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11041 check-tk to CHECK_X11_MODULES.
11042
11043Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11044
11045 * config.sub: Merge with FSF.
11046
11047Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11048
11049 * config.guess: Merge with FSF.
11050
11051Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11052
11053 * configure: Treat msdosdjgpp like go32.
11054 * configure.in: Likewise. Don't remove gprof for go32.
11055
11056 * configure: Change Makefile.tem2 to Makefile.tm2.
11057
11058Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11059
11060 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11061
11062Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11063
11064 * install-sh (chmodcmd): Set to null if the DST directory already
11065 exists. Same as Nov 11th change.
11066
11067Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11068
35590697 11069 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11070
11071Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11072
11073 * config.guess: Update from FSF.
11074
11075Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11076
11077 * Makefile.in (GDB_TK): Depend on itcl and tix.
11078
11079Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11080
11081 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11082 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11083 (INSTALL_SCRIPT): New variable.
11084 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11085 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11086 to -x.
11087 * install-sh: Add support for -x option.
11088
11089Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11090
11091 * configure.in, Makefile.in: Treat tix like itcl.
11092
11093Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11094
11095 * Makefile.in (WINDRES): New variable.
11096 (WINDRES_FOR_TARGET): New variable.
11097 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11098 (EXTRA_HOST_FLAGS): Add WINDRES.
11099 (EXTRA_TARGET_FLAGS): Add WINDRES.
11100 (EXTRA_GCC_FLAGS): Add WINDRES.
11101 ($(DO_X)): Pass down WINDRES.
11102 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11103 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11104 DLLTOOL_FOR_TARGET.
11105
11106Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11107
11108 * configure.in: configure sim before gdb for win32-x-ppc
11109
11110Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11111
11112 Move gperf into the toplevel, from libg++.
11113 * configure.in (target_tools): Add target-gperf.
11114 (native_only): Add target-gperf.
11115 * Makefile.in (all-target-gperf): New target, depend on
11116 all-target-libg++.
11117 (configure-target-gperf): Empty rule.
11118 (ALL_TARGET_MODULES): Add all-target-gperf.
11119 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11120 (CHECK_TARGET_MODULES): Add check-target-gperf.
11121 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11122 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11123
11124Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11125
252b5132
RH
11126 * config.sub (mn10200): Recognize new basic machine.
11127
11128Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11129
11130 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11131 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11132
11133Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11134
11135 * configure.in: If we're building mips-sgi-irix6* native, turn on
11136 ENABLE_MULTILIB and set TARGET_SUBDIR.
11137
11138Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11139
11140 * Makefile.in (all-sn): Depend on all-grep.
11141
11142Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11143
11144 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11145
11146 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11147 Makefile. From Jeff Makey <jeff@cts.com>.
11148 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11149
11150 * Makefile.in (DISTBISONFILES): Remove.
11151 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11152 $(DEFAULT_YACC).
11153
11154 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11155 cygwin32.
252b5132
RH
11156
11157 * Makefile.in (LD): New variable.
11158 (EXTRA_HOST_FLAGS): Pass down LD.
11159 ($(DO_X)): Likewise.
11160
11161Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11162
11163 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11164
11165Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11166
11167 * configure.in (targargs): Strip out any supplied --build argument
35590697 11168 before adding our own. Always add --build.
252b5132
RH
11169
11170Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11171
11172 * configure.in (targargs): Pass --build if we're doing
11173 a cross-compile.
11174
11175Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11176
ba73c63f 11177 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11178 sed. Otherwise sed chokes on NT path names with drive
11179 designators. Also look for "?:*" as the leading characters in an
11180 absolute pathname.
11181
11182Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11183
11184 * config.sub: Support for r3900.
11185
11186Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11187
11188 * configure.in: Use install-sh, not install.sh.
11189
11190Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11191
11192 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11193 apply it twice.
11194
11195Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11196
11197 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11198 install-binutils.
11199
11200Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * Makefile.in: Add automake targets.
11203 * configure.in (host_tools): Add automake.
11204
11205Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11206
11207 * configure: Default CXX to c++, not gcc.
11208 * Makefile.in (CXX): Set to c++, not gcc.
11209 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11210
11211Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11212
11213 * install-sh: try appending a .exe if source file doesn't
11214 exist
11215
11216Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11217
11218 * configure.in: Turn on multilib by default.
11219 (cross_only): Remove target-libiberty.
11220
11221 * Makefile.in (all-gcc): Don't depend on libiberty.
11222
11223Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11224
11225 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11226
11227Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11228
11229 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11230 (DISTBISONFILES): Add ld/Makefile.in
11231
11232Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11233
11234 * configure.in: if target is cygwin32 but host isn't cygwin32,
11235 don't configure gdb tcl tk expect, not just gdb.
11236
11237Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11238
11239 * configure.in: Added gnuserv everywhere sn appears.
11240
11241 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11242 (CROSS_CHECK_MODULES): Added check-gnuserv.
11243 (INSTALL_MODULES): Added install-gnuserv.
11244 (CLEAN_MODULES): Added clean-gnuserv.
11245 (all-gnuserv): New target.
11246
11247Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11248
11249 * config.guess: Fixes for MIPS OpenBSD systems.
11250
11251Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11252
11253 * Makefile.in (INSTALL_XFORM): Remove.
11254 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11255
11256 * mkinstalldirs: New file, copied from automake.
11257 * Makefile.in (installdirs): Rename from install-dirs. Use
11258 mkinstalldirs. Change all users.
11259 (DEVO_SUPPORT): Add mkinstalldirs.
11260
11261Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * install-sh: Rename from install.sh.
11264 * Makefile.in (INSTALL): Change install.sh to install-sh.
11265 (DEVO_SUPPORT): Likewise.
11266
11267 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11268 Graichen <graichen@rzpd.de>.
11269
11270Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11271
11272 * config.guess: Recognize OpenBSD systems correctly.
11273
11274Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11275
11276 * README, Makefile.in (ETC_SUPPORT): Remove references to
11277 cfg-paper*, configure.{texi,man,info*}._
11278
11279Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11280
11281 * Makefile.in (all.normal): Ensure that gcc is built after all
11282 the x11 - ie gdb - targets.
11283
11284Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11285
11286 * makefile.vms: Don't run conf-a-gas.
11287
11288Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11289
80413487 11290 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11291
11292Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11293
11294 * configure.in: Remove noconfigdirs case since gdb also
11295 configures and builds for tic80-coff.
11296
11297Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11298
11299 * configure: Set cache_file to config.cache.
11300 * Makefile.in (local-distclean): Remove config.cache.
11301
11302Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11303
11304 * COPYING: Update FSF address.
11305
11306Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11307
11308 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11309 noconfigdirs.
11310
11311Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11312
11313 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11314 MAKEDIRS, is empty.
11315
11316Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11317
11318 * config.sub: Tweak mn10300 entry.
11319
11320Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11321
11322 * configure.in (host_tools): Put sim before gdb, so gdb's
11323 configure.tgt can determine if the simulator was configured.
11324
11325Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11326
11327 * config.sub: Move BeOS $os case to be with other Cygnus
11328 local cases.
11329
11330Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11331
11332 * config.sub: Remove misplaced comment that broke Linux.
11333
11334Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11335
11336 * config.sub: Add BeOS support.
11337
11338Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11339
11340 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11341
11342Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11343
11344 * configure.in (noconfigdirs): Remove tcl and tk from
11345 noconfigdirs for cygwin32 builds.
11346
11347Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11348
11349 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11350
11351Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11352
11353 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11354 make-all.com, use makefile.vms instead.
11355
11356Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11357
11358 * config.sub: Accept -lnews*.
11359
11360Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11361
11362 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11363 target-examples and target-libiberty for d30v.
252b5132
RH
11364
11365Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11366
11367 * configure.in (noconfigdirs): Enable ld for d30v.
11368
11369Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11370
11371 * configure.in (tic80-*-*): Build compiler.
11372
11373Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11374
11375 * configure.in (d30v-*): Remove sim directory from list of
35590697 11376 unsupported d30v directories
252b5132
RH
11377
11378Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11379
35590697
AJ
11380 * config.sub, configure.in: Add d30v target cpu.
11381
252b5132
RH
11382Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11383
11384 * makefile.vms: New file.
11385 * make-all.com: Remove.
11386
11387Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11388
11389 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11390
11391Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11392
11393 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11394
11395Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11396
11397 * Makefile.in (ALL_MODULES): Added all-db.
11398 (CROSS_CHECK_MODULES): Addec check-db.
11399 (INSTALL_MODULES): Added install-db.
11400 (CLEAN_MODULES): Added clean-db.
11401
11402Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11403
11404 * config.guess: Merge with latest FSF sources.
11405
11406Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11407
11408 * Makefile.in (ALL_MODULES): Added all-itcl.
11409 (CROSS_CHECK_MODULES): Added check-itcl.
11410 (INSTALL_MODULES): Added install-itcl.
11411 (CLEAN_MODULES): Added clean-itcl.
11412
11413Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11414
11415 * configure.in: build gdb for mn10200
11416
11417Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11418
11419 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11420
11421Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11422
11423 * configure.in (tic80-*-*): Turn off most targets right now.
11424
11425Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11426
11427 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11428 rather than the makeinfo program.
11429 (do-info): Depend upon all-texinfo.
11430
11431Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11432
11433 * configure.in: Remove uses of config/mh-linux.
11434
11435 * config.sub, config.guess: Merge with latest FSF sources.
11436
11437Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11438
11439 * config.sub (case $basic_machine): Add tic80 entries.
11440
11441Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11442
11443 * config.sub, config.guess: Merge with latest FSF sources.
11444
11445Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11446
11447 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11448 * mpw-config.in: Test for NewFolderRecursive.
11449 * mpw-install: Use symbolic name for startup filename.
11450 * mpw-README: Add various additional details.
11451
11452Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11453
11454 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11455
11456Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11457
11458 * configure.in: Do build gcc and the target libraries for
11459 the mn10200.
11460
11461Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11462
11463 * configure.in: don't avoid building gdb for mn10300 any more
11464 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11465 instead of single-quoting it.
11466
11467Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11468
11469 * configure.in: Don't use --with-stabs on IRIX 6.
11470
11471Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11472
11473 * configure.in (m32r): Build gdb, libg++ now.
11474
11475Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11476
11477 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11478 directories from noconfigdirs.
11479
11480Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11481
11482 * config.sub (basic_machine): added mips16 configuration
11483
11484Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11485
11486 * config.sub: Handle d10v-unknown.
11487
11488Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11489
11490 * config.sub: Handle v850-unknown.
11491
11492Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11493
11494 * Makefile.in: add findutils
11495 * configure.in: add findutils to list of host_tools
11496
11497Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11498
11499 * config.sub: Handle mn10200 and mn10300.
11500
11501Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11502
11503 * configure.in (d10v-*): Do not build librx.
11504
11505Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11506
11507 * configure.in (mn10300): Build everything except gdb & libgloss.
11508
11509Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11510
11511 * config.guess: Patch for Dansk Data Elektronik servers,
11512 from Niels Skou Olsen <nso@dde.dk>.
11513
11514 For ncr, use /bin/uname rather than uname, since GNU uname does not
11515 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11516
11517 Patch for MIPS R4000 running System V,
11518 from Eric S. Raymond <esr@snark.thyrsus.com>.
11519
11520 Fix thinko for nextstep.
11521
11522 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11523
11524 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11525 * config.guess: Guess mips-dec-mach_bsd4.3.
11526
11527 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11528 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11529 release numbers.
11530 * config.guess (mips-mips-riscos*): Emit just enough of the
11531 release number.
11532
11533 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11534 * config.guess (sparc-auspex-sunos*): Added.
11535 (f300-fujitsu-*): Added.
11536
11537 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11538 * config.guess: Recognize a Tadpole as a sparc.
11539
11540Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11541
11542 * config.guess: Don't assume that NextStep version is either 2 or
11543 3. NextStep 4 (aka OpenStep 4) has come out now.
11544
11545Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11546
11547 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11548 From Rik Faith <faith@cs.unc.edu>.
11549
11550Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11551
11552 * config.sub: Contributions from bug-gnu-utils to:
11553 Support plain "hppa" (no version given) architecture, reported by
11554 OpenStep.
11555 OpenBSD like NetBSD.
11556 LynxOs is not a hardware supplier.
11557
11558 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11559 OpenBSD like NetBSD.
252b5132
RH
11560 Stratus systems.
11561 More Pyramid systems.
11562 i[n>4]86 Intel chips.
11563 M680[n>4]0 Motorola chips.
11564 Use unknown instead of lynx for hardware manufacturer.
11565
11566Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11567
11568 * install.sh (chmodcmd): Set to null if the DST directory already
11569 exists.
11570
11571Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11572
11573 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11574 not use mt-ppc target Makefile fragment any more.
11575
11576Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11577
11578 * configure.in (*-*-windows): Exclude everything but those dirs
11579 needed to build windows.
11580
11581Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11582
11583 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11584
11585Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11586
11587 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11588
11589Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11590
11591 * Undo my previous change.
11592
11593Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11594
11595 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11596 unconditionally.
11597 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11598
11599Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11600
11601 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11602 host to add it's own flags.
252b5132
RH
11603
11604Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11605
11606 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11607
11608Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11611 (CXX_FOR_TARGET): Likewise.
11612 (GCC_FOR_TARGET): Define.
11613 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11614 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11615 CC_FOR_TARGET was specified on the command line.
11616 (MAKEOVERRIDES): Don't define.
11617
11618Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11619
11620 * configure.in (m32r): Fix spelling of libg++ libs.
11621
11622Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11623
11624 * config.sub (-apple*): Remove, now redundant.
11625
11626Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11627
11628 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11629
11630 * configure: Rework yesterday's sed script patch.
11631
11632 * config.sub: Merge with FSF.
11633
11634Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11635
11636 * config.guess: Merge from FSF.
11637
11638 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11639 * config.guess: Use pc instead of unknown, for pc clone systems.
11640 Change linux to linux-gnu.
252b5132
RH
11641
11642 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11643 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11644
11645Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11646
11647 * test-build.mk (HOLES): Add "xargs" for gdb.
11648
11649 * configure: Avoid hpux10.20 sed bug.
11650
11651Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11652
4bddf3ad 11653 * configure.in: Add support for windows host
252b5132
RH
11654 (that is a build done under the Microsoft build environment).
11655
11656Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11657
11658 * Makefile.in: Replace all uses of srcroot with s, to shrink
11659 command line lengths.
11660
11661 Patches from Geoffrey Noer <noer@cygnus.com>:
11662 * configure.in: If configuring for newlib, pass --with-newlib to
11663 subdirectories.
11664 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11665 -Bnewlib/ and -Lwinsup to gcc.
11666 (CXX_FOR_TARGET): Likewise.
11667
11668Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * Makefile.in (ETC_SUPPORT): Add configure.
11671
11672Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11673
35590697 11674 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11675 host configuration file.
11676
11677Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11678
11679 * configure.in: Break mn10x00 support into separate
11680 mn10200 and mn10300 configurations.
11681 * config.sub: Likewise.
11682
11683Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11684
11685 * configure.in: Add lots of stuff to noconfigdirs for
11686 the mn10x00 targets.
11687
11688 * config.sub, configure.in: Add mn10x00 support.
11689
11690Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11691
11692 * make-all.com: Call conf-a-gas, not config-a-gas.
11693
11694Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11695
11696 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11697 targets.
252b5132
RH
11698
11699Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11700
11701 * mpw-README: Add much more detail for native PowerMac.
11702 * mpw-install: New file.
11703 * mpw-configure: Add --norecursion and --help options.
11704 * mpw-config.in: Translate readme and install files when
11705 copying to objdir.
11706 * mpw-build.in: Don't always depend on byacc and flex.
11707 (install-only-top): New action.
11708
11709Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11710
11711 * configure.in: You can now configure GDB for the v850.
11712
11713Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11714
11715 * configure.in (noconfigdirs): Don't configure any C++ dirs
11716 if targeting D10V.
11717
11718Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * config.sub: Recognize mips64vr5000.
11721
11722Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11723
11724 * configure.in: Use a single line for host_tools and native_only.
11725
11726Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11727
11728 * config.sub, configure.in: Add entries for m32r.
11729
11730Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11731
11732 * Makefile.in (inet-install): Don't run install-gzip.
11733
11734Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11735
11736 * configure.in: Don't config lots of things for *-*-windows*.
11737
11738Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11739
11740 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11741 (host_libs, host_tools): Copy from configure.in.
11742 * mpw-configure: Don't complain about directories not found.
11743
11744Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11745
11746 * configure.in (i[345]86): Recognize i686 for pentium pro.
11747 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11748 file.
11749
11750 * config.guess (i[345]86): Ditto.
11751
11752Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11753
11754 * configure.in (noconfigdirs): Removed gdb for D10V.
11755
11756Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11757
11758 * configure.in: Remove ld, target-libio, target-libg++, and
11759 target-libstdc++ from noconfigdirs.
11760
11761Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11762
11763 * configure: Fix three locations where shell scripts were
11764 being run directly rather than with config_shell.
11765
11766Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11767
11768 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11769 * config.sub (basic_machine): Recognize v850.
11770
11771Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11772
11773 * mpw-configure: Handle multiple enable/disable options and
11774 pass them down recursively, handle -c and -s flags appropriately
11775 depending on choice of compiler, add escape mechanism for
11776 quoted arguments to gC.
11777
11778Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11779
11780 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11781 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11782 so that -mrelocatable-lib and -mno-eabi are used.
11783
11784 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11785 not support --print-multi-lib, don't abort.
11786
252b5132
RH
11787Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11788
11789 * make-all.com: Run config-a-gas.
11790 * setup.com: Don't copy subdirectory files around.
11791
11792Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11793
11794 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11795 target, it now compiles correctly.
11796
11797Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11800
11801Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11802
35590697 11803 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11804
11805Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11806
11807 * configure.in (native_only): Add prms.
11808
11809Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11810
11811 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11812 (BINUTILS_SUPPORT_DIRS): Likewise.
11813
11814Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11815
11816 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11817 d10v support is added.
11818
11819Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11820
11821 * configure.in (d10v-*-*): New target.
11822
11823Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11824
11825 * config.guess (HP 9000/811): Recognize this as a PA1.1
11826 machine.
11827
11828Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11829
11830 * Makefile.in (do-tar-gz): New target, split out from tail end of
11831 taz target. Run each command separately, don't use pipes.
11832 (taz): Use it.
11833
11834Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11835
11836 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11837 * mpw-build.in: No builds should depend on building byacc or flex,
11838 they are assumed to be installed already.
11839
11840Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11841
11842 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11843 variable that CC_FOR_TARGET needs.
11844
11845Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11846
11847 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11848 options have changed since the last time the subdirectory was
11849 configured, and if it has, reconfigure.
11850 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11851 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11852
11853Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11854
11855 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11856 CLEAN_MODULES): Add bash.
11857 (all-bash): New target.
11858
11859Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11860
11861 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11862
11863Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11864
11865 * config.sub (basic_machine): Recognize d10v as a valid processor.
11866
11867Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11868
11869 * mpw-configure: Add support for --bindir.
11870 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11871
11872Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11873
11874 * configure.in: add bash, time, gawk to list of hosttools and things
11875 to only build for native toolchains
11876
11877Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11878
11879 * Makefile.in (docdir): Remove.
11880
11881Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11882
11883 * Makefile.in (datadir): Set to $(prefix)/share.
11884
11885Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11886
11887 * configure.in: build diff and patch for cygwin32-hosted
11888 toolchains.
11889
11890Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11891
11892 * config.sub: Accept -rtems*.
11893
11894Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11895
80413487 11896 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11897 remove diff from the list of things not buildable
11898 via Canadian Cross
252b5132
RH
11899
11900Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11901
11902 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11903 don't get ". ".
252b5132
RH
11904
11905Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11906
11907 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11908
11909Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11910
11911 * Makefile.in (taz): Handle case where tex3patch didn't even get
11912 checked out. Also, if it was found, put the symlink in a new util
11913 subdirectory.
11914
11915Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11916
11917 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11918
11919Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11920
11921 * config.sub: Recognize -openvms.
11922 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11923 * make-all.com, setup.com: New files.
11924
11925Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11926
11927 * Makefile.in (taz): tex3patch moved to texinfo/util.
11928
11929Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11930
afb8d725 11931 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11932 * configure.in: remove make from disable-if-Can-Cross list
11933 enable gdb if ${host} and ${target} are cygwin32
11934
11935Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11936
11937 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11938 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11939
11940Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11941
11942 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11943 distinguish sysv/svr4/bsd variants.
11944 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11945
11946Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11947
11948 * configure.in: Added copyright notice.
11949 * move-if-change: Added copyright notice.
11950
11951Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11952
11953 * configure.in (powerpcle-*-solaris*): Until we get shared
11954 libraries working, don't build gdb, sim, make, tcl, tk, or
11955 expect.
11956
11957Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11958
11959 * config.guess: Merge with FSF:
11960
11961 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11962 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11963
11964 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11965 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11966
11967 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11968 * config.guess: Combine two OSF1 rules.
11969 Also recognize field test versions. From mjr@zk3.dec.com.
11970 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11971 because GNU uname does not support -p. From pmr@pajato.com.
11972
11973Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11974
11975 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11976
11977Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11978
11979 * mpw-README: Document GCCIncludes.
11980
11981Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11982
11983 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11984
11985Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11986
11987 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11988
11989Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11990
11991 * configure.in (*-*-cygwin32): Configure make.
11992
11993Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11994
11995 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11996
11997Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11998
11999 * Makefile.in (all-inet): Depend on all-perl.
12000
12001 * Makefile.in (inet-install): New target.
12002
12003 * Makefile.in (all-inet): Depend on all-tcl.
12004 (all-inet): Depend on all-send-pr.
12005
12006Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12007
12008 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12009 temporarily.
12010
12011Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12012
12013 * configure.in: Don't configure --with-gnu-ld on AIX.
12014
12015Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12016
12017 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12018
12019Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12020
12021 * Makefile.in (ALL_MODULES): Added all-inet.
12022 (CROSS_CHECK_MODULES): Added check-inet.
12023 (INSTALL_MODULES): Added install-inet.
12024 (CLEAN_MODULES): Added clean-inet.
12025 (all-indent): New target.
12026
12027 * configure.in (host_tools): Added inet.
12028 (native_only): Added inet.
12029 (noconfigdirs): Added inet.
12030
12031Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12032
12033 * configure.in: Don't configure libgloss if we are not configuring
12034 newlib.
12035
12036Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12037
12038 * configure.in: Don't configure libgloss for unsupported
12039 architectures.
12040
12041Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12042
12043 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12044
12045Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12046
12047 * Makefile.in (ALL_MODULES): Include all-apache.
12048 (CROSS_CHECK_MODULES): Include check-apache.
12049 (INSTALL_MODULES): Include install-apache.
12050 (all-apache): New target.
12051
12052 * configure.in: Added apache everywhere perl is seen.
12053
12054Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12055
12056 * Makefile.in: Add support for clean-{module} and
12057 clean-target-{module} rules.
12058
12059Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12060
12061 * configure.in (*-*-ose) do not build libgloss.
12062
12063Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12064
12065 * config.guess (prep*:SunOS:5.*:*): Turn into
12066 powerpele-unknown-solaris2.
12067
12068Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12069
12070 * configure.in: Permit --enable-shared to specify a list of
12071 directories.
12072
12073Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12074
12075 * configure.in (host==solaris): Pass only the first word of $CC
12076 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12077
12078Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12079
12080 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12081
12082Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12083
12084 * Makefile.in (ALL_MODULES): Include all-perl.
12085 (CROSS_CHECK_MODULES): Include check-perl.
12086 (INSTALL_MODULES): Include install-perl.
12087 (ALL_X11_MODULES): Include all-guile.
12088 (CHECK_X11_MODULES): Include check-guile.
12089 (INSTALL_X11_MODULES): Include install-guile.
12090 (all-perl): New target.
12091 (all-guile): New target.
12092
12093 * configure.in (host_tools): Include perl and guile.
12094 (native_only): Include perl and guile.
12095 (noconfigdirs): Don't build guile and perl; no ports have been
12096 done.
12097
12098Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12099
80413487
RH
12100 * configure (--enable-*): Handle quoted option lists such as
12101 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12102
12103Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12104
12105 * Makefile.in ({,inst}all-target): New rule so we can make and
12106 install all of the target directories easily.
12107
12108Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12109
12110 * configure.in: Add missing global flag in sed substitution when
12111 deleting `target-' from ${configdirs}.
12112
12113Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12114
12115 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12116 option.
12117
12118 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12119 config/mh-necv4.
12120
12121 * install.sh: Correct misspelling of transformbasename.
12122
12123 * config.guess: Recognize mips-*-sysv*.
12124
12125Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12126
12127 * config.sub: Recognize mon960.
12128
12129Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12130
12131 * configure: Restore Canadian Cross handling of BISON and LEX,
12132 removed in Feb 20 change.
12133
12134Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12135
12136 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12137 Mention make install. Remove the old copyright date as well the
12138 clumsy and rather pointless copyright on the README file.
12139
12140Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12141
12142 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12143 Makefile after running symlink-tree, then run `make distclean' to
12144 avoid clobbering any generated files in srcdir.
12145
12146Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12147
12148 * configure.in (m68k-*-netbsd*): Build everything now.
12149
12150Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12151
12152 * Makefile.in (taz): Fix quoting.
12153
12154Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12155
12156 * configure.in (sparclet-*-*): Build everything now.
12157
12158Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12159
12160 * configure.in (m68k-*-linux*): New host.
12161
12162Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * configure: Check for bison before byacc.
12165
12166Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12167
12168 * Makefile.in configure: Change the way LEX and BISON/YACC are
12169 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12170 searching PATH. These are used as fallbacks by Makefile.in if
12171 flex/bison/byacc aren't in objdir.
12172
12173Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12174
12175 * Makefile.in: Make everything which depends upon all-bfd also
12176 depend upon all-opcodes, in case --with-commonbfdlib is used.
12177
12178Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12179
12180 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12181 building NT native compilers on Unix.
12182
12183Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12184
12185 * configure.in: Don't get CC from the host Makefile fragment if we
12186 can find gcc in PATH, or if this is a Canadian Cross. Move the
12187 Solaris test for /usr/ucb/cc to the post target script, just after
12188 the compiler sanity test.
12189
12190Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12191
12192 * config.sub: Merge with FSF.
12193
12194Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12195
12196 * Makefile.in (RPATH_ENVVAR): New variable.
12197 (REALLY_SET_LIB_PATH): Use it.
12198 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12199
12200Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12201
12202 * config.sub, configure.in: Recognize sparclet cpu.
12203
12204Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12205
12206 * config.guess: Support m68k-cbm-sysv4.
12207
12208Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12209
12210 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12211 m68k-unknown-linuxaout from linker help string. Put quotes around
12212 $ld_help_string.
12213
12214Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12215
12216 * config.guess (powerpc-harris-powerunix): Add guess for port
12217 to new target.
12218
12219Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12220
12221 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12222
12223Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12224
12225 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12226 $(REALLY_SET_LIB_PATH) in Makefile.
12227 * Makefile.in (SET_LIB_PATH): New variable.
12228 (REALLY_SET_LIB_PATH): New variable.
12229 ($(DO_X)): Use $(SET_LIB_PATH).
12230 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12231 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12232 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12233 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12234 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12235 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12236 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12237 (install-dosrel): Likewise.
12238 (all-opcodes): Depend upon all-libiberty.
12239
12240Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12241
12242 * config.guess (*:CYGWIN*): New
12243
12244Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12245
12246 * Makefile.in (all-target-winsup): All all-target-libiberty.
12247
12248Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12249
12250 * configure.in (noconfigdirs): Add missing # in front of comment.
12251
12252Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12253
12254 * configure.in: add second pass to things added to noconfigdirs
12255 so *-gm-magic can exclude libgloss properly.
12256
12257Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12258
12259 * mpw-configure (extralibs_name, rez_name): Set correctly
12260 for MWC68K compiler.
12261
12262 * mpw-README: Add more info on the necessary build tools.
12263
12264Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12265
12266 * configure.in, config.sub: Recognize cygwin32.
12267
12268Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12269
12270 * config.guess, config.sub: Recognize A/UX.
12271
12272Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * config.sub: Merge with gcc/config.sub.
12275
12276Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12277
12278 * mpw-build.in (do-binutils): Add build of stamps.
12279
12280Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12281
12282 * config.sub: Add recognition for mips64vr4100*-* targets.
12283
12284Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12285
12286 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12287 Add creation of gconfigargs with `--enable-shared' turned on.
12288 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12289 ($(host)-stamp-stage3-configured): Likewise.
12290 (HOLES): Add chatr and ldd.
12291 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12292
12293Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12294
12295 * configure: Pass --nfp to recursive configures.
12296
12297Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12298
12299 * Makefile.in (DLLTOOL): New.
12300 (DLLTOOL_FOR_TARGET): New.
12301 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12302 (EXTRA_TARGET_FLAGS): Ditto.
12303 (EXTRA_GCC_FLAGS): Ditto.
12304 (CONFIGURE_TARGET_MODULES): Ditto.
12305 (DO_X): Ditto.
12306 * configure: Add DLLTOOL.
12307
12308Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12309
12310 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12311 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12312 mh-sco, since old workarounds no longer needed, and don't
12313 build ld, since libraries have weak symbols in COFF.
12314
12315Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12316
12317 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12318
12319Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12320
12321 * configure.in: Make sure that ${CC} can be used to compile an
12322 executable.
12323
afb8d725
JM
12324Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12325
12326 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12327 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12328 nothing depending on whether gdbtk is being built.
12329
252b5132
RH
12330Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12331
12332 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12333
12334Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12335
12336 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12337 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12338
12339Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12340
12341 * config-ml.in: Add support for
12342 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12343 Simplify setting of multidirs from --disable-foo.
12344
12345Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12346
12347 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12348 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12349 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12350 non-empty, pass them on to the GCC make.
252b5132
RH
12351 (all-bootstrap): New rule that is like all-gcc, except it executes
12352 the GCC bootstrap rule instead of the GCC all rule.
12353
12354Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12355
12356 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12357
12358Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12359
12360 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12361 DG/UX support.
12362
12363Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12364
12365 * config.sub (i*86*) Change [345] to [3456]
12366
12367Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12368
12369 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12370 --with-gnu-ld=no.
12371
12372Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12373
12374 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12375 AIX multilibs get built.
12376
12377Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12378
12379 * configure.in (i386-win32): Don't build expect if we're not
12380 building the tcl subdir.
12381
12382Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12383
12384 * Makefile.in: (configure-target-examples, all-target-examples):
12385 New targets, configure and build example programs.
12386
12387Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12388
12389 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12390 use it as input to sedit the generated MPW makefile.
12391 * mpw-README: Add a suggestion about Gestalt.h.
12392
12393Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12394
12395 * config.sub: Accept *-*-ieee*.
12396
12397Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12400 Ronald F. Guilmette <rfg@monkeys.com>.
12401
12402Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12403
12404 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12405 for powerpc-pe native.
12406 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12407 (target==powerpc-pe): duplicate i386-win32 entry.
12408
12409Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12410
12411 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12412 of vxworks, not just vxworks5.1.
12413
12414Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12415
12416 * mpw-configure: Add support for exec-prefix.
12417
12418Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12419
12420 * config.guess: Recognize HP model 816 machines as having
12421 a PA1.1 processor.
12422
12423Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12424
12425 * configure: Ignore new autoconf configure options.
12426
252b5132
RH
12427Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12428
12429 * config.guess: Recognize Pentium under SCO.
12430 From Robert Lipe <robertl@arnet.com>.
12431
12432Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12433
12434 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12435
12436Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12437
12438 * configure.in: Don't configure gas for alpha-dec-osf*.
12439
12440Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12441
12442 * configure.in: Default to --with-stabs for some targets for which
12443 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12444 i[345]86*-*-unixware*.
12445
12446Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12447
12448 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12449 rather than basing it on the target. Simplify handling of options
12450 controlling which directories to configure. Remove extraneous
12451 slash in multi-clean target.
12452
12453Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12454
12455 * config-ml.in: Prefix more variables with ml_ so they don't collide
12456 with configure's.
12457
12458Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12459
12460 * configure: Don't turn -v into --v.
12461
12462Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12463
12464 * configure.in (targargs): Fix typo.
12465
12466 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12467
12468Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12469
12470 * configure.in: Strip --host and --target options from
12471 CONFIG_ARGUMENTS, and always configure for --host only. Add
12472 --with-cross-host option when building with a cross-compiler.
12473 * configure: Canonicalize the arguments put into config.status by
12474 always using `=' for an option with an argument. Pass a presumed
12475 --host or --target explicitly.
12476
12477Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12478
12479 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12480 into general OS recognition case.
12481
12482Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12483
12484 * configure.in (target_configdirs): add target-winsup only
12485 for win32 target systems.
12486
12487Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * Makefile.in (all-target-libgloss): Depend upon
12490 configure-target-newlib, since when libgloss is built it looks to
12491 see if the newlib directory exists.
12492
12493Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12494
12495 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12496 cfg-ml-*.in.
12497
12498Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12499
12500 * configure: Handle LD and LD_FOR_TARGET when configuring a
12501 Canadian Cross.
12502
252b5132
RH
12503Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12504
12505 * configure.in (target_libs): add target-winsup.
12506 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12507 (target==ppcle-pe): remove ld from $noconfigdirs.
12508
12509Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12510
12511 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12512 Preserve relative path names in $srcdir. Build symlink tree if
12513 configuring cross target dir and srcdir=. (= no VPATH support).
12514 (configure-target-libg++): Depend on configure-target-librx.
12515 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12516 * config-ml.in: New file.
12517 * symlink-tree: New file.
12518 * configure: Ensure srcdir="." if that's what it is.
12519
12520Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12521
12522 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12523 includes and FLEX_SKELETON setting.
12524 * mpw-configure (--with-gnu-ld): New option, controls whether
12525 to use PPCLink or ld with PowerMac GCC.
12526 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12527 * mpw-config.in: Configure grez if targeting Mac.
12528
12529 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12530 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12531 just macos.
252b5132
RH
12532 * configure.in: Configure grez resource compiler if targeting Mac.
12533 * Makefile.in (all-grez, install-grez): New targets.
12534
12535Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12536
12537 * configure: CXX defaults to gcc, not g++. If we find
35590697 12538 gcc in the path, set CC to gcc -O2.
252b5132
RH
12539
12540Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12541
12542 * configure: Default ${build} correctly. Avoid picking up extra
12543 spaces when reading CC and CXX from Makefile. When doing a
12544 Canadian Cross, use plausible default values for numerous
12545 variables.
12546 * configure.in: When doing a Canadian Cross, don't try to
12547 configure tools whose configure script can't handle it.
12548
12549Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12550
12551 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12552
12553Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12554
12555 * configure: Remove dubious bug reporting address.
12556
12557Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12558
12559 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12560 configure script, run that instead of this directory's configure.
12561 In either case, print a message that we're configuring the sub-dir.
12562
12563Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12564
12565 * configure.in: Before checking for the existence of various files,
12566 use sed to filter out "target-".
12567
12568Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * Makefile.in (DO_X): Split rule to decrease command line length
12571 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12572 (Philippe De Muyter).
12573
12574Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12575
12576 * Makefile.in (all-patch): depend on all-libiberty.
12577
12578Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * configure.in: If the only directory in target_configdirs which
12581 actually exists is libiberty, then set target_configdirs to empty,
12582 to avoid trying to build a target libiberty in a gas or gdb
12583 distribution.
12584
12585Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12586
12587 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12588 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12589 systems.
252b5132
RH
12590
12591Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12592
12593 * configure.in (copy_dirs): Use sys-include instead of include
12594 for --with-headers option.
12595
12596Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12597
12598 * Makefile.in, configure.in: Make winsup builds work with
12599 new scheme.
12600
12601Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12602
12603 * configure.in: Build the linker on AIX.
12604
12605Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12606
12607 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12608 where needed.
12609
12610Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12611
12612 * Makefile.in (all-gcc): Fix typo.
12613
12614Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12615
12616 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12617
12618Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12619
12620 * configure.in: Rename libFOO to target-libFOO, and xiberty
12621 to target-xiberty, to provide more flexibility.
12622 (target_subdir): Define. Create if cross.
12623 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12624 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12625 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12626 check-libFOO -> check-target-libFOO, etc.
12627 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12628 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12629 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12630 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12631 allow ALL_GCC="" to only configure.
12632 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12633 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12634 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12635
12636Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12637
12638 * Makefile.in (taz): Build "info" in etc explicitly.
12639
12640Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12641
12642 * configure.in: Make sure that CC is undefined (as opposed to
12643 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12644 problem with autoconf trying to configure on a host without GCC.
12645
12646Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12647
12648 * mpw-configure: Set host alias from choice of host compiler,
12649 only use generic MPW Makefile sed if present, edit a file
12650 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12651 * mpw-README: Add problem notes about CW6 and CW7.
12652
12653Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12654
12655 * Makefile.in (taz): Use ";" instead of ";;".
12656
12657Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12658
12659 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12660 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12661 DISTDOCDIRS.
12662 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12663 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12664
12665Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12666
12667 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12668 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12669 Move bfd to DISTSTUFFDIRS.
12670
12671Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12672
12673 * Makefile.in (X11_LIB): Removed.
12674 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12675
12676 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12677
12678Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12679
12680 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12681 names.
12682
12683Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12684
12685 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12686
12687Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12688
12689 * configure.in (i[345]86-*-win32): Always build newlib.
12690 Don't configure cvs, autoconf or texinfo.
12691 * Makefile.in (LD_FOR_TARGET): New.
12692 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12693 Pass down LD_FOR_TARGET.
12694
12695Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12696
12697 * winsup: New directory.
12698 * Makefile.in: Build winsup.
12699 * configure.in: Winsup is configured when target is win32.
12700 Can only build win32 target GDB when native.
35590697 12701
252b5132
RH
12702Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12703
12704 * config.guess: Recognize HP model 819 machines as having
12705 a PA 1.1 processor.
12706
12707Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12708
12709 * configure: Fix sed loop which substitutes for CC and CXX to
12710 avoid bug found in various sed implementations.
12711
12712Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12713
12714 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12715 simulator. Use standard powerpc-*-eabi*.
12716
12717Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12718
12719 * configure.in: Stop putting gas and binutils in noconfigdirs for
12720 powerpc-*-aix* and rs6000-*-*.
12721
12722Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12723
12724 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12725 -mcall-aixdesc libraries.
12726
12727Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12728
12729 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12730
12731 * config.sub (arm | armel | armeb): Fix shell syntax.
12732
12733Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12734
12735 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12736 -msoft-float and -mcpu=common support.
12737 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12738 libraries.
12739
12740Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12741
12742 * configure.in: Allow configuration and build of emacs19 for the alpha.
12743
12744Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12745
12746 * configure.in (CC): Get ^CC, not just any old CC, from
12747 ${host_makefile_frag}.
12748
12749Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
35590697 12751 * configure.in (CC): Try to get CC from
252b5132
RH
12752 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12753
12754Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12755
12756 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12757 only if it exists in $(srcdir).
12758
12759Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure: If CC and CXX are not set in the environment, set
12762 them, based on either an existing Makefile or on searching for gcc
12763 in PATH. Substitute for CC and CXX in Makefile.
12764 * configure.in: Remove libm from target_libs. Separate
12765 target_configdirs from configdirs. If CC is not set in
12766 environment, try to get it from a host Makefile fragment. Rewrite
12767 changes of configdirs to use skipdirs instead. A few minor
12768 tweaks. Take directories out of target_configdirs as they are
12769 taken out of configdirs. Remove existing Makefile files from
12770 subdirectories. Substitute for TARGET_CONFIGDIRS and
12771 CONFIG_ARGUMENTS in Makefile.
12772 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12773 by configure.in.
12774 (CONFIG_ARGUMENTS): Likewise.
12775 (CONFIGURE_TARGET_MODULES): New variable.
12776 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12777 ($(CONFIGURE_TARGET_MODULES)): New target.
12778 (configure-libg++, configure-libio): New targets.
12779 (all-libg++): Depend upon configure-libg++.
12780 (all-libio): Depend upon configure-libio.
12781 (configure-libgloss, all-libgloss): New targets.
12782 (configure-libstdc++): New target.
12783 (all-libstdc++): Depend upon configure-libstdc++.
12784 (configure-librx, all-librx): New targets.
12785 (configure-newlib): New target.
12786 (all-newlib): Depend upon configure-newlib
12787 (configure-xiberty): New target.
12788 (all-xiberty): Depend upon configure-xiberty.
12789
12790Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12791
12792 * configure.in (host i[345]86-*-win32): Expand the
12793 noconfigdirs again.
12794
12795Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12796
12797 * mpw-configure: Fix sed command file name.
12798
12799Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12800
35590697 12801 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12802 noconfigdirs again.
12803
12804Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12805
12806 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12807 or powerpc*-*-pe*, since they are not yet supported.
12808
12809Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12810
12811 Add PowerMac support and many other enhancements.
12812 * mpw-configure: New option --cc to select compiler to use,
12813 paste options set according to --cc into the generated
12814 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12815 if mpw-make.sed is present.
12816 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12817 add forward includes for PowerPC include files.
12818 * mpw-build.in: Build using Makefile.PPC if present.
12819 (do-byacc, etc): Remove separate version resource builds.
12820 (do-gas): Build "stamps" before "all".
12821 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12822 * mpw-README: Update to reflect --cc option, PowerMac support,
12823 and recently-reported compatibility problems.
12824
12825Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12826
12827 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12828 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12829 (--with-multilib-top): Pass to recursive invocations.
12830
12831Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12832
12833 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12834 v810-*-*.
12835
12836Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12837
12838 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12839 gdb, ld and opcodes on v810-*-*.
12840
252b5132
RH
12841Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12842
12843 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12844 (local-maintainer-clean): New target.
12845 (maintainer-clean): New target.
12846 (realclean): Just depend upon maintainer-clean.
12847
12848Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12849
12850 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12851
12852Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12853
12854 * configure.in: Build ld in mips*-*-bsd* case.
12855
12856Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12857
12858 * config.sub: Accept -lites* OS. From Ian Dall.
12859
12860Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12861
12862 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12863 targets.
252b5132
RH
12864
12865Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12866
12867 * configure.in: treat i386-win32 canadian cross the same as
12868 i386-go32 canadian cross.
12869
12870Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12871
12872 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12873 running under the simulator to build a reduced set of libraries.
12874 (powerpc-*-eabiaix): Add fine grained multilib support added to
12875 other powerpc targets yesterday.
12876
12877Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12878
12879 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12880 -disable-softfloat, -disable-relocatable, -disable-aix, and
12881 -disable-sysv to control which multilib libraries get built.
12882
12883Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12884
12885 * configure: Add Makefile.tem to list of files to remove in trap
12886 handler.
12887
12888Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12889
12890 * config.guess (*Linux*): Add missing "exit"s.
12891 Also, need specific check for alpha-unknown-linux (uses COFF).
12892
12893Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12894
12895 * config.guess: Merge with FSF:
12896
12897 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12898 * config.guess (AIX4): More robust release numbering discovery.
12899
12900 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12901 * config.guess (i386-sequent-ptx): Properly get version number.
12902
12903 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12904 * config.guess (mips:*:4*:UMIPS): New case.
12905
12906Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12907
12908 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12909 (i386-win32 host): Likewise. Don't build readline.
12910
afb8d725
JM
12911Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12912
12913 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12914 SUPPORT_FILES to submakes.
12915
252b5132
RH
12916Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12917
12918 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12919 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12920 mpw-configure.
12921
12922Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12923
12924 * configure.in (appdirs): Use =, not ==, in test expression when
12925 trying to build the text to print in the warning message for
12926 Solaris users.
12927
12928Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12929
12930 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12931
12932Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12933
12934 * config.guess: Recognize lynx-2.3.
12935
12936Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12937
12938 * config.sub (z8ksim): Deleted
12939 (z8k-*-coff): New, this is the one true name of the target.
12940
12941Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12942
12943 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12944
12945Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12946
12947 * config.guess (*:Linux:*:*): First try asking the linker what the
12948 default object file format is (elf, aout, or coff). Then if this
12949 fails, try previous methods.
12950
12951Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12952
12953 * configure.in: Don't build newlib for *-*-vxworks5.1.
12954
12955Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12956
12957 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12958 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12959
12960Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12961
12962 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12963
12964Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12965
12966 * cfg-ml-com.in: New file.
12967 * cfg-ml-pos.in: New file.
12968
12969Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12970
12971 * COPYING.NEWLIB: Add HP free copyright to list.
12972
12973Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12974
12975 * config.sub: Recognize -eabi* for the system, not just -eabi.
12976
12977Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12978
12979 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12980 * config.sub, configure.in (win32): New target and host.
12981
12982Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12983
12984 * configure.in: Add i386-pe configuration.
12985
12986Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12987
12988 * mpw-build.in (install): Install GDB after LD.
12989
12990Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12991
12992 * mpw-config.in (elf/mips.h): Always forward-include, needed
12993 for GDB to build.
12994
12995Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12996
12997 * testsuite: New directory for customer acceptance and whole tool
12998 chain tests.
12999
13000Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13001
13002 * configure: If per-host line isn't found, but AC_OUTPUT is found
13003 and a configure script exists, run it instead.
13004
13005Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13006
13007 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13008
13009Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13010
13011 * configure: Set build_{cpu,vendor,os,alias} to host values when
13012 --build isn't specified.
13013
13014Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13015
13016 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13017 (FLAGS_TO_PASS): Pass them.
13018 (EXTRA_TARGET_FLAGS): Ditto.
13019
252b5132
RH
13020Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13021
13022 * Makefile.in (all-libg++): Depend on all-libstdc++.
13023
13024Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13025
13026 * configure.in (noconfigdirs): Enable all packages for
13027 i386-unknown-netbsd.
13028
13029Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13030
13031 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13032 hosted builds (DOS builds)
13033
13034Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13035
13036 Changes for ARM based on patches from Richard Earnshaw:
13037 * config.sub: Handle armeb and armel.
13038 * configure.in: Omit arm linker only for riscix.
13039
13040Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13041
13042 * config.guess: Update from FSF.
13043
13044Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13045
13046 * config.sub: Recognize powerpcle as the little endian varient of
13047 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13048 powerpcle variant. Convert pentium into i586, not i486. Add p5
13049 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13050 temporarily.
13051
13052Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13053
13054 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13055
13056Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13057
13058 * config.sub: Accept -lites* as a basic system type.
13059
13060Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13061
13062 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13063 installed, and if so return linuxoldld as the system name.
13064
13065Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13066
13067 * config.guess: Add hppa1.1-hp-lites support.
13068
13069Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13070
13071 * configure.in: Don't build newlib for m68k-vxworks5.1.
13072
13073Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13074
13075 * configure.in (mips-sgi-irix6): Use mh-irix5.
13076
13077Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13078
13079 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13080
13081Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13082
13083 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13084 OSF/1. Fix compiler flags.
252b5132
RH
13085 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13086
13087Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13088
13089 * configure.in: Recognize --with-newlib.
13090 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13091
afb8d725
JM
13092Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13093
13094 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13095 to *_X11_MODULES due to gdbtk needing X include files et al.
13096
252b5132
RH
13097Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13098
13099 Merge in support for Mac MPW as a host.
13100 (Old change descriptions retained for informational value.)
13101
13102 * mpw-config.in: Add generic include forwards for cpu-specific
13103 include files in aout and elf directories.
13104
13105 * mpw-configure: Added copyright.
13106 * mpw-config.in: Check for presence of required build tools.
13107 (target_libs): Add newlib.
13108 (target_tools): Add examples.
13109 (Read Me): Generate as "Read Me for MPW" instead.
13110 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13111 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13112 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13113
13114 * mpw-configure: Remove subdir-specific makefile hackery,
13115 delete mk.tmp after using it.
13116
13117 * mpw-build.in (all): Display start and end times.
13118
13119 * mpw-configure (host_canonical): Set.
13120 (target_cpu): Always add to makefiles.
13121 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13122 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13123 (mpw-mh-mpw): Look for in srcdir and srcroot.
13124 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13125
13126 * mpw-build.in: (install-only): New target.
13127
13128 * mpw-configure (host_alias, target_alias): Rename from hostalias
13129 and targetalias, add into generated Makefile.
13130 (mk.tmp): If present, add into generated Makefile.
13131 * mpw-build.in (all-gas): Build config.h first before gas proper.
13132
13133 * mpw-configure (config.status): Write only if changed.
13134 * mpw-config.in (readline): Configure it (not built, just used for
13135 definitions).
13136
13137 * mpw-config.in (elf/mips.h): Add a forward include.
13138
13139 * mpw-config.in: Forward-include most .h files in include into
13140 extra-include.
13141 (readline): Don't build.
13142 mpw-build.in (install): Install GDB.
13143
13144 * mpw-configure (prefix, mpw_prefix): Handle it.
13145 * mpw-config.in (mmalloc, readline): Don't configure.
13146 * mpw-build.in (thisscript): Rename to ThisScript.
13147 Use mpw-build instead of BuildProgram everywhere.
13148 (mmalloc, readline): Don't build.
13149 * mpw-README: New file, basic documentation about the MPW port.
13150
13151 * mpw-config.in: Use forward-include to create include files.
13152
13153 * mpw-configure: Add more things to the top of each configured
13154 Makefile, including contents of config/mpw-mh-mpw.
13155 * mpw-config.in (extra-include): Create this directory and fill it
13156 with Posix-like include files when configuring.
13157
13158 * config.sub (apple, mac, mpw): Add various aliases.
13159
13160 * mpw-build.in: New file, top-level build script fragment for MPW.
13161 * mpw-configure: New file, configure script for MPW.
13162 * mpw-config.in: New file, config fragment for MPW.
13163
13164Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13165
13166 * configure.in (host_libs): Remove glob, since it is gone from the
13167 sources.
13168
13169Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13170
13171 * Makefile.in: define empty GDB_NLM_DEPS var.
13172
13173 * configure.in(target_makefile_frag): use config/mt-netware
13174 for netware targets.
13175
13176Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13177
13178 * config.sub: Merge in recent FSF changes. Remove linux special
13179 cases.
13180
13181Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13182
4bddf3ad 13183 Revert this change:
252b5132
RH
13184
13185 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13186
13187 * build-all.mk: Use CC=cc -Xs on Solaris.
13188
252b5132
RH
13189Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13190
13191 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13192 stop using it.
13193 * Makefile.in: Nuke all references to glob subdirectory.
13194
13195Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13196
13197 * configure.in: Fix --enable-shared logic in per-host.
13198
13199Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13200
13201 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13202
13203Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13204
13205 * configure.in (noconfigdirs): Don't build gas on AIX, for
13206 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13207
13208Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13209
13210 * configure: Fix --cache-file to work if the file argument is a
13211 relative path.
13212
13213Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13214
13215 * configure: If the --cache-file is used, pass it down to
13216 configure in subdirectories.
13217
13218Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13219
13220 * config.sub: add vxworks29k configuration.
13221
13222Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13223
13224 * Makefile.in (taz): Do "diststuff" part quietly.
13225
13226Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13227
13228 * config.sub: Mini-merge with gcc/config.sub.
13229
13230Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13231
13232 * config.guess (IRIX): Sed - to _.
13233
13234Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13235
13236 * Makefile.in (source-vault, binary-vault): New targets.
13237
13238Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13239
13240 * config.sub: Recognize -eabi as a basic system type.
13241
13242Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13243
13244 * configure.in (enable_shared stuff): Fix typo.
13245
13246Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13247
13248 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13249
13250Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13251
13252 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13253
13254Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13255
13256 * configure.in (rs6000-*-*): Don't build gas.
13257
13258Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13259
13260 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13261 reduce command line length.
13262 (AS_FOR_TARGET): Check for as.new, not Makefile.
13263 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13264
13265Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13266
13267 * config.guess: Merge from FSF.
13268
13269Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13270
13271 * configure: Don't use $ when handling program_suffix.
13272
13273Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13274
13275 * configure.in: Configure tk for hppa/hpux.
13276
13277Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13278
13279 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13280
13281Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13282
13283 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13284 to LIBCXXFLAGS. Tests are better run without it.
13285
13286Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13287
13288 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13289
13290Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13291
13292 * configure.in (*-*-netware*): Don't configure xiberty.
13293
13294Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13295
13296 * configure.in: Remove tk from native_only list.
13297
13298Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13299
13300 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13301 for special NCD build.
13302
13303Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13304
13305 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13306 makeall.bat, they're only useful for binutils snapshots.
13307 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13308 makeall.bat to specified SUPPORT_FILES.
13309
13310Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13311
13312 * build-all.mk: Add Ericsson targets to sun4 and solaris
13313 hosts. Add BNR's sun4 target to solaris host, so their
13314 build-from-source will be tested in-house first.
13315
13316Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13317
13318 * Makefile.in (LIBCFLAGS): New variable.
13319 (CFLAGS_FOR_TARGET): Ditto.
13320 (LIBCFLAGS_FOR_TARGET): Ditto.
13321 (LIBCXXFLAGS): Ditto.
13322 (CXXFLAGS_FOR_TARGET): Ditto.
13323 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13324 (BASE_FLAGS_TO_PASS): Pass them.
13325 (EXTRA_TARGET_FLAGS): Ditto.
13326
4bddf3ad 13327 * configure.in: Support --enable-shared.
252b5132
RH
13328
13329Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13330
13331 * configure.in (target_libs): Include libstdc++ again.
13332 * config.guess: Update from FSF (for FreeBSD).
13333
13334Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13335
13336 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13337 makeall.bat.
13338 (DISTDOCDIRS): Add `etc'.
13339 (ETC_SUPPORT_PFX): New variable.
13340 (taz): Include anything from etc starting with a word in
13341 ETC_SUPPORT_PFX.
13342
13343Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13344
13345 * config.sub: Update for recent FSF changes. Remove obsolete
13346 h8300hds entry. Add -windows* and -osx as basic os. Minor
13347 spacing changes.
13348
13349Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13350
13351 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13352
13353 * config.guess: Merge with FSF.
13354 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13355
13356Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13357
13358 * configure: Since the "trap 0" handler will override the exit
13359 status on many systems, only use it for "exit 1", and make it set
13360 a non-zero exit status; reset it before "exit 0". Also, check
13361 exit status of config.sub, and error out if it failed.
13362
13363Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13364
13365 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13366 and install libgloss.
13367
13368Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13369
13370 * Makefile.in (all-binutils): Depend upon all-byacc.
13371
13372 * configure.in: Don't build emacs on Irix 5.
13373
13374Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13375
13376 * configure.in (*-*-netware*): Add libio.
13377
13378Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13379
13380 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13381 (CHECK_TARGET_MODULES): Ditto.
13382 (INSTALL_TARGET_MODULES): Ditto.
13383 (TARGET_LIBS): Ditto.
13384 (all-libstdc++): Note dependencies.
13385
13386Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13387
13388 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13389
13390Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13391
13392 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13393 -fexternal-templates.
13394
13395 * configure.in (target_libs): Add libstdc++.
13396 (noconfigdirs): Add libstdc++ as appropriate.
13397
13398Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13399
13400 * config.guess: Update from FSF.
13401
13402Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13403
13404 * configure: Use ${config_shell} when running ${configsub}.
13405
13406Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13407
13408 * config.sub: No longer recognize h8300h.
13409
13410Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13411
13412 * config.sub: Remove extraneous differences between config.sub and
13413 gcc/config.sub.
13414
13415Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13416
13417 * Makefile.in (DISTSTUFFDIRS): Add gas.
13418
13419Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13420
13421 * COPYING.NEWLIB: New file.
13422
13423Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13424
13425 * config.guess (HP-UX): Patch from Harlan Stenn
13426 <harlan@landmark.com> to also emit release level.
13427
13428Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13429
13430 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13431
13432Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13433
13434 * config.sub: Merge nextstep cleanup from FSF.
13435
13436Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13437
13438 * configure.in (arm-*-*): Don't configure ld for this target.
13439
13440Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13441
13442 * configure.in (*-*-netware): don't configure libg++, libio,
13443 librx, or newlib.
13444
13445Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13446
13447 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13448 configure ld--it works, but it doesn't support shared libraries.
13449
13450Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13451
13452 * config.guess (*-unknown-freebsd*): Get rid of possible
13453 trailing "(Release)" in version string.
13454 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13455
13456Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13457
13458 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13459 Fix type: *-next-neststep -> *-next-nextstep.
13460
13461 * config.guess: Merge from FSF:
13462
13463 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13464
13465 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13466
13467 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13468
13469 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13470 instead of UNIX_SV for UnixWare 1.0).
13471
13472Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13473
13474 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13475 to make gdb/nlm/* build after the compiler and linker.
13476
13477Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13478
13479 * config.guess (netbsd, freebsd, linux): Accept any machine,
13480 not just i[34]86.
13481 (m68k-atari-sysv4): Relocate to match FSF version.
13482
13483 * config.guess: More merges from the FSF:
13484
13485 Add a space before function call or macro invocation.
13486
13487 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13488
13489 * config.guess: Add trap cmd to remove dummy.c and dummy when
13490 interrupted.
13491
13492 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13493
13494 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13495 (dummy): Redirect stderr from compilation of dummy.c.
13496
13497 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13498
13499 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13500
13501Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13502
13503 * configure: Accept and ignore --cache*, for compatibility with
13504 new autoconf.
13505
13506Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13507
13508 * config.guess: Merge from FSF:
13509
13510 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13511
13512 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13513 (PATH): Add /.attbin at end for finding uname.
13514 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13515
13516 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13517
80413487 13518 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13519
13520 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13521
80413487
RH
13522 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13523 to select whether to use ELF or COFF.
252b5132
RH
13524
13525 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13526
80413487 13527 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13528
13529 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13530
13531 * config.guess: Guess the OS version for HPUX.
13532
13533 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13534
13535 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13536
13537Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13538
13539 * configure.in: Recognize --with-headers, --with-libs, and
13540 --without-newlib.
13541 * Makefile.in (all-xiberty): Depend upon all-ld.
13542
13543Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13544
13545 * configure.in: Change i[34]86 to i[345]86.
13546
13547Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13548
13549 * configure (version): A few more tweaks to help message.
13550
13551Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13552
13553 * Makefile.in: Remove (for now) librx as a host library,
13554 now that we're building it for target.
13555
13556Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13557
13558 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13559 (Karl Berry).
13560
13561Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13562
13563 * configure.in: Also configure librx.
13564
13565Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13566
13567 * Makefile.in: Update various rules to reflect that librx
13568 is now needed for libg++.
13569
13570Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13571
13572 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13573
13574Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13575
13576 * configure.in: Configure the examples directory.
13577
13578Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13579
13580 * configure: Simplify Jun 2 1994 change.
13581
13582Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13583
13584 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13585 /bin/gcc isn't good enough to build gcc.
13586
13587Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13588
13589 * Makefile.in (GDB_SUPPORT_FILES): Remove
13590 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13591 (gdb.tar.gz): Add new rule to use standard distribution building
13592 mechanism.
13593
13594Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13595
13596 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13597 Bill Cox <bill@cygnus.com>.
13598
13599Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13600
13601 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13602
13603Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13604
13605 * configure: Search current dir first in .gdbinit.
13606
13607Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13608
13609 * config.sub: Recognize freebsd (merged from gcc config.sub).
13610
13611Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13612
13613 * config.sub: Refer to NeXT's operating system as nextstep.
13614
13615 * config.sub (case $basic_machine): Re-order the cases, to match
13616 the order in the FSF version (which is mostly alphabethical).
13617 Merge in some additions and changes from the FSF.
13618
13619Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13620
13621 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13622 * config.sub: Recognize cxux7.
13623 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13624
13625Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13626
13627 * config.sub: Fix typo powerpc -> powerpc-*.
13628
13629Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13630
13631 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13632
13633 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13634 parallel with all-emacs and install-emacs). Top-level command
13635 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13636
13637Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13638
13639 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13640 $(relbindir)/make before doing ``make install'', and use
13641 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13642 installing over running make binary.
13643 ($(host)-stamp-stage3-installed): Likewise.
13644
13645Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13646
13647 * config.guess: Recognize Mach.
13648
13649Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13650
13651 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13652 see whether --exec-prefix was used.
13653
13654Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13655
13656 * README: Explicitly mention libg++/README. (Zoo's idea.)
13657
13658Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13659
13660 * Makefile.in: Add all-librx target similar to all-libproc.
13661
13662Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13663
13664 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13665 with post 1.2 uname bogosity.
13666
13667Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13668
13669 * configure: Remove temporary files on receipt of a signal.
13670
13671Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13672
13673 * configure: If there is a package_makefile_frag, remove
13674 ${subdir}/Makefile.tem after copying it in.
13675
13676Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13677
13678 * build_all.mk: support rs6000 lynx identifies itself as
13679 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13680 since /bin/gcc is too feeble to compile a modern gcc.
13681
13682Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13683
13684 * brought devo/test-build.mk update-to-date with progressive/
13685 test-build.mk. Add lynx targets and hppa flag info.
13686
13687Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13688
13689 * configure.in: Use mh-ncrsvr43. Patch from
13690 Tom McConnell <tmcconne@sedona.intel.com>.
13691
13692Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13693
13694 * config.guess (i386-unknown-bsdi): No longer need to
13695 check #if defined(__bsdi__) && defined(__i386__).
13696
13697Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13698
13699 * configure: Set program_transform_nameoption correctly.
13700
13701Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13702
13703 * brought build-all.mk update-to-date with progressive build-all.mk,
13704 added new targets and hppa info.
35590697 13705
252b5132
RH
13706Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13707
13708 * configure: If config.guess result is a prefix of the user
13709 specified target, assume a native build and use the user specified
13710 target as the host alias. Remove SunOS patch suffix removal hack.
13711 * configure.in: Remove SunOS patch suffix removal hack.
13712
13713 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13714 in NATIVE_CHECK_MODULES.
13715
13716Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13717
13718 * Makefile.in: Rename HOST_ONLY to NATIVE.
13719 * configure: Delete SunOs patch suffix from host_canonical
13720 and build_canonical variables that are prepended to Makefiles.
13721 * configure.in: Add comments for easier maintenance.
13722
13723Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * Makefile.in: Add all-libproc target similar to all-gui.
13726
13727Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13728
13729 * Makefile.in (CHECK_MODULES): split into
13730 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13731
13732Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13733
13734 * config.guess (i386-unknown-bsdi): New system to guess.
13735
13736Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * Makefile.in: Add all-gui target (but not yet build by "all").
13739
13740Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13741
13742 * config.sub: Move deletion of patch suffix from here...
13743 * configure.in: To here, at Ian's suggestion. The top-
13744 level scripts might need to know of a patch level.
13745
13746Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13747
13748 * config.sub: Strip off patch suffix so rtl is recognized
13749 as a sunos4.1.3 machine, even though it's been patched.
13750
13751Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13752
13753 * Makefile.in (INSTALL_LAST): Delete.
13754 (INSTALL_DOSREL): New.
13755
13756Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13757
13758 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13759 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13760 whether we pass down --with-gnu-ld anyhow.
13761
13762Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13763
13764 * Makefile.in (INSTALL_LAST): Change operation so it works
13765 on more flavors of make.
13766 * configure.in (go32): Don't build libg++ or libio.
13767
13768Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13769
13770 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13771 they can be overriden by templates.
13772
13773Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13774
13775 * configure.in (target==go32): Don't build gdb.
13776 * dosrel: New directory.
13777
13778Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13779
13780 * configure.in (host==go32): Configure dosrel too.
13781 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13782 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13783 be set by incoming names or templates.
13784 (INSTALL_LAST): New rule.
252b5132
RH
13785
13786Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13787
13788 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13789
13790Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13791
252b5132
RH
13792 * configure.in (appdirs): New variable. Currently empty, but will
13793 be used in gas distribution. If nonempty, lists a set of
13794 directories at least one of which must get configured, or top
13795 level configuration is considered to have failed.
13796 (rs6000-*-lynxos*): Use new file name.
13797
13798Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13799
13800 Eliminate XTRAFLAGS.
13801 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13802 newlib include files using -idirafter, and also use -nostdinc.
13803 (CXX_FOR_TARGET): Likewise.
13804 (XTRAFLAGS): Removed.
13805 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13806 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13807 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13808 ($(DO_X)): Don't pass down XTRAFLAGS.
13809
13810Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13811
13812 * configure.in (mips*-dec-bsd*): New target; do build linker.
13813 (mips*-*-bsd*): New target; don't build linker.
13814
13815Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13816
13817 * configure.in: support rs6000-*-lynxos* configuration.
13818 support sunos4 as a cross target.
13819
13820 * config.sub: look for lynx*, not lynx since the OS version may
13821 legitimately be part of the name.
13822
13823Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13824
13825 * configure.in (i[34]86-*-sco*): Move to be with other i386
13826 targets.
13827 (romp-*-*): New target. Skip various binary utilities.
13828 (vax-*-*): New target. Don't build newlib.
13829 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13830
13831Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13832
13833 * configure.in: Only set host_makefile_frag if config
13834 directory exists.
13835
13836Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13837
13838 * install.sh: If $dstdir exists, don't check whether each
13839 component does.
13840
13841Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13842
13843 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13844
13845Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13846
35590697
AJ
13847 * configure.in (*-*-lynxos*): Don't configure newlib for either
13848 native or cross Lynx.
252b5132
RH
13849
13850Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13851
13852 * config.sub (sparc64-elf): Fix os.
13853 (z8k): Remove duplicate.
13854
13855Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13856
13857 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13858 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13859
13860Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13861
13862 * configure: Make file links cleanly even if Lynx fails on
80413487 13863 an NFS symlink (at least fail cleanly).
252b5132
RH
13864
13865Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13866
13867 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13868 -XNh2000.
13869
13870Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13871
13872 * configure: Unknown options are fatal again.
13873
13874Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13875
13876 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13877 compatibility.
252b5132
RH
13878
13879Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13880
13881 * build-all.mk: Add `clean' target.
13882
13883Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13884
13885 * config.guess: Add SINIX support.
13886 * configure.in: Add mips-*-sysv4* support.
13887
13888Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13889
13890 * build-all.mk: Document all useful targets.
13891 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13892 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13893
13894Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13895
13896 * configure: Support --silent, --quiet.
13897
13898Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13899
13900 * configure: Support --disable-FEATURE.
13901
13902Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13903
13904 * config.guess: Recognize NCR running SVR4.3.
13905
13906Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13907
13908 * config.guess: Make BSDI generate i386-unknown-bsd386.
13909 Patch from Paul Eggert <eggert@twinsun.com>.
13910
13911Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13912
13913 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13914
13915Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13916
13917 * configure: Make unrecognized options give nonfatal warnings
13918 instead of fatal errors, and pass them to any subdirectory
13919 configures in case they recognize them.
13920 Make --x equivalent to --with-x.
13921
13922Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13923
13924 * configure: Add --enable-* options. Clean up usage message and
13925 some comments.
13926
13927Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13928
13929 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13930
13931Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13932
13933 * configure.in (hppa*-*-*): Enable binutils.
13934
13935Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13936
13937 * config.sub: Recognize cisco.
13938
13939Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13940
13941 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13942
13943Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13944
13945 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13946 than one configuration name. Add comment.
13947
13948Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13949
13950 * config.guess: about target *-hitachi-hiuxwe2, fixed
13951 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13952 macro is incorrect.]
13953
13954Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13955
13956 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13957 than the "make ls" stuff which used to be here.
13958
13959Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * config.guess: Recognize i[34]86-unknown-freebsd.
13962 From Shawn M Carey <smcarey@rodan.syr.edu>.
13963
13964Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13965
13966 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13967
13968Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13969
13970 * config.guess: Check for ptx.
13971
13972Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13973
13974 * config.sub: Add os9k checking.
13975
13976Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13977
13978 * config.guess: Handle OSF1 running on HPPA processors
13979
13980Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13981
13982 * configure: If subdir configure fails, print out a message with
13983 subdirectory name, in case subdir's configure code didn't identify
13984 itself.
13985
13986Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13987
13988 * configure.in: Remove embedded newlines from configdirs.
13989 Avoid mismatches of substrings. Fix matching strings at end
13990 of configdirs.
13991
13992Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13993
13994 * config.guess: Add Lynx/rs6000 config support.
13995
13996Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13997
13998 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13999
14000Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14001
14002 * configure.in (hppa*-*-osf*): Treat this just like most other
14003 PA configurations (eg no binutils or ld).
14004 (hppa*-*-*elf*): These configurations have binutils and ld.
14005
14006Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14007
14008 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14009
14010Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14011
14012 * configure.in (rs6000-*-*): Build gas.
14013
14014Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14015
80413487 14016 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14017
14018Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14019
14020 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14021 for GDB and GDB has been fixed to not need it.
14022
252b5132
RH
14023Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14024
14025 * config.guess: Recognize vax hosts.
14026
14027Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14028
14029 * configure (while loop): Don't use "break 2" inside case
14030 statement -- the case statement isn't an enclosing loop.
14031
14032Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14033
14034 * config.guess: Clean up NeXT support, to allow nextstep
14035 on Intel machines. Make OS be nextstep.
14036
14037Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14038
14039 * config.guess: Add alternate forms for Convex.
14040
14041Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14042
14043 * configure: Completely rewrite option processing. Take
14044 advantage of pattern-matching to avoid invoking test frequently.
14045 Also clean up host and target defaulting logic.
14046
14047Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14048
14049 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14050 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14051 commands (plus user environment) will fit SCO limits.
14052
14053Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14054
14055 * configure.in: Don't issue warnings about directories which are
14056 not being configured if -norecursion is set. Correct test for
14057 --with-gnu-as and --with-gnu-ld to not get confused by substring
14058 matches.
14059
14060 * configure.in: Don't build gas for alpha-dec-osf1*.
14061
14062Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14063
14064 * configure: Back out Per's change of 12/19/1993. It changes the
14065 behavior of configure in unexpected and confusing ways.
14066
14067 Also, use different delim char when calculating
14068 program_transform_name so that the name can contain slashes.
14069
14070Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14071
14072 * configure.in, config.sub: Add support for VSTa micro-kernel.
14073
14074Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14075
14076 * configure.in: Nuke hacks which were used to get a special
14077 version of GAS for HPPA configurations.
14078
14079Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14080
14081 * configure: If only ${target_alias} is given, use that
14082 as the default for ${host_alias}.
14083 * configure: Add missing back-slashes before nested quotes.
14084
14085Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14086
14087 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14088
14089Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14090
14091 * config.guess: Recognize some Tektronix configurations.
14092 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14093
14094Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14095
14096 * config.sub: Match any flavor of SH.
14097
14098Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14099
14100 * configure.in: Don't try to configure newlib for Alpha.
14101
14102Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14103
14104 * configure.in: Don't build ld for Irix 5. Don't build gas,
14105 libg++ or libio for any Alpha target.
14106
14107 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14108
14109Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14110
14111 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14112 default arguments -- so it tried to compress itself.
14113
14114Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14115
14116 * configure.in (notsupp): ensure that a space is always at the end
14117 of the configdirs list, since the grep checks for an explicit space
14118
14119Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14120
14121 * configure.in (target i386-sysv4.2): don't build ld, since static
14122 versions of many libraries are not available.
14123
14124Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14125
14126 * config.guess: Recognize Apollos (using environment variables).
14127 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14128
14129Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14130
14131 * config.guess: Recognize Sony news mips running newsos.
14132
14133Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14134
14135 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14136 "fi ; else" for bash.
14137
14138Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14139
14140 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14141
14142Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14143
14144 * config.sub: accept unixware as an alias for svr4.2.
14145 Fix some inconsistancies with the gcc version.
14146
14147Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14148
14149 * Makefile.in (DISTDOCDIRS): Add gdb.
14150
14151Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14152
14153 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14154
14155Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14156
14157 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14158 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14159 this now.
14160
14161Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14162
14163 * config.sub: Accept hiux* as an OS name.
14164
14165 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14166 etc/make-stds.texi. The underscore came from gcc, and dje now
14167 agrees that RUNTESTFLAGS is the correct name.
14168
14169Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14170
14171 * install.sh: Remove 'set -e'. It makes any conditionals
14172 in the script useless.
14173
14174 * config.guess: Automatically recognize arm-acorn-riscix
14175 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14176
14177Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14178
14179 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14180
14181Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14182
14183 * Makefile.in (DISTDOCDIRS): New variable.
14184 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14185 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14186
14187Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14188
14189 * configure.in (hppa target): check the source directory for the
14190 pagas sub-directory
14191
14192Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14193
14194 * config.sub: Allow -aout* and -elf*.
14195
14196Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14197
14198 * configure.in: Don't build ld on i386-solaris2, same as for
14199 sparc-solaris2.
14200
14201Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14202
14203 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14204
14205Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14206
14207 * configure.in: Configure gdb for alpha.
14208
14209Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14210
14211 * Makefile.in (CXXFLAGS): Add -O.
14212
14213Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14214
14215 * config.guess: added support for DG Aviion
14216
14217Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14218
14219 * configure.in: Produce warning message for subdirectories not
14220 configurable for this host/target combination. Don't try to
14221 configure gdb for vms.
14222
14223Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14224
14225 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14226 appropriate files before making "diststuff".
14227 (DISTBISONFILES): New var: list of files to be edited.
14228 (DISTSTUFFDIRS): Add binutils.
14229
14230Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14231
14232 * config.sub: also handle mipsel and mips64el (for little endian mips)
14233
14234Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14235
14236 * configure.in: Add * to end of all OS names.
14237
14238Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14239
14240 * configure.in: Build newlib for LynxOS native.
14241
14242Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14243
14244 * config.guess: Add support for delta 88k running SVR3.
14245
14246 * configure.in: Add comment about HP compiler vs. emacs.
14247
14248Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14249
14250 * configure.in: don't build ld on solaris2 (not a viable option
14251 due to bugs in getpwnam & getpwuid)
14252
14253Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14254
14255 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14256 config.guess will produce a full version number.
14257
14258Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14259
14260 * configure.in: Build linker and binutils for alpha-dec-osf1.
14261
14262Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14263
14264 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14265 and gdb/testsuite/Makefile.in.
14266
14267Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14268
14269 * configure.in: recognize mips*- instead of mips-
14270
14271Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14272
14273 * config.sub: Accept linux*coff and linux*elf as operating
14274 systems.
14275
14276Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14277
14278 * config.sub: Recognize mips64, and mips3 as an alias for it.
14279
14280Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14281
14282 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14283 gdb knows how to handle OSF/1 shared libraries.
14284
14285Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14286
14287 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14288 * config.guess: Recognize Hitachi's HIUX.
14289 * config.sub: Recognize h3050r* and hppahitachi.
14290 Remove redundant cases for hp9k[23]*.
14291
14292Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14293
14294 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14295 if gas and ld are in the source tree and are in ${configdirs}.
14296 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14297 --with options (but still pass them down on the command line,
252b5132
RH
14298 if they were explicitly specified).
14299
14300Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14301
14302 * configure: substitute SHELL value in Makefile.in with
14303 ${CONFIG_SHELL}
14304
14305Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14306
14307 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14308 *-*-solaris2* targets.
14309
14310Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14311
14312 * Makefile.in: define M4, and pass it down to sub-makes;
14313 all-autoconf now depends on all-m4
14314
14315Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14316
14317 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14318 presence of {ar,ranlib} instead of a configured directory
14319
14320Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14321
14322 * config.guess: Accept 34?? as well as 33?? for NCR.
14323
14324Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14325
14326 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14327 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14328
14329Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14330
14331 * configure: grab values for $(CC) and $(CXX) from the
14332 environment, so that someone can do "CC=gcc configure; make" and
14333 have it work right (matching the way that autoconf works now)
14334
14335 * configure.in, Makefile.in: add support for gash, the tcl
14336 interface to Galaxy
14337
14338 * config.guess: add NetBSD variants (hp300, x86)
14339
14340Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14341
14342 * install.sh: Support -d option (in the manner of SunOS 4 install,
14343 as it is more deterministic than that of GNU install)
14344 (chmodcmd): Set file to mode 755 by default (should also do default
14345 chgrp and chown, but I don't feel like dealing with that now)
14346
14347Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14348
14349 * config.sub: Remove h8300hhms alias.
14350
14351Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14352
14353 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14354
14355Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14356
14357 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14358 as stmp-fixinc
14359
14360Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14361
14362 * config.sub: recognize m88110-bug-coff.
14363
14364Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14365
14366 * Makefile.in (all-libio): all dependencies on the toolchain used
14367 to build this (gcc, gas, ld, etc)
14368
14369Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 * config.guess: Deal with OSF/1 1.3 on alpha.
14372
14373Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14374
14375 * install.sh: add some 'else true' clauses for portability
14376
14377 * configure.in: don't build libio for h8[35]00-*-* targets
14378
14379Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14380
14381 * Makefile.in: Add support for new libio.
14382
14383Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14384
14385 * install.sh: If one command fails, don't try the rest. Don't try
14386 to remove $dsttmp (via trap) unless we have already created it.
14387 If $src doesn't exist, detect it and exit with an error.
14388
14389 * config.guess: Recognize BSD on hp300.
14390
14391Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14392
14393 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14394 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14395
14396Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14397
14398 * Makefile.in (all-send-pr): depends on all-prms
14399
14400Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14401
14402 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14403
14404Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14405
14406 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14407 Added test for mips-mips-riscos5.
14408
14409Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14410
14411 * configure.in: use mh-hp300 for 68k HP hosts
14412
14413Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14414
14415 * configure: add support for CONFIG_SHELL, so that you can use
14416 some alternate shell for evaluating configure scripts
14417
14418Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14419
14420 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14421 in configure script to bug-gdb@prep.ai.mit.edu when building
14422 distribution archive.
14423 * Makefile.in (COMPRESS): Remove def.
14424 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14425 gdb.tar.Z and make-gdb.tar.Z respectively.
14426 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14427 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14428 to convergence with 'taz' target in Makefile.in.
14429
14430Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14431
14432 * install.sh (dsttmp): use trap to ensure that tmp files go
14433 away on error conditions
14434
14435Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14436
14437 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14438
14439Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14440
14441 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14442 its parent is '/' not ''.
14443
14444 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14445
14446Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14447
14448 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14449 that ${newsrcdir}/configure.in does.
14450
14451Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * test-build.mk: support for CONFIG_SHELL
14454
14455Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14456
14457 * config.sub (netware): Add as a basic system type.
14458
14459Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14460
14461 * Makefile.in (Makefile): depend on configure.in. Also drop the
14462 $(srcdir)/ from the dependency on Makefile.in.
14463
14464Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14465
14466 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14467 (h8300hhms is temporary until multi-libraries are implemented).
14468 * configure.in: Handle h8300h too.
14469
14470Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14471
14472 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14473
14474Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14475
14476 * configure: Remove extraneous output when guessing host type.
14477 * config.guess: Remove extraneous output when guessing using C
14478 compiler rather than uname, or when guessing fails.
14479
14480Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14481
14482 * Makefile.in: remove all.cross and install.cross targets
14483
14484 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14485 definitions
14486
14487Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14488
14489 * configure.in (target sh): Build gprof.
14490
14491Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14492
14493 * config.sub: change -solaris to -solaris2
14494
14495Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14498
14499Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14500
14501 * configure: Correct error message for missing Makefile.in to
14502 print correct directory.
14503
14504Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14505
14506 * install.sh: kludge around 386BSD shell bug
14507
14508Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14509
14510 * config.guess: Recognize NeXT.
14511 * config.guess: Recognize i486-ncr-sysv4.
14512 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14513
14514Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14515
14516 * Makefile.in (MAKEINFOFLAGS): New variable.
14517 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14518 * build-all.mk, test-build.mk: Pass down --no-split as
14519 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14520
14521Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14522
14523 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14524
14525Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14526
14527 * Makefile.in (libg++.tar.z): New rule.
14528 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14529 * Makefile.in (taz): Only do a single chmod.
14530
14531Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14532
14533 * install.sh: don't use dirname anymore (replaced with sed usage)
14534
14535Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14536
14537 * Makefile.in: Change extension for gzip'd files from '.z' to
14538 '.gz' per new FSF standard usage.
14539
14540Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14541
14542 * configure: put quotes around the final value of program_transform_name
14543
14544Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14545
14546 * Makefile.in: new install.sh support; update install-info rules
14547
14548Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14549
14550 * configure.in: Build diff for crosses, but not for go32 host.
14551
14552 * configure.in: Build gprof only for native, and don't build it
14553 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14554
14555Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14556
14557 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14558
14559Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14560
14561 * configure.in (host_tools): Add prms.
14562
14563Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14564
14565 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14566 with $(FLAGS_TO_PASS) on the command line
14567
14568 * config.sub: Recognize lynx and lynxos
14569
14570Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14571
14572 * config.sub: Accept -ecoff*, not just -ecoff.
14573
14574Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14575
14576 * Makefile.in (taz): Use .gz suffix instead of .z.
14577 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14578 names.
14579
14580Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14581
14582 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14583
14584Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14585
14586 * Makefile.in (install-no-fixedincludes): install gcc last, so
14587 that rebuilds that might happen during 'make install' don't get
14588 bogus gcc include files
14589
14590Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14591
14592 Change from Utah for HPPA support:
14593 * config.guess: Recognize hppa1.x-hp-bsd.
14594
14595Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14596
14597 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14598 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14599
14600Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14601
14602 * config.sub: Add support for rom68k and bug boot monitors.
14603
14604Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14605
14606 * Makefile.in: Make all-opcodes depend on all-bfd.
14607
14608Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14609
14610 * config.guess: Added special check for i[34]86-univel-sysv4*.
14611
14612Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14613
14614 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14615 the processor rather than assuming i486.
14616
14617Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14618
14619 * config.guess: Recognize SunOS6 as Solaris3.
14620
14621Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14622
14623 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14624 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14625
14626Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * build-all.mk (all-cross): New target for Canadian Cross.
14629 Added Q2 go32 targets.
14630 * test-build.mk: Configure go32 cross sparclite-aout and
14631 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14632 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14633
14634Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14635
14636 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14637 GO32 hosted toolchains
14638
14639Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14640
14641 * configure: change so "-exec-prefix" gets passed down rather
14642 than "-exec_prefix" so autoconf generated Makefiles get the
14643 exec_prefix set right.
14644
14645Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14646
14647 * config.guess: get the Solaris2 minor version number
14648
14649 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14650
14651Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14652
14653 * config.guess: Recognize some Sequent platforms.
14654
14655Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14656
14657 * Makefile.in: added the vault-install target
14658
14659 * configure.in: actually use the Sun3 makefile fragment that's in
14660 config, also added the release dir to configdirs
14661
14662Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14663
14664 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14665
14666Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14667
14668 * configure.in: remove some program from Alpha targetted toolchains
14669
14670Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14671
14672 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14673 gprof.
14674 (taz): Run "make diststuff" in those directories instead of "make
14675 proto-dir". Look for "VERSION=" only at start of line in subdir
14676 Makefile. Use "gzip -9" for compression.
14677 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14678 (binutils.tar.z): New target.
14679
14680Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14681
14682 * Makefile.in (taz): Include gpl.texinfo.
14683
14684Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14685
14686 * Makefile.in (setup-dirs): Merged into "taz" target.
14687 (taz): Only do `proto-dir' stuff if a directory is actually needed
14688 for this target.
14689
14690Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14693 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14694 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14695 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14696 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14697
14698Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14699
14700 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14701 config.sub, and move-if-change to gdb testsuite distribution
14702 archive, so the testsuite can be extracted, configured, and
14703 run separately from the gdb distribution. Blow away the Chill
14704 tests that require a Chill compiled executable, since GNU Chill
14705 is not yet publically available.
14706
14707Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14708
14709 * test-build.mk: set environment variables in a single command,
14710 instead of a list of assignments and exports
14711
14712 * config.guess: recognize Alpha/OSF1 systems
14713
14714Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14715
14716 * configure: Change help message to prefer --options rather than
14717 -options.
14718
14719Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14720
14721 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14722 zippy@ecst.csuchico.edu.
14723 * config.guess: Recognize miniframe.
14724
14725Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14726
9eb322aa
MF
14727 * Makefile.in: Use srcroot to find runtest rather than rootme.
14728 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14729
14730Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14731
14732 * test-build.mk: Extensive additions to support building on a
14733 machine other than the host.
14734
14735Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14736
14737 * configure (tooldir): Fix for i386-aix again.
14738
14739Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14740
14741 * configure, Makefile.in: Change definition of $(tooldir)
14742 to match the FSF.
14743
14744Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14745
14746 * config.guess: Recognize i[34]86/SVR4.
14747
14748Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14749
14750 * Makefile.in (all-gdb): gdb depends on sim.
14751
14752Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14753
14754 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14755 at the same time we make the prototype gdb directory.
14756 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14757 files at the same time as the gdb base release distribution.
14758
14759Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14760
14761 * Makefile.in (check): Use individual check targets rather than
14762 DO_X rule.
14763 (check-gcc): Added.
14764
14765Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14766
14767 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14768 for System V release 3.2.
14769
14770Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14771
14772 * config.sub: Recognize hppaosf.
14773 * configure.in: Do configure ld/binutils/gas for it.
14774
14775Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14776
14777 * configure (tooldir): Alter syntax used to set this, for systems
14778 where "\$" isn't handled right, like i386-aix.
14779
14780Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14781
14782 * configure: Pass program-transform-name, not
14783 program_transform_name, to recursive configures.
14784
14785Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14786
14787 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14788 of gas+ld+binutils.
14789
14790Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14791
14792 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14793
14794Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14797
252b5132
RH
14798Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14799
14800 * Makefile.in (PRMS): Set back to all-prms.
14801
14802Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14803
14804 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14805 targets, rather than for MIPS hosts.
14806
14807Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14808
14809 * configure.in: add comment for --with-x default values
14810
14811 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14812
14813 * Makefile.in: add check-* targets for each of the directories in
14814 the tree. Add a definition of RUNTEST that will use the one we
14815 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14816
14817Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14818
14819 * configure.in: Removed obsolete references to bfd_target and
14820 target_makefile_frag.
14821
14822 * build-all.mk: Set assorted targets for Q2.
14823 * config.sub: Recognize z8k-sim and h8300-hms.
14824 * test-build.mk: Really don't pass host to configure.
14825 (HOLES): Added uname.
14826
14827Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14828
14829 * configure: Handle an empty program-prefix, program-suffix or
14830 program-transform-name correctly.
14831
14832Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14833
14834 * build-all.mk: -G 8 no longer required for MIPS targets.
14835 * test-build.mk: Don't pass host argument to configure; make it
14836 guess.
14837
14838Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14839
14840 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14841 * Makefile.in (COMPRESS): New macro, like GZIP.
14842
14843Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14844
14845 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14846
14847 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14848 with gas currently defaults to -G 0.
14849
14850Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14851
14852 * Makefile.in (all-flex): flex depends on byacc.
14853
14854 * build-all.mk: If host not specified, use config.guess. Pass TAG
14855 to test-build.mk as RELEASE_TAG.
14856 * test-build.mk (configargs): New variable containing arguments to
14857 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14858 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14859
14860 * config.guess: Use /bin/uname when checking -X argument on SCO,
14861 to avoid invoking GNU uname which doesn't understand -X.
14862
14863 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14864
14865 * configure.in: Build gas for mips-*-*.
14866
14867Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14868
14869 * Makefile.in (all.normal): insert missing backslash.
14870
14871Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14872
4bddf3ad 14873 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14874
14875 * Makefile.in: Complete overhaul to merge many almost identical
14876 targets.
14877
14878Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14879
14880 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14881 (gdb.tar.Z): Adjusted.
14882
14883 * Makefile.in (setup-dirs, taz): New targets; should be general
14884 enough to adapt for gdb sometime. Build only .z file.
14885 (gas.tar.z): New target.
14886
14887Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14888
14889 * build-all.mk: Use CC=cc -Xs on Solaris.
14890
252b5132
RH
14891Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14892
14893 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14894 for handling BISON for FSF releases.
14895
14896Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14897
14898 * configure: Actually implement the change zoo just documented.
14899
14900Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14901
14902 * configure: when using config.guess, only set target_alias when
14903 it's not already been set (ie, on the command line)
14904
14905Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14906
14907 * Makefile.in: add installcheck target, set PRMS to install-prms
14908
14909Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14910
14911 * configure: add support for package_makefile_fragment, handle the
14912 case where a directory has a configure.in file but no Makefile.in
14913 more gracefully (with an actual understandable error message, even);
14914 add support for --without (and add this to the usage message); also
14915 explicitly add a --host=${host_alias} to the command line when
14916 config.guess is used
14917
14918Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14919
14920 * configure: Must use both --host and --target in recursive calls.
14921
14922Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14923
14924 * Makefile.in: Change deja-gnu to dejagnu.
14925
14926Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14927
14928 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14929
14930Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14931
14932 * configure.in: canonicalize all instances to *-*-solaris2*,
14933 also strip out a number of tools to not build for go32 host
14934
14935Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14936
14937 * config.guess: add GPL.
14938
14939 * Makefile.in, config.guess, config.sub, configure: bump
14940 copyrights to 93.
14941
14942Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14943
14944 * Makefile.in (do-info): Removed obsolete check for existence of
14945 localenv file.
14946
14947 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14948
14949Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14950
14951 * Makefile.in: a couple of 'else true' for decstation,
14952 support for TclX
14953
14954 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14955
14956Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14957
14958 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14959
14960Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14961
14962 * config.guess: Recognize i386-ibm-aix (PS/2).
14963 * configure.in: Use config/mh-aix386 file for it.
14964
14965Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14968 CC_FOR_TARGET instead.
14969 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14970
14971Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14972
14973 * Makefile.in: Add sim to list of directories sent with gdb
14974
14975Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14976
14977 * configure.in: Put back mips-dec-bsd* case.
14978
14979Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14980
14981 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14982 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14983 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14984
14985Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14986
14987 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14988
14989 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14990 (install-info): install dir.info only if it exists,
14991 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14992
14993Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14994
14995 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14996 gas for mips-dec-bsd.
14997
14998Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14999
15000 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15001 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15002
15003Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15004
15005 * configure.in: Added "dejagnu" to hosttools list.
15006
15007Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15008
15009 * config.sub, configure.in, config.guess: Add support
15010 for Bosx, an AIX variant from Bull.
15011 Patches from F.Pierresteguy@frcl.bull.fr.
15012
15013Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15014
15015 * devo/dejagnu: Initial creation of devo/dejagnu.
15016 Migrated dejagnu testcases and support files for testing software
15017 tools to reside as subdirectories, currently called "testsuite",
15018 within the directory of the software tool. Migrated all programs,
15019 support libraries, etc. beloging to dejagnu proper from
15020 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15021 with no modifications. The changes to these files which will
15022 allow them to configure, build, and execute properly will be made
15023 in a future update.
15024
15025Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15026
15027 * Makefile.in: Change send_pr to send-pr.
15028 * configure.in: Likewise.
15029 * send_pr: Renamed directory to send-pr.
15030
15031Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15032
15033 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15034
15035Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15036
15037 * README: Update for gdb-4.8 release.
15038 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15039 gdb-xxx.tar.z (gzip'd) file also.
15040
15041Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15042
15043 * Makefile.in: make all-diff depend on all-libiberty
15044
15045Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15046
15047 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15048
15049Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15050
15051 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15052
15053Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15054
15055 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15056 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15057 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15058
15059Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15060
15061 * Makefile.in: makeinfo binary is in a new location
15062
15063Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15064
15065 * config.sub: Accept -ecoff as an OS.
15066
15067 * Makefile.in: Various changes to eliminate a level of make
15068 recursion and reduce the required command line length.
15069 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15070 sub-makes.
15071 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15072 variables holding settings for specific sub-makes.
15073 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15074 in terms of BASE_FLAGS_TO_PASS.
15075 (TARGET_LIBS): New variable listing directories which use
15076 TARGET_FLAGS_TO_PASS.
15077 (subdir_do): Eliminated.
15078 (do-*): New set of targets to replace subdir_do.
15079 (various): All targets which used subdir_do now depend on do-*.
15080 (local-clean): Renamed from do_clean.
15081 (local-distclean): New target, dependency of distclean and
15082 realclean.
15083 (install-info): Don't create directories. Depend on dir.info
15084 rather than calling make recursively.
15085 (install-dir.info): Eliminated.
15086 (install-info-dirs): Create all info directories here.
15087 (dir.info): Depend upon do-install-info.
15088
15089 * test-build.mk (HOLES): Added false.
15090
15091Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15092
15093 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15094
15095Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15096
15097 * Makefile.in (info): remove dependency on all-texinfo. The
15098 problem was really in texinfo/C, not at this level.
15099
15100Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15101
15102 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15103
15104Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15105
15106 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15107 GDB releases.
15108
15109Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15110
15111 * configure: Include srcdir in message about target of link not
15112 being found. Don't convert `-' to `_' in `with' options being
15113 passed to subdirs.
15114
15115Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15116
15117 * configure.in: add uudecode to host_tools
15118
15119 * Makefile.in: added {all,install}-uudecode targets, added them to
15120 the appropriate lists
15121
15122Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15123
15124 * Makefile.in (all-gcc): Added dependency on all-gas.
15125
15126 * configure.in (mips-*-*): Build ld and binutils.
15127
15128Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15129
15130 * configure: check return code from mkdir, print error message and
15131 exit on failure.
15132
15133Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15134
15135 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15136
15137Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15138
15139 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15140
15141Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15142
15143 * config.sub (h8500): Recognize this as a cpu type.
15144
15145Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15146
15147 * configure: source directory missing is no longer a warning
15148
15149 * configure.in: recognize irix[34]* instead of irix[34]
15150
15151 * Makefile.in: define and pass down X11_LIB
15152
252b5132
RH
15153Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15154
15155 * guess-systype: Renamed to ...
15156 * config.guess: ... by popular request.
15157 * configure.in, Makefile.in: Update accordingly.
15158
15159Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15160
15161 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15162 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15163 + Execute ./dummy instead of assuming . is in PATH.
15164
15165Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15166
15167 * guess-systype: New shell script. Attempts to guess the
15168 canonical host name of the executing host.
15169 Only a few hosts are supported so far.
15170 * configure: Call guess-systype if no host is specified.
15171
15172Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15173
15174 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15175 gcc Makefile.
15176
15177
15178Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15179
15180 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15181 (all-gcc, install-gcc, subdir_do): Use it.
15182
15183Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15184
15185 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15186
15187Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15188
15189 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15190 set exclusively by configure, using configure.in .
15191
15192Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15193
15194 * test-build.mk: set $PATH for all builds
15195
15196 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15197
15198Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15199
15200 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15201 the one used in gcc/Makefile.in, so that a null expansion doesn't
15202 override the one needed to build gcc with a native cc.
15203
15204
15205Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15206
15207 * configure: Accept -with arguments.
15208
15209Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15210
15211 * Makefile.in: added h8300sim
15212
15213Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15214
252b5132
RH
15215 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15216 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15217 (all-cygnus, native, build-cygnus): Make
15218 $(canonhost)-stamp-3stage-done, not $(host)....
15219 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15220 i386-sco3.2v4. Added else true to if command.
15221
15222Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15223
15224 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15225
15226Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15227
15228 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15229
15230Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15231
15232 * configure.in: don't remove binutils from Solaris builds
15233
15234Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15235
15236 * Makefile.in: get rid of earlier definitions for *clean,
15237 also handle the recursive info rule better
15238
15239Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15240
15241 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15242 do more-or-less the right thing.
15243
15244Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15245
15246 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15247 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15248
15249Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15250
15251 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15252 $(host_canonical).
15253
15254 * configure.in: split the configdirs list into 4 categories (native
15255 v. cross, library v. tool) and handle the cross-only and native-
15256 only in more reasonable (and correct!) way.
15257
15258Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15259
15260 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15261 configdirs anymore.
15262
15263Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15264
15265 * Makefile.in: extensive cleanup:: removed all of the explicit
15266 clean-* targets, collapsed many wrappers around subdir_do into
15267 one, added additional targets to satisfy standards.texi, deleted
15268 some old targets, some changes for consistency
15269
15270Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15271
15272 * configure.in: handle some programs as cross-only, and others as
15273 native only
15274
15275 * test-build.mk: handle partial holes in a more generic manner
15276
15277 * Makefile.in: m4 depends on libiberty
15278
252b5132
RH
15279Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15280
15281 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15282 time, wdiff, and find to configdirs
15283
15284 * Makefile.in: all, clean, and install rules for the new programs
15285 added to configure.in
15286
15287Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15288
15289 * configure.in: use mh-sun for all *-sun-* hosts
15290
252b5132
RH
15291Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15292
15293 * Makefile.in: define flags for X11 include files and library file
15294 locations, pass them down to the programs that need this info
15295
15296 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15297
252b5132
RH
15298Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15299
15300 * configure.in: start building libg++ for HP-UX targets
15301
15302Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15303
15304 * README: Update references to files moved into etc/.
15305
15306Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15307
15308 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15309 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15310
15311Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15312
15313 * configure: accept dash as well as underscore in long option
15314 names for FSF compatibility.
15315
15316Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15317
15318 * config.sub: added -sco3.2v4 support from FSF.
15319
15320Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15321
15322 * configure.in: expand the section that adds or removes
15323 directories from the list of programs to build, to handle native
15324 vs. cross in addition to host v. native
15325
15326Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15327
15328 * Makefile.in: Replace C++ in macro names with CXX.
15329 This is less likely to break ...
15330
15331Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15332
15333 * test-build.mk: add -w to GNU_MAKE
15334
15335Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15336
15337 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15338 add 'sparc' to list of recognized cpus. This needed to make
15339 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15340 Delete some redundant ose68 variants. Recognize -wrs as an os,
15341 then changes that into $CPU-wrs-vxworks.
15342
15343 * configure.in: remove most references to gdbtest, regularize
15344 target based program removal
15345
15346 * test-build.mk: import from p3 tree (many fixes and changes)
15347
15348Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15349
15350 * Makefile.in: added rules to handle tcl, tk, and expect
15351
15352 * configure.in: handle those directories if they exist
15353
15354Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15355
15356 * config.sub: removed bogus hppabsd and hppahpux names, since
15357 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15358
15359Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15360
15361 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15362 depends upon all-xiberty
15363
15364 * Makefile.in: changes from p3, including:
15365
15366 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15367
15368 * Makefile.in (XTRAFLAGS): include newlib directories if
15369 newlib/Makefile exists, rather than if host != target.
15370
15371 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15372
15373 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15374 from the same source tree and not building a cross-compiler. This
15375 matters for the libg++ configuration if reconfiguring a tree that
15376 has already been installed.
15377
15378 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15379
15380 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15381 pick up the machine and system specific header files.
15382
15383 * Makefile.in: added AS_FOR_TARGET, passed down in
15384 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15385 the C compiler to use to create programs which are run in the
15386 build environment, set it to default to $(CC), and passed it down
15387 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15388
15389 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15390
15391 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15392 We need them for unusual native builds, like systems without
15393 ranlib.
15394
15395 * configure: also define $(host_canonical) and
80413487
RH
15396 $(target_canonical), which are the full, canonical names for the
15397 given host and target
252b5132
RH
15398
15399Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15400
15401 * Makefile.in: Added separate definitions for C++.
15402
15403Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15404
15405 * configure.in (configdirs): Add deja-gnu.
15406
15407Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15408
15409 * README: Update for configure.texi and gdb-4.7 release.
15410
15411Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15412
15413 * Makefile.in: Move "all" target to top of file.
15414 Previously, first target was ".PHONY" which caused BSD4.4 make
15415 to build .PHONY when make was run without arguments.
15416
15417Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15418
15419 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15420 Library-copylefted code in libiberty.
15421
15422Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15423
15424 * config.sub: Replace m68kmote with plain old m68k.
15425
15426Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15427
15428 * Makefile.in: Remove space from blank line, avoid Make complaints.
15429
15430Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15431
15432 * config.sub: Complain if no argument is given. Added support for
15433 386bsd as OS and target alias.
15434
15435Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15436
15437 * Makefile.in (XTRAFLAGS): include newlib directories if
15438 newlib/Makefile exists, rather than if host != target.
15439
15440Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15441
15442 * config.sub: recognize sparclite-wrs-vxworks.
15443
15444 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15445 p3.) Added clean-xiberty to clean.
15446
15447Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15448
15449 * configure.in: use *-*-* instead of nested cases for host and target
15450
15451Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15452
15453 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15454 from the same source tree and not building a cross-compiler. This
15455 matters for the libg++ configuration if reconfiguring a tree that
15456 has already been installed.
15457
15458Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15459
15460 * config.sub (i486v/i486v4): Merge in from FSF version.
15461
15462Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15463
15464 * configure: only set PWD if it is already set.
15465
15466Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15467
15468 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15469 doesn't have unset and all success paths (and most error paths)
15470 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15471 to just ${PWD} to avoid confusion.)
15472
15473Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15474
15475 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15476 even for a native compilation.
15477
15478Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15479
15480 Changes to make the gdb.tar.Z rule work better.
15481
15482 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15483 (DEVO_SUPPORT): Add configure.texi.
15484 (bfd-ilrt.tar.Z): Remove ancient rule.
15485
15486Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15487
15488 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15489 pick up the machine and system specific header files.
15490
15491 * configure.in, config.sub: added new target m68010-adobe-scout,
15492 with alias of adobe68k. Changed configure.in to check for
15493 -scout before -sco* to avoid a false match.
15494
15495 * Makefile.in: added AS_FOR_TARGET, passed down in
15496 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15497 the C compiler to use to create programs which are run in the
15498 build environment, set it to default to $(CC), and passed it down
15499 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15500
15501Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15502
15503 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15504 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15505 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15506 FOR_TARGET variants, to newlib and libg++.
15507
15508Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15509
15510 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15511 first.
15512
15513Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15514
15515 * config.sub: Accept `elf' as an environment.
15516
15517Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15518
15519 * Makefile.in (all-opcodes): cd into the right directory
15520
15521Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15522
15523 * configure: added -program_transform_name option, used as
15524 argument to sed when installing programs.
15525 configure.texi: added documentation for -program_prefix,
15526 -program_suffix and -program_transform_name.
15527
15528Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15529
15530 * config.sub: Accept i486 where i386 ok.
15531
15532Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15533
15534 * config.sub: accept we32k
15535
15536Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15537
35590697 15538 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15539
15540 * Makefile.in: don't create all directories for ``make install'';
15541 let the subdirectories create the ones they need.
15542
15543Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15544
80413487 15545 * COPYING: new file, GPL v2
252b5132
RH
15546
15547Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15548
15549 * Makefile.in: use the new gen-info-dir, which needs a template
15550 argument (which also lives in texinfo)
15551
15552 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15553
252b5132
RH
15554Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15555
15556 * config.sub (ncr3000): Change i386 to i486.
15557
15558Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15559
15560 * Makefile.in: add install-rcs, install-grep to
15561 install-no-fixedincludes, removed install-bison and install-libgcc
15562
15563Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15564
15565 * configure.in: grab the HPUX makefile fragment if on HPUX
15566
15567Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15568
15569 * Makefile.in: eradicate bison spoor (ditto libgcc).
15570 configure.in: recognise m68{k,000}-ericsson-OSE.
15571 es1800 is alias for m68k-ericsson-OSE
15572
15573Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15574
15575 * configure.in: rearrange the parts that remove programs from
15576 configdirs, based now on HOST==TARGET or by canonical triple.
15577
15578Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15579
15580 * test-build.mk: recurse explicitly with -f test-build.mk when
15581 appropriate. predicate stage3 and comparison on the existence
15582 of gcc. That is, if gcc isn't around, we aren't three-staging.
15583 On very clean, also remove ...stamp-co. Build in-place before
15584 doing other builds.
15585
15586Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15587
15588 * Makefile.in, configure.in: add tgas
15589
15590Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15591
15592 * Makefile.in: a number of changes merged in from progressive.
15593
15594 * configure.in: add libm.
15595
15596 * .cvsignore: ignore some stuff that comes from test-build.mk.
15597
252b5132
RH
15598Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15599
15600 * config.sub: Add es1800 (m68k-ericsson-es1800).
15601
15602Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15603
15604 * configure: Add program_suffix (parallel to program_prefix)
15605 * Makefile.in: adjust directory-creating script for losing decstation
15606
15607Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15608
15609 * configure: Minor $subdir-related fixes.
15610
15611Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15612
15613 * configure: fix various problems with propogating
15614 makefile_target_frag in subdirs.
15615 * configure.in: config libgcc if its there
15616
15617Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15618
15619 * config.sub: HPPA merge.
15620
252b5132
RH
15621Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15622
15623 * Makefile.in: Replace all-bison with all-byacc in all
15624 dependency lines for other tools (which now use byacc).
15625
15626Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15627
15628 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15629
252b5132
RH
15630Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15631
15632 * Makefile.in: make gprof rules similar to byacc rules (instead of
15633 vestigal $(unsubdir) that didn't work...)
15634
15635Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15636
15637 * config.sub: Add support for Linux.
15638 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15639 (at least for libg++).
15640
15641Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15642
15643 * configure.texi: fix doc for the -nfp option to configure
15644
15645Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15646
15647 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15648
15649Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15650
15651 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15652 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15653 * configure.in: added solaris* host_makefile_frag hook.
15654
15655Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15656
15657 * config.sub: changed recognition of m68000 so that various
15658 m68k types can be specified via m680[01234]0
15659
15660Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15661
15662 * config.sub (basic_machine): fix sed so that '-foo' isn't
15663 completely substituted out while .+'-foo' loses the '-foo'
15664
15665Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15666
15667 * config.sub ($os): Add -aout.
15668
15669Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15670
15671 * configure: If host_makefile_frag is absolute, don't
15672 prefix ${invsubdir} (relevant to libg++ auto-configure).
15673
15674Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15675
15676 * Makefile.in (tooldir): Define it.
15677 (all-ld): Depend on all-flex.
15678
15679Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15680
15681 * Makefile.in (check): Fix libg++ special case.
15682
15683Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15684
15685 * configure: do not bury `pwd` into config.status, thus do fewer
15686 pwd's.
15687
15688 * configure: print the "Building in" message only when building in
15689 other than "." AND verbose.
15690
15691 * configure: remove -s, rework -v to better accomodate guested
15692 configures.
15693
15694 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15695
15696Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15697
15698 * Makefile.in: macroize flags passed on recursion. remove
15699 fileutils.
15700
15701Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15702
15703 * configure: get makesrcdir right for subdirs deeper than 1.
15704
15705 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15706 install.
15707
15708Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15709
15710 * Makefile.in: don't print subdir_do or recursion lines.
15711
15712Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15713
15714 * standards.texi: added menu item.
15715
15716 * Makefile.in: build and install standards.info.
15717
15718 * standards.texi: new file.
15719
15720Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15721
15722 * configure: test for and move config.status pieces from
15723 ${subdir}/.
15724
15725Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15726
252b5132
RH
15727 * configure: Test for existance of files before trying to mv
15728 them, to avoid numerous non-existance messages.
15729
15730Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15731
15732 * configure: correct final line of config.status.
15733
15734 * configure: patch from eggert. Avoids a protection problem if
15735 the original Makefile.in is read only.
15736
15737 * configure: use move-if-change from gcc to create config.status.
15738 Some makefiles depend on config.status to tell if a directory
15739 has been reconfigured for a different host. This change
15740 prevents those directories from remaking everything in the case
15741 where the reconfig was only intended to rebuild a Makefile.
15742
15743 * configure: test for config.sub with "config.sub sun4" rather
15744 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15745 host alias from a missing config.sub.
15746
15747Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15748
15749 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15750 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15751
15752Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15753
15754 * configure: mkdir ${subdir} as needed.
15755
15756Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15757
15758 * Makefile.in,configure.in: added autoconf.
15759
15760Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15761
15762 * Makefile.in: no longer pass against on recursion.
15763
15764 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15765 definitions are not inherited.
15766
15767 * configure: correct makesrcdir when subdir is .
15768
15769Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15770
15771 * configure: Add support for 'subdirs' variable, which is
15772 like 'configdirs', except that configure doesn't re-invoke
15773 itself for subdirs, it just creates a Makefile for each subdir.
15774 * configure.texi: Document subdirs.
15775
15776Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15777
15778 * configure.in: added flex to configdirs
15779
15780Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15781
15782 * Makefile.in: remove clean-stamps from clean.
15783
15784Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15785
15786 * configure.in: Add gdbtest to configdirs.
15787
15788Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15789
15790 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15791 to recursive makes.
15792 * configure.in: Recognize new ncr3000 config.
15793
15794Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15795
15796 * Makefile.in, configure.in: removed references to gdbm.
15797
15798Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15799
15800 * config.sub: Don't canonicalize os value
15801 newsos* to bsd (readline needs to check for newsos).
15802 (This fix was earlier made Jan 31, but got re-broken.)
15803
15804Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15805
15806 * configure.in: sco is an os, not a vendor!
15807
15808 * configure: Quote $( better. Keep various shells happy.
15809
15810Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15811
15812 * Makefile.in: eliminate stamp-files.
15813
15814Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15815
15816 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15817 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15818
15819Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15820
15821 * config.sub: fix iris/iris3.
15822
15823Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15824
15825 * configure: re-add -rm.
15826
15827Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15828
15829 * Maskefile.in: add .stmp-rcs to all.
15830
15831 * configure.in: remove gas from rs6000 build, use aix host fragment.
15832
15833Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15834
15835 * configure: pass down site_option during recursion.
15836
15837Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15838
15839 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15840
15841Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15842
15843 * configure: Change exec_prefix so that it really defaults to prefix.
15844
15845Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15846
15847 * Makefile.in, configure.in: Add support for mmalloc library.
15848
15849Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15850
15851 * Makefile.in: add stmp dependencies for a few more things.
15852
15853Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15854
15855 * configure: adjusted error message on objdir/srcdir configure
15856 collision, per john's suggestion.
15857
15858 * Makefile.in: add libiberty stmp to all and all.cross.
15859
15860Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15861
15862 * Makefile.in: remove force dependencies, add grep to all.
15863
15864Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15865
15866 * Makefile.in: drop flex. make stamp files work.
15867
15868 * configure: added test for conflicting configuration in srcdir,
15869 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15870 gets cranky. use relative paths for configure and srcdir
15871 whenever possible. Send some error messages to stderr that were
15872 going to stdout.
15873
15874Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15875
15876 * Makefile.in: Fix libg++ rule to check for gcc directory
15877 before using gcc/gcc. Also pass XTRAFLAGS.
15878
15879Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15880
15881 * Makefile.in: added stmp-files so that directories aren't polled
15882 when they are already built.
15883
15884 * configure.texi: fixed a node pointer problem.
15885
15886Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15887
4bddf3ad 15888 * config.sub configure.in gdb/configure.in
252b5132
RH
15889 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15890 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15891 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15892
15893Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15894
15895 * configure: -recurring becomes -silent. corrected help message
15896 for -site= option.
15897
15898 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15899
15900Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15901
15902 * configure: when building Makefile for crosses, replace
15903 tooldir and program_prefix. default srcdir from location of
15904 config.sub. remove "for host in hosts" and "for target in
15905 targets" loops.
15906
15907Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15908
15909 * Makefile.in: Do not pass bindir or mandir to cvs.
15910
15911Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15912
15913 * Makefile.in, configure.in: removed traces of namesubdir,
15914 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15915 copyrights to '92, changed some from Cygnus to FSF.
15916
15917 * configure.texi: remove most references to multiple hosts,
15918 multiple targets, subdirs, etc.
15919
15920 * configure.man: removed rcsid. reference config.sub not
15921 config.subr.
15922
15923 * Makefile.in: mkdir $(infodir) on install-info.
15924
15925Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15926
15927 * configure.texi: Explain better about .gdbinit and about
15928 the environment that configure.in sections run in.
15929
15930Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15931
15932 * configure.in: Ultrix is only a decstation if it's a MIPS.
15933
15934Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15935
15936 * README: DOC.configure => cfg-paper.texi.
15937
15938Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15939
15940 * config.sub (near case $os): Don't convert newsos* to bsd!
15941
15942Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15943
15944 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15945 the number of copies of COPYING that go into the GDB tar file.
15946
15947Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15948
4bddf3ad 15949 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15950 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15951 Fix SCO configuration stuff.
15952
15953Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15954
15955 * Makefile.in: For libg++, make sure the -I pointing
15956 to the gcc directory goes *after* all the libg++-local -I flags.
15957 Also, move just-gcc dependency from just-libg++ to all-libg++.
15958
15959Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15960
15961 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15962
15963Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15964
15965 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15966
15967Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15968
15969 * config.sub: Add stratus configuration frags. Also
15970 submitted to FSF.
15971
15972Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15973
15974 * Makefile.in (DEV_SUPPORT): add configure.man.
15975
15976 * config.sub(Decode manufacturer-specific): add -none*.
15977
15978Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15979
15980 * Makefile.in: remove form feeds to make Sun's make happy.
15981 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15982
15983Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15984
15985 * Makefile.in (AR_FLAGS): Make quieter.
15986
15987Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15988
15989 * configure.in: Add libg++.
15990 * configure: When verbose, don't output the command line at each
15991 level; it will be unremarkably the same as the previous version,
15992 which will be the same as what the user typed.
15993
15994Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15995
15996 * configure.in, Makefile.in: fix clean-info, add flex. add
15997 fileutils.
15998
15999 * configure: be less sensitive to spaces in Makefile.in. Do not
16000 look for sources in "..". Doing so breaks subdirectories that
16001 might have their own configure. If a subdir has it's own
16002 configure script, use it.
16003
16004Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16005
16006 * cfg-paper.texi: some changes suggested by rms.
16007
16008Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16009
16010 * config.sub: Merge in some small additions from the FSF version,
16011 taken from the gcc distribution, to bring the Cygnus and FSF
16012 versions into closer sync.
16013
16014Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16015
16016 * configure.in: Changed svr4 references to sysv4.
16017
16018Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16019
16020 * configure: added -V for version number option.
16021
16022Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16023
16024 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16025 renamed from DOC.configure to cfg-paper.texi.
16026
16027Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16028
16029 * configure, config.subr, config.sub: config.subr is now
16030 config.sub again.
16031
16032Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16033
16034 * configure.texi: new file, in progress.
16035
16036 * Makefile.in: build info file and install the man page for
16037 configure.
16038
16039 * configure.man: new file, first cut.
16040
16041 * configure: find config.subr again now that configuration "none"
16042 has gone. removed all traces of the -ansi option. removed all
16043 traces of the -languages option.
16044
16045 * config.subr: resync from rms.
16046
d932cae7 160471991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16048
16049 * configure, config.sub, config.subr: merge config.sub into
16050 config.subr, call the result config.subr, remove config.sub, use
16051 config.subr.
16052
16053 * Makefile.in: revised install for dir.info.
16054
d932cae7 160551991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16056
16057 * configure.in: add decstation host makefile frag.
16058
16059 * Makefile.in: BISON now bison -y again. also install-gcc on
16060 install. clean-gdbm on clean. infodir belongs in datadir.
16061 Make directories for info install. Build dir.info here then
16062 install it.
16063
d932cae7 160641991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16065
16066 * Makefile.in: fix for bad directory tests.
16067
d932cae7 160681991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16069
16070 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16071 regexp. -srcdir relative was being handled incorrectly.
16072
16073 * Makefile.in: unwrapped some for loops so that parallel makes
16074 work again and so one can focus one's attention on a particular
16075 package.
16076
d932cae7 160771991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16078
16079 * configure: added PWD as a stand in for `pwd` (for speed). use
16080 elif wherever possible. make -srcdir work without -objdir.
16081 -objdir= commented out.
16082
d932cae7 160831991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16084
16085 * configure: +options become --options. -subdirs commented out.
16086 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16087 Makefile now at top of generated Makefile. Removed cvs log
16088 entries. added -srcdir. create .gdbinit only if there is one
16089 in ${srcdir}.
16090
16091 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16092 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16093 and mandir now keyed off datadir by default.
16094
d932cae7 160951991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16096
16097 * Freshly created ChangeLog.
16098
16099\f
16100Local Variables:
16101mode: change-log
16102left-margin: 8
16103fill-column: 76
16104version-control: never
16105End: