sim: don't rely on inferior_ptid in gdbsim_target::wait
[deliverable/binutils-gdb.git] / ChangeLog
1 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * remote-sim.c (gdbsim_target::wait): Return
4 sim_data->remote_sim_ptid instead of inferior_ptid.
5
6 2020-01-18 Nick Clifton <nickc@redhat.com>
7
8 Binutils 2.34 branch created.
9
10 2020-01-18 Nick Clifton <nickc@redhat.com>
11
12 Synchronize top level configure files with master version:
13
14 2020-01-01 Ben Elliston <bje@gnu.org>
15
16 * config.guess: Update copyright years.
17 * config.sub: Likewise.
18
19 2019-12-21 Ben Elliston <bje@gnu.org>
20
21 * config.guess (set_cc_for_build): Prevent multiple calls by
22 checking if $tmp is already set. We can't check CC_FOR_BUILD as
23 the user may set it externally. Thanks to Torbjörn Granlund for
24 the bug report.
25
26 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
27
28 * config.guess (alpha:Linux:*:*): Guard against missing
29 /proc/cpuinfo by redirecting standard error to /dev/null.
30
31 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
32
33 * config.guess (*:Twizzler:*:*): New.
34 * config.sub (-twizzler*): New.
35
36 2019-07-24 Ben Elliston <bje@gnu.org>
37
38 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
39
40 2019-06-30 Ben Elliston <bje@gnu.org>
41
42 * config.sub (case $os): Match nsk* and powerunix. Don't later
43 match nsk* and set os=nsk which removes the OS version number.
44
45 2019-06-30 Ben Elliston <bje@gnu.org>
46
47 * config.sub: Recognise os108*.
48
49 2019-06-26 Ben Elliston <bje@gnu.org>
50
51 * config.sub (hp300): Set $os to hpux.
52
53 2019-06-26 Ben Elliston <bje@gnu.org>
54
55 * config.sub (vsta): Move into alphabetical order.
56
57 2019-06-10 Ben Elliston <bje@gnu.org>
58
59 * config.guess (*:OS108:*:*): Recognise new OS.
60
61 2019-05-28 Ben Elliston <bje@gnu.org>
62
63 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
64 system compiler is installed. If not, do not run set_cc_for_build,
65 as the default cc will open a dialog box asking to install
66 Xcode. If no C compiler is available, guess based on uname -p and
67 uname -m.
68
69 2019-05-28 Ben Elliston <bje@gnu.org>
70
71 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
72
73 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
74
75 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
76 * Makefile.in: Re-generate.
77
78 2020-01-14 Tom Tromey <tom@tromey.com>
79
80 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
81 * MAINTAINERS: Add gdbsupport.
82 * configure: Rebuild.
83 * configure.ac (configdirs): Add gdbsupport.
84 * gdbsupport: New directory, move from gdb/gdbsupport.
85 * Makefile.def (host_modules, dependencies): Add gnulib.
86 * Makefile.in: Rebuild.
87
88 2020-01-09 Aaron Merey <amerey@redhat.com>
89
90 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
91 new configure option --with-debuginfod.
92 * configure: Regenerate.
93 * configure.ac: Call AC_DEBUGINFOD.
94
95 2019-12-26 Christian Biesinger <cbiesinger@google.com>
96
97 * .gitignore: Add perf.data and perf.data.old.
98
99 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
100
101 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
102
103 2019-10-17 Alan Modra <amodra@gmail.com>
104
105 PR 29
106 * src-release.sh (getver): Replace "head -1" with "head -n 1".
107
108 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
109
110 * Makefile.def (host_modules): libctf is no longer no_install.
111 * Makefile.in: Regenerated.
112
113 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
114
115 * Makefile.def (dependencies): all-ld depends on all-libctf.
116 * Makefile.in: Regenerated.
117
118 2019-09-09 Phil Blundell <pb@pbcl.net>
119
120 binutils 2.33 branch created
121
122 2019-08-19 Tom Tromey <tom@tromey.com>
123
124 * configure: Rebuild.
125 * configure.ac: Add --with-static-standard-libraries.
126
127 2019-08-09 Nick Clifton <nickc@redhat.com>
128
129 * libiberty: Sync with gcc. Bring in:
130 2019-08-08 Martin Liska <mliska@suse.cz>
131
132 PR bootstrap/91352
133 * lrealpath.c (is_valid_fd): New function.
134
135 2019-07-24 Martin Liska <mliska@suse.cz>
136
137 PR lto/91228
138 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
139 Find first '\0' starting from gnu_lto + 1.
140
141 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
142
143 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
144 This fixes a Bug 90924.
145
146 2019-07-22 Martin Liska <mliska@suse.cz>
147
148 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
149 Do not search for gnu_lto_v1, but search for first '\0'.
150
151 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
152
153 * cplus-dem.c: Include rust-demangle.h.
154 * rust-demangle.c: Include rust-demangle.h.
155 * rust-demangle.h: New file.
156
157 2019-05-31 Michael Forney <mforney@mforney.org>
158
159 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
160 is non-zero.
161
162 2019-04-30 Ben L <bobsayshilol@live.co.uk>
163
164 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
165 * testsuite/d-demangle-expected: Add testcase.
166
167 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
168 * testsuite/d-demangle-expected: Add testcase.
169
170 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
171 * testsuite/d-demangle-expected: Add testcase.
172
173 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
174 * testsuite/d-demangle-expected: Add testcase.
175
176 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
177 * testsuite/d-demangle-expected: Add testcase.
178
179 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
180 * testsuite/demangle-expected: Add testcase.
181
182 * cp-demangle.c (d_encoding): Guard against NULL return values from
183 d_right (dc).
184 * testsuite/demangle-expected: Add testcase.
185
186 2019-04-29 Ben L <bobsayshilol@live.co.uk>
187
188 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
189 char is valid.
190 * testsuite/demangle-expected: Add testcase.
191
192 2019-04-10 Nick Clifton <nickc@redhat.com>
193
194 PR 89394
195 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
196 lengths.
197 (d_count_templates_scopes): Replace num_templates and num_scopes
198 parameters with a struct d_print_info pointer parameter. Adjust
199 body of the function accordingly. Add recursion counter and check
200 that the recursion limit is not reached.
201 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
202 Reset recursion counter afterwards, unless the recursion limit was
203 reached.
204
205 2019-07-13 Joel Brobecker <brobecker@adacore.com>
206
207 * src-release (getver): If $tool/gdbsupport/create-version.sh
208 exists, use that to determine the version number.
209
210 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
211
212 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
213
214 2019-06-14 Tom Tromey <tom@tromey.com>
215
216 * MAINTAINERS: Add gnulib.
217 * gnulib: New directory, move from gdb/gnulib.
218 * configure.ac (host_libs): Add gnulib.
219 * configure: Rebuild.
220 * Makefile.def (host_modules, dependencies): Add gnulib.
221 * Makefile.in: Rebuild.
222
223 2019-06-03 Nick Clifton <nickc@redhat.com>
224
225 Revert:
226 2019-05-29 Nick Clifton <nickc@redhat.com>
227
228 * configure.ac (noconfigdirs): Add libctf if the target does not use
229 the ELF file format.
230 * configure: Regenerate.
231
232 2019-05-29 Nick Clifton <nickc@redhat.com>
233
234 * src-release.sh (do_proto_toplev): Add libctf to list of
235 directories that can be disabled.
236
237 2019-05-29 Nick Clifton <nickc@redhat.com>
238
239 * configure.ac (noconfigdirs): Add libctf if the target does not use
240 the ELF file format.
241 * configure: Regenerate.
242
243 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
244
245 * Makefile.def (dependencies): configure-libctf depends on all-bfd
246 and all its deps.
247 * Makefile.in: Regenerated.
248
249 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
250
251 * MAINTAINERS: Add libctf.
252
253 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
254
255 * Makefile.def (host_modules): Add libctf.
256 * Makefile.def (dependencies): Likewise.
257 libctf depends on zlib, libiberty, and bfd.
258 * Makefile.in: Regenerated.
259 * configure.ac (host_libs): Add libctf.
260 * configure: Regenerated.
261
262 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
263
264 * config.guess: Synchronize with config project master sources.
265 * config.sub: Likewise.
266 * readline/support/config.guess: Likewise.
267 * readline/support/config.sub: Likewise.
268
269 2019-04-10 Nick Clifton <nickc@redhat.com>
270
271 * libiberty: Sync with gcc. Bring in:
272 2019-04-10 Nick Clifton <nickc@redhat.com>
273
274 PR 89394
275 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
276 lengths.
277 (d_count_templates_scopes): Replace num_templates and num_scopes
278 parameters with a struct d_print_info pointer parameter. Adjust
279 body of the function accordingly. Add recursion counter and check
280 that the recursion limit is not reached.
281 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
282 Reset recursion counter afterwards, unless the recursion limit was
283 reached.
284
285 2018-06-24 Nick Clifton <nickc@redhat.com>
286
287 2.32 branch created.
288
289 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
290
291 Merge from GCC:
292 PR target/88535
293 * config.guess: Import upstream version 2019-01-03.
294 * config.sub: Import upstream version 2019-01-01.
295
296 2019-01-10 Nick Clifton <nickc@redhat.com>
297
298 * libiberty: Sync with gcc. Bring in:
299 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
300
301 PR other/16615
302
303 * cp-demangle.c: Mechanically replace "can not" with "cannot".
304 * floatformat.c: Likewise.
305 * strerror.c: Likewise.
306
307 2018-12-22 Jason Merrill <jason@redhat.com>
308
309 Remove support for demangling GCC 2.x era mangling schemes.
310 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
311 internal_cplus_demangle, and all subroutines.
312 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
313 Lucid, ARM, HP, and EDG demangling styles.
314 (cplus_demangle): Remove 'work' variable. Don't call
315 internal_cplus_demangle.
316
317 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
318
319 * configure.ac: Don't configure readline if --with-system-readline is
320 used.
321 * configure: Re-generate.
322
323 2018-10-31 Joseph Myers <joseph@codesourcery.com>
324
325 Merge from GCC:
326 PR bootstrap/82856
327 * multilib.am: New file. From automake.
328
329 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
330
331 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
332
333 2018-07-16 Nick Clifton <nickc@redhat.com>
334
335 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
336
337 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
338
339 * config.sub: Sync with upstream version 2018-07-03.
340
341 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
342
343 * config.guess: Sync with upstream version 2018-06-26.
344 * config.sub: Sync with upstream version 2018-07-02.
345
346 2018-06-29 Alexandre Oliva <oliva@adacore.com>
347
348 * configure.ac: Introduce support for @unless/@endunless.
349 * Makefile.tpl (dep-kind): Rewrite with cond; return
350 postbootstrap in some cases.
351 (make-postboot-dep, postboot-targets): New.
352 (dependencies): Do not output postbootstrap dependencies at
353 first. Output non-target ones changed for configure to depend
354 on stage_last @if gcc-bootstrap, and the original deps @unless
355 gcc-bootstrap.
356 * configure.in, Makefile.in: Rebuilt.
357
358 2018-06-24 Nick Clifton <nickc@redhat.com>
359
360 * configure: Regenerate.
361
362 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
363
364 * libtool.m4: Use AC_LANG_SOURCE.
365 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
366 * README-maintainer-mode: Update version requirements.
367 * ar-lib: New file.
368 * test-driver: New file.
369 * configure: Re-generate.
370
371 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
372
373 * Makefile.def (fortran): Add check-target-libgomp-fortran.
374 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
375 * Makefile.in: Regenerate.
376
377 * configure: Regenerate.
378
379 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
380
381 * configure.ac: Sync with GCC, remove MPX-related things.
382
383 2018-05-01 Nick Clifton <nickc@redhat.com>
384
385 * config.guess: Synchronize with config project master sources.
386 * config.sub: Likewise.
387
388 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
389
390 * configure.ac: Added "nfp" target.
391 * configure: Regenerate.
392
393 2018-02-13 Maciej W. Rozycki <macro@mips.com>
394
395 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
396 * configure: Regenerate.
397
398 2018-01-30 Nick Clifton <nickc@redhat.com>
399
400 * src-release.sh (do_proto_toplev): Add patterns for more junk files
401 to delete before creating the tarball.
402
403 2018-01-29 Nick Clifton <nickc@redhat.com>
404
405 * src-release.sh (do_proto_toplev): Strip patch remnant files from
406 the sources before creating the tarball.
407
408 2018-01-13 Nick Clifton <nickc@redhat.com>
409
410 * src-release.sh: Update copyright notice. Change reference to devo
411 to be a reference to root.
412
413 2018-01-10 Nick Clifton <nickc@redhat.com>
414
415 * config-ml.in: Sync with gcc sources.
416 * config.guess: Likewise.
417 * config.sub: Likewise.
418 * configure.ac: Likewise.
419 * configure: Regenerate.
420
421 2017-12-14 Nick Clifton <nickc@redhat.com>
422
423 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
424
425 2017-12-12 Stafford Horne <shorne@gmail.com>
426
427 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
428 * configure: Regenerate.
429
430 2017-09-15 Nick Clifton <nickc@redhat.com>
431
432 * src-release.sh (LZIPPROG): New define. Provides the name of the
433 lzip program.
434 (do_lz): New function. Compresses a tarball using the lzip
435 program.
436 (do_compress): Add support for lzip compression.
437 (usage): Mention -l option.
438 (build_release): Support -l option to invoke lzip compression.
439
440 2017-09-15 Alan Modra <amodra@gmail.com>
441
442 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
443 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
444 and sim depending on $tool and $support_files. Echo configure line.
445
446 2017-09-14 Matt Rice <ratmice@gmail.com>
447
448 * src-release.sh (do_proto_toplev): Enable gold during release process.
449
450 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
451
452 * config.sub: Sync with master version in config project.
453
454 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
455
456 * config.sub: Handle ia16 in $basic_machine.
457
458 bfd/
459 * config.bfd: Handle ia16.
460
461 gas/
462 * configure.tgt: Handle ia16.
463
464 ld/
465 * configure.tgt: Handle ia16.
466
467 2017-03-22 Nick Clifton <nickc@redhat.com>
468
469 * config.sub: Sync with master version in config project.
470 * config.guess: Likewise.
471
472 2017-01-23 Nick Clifton <nickc@redhat.com>
473
474 * configure.ac: Update year in copyright notice.
475 Sync from FSF GCC mainline, bringing in the following patches.
476 * Makefile.def: Likewise.
477 * Makefile.tpl: Likewise.
478 * configure: Regenerate.
479 * Makefile.in: Regenerate.
480
481 2016-12-21 Jakub Jelinek <jakub@redhat.com>
482
483 * configure.ac: Don't bootstrap libmpx unless --with-build-config
484 includes bootstrap-mpx.
485
486 2016-12-01 Matthias Klose <doko@ubuntu.com>
487
488 * configure.ac: Don't use pkg-config to check for bdw-gc.
489
490 2016-11-30 Matthias Klose <doko@ubuntu.com>
491
492 * Makefile.def: Remove reference to boehm-gc target module.
493 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
494 options and for the bdw-gc pkg-config module.
495
496 2016-11-15 Matthias Klose <doko@ubuntu.com>
497
498 * config-ml.in: Remove references to GCJ.
499 * configure.ac: Likewise.
500
501 2016-09-30 Jakub Jelinek <jakub@redhat.com>
502
503 * configure.ac: Add target-libffi to target_libraries.
504 Readd libgcj target disablings, modified to only target-libffi.
505 Readd target addition of go to unsupported languages.
506
507 2016-09-30 Andrew Haley <aph@redhat.com>
508
509 * Makefile.def: Remove libjava.
510 * Makefile.tpl: Likewise.
511 * configure.ac: Likewise.
512
513 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
514
515 * configure.ac: Disable "sim" directory for arc*-*-*.
516
517 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
518
519 * configure.ac: Check for the minimum in-tree MPFR version
520 handled.
521
522 2016-12-31 Alan Modra <amodra@gmail.com>
523
524 * config.sub: Import from upstream.
525
526 2016-12-08 Alan Modra <amodra@gmail.com>
527
528 * configure: Regenerate.
529
530 2016-12-02 Josh Conner <joshconner@google.com>
531
532 * configure.ac: Add fuchsia to targets that use ELF.
533 * configure: Regenerated.
534
535 2016-11-07 Doug Evans <dje@google.com>
536
537 * config.sub: Sync with upstream version 2016-11-03.
538 git://git.sv.gnu.org/config.git
539 * config.guess: Sync with upstream version 2016-10-02.
540
541 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
542
543 * .gitignore: Add archives and make stamps.
544
545 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
546
547 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
548 * configure: Regenerated.
549
550 2016-06-28 Walter Lee <walt@tilera.com>
551
552 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
553 * configure: Regenerate.
554
555 2016-05-28 Alan Modra <amodra@gmail.com>
556
557 * Makefile.tpl (configure): Depend on m4 files included.
558 * Makefile.in: Regenerate.
559
560 2016-05-27 Nick Clifton <nickc@redhat.com>
561
562 * config.guess (Alpha OSF1): Fix typo introduced during the most
563 recent synchronization update.
564
565 2016-05-23 Nick Clifton <nickc@redhat.com>
566
567 * Import these patches from the gcc mainline:
568
569 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
570
571 * config.guess: Import version 2016-04-02 (newest).
572 * config.sub: Import version 2016-05-10 (newest).
573
574 2016-04-19 Nick Clifton <nickc@redhat.com>
575
576 * Import this patch from the GCC mainline:
577
578 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
579
580 PR bootstrap/70173
581 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
582 and gotools directories. Delete the stage_final file.
583 * Makefile.in: Regenerate.
584
585 2016-03-17 Cary Coutant <ccoutant@gmail.com>
586
587 * configure.ac: Add mips and s390 to the gold target check.
588 * configure: Regenerate.
589
590 2016-02-10 Nick Clifton <nickc@redhat.com>
591
592 Import these patches from the GCC mainline:
593
594 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
595
596 * configure.ac: Enable LTO for DJGPP
597 * configure: Regenerate
598
599 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
600
601 PR bootstrap/69329
602 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
603 * Makefile.in: Regenerate.
604
605 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
606 Sebastian Pop <s.pop@samsung.com>
607
608 * Makefile.in: Regenerate.
609 * Makefile.tpl: Export ISLVER.
610 * configure: Regenerate.
611 * config/isl.m4: Detect isl-0.15.
612
613 2016-01-29 Sebastian Pop <s.pop@samsung.com>
614
615 * config/isl.m4: Add comments about isl-0.16.
616 * configure: Regenerate.
617
618 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
619
620 Sync with GCC
621 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
622
623 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
624 symbols.
625
626 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
627
628 PR bootstrap/69134
629 * Makefile.def (mpfr): Disable assembler.
630 * Makefile.in: Regenerate.
631
632 2016-01-11 Nick Clifton <nickc@redhat.com>
633
634 Import the following changes from the GCC mainline:
635
636 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
637
638 * configure.ac: Enable libmpx by default.
639 * configure: Regenerated.
640
641 2015-11-19 Martin Liska <mliska@suse.cz>
642
643 * .gitignore: Add .clang-format to ignored files.
644 * Makefile.tpl: Add clang-format.
645 * Makefile.in: Regenerate.
646
647 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
648
649 PR libffi/65726
650 * Makefile.def (lang_env_dependencies): Make libffi depend
651 on cxx.
652 * Makefile.in: Regenerate.
653
654 2015-12-02 Ian Lance Taylor <iant@google.com>
655
656 PR go/66147
657 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
658 * Makefile.in: Regenerate.
659
660 2015-12-17 Nathan Sidwell <nathan@acm.org>
661
662 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
663 * configure: Regenerate.
664
665 2015-12-17 Sebastian Pop <s.pop@samsung.com>
666
667 * Makefile.in: Replace ISL with isl.
668 * Makefile.tpl: Same.
669 * config/isl.m4: Same.
670 * configure.ac: Same.
671 * contrib/download_prerequisites: Same.
672 * configure: Regenerate.
673
674 2016-01-01 Ben Elliston <bje@gnu.org>
675
676 * config.guess: Import version 2016-01-01.
677 * config.sub: Likewise.
678
679 2015-11-20 Tristan Gingold <gingold@adacore.com>
680
681 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
682 * configure: Regenerate.
683
684 2015-10-21 Nick Clifton <nickc@redhat.com>
685
686 PR gas/19109
687 * configure.ac: Note the 'none' is an acceptable argument to
688 --enable-compressed-debug-sections.
689 * configure: Regenerate.
690
691 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
692
693 PR gas/19109
694 * configure.ac: Add
695 --enable-compressed-debug-sections={all,gas,gold,ld}.
696 * configure: Regenerated.
697
698 2015-09-30 Nick Clifton <nickc@redhat.com>
699
700 Import the following patches from the GCC mainline:
701
702 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
703
704 PR libfortran/54572
705 * Makefile.def: Make libgfortran depend on libbacktrace.
706 * Makefile.in: Regenerate.
707
708 2015-08-12 Tom de Vries <tom@codesourcery.com>
709
710 PR other/67092
711 PR other/67098
712 * configure.ac: Remove --with_host_libstdcxx support.
713 * configure: Regenerate.
714
715 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
716 Jakub Jelinek <jakub@redhat.com>
717
718 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
719 nvptx*-*-*.
720 * configure: Regenerate.
721
722 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
723
724 Sync with GCC
725 2015-07-28 Ben Elliston <bje@gnu.org>
726
727 * config.sub, config.guess: Import from upstream.
728
729 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
730
731 * Makefile.def (libiconv): Define bootstrap=true.
732 Mark pdf/html/info as missing.
733 (configure-gcc): Depend on all-libiconv.
734 (all-gcc): Ditto.
735 (configure-libcpp): Ditto.
736 (all-libcpp): Ditto.
737 (configure-intl): Ditto.
738 (all-intl): Ditto.
739 * Makefile.in: Regenerate.
740
741 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
742
743 Sync with GCC
744 2015-07-24 Michael Darling <darlingm@gmail.com>
745
746 PR other/66259
747 * config-ml.in: Reflects renaming of configure.in to configure.ac
748 * configure: Likewise
749 * configure.ac: Likewise
750
751 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
752
753 * Makefile.in: Regenerated.
754
755 Sync with GCC
756 2015-05-21 Jason Merrill <jason@redhat.com>
757
758 * Makefile.tpl: Update comments.
759
760 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
761
762 * Makefile.tpl: Remove surplus whitespace throughout.
763
764 2015-03-25 Martin Liska <mliska@suse.cz>
765 Yury Gribov <y.gribov@samsung.com>
766
767 * Makefile.tpl: Fix ln source location for vimrc file.
768
769 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
770
771 Sync with GCC
772 2015-05-16 James Bowman <james.bowman@ftdichip.com>
773
774 * configure.ac: FT32 target added.
775 * configure: Regenerate.
776
777 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
778
779 Sync with GCC
780 2015-06-02 Jason Merrill <jason@redhat.com>
781
782 PR bootstrap/66319
783 * configure.ac: Use -std=gnu++98.
784
785 2015-05-28 Mike Frysinger <vapier@gentoo.org>
786
787 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
788 * configure: Regenerate.
789
790 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
791
792 * configure.ac: Fix typo.
793 * configure: Regenerate.
794
795 2015-05-03 Matthias Klose <doko@ubuntu.com>
796
797 * configure.ac: Match $host configured with triplets.
798 * configure: Regenerate.
799
800 2015-04-17 Jakub Jelinek <jakub@redhat.com>
801
802 PR bootstrap/62077
803 * configure.ac (--enable-stage1-checking): Default to
804 release,misc,gimple,rtlflag,tree,types if --disable-checking
805 or --enable-checking is not specified and DEV-PHASE is not
806 experimental.
807 * configure: Regenerated.
808
809 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
810
811 Install back PR target/47230 fix (Revert the revert).
812
813 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
814
815 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
816 target.
817 * configure: Regenerate.
818
819 2015-05-13 John David Anglin <dave.anglin@bell.net>
820
821 * configure.ac: Disable configuration of GDB for HPUX targets.
822 * configure: Regenerate.
823
824 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
825
826 PR ld/18355
827 * Makefile.def: Add extra_configure_flags to host zlib.
828 * configure.ac (extra_host_zlib_configure_flags): New. Set
829 to --enable-host-shared When bfd is to be built as shared
830 library. AC_SUBST.
831 * Makefile.in: Regenerated.
832
833 2015-04-15 Mike Frysinger <vapier@gentoo.org>
834 Hans-Peter Nilsson <hp@axis.com>
835
836 Adjust src-release.sh for sim using the gdb create-version.sh.
837 * src-release.sh (tar_compress): If there's a fifth parameter,
838 use that in the getver call instead of $tool.
839 (sim_release): Pass gdb as fifth parameter to tar_compress.
840 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
841
842 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
843
844 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
845 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
846 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
847 * Makefile.in: Regenerate.
848
849 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
850
851 * configure.ac: Add --with-system-zlib.
852 * configure: Regenerated.
853
854 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
855
856 * src-release.sh: Don't configure with --with-target-subdir=.
857 --disable-multilib.
858
859 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
860
861 * src-release.sh (DEVO_SUPPORT): Replace src-release with
862 src-release.sh.
863
864 2015-03-30 Ed Schouten <ed@nuxi.nl>
865
866 * config.sub: Update from upstream, to 2015-03-04 version.
867 * config.guess: Likewise.
868
869 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
870
871 * Makefile.def (dependencies): Add all-zlib to all-bfd.
872 * Makefile.in: Regenerated.
873
874 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
875
876 * src-release.sh (do_proto_toplev): Configure with --target
877 --with-target-subdir and --disable-multilib.
878 (BINUTILS_SUPPORT_DIRS): Add zlib.
879 (GAS_SUPPORT_DIRS): Likewise.
880 (GDB_SUPPORT_DIRS): Likewise.
881 (SIM_SUPPORT_DIRS): Likewise.
882
883 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
884
885 * configure.ac (target_configdirs): Exclude target-zlib if
886 target-libjava isn't built.
887 * configure: Regenerated.
888
889 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
890
891 Sync with GCC
892 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
893
894 * config-ml.in: Robustify ac_configure_args parsing.
895
896 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
897
898 * Makefile.def: Updated from GCC trunk.
899 * Makefile.tpl: Likewise.
900 * configure.ac: Likewise.
901 * Makefile.in: Regenerated.
902 * configure: Likewise.
903
904 2015-01-28 James Bowman <james.bowman@ftdichip.com>
905
906 * configure.ac: Add FT32 support.
907 * configure: Regenerate.
908
909 2015-01-12 Anthony Green <green@moxielogic.com>
910
911 * configure.ac: Don't disable gprof for moxie.
912 * configure: Rebuild.
913
914 2015-01-03 Andrew Pinski <apinski@cavium.com>
915
916 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
917 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
918 (BASE_TARGET_EXPORTS): Add OBJCOPY.
919 (OBJCOPY_FOR_TARGET): New variable.
920 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
921 * Makefile.in: Regenerate.
922 * configure.ac: Check for already installed target objcopy.
923 Also GCC_TARGET_TOOL on objcopy.
924 * configure: Regenerate.
925
926 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
927
928 * config.sub: Update from upstream, to 2015-01-01 version.
929 * config.guess: Ditto.
930
931 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
932
933 * config.sub: Update from upstream config repo.
934
935 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
936
937 * libtool.m4: Updated from GCC trunk.
938
939 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
940
941 * config.guess: Update from upstream config repo.
942 * config.sub: Ditto.
943
944 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
945
946 * move-if-change: Update from upstream gnulib.
947
948 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
949
950 * compile: Sync with upstream Automake.
951 * depcomp: Ditto.
952 * install-sh: Ditto.
953 * missing: Ditto.
954 * mkinstalldirs: Ditto.
955 * ylwrap: Ditto.
956
957 2014-10-15 Tristan Gingold <gingold@adacore.com>
958
959 * src-release.sh (do_proto_toplev): Configure with --target.
960
961 2014-10-03 Jing Yu <jingyu@google.com>
962
963 * configure.ac: Add aarch64 to list of targets that support gold.
964 * configure: Regenerate.
965
966 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
967
968 * configure.ac: Add mips*-img-elf* target triple.
969 * configure: Regenerate.
970
971 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
972 * configure: Disable gdb for nds32*-*-* until supported.
973 * configure.ac: Disable gdb for nds32*-*-* until supported.
974
975 2014-09-05 Joel Brobecker <brobecker@adacore.com>
976
977 * configure: Regenerate.
978
979 2014-08-27 Will Newton <will.newton@linaro.org>
980
981 * src-release.sh: New file.
982 * src-release: Remove file.
983
984 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
985
986 GDB not supported for or1k*-*-rtems*
987 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
988 of the stanzas results in this not being caught by or1k*-*-* later.
989 * configure. Regenerated.
990
991 2014-07-25 Samuel Bronson <naesten@gmail.com>
992
993 * .gitattributes: New file for use with git-merge-changelog.
994
995 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
996
997 Disable gdb for or1k*-*-* until supported
998 * configure.ac (or1k*-*-*): Disable gdb.
999 * configure: Regenerated.
1000
1001 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1002
1003 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1004 * configure: Regenerated.
1005
1006 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1007
1008 PR sanitizer/56781
1009 * Makefile.def: Set bootstrap=true; for host fixincludes.
1010 * configure.ac: Don't bootstrap host fixincludes unless
1011 --with-build-config=bootstrap-{a,ub}san.
1012 * Makefile.in: Regenerated.
1013 * configure: Regenerated.
1014
1015 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1016
1017 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1018 --enable-vtable-verify option parsing. Don't add
1019 target-libsanitizer to bootstrap_target_libs unless
1020 --with-build-config=bootstrap-asan or
1021 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1022 to bootstrap_target_libs unless --enable-vtable-verify.
1023 * configure: Regenerated.
1024
1025 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1026
1027 PR bootstrap/58572
1028 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1029 -I for libstdc++-v3 includes if $(LEAN).
1030 * Makefile.in: Regenerated.
1031
1032 2014-02-24 Walter Lee <walt@tilera.com>
1033
1034 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1035 (tilegx-*-*): Change to tilegx*-*-*.
1036 * configure: Regenerate.
1037
1038 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1039
1040 * config.sub, config.guess: Import from upstream.
1041
1042 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1043
1044 PR bootstrap/60620
1045 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1046 * Makefile.in: Regenerate.
1047
1048 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1049
1050 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1051 for WINDRES_FOR_TARGET in default-manifest.o rule.
1052 * Makefile.in: Regenerate.
1053
1054 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1055
1056 PR target/59788
1057 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1058 *solaris2*.
1059
1060 2013-12-19 Keven Boell <keven.boell@intel.com>
1061
1062 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1063 nested lookups for fortran modules.
1064 * dwarf2read.c (read_module): Add fortran module to
1065 the symbol table.
1066 (add_partial_symbol, add_partial_module): Add fortran
1067 module to the partial symbol table.
1068 (new_symbol_full): Create full symbol for fortran module.
1069 * f-exp.y (yylex): Add new module domain to be parsed.
1070 * symtab.h: New domain for fortran modules.
1071
1072 2013-12-19 Keven Boell <keven.boell@intel.com>
1073
1074 * f-exp.y (yylex): Add domain array to enable lookup
1075 in multiple domains. Loop over lookup domains and try
1076 to find requested symbol. Add STRUCT_DOMAIN to lookup
1077 domains to be able to query for user defined types.
1078
1079 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1080
1081 * configure.ac: Add user-friendly check for native x86_64-linux
1082 multilibs.
1083 * configure: Regenerate.
1084
1085 2013-11-23 Alan Modra <amodra@gmail.com>
1086
1087 * config.sub, config.guess: Import from upstream.
1088
1089 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1090
1091 * Makefile.in: Regenerate.
1092
1093 * Makefile.tpl: Fix typo.
1094 * Makefile.in: Regenerate partially.
1095
1096 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1097
1098 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1099 supported.
1100 * configure: Regenerated.
1101
1102 2013-10-30 Jason Merrill <jason@redhat.com>
1103
1104 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1105 --disable-build-format-warnings.
1106
1107 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1108
1109 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1110 depend on libstdc++ and libgcc.
1111 * configure: Regenerate.
1112 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1113 libcilkrts for POSIX and i*86, and x86_64 architectures.
1114 * Makefile.in: Added libcilkrts related fields to support building it.
1115
1116 2013-10-26 Jeff Law <law@redhat.com>
1117
1118 * Makefile.def (target_modules): Remove libmudflap
1119 (languages): Remove check-target-libmudflap).
1120 * Makefile.in: Rebuilt.
1121 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1122 * configure.ac (target_libraries): Remove target-libmudflap.
1123 Remove checks which disabled libmudflap on some systems.
1124 * configure: Rebuilt.
1125 * libmudflap: Directory removed.
1126
1127 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1128
1129 * configure.ac: Update from GCC.
1130 * configure: Regenerate.
1131
1132 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1133
1134 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1135 files in SUPPORT_FILES.
1136 (SIM_SUPPORT_DIRS): New variable.
1137 (sim.tar.bz2): New rule.
1138
1139 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1140
1141 * configure.ac: Update from GCC.
1142 * configure: Regenerate.
1143
1144 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1145
1146 * COPYING.NEWLIB: Update with new copyright.
1147
1148 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1149
1150 * configure.ac: Update from GCC.
1151 * configure: Regenerate.
1152
1153 2013-09-20 Alan Modra <amodra@gmail.com>
1154
1155 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1156 ppc host match. Support little-endian powerpc linux hosts.
1157
1158 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1159
1160 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1161 strip the "-cvs" suffix from the version number if present.
1162
1163 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1164
1165 * configure.ac: Sync with GCC repo.
1166 * Makefile.def: Ditto.
1167 * configure: Regenerate.
1168 * Makefile.in: Ditto.
1169
1170 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1171
1172 * src-release (VER): Use $(TOOL)/common/create-version.sh
1173 if it exists.
1174
1175 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1176
1177 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1178 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1179 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1180 * configure: Regenerate.
1181
1182 2013-06-01 George Thomas <george.thomas@atmel.com>
1183
1184 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1185 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1186
1187 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1188
1189 * COPYING.NEWLIB: Add Altera Corporation copyright.
1190
1191 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * config.guess: Update from config repo.
1194 * config.sub: Ditto.
1195
1196 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1197
1198 * Makefile.def: Sync with GCC.
1199 * Makefile.in: Regenerate.
1200
1201 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1202
1203 * configure.ac: Sync with GCC.
1204 * configure: Regenerate.
1205
1206 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1207
1208 * src-release (VER): Change bfd/configure.in sed to use the new
1209 `bfd/configure --version` output.
1210
1211 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1212
1213 * configure.ac: Sync with GCC repo.
1214 * configure: Ditto.
1215
1216 2013-02-05 Ian Lance Taylor <iant@google.com>
1217
1218 PR go/55969
1219 * configure.ac: Disable libgo on some systems where it does not
1220 work.
1221 * configure: Rebuild.
1222
1223 2013-02-05 Alan Modra <amodra@gmail.com>
1224
1225 * configure: Regenerate after syncing config/.
1226
1227 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1228
1229 * configure.ac: Sync with GCC repo.
1230 * configure: Ditto.
1231 * Makefile.def: Ditto.
1232 * Makefile.in: Ditto.
1233
1234 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1235
1236 Sync with GCC, merge:
1237
1238 2013-01-09 Jason Merrill <jason@redhat.com>
1239
1240 * .gitignore: Import from gdb repository.
1241
1242 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1243
1244 * config.sub: Update from config repo.
1245
1246 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1247
1248 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1249 * Makefile.in: Regenerate.
1250
1251 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1252
1253 * Makefile.def (configure-gcc): Depend on all-gmp.
1254 (all-gcc): Remove dependency on all-gmp.
1255 * Makefile.in: Regenerated.
1256
1257 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1258
1259 * config.guess: Update from config repo.
1260 * config.sub: Ditto.
1261
1262 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1263
1264 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1265 exists and replace the new bfin license in its location.
1266
1267 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 PR gas/14899
1270 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1271 all-ld and all-gold depend on all-gas.
1272 * Makefile.in: Regenerated.
1273
1274 2012-12-29 Ben Elliston <bje@gnu.org>
1275
1276 * config.guess: Update to 2012-12-29 version.
1277 * config.sub: Likewise.
1278
1279 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1280
1281 * Makefile.def (install-target-libgo): Depend on
1282 install-target-libatomic. Merged from GCC repo.
1283 * Makefile.in: Regenerate.
1284
1285 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1286
1287 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1288
1289 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1290
1291 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1292 * configure: Regenerate.
1293
1294 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1295
1296 * Makefile.def (target_modules): Add bootstrap=true and
1297 raw_cxx=true to libsanitizer.
1298 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1299 * Makefile.in: Regenerated.
1300 * configure: Likewise.
1301
1302 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1303
1304 * config.sub: Merge from config repo.
1305
1306 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1307
1308 * configure.ac: Merge from GCC.
1309 * Makefile.tpl: Ditto.
1310 * Makefile.in: Ditto.
1311 * configure: Ditto.
1312
1313 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1314
1315 * configure.ac (noconfigdirs): Merge from GCC.
1316 * configure: Regenerate.
1317
1318 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1319
1320 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1321
1322 2012-11-14 Roland McGrath <mcgrathr@google.com>
1323
1324 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1325 * configure: Regenerate.
1326
1327 2012-11-13 Richard Henderson <rth@redhat.com>
1328
1329 * configure.ac: Move libsanitizer logic to subdirectory.
1330 * configure: Regenerate.
1331
1332 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1333
1334 * configure.ac: Enable libsanitizer just on x86 linux for now.
1335 * configure: Re-generate.
1336
1337 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1338
1339 * configure.ac: Merge libquadmath sections.
1340 * configure: Regenerate.
1341
1342 2012-11-12 Wei Mi <wmi@google.com>
1343
1344 * configure.ac: Add libsanitizer to target_libraries.
1345 * Makefile.def: Ditto.
1346 * configure: Regenerate.
1347 * Makefile.in: Regenerate.
1348
1349 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 * configure: Regenerated.
1352
1353 2012-11-03 Robert Mason <rbmj@verizon.net>
1354
1355 * configure.ac: add --disable-libstdcxx configure option
1356 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1357
1358 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1359
1360 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1361 against Mingw64 w32api.
1362 * configure: Regenerate.
1363
1364 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1365
1366 PR bootstrap/54820
1367 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1368 * configure: Regenerate.
1369
1370 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1371
1372 PR bootstrap/54820
1373 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1374 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1375 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1376 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1377 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1378 * Makefile.in: Regenerate.
1379 * configure.ac (have_static_libs): New variable and associated check.
1380 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1381 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1382 * configure: Regenerate.
1383
1384 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1385
1386 * config.guess, config.sub: Include updated version from
1387 config-patches. Adds microblaze little endian support.
1388
1389 2012-09-28 Ian Lance Taylor <iant@google.com>
1390
1391 * Makefile.def: Make all-target-libgo depend on
1392 all-target-libbacktrace.
1393 * Makefile.in: Rebuild.
1394
1395 2012-09-26 Ian Lance Taylor <iant@google.com>
1396
1397 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1398 * Makefile.in: Rebuild.
1399
1400 2012-09-06 Diego Novillo <dnovillo@google.com>
1401
1402 * configure.ac: Bump minimum GMP version to 4.2.3.
1403 * configure: Re-generate.
1404
1405 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1406
1407 PR target/54461
1408 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1409 target-libgloss if not configured --with-avrlibc=no.
1410 * configure: Regenerate.
1411
1412 2012-09-04 Jason Merrill <jason@redhat.com>
1413
1414 * configure.ac: Fix --enable-languages=all.
1415
1416 2012-09-03 Richard Guenther <rguenther@suse.de>
1417
1418 PR bootstrap/54138
1419 * configure.ac: Re-organize ISL / CLOOG checks to allow
1420 disabling with either --without-isl or --without-cloog.
1421 * configure: Regenerated.
1422
1423 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1424
1425 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1426 * configure: Regenerate.
1427
1428 2012-09-21 Steve Ellcey <sellcey@mips.com>
1429
1430 * configure.ac: Add mips*-mti-elf* target.
1431 * configure: Regenerate.
1432
1433 2012-09-19 Ian Lance Taylor <iant@google.com>
1434
1435 * configure.ac (host_libs): Add libbacktrace.
1436 (target_libraries): Add libbacktrace.
1437 * Makefile.def (host_modules): Add libbacktrace.
1438 (target_modules): Likewise.
1439 * configure, Makefile.in: Rebuild.
1440
1441 2012-09-15 Jiong Wang <jiwang@tilera.com>
1442
1443 * configure.ac (ENABLE_GOLD): support tilegx*
1444 * configure: rebuild
1445
1446 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1447
1448 PR target/38607
1449 Merge upstream change.
1450 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1451
1452 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1453 Add libgomp*.o to compare_exclusions for AIX.
1454 * configure: Regenerate.
1455
1456 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 PR binutils/4970
1459 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1460 and opcodes.
1461 * Makefile.in: Regenerated.
1462
1463 2012-08-14 Diego Novillo <dnovillo@google.com>
1464
1465 Merge from cxx-conversion branch.
1466
1467 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1468 POSTSTAGE1_CONFIGURE_FLAGS.
1469 * Makefile.in: Regenerate.
1470 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1471 Force C++ when bootstrapping.
1472 * configure: Regenerate.
1473
1474 2012-07-06 Richard Guenther <rguenther@suse.de>
1475
1476 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1477 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1478 --with-gmp=system.
1479 * Makefile.in: Regenerated.
1480 * configure: Likewise.
1481
1482 2012-07-06 Richard Guenther <rguenther@suse.de>
1483
1484 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1485 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1486 supply V=1 as extra_make_flags.
1487 * configure: Regenerated.
1488 * Makefile.in: Likewise.
1489
1490 2012-07-03 Richard Guenther <rguenther@suse.de>
1491
1492 * Makfile.def (isl): Remove not necessary extra_exports and
1493 extra_make_flags.
1494 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1495 * Makefile.in: Regenerated.
1496
1497 2012-07-03 Richard Guenther <rguenther@suse.de>
1498
1499 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1500 * configure.ac: If either the ISL or the CLooG check failed
1501 do not try to build in-tree versions.
1502 * Makefile.in: Regenerated.
1503 * configure: Regenerated.
1504
1505 2012-07-02 Richard Guenther <rguenther@suse.de>
1506 Michael Matz <matz@suse.de>
1507 Tobias Grosser <tobias@grosser.es>
1508 Sebastian Pop <sebpop@gmail.com>
1509
1510 * Makefile.def: Add ISL host module, remove PPL host module.
1511 Adjust ClooG host module to use the proper ISL.
1512 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1513 * configure.ac: Include config/isl.m4. Add ISL host library,
1514 remove PPL. Remove PPL configury, add ISL configury, adjust
1515 ClooG configury.
1516 * Makefile.in: Regenerated.
1517 * configure: Likewise.
1518
1519 2012-07-02 Richard Guenther <rguenther@suse.de>
1520
1521 Merge from graphite branch
1522 2011-07-21 Tobias Grosser <tobias@grosser.es>
1523
1524 * configure: Regenerated.
1525 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1526 both cloog.org and legacy versions. The only supported version will
1527 be CLooG with the isl backend.
1528
1529 2011-07-21 Tobias Grosser <tobias@grosser.es>
1530
1531 * configure: Regenerated.
1532 * configure.ac: Require cloog isl 0.17.0
1533
1534 2011-07-21 Tobias Grosser <tobias@grosser.es>
1535
1536 * configure: Regenerated.
1537 * config/cloog.m4: Do not define CLOOG_ORG
1538
1539 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1540
1541 * configure.ac: Skip C if explicitly selected.
1542 * configure: Regenerate.
1543
1544 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1545
1546 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1547 they contain -O2.
1548 * configure: Regenerate.
1549
1550 2012-06-20 Jason Merrill <jason@redhat.com>
1551
1552 * Makefile.tpl (check-target-libgomp-c++): New.
1553 (check-target-libitm-c++): New.
1554 * Makefile.def (c++): Add them.
1555 * Makefile.in: Regenerate.
1556
1557 2012-05-16 Olivier Hainque <hainque@adacore.com>
1558
1559 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1560 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1561 (install-no-fixedincludes): Adjust accordingly.
1562 * Makefile.in: Regenerate.
1563
1564 2012-05-09 Nick Clifton <nickc@redhat.com>
1565 Paul Smith <psmith@gnu.org>
1566
1567 PR bootstrap/50461
1568 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1569 allow for the fact that from release v3.1.0 of MPFR the source
1570 files were moved into a src sub-directory.
1571 * configure: Regenerate.
1572
1573 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1574
1575 * configure.ac: Bump minimum MPFR version to 2.4.0.
1576 * configure: Regenerated.
1577
1578 2012-05-01 Richard Henderson <rth@redhat.com>
1579
1580 * Makefile.def (libatomic): New target_module.
1581 * configure.ac (target_libraries): Add libatomic.
1582 (noconfigdirs): Check if libatomic is supported.
1583 * Makefile.in, configure: Rebuild.
1584
1585 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1586
1587 Merge upstream change
1588 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1589
1590 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1591
1592 * libtool.m4: Additional FreeBSD 10 fixes.
1593
1594 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1595
1596 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1597 they contain -O2.
1598 * configure: Regenerate.
1599
1600 2012-05-14 Catherine Moore <clm@codesourcery.com>
1601
1602 * NEWS: Mention PowerPC VLE port.
1603
1604 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1605
1606 * MAINTAINERS (config/): Move to intl/ section.
1607 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1608
1609 2012-05-09 Nick Clifton <nickc@redhat.com>
1610 Paul Smith <psmith@gnu.org>
1611
1612 PR bootstrap/50461
1613 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1614 allow for the fact that from release v3.1.0 of MPFR the source
1615 files were moved into a src sub-directory.
1616 * configure: Regenerate.
1617
1618 2012-05-02 Roland McGrath <mcgrathr@google.com>
1619
1620 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1621 * configure: Regenerate.
1622
1623 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1624
1625 * config.sub: Update to 2012-04-18 version from official repo.
1626
1627 2012-03-19 Tristan Gingold <gingold@adacore.com>
1628
1629 * configure.ac (ia64*-*-*vms*): Add support for ld.
1630 * configure: Regenerate.
1631
1632 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1633
1634 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1635 (unsupported_languages): Remove mips-sgi-irix6.*.
1636 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1637 (with_stabs): Remove.
1638 * configure: Regenerate.
1639
1640 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1641
1642 * configure.ac (enable_libgomp): Remove *-*-osf*.
1643 (with_stabs): Remove alpha*-*-osf*.
1644 * configure: Regenerate.
1645
1646 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1647
1648 * COPYING.NEWLIB: Modify DJ Delorie license to include
1649 modification rights in clause as permitted by DJ Delorie.
1650 * COPYING.LIBGLOSS: Ditto.
1651
1652 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1653
1654 * COPYING.NEWLIB: Remove two unused licenses.
1655
1656 2012-03-05 Tristan Gingold <gingold@adacore.com>
1657
1658 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1659 * configure: Regenerate.
1660
1661 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1662
1663 * COPYING.NEWLIB: Add Adapteva notice.
1664 * COPYING.LIBGLOSS: Add Adapteva notice.
1665
1666 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1667
1668 * configure: Regenerate.
1669
1670 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1671
1672 * COPYING.LIBGLOSS: Add GPL with exception license.
1673
1674 2011-11-09 Roland McGrath <mcgrathr@google.com>
1675
1676 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1677 * configure: Rebuild.
1678 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1679 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1680 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1681 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1682 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1683 Add READELF.
1684 * Makefile.in: Rebuild.
1685
1686 2011-11-08 Richard Henderson <rth@redhat.com>
1687
1688 * configure.ac: Test for libitm directory present first.
1689
1690 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1691
1692 * configure.ac: Test libitm/configure.tgt to disable libitm.
1693 * configure: Rebuild.
1694
1695 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1696
1697 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1698 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1699 * Makefile.in: Regenerate.
1700
1701 2011-11-01 DJ Delorie <dj@redhat.com>
1702
1703 * configure.ac (rl78-*-*) New case.
1704 * configure: Regenerate.
1705
1706 2011-11-01 DJ Delorie <dj@redhat.com>
1707
1708 * config.sub: Update to version 2011-10-29 (added rl78)
1709
1710 2011-10-27 Nick Clifton <nickc@redhat.com>
1711
1712 * config.sub: Import these changes from the config project:
1713
1714 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1715 Ben Elliston <bje@gnu.org>
1716
1717 * config.sub (epiphany): New.
1718
1719 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1720 Ben Elliston <bje@gnu.org>
1721
1722 * config.sub (hexagon, hexagon-*): New.
1723
1724 2011-08-23 Roland McGrath <mcgrathr@google.com>
1725
1726 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1727 64eb to be64.
1728
1729 2011-08-16 Roland McGrath <mcgrathr@google.com>
1730
1731 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1732 (nacl): Grok as alias for 32el-unknown-nacl.
1733
1734 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1735
1736 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1737
1738 2011-08-14 Yao Qi <yao@codesourcery.com>
1739
1740 Merge from gcc:
1741
1742 2011-08-14 Yao Qi <yao@codesourcery.com>
1743 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1744 * configure: Regenerate.
1745
1746 2011-07-26 Ian Lance Taylor <iant@google.com>
1747
1748 Merge from gcc:
1749
1750 2011-07-26 Ian Lance Taylor <iant@google.com>
1751 * configure.ac: Set have_compiler based on whether gcc directory
1752 exists, rather than on whether gcc is in configdirs.
1753 * configure: Rebuild.
1754
1755 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1756 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1757 link directories.
1758 * Makefile.in: Rebuild.
1759
1760 2011-07-20 Ian Lance Taylor <iant@google.com>
1761 PR bootstrap/49787
1762 * configure.ac: Move --enable-bootstrap handling earlier in file.
1763 If --enable-bootstrap and either --enable-build-with-cxx or
1764 --enable-build-poststage1-with-cxx, enable C++ automatically.
1765 * configure: Rebuild.
1766
1767 2011-07-19 Ian Lance Taylor <iant@google.com>
1768 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1769 make C++ a boot_language. Set and substitute
1770 POSTSTAGE1_CONFIGURE_FLAGS.
1771 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1772 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1773 * configure, Makefile.in: Rebuild.
1774
1775 2011-07-16 Jason Merrill <jason@redhat.com>
1776 * Makefile.def (language=c++): Add check-c++0x and
1777 check-target-libmudflap-c++.
1778 * Makefile.tpl (check-target-libmudflap-c++): New.
1779 * Makefile.in: Regenerate.
1780
1781 2011-07-16 Matthias Klose <doko@ubuntu.com>
1782 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1783 * Makefile.def (target_modules/libjava): Pass
1784 $(EXTRA_CONFIGARGS_LIBJAVA).
1785 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1786 if not configured with --enable-static-libjava.
1787 * Makefile.in: Regenerate.
1788 * configure: Likewise.
1789
1790 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1791 PR regression/47836
1792 PR bootstrap/23656
1793 PR other/47733
1794 PR bootstrap/49247
1795 PR c/48825
1796 * configure.ac (target_libraries): Remove target-libiberty.
1797 Remove case-statement setting skipdirs=target-libiberty for
1798 multiple targets. Remove checking target_configdirs and
1799 removing target-libiberty but keeping target-libgcc if
1800 otherwise empty.
1801 * Makefile.def (target_modules): Don't add libiberty.
1802 (dependencies): Remove all traces of target-libiberty.
1803 * configure, Makefile.in: Regenerate.
1804
1805 2011-07-22 Jason Merrill <jason@redhat.com>
1806
1807 * Makefile.def (language=c++): Add check-c++0x and
1808 check-target-libmudflap-c++.
1809 * Makefile.tpl (check-target-libmudflap-c++): New.
1810 * Makefile.in: Regenerate.
1811
1812 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1813
1814 * configure: Regenerate.
1815
1816 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1817
1818 PR target/39150
1819 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1820 x86_64-*-solaris2.1[0-9]*.
1821 * configure: Regenerate.
1822
1823 2011-06-13 Walter Lee <walt@tilera.com>
1824
1825 * configure.ac (tilepro-*-*) New case.
1826 (tilegx-*-*): Likewise.
1827 * configure: Regenerate.
1828
1829 2011-06-06 Nick Clifton <nickc@redhat.com>
1830
1831 * config.sub: Sync from upstream.
1832
1833 2011-05-08 Doug Kwan <dougkwan@google.com>
1834
1835 Merge from gcc:
1836
1837 2011-05-08 Doug Kwan <dougkwan@google.com>
1838
1839 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1840 * configure: Regenerated.
1841 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1842 value from configure.
1843 * Makefile.in: Regenerated.
1844
1845 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1846
1847 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1848 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1849 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1850 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1851 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1852 *-*-vxworks*): Disable newlib and libgloss in separate case
1853 statement.
1854 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1855 to separate case statement.
1856 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1857 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1858 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1859 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1860 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1861 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1862 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1863 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1864 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1865 i[[3456789]]86-*-rdos*, m32r-*-*,
1866 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1867 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1868 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1869 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1870 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1871 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1872 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1873 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1874 and libgloss in main case over targets. Remove most empty cases
1875 in main case over targets.
1876 * configure: Regenerate.
1877
1878 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1879
1880 * configure.ac: Remove code setting special library locations for
1881 hppa*64*-*-hpux11*. Remove code setting compiler for
1882 sparc-sun-solaris2*.
1883 * configure: Regenerate.
1884
1885 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1886
1887 * configure.ac: Separate libgloss_dir settings from general case
1888 over targets.
1889 * configure: Regenerate.
1890
1891 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1892
1893 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1894 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1895 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1896 cases in libgcj-disabling case statement.
1897 (hppa*64*-*-linux*): Set unsupported_languages instead of
1898 disabling target-zlib.
1899 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1900 to hppa*64*-*-hpux*.
1901 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1902 hppa*-*-hpux*.
1903 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1904 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1905 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1906 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1907 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1908 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1909 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1910 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1911 libgcj-disabling case statement.
1912 * configure: Regenerate.
1913
1914 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1915
1916 * configure.ac: Disable Java for targets not supporting libffi.
1917 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1918 Remove cases in Java-disabling statement.
1919 (*arm-wince-pe): Change to arm-wince-pe.
1920 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1921 cases in Java-disabling statement.
1922 (bfin-*-*): Don't disable Java again.
1923 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1924 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1925 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1926 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1927 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1928 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1929 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1930 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1931 Java-disabling statement.
1932 (mmix-*-*): Don't disable Java again.
1933 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1934 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1935 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1936 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1937 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1938 statement.
1939 * configure: Regenerate.
1940
1941 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1942
1943 Merge from GCC:
1944
1945 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1946
1947 PR lto/48086
1948 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1949 * configure: Regenerate.
1950
1951 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1952
1953 * configure.ac: Separate cases disabling Java and Java libraries
1954 from general case over targets.
1955 * configure: Regenerate.
1956
1957 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1958
1959 * configure.ac (build_tools): Remove build-byacc.
1960 (host_libs): Remove mmalloc.
1961 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1962 autoconf automake libtool diff rcs fileutils shellutils time
1963 textutils wdiff find uudecode hello tar gzip indent recode release
1964 sed perl gawk findutils gettext zip.
1965 (libgcj): Remove target-qthreads.
1966 (target_tools): Remove target-examples target-gperf.
1967 (YACC): Don't handle building byacc.
1968 * configure: Regenerate.
1969 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1970 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1971 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1972 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1973 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1974 handle building components.
1975 * Makefile.in: Regenerate.
1976
1977 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1978
1979 * config.sub: Sync from upstream.
1980
1981 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1982
1983 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1984 (microblaze*): Don't disable libssp.
1985 * configure: Regenerate.
1986
1987 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1988
1989 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1990 moveifchange.
1991 * configure: Regenerate.
1992 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1993 * Makefile.in: Regenerate.
1994
1995 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1996
1997 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1998 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1999 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2000 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2001 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2002 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2003 md_exec_prefix cases.
2004 * configure: Regenerate.
2005
2006 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2007
2008 * configure.ac: Separate cases disabling target-libssp,
2009 target-libiberty, target-libstdc++-v3 and Fortran from general
2010 case over targets.
2011 * configure: Regenerate.
2012
2013 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2014
2015 * configure.ac (*-*-chorusos): Don't disable libgcj.
2016 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2017 Remove case.
2018 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2019 (arm-*-coff): Don't disable libgcj.
2020 (arm*-*-linux-gnueabi): Remove useless assignment.
2021 (arm-*-riscix*): Don't disable libgcj.
2022 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2023 configuration.
2024 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2025 (c54x*-*-*): Remove case.
2026 (tic54x-*-*): Don't disable GCC or GCC libraries.
2027 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2028 to *.
2029 (d10v-*-*): Don't disable GCC libraries.
2030 (d30v-*-*): Don't disable libgcj.
2031 (h8500-*-*): Don't disable GCC libraries.
2032 (i960-*-*): Don't disable libgcj.
2033 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2034 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2035 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2036 libgcj.
2037 (m68k-*-coff*): Remove case.
2038 (mmix-*-*): Don't disable libgloss on host.
2039 (mn10200-*-*, mn10300-*-*): Remove cases.
2040 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2041 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2042 Don't disable libgcj.
2043 (romp-*-*): Remove case.
2044 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2045 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2046 case.
2047 (v810-*-*): Don't disable GCC libraries.
2048 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2049 (ip2k-*-*): Don't disable GCC libraries.
2050 * configure: Regenerate.
2051
2052 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2053
2054 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2055 libffi on host.
2056 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2057 on host.
2058 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2059 * configure: Regenerate.
2060
2061 2011-03-26 John Marino <binutils@marino.st>
2062
2063 * configure.ac: Add support for *-*-dragonfly*
2064 * configure: Regenerate.
2065
2066 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2067
2068 * configure.ac (native_only): Remove.
2069 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2070 send-pr uudecode guile gnuserv on host.
2071 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2072 send-pr rcs guile perl texinfo libtool on host.
2073 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2074 automake send-pr rcs guile perl texinfo libtool on host.
2075 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2076 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2077 (alpha*-dec-osf*): Don't disable fileutils on target.
2078 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2079 texinfo send-pr expect dejagnu on target.
2080 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2081 target-qthreads on target.
2082 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2083 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2084 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2085 x86_64-*-mingw*): Don't disable expect on target.
2086 (*-*-cygwin*): Don't disable target-gperf on target.
2087 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2088 gnuserv on target.
2089 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2090 target.
2091 * configure: Regenerate.
2092
2093 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2094
2095 * configure.ac (target_tools): Remove target-groff.
2096 (native_only): Remove target-groff.
2097 (hppa*64*-*-*): Don't disable byacc.
2098 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2099 setting.
2100 (*-*-kaos*): Don't skip target-librx and target-groff.
2101 (*-*-netware*): Don't skip target-libmudflap.
2102 (*-*-tpf*): Don't skip target-libmudflap.
2103 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2104 directories on the host.
2105 (ia64*-*-*vms*): Don't skip tix.
2106 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2107 host.
2108 * configure: Regenerate.
2109
2110 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2111
2112 * configure.ac: Remove references to mt-mep, mt-netware,
2113 mt-wince.
2114 * Makefile.def: Add all-utils soft dependencies.
2115 * Makefile.tpl: Remove GDB_NLM_DEPS.
2116 * configure: Regenerate.
2117 * Makefile.in: Regenerate.
2118
2119 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2120
2121 Sync from GCC:
2122
2123 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2124
2125 * configure.ac: Do not include mh-x86omitfp.
2126 * configure: Regenerate.
2127
2128 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2129
2130 * configure.ac: Remove empty cases.
2131 * configure: Regenerate.
2132
2133 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2134
2135 * Makefile.def: Add dependency from termcap to gdb.
2136 * Makefile.in: Regenerate.
2137
2138 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2139
2140 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2141 * configure: Regenerate.
2142 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2143 * Makefile.tpl: Likewise.
2144 * Makefile.in: Regenerate.
2145
2146 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2147
2148 * configure.ac: Remove all mentions of tentative_cc.
2149 * configure: Regenerate.
2150
2151 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2152
2153 PR lto/48086
2154 * configure.ac: Re-enable LTO on *-apple-darwin9.
2155 * configure: Regenerate.
2156
2157 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2158
2159 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2160 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2161 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2162 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2163 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2164 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2165 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2166 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2167 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2168 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2169 *-*-rhapsody*): Remove host cases.
2170 * configure: Regenerate.
2171
2172 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2173
2174 * configure.ac (ppc*-*-pe): Remove host case.
2175 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2176 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2177 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2178 cases.
2179 * configure: Regenerate.
2180
2181 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2182
2183 * config.sub: Update to version 2011-03-23.
2184
2185 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2186
2187 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2188 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2189 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2190 * configure: Regenerate.
2191
2192 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2193
2194 * config-ml.in: Don't handle arc-*-elf*.
2195 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2196 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2197 handle GCC libraries.
2198 * configure: Regenerate.
2199
2200 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2201
2202 PR bootstrap/48120:
2203 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2204 Add -lstdc++ -lm to LIBS.
2205 * configure: Regenerate.
2206
2207 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2208
2209 * config.guess: Update to version 2011-02-02
2210 * config.sub: Update to version 2011-02-24
2211
2212 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2213
2214 * configure.ac: Adjust test of with_ppl.
2215 * configure: Regenerated.
2216
2217 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2218
2219 * configure.ac: Add -lpwl to ppllibs.
2220 * config/cloog.m4: Add -lisl to clooglibs.
2221 * configure: Regenerated.
2222
2223 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2224
2225 Import from Libtool and gnulib:
2226
2227 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2228
2229 Prepare for supporting FreeBSD 10.
2230 * config.rpath: Remove handling of freebsd1* which soon would
2231 match FreeBSD 10.0.
2232
2233 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2234
2235 Remove support for FreeBSD 1.x.
2236 * libtool.m4 (_LT_LINKER_SHLIBS)
2237 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2238 soon would incorrectly match FreeBSD 10.0.
2239
2240 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2241
2242 PR binutils/12283
2243 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2244 (move-if-change): Comes from gnulib.
2245 * move-if-change: Import version from gnulib.
2246
2247 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2248
2249 Sync from GCC:
2250
2251 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2252
2253 PR lto/47225
2254 * Makefile.def (lto-plugin): Double dash for enable-shared.
2255 (configure-gcc): Depend on all-lto-plugin.
2256 * Makefile.in: Rebuilt.
2257
2258 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2259
2260 * configure.ac: Remove extra bracket.
2261 * configure: Regenerate.
2262
2263 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2264
2265 PR lto/47225
2266 * Makefile.def: Add dependency for install-gcc
2267 on install-lto-plugin.
2268 * Makfile.in: Regenerated
2269
2270 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2271
2272 * configure.ac: If with_ppl is no, move setting with_cloog=no
2273 after CLOOG_REQUESTED check.
2274 * configure: Regenerated.
2275
2276 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2277
2278 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2279 CLooG has been requested.
2280 * configure: Regenerated.
2281
2282 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2283
2284 * configure: Regenerated.
2285 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2286
2287 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2288
2289 * configure: Regenerated.
2290 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2291
2292 2011-01-07 Jan Hubicka <jh@suse.cz>
2293
2294 PR lto/47225
2295 * Makefile.in: Regenerate.
2296 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2297 configure.
2298
2299 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2300
2301 PR libgcj/44341
2302 * configure.ac: Discard --with-* flags for host when configuring
2303 target libraries for cross build.
2304 * configure: Rebuilt.
2305
2306 2011-01-21 Andreas Schwab <schwab@redhat.com>
2307
2308 Sync from GCC:
2309
2310 2011-01-21 Andreas Schwab <schwab@redhat.com>
2311
2312 * configure.ac: Use AS_HELP_STRING throughout.
2313 * configure: Regenerate.
2314
2315 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2316
2317 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2318 * configure: Regenerate.
2319
2320 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2321
2322 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2323
2324 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2325
2326 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2327 for ia64-hpux.
2328 * configure: Regenerate.
2329
2330 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2331
2332 Sync from GCC:
2333 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2334
2335 * configure.ac: (picochip): Disable libiberty.
2336 * configure: Regenerate.
2337
2338 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2339
2340 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2341
2342 2010-12-10 Ian Lance Taylor <iant@google.com>
2343
2344 PR bootstrap/46819
2345 * configure.ac: For --disable-libgcj clear libgcj_saved.
2346 * configure: Rebuild.
2347
2348 2010-12-10 Tobias Burnus <burnus@net-b.de>
2349
2350 PR fortran/46540
2351 * configure.ac: Add --disable-libquadmath and
2352 --disable-libquadmath-support.
2353 * configure: Regenerate.
2354
2355 2010-12-10 Tristan Gingold <gingold@adacore.com>
2356
2357 * src-release (ETC_SUPPORT): add gnu-oids.texi
2358
2359 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2360
2361 PR libffi/46792
2362 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2363 * configure: Regenerate.
2364
2365 2010-12-02 Ian Lance Taylor <iant@google.com>
2366
2367 * configure.ac: Always set default for poststage1_ldflags to
2368 -static-libstdc++ -static-libgcc.
2369
2370 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2371
2372 * COPYING.NEWLIB: Add National Semiconductor notice.
2373
2374 2010-11-29 Andreas Schwab <schwab@redhat.com>
2375
2376 * configure.ac: Move comment to remove extra space in last argument
2377 of GCC_TARGET_TOOL.
2378
2379 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2380
2381 PR other/46026
2382 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2383 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2384 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2385 (BASE_FLAGS_TO_PASS): Use it.
2386 * configure: Rebuilt.
2387 * Makefile.in: Rebuilt.
2388
2389 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 PR binutils/12258
2392 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2393 Properly check default linker.
2394 * configure: Regnerated.
2395
2396 2010-11-23 Matthias Klose <doko@ubuntu.com>
2397
2398 * configure.ac: For --enable-gold, handle value `default' instead of
2399 `both*'. New configure option --{en,dis}able-ld.
2400 * configure: Regenerate.
2401
2402 2010-11-20 Ian Lance Taylor <iant@google.com>
2403
2404 * configure.ac: Only disable a language library if no language needs
2405 it. Don't let --disable-libgcj uncondtionally disable libffi.
2406 * configure: Rebuild.
2407
2408 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2409
2410 * configure: Regenerate.
2411
2412 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2413
2414 PR other/46202
2415 * configure.ac: Fix just-built in-tree STRIP name to be
2416 binutils/strip-new.
2417 * configure: Regenerate.
2418 * Makefile.def (install-strip-gcc, install-strip-binutils)
2419 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2420 (install-strip-sid): Mirror dependencies on non-strip variants
2421 of these targets on the respective -strip prerequisites.
2422 * Makefile.tpl (install-strip, install-strip-host)
2423 (install-strip-target): New targets.
2424 (install-strip-[+module+], install-strip-target-[+module+]):
2425 New targets.
2426 * Makefile.in: Regenerate.
2427
2428 2010-11-19 Ian Lance Taylor <iant@google.com>
2429 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2430
2431 * configure.ac: Add target-libgo to target_libraries. Set
2432 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2433 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2434 (HOST_EXPORTS): Add GOC.
2435 (BASE_TARGET_EXPORTS): Add GOC.
2436 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2437 (GOCFLAGS_FOR_TARGET): New variable.
2438 (EXTRA_HOST_FLAGS): Add GOC.
2439 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2440 * Makefile.def (target_modules): Add libgo.
2441 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2442 (dependencies): Add dependency from configure-target-libgo to
2443 configure-target-libffi and all-target-libstdc++-v3. Add
2444 dependencies from all-target-libgo to all-target-libffi.
2445 (languages): Add go.
2446 * configure: Rebuild.
2447 * Makefile.in: Rebuild.
2448
2449 2010-11-19 Ian Lance Taylor <iant@google.com>
2450
2451 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2452 compiler/flag environment variables.
2453
2454 2010-11-18 Ian Lance Taylor <iant@google.com>
2455
2456 * configure.ac: Check for lang_requires_boot_languages in
2457 config-lang.in files.
2458 * configure: Rebuild.
2459
2460 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2461
2462 * .gitignore: New file.
2463
2464 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2465 Tobias Burnus <burnus@net-b.de>
2466
2467 PR fortran/32049
2468 * Makefile.def: Add libquadmath; build it with language=fortran.
2469 * configure.ac: Add libquadmath.
2470 * Makefile.tpl: Handle multiple libs in check-[+language+].
2471 * Makefile.in: Regenerate.
2472 * configure: Regenerate.
2473
2474 2010-11-15 Andreas Schwab <schwab@redhat.com>
2475
2476 * configure.ac: Fix spelling in option names.
2477 * configure: Regenerated.
2478
2479 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2480
2481 PR bootstrap/39622
2482 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2483 * configure: Regenerated.
2484
2485 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2486
2487 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2488 define the cloog backend to use. Furthermore, only pass the ppllibs to
2489 the configure checks, if necessary.
2490 * configure: Regenerate.
2491
2492 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2493
2494 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2495 * configure: regenerate
2496
2497 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2498
2499 * config/cloog.m4: Fix typo. verison -> version.
2500 * configure: Regenerate.
2501
2502 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2503
2504 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2505 * configure: Regenerate.
2506
2507 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2508
2509 * configure.ac: Support official CLooG.org versions.
2510 * configure: Regenerate.
2511 * config/cloog.m4: New.
2512
2513 2010-11-05 Michael Eager <eager@eagercon.com>
2514
2515 * COPYING.LIBGLOSS: Correct typo in microblaze.
2516 * COPYING.NEWLIB: Same.
2517
2518 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2519
2520 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2521 * configure: Regenerate.
2522
2523 2010-11-03 Ian Lance Taylor <iant@google.com>
2524 Dave Korn <dave.korn.cygwin@gmail.com>
2525
2526 PR lto/46273
2527 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2528 and on other supported platforms whenever LTO is enabled.
2529 * configure: Rebuild.
2530
2531 2010-11-02 Alan Modra <amodra@gmail.com>
2532
2533 PR binutils/12110
2534 * configure.ac: Error when source path contains spaces.
2535 * configure: Regenerate.
2536
2537 2010-10-20 Ian Lance Taylor <iant@google.com>
2538
2539 * Makefile.def (target_modules): Set lib_path to src/.libs for
2540 libstdc++-v3 module.
2541 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2542 * Makefile.in: Rebuild.
2543
2544 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2545 Joseph Myers <joseph@codesourcery.com>
2546
2547 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2548 notices.
2549 * COPYING.NEWLIB: Add Texas Instruments notice.
2550
2551 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2552
2553 * configure.ac (build_lto_plugin): New shell variable.
2554 (--enable-lto): Turn on by default for all non-ELF platforms that
2555 have had LTO support added so far. Set build_lto_plugin appropriately
2556 for both ELF and non-ELF.
2557 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2558 * configure: Regenerate.
2559
2560 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2561
2562 PR bootstrap/45326
2563 PR bootstrap/45174
2564 * configure.ac: Honor initial values of $build_configargs,
2565 $host_configargs, $target_configargs. Mark the precious, so
2566 environment settings get recorded.
2567 * configure: Regenerate.
2568
2569 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2570
2571 Sync from GCC:
2572
2573 2010-09-30 Michael Eager <eager@eagercon.com>
2574
2575 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2576 * configure: Regenerate.
2577
2578 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2579
2580 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2581 targets and amend comment.
2582 * configure: Regenerate.
2583
2584 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2585
2586 * configure.ac: Enable LTO by default on Darwin.
2587 * configure: Regenerate.
2588
2589 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2590
2591 PR bootstrap/44455
2592 * configure.ac (extra_mpfr_configure_flags): Copy from
2593 extra_mpc_gmp_configure_flags.
2594 * configure: Re-generated.
2595
2596 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2597
2598 Sync from GCC:
2599
2600 PR bootstrap/45796
2601 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2602 Depend on all-build-libiberty.
2603 * Makefile.in: Regenerate.
2604
2605 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2606
2607 Sync from GCC:
2608
2609 PR bootstrap/44621
2610 * configure.ac: Fix unportable shell quoting.
2611 * configure: Regenerate.
2612
2613 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2614
2615 * configure.ac: Support all v850 targets.
2616 * configure: Regenerate.
2617
2618 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2619
2620 PR target/44862
2621 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2622 Provide -B option to allow for link spec %s substitutions for
2623 libstdc++.a on darwin.
2624 * Makefile.in: Regenerate.
2625
2626 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2627
2628 * Makefile.def (configure-gcc): Depend on all-libelf.
2629 * Makefile.in: Rebuild.
2630
2631 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2632
2633 * config.sub, config.guess: Update from upstream sources.
2634
2635 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2636
2637 Sync from GCC:
2638
2639 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2640 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2641 * configure: Regenerated.
2642
2643 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2644 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2645 * configure: Regenerate.
2646
2647 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2648 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2649 * configure: Regenerate.
2650
2651 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2652 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2653 separately.
2654 * configure: Regenerate.
2655
2656 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2657 * configure: Regenerate after change to elf.m4.
2658
2659 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2660 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2661 * configure: Regenerated.
2662
2663 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2664 * configure.ac: Print "buggy but acceptable" when CLooG
2665 revision is less than 9.
2666 * configure: Regenerated.
2667
2668 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2669
2670 Merge from gcc:
2671
2672 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2673 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2674 * configure: Regenerate.
2675
2676 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2677 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2678 a platform that supports LTO.
2679 * configure: Regenerate.
2680
2681 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2682 PR lto/42776
2683 * configure.ac (--enable-lto): Refactor handling so libelf tests
2684 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2685 and allow LTO to be explicitly enabled on non-ELF platforms that
2686 are known to support it inside else-clause.
2687 * configure: Regenerate.
2688
2689 2010-04-27 Roland McGrath <roland@redhat.com>
2690 H.J. Lu <hongjiu.lu@intel.com>
2691
2692 * configure.ac (--enable-gold): Support both, both/gold and
2693 both/bfd to add gold to configdirs without removing ld.
2694 * configure: Regenerated.
2695
2696 * Makefile.def: Add install-gold dependency to install-ld.
2697 * Makefile.in: Regenerated.
2698
2699 2010-04-14 Tristan Gingold <gingold@adacore.com>
2700
2701 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2702 * configure: Regenerate.
2703
2704 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2705
2706 Merge from gcc:
2707 PR bootstrap/43615
2708 PR bootstrap/43328
2709 Revert:
2710 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2711 * configure.ac: Do not pass --enable-multilib nor
2712 --disable-multilib in baseargs. Accept explicitly passed
2713 --enable_multilib.
2714 * configure: Regenerate.
2715
2716 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2717
2718 PR bootstrap/43328
2719 * configure.ac: Do not pass --enable-multilib nor
2720 --disable-multilib in baseargs. Accept explicitly passed
2721 --enable_multilib.
2722 * configure: Regenerate.
2723
2724 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2725
2726 * configure.ac (tic6x-*-*): New case.
2727 * configure: Regenerate.
2728
2729 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2730
2731 Merge from gcc:
2732 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2733 PR ada/42554
2734 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2735 * configure: Regenerate.
2736
2737 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2738
2739 * config.sub: Update to version 2010-03-22.
2740 * config.guess: Update to version 2009-12-30.
2741
2742 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2743
2744 Merge from gcc:
2745 2010-01-11 Richard Guenther <rguenther@suse.de>
2746 PR lto/41569
2747 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2748 * Makefile.in: Regenerated.
2749
2750 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2751
2752 PR libstdc++/32499
2753 * configure.ac (RANLIB): Default to true.
2754 (STRIP): Likewise.
2755 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2756 * configure: Regenerate.
2757
2758 2010-02-17 Nick Clifton <nickc@redhat.com>
2759
2760 PR 11238
2761 * Makefile.tpl (local-distclean): Also remove config.cache files in
2762 sub-directories as there may not be Makefiles present in the
2763 sub-directories.
2764 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2765 the config.cache files found by the find command.
2766
2767 * Makefile.in: Regenerate.
2768 * configure.ac: Revert previous delta.
2769 * configure: Regenerate.
2770
2771 2010-02-15 Nick Clifton <nickc@redhat.com>
2772
2773 PR 11238
2774 * configure.ac: Delete config.cache files in sub-directories when
2775 deleting Makefiles.
2776 * configure: Regenerate.
2777
2778 2010-02-15 Nick Clifton <nickc@redhat.com>
2779
2780 * configure.ac: Sync from gcc.
2781 * configure: Regenerate.
2782
2783 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2784
2785 Sync from gcc:
2786 * configure.ac: Add "recommended" version checks for GMP/MPC.
2787 Update recommended GMP/MPFR/MPC versions.
2788 * configure: Regenerate.
2789
2790 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2791
2792 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2793 * configure.ac (bootstrap_target_libs): Make inclusion of
2794 target-libgomp conditional on libgomb being in target_configdirs.
2795 * configure: Regenerate.
2796
2797 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2798
2799 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2800 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2801 * configure: Regenerate.
2802
2803 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2804
2805 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2806 * configure.ac (target_configdirs): Substitute.
2807 * Makefile.def: Bootstrap target module libgomp.
2808 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2809 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2810 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2811 * configure, Makefile.in: Regenerate.
2812
2813 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2814
2815 * libtool.m4: Sync from git Libtool.
2816 * ltmain.sh: Likewise.
2817 * ltoptions.m4: Likewise.
2818 * ltversion.m4: Likewise.
2819 * lt~obsolete.m4: Likewise.
2820
2821 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2822 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2823
2824 PR bootstrap/42424
2825 * configure.ac: Include libtool m4 files.
2826 (_LT_CHECK_OBJDIR): Call it.
2827 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2828 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2829
2830 * configure: Regenerate.
2831
2832 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2833
2834 PR bootstrap/41818
2835 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2836 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2837 * Makefile.in: Regenerate.
2838
2839 2009-12-18 Ben Elliston <bje@au.ibm.com>
2840
2841 * config.sub, config.guess: Update from upstream sources.
2842
2843 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2844
2845 * COPYING.NEWLIB: Update copyright date.
2846 * COPYING.LIBGLOSS: Ditto.
2847
2848 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2849
2850 PR middle-end/30447
2851 PR middle-end/30789
2852 PR other/40302
2853
2854 * configure.ac: Require MPC.
2855 * configure: Regenerate.
2856
2857 * configure.ac: Update minimum MPC version to 0.8.
2858 * configure: Regenerate.
2859
2860 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2861
2862 * config.guess: Sync with upstream and gcc.
2863 * config.sub: Sync with upstream and gcc.
2864
2865 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2866
2867 * Makefile.def: Restore host and target settings for gmp.
2868 * Makefile.in: Rebuild.
2869
2870 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2871
2872 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2873 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2874 Fix portability of test of C++ as bootstrap language. Add
2875 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2876 * configure: Rebuild.
2877 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2878 and cloog. Fix in-tree ppl configuration. Introduce libelf
2879 in-tree building.
2880 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2881 (POSTSTAGE1_HOST_EXPORTS): Use it.
2882 (STAGE[+id+]_CXXFLAGS): New.
2883 (BASE_FLAGS_TO_PASS): Pass it down.
2884 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2885 extra_exports.
2886 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2887 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2888 extra_exports.
2889 * Makefile.in: Rebuild.
2890
2891 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2892
2893 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2894 paths for *-w64-mingw* and x86_64-*mingw*.
2895 * configure: Regenerated.
2896
2897 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2898
2899 * configure.ac: Disable target-winsup & co for
2900 x86_64-*-mingw* and *-w64-mingw* targets.
2901 * configure: Regenerated.
2902
2903 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2904
2905 * configure.ac (CLooG test): Use = with test.
2906 * configure: Regenerate.
2907
2908 2009-10-22 Richard Guenther <rguenther@suse.de>
2909
2910 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2911 cloog if the ppl version check failed. Move flags saving
2912 before setting in libelf check.
2913 * configure: Regenerate.
2914
2915 2009-10-21 Richard Guenther <rguenther@suse.de>
2916
2917 * configure.ac: Adjust the ppl and cloog configure to work as
2918 documented. Disable cloog if ppl was disabled. Omit the version
2919 checks if they were disabled.
2920 * configure: Re-generate.
2921
2922 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2923
2924 * configure.ac: Add 'lto' to enable_languages, not
2925 new_enable_languages, and only if not already present.
2926 * configure: Regenerate.
2927
2928 2009-10-06 Ian Lance Taylor <iant@google.com>
2929
2930 * Makefile.def: check-gold depends upon all-gas.
2931 * Makefile.in: Rebuild.
2932
2933 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2934
2935 * Makefile.def: all-lto-plugin depends on all-libiberty.
2936 set bootstrap=true for lto-plugin.
2937 Add lto-plugin.
2938 * Makefile.in: Regenerate.
2939 * configure.ac (host_libs): Add lto-plugin.
2940 * configure: Regenerate.
2941
2942 2009-10-03 Diego Novillo <dnovillo@google.com>
2943
2944 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2945 (HOST_LIBELFLIBS): Define.
2946 (HOST_LIBELFINC): Define.
2947 * Makefile.in: Regenerate.
2948 * configure.ac: Add --enable-lto.
2949 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2950 If --enable-lto is used, add 'lto' to new_enable_languages.
2951 If --enable-lto is used and gold is enabled, add
2952 lto-plugin to configdirs.
2953 * configure: Regenerate.
2954
2955 2009-10-03 Simon Baldwin <simonb@google.com>
2956
2957 * configure.ac: If --with-system-zlib, suppress local zlib and
2958 pass --with-system-zlib to subdir configure scripts.
2959 * configure: Regenerate.
2960
2961 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2962 Paolo Bonzini <bonzini@gnu.org>
2963
2964 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2965 $(srcdir).
2966 * Makefile.in: Rebuilt.
2967
2968 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2969
2970 Sync from gcc:
2971 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2972
2973 * configure.ac: Update minimum MPC version to 0.7.
2974 * configure: Regenerate.
2975
2976 2009-09-25 Nick Clifton <nickc@redhat.com>
2977
2978 * configure.ac: Pass any --cache-file=/dev/null option on to
2979 subconfigures.
2980 * configure: Regenerate.
2981
2982 2009-09-23 Nick Clifton <nickc@redhat.com>
2983
2984 * config.sub, config.guess: Update from upstream sources.
2985
2986 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2987
2988 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2989 * Makefile.in: Rebuilt.
2990
2991 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2992
2993 PR bootstrap/32272
2994 * configure.ac: Error out if $srcdir isn't '.' but contains
2995 host-${host_noncanonical}.
2996 * configure: Regenerate.
2997
2998 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2999
3000 * configure.ac: If bootstrapping a combined tree with
3001 --enable-gold, require c++ in stage1_languages.
3002 * configure: Regenerate.
3003
3004 * configure.ac: Also add target_libs of stage1_languages to
3005 bootstrap_target_libs.
3006 * configure: Regenerate.
3007
3008 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3009 with --enable-languages not containing c++.
3010 * configure: Regenerate.
3011
3012 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3013
3014 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3015 * configure: Regenerate.
3016
3017 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3018
3019 * configure.ac: Do not use $extrasub for replacing @if/@endif
3020 parts in Makefile; instead, use additional arguments to
3021 AC_CONFIG_COMMANDS to do the replacement manually, with several
3022 sed invocations, to avoid HP-UX sed command limits.
3023 * configure: Regenerate.
3024
3025 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3026
3027 * configure.ac (with-build-config): Document. Handle without.
3028 Handle missing argument.
3029 * configure: Rebuilt.
3030
3031 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3032
3033 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3034 Default to bootstrap-debug only if compare-debug works.
3035 * configure: Rebuilt.
3036 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3037 * Makefile.in: Rebuilt.
3038
3039 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3040
3041 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3042 * Makefile.in: Rebuilt.
3043
3044 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3045
3046 * Makefile.tpl (AWK): Fix typo.
3047 * Makefile.in: Regenerate.
3048
3049 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3050
3051 * configure.ac: Detect awk and sed.
3052 * Makefile.def (flags_to_pass): Add AWK and SED.
3053 * Makefile.tpl (AWK, SED): New.
3054 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3055 * configure: Regenerate.
3056 * Makefile.in: Regenerate.
3057
3058 2009-09-01 Tristan Gingold <gingold@adacore.com>
3059
3060 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3061 Remove logical names.
3062
3063 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3064
3065 * ltmain.sh (func_normal_abspath): New function.
3066 (func_relative_path): Likewise.
3067 (func_mode_help): Document new -bindir option for link mode.
3068 (func_mode_link): Add new -bindir option, and use it to place
3069 output DLL if specified.
3070
3071 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3072
3073 * configure.ac (AC_PREREQ): Bump to 2.64.
3074
3075 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3076
3077 * README-maintainer-mode: Point directly to upstream locations
3078 for autoconf, automake, libtool, gettext, instead of copies on
3079 sources.redhat.com. Document required versions.
3080 * configure.ac: Do not substitute datarootdir, htmldir,
3081 pdfdir, docdir. Do not process --with-datarootdir,
3082 --with-htmldir, --with-pdfdir, --with-docdir.
3083 * configure: Regenerate.
3084
3085 * configure: Regenerate.
3086
3087 * compile: Sync from Automake 1.11.
3088 * depcomp: Likewise.
3089 * install-sh: Likewise.
3090 * missing: Likewise.
3091 * mkinstalldirs: Likewise.
3092 * ylwrap: Likewise.
3093
3094 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3095
3096 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3097 (baseargs): Add --disable-option-checking.
3098 * configure: Regenerate.
3099
3100 * Makefile.def (configure-target-libiberty): Depend on
3101 all-binutils and all-ld.
3102 (configure-target-newlib): Likewise.
3103 * Makefile.in: Regenerate.
3104
3105 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3106
3107 Sync with GCC, merge:
3108
3109 2009-07-31 Christian Bruel <christian.bruel@st.com>
3110
3111 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3112 * configure: Regenerate.
3113
3114 2009-07-06 Ian Lance Taylor <iant@google.com>
3115
3116 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3117 * configure: Rebuild.
3118
3119 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3120
3121 PR bootstrap/40338
3122 * configure.ac (comparestring): Create new variable.
3123 * Makefile.tpl (comparestring): Use to skip some comparisions.
3124 * configure: Regenerate.
3125 * Makefile.in: Regenerate.
3126
3127 2009-06-23 Ian Lance Taylor <iant@google.com>
3128
3129 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3130 boot_languages. Only bootstrap target libraries listed in
3131 target_libs for some boot language. Add --with-stage1-ldflags,
3132 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3133 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3134 if not building with C++.
3135 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3136 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3137 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3138 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3139 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3140 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3141 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3142 * configure, Makefile.in: Rebuild.
3143
3144 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3145
3146 * configure.ac: Detect MPC in default directory.
3147 * configure: Regenerate.
3148
3149 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3150
3151 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3152 to noconfdirs.
3153 * configure: Regenerate.
3154
3155 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3156
3157 * Makefile.def: Add MPC support and dependencies.
3158 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3159
3160 * Makefile.in, configure: Regenerate.
3161
3162 2009-05-24 Nicolas Roche <roche@adacore.com>
3163
3164 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3165 * Makefile.in: Regenerate.
3166
3167 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3168
3169 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3170 * configure: Regenerate.
3171
3172 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3173
3174 * configure.ac ($with_ppl): Default to no if not supplied.
3175 ($with_cloog): Likewise.
3176 configure: Regenerate.
3177
3178 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3179
3180 PR bootstrap/39739
3181 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3182 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3183
3184 * configure, Makefile.in: Regenerate.
3185
3186 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3187
3188 * configure.ac: Change copyright header to refer to version
3189 3 of the GNU General Public License and to point readers at the
3190 COPYING3 file and the FSF's license web page.
3191 * Makefile.def: Likewise.
3192 * Makefile.tpl: Likewise.
3193 * Makefile.in: Regenerate.
3194
3195 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3196
3197 * configure.ac: Restore match for darwin9 or later. Use double
3198 brackets since regeneration eats one pair.
3199 * configure: Regenerate.
3200
3201 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3202
3203 * MAINTAINERS: Perform some obvious fixups.
3204
3205 2009-08-17 Ben Elliston <bje@au.ibm.com>
3206
3207 * config.sub, config.guess: Update from upstream sources.
3208
3209 2009-08-06 Michael Eager <eager@eagercon.com>
3210
3211 * configure.ac: Add Microblaze target.
3212 * configure: Regenerate.
3213
3214 2009-07-02 Tristan Gingold <gingold@adacore.com>
3215
3216 * configure.ac: Do not exclude gas for i386-*-darwin.
3217 Add a case for x86_64-*-darwin.
3218 * configure: Regenerate.
3219
3220 2009-06-26 Doug Evans <dje@sebabeach.org>
3221
3222 * Makefile.def (host_modules): Add cgen.
3223 * Makefile.in: Regenerate.
3224 * configure.ac (host_tools): Add cgen.
3225 * configure: Regenerate.
3226
3227 2009-06-17 Michael Eager <eager@eagercon.com>
3228
3229 * COPYING.LIBGLOSS: Add Xilinx license.
3230
3231 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3232
3233 * configure.ac: Define is_elf for QNX Neutrino targets.
3234 * configure: Regenerate.
3235
3236 2009-06-03 Jerome Guitton <guitton@adacore.com>
3237 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3238
3239 * Makefile.tpl (all): Avoid a trailing backslash.
3240 * Makefile.in: Regenerate.
3241
3242 2009-06-03 Ben Elliston <bje@au.ibm.com>
3243
3244 * config.sub, config.guess: Update from upstream sources.
3245
3246 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3247
3248 * Makefile.tpl ([+compare-target+]): Compare all stage
3249 directories, rather than just gcc.
3250 * Makefile.in: Rebuilt.
3251
3252 2009-05-28 Doug Kwan <dougkwan@google.com>
3253
3254 * configure.ac: Support gold for target arm*-*-*.
3255 * configure: Regenerate.
3256
3257 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3258
3259 * Makefile.tpl (all): Avoid harmless warning in make all when
3260 gcc-bootstrap is enabled but stage_last does not exist.
3261 * Makefile.in: Rebuilt.
3262
3263 2009-05-25 Tristan Gingold <gingold@adacore.com>
3264
3265 * setup.com: Complete the file with configuration and build.
3266
3267 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3268
3269 PR other/40159
3270 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3271 gcc-no-bootstrap are mutually exclusive.
3272 * Makefile.in: Rebuilt.
3273
3274 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3275
3276 PR other/40159
3277 * Makefile.tpl (all): Don't end with unconditional success.
3278 * Makefile.in: Rebuilt.
3279
3280 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3281
3282 PR target/37137
3283 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3284 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3285 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3286 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3287 stage_configureflags, stage_cflags and stage_libcflags into
3288 explicit Makefile macros.
3289 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3290 GFORTRAN.
3291 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3292 CC. Set CC_FOR_BUILD from CC.
3293 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3294 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3295 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3296 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3297 and GFORTRAN.
3298 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3299 (_LIBCFLAGS): Renamed to _TFLAGS.
3300 (do-compare-debug, do-compare3-debug): Drop.
3301 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3302 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3303 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3304 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3305 (XGCC_FLAGS_FOR_TARGET): New.
3306 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3307 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3308 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3309 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3310 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3311 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3312 TFLAGS.
3313 (BUILD_CONFIG): Include if requested.
3314 (all): Set TFLAGS on bootstrap.
3315 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3316 (all-stageid-prefixmodule): Likewise.
3317 (do-clean, distclean-stageid): Set TFLAGS.
3318 (restrap): Fix whitespace.
3319 * Makefile.in: Rebuilt.
3320
3321 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3322
3323 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3324 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3325 * Makefile.in: Regenerate.
3326
3327 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3328
3329 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3330 consistency with config.sub. (Update from upstream sources.)
3331
3332 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3333
3334 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3335
3336 2009-04-17 Ben Elliston <bje@au.ibm.com>
3337
3338 * config.sub, config.guess: Update from upstream sources.
3339
3340 2009-04-15 Anthony Green <green@moxielogic.com>
3341
3342 * configure.ac: Add moxie support.
3343 * configure: Rebuilt.
3344
3345 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3346
3347 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3348 * configure: Regenerate.
3349
3350 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3351
3352 PR gas/10039
3353 * configure.ac: Require texinfo 4.7.
3354 * configure: Regenerated.
3355
3356 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3357
3358 * Makefil.def (languages): New entries.
3359 * Makefile.tpl (check-gcc-*): New generic target.
3360 * Makefile.in: Regenerate.
3361
3362 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3363
3364 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3365 Windows builds of Sed.
3366
3367 2009-03-18 Tom Tromey <tromey@redhat.com>
3368
3369 * configure: Rebuild.
3370 * configure.ac (host_libs): Add libiconv.
3371 * Makefile.in: Rebuild.
3372 * Makefile.def (host_modules): Add libiconv.
3373 (configure-gdb, all-gdb): Depend on libiconv.
3374
3375 2009-03-16 Tristan Gingold <gingold@adacore.com>
3376
3377 * configure.ac: Treat gdb as supported on x86_64-darwin.
3378 * configure: Regenerate.
3379
3380 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3381
3382 Merge from GCC:
3383
3384 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3385
3386 * configure.ac (--with-host-libstdcxx): New option.
3387 * configure: Regenerate.
3388
3389 2009-01-29 Robert Millan <rmh@aybabtu.com>
3390
3391 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3392 * configure: Regenerate.
3393
3394 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3395
3396 PR tree-optimization/38515
3397 * configure.ac (cloog-polylib): Removed.
3398 (with_ppl, with_cloog): Test for "no".
3399 * configure: Regenerated.
3400
3401 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3402
3403 Backport from git Libtool:
3404
3405 2009-01-19 Robert Millan <rmh@aybabtu.com>
3406 Support GNU/kOpenSolaris.
3407 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3408 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3409 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3410 GNU/kOpenSolaris.
3411
3412 2009-02-05 Andreas Schwab <schwab@suse.de>
3413
3414 * Makefile.tpl (stage_last): Define $r and $s before using
3415 $(RECURSE_FLAGS_TO_PASS).
3416 * Makefile.in: Regenerate
3417
3418 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3419
3420 * COPYING.NEWLIB: Add ARM license.
3421
3422 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3423
3424 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3425 (all-opcodes): Depend on all-libiberty.
3426 * Makefile.in: Regenerate.
3427
3428 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3429
3430 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3431 * configure: Regenerate.
3432
3433 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3434
3435 Backport link test fix from upstream Libtool:
3436
3437 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3438 Add cache variables to tests that require the linker to work.
3439 For shlibpath_overrides_runpath, this also changes the semantics
3440 to let the result from the C compiler take precedence.
3441 compiler take precedence.
3442
3443 2008-12-02 Ben Elliston <bje@au.ibm.com>
3444
3445 * config.sub, config.guess: Update from upstream sources.
3446
3447 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3448
3449 * COPYING.NEWLIB: Updated.
3450 * COPYING.LIBGLOSS: Ditto.
3451
3452 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3453
3454 Sync with GCC:
3455
3456 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3457
3458 * configure.ac (ppllibs): Add by default the lib flags.
3459 * configure: Regenerate.
3460
3461 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3462
3463 * configure.ac: Add double brackets on darwin[912].
3464 * configure: Regenerate.
3465
3466 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3467
3468 * configure.ac: Expand to darwin10 and later.
3469 * configure: Regenerate.
3470
3471 2008-12-02 Andreas Schwab <schwab@suse.de>
3472
3473 * Makefile.def: configure-target-boehm-gc depends on
3474 all-target-libstdc++-v3.
3475 * Makefile.in: Regenerate.
3476
3477 2008-12-02 Ben Elliston <bje@au.ibm.com>
3478
3479 * config.sub, config.guess: Update from upstream sources.
3480
3481 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3482
3483 Merge from GCC:
3484
3485 2007-12-02 Matthias Klose <doko@ubuntu.com>
3486
3487 * config-ml.in: Remove 64bit configure tests.
3488
3489 2008-05-14 Rafael Espindola <espindola@google.com>
3490
3491 * config-ml.in: don't handle --enable-shared and --enable-static.
3492
3493 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3494 Tobias Grosser <grosser@fim.uni-passau.de>
3495 Jan Sjodin <jan.sjodin@amd.com>
3496 Harsha Jagasia <harsha.jagasia@amd.com>
3497 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3498 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3499 Adrien Eliche <aeliche@isty.uvsq.fr>
3500
3501 Merge from graphite branch.
3502 * configure: Regenerate.
3503 * Makefile.in: Regenerate.
3504 * configure.ac (host_libs): Add ppl and cloog.
3505 Add checks for PPL and CLooG.
3506 * Makefile.def (ppl, cloog): Added modules and dependences.
3507 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3508 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3509
3510 2008-09-03 Richard Guenther <rguenther@suse.de>
3511
3512 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3513 cloog test.
3514 * configure: Re-generate.
3515
3516 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3517
3518 * configure.ac (--with-cloog-polylib): New.
3519 (--disable-cloog-version-check): New.
3520 (--disable-ppl-version-check): New.
3521 * configure: Re-generate.
3522
3523 2008-09-05 Richard Guenther <rguenther@suse.de>
3524
3525 * configure.ac: Initialize clooglibs to -lcloog.
3526 * configure: Re-generate.
3527
3528 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3529
3530 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3531 recommended version to 2.3.2.
3532
3533 * configure: Regenerate.
3534
3535 2008-10-31 Ben Elliston <bje@au.ibm.com>
3536
3537 * configure.ac (spu-*-*): Remove special case.
3538 * configure: Regenerate.
3539
3540 Complete comment text from GCC version of:
3541
3542 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3543
3544 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3545 (GCC_SHLIB_SUBDIR): New.
3546 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3547 * configure: Regenerate.
3548 * Makefile.in: Regenerate.
3549
3550 2008-11-27 Tristan Gingold <gingold@adacore.com>
3551
3552 * configure.ac: Build gdb for i?86-*-darwin*
3553 * configure: Regenerated.
3554
3555 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3556
3557 PR bootstrap/38014
3558 PR bootstrap/37923
3559
3560 Revert:
3561
3562 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3563
3564 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3565 * Makefile.in: Regenerated.
3566
3567 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3568
3569 PR gdb/921
3570 PR gdb/1646
3571 PR gdb/2175
3572 PR gdb/2176
3573
3574 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3575 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3576 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3577 (HOST_EXPORTS): Pass CPPFLAGS.
3578 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3579 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3580 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3581 * Makefile.in, configure: Regenerated.
3582 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3583 and CPPFLAGS_FOR_BUILD.
3584
3585 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3586
3587 * configure.ac [spu-*-*]: Do not set skipdirs.
3588 * configure: Re-generate.
3589
3590 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3591
3592 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3593 * Makefile.in: Regenerated.
3594
3595 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 PR gdb/921
3598 PR gdb/1646
3599 PR gdb/2175
3600 PR gdb/2176
3601
3602 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3603 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3604 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3605 (HOST_EXPORTS): Pass CPPFLAGS.
3606 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3607 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3608 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3609 * Makefile.in, configure: Regenerated.
3610 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3611 and CPPFLAGS_FOR_BUILD.
3612
3613 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3614
3615 * libtool.m4: Update to libtool 2.2.6.
3616 * lt~obsolete.m4: Update to libtool 2.2.6.
3617 * ltmain.sh: Update to libtool 2.2.6.
3618 * ltsugar.m4: Update to libtool 2.2.6.
3619 * ltversion.m4: Update to libtool 2.2.6.
3620 * ltoptions.m4: Update to libtool 2.2.6.
3621 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3622
3623 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3624
3625 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3626 (GCC_SHLIB_SUBDIR): New.
3627 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3628 * configure: Regenerate.
3629 * Makefile.in: Regenerate.
3630
3631 2008-08-28 Tristan Gingold <gingold@adacore.com>
3632
3633 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3634 Enable bfd, binutils and opcodes.
3635 * configure: Regenerate.
3636
3637 2008-08-16 Nicolas Roche <roche@adacore.com>
3638
3639 * Makefile.tpl: Add BOOT_ADAFLAGS.
3640 * Makefile.in: Regenerate.
3641
3642 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3643
3644 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3645 * configure: Regenerate.
3646
3647 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3648
3649 Sync with gcc:
3650 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3651
3652 * configure.ac: Add makefile fragments for hpux.
3653 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3654 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3655 * configure: Regenerate.
3656 * Makefile.in: Regenerate.
3657
3658 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3659
3660 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3661 * Makefile.in: Regenerate.
3662 * configure: Regenerate.
3663
3664 2008-06-18 Ian Lance Taylor <iant@google.com>
3665
3666 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3667
3668 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3669
3670 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3671
3672 * configure: Regenerate.
3673
3674 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3675
3676 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3677 "$@" is still intact with both Autoconf 2.59 and 2.62.
3678 * configure: Regenerate.
3679
3680 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3681
3682 * Makefile.tpl: Fix comment errors.
3683 * Makefile.in: Regenerate.
3684
3685 2008-06-13 Julian Brown <julian@codesourcery.com>
3686
3687 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3688 of libobjc for ARM EABI Linux.
3689 * configure: Regenerate.
3690
3691 2008-06-12 David S. Miller <davem@davemloft.net>
3692 David Edelsohn <edelsohn@gnu.org>
3693
3694 * configure.ac: Add powerpc*-*-* to gold supported targets.
3695 * configure: Regenerate.
3696
3697 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3698
3699 PR tree-optimization/36218
3700 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3701 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3702 (all prefix="build-"): Pass them to build-system sub-makes.
3703 * Makefile.in: Regenerate.
3704
3705 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3706
3707 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3708 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3709 mkdep, and compile. Update comments.
3710 (ETC_SUPPORT): Add ChangeLog and update comments.
3711
3712 2008-05-11 Ian Lance Taylor <iant@google.com>
3713
3714 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3715
3716 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3717
3718 Sync with gcc:
3719 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3720
3721 PR bootstrap/35457
3722 * configure.ac: Include override.m4.
3723 * configure: Regenerate.
3724
3725 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3726
3727 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3728 * Makefile.in: Regenerate.
3729
3730 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3731
3732 * configure.ac: Do not build libssp for the AVR.
3733 * configure: Regenerate.
3734
3735 2008-04-18 Nick Clifton <nickc@redhat.com>
3736
3737 * MAINTAINERS: Replace reference to configure.in with reference to
3738 configure.ac.
3739
3740 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3741
3742 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3743 as nonconfigurable directories list.
3744 * configure: Regenerate.
3745
3746 2008-04-14 David S. Miller <davem@davemloft.net>
3747
3748 * configure.ac: Add sparc*-*-* to gold supported targets.
3749 * configure: Regenerate.
3750
3751 2008-04-14 Ben Elliston <bje@au.ibm.com>
3752
3753 * config.sub, config.guess: Update from upstream sources.
3754
3755 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3756
3757 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3758 * Makefile.in: Regenerate.
3759
3760 2008-04-07 Ian Lance Taylor <iant@google.com>
3761
3762 * Makefile.def: check-gold depends upon all-binutils.
3763 * Makefile.in: Regenerate.
3764
3765 2008-04-04 Nick Clifton <nickc@redhat.com>
3766
3767 PR binutils/4334
3768 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3769 builds.
3770 * configure: Regenerate.
3771
3772 2008-04-04 NightStrike <NightStrike@gmail.com>
3773
3774 PR other/35151
3775 * configure.ac: Combine rules for mingw32 and mingw64.
3776 * configure: Regenerate.
3777
3778 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3779
3780 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3781 * Makefile.in: Regenerate.
3782
3783 2008-03-20 Ian Lance Taylor <iant@google.com>
3784
3785 * configure.ac: Add support for --enable-gold.
3786 * Makefile.def: Add gold as a directory like ld.
3787 * configure, Makefile.in: Regenerate.
3788
3789 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3790
3791 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3792 (s390_cond_extensions): Reduced extensions to the compare related.
3793 (main): z10 cpu type option added.
3794 (expandConditionalJump): Renamed to ...
3795 (insertExpandedMnemonic): ... this.
3796
3797 * opcodes/s390-opc.c: Re-group the operand format makros.
3798 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3799 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3800 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3801 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3802 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3803 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3804 INSTR_SIL_RDU): New instruction formats added.
3805 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3806 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3807 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3808 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3809 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3810 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3811 masks added.
3812 (s390_opformats): New formats added "ris", "rrs", "sil".
3813 * opcodes/s390-opc.txt: Add the conditional jumps with the
3814 extensions removed from automatic expansion in s390-mkopc.c manually.
3815 (asi - trtre): Add new System z10 EC instructions.
3816 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3817
3818 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3819
3820 * configure.ac: m4_include config/proginstall.m4.
3821 * configure: Regenerate.
3822
3823 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3824
3825 Backport from upstream Libtool:
3826
3827 2007-10-12 Eric Blake <ebb9@byu.net>
3828
3829 Deal with Autoconf 2.62's semantic change in m4_append.
3830 * ltsugar.m4 (lt_append): Replace broken versions of
3831 m4_append.
3832 (lt_if_append_uniq): Don't require separator to be overquoted,
3833 and avoid broken m4_append.
3834 (lt_dict_add): Fix typo.
3835 * libtool.m4 (_LT_DECL): Don't overquote separator.
3836
3837 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3838
3839 * config.rpath: Add AIX 6 support.
3840
3841 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3842
3843 * Makefile.def (stageprofile). Remove -fprofile-generate
3844 from stage_libcflags.
3845 * Makefile.in: Regenerate.
3846
3847 2008-03-13 Ben Elliston <bje@au.ibm.com>
3848
3849 * config.sub, config.guess: Update from upstream sources.
3850
3851 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3852
3853 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3854 * s390-opc.txt (cmpsc): Duplicate entry removed.
3855 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3856 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3857 fier, cu42, cu41): Fix operand format.
3858
3859 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3860
3861 PR bootstrap/32009
3862 PR bootstrap/32161
3863
3864 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3865 * configure: Regenerate.
3866
3867 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3868 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3869 STAGE4_LIBCFLAGS): New.
3870 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3871 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3872 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3873 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3874 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3875 for target modules. Don't export LIBCFLAGS.
3876 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3877 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3878 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3879 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3880 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3881 * Makefile.in: Regenerate.
3882
3883 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3884
3885 PR libgcj/33085
3886 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3887 Do not use -DDLL_EXPORT. Backport from upstream.
3888
3889 2008-02-14 Nick Clifton <nickc@redhat.com>
3890
3891 Import this patch from gcc:
3892 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3893
3894 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3895
3896 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3897
3898 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3899 * configure: Regenerate.
3900
3901 2008-01-31 Marc Gauthier <marc@tensilica.com>
3902
3903 * configure.ac (xtensa*-*-*): Recognize processor variants.
3904 * configure: Regenerate.
3905
3906 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3907
3908 PR bootstrap/34922
3909 * configure.ac (PARSE_ARGS): Push suitable setting of
3910 ac_subdirs_all, for `./configure --help=recursive'.
3911 Handle `+' in generic toplevel directory disabling.
3912 * configure: Regenerate.
3913
3914 2008-01-23 Ben Elliston <bje@au.ibm.com>
3915
3916 * config.sub, config.guess: Update from upstream sources.
3917
3918 2008-01-08 Ben Elliston <bje@au.ibm.com>
3919
3920 * config.sub, config.guess: Update from upstream sources.
3921
3922 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3923
3924 * COPYING.LIBGLOSS: Update default copyright.
3925
3926 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3927
3928 * COPYING.NEWLIB: Update default copyright.
3929
3930 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3931
3932 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3933 Change recommended MPFR from 2.2.1 > 2.3.0.
3934 * configure: Regenerate.
3935
3936 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3937
3938 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3939 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3940 * Makefile.in: Regenerate.
3941
3942 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3943
3944 * configure.ac: Enable libjava for x86_64-*-darwin9.
3945 * configure: Regenerate.
3946
3947 2007-12-05 Ben Elliston <bje@au.ibm.com>
3948
3949 * config.sub, config.guess: Update from upstream sources.
3950
3951 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3952
3953 * config-ml.in: Robustify against white space in absolute file
3954 names.
3955
3956 * config-ml.in (multi-clean): Substitute ${Makefile}.
3957 Remove superfluous ${Makefile} in list.
3958
3959 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3960
3961 * Makefile.def (dependencies): Make configure-gdb depend on
3962 all-intl.
3963 * Makefile.in: Regenerated.
3964
3965 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3966
3967 * Makefile.def: To avoid problems running with parallel makes,
3968 build newlib before libgloss so that target specific header
3969 files are availble.
3970 * Makefile.in: Regenerate.
3971
3972 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3973
3974 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3975 * Makefile.in: Regenerate.
3976
3977 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3978
3979 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3980 * libdecnumber: New directory, imported from GCC.
3981
3982 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3983
3984 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3985 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3986 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3987 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3988 * configure: Regenerate.
3989
3990 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3991
3992 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3993 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3994 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3995 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3996 * configure.ac: Default them to host tools for $host = $build.
3997 Subst them.
3998
3999 * configure: Regenerate.
4000 * Makefile.in: Regenerate.
4001
4002 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4003
4004 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4005 * configure: Regenerate.
4006
4007 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4008
4009 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4010 libstdc++.
4011 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4012 * configure: Regenerate.
4013 * Makefile.in: Regenerate.
4014
4015 2007-09-17 Andreas Schwab <schwab@suse.de>
4016
4017 * configure.ac: Raise minimum makeinfo version to 4.6.
4018 * configure: Regenerate.
4019
4020 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4021
4022 * configure.ac: Correct makeinfo version check.
4023 * configure: Regenerate.
4024
4025 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4026
4027 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4028 to $skipdirs and only disable gprof for newlib. Use the normal
4029 mips*-elf* handling in other respects.
4030 * configure: Regnerate.
4031
4032 2007-09-12 David Daney <ddaney@avtrex.com>
4033
4034 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4035 enabling libgcj.
4036 * configure: Regenerate.
4037
4038 2007-09-12 Richard Guenther <rguenther@suse.de>
4039
4040 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4041 nor --disable-checking is provided also turn on yes and types
4042 checking for stage1.
4043 * configure: Re-generate.
4044
4045 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4046
4047 PR target/33281
4048 * configure.ac: Use config/mh-mingw on mingw.
4049 * configure: Regenerate.
4050
4051 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4052
4053 PR other/32154
4054 * configure.ac: For libgloss targets, point the linker to the linker
4055 script, startup code and simulator library.
4056 * configure: Regenerate.
4057
4058 2007-09-09 Andrew Haley <aph@redhat.com>
4059
4060 * configure.ac (noconfigdirs): Remove target-libffi and
4061 target-libjava.
4062
4063 2007-08-29 Nick Clifton <nickc@redhat.com>
4064
4065 * config.sub, config.guess: Update from upstream sources.
4066
4067 2007-08-21 Richard Guenther <rguenther@suse.de>
4068
4069 * configure.ac: Add types checking to stage1 checking flags.
4070 * configure: Regenerate.
4071
4072 2007-08-18 Paul Brook <paul@codesourcery.com>
4073 Joseph Myers <joseph@codesourcery.com>
4074
4075 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4076 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4077 * Makefile.in: Regenerate.
4078 * configure.ac (--with-debug-prefix-map): New.
4079 * configure: Regenerate.
4080
4081 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4082 Nigel Stephens <nigel@mips.com>
4083
4084 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4085 as target_makefile_frag.
4086 * configure: Regenerate.
4087
4088 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4089
4090 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4091 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4092 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4093 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4094 (do-compare, do-compare3, do-compare-debug): New.
4095 ([+compare-target+]): Use them.
4096
4097 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4098
4099 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4100 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4101 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4102 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4103 (do-compare, do-compare3, do-compare-debug): New.
4104 ([+compare-target+]): Use them.
4105
4106 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4107 Ben Elliston <bje@au.ibm.com>
4108
4109 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4110 --silent if $silent.
4111 * configure: Regenerate.
4112
4113 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4114
4115 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4116
4117 2007-07-17 Nick Clifton <nickc@redhat.com>
4118
4119 * COPYING3: New file. Contains version 3 of the GNU General
4120 Public License.
4121 * COPYING3.LIB: New file. Contains version 3 of the GNU
4122 Lesser General Public License.
4123
4124 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4125
4126 * configure.ac: Fix my previous change to really match GCC.
4127 * configure: Regenerate.
4128
4129 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4130
4131 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4132 * configure: Regenerate.
4133
4134 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4135
4136 * configure.ac: Add some missing m4 quotation.
4137 * configure: Regenerate.
4138
4139 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4140
4141 * Makefile.def: Add windmc tool to build.
4142 * Makefile.tpl: Likewise.
4143 * configure.ac: Likewise.
4144 * Makefile.in: Regenerate.
4145 * configure: Regenerate.
4146
4147 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4148
4149 * lt~obsolete.m4: New. Import from 20070318 libtool.
4150
4151 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4152
4153 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4154 uclinux and linux-uclibc targets.
4155 * configure: Regenerate.
4156
4157 2007-06-28 DJ Delorie <dj@redhat.com>
4158
4159 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4160 not building newlib.
4161 * configure: Regenerated.
4162
4163 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4164
4165 * src-release (DEVO_SUPPORT): Correct typos.
4166
4167 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4168
4169 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4170 * Makefile.in: Regenerated.
4171
4172 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4173
4174 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4175 (distclean-stage[+id+]): Possibly delete stage_last.
4176 * Makefile.in: Regenerate.
4177
4178 2007-06-07 Ben Elliston <bje@au.ibm.com>
4179
4180 * config.sub, config.guess: Update from upstream sources.
4181
4182 2007-06-07 Ben Elliston <bje@au.ibm.com>
4183
4184 * Makefile.tpl: Fix spelling error.
4185 * Makefile.in: Regenerate.
4186
4187 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4188
4189 Sync with gcc:
4190 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4191
4192 PR bootstrap/29382
4193 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4194 * configure: Rebuilt.
4195
4196 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4197
4198 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4199 lt_cv_sys_max_cmd_len.
4200
4201 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4202
4203 * ltgcc.m4: Update from GCC.
4204
4205 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4206
4207 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4208
4209 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4210
4211 * ltmain.sh: Update from GCC.
4212 * libtool.m4: Update from GCC.
4213 * ltsugar.m4: New. Update from GCC.
4214 * ltversion.m4: New. Update from GCC.
4215 * ltoptions.m4: New. Update from GCC.
4216 * ltconfig: Remove.
4217 * ltcf-c.sh: Remove.
4218 * ltcf-cxx.sh: Remove.
4219 * ltcf-gcj.sh: Remove.
4220 * src-release: Update with new libtool file list.
4221
4222 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4223
4224 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4225 stage_cflags.
4226 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4227 Remove CFLAGS/LIBCFLAGS.
4228 (configure-stage[+id+]-[+prefix+][+module+],
4229 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4230 * Makefile.in: Regenerate.
4231
4232 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4233
4234 * config-ml.in: Update from GCC.
4235
4236 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4237
4238 * src-release (do-proto-toplev): Process the support directories before
4239 the tool directory.
4240
4241 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4242
4243 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4244 of glob. Quote arguments with single quotes too.
4245 * configure: Regenerate.
4246
4247 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4248
4249 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4250 * Makefile.in: Regenerate
4251
4252 2007-03-07 Andreas Schwab <schwab@suse.de>
4253
4254 * configure: Regenerate.
4255
4256 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4257
4258 * configure.ac: Add "--with-pdfdir" configure option,
4259 which defines pdfdir variable.
4260 * Makefile.def (target=fixincludes): Add install-pdf to
4261 missing targets.
4262 (recursive_targets): Add install-pdf target.
4263 (flags_to_pass): Add pdfdir.
4264 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4265 target.
4266 * configure: Regenerate
4267 * Makefile.in: Regenerate
4268
4269 2007-02-28 Eric Christopher <echristo@apple.com>
4270
4271 Revert:
4272 2006-12-07 Mike Stump <mrs@apple.com>
4273
4274 * Makefile.def (dependencies): Add dependency for
4275 install-target-libssp and install-target-libgomp on
4276 install-gcc.
4277 * Makefile.in: Regenerate.
4278
4279 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4280
4281 * configure: Regenerate.
4282 * configure.ac: Move statements after variable declarations.
4283
4284 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4285
4286 * configure.ac: Adjust for loop syntax.
4287 * configure: Regenerate.
4288
4289 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4290
4291 * configure: Rebuilt.
4292
4293 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4294
4295 * configure.ac: Drop multiple occurrences of --enable-languages,
4296 and fix its quoting.
4297 * configure: Rebuilt.
4298
4299 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4300 Nathan Sidwell <nathan@codesourcery.com>
4301 Vladimir Prus <vladimir@codesourcery.com
4302 Joseph Myers <joseph@codesourcery.com>
4303
4304 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4305 * configure: Regenerate.
4306
4307 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4308
4309 * configure.ac (target_libraries): Move libgcc before libiberty.
4310 * configure: Regenerated.
4311
4312 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4313
4314 * configure: Regenerate again?
4315
4316 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4317
4318 * configure: Reapply PR30748 fix which was lost in the previous commit.
4319
4320 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4321 Paolo Bonzini <bonzini@gnu.org>
4322
4323 PR bootstrap/30753
4324 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4325 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4326 * configure: Regenerated.
4327
4328 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4329
4330 * configure: Regenerate.
4331
4332 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4333
4334 PR bootstrap/30748
4335 * configure.ac: Correct syntax for Solaris ksh.
4336 * configure: Regenerated.
4337
4338 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4339
4340 * Makefile.def: Sync with GCC.
4341 * Makefile.tpl: Sync with GCC.
4342 * Makefile.in: Regenerate.
4343 * configure: Regenerate.
4344
4345 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4348 noncanonical equivalents.
4349 * configure.in: Rename to...
4350 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4351 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4352 target_noncanonical. Use them. Rewrite removal of configure
4353 arguments for autoconf 2.59. Discard variable settings. Force
4354 program_transform_name for native tools.
4355
4356 * Makefile.in: Regenerated.
4357 * configure: Regenerated with autoconf 2.59.
4358
4359 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4360
4361 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4362
4363 * COPYING.LIBGLOSS: Reformat default Red Hat
4364 license to fit within 80 columns.
4365 * COPYING.NEWLIB: Ditto.
4366
4367 2007-02-05 Dave Brolley <brolley@redhat.com>
4368
4369 * Contribute the following changes:
4370 2006-11-28 DJ Delorie <dj@redhat.com>
4371
4372 * configure.in: Fix typo for mep's target_makefile_frag.
4373 * configure: Regenerated.
4374
4375 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4376
4377 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4378 * configure: Regenerate.
4379
4380 2001-09-19 DJ Delorie <dj@redhat.com>
4381
4382 * configure.in (target_makefile_frag): use mt-mep
4383
4384 2001-06-12 Don Howard <dhoward@redhat.com>
4385
4386 * configure.in: Remove gdb from MeP skip list.
4387
4388 2001-04-05 DJ Delorie <dj@redhat.com>
4389
4390 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4391
4392 2001-03-20 Ben Elliston <bje@redhat.com>
4393
4394 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4395
4396 2001-03-19 Ben Elliston <bje@redhat.com>
4397
4398 * config.sub (mep, mep-*): Add.
4399
4400 2007-01-31 Andreas Schwab <schwab@suse.de>
4401
4402 * Makefile.tpl (LDFLAGS): Substitute it.
4403 * Makefile.in: Regenerate.
4404
4405 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4406
4407 * configure.in: Change == to = in test command.
4408 * configure: Regenerate.
4409
4410 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4411 Nick Clifton <nickc@redhat.com>
4412 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4413
4414 * configure.in (build_configargs, host_configargs, target_configargs):
4415 Remove build/host/target parameters.
4416 (host_libs): Add gmp and mpfr.
4417 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4418 * Makefile.def (gmp, mpfr): New.
4419 (gcc): Remove target.
4420 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4421 target_os, target_vendor): New.
4422 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4423 * configure: Regenerate.
4424 * Makefile.in: Regenerate.
4425
4426 2007-01-11 Matt Fago <fago@earthlink.net>
4427
4428 * configure.in: Try to link to functions only in mpfr 2.2.x
4429 to improve robustness of configure tests.
4430 * configure: Regenerate.
4431
4432 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4433
4434 * configure.in: Add support for an x86_64-mingw* target.
4435 * configure: Regenerate.
4436
4437 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4438
4439 * Makefile.tpl (all-target): Correct @if conditional for target
4440 modules.
4441 * configure.in: Omit libiberty if building only target libgcc.
4442 * configure, Makefile.in: Regenerated.
4443
4444 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4445
4446 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4447 * configure: Regenerate.
4448
4449 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4450
4451 * Makefile.def (target_modules): Add libgcc.
4452 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4453 * Makefile.tpl (clean-target-libgcc): Delete.
4454 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4455 on gcc even for bootstrapped modules. Rewrite handling of
4456 lang_env_dependencies to loop over target_modules.
4457 * configure.in (target_libraries): Add target-libgcc.
4458 * Makefile.in, configure: Regenerated.
4459
4460 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4461
4462 Sync with gcc:
4463 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4464
4465 * configure.in: Reorganize recognition of languages. Add
4466 --enable-stage1-languages. Show supported languages for the chosen
4467 target rather than all recognized languages.
4468 * configure: Regenerate.
4469
4470 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4471
4472 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4473 * Makefile.in: Regenerate.
4474
4475 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4476
4477 * configure.in: Warn that MPFR 2.2.0 is buggy.
4478 * configure: Regenerate.
4479
4480 2006-12-27 Ian Lance Taylor <iant@google.com>
4481
4482 * configure.in: When removing Makefiles to force a reconfigure, also
4483 remove prev-DIR*/Makefile.
4484 * configure: Regenerate.
4485
4486 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4487
4488 * config.bfd: Recognize fido.
4489
4490 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4491
4492 Sync with gcc:
4493
4494 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4495
4496 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4497 it only affects bootstrap and could be tested on "$host" as well.
4498 * configure: Regenerate.
4499 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4500
4501 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4502
4503 PR bootstrap/29544
4504 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4505 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4506 move here comment from Makefile.tpl.
4507 * Makefile.tpl: Move some definitions higher in the file.
4508 (STAGE1_CHECKING): New.
4509 * configure.in: Add --enable-stage1-checking.
4510 * configure: Regenerate.
4511 * Makefile.in: Regenerate.
4512
4513 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4514
4515 * configure.in: Update error message for missing GMP/MPFR.
4516
4517 * configure: Regenerate.
4518
4519 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4520
4521 * configure.in: Update MPFR version in error message.
4522
4523 * configure: Regenerate.
4524
4525 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4526
4527 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4528 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4529 --with-gmp-lib): New flags.
4530
4531 * configure: Regenerate.
4532
4533 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4534
4535 PR bootstrap/30134
4536 * configure.in: Correct x86 darwin support for libjava to powerpc
4537 and i?86 only.
4538 * configure: Regenerate.
4539
4540 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4541
4542 * configure.in: Handle spu makefile frag.
4543 * Makefile.tpl (MAINT): Define
4544 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4545 * configure: Regenerate.
4546 * Makefile.in: Regenerate.
4547
4548 2006-12-11 Ben Elliston <bje@au.ibm.com>
4549
4550 * config.sub, config.guess: Update from upstream sources.
4551
4552 2006-12-11 Ben Elliston <bje@au.ibm.com>
4553
4554 * configure.in: Sync with GCC (spu-*-*).
4555 * configure: Sync with GCC.
4556
4557 2006-12-07 Mike Stump <mrs@apple.com>
4558
4559 * Makefile.def (dependencies): Add dependency for
4560 install-target-libssp and install-target-libgomp on
4561 install-gcc.
4562 * Makefile.in: Regenerate.
4563
4564 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4565
4566 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4567 (unstage): Test for stage_last presence.
4568
4569 PR bootstrap/29802
4570 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4571 * Makefile.in: Regenerate.
4572
4573 2006-11-14 DJ Delorie <dj@redhat.com>
4574
4575 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4576 * Makefile.in: Sync with GCC.
4577 * configure.in: Sync with GCC (mpfr, gmp).
4578 * configure: Sync with GCC.
4579
4580 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4581
4582 * configure.in: Remove target-libgloss from noconfigdirs for
4583 bfin-*-*.
4584 * configure: Regenerated.
4585
4586 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4587
4588 * COPYING.NEWLIB: Add spu license.
4589 * COPYING.LIBGLOSS: Ditto.
4590
4591 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4592
4593 * Makefile.def: Added pdf target handling.
4594 * Makefile.tpl: Added pdf target handling.
4595 * Makefile.in: Regenerated.
4596
4597 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4598
4599 * COPYING.NEWLIB: Updated.
4600 * COPYING.LIBGLOSS: Ditto.
4601
4602 2006-09-27 Dave Brolley <brolley@redhat.com>
4603
4604 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4605 $s instead of $r.
4606 * configure: Regenerated.
4607
4608 2006-09-26 Ben Elliston <bje@au.ibm.com>
4609
4610 * config.sub, config.guess: Update from upstream sources.
4611
4612 2006-09-20 Thiemo Seufer <ths@mips.com>
4613
4614 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4615 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4616 * configure: Regenerate.
4617
4618 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4619
4620 * configure.in: Never build newlib for a Mingw host.
4621 Never build newlib as Mingw target library.
4622 Test the existence of winsup/cygwin for building a Cygwin newlib,
4623 rather than just winsup.
4624 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4625 building a Mingw target.
4626 * configure: Regenerate.
4627
4628 2006-08-15 Thiemo Seufer <ths@mips.com>
4629 Nigel Stephens <nigel@mips.com>
4630 David Ung <davidu@mips.com>
4631
4632 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4633
4634 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4635
4636 Sync from GCC:
4637 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4638
4639 PR bootstrap/18058
4640 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4641 if the bootstrap compiler is a GCC version that supports it.
4642 * configure: Regenerate.
4643
4644 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4647 * configure: Regenerated.
4648
4649 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4650
4651 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4652 for stages after the first.
4653
4654 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4655
4656 * Makefile.def: Add dependencies for configure-opcodes
4657 on configure-intl and all-opcodes on all-intl.
4658 * Makefile.in: Regenerated.
4659
4660 2006-07-04 Peter O'Gorman <peter@pogma.com>
4661
4662 * ltconfig: chmod 644 before ranlib during install.
4663
4664 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4665
4666 * configure.in: Fix thinkos in previous check-in.
4667 * configure: Regenerate.
4668
4669 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4670
4671 Sync from gcc:
4672
4673 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4674
4675 PR other/27063
4676 * configure.in: Test subdir_requires and give an appropriate
4677 error message.
4678 * configure: Regenerate.
4679
4680 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4681
4682 PR target/27540
4683 * configure.in: Only enable libgomp on IRIX 6.
4684 * configure: Regenerate.
4685
4686 2006-06-20 David Ayers <d.ayers@inode.at>
4687
4688 PR bootstrap/28072
4689 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4690 whether target-libjava is being configured instead of whether the
4691 java front end is enabled.
4692 * configure: Regenerate.
4693
4694 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4695
4696 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4697 to R_ARM_LDC_SB_G{0,1,2} respectively.
4698
4699 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4700
4701 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4702 too.
4703 * Makefile.in: Regenerate.
4704
4705 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4706
4707 Sync from gcc:
4708
4709 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4710 * configure.in: Don't enable libgomp on hpux10.
4711 * configure: Rebuilt.
4712
4713 2006-06-13 David Ayers <d.ayers@inode.at>
4714
4715 Sync from gcc:
4716
4717 2006-06-12 David Ayers <d.ayers@inode.at>
4718
4719 PR bootstrap/27963
4720 PR target/19970
4721 * configure.in: Remove target-boehm-gc from noconfigdirs where
4722 ${libgcj} is specified.
4723 * configure: Regenerate.
4724
4725 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4726
4727 Sync from gcc:
4728
4729 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4730 Andreas Schwab <schwab@suse.de>
4731
4732 PR bootstrap/18033
4733 * config-ml.in: Eval option if surrounded by single quotes.
4734
4735 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4736
4737 Sync from gcc:
4738
4739 2006-06-06 David Ayers <d.ayers@inode.at>
4740
4741 PR libobjc/13946
4742 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4743 * Makefile.in: Regenerate.
4744 * configure.in: Add --enable-objc-gc at toplevel and have it
4745 enable boehm-gc for Objective-C.
4746 Remove target-boehm-gc from libgcj.
4747 Add target-boehm-gc to target_libraries.
4748 Add target-boehm-gc to noconfigdirs where ${libgcj}
4749 is specified.
4750 Assert that boehm-gc is supported when requested for Objective-C.
4751 Only build boehm-gc if needed either for Java or Objective-C.
4752 * configure: Regenerate.
4753
4754 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4755
4756 PR 27674
4757 * Makefile.tpl (configure-[+prefix+][+module+],
4758 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4759 Remove rule to unstage bootstrapped modules.
4760 (stage_current): New.
4761 * Makefile.in: Regenerate.
4762
4763 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4764 Andreas Tobler <a.tobler@schweiz.ch>
4765
4766 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4767 * configure: Rebuilt.
4768
4769 Revert
4770 2006-01-31 Richard Guenther <rguenther@suse.de>
4771 Paolo Bonzini <bonzini@gnu.org>
4772
4773 * Makefile.def (target_modules): Add libgcc-math target module.
4774 * configure.in (target_libraries): Add libgcc-math target library.
4775 (--enable-libgcc-math): New configure switch.
4776 * Makefile.in: Re-generate.
4777 * configure: Re-generate.
4778
4779 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4780
4781 * config-ml.in: Alter CCASFLAGS to include special
4782 multilib options the same as is done for CFLAGS.
4783
4784 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4785
4786 * Makefile.def: Added dependencies from sim and gdb on intl, and
4787 added configure dependencies to everything with an all dependency
4788 on intl.
4789 * gettext.m4: Removed.
4790 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4791 (GDB_SUPPORT_DIRS): Add intl.
4792 * Makefile.in: Regenerated.
4793
4794 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4795
4796 * src-release (DEVO_SUPPORT): Add config.rpath.
4797
4798 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4799
4800 * Makefile.def (bfd, opcodes): Fix lib_path.
4801 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4802 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4803 * Makefile.in: Regenerate.
4804
4805 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4806
4807 * configure.in: Enable gprof for cross builds.
4808 * configure: Regenerate.
4809
4810 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4811
4812 * src-release (MAKEINFOFLAGS): Define.
4813 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4814
4815 2006-05-14 Ben Elliston <bje@au.ibm.com>
4816
4817 * config.sub, config.guess: Update from upstream sources.
4818
4819 2006-05-12 Ben Elliston <bje@au.ibm.com>
4820
4821 * config.sub, config.guess: Update from upstream sources.
4822
4823 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4824
4825 * blt, iwidgets, mmalloc: Remove directories.
4826
4827 2006-05-01 DJ Delorie <dj@redhat.com>
4828
4829 * configure.in: Restore CFLAGS if GMP isn't present.
4830 * configure: Regenerate.
4831
4832 2006-04-18 DJ Delorie <dj@redhat.com>
4833
4834 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4835 reference libgloss so that libssp can be built in a combined
4836 tree.
4837 * configure: Regenerate.
4838
4839 2006-04-10 Ben Elliston <bje@au.ibm.com>
4840
4841 * contrib: Remove directory.
4842
4843 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4844
4845 * Makefile.tpl: Add install-html target.
4846 * Makefile.def: Add install-html target.
4847 * Makefile.in: Regenerate.
4848 * configure.in: Add --with-datarootdir, --with-docdir,
4849 and --with-htmldir options.
4850 * configure: Regenerate.
4851
4852 2006-03-31 Ben Elliston <bje@au.ibm.com>
4853
4854 PR binutils/1860
4855 * configure.in: Require makeinfo 4.4 or higher.
4856 * configure: Regenerate.
4857
4858 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4859
4860 * Makefile.in: Regenerate.
4861
4862 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4863
4864 Sync with gcc:
4865 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4866
4867 * configure.in: Handle --disable-<component> generically.
4868 * configure: Regenerate.
4869
4870 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4871
4872 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4873 (TARGET_CONFIGDIRS): Remove.
4874 * configure.in: Remove AC_SUBST(target_configdirs).
4875 * Makefile.in, configure: Regenerated.
4876
4877
4878 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4879
4880 PR libgcj/17311
4881 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4882
4883 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4884
4885 PR bootstrap/25670
4886
4887 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4888
4889 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4890 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4891 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4892 BUILD_PREFIX, BUILD_PREFIX_1.
4893 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4894
4895 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4896 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4897
4898 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4899 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4900 of `cat stage_current`. Always provide the `r' and `s' variables.
4901 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4902 a single shell execution.
4903 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4904 bootstrapped modules, make the stage1 module if the build was not
4905 started yet, else build the current stage.
4906 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4907 (all-build, all-host, all-target, [+make_target+]-host,
4908 [+make_target+]-target): Do not use \-continued lines.
4909 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4910 (current_stage, restrap, stage_last): New.
4911
4912 * Makefile.in: Regenerate.
4913 * configure: Regenerate.
4914
4915 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4916
4917 Sync from gcc:
4918
4919 2006-01-31 Richard Guenther <rguenther@suse.de>
4920 Paolo Bonzini <bonzini@gnu.org>
4921
4922 * Makefile.def (target_modules): Add libgcc-math target module.
4923 * configure.in (target_libraries): Add libgcc-math target library.
4924 (--enable-libgcc-math): New configure switch.
4925 * Makefile.in: Re-generate.
4926 * configure: Re-generate.
4927 * libgcc-math: New toplevel directory.
4928
4929 2006-01-18 Richard Henderson <rth@redhat.com>
4930 Jakub Jelinek <jakub@redhat.com>
4931 Diego Novillo <dnovillo@redhat.com>
4932
4933 * libgomp: New directory.
4934 * Makefile.def: Add target_module libgomp.
4935 * Makefile.in: Regenerate.
4936 * configure.in (target_libraries): Add target-libgomp.
4937 * configure: Regenerate.
4938
4939 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4940 Andreas Schwab <schwab@suse.de>
4941
4942 * configure: Regenerate.
4943
4944 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4945
4946 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4947 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4948 the assembler, linker and binutils.
4949 * configure: Regenerate.
4950
4951 2006-01-16 Nick Clifton <nickc@redhat.com>
4952
4953 * config.sub, config.guess: Sync from config repository.
4954
4955 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4956
4957 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4958 @ from continuation.
4959 * Makefile.in: Rebuilt.
4960
4961 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4962
4963 Sync from gcc:
4964
4965 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4966
4967 PR bootstrap/24252
4968
4969 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4970 * Makefile.tpl (OBJDUMP): New.
4971 (EXTRA_HOST_FLAGS): Add it.
4972 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4973
4974 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4975 to use symbolic links between directories. Avoid race conditions
4976 or make them harmless.
4977 * configure.in: Do not try to use symbolic links between directories.
4978
4979 * Makefile.def (LEAN): Pass.
4980 * Makefile.tpl (LEAN): Define.
4981 (stage[+id+]-start): Accept that the previous directory does not
4982 exist, if the bootstrap is lean.
4983 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4984 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4985 configure substitution.
4986 ([+compare-target+]): Likewise.
4987 ([+bootstrap-target+]-lean): New.
4988 * configure.in: Remove lean bootstrap support from here.
4989
4990 * Makefile.in: Regenerate.
4991 * configure: Regenerate.
4992
4993 2006-01-02 Andreas Schwab <schwab@suse.de>
4994
4995 * configure.in: When reconfiguring remove Makefile in
4996 all stage directories.
4997 * configure: Regenerate.
4998
4999 2005-12-27 Leif Ekblad <leif@rdos.net>
5000
5001 * configure.in: Add support for RDOS target.
5002 * configure: Regenerate.
5003
5004 2005-12-27 Nick Clifton <nickc@redhat.com>
5005
5006 PR binutils/1990
5007 * libtool.m4: Synchronize with version in GCC sources.
5008
5009 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5010
5011 Revert Ada-related part of the previous change.
5012
5013 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5014 Do not pass.
5015 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5016 * Makefile.in: Regenerate.
5017 * configure.in: Do not include mt-ppc-aix target fragment.
5018 * configure: Regenerate.
5019
5020 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5021
5022 * configure.in: Select appropriate fragments for PowerPC/AIX.
5023 * configure: Regenerate.
5024
5025 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5026 BOOT_CFLAGS, BOOT_LDFLAGS.
5027 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5028 BOOT_CFLAGS, BOOT_LDFLAGS.
5029 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5030 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5031 (stage): Fail if we cannot complete the work.
5032 * Makefile.in: Regenerate.
5033
5034 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5035
5036 * COPYING.NEWLIB: Update copyright year for default
5037 copyright.
5038
5039 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5040
5041 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5042 install-host-nogcc): Don't invoke $(stage) at the end.
5043 * Makefile.in: Regenerate.
5044
5045 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5046
5047 * configure.in: Flip the top-level bootstrap switch.
5048 * configure: Regenerate.
5049
5050 Merge from gcc:
5051
5052 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5053
5054 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5055 $(stage) and $(unstage).
5056 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5057 (all): Remove stray semicolon.
5058 (local-distclean): Don't handle multilib.tmp and multilib.out.
5059 (install.all): Set $s for consistency.
5060 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5061 check_multilibs setting. Always make the install directory.
5062 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5063 Correct @if/@endif.
5064 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5065 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5066 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5067 (multilib.out): Remove.
5068 * Makefile.in: Regenerated.
5069
5070 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5071
5072 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5073 * configure.in: Replace ms1 arch with mt.
5074 * configure: Rebuilt.
5075
5076 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5077
5078 Sync with gcc:
5079
5080 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5081
5082 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5083 * configure.in: Replace ms1 arch with mt.
5084 * configure: Rebuilt.
5085
5086 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5087
5088 Sync with gcc:
5089
5090 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5093 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5094 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5095 Find in-tree tools if available.
5096 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5097 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5098 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5099 (COMPILER_*_FOR_TARGET): New.
5100 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5101 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5102 (CONFIGURED_*, USUAL_*): Remove.
5103 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5104 STRIP): Use autoconf substitutions.
5105 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5106 COMPILER_NM_FOR_TARGET): New.
5107 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5108
5109 (all): Make all-host and all-target in parallel.
5110 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5111 that $$r and $$s are set before invoking a recursive make.
5112 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5113 ([+bootstrap-target+]): Inline most of the `all' target.
5114
5115 2005-11-29 Ben Elliston <bje@au.ibm.com>
5116
5117 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5118 from the gcc build directory.
5119 * Makefile.in: Regenerate.
5120
5121 2005-11-29 Ben Elliston <bje@au.ibm.com>
5122
5123 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5124 depend on all-libdecnumber.
5125 * configure.in (host_libs): Include libdecnumber.
5126 * Makefile.in: Regenerate.
5127 * configure: Likewise.
5128
5129 2005-11-21 Kean Johnston <jkj@sco.com>
5130
5131 * config.sub, config.guess: Sync from upstream sources.
5132
5133 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5134
5135 * Makefile.def: Remove gdb dependencies for gdbtk.
5136 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5137 (configure-gdb, install-gdb): New rules.
5138 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5139 * Makefile.in, configure: Regenerated.
5140
5141 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5142
5143 PR bootstrap/24297
5144 * Makefile.tpl (do-[+make-target+], do-check, install,
5145 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5146 are set before recursing.
5147 * Makefile.in: Regenerate.
5148
5149 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5150
5151 PR bootstrap/18939
5152 * Makefile.def (gcc) <target>: Fix thinko.
5153 * Makefile.in: Regenerate.
5154
5155 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5156
5157 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5158 * configure: Regenerate.
5159
5160 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5161
5162 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5163 target-libffi, target-qthreads, target-libjava, and
5164 targetlibobjc.
5165 * configure: Regenerate.
5166
5167 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5170 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5171 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5172 (USUAL_OBJDUMP_FOR_TARGET): New.
5173 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5174 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5175 * configure, Makefile.in: Regenerated.
5176
5177 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5178
5179 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5180 before other host packages.
5181
5182 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5183
5184 PR bootstrap/22340
5185
5186 * configure.in (default_target): Remove.
5187 * Makefile.tpl (all): Do not use prerequisites as subroutines
5188 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5189 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5190 use prerequisites as subroutines.
5191 (check-host, check-target): New.
5192 (bootstrap configure & all targets): Do not use stage*-start
5193 if the directory layout is already ok.
5194 (non-bootstrap configure & all targets): Prepend a $(unstage).
5195 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5196 (NOTPARALLEL): Remove.
5197 (unstage, stage variables): New variables.
5198 (unstage, stage targets): Simply expand to those variables.
5199
5200 * configure: Regenerate.
5201 * Makefile.in: Regenerate.
5202
5203 2005-10-04 James E Wilson <wilson@specifix.com>
5204
5205 * Makefile.def (lang_env_dependencies): Add libmudflap.
5206 * Makefile.in: Regenerate.
5207
5208 2005-10-03 Catherine Moore <clm@cm00re.com>
5209
5210 * configure.in (bfin-*-*): Support bfin.
5211 * configure: Regenerated.
5212
5213 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5214
5215 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5216 * configure: Regenerated.
5217
5218 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5219
5220 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5221 (LIPO_FOR_TARGET): New.
5222 (CONFIGURED_LIPO_FOR_TARGET): New.
5223 (USUAL_LIPO_FOR_TARGET): New.
5224 (STRIP_FOR_TARGET): New.
5225 (CONFIGURED_STRIP_FOR_TARGET): New.
5226 (USUAL_STRIP_FOR_TARGET): New.
5227 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5228 STRIP_FOR_TARGET.
5229 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5230 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5231 * Makefile.in: Regenerate.
5232 * configure: Regenerate.
5233
5234 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5235
5236 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5237 (rs6000-*-aix*): Same.
5238 * configure: Regenerate.
5239
5240 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5241
5242 * configure.in: Recognize f95 in the --enable-languages option,
5243 and substitute it for fortran, issuing a warning.
5244 * configure: Regenerate.
5245
5246 2005-09-07 Ben Elliston <bje@au.ibm.com>
5247
5248 Import from Autoconf sources:
5249
5250 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5251 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5252 Elliston. Handle weird characters correctly.
5253
5254 2005-08-30 Phil Edwards <phil@codesourcery.com>
5255
5256 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5257 * configure: Regenerated.
5258
5259 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5260
5261 * Makefile.def (libssp): Add to lang_env_dependencies.
5262 * Makefile.in: Regenerate.
5263
5264 2005-08-17 Christian Groessler <chris@groessler.org>
5265
5266 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5267 * Makefile.in: Regenerate.
5268
5269 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5270
5271 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5272 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5273 Look for alternate names of the target cc and c++
5274 * configure: Regenerate.
5275
5276 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5277
5278 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5279 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5280 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5281 tools; remove code to manually set them.
5282 (Target tools): Look in the environment for them.
5283 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5284 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5285 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5286 build directory.
5287 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5288 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5289 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5290 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5291 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5292 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5293 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5294 * configure: Regenerate.
5295 * Makefile.in: Regenerate.
5296
5297 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5298
5299 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5300 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5301 * Makefile.in: Regenerated.
5302
5303 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5304
5305 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5306 (CFLAGS_FOR_TARGET): Use it.
5307 (CXXFLAGS_FOR_TARGET): Likewise.
5308 * Makefile.in: Regenerated.
5309 * configure.in (--with-build-sysroot): New option.
5310 * configure: Regenerated.
5311
5312 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5313
5314 * Makefile.tpl: Wrap install between unstage and stage
5315 * Makefile.in: Regenerate.
5316
5317 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5318
5319 * all files: Update FSF address.
5320
5321 2005-07-14 Jim Blandy <jimb@redhat.com>
5322
5323 * configure.in: Add cases for Renesas m32c.
5324 * configure: Regenerated.
5325
5326 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5327
5328 * COPYING, compile, config-ml.in, config.guess,
5329 config.sub, install-sh, missing, mkinstalldirs,
5330 symlink-tree, ylwrap: Sync from upstream sources.
5331
5332 2005-07-13 Eric Christopher <echristo@redhat.com>
5333
5334 * configure.in: Add toplevel noconfigdir support for tpf.
5335 * configure: Regenerate.
5336
5337 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5338
5339 * Makefile.def (target_modules): Add libssp.
5340 * configure.in (target_libraries): Add target-libssp.
5341 * configure: Rebuilt.
5342 * Makefile.in: Rebuilt.
5343
5344 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5345
5346 PR ada/22340
5347
5348 * Makefile.def: Sync with gcc.
5349 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5350 * Makefile.in: Regenerate.
5351
5352 2005-07-07 Andreas Schwab <schwab@suse.de>
5353
5354 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5355 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5356 * Makefile.in: Regenerated.
5357
5358 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5359
5360 * configure.in: Add --enable-libssp and --disable-libssp.
5361 * configure: Regenerate with autoconf-2.13.
5362
5363 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5364
5365 * configure.in: Don't build sim or rda when targetting darwin.
5366 * configure: Regenerate.
5367
5368 2005-07-04 Ben Elliston <bje@gnu.org>
5369
5370 * src-release (do-proto-toplev): Remove dejagnu bits.
5371 (DEJAGNU_SUPPORT_DIRS): Remove.
5372 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5373 (GDBD_SUPPORT_DIRS): Likewise.
5374 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5375 (INSIGHTD_SUPPORT_DIRS): Likewise.
5376 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5377
5378 2005-06-30 Ben Elliston <bje@gnu.org>
5379
5380 * setup.com (mpw): Remove unused directive.
5381
5382 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5383
5384 * Makefile.def (stagefeedback): Come after profile.
5385 Define profiledbootstrap target.
5386 * Makefile.tpl (profiledbootstrap): Remove.
5387 (stageprofile-end): Zap stagefeedback.
5388 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5389 * Makefile.in: Regenerate.
5390
5391 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5392
5393 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5394 In 'cpp' stanza, support '#line' as well as '# '.
5395
5396 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5397
5398 * configure.in (unsupported_languages): New macro.
5399 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5400 non-ported target libraries in noconfigdirs.
5401 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5402 non-linux-gnu. Remove libgcj_ex_libffi.
5403 <lang_frag loop>: Set add_this_lang=no if the language is in
5404 unsupported_languages.
5405 * configure: Regenerate.
5406
5407 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5408
5409 * configure.in: Fix typo in handling of --with-mpfr-dir.
5410 * configure: Regenerate.
5411
5412 2005-06-02 Jim Blandy <jimb@redhat.com>
5413
5414 * config.sub: Add cases for the Renesas m32c. (This patch has been
5415 accepted into the master sources.)
5416
5417 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5418 Michael Snyder <msnyder@redhat.com>
5419 Stan Cox <scox@redhat.com>
5420
5421 * configure.in: Set noconfigdirs for ms1.
5422
5423 * configure: Regenerate.
5424
5425 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5428 (Dependencies): Consider target modules for bootstrap dependencies.
5429 Make target bootstrap modules depend on each stage's gcc.
5430 * Makefile.in: Regenerate.
5431
5432 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5433
5434 * Makefile.def (configure-gcc): Depend on binutils having been built.
5435 (all-gcc): No need to do it here.
5436 * Makefile.in: Regenerate.
5437
5438 2005-05-19 Paul Brook <paul@codesourcery.com>
5439
5440 * configure.in: Rewrite misleading error message when requested
5441 language cannot be built.
5442 * configure: Regenerate.
5443
5444 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5445
5446 * ylwrap: Import from Automake 1.9.5.
5447
5448 2005-05-04 Mike Stump <mrs@apple.com>
5449
5450 * configure.in: Always pass --target to target configures as
5451 otherwise rebuilds that do --recheck will fail.
5452 * configure: Rebuilt.
5453
5454 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5455
5456 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5457 STAGE_HOST_EXPORTS.
5458 (configure, all): Add bootstrap support.
5459 (Host modules, target modules): Pass post-stage1 flags and exports.
5460 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5461 * Makefile.in: Regenerate.
5462
5463 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5464
5465 Sync from gcc:
5466
5467 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5468
5469 * config.sub: Update from master copy.
5470
5471 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5472
5473 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5474 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5475 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5476 "*-*-elf" and "*-*-linux*".
5477 * configure: Regenerate.
5478
5479 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5480
5481 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5482 (TARGET_CONFIGARGS): Include --with-target-subdir.
5483 (configure, all): New macros. Use them throughout.
5484
5485 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5486
5487 * Makefile.tpl: Sync with gcc.
5488 * Makefile.in: Regenerate.
5489
5490 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5491
5492 * config/mh-mingw32: Delete.
5493 * configure.in: Don't use it.
5494 * configure: Regenerate.
5495
5496 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5497
5498 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5499 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5500 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5501 (HOST_LIB_PATH): Generate from Makefile.def.
5502 (TARGET_LIB_PATH): Likewise.
5503 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5504 * Makefile.in: Regenerate.
5505 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5506 (RPATH_ENVVAR): Include Darwin case.
5507 * configure: Regenerate.
5508
5509 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5510
5511 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5512 * configure: Regenerate.
5513
5514 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5515
5516 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5517 gcc_version, and gcc_version_trigger from set of flags to pass.
5518 * Makefile.tpl: Remove definitions of above variables.
5519 (config.status): Remove dependency on $(gcc_version_trigger).
5520 * Makefile.in: Regenerate.
5521 * configure.in: Do not reference config/gcc-version.m4 nor
5522 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5523 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5524 * configure: Regenerate.
5525
5526 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5527 Andrew Pinski <pinskia@physics.uc.edu>
5528
5529 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5530 * Makefile.in: Regenerate.
5531
5532 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5533
5534 PR libgcj/20160
5535 * ltmain.sh: Avoid creating archives with components that have
5536 duplicate basenames.
5537
5538 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5539
5540 PR bootstrap/20250
5541 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5542 instead of check.
5543 * Makefile.in: Regenerate.
5544
5545 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5546
5547 Sync from gcc.
5548
5549 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5550
5551 PR bootstrap/17383
5552 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5553 * Makefile.tpl (HOST_SUBDIR): New substitution.
5554 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5555 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5556 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5557 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5558 (Host modules, Bootstrapped modules): Use it.
5559 (Build modules, Target modules): Do not create symlink trees,
5560 always configure out-of-srcdir.
5561 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5562 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5563 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5564 $(HOST_SUBDIR). Create a symlink for host_subdir.
5565
5566 * Makefile.in: Regenerate.
5567 * configure: Regenerate.
5568
5569 Merged from libada-gnattools-branch:
5570 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5571
5572 * Makefile.def: Add gnattools as a module, depending on target-libada.
5573 * Makefile.in: Regenerate.
5574 * configure.in: Include gnattools in host_tools; disable it if ada
5575 is disabled.
5576 * configure: Regenerate.
5577
5578 2005-02-23 Nick Clifton <nickc@redhat.com>
5579
5580 * configure: Regenerate.
5581
5582 2005-02-22 Paul Schlie <schlie@comcast.net>
5583
5584 * configure.in: Allow darwin targeted ports to build tk, itcl and
5585 libgui.
5586
5587 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5588
5589 PR libgcj/10353
5590 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5591 * configure: Regenerate.
5592
5593 2005-02-08 Andrew Cagney <cagney@gnu.org>
5594
5595 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5596 gdb/ section. Update GDB's URL.
5597
5598 2005-01-31 Andrew Cagney <cagney@gnu.org>
5599
5600 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5601
5602 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5603
5604 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5605 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5606 target-libgloss when not *-*-elf and *-*-aout.
5607 * configure: Regenerate.
5608
5609 2005-01-27 Andrew Cagney <cagney@gnu.org>
5610
5611 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5612
5613 2005-01-24 Andrew Cagney <cagney@gnu.org>
5614
5615 * gettext.m4: Only fall back to ../intl/ when it's present.
5616
5617 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5618
5619 * install-sh, config.sub: Import from upstream.
5620
5621 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5622
5623 PR bootstrap/18222
5624 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5625 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5626 * Makefile.in: Regenerate.
5627
5628 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5629
5630 Revert 2004-12-28 Makefile changes, a better fix will be
5631 applied to mainline and src after GCC 4.0 branches.
5632
5633 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5634
5635 PR bootstrap/17383
5636
5637 * Makefile.def (target_modules): Remove stage parameter,
5638 it is always true now.
5639 * Makefile.tpl (configure-build-[+module+],
5640 configure-target-[+module+]): Always build symlink tree
5641 for the directory and for include. BUILD_SUBDIR and
5642 TARGET_SUBDIR cannot be . anymore.
5643 * Makefile.in: Regenerate.
5644
5645 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5646
5647 Revert 2004-12-08 Makefile changes.
5648
5649 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5650
5651 * configure.in (sh64-*-*): Reenable gprof.
5652 * configure: Regenerate.
5653
5654 2004-12-09 Jim Blandy <jimb@redhat.com>
5655
5656 * MAINTAINERS: List 'depcomp' as part of automake.
5657
5658 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5659
5660 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5661 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5662 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5663 * Makefile.in: Regenerate.
5664
5665 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5666
5667 * Makefile.tpl: Generate normal dependencies if the LHS module is
5668 not bootstrapped.
5669 * Makefile.in: Regenerate.
5670
5671 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5672
5673 * configure.in: Include config/gxx-include-dir.m4. Use
5674 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5675 * configure: Regenerate.
5676
5677 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5678
5679 * config.if: Delete.
5680 * configure.in: Set libstdcxx_incdir directly.
5681 * configure: Regenerate.
5682 * MAINTAINERS: Remove mention of config.if.
5683 * src-release (DEVO_SUPPORT): Remove config.if.
5684
5685 2004-12-02 Eric Christopher <echristo@redhat.com>
5686
5687 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5688 of things to remove.
5689 * Makefile.in: Regenerate.
5690
5691 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5692
5693 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5694 * configure: Regenerate.
5695
5696 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5697
5698 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5699 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5700 * configure: Regenerate.
5701
5702 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5703
5704 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5705 (hppa*64*-*-*): Delete incorrect comment.
5706 * configure: Rebuilt.
5707
5708 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5709
5710 * install-sh, compile: Import from automake.
5711
5712 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5713
5714 * config.guess, config.sub: Import from savannnah.
5715
5716 2004-11-12 Mike Stump <mrs@apple.com>
5717
5718 * Makefile.def: Add html support.
5719 * Makefile.tpl: Likewise.
5720 * Makefile.in: Regenerate.
5721
5722 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5723
5724 PR 18423
5725 * configure.in: Remove all instances of build-fixincludes from
5726 noconfigdirs.
5727 (build_configargs): Supply --target to subdirectories.
5728 * configure: Regenerate.
5729
5730 * Makefile.def: Make gcc install depend on fixincludes install.
5731 * Makefile.in: Regenerate.
5732
5733 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5734
5735 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5736 target-libgfortran.
5737 * configure: Regenerate.
5738
5739 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5740
5741 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5742 like CC.
5743
5744 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5745
5746 * Makefile.def (host fixincludes): Specify missing targets.
5747 * Makefile.in: Regenerate.
5748
5749 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5750
5751 PR other/17783
5752 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5753 * configure: Regenerated.
5754
5755 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5756
5757 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5758 * configure: Regenerated.
5759
5760 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5761
5762 PR target/18151
5763 * configure.in (case ${target}): Do not build fixincludes for avr.
5764 * configure: Regenerated.
5765
5766 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5767
5768 * configure.in (case ${target}): Do not build fixincludes
5769 on platforms where it is not used.
5770 * configure: Regenerated.
5771
5772 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5773
5774 * configure.in: Use an absolute path to install-sh.
5775 * configure: Regenerated.
5776
5777 2004-10-19 Andrew Cagney <cagney@gnu.org>
5778
5779 * src-release (do-djunpack, do-md5sum): Install the generated file
5780 directly into the proto-toplev/ directory.
5781
5782 2004-10-19 Andrew Cagney <cagney@gnu.org>
5783
5784 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5785
5786 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5787
5788 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5789 * configure: Regenerate.
5790
5791 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5792
5793 Fix wrong conflict resolution in:
5794
5795 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5796
5797 * Makefile.in: Regenerate.
5798 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5799 in the recursive `make', instead of hardwiring `all'.
5800 (Autogenerated TARGET-* variables): New.
5801
5802 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5803
5804 Merged from GCC / libtool upstream:
5805 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5806 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5807 * ltcf-cxx.sh (tpf*): Likewise.
5808 * ltconfig (tpf*): Add TPF OS configuration support.
5809
5810 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5811
5812 * configure.in: Enable target-libgloss for crx-*-*.
5813 * configure: Regenerate.
5814
5815 2004-09-24 Michael Roth <mroth@nessie.de>
5816
5817 * configure.in (--without-headers): Add missing double quotes.
5818 * configure: Regenerate.
5819
5820 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5821
5822 * ylwrap: Revert to previous version.
5823
5824 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5825
5826 PR bootstrap/17369
5827 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5828 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5829 SET_GCC_LIB_PATH_CMD.
5830 (BASE_TARGET_EXPORTS): Likewise.
5831 * Makefile.in: Regenerated.
5832
5833 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5834 * configure: Regenerated.
5835
5836 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5837
5838 * config.guess: New upstream version
5839 * compile, depcomp, install-sh, ylwrap: Likewise.
5840
5841 2004-09-19 Roger Sayle <roger@eyesopen.com>
5842
5843 * config/mh-x86omitfp: New host makefile fragment. Add
5844 -fomit-frame-pointer to the default BOOT_CFLAGS.
5845 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5846 * configure: Regenerate.
5847
5848 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5849
5850 PR target/11572
5851 * configure.in (*-*-darwin*): Renable libobjc.
5852 * configure: Regenerate.
5853
5854 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5855
5856 * Makefile.def: Remove libbanshee.
5857 * Makefile.tpl: Ditto.
5858 * configure.in: Ditto.
5859 * Makefile.in: Regen.
5860 * configure: Ditto.
5861
5862 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5863
5864 * missing: Import latest version from master repository.
5865
5866 2004-09-04 Nick Clifton <nickc@redhat.com>
5867
5868 * config.sub: Import latest version from master repository.
5869 * config.guess: Likewise.
5870 This includes these changes:
5871
5872 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5873
5874 * config.sub: Handle crisv32, alias etraxfs.
5875 * config.guess (crisv32:Linux:*:*): Handle.
5876
5877 2004-08-13 Brad Smith <brad@comstyle.com>
5878
5879 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5880 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5881
5882 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5883
5884 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5885 assume the processor is a powerpc. This is because coreutils
5886 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5887 in this case, due to a MacOS X bug that causes
5888 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5889 to return a negative number.
5890 Problem reported by Petter Reinholdtsen in:
5891 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5892
5893 2004-07-19 Ben Elliston <bje@gnu.org>
5894
5895 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5896
5897 2004-06-24 Ben Elliston <bje@gnu.org>
5898
5899 * config.guess: Update copyright years.
5900 * config.sub: Likewise.
5901
5902 2004-06-22 Robert Millan <robertmh@gnu.org>
5903
5904 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5905 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5906
5907 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5908
5909 * config.guess (*:*VMS:*:*): New entry. Replaces
5910 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5911 manufacturer.
5912
5913 2004-06-22 Ben Elliston <bje@gnu.org>
5914
5915 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5916 * config.sub: Likewise.
5917
5918 2004-06-22 Ben Elliston <bje@gnu.org>
5919
5920 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5921 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5922
5923 2004-06-11 Ben Elliston <bje@gnu.org>
5924
5925 * config.guess (pegasos:OpenBSD:*:*): Remove.
5926
5927 2004-06-11 Ben Elliston <bje@gnu.org>
5928
5929 From Wouter Verhelst <wouter@grep.be>:
5930 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5931
5932 2004-06-11 Ben Elliston <bje@gnu.org>
5933
5934 * config.guess (luna88k:OpenBSD:*:*): New.
5935
5936 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5937
5938 * config.guess (m32r*:Linux:*:*): New case.
5939 * config.sub: Handle m32rle.
5940
5941 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5942
5943 From Jens Petersen <petersen@redhat.com>:
5944 * config.sub: Handle sparcv8.
5945
5946 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5947
5948 From Tom Smith <smith@cag.lkg.hp.com>:
5949 * config.guess: Version suffixes are equally significant on Tru64
5950 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5951 prefix of "P" (patched kernel).
5952
5953 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5954
5955 * config.sub: Add support for National Semiconductor CRX target.
5956
5957 2004-09-03 Jan Beulich <jbeulich@novell.com>
5958
5959 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5960 *-*-netware, but add target-libmudflap.
5961 Consolidate *-*-netware targets (of which really only i?86 exists)
5962 into a single entry.
5963 * configure: Likewise.
5964
5965 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5966
5967 * Makefile.tpl (sorry): Remove.
5968 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5969 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5970 (do-clean): Clean per-stage directories too.
5971 (do-distclean): Run distclean-stage1 too.
5972 (.NOTPARALLEL): Enable during toplevel bootstrap.
5973 (stage[+id+]-bubble): Enable parallel execution during
5974 the recursive invocation.
5975 * Makefile.in: Regenerate.
5976
5977 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5978
5979 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5980
5981 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5982 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5983 * configure: regenerate
5984 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5985 -mdynamic-no-pic
5986
5987 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5988
5989 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5990 include.
5991 * configure.in: Fix indentation.
5992 * configure: Regenerate.
5993
5994 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5995
5996 * Makefile.def (build_modules): Add fixincludes.
5997 (dependencies): Make gcc depend on fixincludes.
5998 * configure.in (build_tools): Add fixincludes.
5999 (build_configdirs): Always include build_libs.
6000 * Makefile.in: Regenerate.
6001 * configure: Regenerate.
6002
6003 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6004
6005 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6006 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6007 phony targets; do not generate timestamp files.
6008 (distclean-stageN): Remove references to their timestamp files.
6009 (restageN, touch-stageN): Remove.
6010 (stageN-bubble): Rewritten.
6011 (compare): Support lean bootstraps.
6012 * Makefile.in: Regenerate.
6013
6014 * configure.in: Only warn when bootstrapping but
6015 build != host or build != target. Support lean bootstraps.
6016 * configure: Regenerate.
6017
6018 Sync from gcc:
6019 2004-08-26 Phil Edwards <phil@codesourcery.com>
6020
6021 * configure.in: Give a better error message if GMP/MPFR are missing
6022 and a language needing them has been requested.
6023 * configure: Regenerated.
6024
6025 2004-08-25 Phil Edwards <phil@codesourcery.com>
6026
6027 * configure.in: Print a list of available language front-ends if
6028 a requested one is missing. Tidy stray tab characters.
6029 * configure: Regenerated.
6030
6031 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6032
6033 * Makefile.in: Regenerate.
6034 * configure: Regenerate.
6035
6036 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6037 stage_*_flags.
6038 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6039 for bootstrapped modules if toplevel bootstrap is going.
6040 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6041 modules. Adjust for changes in Makefile.def. Enable several
6042 rules even in non-bootstrap mode, just to avoid peppering the
6043 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6044 (stage-[+prev+]-bubble): Remove.
6045
6046 * Makefile.def (Dependencies): Depend on all-build-bison,
6047 all-build-flex, all-build-byacc, all-build-texinfo, rather
6048 than the host variations.
6049 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6050 with BUILD_SUBDIR.
6051 (BISON): Update for recent Bisons.
6052 (YACC): Fix typo.
6053 (cross): Depend on all-build.
6054 (all): Do not depend on all-build.
6055 (prebootstrap): Remove.
6056 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6057 (Prebootstrap dependencies): Add them to the per-stage targets
6058 and to all-prebootstrap.
6059 * configure.in (build_configdirs): Always enable build_tools.
6060 (BUILD_DIR_PREFIX): Remove.
6061
6062 * Makefile.def (gcc): Add target variable.
6063 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6064 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6065 in the recursive `make', instead of hardwiring `all'.
6066 (Autogenerated TARGET-* variables): New.
6067
6068 2004-08-17 Robert Millan <robertmh@gnu.org>
6069
6070 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6071 (instead of FreeBSD).
6072 * configure: Regenerate.
6073
6074 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6075
6076 * Makefile.def, configure.in, src-release: Remove useless, bogus
6077 references to tix.
6078 * Makefile.in, configure: Regenerate.
6079
6080 * src-release: Stop distributing mmalloc with gdb (which doesn't
6081 use it).
6082 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6083 * Makefile.in: Regenerate.
6084
6085 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6086
6087 * configure.in (arm*-*-eabi*): New target.
6088 * configure: Regenerate.
6089
6090 2004-08-01 Robert Millan <robertmh@gnu.org>
6091
6092 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6093 libmudflap for all GNU-based systems (with Glibc).
6094 * configure: Regenerate.
6095
6096 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6097
6098 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6099 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6100 (Dependencies): New section.
6101 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6102 (configure-target-[+module+]): Depend on maybe-all-gcc
6103 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6104 (toplevel profiledbootstrap): Fix dependencies.
6105 * Makefile.in: Regenerate.
6106
6107 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6108
6109 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6110 target-libiberty to noconfigdirs.
6111
6112 2004-08-03 Paul Brook <paul@codesourcery.com>
6113
6114 * configure.in: Check for MPFR as well as GMP.
6115 * configure: Regenerate.
6116
6117 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6118
6119 * Makefile.def (host-modules): Add gcc.
6120 * Makefile.in: Regenerate.
6121 * Makefile.tpl (sorry): New rule.
6122 (configure-host, all-host, [+make_target+]-host, do-check,
6123 install-host): Do not add gcc as a special case.
6124 (host modules): Add a small special-casing for gcc. Export
6125 extra_make_flags through the environment.
6126 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6127 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6128 other recursive targets for gcc): Remove.
6129
6130 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6131 (stage, unstage): New rules.
6132 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6133 distclean-stage[+id+]): Use stage_current.
6134 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6135 the stage*-start rules.
6136
6137 2004-07-19 Robert Millan <robertmh@gnu.org>
6138
6139 Synced from gcc:
6140
6141 2004-04-26 Robert Millan <robertmh@gnu.org>
6142
6143 Add patches from libtool CVS.
6144 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6145 * ltconfig: Likewise.
6146 * ltcf-c.sh: Likewise.
6147 * ltcf-cxx.sh: Likewise.
6148 * ltcf-gcj.sh: Likewise.
6149
6150 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6151
6152 * configure.in: Add noconfigdirs for crx-*-*.
6153 * configure: Regenerate.
6154
6155 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6156
6157 Synced from gcc:
6158
6159 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6160
6161 * configure.in: Build libmudflap by default on FreeBSD.
6162 * configure: Regenerated.
6163
6164 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6165
6166 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6167 systems.
6168 * configure: Regenerated.
6169
6170 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6171
6172 PR target/16344
6173 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6174 feedback based compiler.
6175 * Makefile.in: Rebuilt.
6176
6177 2004-07-05 Phil Edwards <phil@codesourcery.com>
6178
6179 * configure.in: Do not prepend $srcdir to /dev/null in
6180 makefile fragments.
6181 * configure: Regenerate.
6182
6183 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6184
6185 * Makefile.def (host_modules): Set bootstrap=true for flex.
6186 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6187 * Makefile.in: Rebuilt.
6188
6189 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6190
6191 * Makefile.def (build_modules): Add bison, byacc, flex,
6192 m4, texinfo.
6193 (flags_to_pass): Add FLEX.
6194 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6195 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6196 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6197 DEFAULT_MAKEINFO): Remove.
6198 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6199 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6200 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6201 objdir or else use configured tool.
6202 (all-build): New.
6203 (all): Depend on it.
6204 (Build module dependencies): Add.
6205 * Makefile.in: Regenerate.
6206 * configure.in: Better support for multiple build modules,
6207 matching what is done for host/target modules. Do not look
6208 for "plausible" locations of build tools if Canadian cross.
6209 Use autoconf's AC_PROG_CC to find a C compiler. Define
6210 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6211 * configure: Regenerate.
6212
6213 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6214
6215 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6216 * Makefile.in: Regenerate.
6217
6218 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6219
6220 * Makefile.tpl (configure-build-[+module+],
6221 configure-[+module+], configure-target-[+module+]): Pass
6222 [+extra_configure_args+].
6223 (all-build-[+module+], all-[+module+], check-[+module+],
6224 install-[+module+], [+make_target+]-[+module+],
6225 all-target-[+module+], check-target-[+module+],
6226 install-target-[+module+], [+make_target+]-target-[+module+]):
6227 Pass [+extra_make_args+].
6228 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6229 (GCC_HOST_EXPORTS): Remove.
6230 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6231 cross, check-gcc, check-gcc-c++, install-gcc,
6232 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6233 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6234 * Makefile.in: Regenerate.
6235
6236 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6237
6238 * configure.in: Check for srcdir/winsup rather than build directory
6239 winsup.
6240 * configure: Regenerate.
6241
6242 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6243
6244 * configure.in: Don't build Cygwin native newlib if winsup
6245 directory is missing. Emit warning instead.
6246 * configure: Regenerate.
6247
6248 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6249
6250 * Makefile.tpl (touch-stage[+id+]): New.
6251 (restage[+prev+]): Depend on touch-stage[+id+].
6252
6253 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6254 Use it throughout.
6255
6256 * Makefile.def: Add profile and feedback bootstrap stages.
6257 Remove next field from bootstrap stages.
6258 * Makefile.tpl (LN, LN_S): Substitute.
6259 (stageN-start, stageN-end): Use double-colon rules, to
6260 provide a hook for additional setup commands.
6261 (distclean-stageN-gcc, restageN): Create dependencies from
6262 [+prev+], not from [+next+].
6263 (stageN-bubble): Add commands for successive stages from
6264 [+prev+], using double-colon rules.
6265 (all-stageN-gcc): Fix typo.
6266 (stagefeedback-start, profiledbootstrap): New.
6267 * Makefile.in: Regenerate.
6268 * configure.in: Call ACX_PROG_LN.
6269 * configure: Regenerate.
6270
6271 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6272
6273 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6274 without gcc.
6275 * configure: Regenerate.
6276
6277 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6278
6279 * Makefile.tpl: Fix typo.
6280 * Makefile.in: Regenerate.
6281
6282 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6283
6284 * configure.in: Remove new- prefix from toplevel
6285 bootstrap targets.
6286 * configure: Regenerate.
6287
6288 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6289
6290 Merge this patch from the gcc tree:
6291
6292 2004-05-30 Andreas Jaeger <aj@suse.de>
6293 Jim Wilson <wilson@specifixinc.com>
6294
6295 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6296 like CC.
6297
6298 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6299
6300 * Makefile.tpl (all.normal): Rename to all.
6301 (all): Replace with a rule to pick the default
6302 target from configure.
6303 (all-gcc, configure-gcc): Use conditionals to
6304 do nothing when toplevel bootstrap is going on.
6305 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6306 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6307 * configure.in: Support --enable-bootstrap.
6308
6309 * Makefile.def: Remove new- prefix from toplevel
6310 bootstrap targets.
6311 * Makefile.tpl: Likewise.
6312
6313 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6314 target.
6315
6316 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6317 $(RECURSE_FLAGS) to recursive invocation of make.
6318
6319 * Makefile.in: Regenerate.
6320 * configure: Regenerate.
6321
6322 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6323
6324 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6325 * configure: Regenerate.
6326
6327 2004-05-25 Daniel Jacobowitz <drow@false.org>
6328
6329 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6330 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6331 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6332 targets.
6333 * Makefile.in: Regenerate.
6334
6335 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6336
6337 * configure.in: Test the ability to symlink directories.
6338 * configure: Regenerate.
6339
6340 * Makefile.def (bootstrap-stage): New definitions.
6341 * Makefile.tpl (configure-stage1-gcc,
6342 configure-stage2-gcc, configure-stage3-gcc,
6343 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6344 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6345 new-restage3, compare): Autogenerate, see Makefile.in
6346 entry for behavioral changes.
6347 (distclean-stage1, new-stage1-start, new-stage1-end,
6348 new-stage1-bubble, distclean-stage2, new-stage2-start,
6349 new-stage2-end, new-stage2-bubble, distclean-stage3,
6350 new-stage3-start, new-stage3-end): New autogenerated targets.
6351 (objext, prebootstrap, BOOT_CFLAGS,
6352 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6353 targets.
6354
6355 * Makefile.in: Regenerate.
6356 (distclean-stage1, new-stage1-start, new-stage1-end,
6357 new-stage1-bubble, distclean-stage2, new-stage2-start,
6358 new-stage2-end, new-stage2-bubble, distclean-stage3,
6359 new-stage3-start, new-stage3-end): New targets.
6360 (all-stage1-gcc): Move prebootstrap dependency from here...
6361 (configure-stage1-gcc): ...to here.
6362 (new-bootstrap): Use bubble targets.
6363 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6364 Use per-stage distclean targets.
6365 (configure-stage1-gcc, configure-stage2-gcc,
6366 configure-stage3-gcc, all-stage1-gcc,
6367 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6368 Use new-stageN-start to prepare the tree.
6369
6370 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6371
6372 * Makefile.def (host_modules): add libcpp.
6373 * Makefile.tpl: Add dependencies on and for libcpp.
6374 * Makefile.in: Regenerate.
6375 * configure.in: Add libcpp host module.
6376 * configure: Regenerate.
6377
6378 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6379
6380 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6381 of libf2c.
6382 * configure, Makefile.in: Regenerate.
6383
6384 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6385
6386 Merge from tree-ssa-20020619-branch.
6387
6388 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6389 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6390 (HOST_GMPLIBS): Define.
6391 (HOST_GMPINC): Define.
6392 (TARGET_LIB_PATH): Add libmudflap.
6393 (GFORTRAN_FOR_TARGET): Define.
6394 (configure-build*): Export GFORTRAN.
6395 (configure-gcc): Export GMPLIBS and GMPINC.
6396 (all-gcc): Add maybe-all-libbanshee.
6397 (configure-target-libgfortran): Define.
6398 * Makefile.in: Regenerate.
6399 * configure.in (host_libs): Add libbanshee.
6400 (target_libraries): Add target-libmudflap and target-libgfortran.
6401 Add --with-libbanshee.
6402 Handle --disable-libmudflap.
6403 (*-*-freebsd*): Use with_gmp.
6404 Add $(libgcj) to noconfigdirs.
6405 * configure: Regenerate.
6406 * depcomp: New file.
6407 * MAINTAINERS: Add tree-ssa maintainers.
6408
6409 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6410
6411 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6412 * configure: Regenerate.
6413
6414 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6415
6416 Revert:
6417 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6418
6419 * Makefile.def (flags_to_pass): Remove *dir variables that
6420 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6421 as well as prefix and exec_prefix.
6422 * Makefile.in: Regenerate.
6423
6424 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6425
6426 * Makefile.def (host_modules): Mark with the bootstrap
6427 flag packages on which gcc depends.
6428 * Makefile.tpl (all-bootstrap): Use it.
6429 * Makefile.in: Regenerate.
6430
6431 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6432
6433 * Makefile.def (flags_to_pass): Remove *dir variables that
6434 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6435 as well as prefix and exec_prefix.
6436 * Makefile.in: Regenerate.
6437
6438 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6439
6440 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6441 * configure: Regenerate.
6442 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6443 * gcc/Makefile.tpl (compare): Use the result of the test.
6444 * gcc/Makefile.in: Regenerate.
6445
6446 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6447
6448 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6449 Always relocate gcc and prev-gcc to the original names, even
6450 if the build fails.
6451 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6452 New targets.
6453
6454 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6455
6456 * configure.in (mips*-*-irix5*): Enable ld.
6457 * configure: Regenerate.
6458
6459 2004-04-15 James E Wilson <wilson@specifixinc.com>
6460
6461 * Makefile.tpl (configure-[+module+], configure-gcc,
6462 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6463 Set and export LDFLAGS.
6464 * Makefile.in: Regenerate.
6465
6466 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6467
6468 PR bootstrap/14871
6469 * Makefile.tpl: If we don't have built-in-tree target tools,
6470 use the ones found by configure rather than hacking around with
6471 program_transform_name.
6472 * configure.in: Give Makefile.tpl the information necessary
6473 to do that.
6474 * Makefile.in: Regenerate.
6475 * configure: Regenerate.
6476
6477 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6478
6479 PR bootstrap/14760
6480 * configure.in: When computing baseargs, strip *all* copies of
6481 offending options. Also, don't match/substitute the trailing space,
6482 so that this actually works when two similar options are separated by
6483 only one space.
6484 * configure: Regenerate.
6485
6486 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6487
6488 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6489 (rs6000-*-aix*): Same.
6490 * configure: Regenerate.
6491
6492 2004-03-25 Stan Shebs <shebs@apple.com>
6493
6494 Remove MPW support, no longer used.
6495 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6496 mpw-install: Remove files.
6497 * src-release (DEVO_SUPPORT): Remove names of removed files.
6498 * MAINTAINERS: Likewise.
6499
6500 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6501
6502 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6503 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6504 * Makefile.in: Regenerate.
6505
6506 * configure.in (top level bootstrap support): Rework --enable-werror
6507 to set @stage2_werror_flag@.
6508 * configure: Regenerate.
6509 * Makefile.tpl (top level bootstrap support): Pass
6510 @stage2_werror_flag@ down to configure in stages 2 and 3.
6511 * Makefile.in: Regenerate.
6512
6513 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6514
6515 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6516 for stages 2 and 3 as well as in make. As a consequence, remove
6517 OUTPUT_OPTION (now detected by configure) from the flags passed down
6518 to make.
6519 * Makefile.in: Regenerate.
6520
6521 * Makefile.tpl (new-bootstrap): Fix typo.
6522 * Makefile.in: Regenerate.
6523
6524 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6525
6526 * Makefile.tpl: Rearrange by moving recursive_targets rules
6527 into their proper sections.
6528 * Makefile.tpl (top level bootstrap support): Move disabling
6529 of coverage flags from 'make' to 'configure'; improve comments.
6530 * Makefile.in: Regenerate.
6531
6532 * Makefile.tpl (experimental top level bootstrap) Move stage1
6533 language setting from all- target to configure- target; disable
6534 intermodule optimization in stage 1; prevent gratuitous rebuilds
6535 of stage 1.
6536 * Makefile.in: Regenerate.
6537 * configure.in: Comma-separate stage 1 language list for top
6538 level bootstrap.
6539 * configure: Regenerate.
6540
6541 * Makefile.tpl: Clean up experimental top level bootstrap support:
6542 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6543 prev-gcc in configure- targets as well as all- targets.
6544 * Makefile.in: Regenerate.
6545
6546 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6547
6548 * configure.in: Remove symbolic link section.
6549 * configure: Regenerate.
6550 * Makefile.tpl (links): Remove.
6551 * Makefile.in: Regenerate.
6552
6553 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6554 Nathanael Nerode <neroden@gcc.gnu.org>
6555
6556 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6557 Set with AC_CHECK_PROGS.
6558 * configure.in: Fix comment typo from last patch.
6559 * configure: Regenerate.
6560
6561 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6562
6563 * Makefile.tpl: Introduce experimental top level bootstrap support.
6564 * Makefile.in: Regenerate.
6565 * configure.in: Introduce support for top level bootstrap.
6566 * configure: Regenerate.
6567
6568 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6569 Paolo Bonzini <bonzini@gnu.org>
6570
6571 PR bootstrap/14522
6572 * configure.in: Cope with shells that do not support unquoted ^
6573 * configure: Regenerate.
6574
6575 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6576 Paolo Bonzini <bonzini@gnu.org>
6577
6578 PR bootstrap/14522
6579 * configure.in: Cope with shell that do not support nesting
6580 quotes inside quoted backquote substitutions.
6581 * configure: Regenerate.
6582
6583 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6584
6585 PR bootstrap/14522
6586 * configure.in: Fix escaping of $.
6587 * configure: Regenerate.
6588
6589 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6590
6591 * configure: Regenerate.
6592
6593 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6594
6595 PR ada/14131
6596 Move language detection to the top level.
6597 * configure.in: Find default values for the tools as
6598 soon as possible. Disable ada if GNAT is not found.
6599 Emit error message about missing languages. Expand
6600 --enable-languages=all for the gcc subdirectory.
6601
6602 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6603
6604 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6605 and disable libgcj.
6606 * configure: Regenerated.
6607
6608 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6609
6610 PR bootstrap/7087
6611 * Makefile.tpl: Guard XFOO sed statements better.
6612 * Makefile.tpl: Add dependency for configure-target-libada.
6613 * Makefile.in: Regenerate (incidentally fixes broken
6614 commit when libada-branch was merged).
6615
6616 2004-02-28 Andrew Cagney <cagney@redhat.com>
6617
6618 * src-release (CVS_NAMES): Define.
6619 (do-tar, do-tar): Prune $(CVS_NAMES).
6620
6621 2004-02-23 Andrew Cagney <cagney@redhat.com>
6622
6623 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6624 2004-02-19.09.
6625
6626 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6627
6628 PR bootstrap/11932
6629 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6630
6631 2004-02-19 Andrew Cagney <cagney@redhat.com>
6632
6633 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6634 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6635
6636 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6637
6638 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6639 (rs6000-*-aix*): Same.
6640 * configure: Regenerate.
6641
6642 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6643
6644 * configure.in (host): Add in missing $noconfigdirs to defines.
6645 * configure: Regenerate.
6646
6647 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6648 Nathanael Nerode <neroden@gcc.gnu.org>
6649
6650 PR ada/6637, PR ada/5911
6651 Merge with libada-branch:
6652 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6653 with appropriate dependencies. Add --enable-libada configure switch.
6654 * configure, Makefile.in: Regenerate.
6655
6656 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6657
6658 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6659 * configure: Regenerate.
6660
6661 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6662
6663 * COPYING.NEWLIB: Update Red Hat license to 2004.
6664
6665 2004-01-23 DJ Delorie <dj@redhat.com>
6666
6667 * Makefile.def (target_modules) [libiberty]: Don't stage.
6668 * Makefile.in: Rebuilt.
6669
6670 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6671
6672 * COPYING.NEWLIB: Update to include copyrights for new
6673 iconv code.
6674
6675 2004-01-15 Andrew Cagney <cagney@redhat.com>
6676
6677 * src-release: Update copyright year.
6678 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6679 (NEWLIB_SUPPORT_DIRS): Delete macro.
6680 (newlib.tar.bz2): Delete rule.
6681
6682 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6683
6684 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6685 * Makefile.tpl (configure-target-[+module+]): Support stage.
6686 * Makefile.in: Rebuilt.
6687
6688 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6689
6690 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6691 throughout.
6692
6693 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6694
6695 * configure.in: Use ./config.cache, not config.cache.
6696 * configure: Regenerate.
6697 * Makefile.tpl: Special-casing not needed for GCC any more.
6698 * Makefile.in: Regenerate.
6699
6700 * configure.in: Don't share a cache file for host dirs.
6701 * configure: Regenerate.
6702
6703 * config-ml.in: Don't mess with the cache file.
6704
6705 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6706
6707 * Makefile.tpl: Make GCC use a separate config.cache.
6708 * Makefile.in: Regenerate.
6709
6710 PR bootstrap/11932, PR bootstrap/11933
6711 (I don't know if it will fix either of them, but it relates
6712 to them.)
6713 * configure.in: Don't use shared config.cache for target
6714 directories.
6715 * configure: Regenerate.
6716
6717 2003-12-31 Roger Sayle <roger@eyesopen.com>
6718
6719 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6720 * configure: Regenerated.
6721
6722 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6723
6724 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6725 * configure: Regenerated.
6726
6727 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6728
6729 Port change over from GCC:
6730 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6731 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6732 (configure-build-[+module+], configure-[+module+]): Likewise.
6733 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6734 * Makefile.in: Regenerate.
6735
6736 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6737
6738 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6739 * configure: Regenerate.
6740
6741 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6742
6743 * COPYING.NEWLIB: Add license info for long long routines added to
6744 stdlib.
6745
6746 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6747
6748 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6749 * Makefile.in: Regenerate.
6750
6751 2003-10-20 Phil Edwards <phil@codesourcery.com>
6752
6753 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6754 * configure: Regenerate.
6755
6756 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6757
6758 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6759 HOST_FLAGS_TO_PASS.
6760 * Makefile.in: Regenerate.
6761
6762 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6763
6764 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6765 * configure: Rebuilt
6766 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6767 * Makefile.in: Rebuilt
6768
6769 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6770
6771 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6772
6773 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6774
6775 * config-ml.in: Use ac_configure_args directly instead of
6776 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6777 actually seen.
6778
6779 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6780
6781 * config-ml.in: Propagate INSTALL variables.
6782
6783 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6784
6785 * configure.in: Pass a computed --program-transform-name
6786 to subconfigures.
6787 * configure: Regenerated.
6788
6789 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6790
6791 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6792 * Makefile.in: Regenerate.
6793
6794 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6795 * Makefile.in: Regenerate.
6796
6797 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6798
6799 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6800 quoting.
6801 * configure: Regenerated.
6802
6803 2003-09-12 Michael Chastain <mec@shout.net>
6804
6805 Fix PR gdb/857.
6806 * src-release (do-proto-topleve): Remove junk files
6807 intl/config.cache, intl/config.status,
6808 intl/config.h, intl/stamp-h.
6809
6810 2003-09-14 Andrew Cagney <cagney@redhat.com>
6811
6812 * src-release (dejagnu.tar): New target.
6813 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6814 (do-djunpack): Use $(PACKAGE) for the package name.
6815
6816 2003-09-04 DJ Delorie <dj@redhat.com>
6817
6818 * configure: Regenerate.
6819
6820 2003-09-04 Robert Millan <robertmh@gnu.org>
6821
6822 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6823
6824 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6825
6826 * configure.in: Ensure arguments to sed are properly spaced.
6827 * configure: Regenerate.
6828
6829 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6830
6831 Merge from gcc:
6832 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6833 * install-sh: Update to newer upstream versions (associated with
6834 aclocal 1.7).
6835 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6836
6837 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6838
6839 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6840 * configure: Regenerated.
6841
6842 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6843
6844 * configure.in: Use newline instead of semicolon when assuming
6845 shell arguments in a for loop.
6846 * configure: Regenerated.
6847
6848 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6849
6850 PR 8180
6851 * configure.in: When testing with_libs and with_headers, treat
6852 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6853 * configure: Regenerate.
6854
6855 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6856 make, shell, etc.
6857 (baseargs): Likewise.
6858 * configure: Regenerate.
6859
6860 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6861
6862 * configure.in: Disable libgcj for darwin not on powerpc.
6863 * configure: Rebuild.
6864
6865 2003-08-15 Michael Chastain <mec@shout.net>
6866
6867 * src-release (do-proto-toplev): Remove junk files
6868 dejagnu/example/calc/config.status,
6869 dejagnu/example/calc/config.log.
6870
6871 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6872
6873 * config-ml.in, symlink-tree: Add license.
6874
6875 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6876
6877 Merge from gcc:
6878
6879 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6880 * Makefile.tpl (check, check-c++): Express dependencies using
6881 dependencies rather than commands.
6882 * Makefile.in: Regenerate.
6883
6884 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6885 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6886 * Makefile.in: Update.
6887
6888 2003-08-01 Andrew Cagney <cagney@redhat.com>
6889
6890 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6891 * configure: Ditto.
6892
6893 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6894
6895 * configure.in: Enable libgcj for darwin.
6896 * configure: Rebuild.
6897
6898 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6899
6900 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6901
6902 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6903
6904 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6905 creating target and build subdirs to build all parent dirs as needed.
6906 * Makefile.in: Rebuild.
6907 * configure.in: Don't build dirs explicitly here.
6908 * configure: Rebuild.
6909
6910 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6911
6912 * Makefile.tpl (all-make): Depend on intl.
6913 * Makefile.in: Rebuilt.
6914
6915 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6916
6917 * config.if: Remove unused libc_interface determination.
6918
6919 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6920
6921 * Makefile.in: Regenerate, correctly this time.
6922
6923 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6924
6925 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6926 unused INSTALL_PROGRAM_ARGS.
6927 * configure.in: Use AC_PROG_INSTALL.
6928 * Makefile.in: Regenerate.
6929 * configure: Regenerate.
6930
6931 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6932
6933 * configure: Rebuilt.
6934 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6935 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6936 newlib nor libgloss.
6937 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6938 * configure.in (am33_2.0-*-linux*): Added.
6939
6940 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6941
6942 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6943 * configure: Regenerate.
6944
6945 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6946
6947 * config-ml.in: Replace PWD with PWD_COMMAND.
6948 * Makefile.tpl: Likewise.
6949 * Makefile.in: Regenerated.
6950
6951 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6952
6953 * configure.in: Clean up config-lang.in handling. Delete
6954 useless assignment to "subdirs".
6955 * configure: Regenerate.
6956
6957 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6958
6959 * configure.in: Rename 'target_libs' to 'target_libraries'.
6960 Remove useless reference to 'target_libs'.
6961 * configure: Regenerate.
6962
6963 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6964
6965 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6966 * Makefile.in: Regenerate.
6967
6968 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6969
6970 * Makefile.def: Introduce flags_to_pass.
6971 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6972 * Makefile.in: Regenerate.
6973
6974 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6975
6976 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6977 and target-libgloss.
6978 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6979 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6980 * configure: Regenerate.
6981
6982 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6983
6984 * configure.in: Update testsuite_flags to new location.
6985 * configure. Regenerate.
6986
6987 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6988
6989 * Makefile.tpl: Remove BUILD_CC stuff.
6990 * Makefile.in: Regenerate.
6991
6992 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6993
6994 * config.guess: Update to 2003-06-12 version.
6995 * config.sub: Update to 2003-06-13 version.
6996
6997 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6998
6999 * MAINTAINERS: Add myself as MIPS co-maintainer.
7000
7001 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7002
7003 * config.guess: Update to 2003-06-06 version.
7004 * config.sub: Update to 2003-06-06 version.
7005
7006 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7007
7008 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7009 * configure. Regenerate.
7010
7011 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 * configure.in: Disable serial configure by default.
7014 * configure: Regenerate.
7015 * Makefile.tpl: Abolish .NOTPARALLEL.
7016 * Makefile.in: Regenerate.
7017
7018 * Makefile.tpl: Replace {build,host,target}_canonical by
7019 {build,host,target}.
7020 * Makefile.in: Regenerate.
7021
7022 * Makefile.tpl: Fix stupid pasto.
7023 * Makefile.in: Regenerate.
7024
7025 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 * Makefile.tpl: Remove bogus conditional.
7028 * Makefile.in: Regenerate.
7029
7030 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7031
7032 * Makefile.tpl: Make 'recursive targets' using autogen rather
7033 than shell loop. Remove duplicate 'clean' targets and false
7034 comments.
7035 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7036 Add systematic method of specifying missing targets in subdirs.
7037 Add copyright boilerplate.
7038 * Makefile.in: Regenerate.
7039 * configure.in: Add 'recursive targets' to maybe list.
7040 * configure: Regenerate.
7041
7042 * Makefile.tpl: Rename [+target+] to [+make_target+].
7043 * Makefile.def: Rename 'target' to 'make_target'.
7044
7045 2003-05-30 Nick Clifton <nickc@redhat.com>
7046
7047 * README-maintainer-mode: Update URL for locating blessed config
7048 tools.
7049
7050 2003-05-29 Robert Millan <rmh@debian.org>
7051
7052 * ltconfig: Import this patch and modify for use with current
7053 version of ltconfig:
7054
7055 2003-05-21 Bruno Haible <bruno@clisp.org>
7056
7057 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7058 GNU/FreeBSD.
7059
7060 2003-05-28 DJ Delorie <dj@redhat.com>
7061
7062 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7063 * Makefile.in: Regenerate.
7064
7065 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7066
7067 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7068
7069 2003-05-21 DJ Delorie <dj@redhat.com>
7070
7071 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7072 newlib or libgloss.
7073 * Makefile.in: Regenerate.
7074
7075 2003-05-21 DJ Delorie <dj@redhat.com>
7076
7077 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7078 * Makefile.in: Regenerate.
7079
7080 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7081
7082 * configure.in: Use curly braces in the definition of tooldir.
7083 * configure: Regenerate.
7084
7085 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7086
7087 * configure.in: Switch more things to use maybe dependencies.
7088 * Makefile.tpl: Switch more things to use maybe dependencies.
7089 Factor out common code from autogen IF statements.
7090 * configure: Regenerate.
7091 * Makefile.in: Regenerate.
7092
7093 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7094
7095 * configure.in: Accept i[3456789]86 for machine type.
7096 * configure: Regenerate.
7097
7098 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7099
7100 * configure.in: Switch more things to use maybe dependencies.
7101 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7102 * configure: Regenerate.
7103 * Makefile.tpl: Switch more things to use maybe dependencies.
7104 * Makefile.in: Regenerate.
7105
7106 2003-05-16 Andreas Schwab <schwab@suse.de>
7107
7108 * Makefile.tpl (install-opcodes): Define.
7109 * Makefile.in: Rebuild.
7110
7111 2003-05-13 Andreas Jaeger <aj@suse.de>
7112
7113 * config.guess: Update to 2003-05-09 version.
7114 * config.sub: Update to 2003-05-09 version.
7115
7116 2003-05-13 Michael Eager <eager@mvista.com>
7117
7118 * configure.in: Correct sed script so that options in quotes are not
7119 deleted.
7120 * configure: Rebuild.
7121
7122 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7123
7124 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7125 and $$s/newlib/libc/sys/cygwin32 include paths.
7126 * configure: Ditto.
7127
7128 2003-05-05 H.J. Lu <hjl@gnu.org>
7129
7130 * config-ml.in: Restored from gcc repository.
7131
7132 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7133
7134 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7135 * Makefile.in: Regenerate.
7136
7137 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7138
7139 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7140 and Makefile.def.
7141
7142 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7143
7144 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7145 * Makefile.in: Regenerated.
7146
7147 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7148
7149 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7150 * Makefile.in: Regenerate.
7151
7152 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7153
7154 * configure.in (powerpc64*-*-linux*): Remove.
7155 * configure: Rebuilt.
7156
7157 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7158
7159 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7160 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7161 and restrap.
7162 * Makefile.in: Regenerate.
7163
7164 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7165
7166 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7167 * configure: Regenerated.
7168
7169 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7170
7171 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7172 * */configure: Rebuilt.
7173
7174 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7175
7176 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7177 * Makefile.in: Regenerate.
7178
7179 2003-03-14 Michael Chastain <mec@shout.net>
7180
7181 * Makefile.in: Regenerate with correct Makefile.def.
7182
7183 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7184
7185 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7186 Make macro.
7187 * Makefile.in: Regenerate.
7188 * configure.in: Clean up gxx_include_dir logic.
7189 * configure: Regenerate.
7190
7191 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7192
7193 * configure.in (gxx_include_dir): Fix typo.
7194 * configure: Regenerated.
7195
7196 2003-03-06 Andrew Cagney <cagney@redhat.com>
7197
7198 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7199
7200 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7201
7202 * configure.in: Include $(build_tooldir)/sys-include in
7203 FLAGS_FOR_TARGET.
7204 * configure: Regenerated.
7205
7206 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7207
7208 * Makefile.tpl: Reindent.
7209 * Makefile.in: Regenerate.
7210 * configure.in: Reindent. Don't set unused variables.
7211 * configure: Regenerate.
7212
7213 * Makefile.tpl: Always pass down RANLIB.
7214 * Makefile.in: Regenerate.
7215
7216 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7217 * Makefile.in: Regenerate.
7218 * configure.in: Remove unused logic relating to --enable-shared
7219 and --enable-threads. Remove bogus comments. Remove redundant
7220 noconfigdirs.
7221 * configure: Regenerate.
7222
7223 * configure.in: Replace ${libstdcxx_version} by its value.
7224 Remove reference to mh-dgux.
7225 * configure: Regenerate.
7226
7227 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7228
7229 * Makefile.tpl: Rearrange.
7230 * Makefile.in: Regenerate.
7231
7232 2003-02-25 Nick Clifton <nickc@redhat.com>
7233
7234 * configure: Remove site-file supprot - it is obsolete.
7235
7236 2003-02-24 Uwe Stieber <uwe@wwws.de>
7237
7238 * configure.in: Add support for kaOS as cross build target system.
7239 * configure: Regenerated.
7240
7241 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7242
7243 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7244 configure-target-* as some target builds may require additional
7245 flags for preprocessor tests.
7246 * Makefile.in: Regenerated.
7247
7248 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7249
7250 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7251 * ltconfig: Handle it.
7252 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7253 auto-detecting it.
7254
7255 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7256
7257 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7258 it is used as argument to $CC.
7259 * ltcf-gcj.sh: Likewise.
7260
7261 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7262
7263 * configure.in: Introduce --enable-maintainer-mode.
7264 * configure: Rebuilt.
7265 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7266 for maintainer mode.
7267 * Makefile.in: Rebuilt.
7268
7269 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7270
7271 * configure: Regenerate using autoconf 2.13.
7272
7273 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7274
7275 * config.guess: Import latest version.
7276 * config.sub: Import latest version.
7277
7278 2003-02-18 Jason Merrill <jason@redhat.com>
7279
7280 * Makefile.tpl (check-c++): Allow parallelism.
7281
7282 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7283
7284 * configure: Regenerate using autoconf 000227.
7285
7286 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7287
7288 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7289 don't configure target-libobjc.
7290 * configure: Regenerate.
7291
7292 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7293
7294 * Makefile.tpl (RANLIB): Define.
7295 * Makefile.in: Regenerate.
7296
7297 2003-02-06 Keith R Seitz <keiths@redhat.com>
7298
7299 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7300 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7301 * Makefile.in: Regenerated.
7302 * configure.in: Remove all traces of snavigator, db, and grep.
7303 * configure: Regenerated.
7304
7305 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7306
7307 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7308 * Makefile.in: Regenerated.
7309
7310 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7311
7312 * config.if: Copy from GCC.
7313
7314 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7315
7316 * configure.in: Revert 24Jan change.
7317 * configure: Regenerate.
7318
7319 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7320
7321 * configure.in: Revert previous change.
7322 * configure: Regenerate.
7323
7324 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7325
7326 * configure.in: Make rda native-only.
7327 * configure: Regenerate.
7328
7329 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7330
7331 * configure.in: Add missing \.
7332 * configure: Rebuilt.
7333
7334 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7335
7336 * configure.in (baseargs): Avoid using \| in sed regular
7337 expressions.
7338 * configure: Rebuilt.
7339
7340 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7341
7342 * configure.in (baseargs): Remove all supported forms of
7343 --cache-file, --srcdir, --host, --build and --target options
7344 from argument lists.
7345 * configure: Rebuilt.
7346
7347 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7348
7349 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7350 * configure: Rebuilt.
7351
7352 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7353
7354 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7355 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7356 * Makefile.in: Regenerate.
7357 * configure: Regenerate.
7358
7359 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7360
7361 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7362 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7363 * Makefile.in: Regenerate.
7364
7365 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7366
7367 * configure.in: Remove Makefile in build, host and target modules
7368 unless configure was run with --no-recursion.
7369 * configure: Rebuilt.
7370
7371 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7372
7373 * config.guess: Update to 2003-01-03 version.
7374 * config.sub: Update to 2003-01-03 version.
7375
7376 2003-01-07 Christopher Faylor <cgf@redhat.com>
7377
7378 * configure: Regenerate with proper autoconf 2.13.
7379
7380 2003-01-07 Christopher Faylor <cgf@redhat.com>
7381
7382 * configure.in: Add AC_PREREQ for consistency.
7383 * configure: Regenerate.
7384
7385 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7386
7387 * configure.in (GDB_TK): Add tcl directories conditional on
7388 gdb/gdbtk directory being present.
7389 * configure: Regenerate.
7390
7391 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7392
7393 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7394 by gcc if LD is not defined and we are not doing a Canadian Cross.
7395 * configure: Rebuilt.
7396
7397 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7398
7399 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7400
7401 2002-12-31 Tom Tromey <tromey@redhat.com>
7402
7403 * Makefile.in: Rebuilt.
7404 * Makefile.def (target_modules) [libffi]: Allow installation.
7405
7406 2002-12-31 Andreas Schwab <schwab@suse.de>
7407
7408 * configure.in: Fix use of $program_transform_name.
7409 * configure: Regenerated.
7410
7411 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7412
7413 * configure.in (baseargs): Don't remove first configure argument.
7414 * configure: Regenerated.
7415
7416 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7417
7418 * Makefile.tpl (local-distclean): Don't remove...
7419 (multilib.ts): ... this. Moved into...
7420 (multilib.out): ... this. Don't use sub-make.
7421 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7422 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7423 (configure-build-[+module+], configure-[+module+],
7424 configure-target-[+module+], configure-gcc): ... these. Test
7425 for Makefile existence. Drop config.status from dependencies.
7426 * Makefile.in: Rebuilt.
7427 * configure.in: Move gcc-version-trigger to the end of
7428 ac_configure_args. Add comments to maybedep.tmp and
7429 serdep.tmp. Introduce --disable-serial-configure. Remove
7430 nonopt from baseargs, matching and removing corresponding
7431 whitespace while at it.
7432 * configure: Rebuilt.
7433
7434 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7435
7436 * configure.in (host_configargs): Replace reference to
7437 no-longer-defined buildopts with --build=${build_alias}.
7438 * configure: Rebuilt.
7439
7440 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7441
7442 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7443 program_transform_name to standard idiom.
7444 (AUTOGEN, AUTOCONF): Define.
7445 (Makefile.in): Use $(AUTOGEN).
7446 (Makefile): Depend on config.status, and use autoconf-style rule to
7447 build it. Move original commands to...
7448 (config.status): ... this new target.
7449 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7450 $(AUTOCONF).
7451 * Makefile.in: Rebuilt.
7452
7453 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7454
7455 * Makefile.tpl: Fix dramatic bustage due to change in
7456 program_transform_name.
7457 * Makefile.in: Regenerate.
7458
7459 * configure.in: Remove unnecessary PATH setting.
7460 * configure: Regnerate.
7461
7462 * configure.in: Don't default to unprefixed tools unless
7463 the native tools will work.
7464 * configure: Regenerate.
7465
7466 * configure.in: Convert to autoconf script. Blow away lots
7467 of now-redundant Makefile fragments.
7468 * configure: Generate using Autoconf.
7469 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7470 * Makefile.in: Regenerate.
7471
7472 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7473
7474 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7475 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7476
7477 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7478 where they belong.
7479
7480 2002-12-24 Andreas Schwab <schwab@suse.de>
7481
7482 * Makefile.tpl (multilib.out): Fix missing space.
7483 * Makefile.in: Regenerate.
7484
7485 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7486
7487 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7488 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7489 * Makefile.in: Regenerate.
7490 * configure.in: Remove unnecessary leftovers.
7491
7492 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7493
7494 * configure.in (extra_ranlibflags_for_target): New variable.
7495 (*-*-darwin): Add -c to ranlib commands.
7496 * configure (tooldir): Handle extra_ranlibflags_for_target.
7497
7498 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7499
7500 * COPYING.NEWLIB: Updated.
7501 * COPYING.LIBGLOSS: Ditto.
7502
7503 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7504
7505 * Makefile.tpl: Revert HJL's change.
7506 * Makefile.in: Regenerated.
7507 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7508 always.
7509
7510 2002-12-19 Andreas Schwab <schwab@suse.de>
7511
7512 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7513 * Makefile.in: Regenerate.
7514
7515 2002-12-18 H.J. Lu <hjl@gnu.org>
7516
7517 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7518 * Makefile.in: Regenerated.
7519
7520 * configure.in (build_prefix): New. Substitute.
7521
7522 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7523
7524 * Makefile.tpl: Don't let real targets depend on phony targets.
7525 * Makefile.in: Regenerate.
7526
7527 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7528 * Makefile.in: Regenerate.
7529
7530 2002-12-16 Jason Merrill <jason@redhat.com>
7531
7532 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7533 previous 'make bootstrap'.
7534 * Makefile.in: Regenerate.
7535
7536 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7537
7538 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7539
7540 2002-12-13 Jason Merrill <jason@redhat.com>
7541
7542 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7543 library tests.
7544 (check-c++): Just depend on it and check-target-libstdc++-v3.
7545 * Makefile.in: Regenerate.
7546
7547 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7548
7549 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7550 * Makefile.in: Regenerate.
7551
7552 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7553
7554 * COPYING.NEWLIB: Update list of alternate Regent of California
7555 licenses and discuss official revoking of advertising clause.
7556 * COPYING.LIBGLOSS: Ditto.
7557
7558 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7559
7560 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7561 * Makefile.in: Rebuilt.
7562
7563 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7564
7565 * configure: Fix bug put in by gremlins.
7566
7567 * Makefile.tpl: Substitute more autoconfily.
7568 * configure: Substitute more autoconfily.
7569 * Makefile.in: Regenerate.
7570
7571 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7572
7573 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7574 * Makefile.in (all-sim): Ditto.
7575
7576 2002-12-06 DJ Delorie <dj@redhat.com>
7577
7578 * Makefile.tpl: Change configure dependencies to not have real
7579 targets depend on phony targets.
7580
7581 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7582
7583 * configure.in: Revert unintentional change.
7584
7585 * src-release: Configure host subdirs.
7586
7587 * Makefile.tpl: Change dependency for */multilib.out so that
7588 it works when gcc isn't in the tree.
7589
7590 * configure.in: Substitute more.
7591 * configure: Run subconfigures from the Makefile.
7592 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7593 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7594
7595 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7596
7597 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7598 and corresponding dependencies.
7599 * Makefile.in: Regenerate.
7600
7601 * configure.in (host_tools): Order binutils, gas and ld for
7602 convenience in running the testsuites.
7603
7604 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7605 * Makefile.in: Regenerate.
7606 * configure.in: Introduce rules to serialize subconfigure runs.
7607
7608 * configure.in: Introduce BASE_CC_FOR_TARGET.
7609 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7610 Realize configure-build-* targets. Realize configure-target-* targets.
7611 * Makefile.in: Regenerate.
7612
7613 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 * configure: Move gcc_version_trigger stuff from here...
7616 * configure.in: ...to here.
7617
7618 * configure.in: Separate subconfigure options added by this file from
7619 options given by the user. Add machinery to put args for host
7620 subconfigures into the Makefile.
7621
7622 * Makefile.tpl: Remove 'vault' targets.
7623 * Makefile.tpl: Reorder and comment dependencies.
7624 * Makefile.in: Regenerate.
7625
7626 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7627
7628 * configure.in: Move host-specific darwin noconfigdirs into
7629 the host-specific section.
7630
7631 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7632
7633 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7634 during replay.
7635 * Makefile.in: Regenerate.
7636
7637 (finishing slow-motion replay)
7638 * configure: Remove skip-this-dir support.
7639 * Makefile.tpl: Remove skip-this-dir support.
7640
7641 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7642 subdirectories.
7643 * Makefile.in: Regenerate.
7644
7645 * Makefile.tpl: Strip out useless setting of 'dir'.
7646 * Makefile.in: Regenerate.
7647
7648 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7649
7650 (finishing slow-motion replay)
7651 * configure.in: Fix deeply stupid bug.
7652
7653 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7654 shell code in CXX_FOR_TARGET
7655 * Makefile.def: Introduce raw_cxx.
7656 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7657 RAW_CXX_FOR_TARGET.
7658 * Makefile.in: Regenerate.
7659
7660 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7661
7662 (finishing slow-motion replay)
7663 * Makefile.tpl: Remove unnecessary ifs.
7664 * Makefile.in: Regenerate.
7665
7666 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7667 dependencies. Maybe-ize build-libiberty. Create dummy install
7668 targets for 'no_install' modules.
7669 * configure: Move GDB_TK substitution to configure.in. Move
7670 build_modules stuff to configure.in.
7671 * configure.in: Implement soft dependency machinery. Maybe-ize
7672 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7673 * Makefile.in: Regenerate.
7674
7675 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7676
7677 (continuing slow-motion replay)
7678 * Makefile.tpl: Make all-target, install-target behave similarly
7679 to all, install (only hitting configured targets). Eliminate
7680 unused macro defintions.
7681
7682 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7683 build != host.
7684
7685 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7686
7687 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7688
7689 * configure.in: Produce lists of subdir targets we're actually
7690 configuring. Remove references to "dosrel".
7691 * Makefile.tpl: Let configure set which subdir targets are hit.
7692 Remove install-cross; clean up install; remove ALL. Remove
7693 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7694 Autogenerate host module targets. Remove empty dependency lines
7695 and redundant dependency; rearrange slightly.
7696 * Makefile.def: Add host-side libtermcap, utils.
7697
7698 * Makefile.in: Regenerate.
7699
7700 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7701
7702 (Continuing slow-motion replay)
7703 * Makefile.def: Add list of recursive targets to autogenerate.
7704 Add build_modules.
7705 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7706 targets. Autogenerate *-build-* targets.
7707 * Makefile.in: Regenerate.
7708
7709 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7710
7711 (Continuing slow-motion replay)
7712 * configure: More autoconf-style substitutions.
7713 * Makefile.tpl: More autoconf-style substitutions.
7714 * Makefile.in: Regenerate.
7715
7716 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7717
7718 (Continuing slow-motion replay)
7719 * configure: Substitute more variables in a more autoconf-friendly
7720 way. Simplify slightly.
7721 * Makefile.tpl: Make more variables substitutable in an
7722 autoconf-friendly way.
7723 * Makefile.in: Regenerate.
7724
7725 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7726
7727 (Continuing slow-motion replay)
7728 * configure.in (v810*): Remove special setting of tools.
7729
7730 * configure: Add support for extra required flags for ar or nm.
7731 * configure.in (aix4.3+): Use above support for target-specific
7732 issues, rather than using config/mt-aix43.
7733
7734 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7735
7736 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7737 * configure: Remove 'removing', which doesn't work. Replace $subdir
7738 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7739 with $srcdir. Reformat indentation. Substitute some variables
7740 formerly hard-coded in the Makefile for build=host.
7741 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7742 * Makefile.def: Autogenerate more.
7743 * Makefile.in: Regenerate.
7744
7745 2002-11-13 Bruce Korb <bkorb@gnu.org>
7746
7747 * Makefile.tpl: syntactic cleanup
7748
7749 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7750
7751 * Makefile.def (host_modules): Add rda.
7752 * Makefile.in: Regenerate.
7753 * configure.in (target_tool): Add target-rda to list.
7754
7755 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7756
7757 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7758 and restrap targets to this rule.
7759 * Makefile.in: Regenerate.
7760
7761 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7762
7763 * configure.in (i[3456]86-*-linux*): Add check to disable
7764 ${libgcj} for glibc1.
7765
7766 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7767
7768 * configure.in: Add tic4x target.
7769
7770 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7771
7772 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7773 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7774 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7775 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7776 * Makefile.in: Regenerate.
7777
7778 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7779
7780 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7781 * Makefile.in: Regenerate.
7782
7783 * Makefile.def: Remove order dependency comments.
7784 * Makefile.tpl: Add explicit install-install dependencies.
7785 * Makefile.in: Regenerate.
7786
7787 * Makefile.tpl: Remove material now in src-release. (Finally!)
7788 * Makefile.in: Regenerate.
7789
7790 * configure: Restore my original patch by syncing with gcc version.
7791
7792 * Bring following over from gcc:
7793
7794 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7795
7796 * configure.in (s390*-*-linux*): Enable libgcj.
7797
7798 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7799
7800 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7801
7802 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7803
7804 * configure: Move stray lines back to where they belong.
7805
7806 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7807
7808 * Makefile.tpl: Insert configure-target target, for src-release.
7809
7810 * configure: Finish reverting change which Andrew Cagney started
7811 reverting. Should fix bustage.
7812
7813 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7814 * src-release: New file. Contains material for making net
7815 releases for gdb, binutils, et al., formerly in Makefile.in.
7816
7817 2002-09-30 Nick Clifton <nickc@redhat.com>
7818
7819 * cpu: New top level directory. Intended to hold input files for
7820 CGEN which have FSF copyright assignment.
7821 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7822
7823 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7824
7825 Revert below (note that src does not contain Makefile.tpl):
7826 * Makefile.tpl: Make subsituted variables more autoconfy.
7827 * Makefile.in: Regenerate.
7828
7829 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7830
7831 * configure: Revert accidentally applied changes.
7832
7833 * Makefile.tpl: Make more autoconf-friendly.
7834 * Makefile.in: Regenerate.
7835 * configure: Make substitution more autoconf-like.
7836
7837 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7838
7839 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7840 single entry to handle all these.
7841 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7842 libjava on arm-*-elf.
7843
7844 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7845
7846 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7847 things that depend on them.
7848
7849 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7850
7851 * Makefile.tpl: Make subsituted variables more autoconfy.
7852 * Makefile.in: Regenerate.
7853 * configure: Make seds more autoconfy.
7854
7855 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7858 * Makefile.in: Regenerate.
7859 * configure.in: Rewrite sed statements to look autoconfy.
7860
7861 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7862 all-target-foo on configure-target-foo.
7863 * Makefile.def: Ditto.
7864 * Makefile.in: Rebuild.
7865
7866 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7867
7868 * Makefile.def: New file.
7869 * Makefile.tpl: New file.
7870 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7871
7872 * configure.in: Minor rearrangement. Simplify tests.
7873
7874 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7875
7876 * configure.in (with_headers): Skip copy if value is "yes".
7877 (with_libs): Likewise.
7878
7879 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7880
7881 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7882 * configure.in (sh*-*-pe*): Ditto.
7883 * configure.in (mips*-*-pe*): Ditto.
7884 * configure.in (*arm-wince-pe): Ditto.
7885
7886 * configure.in: Rearrange.
7887
7888 2002-09-12 Nick Clifton <nickc@redhat.com>
7889
7890 * Import these changes from the config master repository:
7891
7892 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7893
7894 * config.sub: Add tic4x target.
7895
7896 2002-09-03 Ben Elliston <bje@redhat.com>
7897
7898 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7899 Reported by <Duncan_Stodart@insession.com>.
7900
7901 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7902
7903 * COPYING.NEWLIB: More updates.
7904
7905 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7906
7907 * COPYING.NEWLIB: Update.
7908
7909 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7910
7911 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7912
7913 * config.guess: Import version 2002-08-23.
7914 * config.sub: Import version 2002-08-22.
7915
7916 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7917
7918 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7919 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7920 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7921
7922 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7923
7924 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7925
7926 2002-08-04 H.J. Lu (hjl@gnu.org)
7927
7928 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7929
7930 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7931
7932 * configure.in: Move generic linux case to end. Copy generic
7933 linux noconfigdirs to mips*-*-linux* entry and new
7934 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7935
7936 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7937
7938 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7939 one instance of them which was missed to the list to update.
7940
7941 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7942
7943 * config.guess: Update to 2002-07-09 version.
7944 * config.sub: Update to 2002-07-03 version.
7945
7946 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7947
7948 * configure.in: Remove two redundant tests.
7949
7950 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7951
7952 * configure.in (mips*-*-irix6*o32): Enable stabs.
7953
7954 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7955
7956 * configure.in: Don't build grez.
7957 * Makefile.in: Ditto.
7958
7959 * Makefile.in: Remove references to bsp, cygmon, libstub.
7960 * configure.in: Ditto.
7961
7962 * configure.in: Remove leftover reference to gdbtest.
7963
7964 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7965
7966 * configure.in (gxx_include_dir): Change to match versioned
7967 C++ headers if --enable-version-specific-runtime-libs is used.
7968
7969 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7970
7971 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7972
7973 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7974
7975 * configure.in: Make --without-x work.
7976
7977 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7978
7979 * contrib: New directory. Created to contain a copy of the
7980 texi2pod.pl script so that it is in the same place as the version in
7981 the FSF GCC sources.
7982
7983 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7984
7985 * configure.in: Rearrange target Makefile fragment collection.
7986
7987 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7988 cvs[src].
7989 * configure.in: Ditto.
7990
7991 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7992
7993 * Makefile.in: Eliminate 'apache' targets.
7994 * configure.in: Eliminate 'apache' targets.
7995
7996 * configure.in: Eliminate redundant tests. Reorganize.
7997
7998 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7999
8000 * config-ml.in: Eliminate references to Cygnus configure.
8001
8002 * Makefile.in: Eliminate references to building emacs.
8003
8004 2002-07-01 Denis Chertykov <denisc@overta.ru>
8005
8006 * configure.in: Add support for ip2k.
8007
8008 2002-06-24 Ben Elliston <bje@redhat.com>
8009
8010 * configure.in (host_tools): Remove cgen.
8011
8012 * Makefile.in (all-cgen): Remove; runs from its source directory.
8013 (check-cgen, install-cgen, clean-cgen): Likewise.
8014 (all-opcodes): No not depend on all-cgen.
8015 (all-sim): Likewise.
8016
8017 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8018
8019 * configure.in: Fix AIX configury bug.
8020
8021 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8022
8023 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8024
8025 * configure.in: Move definition of libstdcxx_flags right above
8026 usage, rather than way earlier.
8027
8028 * configure.in: Pull definition of is_cross_compiler earlier.
8029
8030 * configure.in: Rearrange a little.
8031
8032 * configure.in: Remove references to librx.
8033 * Makefile.in: Remove references to librx.
8034
8035 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8036
8037 * configure.in: Eliminate ${gasdir} variable.
8038
8039 2002-06-18 Dave Brolley <brolley@redhat.com>
8040
8041 * configure.in: Add support for frv.
8042 * config.sub: Add support for frv.
8043
8044 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8045
8046 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8047
8048 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8049
8050 * configure.in (vax-*-netbsd*): Re-enable gas.
8051
8052 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8053
8054 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8055 BUILD_PREFIX_1, to correct nomenclature.
8056 * configure: Likewise.
8057
8058 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8059 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8060
8061 2002-05-31 Olaf Hering <olh@suse.de>
8062
8063 * config-ml.in: Propogate DESTDIR also.
8064
8065 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8066
8067 * configure.in (vax-*-netbsd*): Don't build gas for this
8068 platform.
8069
8070 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8071
8072 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8073 and libgcj for AVR.
8074
8075 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8076
8077 * config.sub: Add DLX target.
8078
8079 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8080
8081 * config.guess: Update to 2002-05-22 version.
8082 * config.sub: Likewise.
8083
8084 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8085
8086 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8087 * config-ml.in: Likewise.
8088 * configure: Likewise.
8089 * configure.in: Likewise.
8090
8091 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8092
8093 * configure.in: Simplify makefile fragment collection.
8094
8095 * configure.in: Remove code to build emacs.
8096
8097 * configure.in : Remove --srcdir argument from targargs and buildargs
8098 (it's always overridden in the Makefile anyway). Rearrange a bit.
8099
8100 * configure: Move some logic to configure.in.
8101 * configure.in: Move some logic from configure.
8102
8103 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8104
8105 * COPYING.LIBGLOSS: New file.
8106
8107 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8108
8109 * Makefile.in: Honour DESTDIR.
8110
8111 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8112
8113 * configure.in (noconfigdirs): Don't disable libgcj on
8114 sparc64-*-solaris* and sparcv9-*-solaris*.
8115
8116 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8117
8118 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8119
8120 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8121
8122 * configure.in (FLAGS_FOR_TARGET): Do not add
8123 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8124 on i[3456]86-*-linux*.
8125
8126 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8127
8128 * configure.in (noconfigdirs): Replace [ ] with test.
8129
8130 * configure.in (noconfigdirs): Do not add target-newlib if
8131 target == i[3456]86-*-linux*, and host == target.
8132
8133 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8134
8135 * config.guess: Updated to 2002-04-26's version.
8136 * config.sub: Updated to 2002-04-26's version.
8137
8138 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8139
8140 * configure.in: delete reference to absent file
8141
8142 * configure.in: replace '[' with 'test'
8143
8144 * configure.in: Eliminate references to gash.
8145 * Makefile.in: Eliminate references to gash.
8146
8147 * configure.in: remove useless references to 'pic' makefile fragments.
8148
8149 * configure.in: (*-*-windows*) Finish removing.
8150
8151 * configure.in: Eliminate redundant test for libgui.
8152
8153 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8154
8155 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8156 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8157
8158 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8159
8160 * configure.in: remove references to dead files
8161
8162 2002-04-18 Tom Tromey <tromey@redhat.com>
8163
8164 * configure.in: Disallow configuring libgcj when it is already
8165 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8166 Solaris 2.8 by default. For PR libgcj/6158.
8167
8168 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8169
8170 * configure.in: Move default CC setting out of config/mh-* fragments
8171 directly into here.
8172
8173 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8174
8175 * configure.in: don't even try to configure or make a subdirectory
8176 if there's no configure script for it.
8177
8178 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8179
8180 * MAINTAINERS: Remove chill maintainers.
8181 * Makefile.in (CHILLFLAGS): Remove.
8182 (CHILL_LIB): Remove.
8183 (TARGET_CONFIGDIRS): Remove libchill.
8184 (CHILL_FOR_TARGET): Remove.
8185 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8186 CHILL_LIB.
8187 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8188 (CHECK_TARGET_MODULES): Likewise.
8189 (INSTALL_TARGET_MODULES): Likewise.
8190 (CLEAN_TARGET_MODULES): Likewise.
8191 (configure-target-libchill): Remove.
8192 (all-target-libchill): Remove.
8193 * configure.in (target_libs): Remove target-libchill.
8194 Do not compute CHILL_FOR_TARGET.
8195 * libchill: Remove directory.
8196
8197 2002-04-15 DJ Delorie <dj@redhat.com>
8198
8199 * Makefile.in, configure.in, configure: Sync with gcc, entries
8200 follow...
8201
8202 2002-04-08 Tom Tromey <tromey@redhat.com>
8203
8204 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8205 Fixes PR libgcj/6068.
8206
8207 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8208
8209 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8210
8211 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8212
8213 * configure.in (alpha*-dec-osf*): Enable libgcj.
8214
8215 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8216
8217 Fix for: PR bootstrap/3591, target/5676
8218 * configure.in (mcore-pe): Disable the configuration of
8219 libstdc++-v3 since exceptions are not supported.
8220
8221 2002-03-20 Anthony Green <green@redhat.com>
8222
8223 * configure.in: Enable libgcj for xscale-elf target.
8224
8225 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8226
8227 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8228 libjava.
8229 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8230
8231 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8232
8233 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8234 libstdc++-v3 and libjava.
8235
8236 2002-02-11 Adam Megacz <adam@xwt.org>
8237
8238 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8239 boehm-gc
8240
8241 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8242
8243 * config.guess: Updated to 2002-01-30's version.
8244 * config.sub: Updated to 2002-02-01's version.
8245 Contribute sh64-elf.
8246 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8247 * configure.in: Added sh64-*-*.
8248
8249 2002-01-17 H.J. Lu <hjl@gnu.org>
8250
8251 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8252 (all-target-fastjar): Also depend on all-target-libiberty.
8253
8254 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8255
8256 * configure, configure.in: Use temp file for long sed commands.
8257
8258 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8259
8260 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8261 libf2c.
8262
8263 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8264
8265 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8266
8267 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8268
8269 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8270
8271 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8272
8273 * configure: Handle temporary files securely using mkdir.
8274
8275 2001-09-26 Will Cohen <wcohen@redhat.com>
8276
8277 * configure.in (*-*-linux*): Disable configuration of target-newlib
8278 and target-libgloss.
8279
8280 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8281
8282 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8283 RANLIB.
8284
8285 2001-08-11 Graham Stott <grahams@redhat.com>
8286
8287 * Makefile.in (check-c++): Add missing semicolon.
8288
8289 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8290
8291 * configure.in (sh-*-linux*): New.
8292
8293 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8294
8295 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8296 and libgcj on m68hc11/m68hc12.
8297
8298 2001-06-27 H.J. Lu (hjl@gnu.org)
8299
8300 * Makefile (CFLAGS_FOR_BUILD): New.
8301 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8302
8303 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8304
8305 * configure.in (libstdcxx_flags): Do not try to execute
8306 libstdc++-v3/testsuite_flags until it exists.
8307
8308 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8309
8310 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8311
8312 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8313
8314 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8315
8316 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8317
8318 * configure.in: Move *-chorusos target case to the proper switch.
8319 Disable libgcj.
8320
8321 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8322
8323 * Makefile.in (STAGE1_CFLAGS): Pass down.
8324
8325 2001-04-13 Alan Modra <amodra@one.net.au>
8326
8327 * config.guess: Add hppa64-linux support. Note for next import that
8328 this is already in the master file.
8329 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8330
8331 2001-03-22 Colin Howell <chowell@redhat.com>
8332
8333 * Makefile.in (DO_X): Do not backslash single-quotes in
8334 backquotes (two places).
8335
8336 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8337
8338 * Makefile.in (DO_X): Quote nested quotes.
8339
8340 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8341
8342 * Makefile.in (DO_X): Use double quotes for quoting
8343 "RANLIB=$${RANLIB}".
8344
8345 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8346
8347 * configure.in: Only use `lang_requires' for languages athat are
8348 actually enabled.
8349
8350 2001-03-07 Tom Tromey <tromey@redhat.com>
8351
8352 * configure.in: Allow config-lang.in to set `lang_requires' to list
8353 of other required languages.
8354
8355 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8356
8357 * Makefile.in: Remove RANLIB definition. Use RANLIB
8358 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8359 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8360
8361 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8362 Alexandre Oliva <aoliva@redhat.com>
8363
8364 * Makefile.in (check-c++): Use tabs, not spaces.
8365
8366 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8367
8368 * Makefile.in (check-c++): New rule.
8369
8370 * configure.in (target_libs): Remove libg++.
8371 (noconfigdirs): Remove libg++.
8372 (noconfigdirs): Same.
8373 (noconfigdirs): Same.
8374 (noconfigdirs): Same.
8375
8376 * config-ml.in: Remove libg++ references.
8377
8378 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8379 (ALL_TARGET_MODULES): Same.
8380 (configure-target-libg++): Remove.
8381 (all-target-libg++): Remove.
8382 (configure-target-libio): Remove.
8383 (all-target-libio): Remove.
8384 (check-target-libio): Remove.
8385 (.PHONY): Remove.
8386 (libg++.tar.bz2): Remove.
8387 (all-target-cygmon): Remove libio.
8388 (all-target-libstdc++): Remove.
8389 (configure-target-libstdc++): Remove.
8390 (TARGET_LIB_PATH): Remove libstdc++.
8391 (ALL_GCC_CXX): Remove libstdc++.
8392 (all-target-gperf): Correct.
8393
8394 2001-02-15 Anthony Green <green@redhat.com>
8395
8396 * configure: Introduce GCJ_FOR_TARGET.
8397 * configure.in: Ditto.
8398 * Makefile.in: Ditto.
8399
8400 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8401
8402 * configure.in: for *-chorusos, don't config target-newlib and
8403 target-libgloss.
8404
8405 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8406
8407 Remove V2 C++ library.
8408 * configure.in: Remove --enable-libstdcxx_v3 support.
8409
8410 2001-01-27 Richard Henderson <rth@redhat.com>
8411
8412 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8413
8414 2001-01-26 Tom Tromey <tromey@redhat.com>
8415
8416 * configure.in: Allow libgcj to be built on Sparc Solaris.
8417
8418 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8419
8420 * configure.in: Enable libgcj on several additional platforms.
8421
8422 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8423
8424 * configure.in: Enable libgcj for linux targets.
8425
8426 2001-01-09 Mike Stump <mrs@wrs.com>
8427
8428 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8429 failures of subdirectories.
8430
8431 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8432
8433 * configure: handle DOS-style absolute paths.
8434
8435 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8436
8437 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8438
8439 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8440
8441 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8442 (libstdcxx_incdir): Pass down.
8443 * config.if: Remove expired bits for cxx_interface, add stub.
8444 (libstdcxx_incdir): Add variable for g++ include directory.
8445 * configure.in (gxx_include_dir): Use it.
8446
8447 2000-12-15 Andreas Jaeger <aj@suse.de>
8448
8449 * configure.in: Handle lang_dirs.
8450
8451 2000-12-13 Anthony Green <green@redhat.com>
8452
8453 * configure.in: Disable libgcj for any target not specifically
8454 listed. Disable libgcj for x86 and Alpha Linux until compatible
8455 with g++ abi.
8456
8457 2000-12-13 Mike Stump <mrs@wrs.com>
8458
8459 * Makefile.in (local-distclean): Also remove fastjar.
8460
8461 2000-12-10 Anthony Green <green@redhat.com>
8462
8463 * configure.in: Define libgcj. Disable libgcj target libraries for
8464 most targets.
8465
8466 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8467
8468 * configure.in (target_libs): Revert 2000-12-08 patch.
8469 (noconfigdirs): Added target-libjava.
8470
8471 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8472
8473 * Makefile.in: handle DOS-style absolute paths.
8474
8475 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8476
8477 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8478 libjava.
8479 * configure.in (target_libs): Removed `target-libjava'.
8480
8481 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8482
8483 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8484 (ALL_MODULES): Added fastjar.
8485 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8486 (all-target-libjava): all-fastjar replaces all-zip.
8487 (all-fastjar): Added.
8488 (configure-target-fastjar, all-target-fastjar): Likewise.
8489 * configure.in (host_tools): Added fastjar.
8490
8491 2000-12-07 Mike Stump <mrs@wrs.com>
8492
8493 * Makefile.in (local-distclean): Remove leftover built files.
8494
8495 2000-11-16 Fred Fish <fnf@be.com>
8496
8497 * configure.in (enable_libstdcxx_v3): Fix typo,
8498 libstd++ -> libstdc++.
8499
8500 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8501
8502 * configure: Provide the original toplevel configure arguments
8503 (including $0) to subprocesses in the environment rather than
8504 through gcc/configargs.h.
8505
8506 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8507
8508 * configure: Turn on libstdc++ V3 by default.
8509
8510 2000-10-16 Michael Meissner <meissner@redhat.com>
8511
8512 * configure (gcc/configargs.h): Only create if there is a build GCC
8513 directory created.
8514
8515 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8516
8517 * configure: Save configure arguments to gcc/configargs.h.
8518
8519 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8520
8521 * Makefile.in (bootstrap): avoid recursion if subdir missing
8522 (cross): ditto
8523 (do-proto-toplev): ditto
8524
8525 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8526
8527 * configure.in: Do not build byacc for hppa64. Provide paths to the
8528 X11 libraries for hppa64.
8529
8530 2000-09-02 Anthony Green <green@cygnus.com>
8531
8532 * Makefile.in (all-gcc): Depend on all-zlib.
8533 (CLEAN_MODULES): Add clean-zlib.
8534 (ALL_MODULES): Add all-zlib.
8535 * configure.in (host_libs): Add zlib.
8536
8537 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8538
8539 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8540 $targargs to tell whether newlib is going to be built.
8541
8542 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8543 $$r/TARGET_SUBDIR/libio for _G_config.h.
8544
8545 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8546
8547 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8548
8549 * configure: Make enable_threads and enable_shared defaults
8550 explicit. Substitute enable_threads into generated Makefiles.
8551 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8552 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8553
8554 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8555
8556 * configure.in: Re-enable all references to libg++ and librx.
8557
8558 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8559
8560 * configure.in: Add *-*-freebsd* configurations.
8561
8562 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8563
8564 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8565 (do-tar, do-bz2): New rules.
8566 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8567 (gdb-tar): New rule.
8568 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8569 (insight_dejagnu.tar): New rule.
8570 (insight.tar): New rule.
8571 (gdb+dejagnu.tar): New rule.
8572 (gdb.tar): New rule.
8573
8574 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8575
8576 * MAINTAINERS: Update dejagnu/
8577
8578 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8579
8580 * ltmain.sh (relink_command): Fix typo in previous change.
8581
8582 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8583
8584 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8585 (relink_command): Added --tag flags.
8586 (mode=install): If relinking fails; error out.
8587
8588 2002-03-12 Richard Henderson <rth@redhat.com>
8589
8590 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8591 .NOTPARALLEL tag.
8592 (do-check): Rename from check.
8593 (check): Allow parallel check.
8594
8595 2002-03-11 Richard Henderson <rth@redhat.com>
8596
8597 * Makefile.in (.NOTPARALLEL): Add fake tag.
8598
8599 2002-03-07 H.J. Lu (hjl@gnu.org)
8600
8601 * configure.in: Enable gprof for mips*-*-linux*.
8602
8603 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8604
8605 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8606 libjava.
8607 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8608
8609 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8610
8611 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8612
8613 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8614
8615 * config.guess: Import from master sources, rev 1.232.
8616 * config.sub: Import from master sources, rev 1.246.
8617
8618 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8619
8620 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8621 because its Makefile is there; test for the executable instead.
8622
8623 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8624
8625 Contribute sh64-elf.
8626 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8627 * configure.in: Added sh64-*-*.
8628
8629 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8630
8631 * COPYING.NEWLIB: Remove advertising clause from
8632 Berkeley and Red Hat licenses.
8633
8634 2002-02-01 Mo DeJong <supermo@bayarea.net>
8635
8636 * Makefile.in: Add all-tix to deps for all-snavigator
8637 so that tix is built when building snavigator.
8638
8639 2002-02-01 Ben Elliston <bje@redhat.com>
8640
8641 * config.guess: Import from master sources, rev 1.229.
8642 * config.sub: Import from master sources, rev 1.240.
8643
8644 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8645
8646 From Steve Ellcey <sje@cup.hp.com>:
8647 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8648 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8649 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8650 IA64.
8651 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8652 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8653 soname_spec, sys_lib_search_path_spec): Ditto.
8654
8655 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8656
8657 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8658 target-libiberty, and target-libgloss. Skip Java-related
8659 libraries if not supported for NetBSD on target CPU.
8660
8661 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8662
8663 * configure.in: Import StrongARM and XScale target_configdirs from
8664 FSF GCC version.
8665
8666 2002-01-16 H.J. Lu (hjl@gnu.org)
8667
8668 * config.guess: Import from master sources, rev 1.225.
8669 * config.sub: Import from master sources, rev 1.238.
8670
8671 * MAINTAINERS: Updated notes on config.guess and config.sub.
8672
8673 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8674
8675 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8676 ld and gdb are not supported.
8677
8678 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8679
8680 * Change reference to Cygnus Solutions to be Red Hat.
8681
8682 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8683
8684 * COPYING.NEWLIB: Update generic copyright date.
8685
8686 2002-01-07 Mark Salter <msalter@redhat.com>
8687
8688 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8689 Allow target-libgloss to be built for arm, strongarm, and xscale.
8690
8691 2002-01-03 Ben Elliston <bje@redhat.com>
8692
8693 * MAINTAINERS: Update URL for config.* scripts.
8694
8695 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8696
8697 * config.sub: Import latest version.
8698 * config.guess: Likewise.
8699
8700 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8701
8702 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8703 options for i[3456]86-pc-linux* native builds.
8704
8705 2001-12-05 Laurent Guerby <guerby@acm.org>
8706
8707 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8708 libiberty.
8709
8710 Import this patch from gcc:
8711
8712 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8713
8714 * symlink-tree: handle DOS-style absolute paths.
8715
8716 2001-11-28 DJ Delorie <dj@redhat.com>
8717 Zack Weinberg <zack@codesourcery.com>
8718
8719 When build != host, create libiberty for the build machine.
8720
8721 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8722 CONFIG_ARGUMENTS.
8723 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8724 New variables.
8725 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8726 and rules.
8727 (all.normal): Depend on ALL_BUILD_MODULES.
8728 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8729 (all-build-libiberty): Depend on configure-build-libiberty.
8730
8731 * configure: Calculate and substitute proper value for
8732 ALL_BUILD_MODULES.
8733 * configure.in: Create the build subdirectory.
8734 Calculate and substitute TARGET_CONFIGARGS (formerly
8735 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8736
8737 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8738
8739 * config.sub: Update to version 1.232 on subversion.
8740
8741 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8742
8743 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8744 files from .po files for a distribution.
8745
8746 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8747
8748 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8749
8750 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8751
8752 Merged from net gcc:
8753 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8754 * ltcf-c.sh: Use $objext, not $ac_objext.
8755 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8756 * ltcf-cxx.sh: Add support for GNU.
8757 2001-07-22 Timothy Wall <twall@redhat.com>
8758 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8759 default settings if using GNU tools with that configuration.
8760 * ltcf-cxx.sh: Ditto.
8761 * ltcf-gcj.sh: Ditto.
8762 2001-07-21 Michael Chastain <chastain@redhat.com>
8763 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8764 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8765 * ltmain.sh: Mark as gcc-local.
8766
8767 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8768
8769 * Makefile.in (all-bison): Revert 2001-10-24.
8770 Don't depend on texinfo.
8771
8772 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8773
8774 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8775
8776 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8777
8778 * configure.in (--enable-languages): Be more permissive about
8779 syntax. Check for empty lists better. Warn about $LANGUAGES.
8780
8781 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8782
8783 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8784
8785 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8786
8787 Makefile.in (all-bison): Don't depend on texinfo.
8788
8789 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8790
8791 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8792
8793 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8794
8795 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8796
8797 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8798
8799 * config.sub, config.guess: Import latest from subversions.
8800
8801 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8802
8803 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8804 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8805 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8806 avoid quotes nesting problems.
8807 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8808 (DO_X): Export only variables that are set.
8809
8810 2001-09-19 Ben Elliston <bje@redhat.com>
8811
8812 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8813 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8814 semantics. Use the shell built-in "type" command instead.
8815
8816 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8817
8818 * config.sub: Reverted the earlier change, this version is not the
8819 master file.
8820
8821 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8822
8823 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8824 Add support for mips64.
8825
8826 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8827
8828 * configure.in: Enable libstdc++-v3 for h8300 targets.
8829
8830 2001-08-30 Eric Christopher <echristo@redhat.com>
8831 Jason Eckhardt <jle@redhat.com>
8832
8833 * config.sub: Add support for mipsisa32.
8834
8835 2001-08-30 Eric Christopher <echristo@redhat.com>
8836
8837 * config.sub, config.guess: Import latest from subversions.
8838
8839 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8840
8841 * config.sub, config.guess: Import latest from subversions.
8842
8843 2001-07-26 DJ Delorie <dj@redhat.com>
8844
8845 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8846
8847 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8848
8849 * Makefile.in: Revert 2001-06-17.
8850 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8851
8852 2001-06-17 H.J. Lu <hjl@gnu.org>
8853
8854 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8855 (gas+binutils.tar.bz2): Likewise.
8856 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8857
8858 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8859
8860 * Makefile.in (VER): When present, extract the version number from
8861 the file version.in.
8862
8863 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8864
8865 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8866 gcc/xgcc is built, use -print-prog-name to find out the program
8867 name to use.
8868
8869 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8870
8871 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8872 with_gcc]: Use `gcc -shared' to build a shared library.
8873
8874 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8875
8876 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8877 archives.
8878
8879 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8880
8881 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8882 libraries when using g++ with native linker.
8883
8884 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8885
8886 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8887
8888 2001-05-24 Tom Rix <trix@redhat.com>
8889
8890 * configure.in : enable ld for aix
8891
8892 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8893
8894 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8895 [aix4*|aix5*]: Prepend blank.
8896
8897 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8898
8899 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8900 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8901 of subdir/configure scripts to use the new libtool.m4.
8902
8903 2001-05-14 H.J. Lu <hjl@gnu.org>
8904
8905 * config.if (libc_interface): Set to -libc6.2- for cross
8906 compiling to Linux/glibc 2.2.
8907
8908 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8909
8910 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8911 libgcj.
8912
8913 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8914
8915 * configure.in (noconfigdirs): Don't reset it from scratch in the
8916 target case; only append to it.
8917
8918 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8919
8920 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8921 sparc-*-solaris2.8]: Disable ${libgcj}.
8922
8923 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8924
8925 * configure.in (libgcj_saved): Copy from $libgcj.
8926 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8927 --disable-libgcj.
8928
8929 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8930
8931 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8932 1.641.2.228.
8933
8934 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8935
8936 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8937 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8938
8939 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8940
8941 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8942 New macros.
8943 (bootstrap, cross): Use RECURSE_FLAGS.
8944 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8945
8946 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8947
8948 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8949
8950 2001-03-23 Nick Clifton <nickc@redhat.com>
8951
8952 * README-maintainer-mode: Add note about inability to use "make
8953 distclean" in maintainer mode.
8954
8955 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8956
8957 Re-installed:
8958 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8959 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8960 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8961 * ltcf-cxx.sh: Likewise.
8962 * ltcf-gcj.sh: Likewise.
8963
8964 2001-03-22 Philip Blundell <philb@gnu.org>
8965
8966 * config.sub, config.guess: Import latest from subversions.
8967
8968 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8969
8970 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8971 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8972
8973 2001-03-20 Michael Chastain <chastain@redhat.com>
8974
8975 * Makefile.in: all-m4 depends on all-texinfo.
8976
8977 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8978
8979 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8980
8981 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8982
8983 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8984 longer valid.
8985
8986 2001-02-16 Nick Clifton <nickc@redhat.com>
8987
8988 * configure.in (noconfigdirs): Allow configuration of texinfo
8989 for Cygwin hosts.
8990
8991 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8992
8993 * config.guess: Add linux target for S/390.
8994 * config.sub: Likewise.
8995 * configure.in: Likewise.
8996
8997 2001-02-06 Ben Elliston <bje@redhat.com>
8998
8999 * configure: Output host type to stdout, not stderr.
9000
9001 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9002
9003 * config.guess: Import from subversions.gnu.org (revision 1.181).
9004 * config.sub: Import from subversions.gnu.org (revision 1.199).
9005
9006 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9007
9008 * config.guess: Handle hppa64-linux systems.
9009
9010 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9011
9012 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9013 Don't unset, it's non-portable and no longer necessary, set to empty
9014 instead.
9015
9016 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9017
9018 * ltconfig: Shell portability fix for the tagname validity check.
9019
9020 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9021
9022 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9023
9024 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9025
9026 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9027 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9028
9029 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9030
9031 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9032 keep at least one of build_libtool_libs or build_old_libs set to
9033 yes.
9034
9035 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9038 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9039
9040 2000-11-07 Philip Blundell <pb@futuretv.com>
9041
9042 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9043
9044 2000-11-03 Philip Blundell <pb@futuretv.com>
9045
9046 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9047 files.
9048
9049 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9050
9051 * COPYING.NEWLIB: Put into source repository.
9052
9053 2001-01-15 Ben Elliston <bje@redhat.com>
9054
9055 * configure.in (host_tools): Add sid.
9056 Always configure cgen.
9057 * Makefile.in (all-sid): New target.
9058 (check-sid, clean-sid, install-sid): Likewise.
9059
9060 2001-01-07 Andreas Jaeger <aj@suse.de>
9061
9062 * config.sub, config.guess: Update from subversions.
9063
9064 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9065
9066 * configure.in: Disable language-specific target libraries for
9067 languages that aren't enabled.
9068
9069 2000-11-24 Nick Clifton <nickc@redhat.com>
9070
9071 * configure.in (xscale-elf): Add target.
9072 (xscale-coff): Add target.
9073 (c4x, c5x, tic54x): Move after ARM targets.
9074
9075 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9076
9077 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9078
9079 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9080
9081 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9082
9083 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9084
9085 * Makefile.in: Merge with GCC and libgcj.
9086 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9087 configure-target-<library> when their configure scripts need the C
9088 or C++ library to have already been built to work properly.
9089 (do_proto_toplev): Set them to an empty string.
9090
9091 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9092
9093 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9094 (REALLY_SET_LIB_PATH): Use them.
9095
9096 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9097
9098 * config.sub: Add support for Sun Chorus
9099
9100 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9101
9102 * config.sub: Add support for the *-storm-chaos OS.
9103
9104 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9105
9106 * configure.in (noconfigdirs): Don't compile some
9107 of the libraries for 68HC11 & 68hc12 targets.
9108
9109 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9110
9111 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9112 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9113 all affected `configure' scripts.
9114
9115 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9116
9117 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9118 ltcf-c.sh.
9119
9120 2000-09-12 Philip Blundell <philb@gnu.org>
9121
9122 * config.sub, config.guess: Update from subversions.
9123
9124 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9125
9126 * Makefile.in (all-zlib): Added dummy target.
9127
9128 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9129 multi-language branch.
9130
9131 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9132
9133 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9134 (bootstrap*): Depend on all-bootstrap.
9135
9136 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9137
9138 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9139 crosses, but add gcc/include to the header search path for them.
9140
9141 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9142
9143 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9144 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9145 * gettext.m4: New file, extracted from aclocal.m4.
9146
9147 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9150 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9151 sub-configures.
9152
9153 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9154
9155 * Makefile.in (ALL_MODULES): Add all-cgen.
9156 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9157 (all-cgen): New target.
9158 (all-opcodes,all-sim): Depend on all-cgen.
9159 * configure.in (host_tools): Add cgen.
9160 Only configure cgen if --enable-cgen-maint.
9161
9162 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9163
9164 * config-ml.in (CC, CXX): Don't introduce a leading space.
9165
9166 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9167
9168 * configure.in (libstdcxx_flags): Use
9169 libstdc++-v3/src/libstdc++.INC.
9170
9171 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9174
9175 2000-08-11 Jason Merrill <jason@redhat.com>
9176
9177 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9178 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9179 (FLAGS_FOR_TARGET): Not here.
9180 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9181
9182 2000-08-07 DJ Delorie <dj@redhat.com>
9183
9184 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9185 "if we're also building gcc, and it's a gcc that will run on the
9186 build machine, we want to use its includes instead of the system's
9187 default includes".
9188
9189 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9190
9191 * configure.in (libstdcxx_flags): Don't use `"'.
9192
9193 * config-ml.in: Adjust multilib search paths to the
9194 appropriate multilib tree.
9195
9196 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9197
9198 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9199 commas in $LANGUAGES.
9200
9201 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9204
9205 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9206
9207 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9208 CXX_FOR_TARGET for sed.
9209
9210 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9211
9212 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9213 Do not override if already set in the environment or in configure.
9214 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9215 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9216
9217 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9218
9219 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9220 (GCC_FOR_TARGET): Use it.
9221 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9222 * configure.in: ... here.
9223 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9224 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9225
9226 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9227
9228 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9229 (configure-target-libchill, configure-target-libobjc): Likewise.
9230
9231 * configure.in: Use the same cache file for all target libs.
9232 * config-ml.in: But different cache files per multilib variant.
9233
9234 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9235
9236 * configure (topsrcdir): Don't use dirname.
9237
9238 2000-07-20 Jason Merrill <jason@redhat.com>
9239
9240 * configure.in: Remove all references to libg++ and librx.
9241
9242 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9243
9244 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9245
9246 * config.sub: Update to subversions version 2000-07-06.
9247
9248 2000-07-12 Andrew Haley <aph@cygnus.com>
9249
9250 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9251 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9252
9253 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9254
9255 * symlink-tree: Check number of arguments.
9256
9257 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9258
9259 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9260
9261 2000-07-05 Jim Wilson <wilson@cygnus.com>
9262
9263 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9264 search path for a g++ extracted from the build tree. This
9265 will allow link tests run by configure scripts in
9266 subdirectories to succeed.
9267
9268 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9269
9270 * ltconfig: Add support for mips-dde-sysv4.2MP
9271
9272 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9273
9274 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9275 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9276
9277 2000-06-19 Timothy Wall <twall@cygnus.com>
9278
9279 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9280 * config.sub: Add tic54x target.
9281
9282 2000-06-07 Phillip Thomas <pthomas@suse.de>
9283
9284 * README-maintainer-mode: New file: Contains notes on using
9285 --enable-maintainer-mode with binutils.
9286
9287 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9288
9289 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9290
9291 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9292
9293 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9294 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9295
9296 20000-05-21 H.J. Lu (hjl@gnu.org)
9297
9298 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9299 directory are used if they exist. Make sure
9300 $(build_tooldir)/include is searched for header files,
9301 $(build_tooldir)/lib/ for library files.
9302 (GCC_FOR_TARGET): Likewise.
9303 (CXX_FOR_TARGET): Likewise.
9304
9305 2000-05-18 Jeffrey A Law (law@cygnus.com)
9306
9307 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9308
9309 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9310
9311 * Makefile.in (configure-target-libiberty): Depend on
9312 configure-target-newlib.
9313
9314 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9315
9316 * configure.in, Makefile.in: Merge all libffi-related
9317 configury stuff from the libgcj tree.
9318
9319 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9320
9321 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9322 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9323
9324 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9325
9326 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9327 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9328 current version information. Add to proto-toplev directory.
9329 (gdb-taz): Build do-djunpack.
9330
9331 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9332
9333 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9334
9335 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9336
9337 * ltmain.sh: Preserve in relink_command any environment
9338 variables that may affect the linker behavior.
9339
9340 2000-05-12 Jeffrey A Law (law@cygnus.com)
9341
9342 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9343
9344 2000-05-10 Jim Wilson <wilson@cygnus.com>
9345
9346 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9347
9348 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9351 with the version name.
9352
9353 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9354
9355 * config.if: Tweak.
9356
9357 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * djunpack.bat: New file.
9360
9361 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9362
9363 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9364 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9365 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9366 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9367
9368 2000-04-16 Dave Pitts <dpitts@cozx.com>
9369
9370 * config.sub (case $basic_machine): Change default for "ibm-*"
9371 to "openedition".
9372
9373 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9374
9375 * Makefile.in (gdb-taz): New target. GDB specific archive.
9376 (do-md5sum): New target.
9377 (MD5PROG): Define.
9378 (PACKAGE): Default to TOOL.
9379 (VER): Default to a shell script.
9380 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9381 md5 checksum generation.
9382 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9383 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9384 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9385 insight.tar.bz2): Use gdb-taz to create archive.
9386
9387 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9388
9389 * configure (warn_cflags): Delete.
9390
9391 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9392 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9393
9394 * configure.in (enable_libstdcxx_v3): Add.
9395 (target_libs): Add bits here to switch between libstdc++-v2 and
9396 libstdc++-v3.
9397 * config.if: And this file too.
9398 * Makefile.in: Add libstdc++-v3 targets.
9399
9400 2000-04-05 Michael Meissner <meissner@redhat.com>
9401
9402 * config.sub (d30v): Add d30v as a basic machine type.
9403
9404 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9405
9406 * configure.in: -linux-gnu*, not -linux-gnu.
9407
9408 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9409
9410 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9411 (do-tar-bz2): Replace TOOL with PACKAGE.
9412 (gdb.tar.bz2): Remove GDBTK from GDB package.
9413 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9414 dejagnu.tar.bz2): New packages.
9415
9416 2000-02-27 Andreas Jaeger <aj@suse.de>
9417
9418 * configure.in: Add entry for mips*-*-linux*, move catch all
9419 *-*-*linux* entry below this one.
9420
9421 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9422
9423 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9424
9425 2000-02-24 Nick Clifton <nickc@cygnus.com>
9426
9427 * config.sub: Support an OS of "wince".
9428
9429 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9430
9431 * config.guess, config.sub: Updated to match config's 2000-02-15
9432 version.
9433
9434 2000-02-23 Linas Vepstas <linas@linas.org>
9435
9436 * config.sub: Add support for Linux/IBM 370.
9437 * configure.in: Likewise.
9438
9439 2000-02-22 Nick Clifton <nickc@cygnus.com>
9440
9441 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9442
9443 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9444
9445 * config.guess: Guess "cygwin" rather than "cygwin32".
9446
9447 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9448
9449 * configure (gcc_version): When setting, narrow search to
9450 lines containing `version_string'.
9451
9452 2000-02-15 Denis Chertykov <denisc@overta.ru>
9453
9454 * config.sub: Add support for avr target.
9455
9456 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9457
9458 * config.sub: Add mmix-knuth-mmixware.
9459
9460 2000-01-27 Christopher Faylor <cgf@redhat.com>
9461
9462 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9463 structure stuff to -L library search.
9464 (CXX_FOR_TARGET): Ditto.
9465 (CROSS_CHECK_MODULES): Fix spelling mistake.
9466
9467 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9468
9469 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9470 the C++ compiler.
9471
9472 2000-01-12 Richard Henderson <rth@cygnus.com>
9473
9474 * configure.in: Don't build some bits for beos.
9475
9476 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9477
9478 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9479 as include files.
9480
9481 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9482
9483 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9484 not mh-aix43.
9485
9486 1999-12-14 Richard Henderson <rth@cygnus.com>
9487
9488 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9489 * config.sub: Accept alphaev[78], alphaev8.
9490
9491 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9492
9493 * config.guess, config.sub: Update from autoconf.
9494
9495 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9496
9497 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9498 necessary libraries are missing.
9499
9500 1999-10-25 Andreas Schwab <schwab@suse.de>
9501
9502 * configure: Fix quoting inside arguments of eval.
9503
9504 1999-10-21 Nick Clifton <nickc@cygnus.com>
9505
9506 * config-ml.in: Allow suppression of some ARM multilibs.
9507
9508 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9509
9510 * config.guess: Add OS/390 match pattern.
9511 * config.sub: Add mvs, openedition targets.
9512 * configure.in (i370-ibm-opened*): New.
9513
9514 1999-09-04 Steve Chamberlain <sac@pobox.com>
9515
9516 * config.sub: Add support for configuring for pj.
9517
9518 1999-08-31 Nick Clifton <nickc@cygnus.com>
9519
9520 * config.sub (maybe_os): Add support for configuring for fr30.
9521
9522 1999-08-25 Nick Clifton <nickc@cygnus.com>
9523
9524 * configure.in: Do not configure or build ld for AIX
9525 platforms. ld is known to be broken on these platforms.
9526
9527 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9528
9529 * config-ml.in: Pass compiler flag corresponding to multidirs to
9530 subdir configures.
9531
9532 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9533
9534 * Makefile.in (LDFLAGS): Define.
9535
9536 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9537
9538 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9539 noconfigdirs.
9540 (*-*-cygwin*): Likewise.
9541
9542 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9543
9544 * mkdep: New file.
9545 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9546 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9547
9548 From Eli Zaretskii <eliz@is.elta.co.il>:
9549 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9550 long file name when using DJGPP on MS-DOS.
9551
9552 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9553
9554 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9555
9556 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9557
9558 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9559 dependency as this causes "make check" to globally "make all"
9560
9561 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9562
9563 * configure.in (target_libs): Added target-zlib.
9564 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9565 (CONFIGURE_TARGET_MODULES): Likewise.
9566 (CHECK_TARGET_MODULES): Likewise.
9567 (INSTALL_TARGET_MODULES): Likewise.
9568 (CLEAN_TARGET_MODULES): Likewise.
9569 (configure-target-zlib): New target.
9570 (all-target-zlib): Likewise.
9571 (all-target-libjava): Depend on all-target-zlib.
9572 (configure-target-libjava): Depend on configure-target-zlib.
9573
9574 * Makefile.in (configure-target-libjava): Depend on
9575 configure-target-newlib.
9576 (configure-target-boehm-gc): New target.
9577 (configure-target-qthreads): New target.
9578
9579 * configure.in (target_libs): Added target-qthreads.
9580 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9581 (CONFIGURE_TARGET_MODULES): Likewise.
9582 (CHECK_TARGET_MODULES): Likewise.
9583 (INSTALL_TARGET_MODULES): Likewise.
9584 (CLEAN_TARGET_MODULES): Likewise.
9585 (all-target-qthreads): New target.
9586 (configure-target-libjava): Depend on configure-target-qthreads.
9587 (all-target-libjava): Depend on all-target-qthreads.
9588
9589 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9590 (CONFIGURE_TARGET_MODULES): Likewise.
9591 (CHECK_TARGET_MODULES): Likewise.
9592 (INSTALL_TARGET_MODULES): Likewise.
9593 (CLEAN_TARGET_MODULES): Likewise.
9594 (all-target-libjava): New target.
9595 (all-target-boehm-gc): Likewise.
9596 * configure.in (target_libs): Added libjava, boehm-gc.
9597
9598 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9599
9600 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9601 configure.bat in SUPPORT_FILES.
9602 (gas+binutils.tar.bz2): Likewise.
9603
9604 * makeall.bat: Remove; obsolete.
9605
9606 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9607
9608 From Mark Elbrecht:
9609 * configure.bat: Remove; obsolete.
9610
9611 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9612
9613 * configure: Add -W -Wall to the default CFLAGS when compiling with
9614 gcc.
9615
9616 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9617
9618 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9619
9620 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9621
9622 * configure.in: Build ld on IRIX6.
9623
9624 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9625
9626 * Makefile.in: Change distribution targets to use bzip2 instead of
9627 gzip.
9628 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9629 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9630
9631 1999-06-04 Nick Clifton <nickc@cygnus.com>
9632
9633 * config.sub: Add mcore target.
9634
9635 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9636
9637 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9638
9639 1999-05-25 H.J. Lu (hjl@gnu.org)
9640
9641 * config.guess (dummy): Changed to $dummy.
9642
9643 1999-05-24 Nick Clifton <nickc@cygnus.com>
9644
9645 * config.sub: Tidied up case statements.
9646
9647 1999-05-22 Ben Elliston <bje@cygnus.com>
9648
9649 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9650 <jiro@din.or.jp>.
9651
9652 * config.guess: Merge with FSF version. Future changes will be
9653 more accurately recorded in this ChangeLog.
9654 * config.sub: Likewise.
9655
9656 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9657
9658 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9659
9660 1999-04-30 Tom Tromey <tromey@cygnus.com>
9661
9662 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9663
9664 1999-04-23 Tom Tromey <tromey@cygnus.com>
9665
9666 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9667
9668 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9669
9670 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9671 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9672 Bad merge removed these two changes.
9673
9674 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9675 Martin Heller (Ing.-Buero_Heller@t-online.de)
9676
9677 * config.guess (interix Alpha): Add.
9678
9679 1999-04-11 Richard Henderson <rth@cygnus.com>
9680
9681 * configure.in (i?86-*-beos*): Do config gperf; don't config
9682 gdb, newlib, or libgloss.
9683
9684 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9685
9686 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9687 link a trivial program with -mabi=64. If it fails, remove mabi=64
9688 from multidirs.
9689
9690 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9691
9692 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9693
9694 1999-04-08 Nick Clifton <nickc@cygnus.com>
9695
9696 * config.sub: Add support for mcore targets.
9697
9698 1999-04-07 Michael Meissner <meissner@cygnus.com>
9699
9700 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9701 not mt-ospace, in order to shut up assembler warning about using
9702 symbols that are named the same as registers.
9703
9704 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9705
9706 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9707 dependency list for all-target-cygmon.
9708
9709 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9710
9711 * config-ml.in: Check $host, not $target, for selective multilibs.
9712 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9713 thumb interworking, and underscore prefix multilibs.
9714
9715 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9716
9717 * missing: Update to version from current automake.
9718
9719 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9720
9721 * configure (gxx_include_dir): Removed.
9722
9723 * configure.in (gxx_include_dir): Handle it.
9724 * Makefile.in: Likewise.
9725
9726 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9727
9728 * config.sub (mips64vr4111,mips64vr4111el) Add.
9729
9730 1999-03-21 Ben Elliston <bje@cygnus.com>
9731
9732 * config.guess: Correct typo for detecting ELF on FreeBSD.
9733
9734 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9735
9736 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9737 config/mh-djgpp.
9738
9739 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9740
9741 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9742 all-target-newlib to dependency list for all-target-bsp.
9743
9744 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9745
9746 * config.sub: Add i386-uwin support.
9747 * config.guess: Likewise.
9748
9749 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9750
9751 * configure.in: cleanup, add mh-*pic handling for arm, special
9752 case powerpc*-*-aix*
9753
9754 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9755
9756 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9757 can be built.
9758
9759 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9760
9761 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9762 targets.
9763
9764 1999-03-02 Nick Clifton <nickc@cygnus.com>
9765
9766 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9767
9768 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9769
9770 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9771
9772 1999-02-24 Nick Clifton <nickc@cygnus.com>
9773
9774 * config.sub: Fix typo in arm recognition.
9775
9776 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9777
9778 * configure.in (noconfigdirs): Changed target_configdirs to
9779 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9780 rather than m68k-*-* since it is not known to work on
9781 m68k-aout. Ditto for arm-*-*oabi.
9782
9783 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9784
9785 * configure.in (*-*-windows*): Remove, no longer used.
9786
9787 1999-02-19 Ben Elliston <bje@cygnus.com>
9788
9789 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9790 Smart and improved by Andrew Cagney.
9791
9792 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9793
9794 * config.guess: Recognize openbsd-*-hppa.
9795
9796 1999-02-17 H.J. Lu (hjl@gnu.org)
9797
9798 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9799 only if it is not empty.
9800
9801 1999-02-17 Nick Clifton <nickc@cygnus.com>
9802
9803 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9804
9805 * config.guess: Modified to recognize uname's armv* syntax.
9806
9807 * config.sub: Modified to recognize uname's armv* syntax.
9808
9809 1999-02-17 Mark Salter <msalter@cygnus.com>
9810
9811 * configure.in: Added target-bsp for sparclite.
9812
9813 1999-02-08 Richard Henderson <rth@cygnus.com>
9814
9815 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9816
9817 1999-02-08 Nick Clifton <nickc@cygnus.com>
9818
9819 * configure.in: Add support for strongarm port.
9820 * config.sub: Add support for strongarm target.
9821
9822 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9823
9824 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9825 the old name config/mh-cygwin32.
9826 Enable texinfo.
9827
9828 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * configure.in: Do build ld for ix86 Solaris.
9831
9832 1999-02-02 Jim Wilson <wilson@cygnus.com>
9833
9834 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9835 $AR_FOR_TARGET. Likewise for RANLIB.
9836
9837 1999-02-02 Catherine Moore <clm@cygnus.com>
9838
9839 * config.sub (oabi): Recognize.
9840 * configure.in (arm-*-oabi): Handle.
9841
9842 1999-01-30 Robert Lipe (robertlipe@usa.net)
9843
9844 * config.guess: Improve detection of i686 on UnixWare 7.
9845
9846 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9847
9848 * config.guess: Add support for i386-pc-interix.
9849 * config.sub: Likewise.
9850 * configure.in: Likewise.
9851
9852 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9853
9854 * Makefile.in: Remove unneeded all-target-libio from
9855 from all-target-winsup target since it is now unneeded.
9856 Add all-target-libtermcap in its place since it is now
9857 needed.
9858
9859 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9860
9861 * configure.in: makefile stub for cygwin target is probably
9862 unnecessary. Remove it for now.
9863
9864 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9865
9866 * configure.in: libtermcap.a should be built when cygwin is the
9867 target as well as the host.
9868 * config.guess: Allow mixed case in cygwin uname output.
9869 * Makefile.in: Add libtermcap target.
9870
9871 1998-12-23 Jeffrey A Law (law@cygnus.com)
9872
9873 * config.sub: Clean up handling of hppa2.0.
9874
9875 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9876
9877 * config.guess: Use C code to identify more HP machines.
9878
9879 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9880
9881 * config.sub: Handle hppa2.0.
9882
9883 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9884
9885 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9886 cygmon for all sparclite targets, regardless of object format.
9887
9888 1998-12-15 Mark Salter <msalter@cygnus.com>
9889
9890 * configure.in: Added target-bsp for several target architectures.
9891
9892 * Makefile.in: Added rules for bsp.
9893
9894 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9895
9896 * config.guess: Improve detection of hppa2.0 processors.
9897
9898 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9899
9900 * config.guess: Recognize FreeBSD using ELF automatically.
9901
9902 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9903
9904 * configure (skip-this-dir): Add handling for new shell script, which
9905 might be created by a sub-directory's configure to indicate, this particular
9906 directory is "unwanted".
9907 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9908
9909 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9910
9911 * ltconfig: import from libtool, after changing libtool to
9912 account for the cygwin name change.
9913
9914 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9915
9916 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9917 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9918
9919 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9920
9921 * configure.in: Add libtermcap to list of cygwin dependencies.
9922
9923 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9924
9925 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9926 they include winsup/include when it's a cygwin target.
9927
9928 1998-11-12 Tom Tromey <tromey@cygnus.com>
9929
9930 * configure.in (host_tools): Added zip.
9931 * Makefile.in (all-target-libjava): Depend on all-zip.
9932 (all-zip): New target.
9933 (ALL_MODULES): Added all-zip.
9934 (NATIVE_CHECK_MODULES): Added check-zip.
9935 (INSTALL_MODULES): Added install-zip.
9936 (CLEAN_MODULES): Added clean-zip.
9937
9938 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9939
9940 * Makefile.in: lose "32" from comment about cygwin.
9941
9942 1998-11-05 Nick Clifton <nickc@cygnus.com>
9943
9944 * configure.in: Use -Os to build target libraries for the fr30.
9945
9946 1998-11-04 Dave Brolley <brolley@cygnus.com>
9947
9948 * config.sub: Add fr30.
9949
9950 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9951
9952 * configure.in: drop "32" from config/mh-cygwin32. Check
9953 cygwin* instead of cygwin32*.
9954 * config.sub: Check cygwin* instead of cygwin32*.
9955
9956 1998-10-22 Robert Lipe <robertl@dgii.com>
9957
9958 * config.guess: Match any version of Unixware7.
9959
9960 1998-10-20 Syd Polk <spolk@cygnus.com>
9961
9962 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9963 if desired.
9964
9965 1998-10-18 Jeffrey A Law (law@cygnus.com)
9966
9967 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9968 these if the appropriate directories and files to not exist.
9969
9970 1998-10-14 Jeffrey A Law (law@cygnus.com)
9971
9972 * Makefile.in (DEVO_SUPPORT): Add config.if.
9973
9974 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9975
9976 * configure: Add pattern to replace "build_tooldir"'s
9977 definition in the generated Makefile with "tooldir"'s
9978 actual value.
9979
9980 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9981
9982 * config.sub: Bring back lost sparcv9.
9983
9984 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9985
9986 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9987
9988 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9989 CC_FOR_TARGET and friends.
9990
9991 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9992
9993 * Makefile.in (build_tooldir): New variable, same as tooldir.
9994 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9995 -B$(build_tooldir)/bin/.
9996 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9997
9998 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9999
10000 * config.sub: Add support for i[34567]86-pc-udk.
10001 * configure.in: Likewise.
10002
10003 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10004
10005 * Makefile.in: add bzip2 package building bits for user
10006 tools module
10007 * configure.in: ditto
10008
10009 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10010
10011 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10012 (ALL_TARGET_MODULES): Add all-target-libobjc.
10013 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10014 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10015 (all-target-libchill): Add dependencies.
10016 * configure.in (target_libs): Add libchill.
10017
10018 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10019
10020 * configure.in (target_subdir): Remove duplicate line.
10021
10022 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10023
10024 * Makefile.in (all-automake): fix dependencies.
10025
10026 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10027
10028 * configure.in: Minor cleanups for building in the $(target_alias)
10029 subdir.
10030
10031 1998-09-22 Jim Wilson <wilson@cygnus.com>
10032
10033 * Makefile.in (bootstrap): Set r and s before make all. Use
10034 BASE_FLAGS_TO_PASS in make all.
10035 (cross): Likewise.
10036
10037 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10038
10039 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10040
10041 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10042
10043 * config.sub: Fix typo in last change.
10044
10045 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10046
10047 * config.sub: Add support for C4x target.
10048 * configure.in: Likewise.
10049
10050 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10051
10052 * config.sub: Recognize sparcv9 just like sparc64.
10053
10054 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10055
10056 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10057
10058 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10059
10060 * config.guess: Correctly identify Pentium II sco boxes.
10061
10062 * config.guess: Fix "tr" code. From Weiwen Liu.
10063
10064 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10065
10066 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10067 stabs.
10068
10069 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10070
10071 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10072 (ALL_TARGET_MODULES): Add all-target-libchill.
10073 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10074 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10075 (all-target-libchill): Add dependencies.
10076 * configure.in (target_libs): Add libchill.
10077
10078 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10079
10080 * config.guess: Avoid assumptions about "tr" behaves when
10081 LANG is set to something other than English.
10082
10083 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10084
10085 * configure (gxx_include_dir): Changed to
10086 '${prefix}/include/g++'-${libstdcxx_interface}.
10087
10088 * config.if: New to determine the interfaces.
10089
10090 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10091
10092 * config.guess: Detect and handle MPE/IX.
10093 * config.sub: Deal with MPE/IX.
10094
10095 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10096
10097 * configure.in: Use mh-aix43.
10098
10099 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10100
10101 * configure: Fix --without/--disable cases for gxx-include-dir.
10102
10103 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10104
10105 * mdata-sh: Imported. Needed for automake support.
10106
10107 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10108
10109 * Makefile.in (taz): Try "chmod -R og=u ." before
10110 "chmod og=u `find . -print`".
10111
10112 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10113
10114 * configure.in: Add arm-elf and thumb-elf support.
10115
10116 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10117
10118 * Makefile.in: Undo previous patch.
10119
10120 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10121
10122 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10123 to here ...
10124 (install-no-fixedincludes): and here
10125 (INSTALL_MODULES): ... from here.
10126
10127 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10128
10129 * config.sub: Merge with FSF.
10130
10131 * config.guess: Merge with FSF.
10132
10133 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10134
10135 * configure (extraconfigdirs): New variable.
10136 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10137 * Makefile.in (all): Move higher in file.
10138 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10139 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10140 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10141 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10142 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10143
10144 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10145
10146 * Makefile.in (all-target-libjava): Depend on all-gcc and
10147 all-target-newlib.
10148 (configure-target-libjava): Depend on $(ALL_GCC).
10149
10150 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10151
10152 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10153 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10154
10155 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10156
10157 * ylwrap: Change absolute path checks to check for DOS style path
10158 names.
10159
10160 * ylwrap: Don't use a full path name if the source file is in the
10161 same directory. From hjl@lucon.org (H.J. Lu).
10162
10163 * config-ml.in: Default to being verbose, to match Feb 18 change to
10164 configure.
10165
10166 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10167
10168 Brought over from egcs:
10169
10170 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10171
10172 * configure.in (target_subdir): Set to ${target_alias} instead
10173 of "libraries".
10174
10175 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10176
10177 * configure.in (target_subdir): Set to libraries if enable_multilib.
10178
10179 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10180
10181 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10182 multilibs, force reconfiguration the first time we create
10183 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10184
10185 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10186
10187 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10188 avoid confusion with --no-recursion.
10189
10190 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10191
10192 * configure.in: Win32 hosts shouldn't use install -x
10193 * install-sh: remove -x option, and special .exe-handling
10194 hack.
10195
10196 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10197
10198 * config.guess: Recognize i586-pc-beos.
10199 * configure.in: Don't build some bits for beos.
10200
10201 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10202
10203 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10204 CFLAGS default to -O2.
10205
10206 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10207 when using GNU ld.
10208
10209 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10210
10211 * ltmain.sh: Correct install when using a different shell.
10212
10213 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10214
10215 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10216
10217 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10218
10219 * makefile.vms: Update to build binutils/makefile.vms. Add install
10220 target.
10221
10222 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * ltconfig: Update to correct AIX handling.
10225
10226 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10227
10228 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10229
10230 * configure.in (target_subdir): Set to ${target_alias} instead
10231 of "libraries".
10232
10233 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10234
10235 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10236 (Makefile): Depend on $(gcc_version_trigger).
10237
10238 * configure (gcc_version): Change default initializer to empty
10239 string.
10240 (gcc_version_trigger): New variable; pass this variable down
10241 to subdir configures to enable them checking gcc's version
10242 themselves. Emit make macros for both gcc_version vars.
10243 (topsrcdir): Initialize reliably.
10244 (recursion line): Remove --with-gcc-version=${gcc_version}.
10245
10246 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10247
10248 * configure (enable_version_specific_runtime_libs): Implement new flag
10249 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10250 in $(libsubdir); emit definition in each generated Makefile.
10251 (gxx_include_dir): Initialize depending on
10252 $enable_version_specific_runtime_libs.
10253
10254 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10255
10256 * configure (gcc_version): Initialize properly depending on
10257 how and where configure is started.
10258 (recursion line): Pass a --with-gcc-version=${gcc_version}
10259 to configures in subdirs.
10260
10261 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10262
10263 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10264 cygmon
10265
10266 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10267
10268 * configure.in: Add cygmon and libstub support for mn10200.
10269
10270 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10271
10272 * configure (gcc_version): Add new variable describing the
10273 particular gcc version we're building.
10274 * Makefile.in (libsubdir): Add new macro for the directory
10275 in which the compiler finds executables, libraries, etc.
10276 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10277 and libsubdir.
10278
10279 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10280
10281 * Makefile.in (local-clean): Remove *.log.
10282 (warning.log): Built with warn_summary from build.log.
10283 (mail-report.log): Run test_summary.
10284 (mail-report-with-warnings.log): Run test_summary including
10285 warning.log in the report.
10286
10287 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10288
10289 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10290
10291 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10292
10293 * Makefile.in (grep): Grep no longer depends on libiberty.
10294
10295 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10296
10297 * Makefile.in: all-snavigator needs all-libgui.
10298
10299 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10300
10301 * configure.in: Add cygmon and libstub support for mn10300.
10302
10303 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * missing: Update to version from automake 1.3.
10306
10307 * ltmain.sh: On installation, don't get confused if the same name
10308 appears more than once in the list of library names.
10309
10310 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10311
10312 * config.sub: Accept m68060 and m5200 as CPU names.
10313
10314 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10315
10316 * configure: Use && rather than using -a in test, because odd
10317 strings can confuse test.
10318 * configure.in: Likewise.
10319
10320 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10321
10322 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10323
10324 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10325
10326 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10327 bootstrap4-lean): New targets.
10328
10329 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10330
10331 * mpw-* Delete. Not used.
10332
10333 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10334
10335 * COPYING.LIB: Update FSF address.
10336
10337 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10338
10339 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10340
10341 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10342 GAS_SUPPORT_DIRS.
10343
10344 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10345
10346 * ltconfig, ltmain.sh: Avoid producing a version number if
10347 -version-info was not used.
10348
10349 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10350
10351 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10352 building with newlib.
10353
10354 1998-04-30 Paul Eggert <eggert@twinsun.com>
10355
10356 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10357 Solaris `make' causes it to continue to next definition.
10358
10359 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10360
10361 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10362 the right GUI libraries and files are installed along with GDB.
10363
10364 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10365
10366 * configure.in: Change alpha to alpha* in several places.
10367
10368 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10369
10370 * config.sub: Recognize sparc86x.
10371
10372 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10373
10374 * configure.in (--enable-target-optspace): Remove debug echo.
10375
10376 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10377
10378 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10379
10380 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10381
10382 * ltconfig: Update cygwin32 support.
10383
10384 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10385 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10386 (GDB_SUPPORT_DIRS): Likewise.
10387
10388 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10389
10390 * configure.in (target_makefile_frag): If --enable-target-optspace,
10391 use -Os to compile target libraries rather than -O2. Default to
10392 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10393 not used.
10394 * configure.in (target_cflags): Ditto for d30v.
10395
10396 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10397
10398 * Makefile.in (all-bfd): Depend on all-intl.
10399 (all-binutils): Likewise.
10400 (all-gas): Likewise.
10401 (all-gprof): Likewise.
10402 (all-ld): Likewise.
10403
10404 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10405
10406 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10407
10408 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10409
10410 * Makefile.in (all-bfd): Depend upon all-libiberty.
10411
10412 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10413
10414 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10415
10416 * Makefile.in: Add libstub.
10417
10418 * configure.in: Ditto. Build libstub for targets that have cygmon
10419 support.
10420
10421 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10422
10423 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10424
10425 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10426
10427 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10428 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10429
10430 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10431
10432 * configure: Define DEFAULT_M4 by searching PATH.
10433 * Makfile.in: Use DEFAULT_M4.
10434
10435 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10436
10437 * ltconfig: Add cygwin32 support.
10438
10439 * Makefile.in, configure.in: Add libtool as a native only directory
10440 to configure and build.
10441
10442 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10443
10444 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10445
10446 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10447
10448 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10449
10450 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10451
10452 * Makefile.in: add ash make rules
10453 * configure.in: add ash to native_only and host_tools lists
10454
10455 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10456
10457 * Makefile.in (all-gettext, all-intl): New targets.
10458 (ALL_MODULES): Added all-gettext, all-intl.
10459 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10460 (INSTALL_MODULES): Added install-gettext, install-intl.
10461 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10462
10463 * configure.in (host_tools): Added gettext.
10464 (native_only): Likewise.
10465 (noconfigdirs) [various cases]: Likewise.
10466 (host_libs): Added intl.
10467
10468 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10469
10470 * configure: Do not disable building gdbtk for cygwin32 hosts.
10471
10472 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10473
10474 * configure.in: Add thumb-coff target.
10475 * config.sub: Add thumb-coff target.
10476
10477 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10478
10479 * Makefile.in: Revert yesterday's change.
10480 (all-target-winsup): all-target-librx stays out of here.
10481
10482 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10483
10484 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10485 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10486 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10487 Remove references to librx and libg++.
10488
10489 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10490
10491 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10492 recursive makes
10493
10494 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10497 for newlib directory.
10498 (CXX_FOR_TARGET): Likewise.
10499
10500 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10501
10502 * ltconfig: Update after libtool/ltconfig.in change for
10503 hpux11.
10504
10505 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10506
10507 * ltconfig, ltmain.sh: Update to libtool 1.2.
10508
10509 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10510
10511 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10512 (install-gcc-cross): Instead, override LANGUAGES here.
10513
10514 1998-03-18 Dave Love <d.love@dl.ac.uk>
10515
10516 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10517 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10518
10519 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10520
10521 * configure.in: Add Thumb-pe target.
10522
10523 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10524
10525 * Makefile.in - changed sn targets to snavigator
10526 * configure.in - changed sn targets to snavigator
10527
10528 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10529
10530 * config-ml.in: After building symlink tree call make distclean
10531 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10532 to be the case for libiberty.
10533
10534 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10535
10536 * configure: When making link, also check the current
10537 directory. The configure scripts may create one.
10538
10539 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10540
10541 * config.sub: Accept alphapca56 and alphaev6 properly.
10542
10543 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10544
10545 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10546
10547 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10548
10549 * config.sub (sco5): Fix typo.
10550
10551 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10552
10553 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10554 install-itcl.
10555 (install-itcl): Remove dependency on install-tcl.
10556
10557 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10558
10559 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10560
10561 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10562
10563 * configure.in: Don't build libgui for a cygwin32 target when not on
10564 a cygwin32 host.
10565
10566 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10567
10568 * configure (redirect): Set to null, so default behavior of
10569 configure is now --verbose.
10570
10571 1998-02-16 Dave Love <d.love@dl.ac.uk>
10572
10573 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10574 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10575
10576 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10577
10578 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10579 this change to sync Makefile.in with its ChangeLog entries.
10580
10581 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10582
10583 * ltmain.sh (mkdir): Check that the directory doesn't exist
10584 before we exit with error, so that we don't get races during
10585 parallel builds.
10586
10587 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10588
10589 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10590
10591 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10592
10593 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10594 PICFLAG_FOR_TARGET.
10595 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10596
10597 * configure: Emit a definition for the new macro enable_shared
10598 into each Makefile.
10599
10600 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10601
10602 * configure.in (host_tools, native_only): Add libtool.
10603
10604 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10605
10606 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10607 Fix typo in ming config comment.
10608
10609 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10612
10613 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10614
10615 * config.sub: Add tic30 cases, and map c30 to tic30.
10616
10617 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10618
10619 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10620 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10621 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10622 (CLEAN_TARGET_MODULES): Similarly
10623 (all-target-libf2c): Add dependences.
10624 * configure.in (target_libs): Add libf2c.
10625
10626 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10627
10628 * configure.in: Remove expect from noconfigdirs when target
10629 is cygwin32. OK to build expect and dejagnu with Canadian
10630 Cross.
10631
10632 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10633
10634 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10635 host.
10636
10637 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10638 and mingw32.
10639
10640 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10641
10642 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10643 here as it is not defined in the toplevel Makefile.
10644
10645 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10646
10647 * configure (package_makefile_rules_frag): New variable, which names
10648 a file with generic rules, ...
10649 Change comment to mention we now have FIVE parts.
10650 * configure: Undo last change.
10651
10652 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10653
10654 * config.guess: More accurate determination of HP processor types.
10655 * config.sub: More accurate determination of HP processor types.
10656
10657 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10658
10659 * configure (package_makefile_frag): Move inserting the
10660 ${package_makefile_frag} to where it should be according
10661 to the comment.
10662
10663 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10664
10665 * config.guess: Add support for Linux/ARM.
10666
10667 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10668
10669 * .cvsignore: Remove *-info and *-install since they match
10670 release-info and mpw-install, which we don't want to just ignore.
10671
10672 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10673
10674 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10675
10676 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10677
10678 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10679 local_prefix to sub-make invocations.
10680
10681 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10682
10683 * configure.in: Check makefile fragments in the source
10684 directory.
10685
10686 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10687
10688 * configure.in: Check whether host and target makefile
10689 fragments exist before adding them to *_makefile_frag.
10690
10691 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10692
10693 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10694
10695 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10696
10697 * configure.in: Make sure we only replace RPATH_ENVVAR on
10698 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10699 regexp to sed.
10700
10701 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10702 to sub-makes.
10703
10704 1998-01-13 Lee Iverson (leei@ai.sri.com)
10705
10706 * config-ml.in (multi-do): LDFLAGS must include multilib
10707 designator.
10708
10709 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10710
10711 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10712
10713 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10714
10715 * config.sub: Add mingw32 support.
10716 * configure.in: Likewise.
10717
10718 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10719
10720 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10721
10722 Sun Dec 28 11:28:58 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
10728 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10729
10730 * config.guess: Sync with egcs. Picks up new alpha support,
10731 BeOS & some additional linux support.
10732
10733 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10734
10735 * config.guess: HP 9000/803 is a PA1.1 machine.
10736
10737 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10738
10739 * configure.in: It's alpha*-...
10740
10741 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10742
10743 * configure.in (host_makefile_frag, target_makefile_frag):
10744 Handle multiple config files.
10745 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10746 alpha-*-*.
10747
10748 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10749
10750 * mkdep: New file.
10751
10752 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10753
10754 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10755
10756 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10757
10758 * Makefile.in: Add libgui directory.
10759 (GDB_TK): Add all-libgui.
10760 * configure.in: Add libgui directory.
10761 * configure: Add all-libgui to GDB_TK.
10762
10763 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10764
10765 * config-ml.in (multidirs): Add m32r to multilib list.
10766
10767 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10768
10769 * Makefile.in (all-target-gperf): Change dependency to
10770 all-target-libstdc++.
10771
10772 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10773
10774 * config.guess: Add BeOS support.
10775
10776 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10777
10778 Source directory cvs renamed to cvssrc:
10779 * configure.in (host_tools): Change cvs to cvssrc.
10780 (native_only): Likewise.
10781 (noconfigdirs) [various cases]: Likewise.
10782 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10783 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10784 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10785 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10786 (all-cvssrc): Rename target from all-cvs.
10787
10788 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10789
10790 * configure (gxx_include_dir): Fix thinko.
10791
10792 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10793
10794 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10795 (install-cross, install-gcc-cross): New targets.
10796
10797 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10798
10799 * configure.in (noconfigdirs): Add support for Thumb target.
10800
10801 * config.sub (maybe_os): Add support for Thumb target.
10802
10803 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10804
10805 * Makefile.in: Add rules for cygmon.
10806
10807 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10808
10809 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10810
10811 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10812 * configure (gxx_include_dir): Provide a definition for subdirs
10813 which do not use autoconf.
10814
10815 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10816
10817 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10818 11/18/97 build
10819
10820 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10821
10822 * From Franz Sirl.
10823 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10824 found on RedHat Linux systems.
10825
10826 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10827
10828 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10829 guesses.
10830
10831 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10832
10833 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10834
10835 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10836
10837 * ltmain.sh: If mkdir fails, check whether the directory was created
10838 anyhow by some other process.
10839
10840 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10841
10842 * configure.in (d30v-*-*): Configure all directories.
10843
10844 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10845
10846 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10847 for the D30V.
10848
10849 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10850
10851 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10852
10853 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10854
10855 * include/libiberty.h: Add extern "C" { so it can be used with C++
10856 progrms.
10857 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10858 programs.
10859
10860 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10861
10862 * configure.in (d30v-*-*): Configure GCC now.
10863
10864 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10865
10866 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10867 is no longer needed.
10868
10869 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10870
10871 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10872
10873 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10874
10875 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10876 targets using "$@" to provide support for similar but not identical
10877 targets without having to duplicate code.
10878
10879 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10880
10881 * makefile.vms: Fix to work with DEC C.
10882
10883 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10884
10885 * config.sub: Add mips-tx39-elf to marketing names.
10886
10887 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10888
10889 * ltmain.sh: Handle symlinks in generated script.
10890
10891 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10892
10893 * configure: Handle autoconf style directory options: --bindir,
10894 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10895 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10896 --sysconfdir.
10897 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10898 (sharedstatedir, localstatedir, oldincludedir): New variables.
10899 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10900 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10901 sbindir, sharedstatedir, and sysconfdir.
10902
10903 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10904
10905 * Makefile.in (bootstrap-lean): New target.
10906
10907 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10908
10909 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10910 sn, and gnuserv from noconfigdirs.
10911
10912 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10913
10914 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10915
10916 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10917
10918 * Makefile.in (cross): New target.
10919
10920 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10921 Jeff Law <law@cygnus.com>
10922
10923 * Makefile.in (bootstrap2, bootstrap3): New targets.
10924 (all-bootstrap): Remove outdated and confusing target.
10925 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10926
10927 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10928
10929 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10930 windows. Consistent with gdb/configure.
10931
10932 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10933
10934 * configure.in: Name Linux target fragment.
10935
10936 * configure: Rewrite so that project Makefile fragment is inserted
10937 first and appears last in the resulting Makefile.
10938
10939 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10940
10941 * Makefile.in (install-itcl): Install tcl first.
10942
10943 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10944
10945 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10946
10947 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10948
10949 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10950
10951 * configure.in (skipdirs): Add target-librx for Linux.
10952 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10953
10954 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10955
10956 * Makefile.in (bootstrap): New target.
10957
10958 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10959
10960 * config.sub: Accept 'amigados' for backward compatability.
10961
10962 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10963
10964 * config.guess: Merge with FSF.
10965
10966 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10967
10968 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10969
10970 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10971
10972 * config.sub: Add "marketing-names" patch.
10973
10974 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10975
10976 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10977
10978 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10979
10980 * config.sub: Handle v850-elf.
10981
10982 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10983
10984 * .cvsignore (*-install): Remove.
10985
10986 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10987
10988 * ltconfig: Set CONFIG_SHELL in libtool.
10989 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10990
10991 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10992
10993 * configure.in (target_subdir): Set to libraries if enable_multilib.
10994
10995 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10996
10997 * config.guess: Update from gcc directory.
10998
10999 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11000
11001 * Makefile.in (all-sim): Depends on all-readline.
11002
11003 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11004
11005 * Makefile.in (BISON, YACC): Use $$s.
11006 (all-bison): Depend on all-texinfo.
11007
11008 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11009
11010 * Makefile.in (BISON): Add -L flag.
11011 (YACC): Likewise.
11012
11013 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11014
11015 * configure.in (noconfigdirs): Add support for v850e target.
11016
11017 * config.sub (maybe_os): Add support for v850e target.
11018
11019 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11020
11021 * configure.in (noconfigdirs): Add support for v850ea target.
11022
11023 * config.sub (maybe_os): Add support for v850ea target.
11024
11025 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11026
11027 * config.sub: Add mipstx39. Delete r3900.
11028
11029 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11030
11031 * Makefile.in (all-autoconf): Depends on all-texinfo.
11032
11033 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11034
11035 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11036 eabi targets.
11037
11038 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11039
11040 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11041
11042 * configure: When handling a Canadian Cross, handle YACC as well as
11043 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11044 * Makefile.in (all-bison): Depend upon all-texinfo.
11045
11046 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11047
11048 * Makefile.in (BISON): bison, not byacc or bison -y.
11049 (YACC): bison -y or byacc or yacc.
11050 (various): Add *-bison as appropriate.
11051 (taz): No need to mess with BISON anymore.
11052
11053 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11054
11055 * configure: If OSTYPE matches *win32*, try to find a good value for
11056 CONFIG_SHELL.
11057
11058 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11059
11060 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11061 configure.in if it is present.
11062
11063 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11064
11065 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11066
11067 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11068
11069 * config.sub: Recognize `arc' cpu.
11070 * configure.in: Likewise.
11071 * config-ml.in: Likewise.
11072
11073 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11074
11075 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11076
11077 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11078
11079 * configure: Changed sed delimiter from ':' to '|' when
11080 attempting to substitute ${config_shell} for SHELL. On
11081 NT ${config_shell} may contain a ':' in it.
11082
11083 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11084
11085 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11086
11087 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11088
11089 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11090
11091 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11092
11093 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11094
11095 * ylwrap: If the program is a relative path, force it to be
11096 absolute.
11097
11098 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11099
11100 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11101
11102 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11103
11104 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11105 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11106 for libraries.
11107
11108 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11109
11110 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11111 separated by spaces.
11112
11113 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11114
11115 * ylwrap: New file.
11116 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11117
11118 * ltmain.sh: Handle /bin/sh at start of install program.
11119
11120 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11121
11122 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11123 * missing: New file, from automake 1.2.
11124
11125 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11128 check-tk to CHECK_X11_MODULES.
11129
11130 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11131
11132 * config.sub: Merge with FSF.
11133
11134 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11135
11136 * config.guess: Merge with FSF.
11137
11138 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11139
11140 * configure: Treat msdosdjgpp like go32.
11141 * configure.in: Likewise. Don't remove gprof for go32.
11142
11143 * configure: Change Makefile.tem2 to Makefile.tm2.
11144
11145 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11146
11147 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11148
11149 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11150
11151 * install-sh (chmodcmd): Set to null if the DST directory already
11152 exists. Same as Nov 11th change.
11153
11154 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11155
11156 * configure (GDB_TK): Needs itcl and tix.
11157
11158 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11159
11160 * config.guess: Update from FSF.
11161
11162 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11163
11164 * Makefile.in (GDB_TK): Depend on itcl and tix.
11165
11166 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11167
11168 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11169 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11170 (INSTALL_SCRIPT): New variable.
11171 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11172 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11173 to -x.
11174 * install-sh: Add support for -x option.
11175
11176 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11177
11178 * configure.in, Makefile.in: Treat tix like itcl.
11179
11180 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11181
11182 * Makefile.in (WINDRES): New variable.
11183 (WINDRES_FOR_TARGET): New variable.
11184 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11185 (EXTRA_HOST_FLAGS): Add WINDRES.
11186 (EXTRA_TARGET_FLAGS): Add WINDRES.
11187 (EXTRA_GCC_FLAGS): Add WINDRES.
11188 ($(DO_X)): Pass down WINDRES.
11189 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11190 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11191 DLLTOOL_FOR_TARGET.
11192
11193 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11194
11195 * configure.in: configure sim before gdb for win32-x-ppc
11196
11197 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11198
11199 Move gperf into the toplevel, from libg++.
11200 * configure.in (target_tools): Add target-gperf.
11201 (native_only): Add target-gperf.
11202 * Makefile.in (all-target-gperf): New target, depend on
11203 all-target-libg++.
11204 (configure-target-gperf): Empty rule.
11205 (ALL_TARGET_MODULES): Add all-target-gperf.
11206 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11207 (CHECK_TARGET_MODULES): Add check-target-gperf.
11208 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11209 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11210
11211 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11212
11213 * config.sub (mn10200): Recognize new basic machine.
11214
11215 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11216
11217 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11218 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11219
11220 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11221
11222 * configure.in: If we're building mips-sgi-irix6* native, turn on
11223 ENABLE_MULTILIB and set TARGET_SUBDIR.
11224
11225 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11226
11227 * Makefile.in (all-sn): Depend on all-grep.
11228
11229 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11230
11231 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11232
11233 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11234 Makefile. From Jeff Makey <jeff@cts.com>.
11235 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11236
11237 * Makefile.in (DISTBISONFILES): Remove.
11238 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11239 $(DEFAULT_YACC).
11240
11241 * configure.in: Build itl, db, sn, etc., when building for native
11242 cygwin32.
11243
11244 * Makefile.in (LD): New variable.
11245 (EXTRA_HOST_FLAGS): Pass down LD.
11246 ($(DO_X)): Likewise.
11247
11248 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11249
11250 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11251
11252 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11253
11254 * configure.in (targargs): Strip out any supplied --build argument
11255 before adding our own. Always add --build.
11256
11257 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11258
11259 * configure.in (targargs): Pass --build if we're doing
11260 a cross-compile.
11261
11262 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11263
11264 * configure: Use '|' instead of ":" as the separator in
11265 sed. Otherwise sed chokes on NT path names with drive
11266 designators. Also look for "?:*" as the leading characters in an
11267 absolute pathname.
11268
11269 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11270
11271 * config.sub: Support for r3900.
11272
11273 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * configure.in: Use install-sh, not install.sh.
11276
11277 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11278
11279 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11280 apply it twice.
11281
11282 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11283
11284 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11285 install-binutils.
11286
11287 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11288
11289 * Makefile.in: Add automake targets.
11290 * configure.in (host_tools): Add automake.
11291
11292 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11293
11294 * configure: Default CXX to c++, not gcc.
11295 * Makefile.in (CXX): Set to c++, not gcc.
11296 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11297
11298 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11299
11300 * install-sh: try appending a .exe if source file doesn't
11301 exist
11302
11303 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11304
11305 * configure.in: Turn on multilib by default.
11306 (cross_only): Remove target-libiberty.
11307
11308 * Makefile.in (all-gcc): Don't depend on libiberty.
11309
11310 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11311
11312 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11313
11314 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11315
11316 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11317 (DISTBISONFILES): Add ld/Makefile.in
11318
11319 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11320
11321 * configure.in: if target is cygwin32 but host isn't cygwin32,
11322 don't configure gdb tcl tk expect, not just gdb.
11323
11324 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11325
11326 * configure.in: Added gnuserv everywhere sn appears.
11327
11328 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11329 (CROSS_CHECK_MODULES): Added check-gnuserv.
11330 (INSTALL_MODULES): Added install-gnuserv.
11331 (CLEAN_MODULES): Added clean-gnuserv.
11332 (all-gnuserv): New target.
11333
11334 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11335
11336 * config.guess: Fixes for MIPS OpenBSD systems.
11337
11338 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11339
11340 * Makefile.in (INSTALL_XFORM): Remove.
11341 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11342
11343 * mkinstalldirs: New file, copied from automake.
11344 * Makefile.in (installdirs): Rename from install-dirs. Use
11345 mkinstalldirs. Change all users.
11346 (DEVO_SUPPORT): Add mkinstalldirs.
11347
11348 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11349
11350 * install-sh: Rename from install.sh.
11351 * Makefile.in (INSTALL): Change install.sh to install-sh.
11352 (DEVO_SUPPORT): Likewise.
11353
11354 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11355 Graichen <graichen@rzpd.de>.
11356
11357 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11358
11359 * config.guess: Recognize OpenBSD systems correctly.
11360
11361 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11362
11363 * README, Makefile.in (ETC_SUPPORT): Remove references to
11364 cfg-paper*, configure.{texi,man,info*}._
11365
11366 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11367
11368 * Makefile.in (all.normal): Ensure that gcc is built after all
11369 the x11 - ie gdb - targets.
11370
11371 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11372
11373 * makefile.vms: Don't run conf-a-gas.
11374
11375 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11376
11377 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11378
11379 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11380
11381 * configure.in: Remove noconfigdirs case since gdb also
11382 configures and builds for tic80-coff.
11383
11384 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11385
11386 * configure: Set cache_file to config.cache.
11387 * Makefile.in (local-distclean): Remove config.cache.
11388
11389 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11390
11391 * COPYING: Update FSF address.
11392
11393 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11394
11395 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11396 noconfigdirs.
11397
11398 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11399
11400 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11401 MAKEDIRS, is empty.
11402
11403 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11404
11405 * config.sub: Tweak mn10300 entry.
11406
11407 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11408
11409 * configure.in (host_tools): Put sim before gdb, so gdb's
11410 configure.tgt can determine if the simulator was configured.
11411
11412 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11413
11414 * config.sub: Move BeOS $os case to be with other Cygnus
11415 local cases.
11416
11417 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11418
11419 * config.sub: Remove misplaced comment that broke Linux.
11420
11421 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11422
11423 * config.sub: Add BeOS support.
11424
11425 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11426
11427 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11428
11429 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11430
11431 * configure.in (noconfigdirs): Remove tcl and tk from
11432 noconfigdirs for cygwin32 builds.
11433
11434 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11435
11436 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11437
11438 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11439
11440 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11441 make-all.com, use makefile.vms instead.
11442
11443 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11444
11445 * config.sub: Accept -lnews*.
11446
11447 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11448
11449 * configure.in (noconfigdirs): Disable target-newlib,
11450 target-examples and target-libiberty for d30v.
11451
11452 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11453
11454 * configure.in (noconfigdirs): Enable ld for d30v.
11455
11456 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11457
11458 * configure.in (tic80-*-*): Build compiler.
11459
11460 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11461
11462 * configure.in (d30v-*): Remove sim directory from list of
11463 unsupported d30v directories
11464
11465 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11466
11467 * config.sub, configure.in: Add d30v target cpu.
11468
11469 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11470
11471 * makefile.vms: New file.
11472 * make-all.com: Remove.
11473
11474 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11475
11476 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11477
11478 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11479
11480 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11481
11482 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11483
11484 * Makefile.in (ALL_MODULES): Added all-db.
11485 (CROSS_CHECK_MODULES): Addec check-db.
11486 (INSTALL_MODULES): Added install-db.
11487 (CLEAN_MODULES): Added clean-db.
11488
11489 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11490
11491 * config.guess: Merge with latest FSF sources.
11492
11493 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11494
11495 * Makefile.in (ALL_MODULES): Added all-itcl.
11496 (CROSS_CHECK_MODULES): Added check-itcl.
11497 (INSTALL_MODULES): Added install-itcl.
11498 (CLEAN_MODULES): Added clean-itcl.
11499
11500 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11501
11502 * configure.in: build gdb for mn10200
11503
11504 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11505
11506 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11507
11508 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11509
11510 * configure.in (tic80-*-*): Turn off most targets right now.
11511
11512 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11513
11514 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11515 rather than the makeinfo program.
11516 (do-info): Depend upon all-texinfo.
11517
11518 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11519
11520 * configure.in: Remove uses of config/mh-linux.
11521
11522 * config.sub, config.guess: Merge with latest FSF sources.
11523
11524 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11525
11526 * config.sub (case $basic_machine): Add tic80 entries.
11527
11528 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11529
11530 * config.sub, config.guess: Merge with latest FSF sources.
11531
11532 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11533
11534 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11535 * mpw-config.in: Test for NewFolderRecursive.
11536 * mpw-install: Use symbolic name for startup filename.
11537 * mpw-README: Add various additional details.
11538
11539 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11540
11541 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11542
11543 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11544
11545 * configure.in: Do build gcc and the target libraries for
11546 the mn10200.
11547
11548 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11549
11550 * configure.in: don't avoid building gdb for mn10300 any more
11551 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11552 instead of single-quoting it.
11553
11554 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11555
11556 * configure.in: Don't use --with-stabs on IRIX 6.
11557
11558 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11559
11560 * configure.in (m32r): Build gdb, libg++ now.
11561
11562 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11563
11564 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11565 directories from noconfigdirs.
11566
11567 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11568
11569 * config.sub (basic_machine): added mips16 configuration
11570
11571 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11572
11573 * config.sub: Handle d10v-unknown.
11574
11575 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11576
11577 * config.sub: Handle v850-unknown.
11578
11579 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11580
11581 * Makefile.in: add findutils
11582 * configure.in: add findutils to list of host_tools
11583
11584 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11585
11586 * config.sub: Handle mn10200 and mn10300.
11587
11588 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11589
11590 * configure.in (d10v-*): Do not build librx.
11591
11592 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11593
11594 * configure.in (mn10300): Build everything except gdb & libgloss.
11595
11596 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11597
11598 * config.guess: Patch for Dansk Data Elektronik servers,
11599 from Niels Skou Olsen <nso@dde.dk>.
11600
11601 For ncr, use /bin/uname rather than uname, since GNU uname does not
11602 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11603
11604 Patch for MIPS R4000 running System V,
11605 from Eric S. Raymond <esr@snark.thyrsus.com>.
11606
11607 Fix thinko for nextstep.
11608
11609 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11610
11611 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11612 * config.guess: Guess mips-dec-mach_bsd4.3.
11613
11614 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11615 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11616 release numbers.
11617 * config.guess (mips-mips-riscos*): Emit just enough of the
11618 release number.
11619
11620 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11621 * config.guess (sparc-auspex-sunos*): Added.
11622 (f300-fujitsu-*): Added.
11623
11624 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11625 * config.guess: Recognize a Tadpole as a sparc.
11626
11627 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11628
11629 * config.guess: Don't assume that NextStep version is either 2 or
11630 3. NextStep 4 (aka OpenStep 4) has come out now.
11631
11632 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11633
11634 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11635 From Rik Faith <faith@cs.unc.edu>.
11636
11637 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11638
11639 * config.sub: Contributions from bug-gnu-utils to:
11640 Support plain "hppa" (no version given) architecture, reported by
11641 OpenStep.
11642 OpenBSD like NetBSD.
11643 LynxOs is not a hardware supplier.
11644
11645 * config.guess: Contributions from bug-gnu-utils to add support for:
11646 OpenBSD like NetBSD.
11647 Stratus systems.
11648 More Pyramid systems.
11649 i[n>4]86 Intel chips.
11650 M680[n>4]0 Motorola chips.
11651 Use unknown instead of lynx for hardware manufacturer.
11652
11653 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11654
11655 * install.sh (chmodcmd): Set to null if the DST directory already
11656 exists.
11657
11658 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11659
11660 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11661 not use mt-ppc target Makefile fragment any more.
11662
11663 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11664
11665 * configure.in (*-*-windows): Exclude everything but those dirs
11666 needed to build windows.
11667
11668 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11669
11670 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11671
11672 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11673
11674 * configure.in: Exclude mmalloc from i386-windows.
11675
11676 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11677
11678 * Undo my previous change.
11679
11680 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11681
11682 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11683 unconditionally.
11684 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11685
11686 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11687
11688 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11689 host to add it's own flags.
11690
11691 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11694
11695 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11698 (CXX_FOR_TARGET): Likewise.
11699 (GCC_FOR_TARGET): Define.
11700 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11701 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11702 CC_FOR_TARGET was specified on the command line.
11703 (MAKEOVERRIDES): Don't define.
11704
11705 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11706
11707 * configure.in (m32r): Fix spelling of libg++ libs.
11708
11709 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11710
11711 * config.sub (-apple*): Remove, now redundant.
11712
11713 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11716
11717 * configure: Rework yesterday's sed script patch.
11718
11719 * config.sub: Merge with FSF.
11720
11721 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11722
11723 * config.guess: Merge from FSF.
11724
11725 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11726 * config.guess: Use pc instead of unknown, for pc clone systems.
11727 Change linux to linux-gnu.
11728
11729 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11730 * config.guess: Avoid non-portable tr syntax.
11731
11732 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11733
11734 * test-build.mk (HOLES): Add "xargs" for gdb.
11735
11736 * configure: Avoid hpux10.20 sed bug.
11737
11738 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11739
11740 * configure.in: Add support for windows host
11741 (that is a build done under the Microsoft build environment).
11742
11743 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11744
11745 * Makefile.in: Replace all uses of srcroot with s, to shrink
11746 command line lengths.
11747
11748 Patches from Geoffrey Noer <noer@cygnus.com>:
11749 * configure.in: If configuring for newlib, pass --with-newlib to
11750 subdirectories.
11751 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11752 -Bnewlib/ and -Lwinsup to gcc.
11753 (CXX_FOR_TARGET): Likewise.
11754
11755 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11756
11757 * Makefile.in (ETC_SUPPORT): Add configure.
11758
11759 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11760
11761 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11762 host configuration file.
11763
11764 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11765
11766 * configure.in: Break mn10x00 support into separate
11767 mn10200 and mn10300 configurations.
11768 * config.sub: Likewise.
11769
11770 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11771
11772 * configure.in: Add lots of stuff to noconfigdirs for
11773 the mn10x00 targets.
11774
11775 * config.sub, configure.in: Add mn10x00 support.
11776
11777 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11778
11779 * make-all.com: Call conf-a-gas, not config-a-gas.
11780
11781 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11782
11783 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11784 targets.
11785
11786 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11787
11788 * mpw-README: Add much more detail for native PowerMac.
11789 * mpw-install: New file.
11790 * mpw-configure: Add --norecursion and --help options.
11791 * mpw-config.in: Translate readme and install files when
11792 copying to objdir.
11793 * mpw-build.in: Don't always depend on byacc and flex.
11794 (install-only-top): New action.
11795
11796 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11797
11798 * configure.in: You can now configure GDB for the v850.
11799
11800 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * configure.in (noconfigdirs): Don't configure any C++ dirs
11803 if targeting D10V.
11804
11805 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * config.sub: Recognize mips64vr5000.
11808
11809 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11810
11811 * configure.in: Use a single line for host_tools and native_only.
11812
11813 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11814
11815 * config.sub, configure.in: Add entries for m32r.
11816
11817 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11818
11819 * Makefile.in (inet-install): Don't run install-gzip.
11820
11821 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11822
11823 * configure.in: Don't config lots of things for *-*-windows*.
11824
11825 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11826
11827 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11828 (host_libs, host_tools): Copy from configure.in.
11829 * mpw-configure: Don't complain about directories not found.
11830
11831 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11832
11833 * configure.in (i[345]86): Recognize i686 for pentium pro.
11834 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11835 file.
11836
11837 * config.guess (i[345]86): Ditto.
11838
11839 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11840
11841 * configure.in (noconfigdirs): Removed gdb for D10V.
11842
11843 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11844
11845 * configure.in: Remove ld, target-libio, target-libg++, and
11846 target-libstdc++ from noconfigdirs.
11847
11848 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11849
11850 * configure: Fix three locations where shell scripts were
11851 being run directly rather than with config_shell.
11852
11853 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11854
11855 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11856 * config.sub (basic_machine): Recognize v850.
11857
11858 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11859
11860 * mpw-configure: Handle multiple enable/disable options and
11861 pass them down recursively, handle -c and -s flags appropriately
11862 depending on choice of compiler, add escape mechanism for
11863 quoted arguments to gC.
11864
11865 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11866
11867 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11868 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11869 so that -mrelocatable-lib and -mno-eabi are used.
11870
11871 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11872 not support --print-multi-lib, don't abort.
11873
11874 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11875
11876 * make-all.com: Run config-a-gas.
11877 * setup.com: Don't copy subdirectory files around.
11878
11879 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11880
11881 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11882 target, it now compiles correctly.
11883
11884 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11885
11886 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11887
11888 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11889
11890 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11891
11892 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11893
11894 * configure.in (native_only): Add prms.
11895
11896 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11897
11898 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11899 (BINUTILS_SUPPORT_DIRS): Likewise.
11900
11901 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11902
11903 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11904 d10v support is added.
11905
11906 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11907
11908 * configure.in (d10v-*-*): New target.
11909
11910 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11911
11912 * config.guess (HP 9000/811): Recognize this as a PA1.1
11913 machine.
11914
11915 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11916
11917 * Makefile.in (do-tar-gz): New target, split out from tail end of
11918 taz target. Run each command separately, don't use pipes.
11919 (taz): Use it.
11920
11921 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11922
11923 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11924 * mpw-build.in: No builds should depend on building byacc or flex,
11925 they are assumed to be installed already.
11926
11927 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11928
11929 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11930 variable that CC_FOR_TARGET needs.
11931
11932 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11933
11934 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11935 options have changed since the last time the subdirectory was
11936 configured, and if it has, reconfigure.
11937 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11938 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11939
11940 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11941
11942 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11943 CLEAN_MODULES): Add bash.
11944 (all-bash): New target.
11945
11946 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11947
11948 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11949
11950 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11951
11952 * config.sub (basic_machine): Recognize d10v as a valid processor.
11953
11954 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11955
11956 * mpw-configure: Add support for --bindir.
11957 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11958
11959 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11960
11961 * configure.in: add bash, time, gawk to list of hosttools and things
11962 to only build for native toolchains
11963
11964 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11965
11966 * Makefile.in (docdir): Remove.
11967
11968 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11969
11970 * Makefile.in (datadir): Set to $(prefix)/share.
11971
11972 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11973
11974 * configure.in: build diff and patch for cygwin32-hosted
11975 toolchains.
11976
11977 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11978
11979 * config.sub: Accept -rtems*.
11980
11981 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11982
11983 * configure.in: enable dosrel for cygwin32-hosted builds,
11984 remove diff from the list of things not buildable
11985 via Canadian Cross
11986
11987 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11988
11989 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11990 don't get ". ".
11991
11992 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11993
11994 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11995
11996 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11997
11998 * Makefile.in (taz): Handle case where tex3patch didn't even get
11999 checked out. Also, if it was found, put the symlink in a new util
12000 subdirectory.
12001
12002 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12003
12004 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12005
12006 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12007
12008 * config.sub: Recognize -openvms.
12009 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12010 * make-all.com, setup.com: New files.
12011
12012 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12013
12014 * Makefile.in (taz): tex3patch moved to texinfo/util.
12015
12016 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12017
12018 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12019 * configure.in: remove make from disable-if-Can-Cross list
12020 enable gdb if ${host} and ${target} are cygwin32
12021
12022 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12023
12024 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12025 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12026
12027 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12028
12029 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12030 distinguish sysv/svr4/bsd variants.
12031 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12032
12033 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12034
12035 * configure.in: Added copyright notice.
12036 * move-if-change: Added copyright notice.
12037
12038 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12039
12040 * configure.in (powerpcle-*-solaris*): Until we get shared
12041 libraries working, don't build gdb, sim, make, tcl, tk, or
12042 expect.
12043
12044 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12045
12046 * config.guess: Merge with FSF:
12047
12048 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12049 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12050
12051 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12052 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12053
12054 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12055 * config.guess: Combine two OSF1 rules.
12056 Also recognize field test versions. From mjr@zk3.dec.com.
12057 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12058 because GNU uname does not support -p. From pmr@pajato.com.
12059
12060 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12061
12062 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12063
12064 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12065
12066 * mpw-README: Document GCCIncludes.
12067
12068 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12069
12070 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12071
12072 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12073
12074 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12075
12076 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12077
12078 * configure.in (*-*-cygwin32): Configure make.
12079
12080 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12081
12082 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12083
12084 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12085
12086 * Makefile.in (all-inet): Depend on all-perl.
12087
12088 * Makefile.in (inet-install): New target.
12089
12090 * Makefile.in (all-inet): Depend on all-tcl.
12091 (all-inet): Depend on all-send-pr.
12092
12093 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12094
12095 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12096 temporarily.
12097
12098 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12099
12100 * configure.in: Don't configure --with-gnu-ld on AIX.
12101
12102 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12103
12104 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12105
12106 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12107
12108 * Makefile.in (ALL_MODULES): Added all-inet.
12109 (CROSS_CHECK_MODULES): Added check-inet.
12110 (INSTALL_MODULES): Added install-inet.
12111 (CLEAN_MODULES): Added clean-inet.
12112 (all-indent): New target.
12113
12114 * configure.in (host_tools): Added inet.
12115 (native_only): Added inet.
12116 (noconfigdirs): Added inet.
12117
12118 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12119
12120 * configure.in: Don't configure libgloss if we are not configuring
12121 newlib.
12122
12123 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12124
12125 * configure.in: Don't configure libgloss for unsupported
12126 architectures.
12127
12128 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12129
12130 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12131
12132 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12133
12134 * Makefile.in (ALL_MODULES): Include all-apache.
12135 (CROSS_CHECK_MODULES): Include check-apache.
12136 (INSTALL_MODULES): Include install-apache.
12137 (all-apache): New target.
12138
12139 * configure.in: Added apache everywhere perl is seen.
12140
12141 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12142
12143 * Makefile.in: Add support for clean-{module} and
12144 clean-target-{module} rules.
12145
12146 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12147
12148 * configure.in (*-*-ose) do not build libgloss.
12149
12150 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12151
12152 * config.guess (prep*:SunOS:5.*:*): Turn into
12153 powerpele-unknown-solaris2.
12154
12155 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12156
12157 * configure.in: Permit --enable-shared to specify a list of
12158 directories.
12159
12160 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12161
12162 * configure.in (host==solaris): Pass only the first word of $CC
12163 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12164
12165 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12166
12167 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12168
12169 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12170
12171 * Makefile.in (ALL_MODULES): Include all-perl.
12172 (CROSS_CHECK_MODULES): Include check-perl.
12173 (INSTALL_MODULES): Include install-perl.
12174 (ALL_X11_MODULES): Include all-guile.
12175 (CHECK_X11_MODULES): Include check-guile.
12176 (INSTALL_X11_MODULES): Include install-guile.
12177 (all-perl): New target.
12178 (all-guile): New target.
12179
12180 * configure.in (host_tools): Include perl and guile.
12181 (native_only): Include perl and guile.
12182 (noconfigdirs): Don't build guile and perl; no ports have been
12183 done.
12184
12185 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12186
12187 * configure (--enable-*): Handle quoted option lists such as
12188 --enable-sim-cflags='-g0 -O' better.
12189
12190 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12191
12192 * Makefile.in ({,inst}all-target): New rule so we can make and
12193 install all of the target directories easily.
12194
12195 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12196
12197 * configure.in: Add missing global flag in sed substitution when
12198 deleting `target-' from ${configdirs}.
12199
12200 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12201
12202 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12203 option.
12204
12205 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12206 config/mh-necv4.
12207
12208 * install.sh: Correct misspelling of transformbasename.
12209
12210 * config.guess: Recognize mips-*-sysv*.
12211
12212 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12213
12214 * config.sub: Recognize mon960.
12215
12216 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12217
12218 * configure: Restore Canadian Cross handling of BISON and LEX,
12219 removed in Feb 20 change.
12220
12221 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12222
12223 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12224 Mention make install. Remove the old copyright date as well the
12225 clumsy and rather pointless copyright on the README file.
12226
12227 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12228
12229 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12230 Makefile after running symlink-tree, then run `make distclean' to
12231 avoid clobbering any generated files in srcdir.
12232
12233 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12234
12235 * configure.in (m68k-*-netbsd*): Build everything now.
12236
12237 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12238
12239 * Makefile.in (taz): Fix quoting.
12240
12241 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12242
12243 * configure.in (sparclet-*-*): Build everything now.
12244
12245 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12246
12247 * configure.in (m68k-*-linux*): New host.
12248
12249 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12250
12251 * configure: Check for bison before byacc.
12252
12253 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12254
12255 * Makefile.in configure: Change the way LEX and BISON/YACC are
12256 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12257 searching PATH. These are used as fallbacks by Makefile.in if
12258 flex/bison/byacc aren't in objdir.
12259
12260 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12261
12262 * Makefile.in: Make everything which depends upon all-bfd also
12263 depend upon all-opcodes, in case --with-commonbfdlib is used.
12264
12265 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12266
12267 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12268 building NT native compilers on Unix.
12269
12270 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12271
12272 * configure.in: Don't get CC from the host Makefile fragment if we
12273 can find gcc in PATH, or if this is a Canadian Cross. Move the
12274 Solaris test for /usr/ucb/cc to the post target script, just after
12275 the compiler sanity test.
12276
12277 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12278
12279 * config.sub: Merge with FSF.
12280
12281 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12282
12283 * Makefile.in (RPATH_ENVVAR): New variable.
12284 (REALLY_SET_LIB_PATH): Use it.
12285 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12286
12287 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12288
12289 * config.sub, configure.in: Recognize sparclet cpu.
12290
12291 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12292
12293 * config.guess: Support m68k-cbm-sysv4.
12294
12295 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12296
12297 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12298 m68k-unknown-linuxaout from linker help string. Put quotes around
12299 $ld_help_string.
12300
12301 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12302
12303 * config.guess (powerpc-harris-powerunix): Add guess for port
12304 to new target.
12305
12306 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12307
12308 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12309
12310 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12313 $(REALLY_SET_LIB_PATH) in Makefile.
12314 * Makefile.in (SET_LIB_PATH): New variable.
12315 (REALLY_SET_LIB_PATH): New variable.
12316 ($(DO_X)): Use $(SET_LIB_PATH).
12317 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12318 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12319 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12320 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12321 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12322 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12323 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12324 (install-dosrel): Likewise.
12325 (all-opcodes): Depend upon all-libiberty.
12326
12327 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12328
12329 * config.guess (*:CYGWIN*): New
12330
12331 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332
12333 * Makefile.in (all-target-winsup): All all-target-libiberty.
12334
12335 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12336
12337 * configure.in (noconfigdirs): Add missing # in front of comment.
12338
12339 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12340
12341 * configure.in: add second pass to things added to noconfigdirs
12342 so *-gm-magic can exclude libgloss properly.
12343
12344 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12345
12346 * mpw-configure (extralibs_name, rez_name): Set correctly
12347 for MWC68K compiler.
12348
12349 * mpw-README: Add more info on the necessary build tools.
12350
12351 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12352
12353 * configure.in, config.sub: Recognize cygwin32.
12354
12355 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12356
12357 * config.guess, config.sub: Recognize A/UX.
12358
12359 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12360
12361 * config.sub: Merge with gcc/config.sub.
12362
12363 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12364
12365 * mpw-build.in (do-binutils): Add build of stamps.
12366
12367 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12368
12369 * config.sub: Add recognition for mips64vr4100*-* targets.
12370
12371 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12372
12373 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12374 Add creation of gconfigargs with `--enable-shared' turned on.
12375 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12376 ($(host)-stamp-stage3-configured): Likewise.
12377 (HOLES): Add chatr and ldd.
12378 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12379
12380 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12381
12382 * configure: Pass --nfp to recursive configures.
12383
12384 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12385
12386 * Makefile.in (DLLTOOL): New.
12387 (DLLTOOL_FOR_TARGET): New.
12388 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12389 (EXTRA_TARGET_FLAGS): Ditto.
12390 (EXTRA_GCC_FLAGS): Ditto.
12391 (CONFIGURE_TARGET_MODULES): Ditto.
12392 (DO_X): Ditto.
12393 * configure: Add DLLTOOL.
12394
12395 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12396
12397 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12398 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12399 mh-sco, since old workarounds no longer needed, and don't
12400 build ld, since libraries have weak symbols in COFF.
12401
12402 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12403
12404 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12405
12406 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12407
12408 * configure.in: Make sure that ${CC} can be used to compile an
12409 executable.
12410
12411 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12412
12413 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12414 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12415 nothing depending on whether gdbtk is being built.
12416
12417 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12418
12419 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12420
12421 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12422
12423 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12424 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12425
12426 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12427
12428 * config-ml.in: Add support for
12429 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12430 Simplify setting of multidirs from --disable-foo.
12431
12432 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12433
12434 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12435 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12436 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12437 non-empty, pass them on to the GCC make.
12438 (all-bootstrap): New rule that is like all-gcc, except it executes
12439 the GCC bootstrap rule instead of the GCC all rule.
12440
12441 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12442
12443 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12444
12445 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12446
12447 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12448 DG/UX support.
12449
12450 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12451
12452 * config.sub (i*86*) Change [345] to [3456]
12453
12454 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12455
12456 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12457 --with-gnu-ld=no.
12458
12459 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12460
12461 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12462 AIX multilibs get built.
12463
12464 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12465
12466 * configure.in (i386-win32): Don't build expect if we're not
12467 building the tcl subdir.
12468
12469 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12470
12471 * Makefile.in: (configure-target-examples, all-target-examples):
12472 New targets, configure and build example programs.
12473
12474 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12475
12476 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12477 use it as input to sedit the generated MPW makefile.
12478 * mpw-README: Add a suggestion about Gestalt.h.
12479
12480 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12481
12482 * config.sub: Accept *-*-ieee*.
12483
12484 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12487 Ronald F. Guilmette <rfg@monkeys.com>.
12488
12489 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12490
12491 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12492 for powerpc-pe native.
12493 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12494 (target==powerpc-pe): duplicate i386-win32 entry.
12495
12496 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12497
12498 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12499 of vxworks, not just vxworks5.1.
12500
12501 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12502
12503 * mpw-configure: Add support for exec-prefix.
12504
12505 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12506
12507 * config.guess: Recognize HP model 816 machines as having
12508 a PA1.1 processor.
12509
12510 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12511
12512 * configure: Ignore new autoconf configure options.
12513
12514 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12515
12516 * config.guess: Recognize Pentium under SCO.
12517 From Robert Lipe <robertl@arnet.com>.
12518
12519 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12520
12521 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12522
12523 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12524
12525 * configure.in: Don't configure gas for alpha-dec-osf*.
12526
12527 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12528
12529 * configure.in: Default to --with-stabs for some targets for which
12530 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12531 i[345]86*-*-unixware*.
12532
12533 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12536 rather than basing it on the target. Simplify handling of options
12537 controlling which directories to configure. Remove extraneous
12538 slash in multi-clean target.
12539
12540 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12541
12542 * config-ml.in: Prefix more variables with ml_ so they don't collide
12543 with configure's.
12544
12545 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12546
12547 * configure: Don't turn -v into --v.
12548
12549 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12550
12551 * configure.in (targargs): Fix typo.
12552
12553 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12554
12555 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * configure.in: Strip --host and --target options from
12558 CONFIG_ARGUMENTS, and always configure for --host only. Add
12559 --with-cross-host option when building with a cross-compiler.
12560 * configure: Canonicalize the arguments put into config.status by
12561 always using `=' for an option with an argument. Pass a presumed
12562 --host or --target explicitly.
12563
12564 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12565
12566 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12567 into general OS recognition case.
12568
12569 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12570
12571 * configure.in (target_configdirs): add target-winsup only
12572 for win32 target systems.
12573
12574 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12575
12576 * Makefile.in (all-target-libgloss): Depend upon
12577 configure-target-newlib, since when libgloss is built it looks to
12578 see if the newlib directory exists.
12579
12580 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12581
12582 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12583 cfg-ml-*.in.
12584
12585 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12586
12587 * configure: Handle LD and LD_FOR_TARGET when configuring a
12588 Canadian Cross.
12589
12590 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12591
12592 * configure.in (target_libs): add target-winsup.
12593 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12594 (target==ppcle-pe): remove ld from $noconfigdirs.
12595
12596 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12597
12598 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12599 Preserve relative path names in $srcdir. Build symlink tree if
12600 configuring cross target dir and srcdir=. (= no VPATH support).
12601 (configure-target-libg++): Depend on configure-target-librx.
12602 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12603 * config-ml.in: New file.
12604 * symlink-tree: New file.
12605 * configure: Ensure srcdir="." if that's what it is.
12606
12607 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12608
12609 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12610 includes and FLEX_SKELETON setting.
12611 * mpw-configure (--with-gnu-ld): New option, controls whether
12612 to use PPCLink or ld with PowerMac GCC.
12613 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12614 * mpw-config.in: Configure grez if targeting Mac.
12615
12616 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12617 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12618 just macos.
12619 * configure.in: Configure grez resource compiler if targeting Mac.
12620 * Makefile.in (all-grez, install-grez): New targets.
12621
12622 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12623
12624 * configure: CXX defaults to gcc, not g++. If we find
12625 gcc in the path, set CC to gcc -O2.
12626
12627 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12628
12629 * configure: Default ${build} correctly. Avoid picking up extra
12630 spaces when reading CC and CXX from Makefile. When doing a
12631 Canadian Cross, use plausible default values for numerous
12632 variables.
12633 * configure.in: When doing a Canadian Cross, don't try to
12634 configure tools whose configure script can't handle it.
12635
12636 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12637
12638 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12639
12640 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12641
12642 * configure: Remove dubious bug reporting address.
12643
12644 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12645
12646 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12647 configure script, run that instead of this directory's configure.
12648 In either case, print a message that we're configuring the sub-dir.
12649
12650 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12651
12652 * configure.in: Before checking for the existence of various files,
12653 use sed to filter out "target-".
12654
12655 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12656
12657 * Makefile.in (DO_X): Split rule to decrease command line length
12658 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12659 (Philippe De Muyter).
12660
12661 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12662
12663 * Makefile.in (all-patch): depend on all-libiberty.
12664
12665 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12666
12667 * configure.in: If the only directory in target_configdirs which
12668 actually exists is libiberty, then set target_configdirs to empty,
12669 to avoid trying to build a target libiberty in a gas or gdb
12670 distribution.
12671
12672 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12673
12674 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12675 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12676 systems.
12677
12678 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12679
12680 * configure.in (copy_dirs): Use sys-include instead of include
12681 for --with-headers option.
12682
12683 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12684
12685 * Makefile.in, configure.in: Make winsup builds work with
12686 new scheme.
12687
12688 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12689
12690 * configure.in: Build the linker on AIX.
12691
12692 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12693
12694 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12695 where needed.
12696
12697 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12698
12699 * Makefile.in (all-gcc): Fix typo.
12700
12701 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12702
12703 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12704
12705 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12706
12707 * configure.in: Rename libFOO to target-libFOO, and xiberty
12708 to target-xiberty, to provide more flexibility.
12709 (target_subdir): Define. Create if cross.
12710 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12711 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12712 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12713 check-libFOO -> check-target-libFOO, etc.
12714 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12715 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12716 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12717 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12718 allow ALL_GCC="" to only configure.
12719 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12720 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12721 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12722
12723 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12724
12725 * Makefile.in (taz): Build "info" in etc explicitly.
12726
12727 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12728
12729 * configure.in: Make sure that CC is undefined (as opposed to
12730 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12731 problem with autoconf trying to configure on a host without GCC.
12732
12733 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12734
12735 * mpw-configure: Set host alias from choice of host compiler,
12736 only use generic MPW Makefile sed if present, edit a file
12737 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12738 * mpw-README: Add problem notes about CW6 and CW7.
12739
12740 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12741
12742 * Makefile.in (taz): Use ";" instead of ";;".
12743
12744 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12745
12746 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12747 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12748 DISTDOCDIRS.
12749 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12750 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12751
12752 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12753
12754 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12755 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12756 Move bfd to DISTSTUFFDIRS.
12757
12758 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12759
12760 * Makefile.in (X11_LIB): Removed.
12761 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12762
12763 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12764
12765 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12766
12767 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12768 names.
12769
12770 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12771
12772 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12773
12774 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12775
12776 * configure.in (i[345]86-*-win32): Always build newlib.
12777 Don't configure cvs, autoconf or texinfo.
12778 * Makefile.in (LD_FOR_TARGET): New.
12779 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12780 Pass down LD_FOR_TARGET.
12781
12782 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12783
12784 * winsup: New directory.
12785 * Makefile.in: Build winsup.
12786 * configure.in: Winsup is configured when target is win32.
12787 Can only build win32 target GDB when native.
12788
12789 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12790
12791 * config.guess: Recognize HP model 819 machines as having
12792 a PA 1.1 processor.
12793
12794 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12795
12796 * configure: Fix sed loop which substitutes for CC and CXX to
12797 avoid bug found in various sed implementations.
12798
12799 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12800
12801 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12802 simulator. Use standard powerpc-*-eabi*.
12803
12804 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12805
12806 * configure.in: Stop putting gas and binutils in noconfigdirs for
12807 powerpc-*-aix* and rs6000-*-*.
12808
12809 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12810
12811 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12812 -mcall-aixdesc libraries.
12813
12814 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12815
12816 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12817
12818 * config.sub (arm | armel | armeb): Fix shell syntax.
12819
12820 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12821
12822 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12823 -msoft-float and -mcpu=common support.
12824 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12825 libraries.
12826
12827 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12828
12829 * configure.in: Allow configuration and build of emacs19 for the alpha.
12830
12831 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12832
12833 * configure.in (CC): Get ^CC, not just any old CC, from
12834 ${host_makefile_frag}.
12835
12836 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12837
12838 * configure.in (CC): Try to get CC from
12839 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12840
12841 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12842
12843 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12844 only if it exists in $(srcdir).
12845
12846 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12847
12848 * configure: If CC and CXX are not set in the environment, set
12849 them, based on either an existing Makefile or on searching for gcc
12850 in PATH. Substitute for CC and CXX in Makefile.
12851 * configure.in: Remove libm from target_libs. Separate
12852 target_configdirs from configdirs. If CC is not set in
12853 environment, try to get it from a host Makefile fragment. Rewrite
12854 changes of configdirs to use skipdirs instead. A few minor
12855 tweaks. Take directories out of target_configdirs as they are
12856 taken out of configdirs. Remove existing Makefile files from
12857 subdirectories. Substitute for TARGET_CONFIGDIRS and
12858 CONFIG_ARGUMENTS in Makefile.
12859 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12860 by configure.in.
12861 (CONFIG_ARGUMENTS): Likewise.
12862 (CONFIGURE_TARGET_MODULES): New variable.
12863 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12864 ($(CONFIGURE_TARGET_MODULES)): New target.
12865 (configure-libg++, configure-libio): New targets.
12866 (all-libg++): Depend upon configure-libg++.
12867 (all-libio): Depend upon configure-libio.
12868 (configure-libgloss, all-libgloss): New targets.
12869 (configure-libstdc++): New target.
12870 (all-libstdc++): Depend upon configure-libstdc++.
12871 (configure-librx, all-librx): New targets.
12872 (configure-newlib): New target.
12873 (all-newlib): Depend upon configure-newlib
12874 (configure-xiberty): New target.
12875 (all-xiberty): Depend upon configure-xiberty.
12876
12877 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12878
12879 * configure.in (host i[345]86-*-win32): Expand the
12880 noconfigdirs again.
12881
12882 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12883
12884 * mpw-configure: Fix sed command file name.
12885
12886 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12887
12888 * configure.in (host i[345]86-*-win32): Reduce the
12889 noconfigdirs again.
12890
12891 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12892
12893 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12894 or powerpc*-*-pe*, since they are not yet supported.
12895
12896 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12897
12898 Add PowerMac support and many other enhancements.
12899 * mpw-configure: New option --cc to select compiler to use,
12900 paste options set according to --cc into the generated
12901 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12902 if mpw-make.sed is present.
12903 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12904 add forward includes for PowerPC include files.
12905 * mpw-build.in: Build using Makefile.PPC if present.
12906 (do-byacc, etc): Remove separate version resource builds.
12907 (do-gas): Build "stamps" before "all".
12908 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12909 * mpw-README: Update to reflect --cc option, PowerMac support,
12910 and recently-reported compatibility problems.
12911
12912 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12913
12914 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12915 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12916 (--with-multilib-top): Pass to recursive invocations.
12917
12918 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12919
12920 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12921 v810-*-*.
12922
12923 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12924
12925 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12926 gdb, ld and opcodes on v810-*-*.
12927
12928 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12929
12930 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12931 (local-maintainer-clean): New target.
12932 (maintainer-clean): New target.
12933 (realclean): Just depend upon maintainer-clean.
12934
12935 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12936
12937 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12938
12939 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12940
12941 * configure.in: Build ld in mips*-*-bsd* case.
12942
12943 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12944
12945 * config.sub: Accept -lites* OS. From Ian Dall.
12946
12947 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12948
12949 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12950 targets.
12951
12952 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12953
12954 * configure.in: treat i386-win32 canadian cross the same as
12955 i386-go32 canadian cross.
12956
12957 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12958
12959 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12960 running under the simulator to build a reduced set of libraries.
12961 (powerpc-*-eabiaix): Add fine grained multilib support added to
12962 other powerpc targets yesterday.
12963
12964 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12965
12966 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12967 -disable-softfloat, -disable-relocatable, -disable-aix, and
12968 -disable-sysv to control which multilib libraries get built.
12969
12970 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12971
12972 * configure: Add Makefile.tem to list of files to remove in trap
12973 handler.
12974
12975 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12976
12977 * config.guess (*Linux*): Add missing "exit"s.
12978 Also, need specific check for alpha-unknown-linux (uses COFF).
12979
12980 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12981
12982 * config.guess: Merge with FSF:
12983
12984 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12985 * config.guess (AIX4): More robust release numbering discovery.
12986
12987 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12988 * config.guess (i386-sequent-ptx): Properly get version number.
12989
12990 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12991 * config.guess (mips:*:4*:UMIPS): New case.
12992
12993 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12994
12995 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12996 (i386-win32 host): Likewise. Don't build readline.
12997
12998 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12999
13000 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13001 SUPPORT_FILES to submakes.
13002
13003 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13004
13005 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13006 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13007 mpw-configure.
13008
13009 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13010
13011 * configure.in (appdirs): Use =, not ==, in test expression when
13012 trying to build the text to print in the warning message for
13013 Solaris users.
13014
13015 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13016
13017 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13018
13019 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13020
13021 * config.guess: Recognize lynx-2.3.
13022
13023 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13024
13025 * config.sub (z8ksim): Deleted
13026 (z8k-*-coff): New, this is the one true name of the target.
13027
13028 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13029
13030 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13031
13032 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13033
13034 * config.guess (*:Linux:*:*): First try asking the linker what the
13035 default object file format is (elf, aout, or coff). Then if this
13036 fails, try previous methods.
13037
13038 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13039
13040 * configure.in: Don't build newlib for *-*-vxworks5.1.
13041
13042 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13043
13044 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13045 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13046
13047 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13048
13049 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13050
13051 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13052
13053 * cfg-ml-com.in: New file.
13054 * cfg-ml-pos.in: New file.
13055
13056 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13057
13058 * COPYING.NEWLIB: Add HP free copyright to list.
13059
13060 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13061
13062 * config.sub: Recognize -eabi* for the system, not just -eabi.
13063
13064 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13065
13066 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13067 * config.sub, configure.in (win32): New target and host.
13068
13069 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13070
13071 * configure.in: Add i386-pe configuration.
13072
13073 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13074
13075 * mpw-build.in (install): Install GDB after LD.
13076
13077 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13078
13079 * mpw-config.in (elf/mips.h): Always forward-include, needed
13080 for GDB to build.
13081
13082 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13083
13084 * testsuite: New directory for customer acceptance and whole tool
13085 chain tests.
13086
13087 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13088
13089 * configure: If per-host line isn't found, but AC_OUTPUT is found
13090 and a configure script exists, run it instead.
13091
13092 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13093
13094 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13095
13096 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13097
13098 * configure: Set build_{cpu,vendor,os,alias} to host values when
13099 --build isn't specified.
13100
13101 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13102
13103 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13104 (FLAGS_TO_PASS): Pass them.
13105 (EXTRA_TARGET_FLAGS): Ditto.
13106
13107 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13108
13109 * Makefile.in (all-libg++): Depend on all-libstdc++.
13110
13111 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13112
13113 * configure.in (noconfigdirs): Enable all packages for
13114 i386-unknown-netbsd.
13115
13116 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13117
13118 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13119 hosted builds (DOS builds)
13120
13121 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13122
13123 Changes for ARM based on patches from Richard Earnshaw:
13124 * config.sub: Handle armeb and armel.
13125 * configure.in: Omit arm linker only for riscix.
13126
13127 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13128
13129 * config.guess: Update from FSF.
13130
13131 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13132
13133 * config.sub: Recognize powerpcle as the little endian varient of
13134 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13135 powerpcle variant. Convert pentium into i586, not i486. Add p5
13136 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13137 temporarily.
13138
13139 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13140
13141 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13142
13143 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13144
13145 * config.sub: Accept -lites* as a basic system type.
13146
13147 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13148
13149 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13150 installed, and if so return linuxoldld as the system name.
13151
13152 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13153
13154 * config.guess: Add hppa1.1-hp-lites support.
13155
13156 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13157
13158 * configure.in: Don't build newlib for m68k-vxworks5.1.
13159
13160 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13161
13162 * configure.in (mips-sgi-irix6): Use mh-irix5.
13163
13164 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13165
13166 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13167
13168 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13169
13170 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13171 OSF/1. Fix compiler flags.
13172 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13173
13174 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13175
13176 * configure.in: Recognize --with-newlib.
13177 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13178
13179 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13180
13181 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13182 to *_X11_MODULES due to gdbtk needing X include files et al.
13183
13184 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13185
13186 Merge in support for Mac MPW as a host.
13187 (Old change descriptions retained for informational value.)
13188
13189 * mpw-config.in: Add generic include forwards for cpu-specific
13190 include files in aout and elf directories.
13191
13192 * mpw-configure: Added copyright.
13193 * mpw-config.in: Check for presence of required build tools.
13194 (target_libs): Add newlib.
13195 (target_tools): Add examples.
13196 (Read Me): Generate as "Read Me for MPW" instead.
13197 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13198 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13199 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13200
13201 * mpw-configure: Remove subdir-specific makefile hackery,
13202 delete mk.tmp after using it.
13203
13204 * mpw-build.in (all): Display start and end times.
13205
13206 * mpw-configure (host_canonical): Set.
13207 (target_cpu): Always add to makefiles.
13208 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13209 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13210 (mpw-mh-mpw): Look for in srcdir and srcroot.
13211 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13212
13213 * mpw-build.in: (install-only): New target.
13214
13215 * mpw-configure (host_alias, target_alias): Rename from hostalias
13216 and targetalias, add into generated Makefile.
13217 (mk.tmp): If present, add into generated Makefile.
13218 * mpw-build.in (all-gas): Build config.h first before gas proper.
13219
13220 * mpw-configure (config.status): Write only if changed.
13221 * mpw-config.in (readline): Configure it (not built, just used for
13222 definitions).
13223
13224 * mpw-config.in (elf/mips.h): Add a forward include.
13225
13226 * mpw-config.in: Forward-include most .h files in include into
13227 extra-include.
13228 (readline): Don't build.
13229 mpw-build.in (install): Install GDB.
13230
13231 * mpw-configure (prefix, mpw_prefix): Handle it.
13232 * mpw-config.in (mmalloc, readline): Don't configure.
13233 * mpw-build.in (thisscript): Rename to ThisScript.
13234 Use mpw-build instead of BuildProgram everywhere.
13235 (mmalloc, readline): Don't build.
13236 * mpw-README: New file, basic documentation about the MPW port.
13237
13238 * mpw-config.in: Use forward-include to create include files.
13239
13240 * mpw-configure: Add more things to the top of each configured
13241 Makefile, including contents of config/mpw-mh-mpw.
13242 * mpw-config.in (extra-include): Create this directory and fill it
13243 with Posix-like include files when configuring.
13244
13245 * config.sub (apple, mac, mpw): Add various aliases.
13246
13247 * mpw-build.in: New file, top-level build script fragment for MPW.
13248 * mpw-configure: New file, configure script for MPW.
13249 * mpw-config.in: New file, config fragment for MPW.
13250
13251 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13252
13253 * configure.in (host_libs): Remove glob, since it is gone from the
13254 sources.
13255
13256 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13257
13258 * Makefile.in: define empty GDB_NLM_DEPS var.
13259
13260 * configure.in(target_makefile_frag): use config/mt-netware
13261 for netware targets.
13262
13263 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13264
13265 * config.sub: Merge in recent FSF changes. Remove linux special
13266 cases.
13267
13268 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13269
13270 Revert this change:
13271
13272 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13273
13274 * build-all.mk: Use CC=cc -Xs on Solaris.
13275
13276 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13277
13278 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13279 stop using it.
13280 * Makefile.in: Nuke all references to glob subdirectory.
13281
13282 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13283
13284 * configure.in: Fix --enable-shared logic in per-host.
13285
13286 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13287
13288 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13289
13290 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13291
13292 * configure.in (noconfigdirs): Don't build gas on AIX, for
13293 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13294
13295 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13296
13297 * configure: Fix --cache-file to work if the file argument is a
13298 relative path.
13299
13300 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13301
13302 * configure: If the --cache-file is used, pass it down to
13303 configure in subdirectories.
13304
13305 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13306
13307 * config.sub: add vxworks29k configuration.
13308
13309 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13310
13311 * Makefile.in (taz): Do "diststuff" part quietly.
13312
13313 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13314
13315 * config.sub: Mini-merge with gcc/config.sub.
13316
13317 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13318
13319 * config.guess (IRIX): Sed - to _.
13320
13321 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13322
13323 * Makefile.in (source-vault, binary-vault): New targets.
13324
13325 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13326
13327 * config.sub: Recognize -eabi as a basic system type.
13328
13329 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13330
13331 * configure.in (enable_shared stuff): Fix typo.
13332
13333 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13334
13335 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13336
13337 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13338
13339 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13340
13341 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13342
13343 * configure.in (rs6000-*-*): Don't build gas.
13344
13345 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13346
13347 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13348 reduce command line length.
13349 (AS_FOR_TARGET): Check for as.new, not Makefile.
13350 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13351
13352 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13353
13354 * config.guess: Merge from FSF.
13355
13356 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13357
13358 * configure: Don't use $ when handling program_suffix.
13359
13360 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13361
13362 * configure.in: Configure tk for hppa/hpux.
13363
13364 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13365
13366 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13367
13368 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13369
13370 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13371 to LIBCXXFLAGS. Tests are better run without it.
13372
13373 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13374
13375 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13376
13377 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13378
13379 * configure.in (*-*-netware*): Don't configure xiberty.
13380
13381 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13382
13383 * configure.in: Remove tk from native_only list.
13384
13385 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13386
13387 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13388 for special NCD build.
13389
13390 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13391
13392 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13393 makeall.bat, they're only useful for binutils snapshots.
13394 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13395 makeall.bat to specified SUPPORT_FILES.
13396
13397 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13398
13399 * build-all.mk: Add Ericsson targets to sun4 and solaris
13400 hosts. Add BNR's sun4 target to solaris host, so their
13401 build-from-source will be tested in-house first.
13402
13403 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13404
13405 * Makefile.in (LIBCFLAGS): New variable.
13406 (CFLAGS_FOR_TARGET): Ditto.
13407 (LIBCFLAGS_FOR_TARGET): Ditto.
13408 (LIBCXXFLAGS): Ditto.
13409 (CXXFLAGS_FOR_TARGET): Ditto.
13410 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13411 (BASE_FLAGS_TO_PASS): Pass them.
13412 (EXTRA_TARGET_FLAGS): Ditto.
13413
13414 * configure.in: Support --enable-shared.
13415
13416 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13417
13418 * configure.in (target_libs): Include libstdc++ again.
13419 * config.guess: Update from FSF (for FreeBSD).
13420
13421 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13422
13423 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13424 makeall.bat.
13425 (DISTDOCDIRS): Add `etc'.
13426 (ETC_SUPPORT_PFX): New variable.
13427 (taz): Include anything from etc starting with a word in
13428 ETC_SUPPORT_PFX.
13429
13430 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13431
13432 * config.sub: Update for recent FSF changes. Remove obsolete
13433 h8300hds entry. Add -windows* and -osx as basic os. Minor
13434 spacing changes.
13435
13436 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13437
13438 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13439
13440 * config.guess: Merge with FSF.
13441 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13442
13443 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13444
13445 * configure: Since the "trap 0" handler will override the exit
13446 status on many systems, only use it for "exit 1", and make it set
13447 a non-zero exit status; reset it before "exit 0". Also, check
13448 exit status of config.sub, and error out if it failed.
13449
13450 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13451
13452 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13453 and install libgloss.
13454
13455 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13456
13457 * Makefile.in (all-binutils): Depend upon all-byacc.
13458
13459 * configure.in: Don't build emacs on Irix 5.
13460
13461 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13462
13463 * configure.in (*-*-netware*): Add libio.
13464
13465 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13466
13467 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13468 (CHECK_TARGET_MODULES): Ditto.
13469 (INSTALL_TARGET_MODULES): Ditto.
13470 (TARGET_LIBS): Ditto.
13471 (all-libstdc++): Note dependencies.
13472
13473 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13474
13475 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13476
13477 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13478
13479 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13480 -fexternal-templates.
13481
13482 * configure.in (target_libs): Add libstdc++.
13483 (noconfigdirs): Add libstdc++ as appropriate.
13484
13485 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13486
13487 * config.guess: Update from FSF.
13488
13489 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13490
13491 * configure: Use ${config_shell} when running ${configsub}.
13492
13493 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13494
13495 * config.sub: No longer recognize h8300h.
13496
13497 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13498
13499 * config.sub: Remove extraneous differences between config.sub and
13500 gcc/config.sub.
13501
13502 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13503
13504 * Makefile.in (DISTSTUFFDIRS): Add gas.
13505
13506 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13507
13508 * COPYING.NEWLIB: New file.
13509
13510 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13511
13512 * config.guess (HP-UX): Patch from Harlan Stenn
13513 <harlan@landmark.com> to also emit release level.
13514
13515 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13516
13517 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13518
13519 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13520
13521 * config.sub: Merge nextstep cleanup from FSF.
13522
13523 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13524
13525 * configure.in (arm-*-*): Don't configure ld for this target.
13526
13527 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13528
13529 * configure.in (*-*-netware): don't configure libg++, libio,
13530 librx, or newlib.
13531
13532 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13533
13534 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13535 configure ld--it works, but it doesn't support shared libraries.
13536
13537 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13538
13539 * config.guess (*-unknown-freebsd*): Get rid of possible
13540 trailing "(Release)" in version string.
13541 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13542
13543 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13544
13545 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13546 Fix type: *-next-neststep -> *-next-nextstep.
13547
13548 * config.guess: Merge from FSF:
13549
13550 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13551
13552 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13553
13554 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13555
13556 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13557 instead of UNIX_SV for UnixWare 1.0).
13558
13559 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13560
13561 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13562 to make gdb/nlm/* build after the compiler and linker.
13563
13564 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13565
13566 * config.guess (netbsd, freebsd, linux): Accept any machine,
13567 not just i[34]86.
13568 (m68k-atari-sysv4): Relocate to match FSF version.
13569
13570 * config.guess: More merges from the FSF:
13571
13572 Add a space before function call or macro invocation.
13573
13574 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13575
13576 * config.guess: Add trap cmd to remove dummy.c and dummy when
13577 interrupted.
13578
13579 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13580
13581 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13582 (dummy): Redirect stderr from compilation of dummy.c.
13583
13584 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13585
13586 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13587
13588 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13589
13590 * configure: Accept and ignore --cache*, for compatibility with
13591 new autoconf.
13592
13593 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13594
13595 * config.guess: Merge from FSF:
13596
13597 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13598
13599 * config.guess (Pyramid*:OSx*:*:*): New case.
13600 (PATH): Add /.attbin at end for finding uname.
13601 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13602
13603 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13604
13605 * config.guess (M88*:DolphinOS:*:*): New case.
13606
13607 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13608
13609 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13610 to select whether to use ELF or COFF.
13611
13612 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13613
13614 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13615
13616 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13617
13618 * config.guess: Guess the OS version for HPUX.
13619
13620 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13621
13622 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13623
13624 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13625
13626 * configure.in: Recognize --with-headers, --with-libs, and
13627 --without-newlib.
13628 * Makefile.in (all-xiberty): Depend upon all-ld.
13629
13630 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13631
13632 * configure.in: Change i[34]86 to i[345]86.
13633
13634 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13635
13636 * configure (version): A few more tweaks to help message.
13637
13638 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13639
13640 * Makefile.in: Remove (for now) librx as a host library,
13641 now that we're building it for target.
13642
13643 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13644
13645 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13646 (Karl Berry).
13647
13648 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13649
13650 * configure.in: Also configure librx.
13651
13652 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13653
13654 * Makefile.in: Update various rules to reflect that librx
13655 is now needed for libg++.
13656
13657 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13658
13659 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13660
13661 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13662
13663 * configure.in: Configure the examples directory.
13664
13665 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13666
13667 * configure: Simplify Jun 2 1994 change.
13668
13669 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13670
13671 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13672 /bin/gcc isn't good enough to build gcc.
13673
13674 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13675
13676 * Makefile.in (GDB_SUPPORT_FILES): Remove
13677 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13678 (gdb.tar.gz): Add new rule to use standard distribution building
13679 mechanism.
13680
13681 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13682
13683 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13684 Bill Cox <bill@cygnus.com>.
13685
13686 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13687
13688 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13689
13690 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13691
13692 * configure: Search current dir first in .gdbinit.
13693
13694 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13695
13696 * config.sub: Recognize freebsd (merged from gcc config.sub).
13697
13698 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13699
13700 * config.sub: Refer to NeXT's operating system as nextstep.
13701
13702 * config.sub (case $basic_machine): Re-order the cases, to match
13703 the order in the FSF version (which is mostly alphabethical).
13704 Merge in some additions and changes from the FSF.
13705
13706 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13707
13708 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13709 * config.sub: Recognize cxux7.
13710 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13711
13712 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13713
13714 * config.sub: Fix typo powerpc -> powerpc-*.
13715
13716 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13717
13718 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13719
13720 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13721 parallel with all-emacs and install-emacs). Top-level command
13722 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13723
13724 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13725
13726 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13727 $(relbindir)/make before doing ``make install'', and use
13728 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13729 installing over running make binary.
13730 ($(host)-stamp-stage3-installed): Likewise.
13731
13732 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13733
13734 * config.guess: Recognize Mach.
13735
13736 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13737
13738 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13739 see whether --exec-prefix was used.
13740
13741 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13742
13743 * README: Explicitly mention libg++/README. (Zoo's idea.)
13744
13745 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13746
13747 * Makefile.in: Add all-librx target similar to all-libproc.
13748
13749 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13750
13751 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13752 with post 1.2 uname bogosity.
13753
13754 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13755
13756 * configure: Remove temporary files on receipt of a signal.
13757
13758 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13759
13760 * configure: If there is a package_makefile_frag, remove
13761 ${subdir}/Makefile.tem after copying it in.
13762
13763 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13764
13765 * build_all.mk: support rs6000 lynx identifies itself as
13766 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13767 since /bin/gcc is too feeble to compile a modern gcc.
13768
13769 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13770
13771 * brought devo/test-build.mk update-to-date with progressive/
13772 test-build.mk. Add lynx targets and hppa flag info.
13773
13774 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13775
13776 * configure.in: Use mh-ncrsvr43. Patch from
13777 Tom McConnell <tmcconne@sedona.intel.com>.
13778
13779 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13780
13781 * config.guess (i386-unknown-bsdi): No longer need to
13782 check #if defined(__bsdi__) && defined(__i386__).
13783
13784 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13785
13786 * configure: Set program_transform_nameoption correctly.
13787
13788 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13789
13790 * brought build-all.mk update-to-date with progressive build-all.mk,
13791 added new targets and hppa info.
13792
13793 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13794
13795 * configure: If config.guess result is a prefix of the user
13796 specified target, assume a native build and use the user specified
13797 target as the host alias. Remove SunOS patch suffix removal hack.
13798 * configure.in: Remove SunOS patch suffix removal hack.
13799
13800 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13801 in NATIVE_CHECK_MODULES.
13802
13803 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13804
13805 * Makefile.in: Rename HOST_ONLY to NATIVE.
13806 * configure: Delete SunOs patch suffix from host_canonical
13807 and build_canonical variables that are prepended to Makefiles.
13808 * configure.in: Add comments for easier maintenance.
13809
13810 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13811
13812 * Makefile.in: Add all-libproc target similar to all-gui.
13813
13814 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13815
13816 * Makefile.in (CHECK_MODULES): split into
13817 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13818
13819 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13820
13821 * config.guess (i386-unknown-bsdi): New system to guess.
13822
13823 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13824
13825 * Makefile.in: Add all-gui target (but not yet build by "all").
13826
13827 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13828
13829 * config.sub: Move deletion of patch suffix from here...
13830 * configure.in: To here, at Ian's suggestion. The top-
13831 level scripts might need to know of a patch level.
13832
13833 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13834
13835 * config.sub: Strip off patch suffix so rtl is recognized
13836 as a sunos4.1.3 machine, even though it's been patched.
13837
13838 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13839
13840 * Makefile.in (INSTALL_LAST): Delete.
13841 (INSTALL_DOSREL): New.
13842
13843 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13844
13845 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13846 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13847 whether we pass down --with-gnu-ld anyhow.
13848
13849 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13850
13851 * Makefile.in (INSTALL_LAST): Change operation so it works
13852 on more flavors of make.
13853 * configure.in (go32): Don't build libg++ or libio.
13854
13855 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13856
13857 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13858 they can be overriden by templates.
13859
13860 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13861
13862 * configure.in (target==go32): Don't build gdb.
13863 * dosrel: New directory.
13864
13865 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13866
13867 * configure.in (host==go32): Configure dosrel too.
13868 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13869 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13870 be set by incoming names or templates.
13871 (INSTALL_LAST): New rule.
13872
13873 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13874
13875 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13876
13877 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13878
13879 * configure.in (appdirs): New variable. Currently empty, but will
13880 be used in gas distribution. If nonempty, lists a set of
13881 directories at least one of which must get configured, or top
13882 level configuration is considered to have failed.
13883 (rs6000-*-lynxos*): Use new file name.
13884
13885 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13886
13887 Eliminate XTRAFLAGS.
13888 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13889 newlib include files using -idirafter, and also use -nostdinc.
13890 (CXX_FOR_TARGET): Likewise.
13891 (XTRAFLAGS): Removed.
13892 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13893 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13894 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13895 ($(DO_X)): Don't pass down XTRAFLAGS.
13896
13897 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13898
13899 * configure.in (mips*-dec-bsd*): New target; do build linker.
13900 (mips*-*-bsd*): New target; don't build linker.
13901
13902 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13903
13904 * configure.in: support rs6000-*-lynxos* configuration.
13905 support sunos4 as a cross target.
13906
13907 * config.sub: look for lynx*, not lynx since the OS version may
13908 legitimately be part of the name.
13909
13910 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13911
13912 * configure.in (i[34]86-*-sco*): Move to be with other i386
13913 targets.
13914 (romp-*-*): New target. Skip various binary utilities.
13915 (vax-*-*): New target. Don't build newlib.
13916 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13917
13918 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13919
13920 * configure.in: Only set host_makefile_frag if config
13921 directory exists.
13922
13923 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13924
13925 * install.sh: If $dstdir exists, don't check whether each
13926 component does.
13927
13928 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13929
13930 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13931
13932 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13933
13934 * configure.in (*-*-lynxos*): Don't configure newlib for either
13935 native or cross Lynx.
13936
13937 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13938
13939 * config.sub (sparc64-elf): Fix os.
13940 (z8k): Remove duplicate.
13941
13942 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13943
13944 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13945 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13946
13947 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13948
13949 * configure: Make file links cleanly even if Lynx fails on
13950 an NFS symlink (at least fail cleanly).
13951
13952 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13953
13954 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13955 -XNh2000.
13956
13957 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13958
13959 * configure: Unknown options are fatal again.
13960
13961 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13962
13963 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13964 compatibility.
13965
13966 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13967
13968 * build-all.mk: Add `clean' target.
13969
13970 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13971
13972 * config.guess: Add SINIX support.
13973 * configure.in: Add mips-*-sysv4* support.
13974
13975 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13976
13977 * build-all.mk: Document all useful targets.
13978 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13979 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13980
13981 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13982
13983 * configure: Support --silent, --quiet.
13984
13985 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13986
13987 * configure: Support --disable-FEATURE.
13988
13989 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13990
13991 * config.guess: Recognize NCR running SVR4.3.
13992
13993 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13994
13995 * config.guess: Make BSDI generate i386-unknown-bsd386.
13996 Patch from Paul Eggert <eggert@twinsun.com>.
13997
13998 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13999
14000 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14001
14002 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14003
14004 * configure: Make unrecognized options give nonfatal warnings
14005 instead of fatal errors, and pass them to any subdirectory
14006 configures in case they recognize them.
14007 Make --x equivalent to --with-x.
14008
14009 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14010
14011 * configure: Add --enable-* options. Clean up usage message and
14012 some comments.
14013
14014 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14015
14016 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14017
14018 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14019
14020 * configure.in (hppa*-*-*): Enable binutils.
14021
14022 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14023
14024 * config.sub: Recognize cisco.
14025
14026 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14027
14028 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14029
14030 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14031
14032 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14033 than one configuration name. Add comment.
14034
14035 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14036
14037 * config.guess: about target *-hitachi-hiuxwe2, fixed
14038 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14039 macro is incorrect.]
14040
14041 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14042
14043 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14044 than the "make ls" stuff which used to be here.
14045
14046 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14047
14048 * config.guess: Recognize i[34]86-unknown-freebsd.
14049 From Shawn M Carey <smcarey@rodan.syr.edu>.
14050
14051 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14052
14053 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14054
14055 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14056
14057 * config.guess: Check for ptx.
14058
14059 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14060
14061 * config.sub: Add os9k checking.
14062
14063 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14064
14065 * config.guess: Handle OSF1 running on HPPA processors
14066
14067 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14068
14069 * configure: If subdir configure fails, print out a message with
14070 subdirectory name, in case subdir's configure code didn't identify
14071 itself.
14072
14073 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14074
14075 * configure.in: Remove embedded newlines from configdirs.
14076 Avoid mismatches of substrings. Fix matching strings at end
14077 of configdirs.
14078
14079 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14080
14081 * config.guess: Add Lynx/rs6000 config support.
14082
14083 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14084
14085 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14086
14087 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14088
14089 * configure.in (hppa*-*-osf*): Treat this just like most other
14090 PA configurations (eg no binutils or ld).
14091 (hppa*-*-*elf*): These configurations have binutils and ld.
14092
14093 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14094
14095 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14096
14097 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14098
14099 * configure.in (rs6000-*-*): Build gas.
14100
14101 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14102
14103 * Makefile.in: Avoid bug in losing hpux sed.
14104
14105 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14106
14107 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14108 for GDB and GDB has been fixed to not need it.
14109
14110 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14111
14112 * config.guess: Recognize vax hosts.
14113
14114 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14115
14116 * configure (while loop): Don't use "break 2" inside case
14117 statement -- the case statement isn't an enclosing loop.
14118
14119 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14120
14121 * config.guess: Clean up NeXT support, to allow nextstep
14122 on Intel machines. Make OS be nextstep.
14123
14124 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14125
14126 * config.guess: Add alternate forms for Convex.
14127
14128 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14129
14130 * configure: Completely rewrite option processing. Take
14131 advantage of pattern-matching to avoid invoking test frequently.
14132 Also clean up host and target defaulting logic.
14133
14134 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14135
14136 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14137 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14138 commands (plus user environment) will fit SCO limits.
14139
14140 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14141
14142 * configure.in: Don't issue warnings about directories which are
14143 not being configured if -norecursion is set. Correct test for
14144 --with-gnu-as and --with-gnu-ld to not get confused by substring
14145 matches.
14146
14147 * configure.in: Don't build gas for alpha-dec-osf1*.
14148
14149 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14150
14151 * configure: Back out Per's change of 12/19/1993. It changes the
14152 behavior of configure in unexpected and confusing ways.
14153
14154 Also, use different delim char when calculating
14155 program_transform_name so that the name can contain slashes.
14156
14157 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14158
14159 * configure.in, config.sub: Add support for VSTa micro-kernel.
14160
14161 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14162
14163 * configure.in: Nuke hacks which were used to get a special
14164 version of GAS for HPPA configurations.
14165
14166 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14167
14168 * configure: If only ${target_alias} is given, use that
14169 as the default for ${host_alias}.
14170 * configure: Add missing back-slashes before nested quotes.
14171
14172 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14173
14174 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14175
14176 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14177
14178 * config.guess: Recognize some Tektronix configurations.
14179 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14180
14181 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14182
14183 * config.sub: Match any flavor of SH.
14184
14185 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14186
14187 * configure.in: Don't try to configure newlib for Alpha.
14188
14189 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14190
14191 * configure.in: Don't build ld for Irix 5. Don't build gas,
14192 libg++ or libio for any Alpha target.
14193
14194 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14195
14196 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14197
14198 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14199 default arguments -- so it tried to compress itself.
14200
14201 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14202
14203 * configure.in (notsupp): ensure that a space is always at the end
14204 of the configdirs list, since the grep checks for an explicit space
14205
14206 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14207
14208 * configure.in (target i386-sysv4.2): don't build ld, since static
14209 versions of many libraries are not available.
14210
14211 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14212
14213 * config.guess: Recognize Apollos (using environment variables).
14214 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14215
14216 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14217
14218 * config.guess: Recognize Sony news mips running newsos.
14219
14220 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14221
14222 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14223 "fi ; else" for bash.
14224
14225 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14226
14227 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14228
14229 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14230
14231 * config.sub: accept unixware as an alias for svr4.2.
14232 Fix some inconsistancies with the gcc version.
14233
14234 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14235
14236 * Makefile.in (DISTDOCDIRS): Add gdb.
14237
14238 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14239
14240 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14241
14242 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14243
14244 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14245 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14246 this now.
14247
14248 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14249
14250 * config.sub: Accept hiux* as an OS name.
14251
14252 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14253 etc/make-stds.texi. The underscore came from gcc, and dje now
14254 agrees that RUNTESTFLAGS is the correct name.
14255
14256 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14257
14258 * install.sh: Remove 'set -e'. It makes any conditionals
14259 in the script useless.
14260
14261 * config.guess: Automatically recognize arm-acorn-riscix
14262 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14263
14264 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14265
14266 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14267
14268 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14269
14270 * Makefile.in (DISTDOCDIRS): New variable.
14271 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14272 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14273
14274 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14275
14276 * configure.in (hppa target): check the source directory for the
14277 pagas sub-directory
14278
14279 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14280
14281 * config.sub: Allow -aout* and -elf*.
14282
14283 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14284
14285 * configure.in: Don't build ld on i386-solaris2, same as for
14286 sparc-solaris2.
14287
14288 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14289
14290 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14291
14292 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14293
14294 * configure.in: Configure gdb for alpha.
14295
14296 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14297
14298 * Makefile.in (CXXFLAGS): Add -O.
14299
14300 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14301
14302 * config.guess: added support for DG Aviion
14303
14304 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14305
14306 * configure.in: Produce warning message for subdirectories not
14307 configurable for this host/target combination. Don't try to
14308 configure gdb for vms.
14309
14310 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14311
14312 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14313 appropriate files before making "diststuff".
14314 (DISTBISONFILES): New var: list of files to be edited.
14315 (DISTSTUFFDIRS): Add binutils.
14316
14317 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14318
14319 * config.sub: also handle mipsel and mips64el (for little endian mips)
14320
14321 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14322
14323 * configure.in: Add * to end of all OS names.
14324
14325 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14326
14327 * configure.in: Build newlib for LynxOS native.
14328
14329 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14330
14331 * config.guess: Add support for delta 88k running SVR3.
14332
14333 * configure.in: Add comment about HP compiler vs. emacs.
14334
14335 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14336
14337 * configure.in: don't build ld on solaris2 (not a viable option
14338 due to bugs in getpwnam & getpwuid)
14339
14340 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14341
14342 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14343 config.guess will produce a full version number.
14344
14345 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14346
14347 * configure.in: Build linker and binutils for alpha-dec-osf1.
14348
14349 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14350
14351 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14352 and gdb/testsuite/Makefile.in.
14353
14354 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14355
14356 * configure.in: recognize mips*- instead of mips-
14357
14358 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14359
14360 * config.sub: Accept linux*coff and linux*elf as operating
14361 systems.
14362
14363 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14364
14365 * config.sub: Recognize mips64, and mips3 as an alias for it.
14366
14367 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14368
14369 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14370 gdb knows how to handle OSF/1 shared libraries.
14371
14372 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14373
14374 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14375 * config.guess: Recognize Hitachi's HIUX.
14376 * config.sub: Recognize h3050r* and hppahitachi.
14377 Remove redundant cases for hp9k[23]*.
14378
14379 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14380
14381 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14382 if gas and ld are in the source tree and are in ${configdirs}.
14383 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14384 --with options (but still pass them down on the command line,
14385 if they were explicitly specified).
14386
14387 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14388
14389 * configure: substitute SHELL value in Makefile.in with
14390 ${CONFIG_SHELL}
14391
14392 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14393
14394 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14395 *-*-solaris2* targets.
14396
14397 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14398
14399 * Makefile.in: define M4, and pass it down to sub-makes;
14400 all-autoconf now depends on all-m4
14401
14402 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14403
14404 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14405 presence of {ar,ranlib} instead of a configured directory
14406
14407 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14408
14409 * config.guess: Accept 34?? as well as 33?? for NCR.
14410
14411 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14412
14413 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14414 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14415
14416 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14417
14418 * configure: grab values for $(CC) and $(CXX) from the
14419 environment, so that someone can do "CC=gcc configure; make" and
14420 have it work right (matching the way that autoconf works now)
14421
14422 * configure.in, Makefile.in: add support for gash, the tcl
14423 interface to Galaxy
14424
14425 * config.guess: add NetBSD variants (hp300, x86)
14426
14427 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14428
14429 * install.sh: Support -d option (in the manner of SunOS 4 install,
14430 as it is more deterministic than that of GNU install)
14431 (chmodcmd): Set file to mode 755 by default (should also do default
14432 chgrp and chown, but I don't feel like dealing with that now)
14433
14434 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14435
14436 * config.sub: Remove h8300hhms alias.
14437
14438 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14439
14440 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14441
14442 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14443
14444 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14445 as stmp-fixinc
14446
14447 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14448
14449 * config.sub: recognize m88110-bug-coff.
14450
14451 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * Makefile.in (all-libio): all dependencies on the toolchain used
14454 to build this (gcc, gas, ld, etc)
14455
14456 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14457
14458 * config.guess: Deal with OSF/1 1.3 on alpha.
14459
14460 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14461
14462 * install.sh: add some 'else true' clauses for portability
14463
14464 * configure.in: don't build libio for h8[35]00-*-* targets
14465
14466 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14467
14468 * Makefile.in: Add support for new libio.
14469
14470 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14471
14472 * install.sh: If one command fails, don't try the rest. Don't try
14473 to remove $dsttmp (via trap) unless we have already created it.
14474 If $src doesn't exist, detect it and exit with an error.
14475
14476 * config.guess: Recognize BSD on hp300.
14477
14478 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14479
14480 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14481 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14482
14483 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14484
14485 * Makefile.in (all-send-pr): depends on all-prms
14486
14487 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14488
14489 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14490
14491 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14492
14493 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14494 Added test for mips-mips-riscos5.
14495
14496 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14497
14498 * configure.in: use mh-hp300 for 68k HP hosts
14499
14500 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14501
14502 * configure: add support for CONFIG_SHELL, so that you can use
14503 some alternate shell for evaluating configure scripts
14504
14505 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14506
14507 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14508 in configure script to bug-gdb@prep.ai.mit.edu when building
14509 distribution archive.
14510 * Makefile.in (COMPRESS): Remove def.
14511 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14512 gdb.tar.Z and make-gdb.tar.Z respectively.
14513 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14514 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14515 to convergence with 'taz' target in Makefile.in.
14516
14517 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14518
14519 * install.sh (dsttmp): use trap to ensure that tmp files go
14520 away on error conditions
14521
14522 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14523
14524 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14525
14526 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14527
14528 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14529 its parent is '/' not ''.
14530
14531 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14532
14533 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14534
14535 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14536 that ${newsrcdir}/configure.in does.
14537
14538 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14539
14540 * test-build.mk: support for CONFIG_SHELL
14541
14542 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14543
14544 * config.sub (netware): Add as a basic system type.
14545
14546 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14547
14548 * Makefile.in (Makefile): depend on configure.in. Also drop the
14549 $(srcdir)/ from the dependency on Makefile.in.
14550
14551 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14552
14553 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14554 (h8300hhms is temporary until multi-libraries are implemented).
14555 * configure.in: Handle h8300h too.
14556
14557 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14558
14559 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14560
14561 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14562
14563 * configure: Remove extraneous output when guessing host type.
14564 * config.guess: Remove extraneous output when guessing using C
14565 compiler rather than uname, or when guessing fails.
14566
14567 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14568
14569 * Makefile.in: remove all.cross and install.cross targets
14570
14571 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14572 definitions
14573
14574 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14575
14576 * configure.in (target sh): Build gprof.
14577
14578 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14579
14580 * config.sub: change -solaris to -solaris2
14581
14582 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14583
14584 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14585
14586 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14587
14588 * configure: Correct error message for missing Makefile.in to
14589 print correct directory.
14590
14591 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14592
14593 * install.sh: kludge around 386BSD shell bug
14594
14595 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14596
14597 * config.guess: Recognize NeXT.
14598 * config.guess: Recognize i486-ncr-sysv4.
14599 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14600
14601 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14602
14603 * Makefile.in (MAKEINFOFLAGS): New variable.
14604 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14605 * build-all.mk, test-build.mk: Pass down --no-split as
14606 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14607
14608 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14609
14610 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14611
14612 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14613
14614 * Makefile.in (libg++.tar.z): New rule.
14615 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14616 * Makefile.in (taz): Only do a single chmod.
14617
14618 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14619
14620 * install.sh: don't use dirname anymore (replaced with sed usage)
14621
14622 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14623
14624 * Makefile.in: Change extension for gzip'd files from '.z' to
14625 '.gz' per new FSF standard usage.
14626
14627 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14628
14629 * configure: put quotes around the final value of program_transform_name
14630
14631 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14632
14633 * Makefile.in: new install.sh support; update install-info rules
14634
14635 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14636
14637 * configure.in: Build diff for crosses, but not for go32 host.
14638
14639 * configure.in: Build gprof only for native, and don't build it
14640 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14641
14642 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14643
14644 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14645
14646 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14647
14648 * configure.in (host_tools): Add prms.
14649
14650 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14651
14652 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14653 with $(FLAGS_TO_PASS) on the command line
14654
14655 * config.sub: Recognize lynx and lynxos
14656
14657 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14658
14659 * config.sub: Accept -ecoff*, not just -ecoff.
14660
14661 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14662
14663 * Makefile.in (taz): Use .gz suffix instead of .z.
14664 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14665 names.
14666
14667 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14668
14669 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14670
14671 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14672
14673 * Makefile.in (install-no-fixedincludes): install gcc last, so
14674 that rebuilds that might happen during 'make install' don't get
14675 bogus gcc include files
14676
14677 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14678
14679 Change from Utah for HPPA support:
14680 * config.guess: Recognize hppa1.x-hp-bsd.
14681
14682 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14683
14684 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14685 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14686
14687 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14688
14689 * config.sub: Add support for rom68k and bug boot monitors.
14690
14691 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14692
14693 * Makefile.in: Make all-opcodes depend on all-bfd.
14694
14695 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14696
14697 * config.guess: Added special check for i[34]86-univel-sysv4*.
14698
14699 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14700
14701 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14702 the processor rather than assuming i486.
14703
14704 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14705
14706 * config.guess: Recognize SunOS6 as Solaris3.
14707
14708 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14709
14710 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14711 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14712
14713 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14714
14715 * build-all.mk (all-cross): New target for Canadian Cross.
14716 Added Q2 go32 targets.
14717 * test-build.mk: Configure go32 cross sparclite-aout and
14718 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14719 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14720
14721 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14722
14723 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14724 GO32 hosted toolchains
14725
14726 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14727
14728 * configure: change so "-exec-prefix" gets passed down rather
14729 than "-exec_prefix" so autoconf generated Makefiles get the
14730 exec_prefix set right.
14731
14732 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14733
14734 * config.guess: get the Solaris2 minor version number
14735
14736 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14737
14738 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14739
14740 * config.guess: Recognize some Sequent platforms.
14741
14742 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14743
14744 * Makefile.in: added the vault-install target
14745
14746 * configure.in: actually use the Sun3 makefile fragment that's in
14747 config, also added the release dir to configdirs
14748
14749 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14750
14751 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14752
14753 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14754
14755 * configure.in: remove some program from Alpha targetted toolchains
14756
14757 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14758
14759 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14760 gprof.
14761 (taz): Run "make diststuff" in those directories instead of "make
14762 proto-dir". Look for "VERSION=" only at start of line in subdir
14763 Makefile. Use "gzip -9" for compression.
14764 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14765 (binutils.tar.z): New target.
14766
14767 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14768
14769 * Makefile.in (taz): Include gpl.texinfo.
14770
14771 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14772
14773 * Makefile.in (setup-dirs): Merged into "taz" target.
14774 (taz): Only do `proto-dir' stuff if a directory is actually needed
14775 for this target.
14776
14777 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14778
14779 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14780 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14781 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14782 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14783 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14784
14785 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14786
14787 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14788 config.sub, and move-if-change to gdb testsuite distribution
14789 archive, so the testsuite can be extracted, configured, and
14790 run separately from the gdb distribution. Blow away the Chill
14791 tests that require a Chill compiled executable, since GNU Chill
14792 is not yet publically available.
14793
14794 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * test-build.mk: set environment variables in a single command,
14797 instead of a list of assignments and exports
14798
14799 * config.guess: recognize Alpha/OSF1 systems
14800
14801 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14802
14803 * configure: Change help message to prefer --options rather than
14804 -options.
14805
14806 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14807
14808 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14809 zippy@ecst.csuchico.edu.
14810 * config.guess: Recognize miniframe.
14811
14812 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14813
14814 * Makefile.in: Use srcroot to find runtest rather than rootme.
14815 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14816
14817 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14818
14819 * test-build.mk: Extensive additions to support building on a
14820 machine other than the host.
14821
14822 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14823
14824 * configure (tooldir): Fix for i386-aix again.
14825
14826 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14827
14828 * configure, Makefile.in: Change definition of $(tooldir)
14829 to match the FSF.
14830
14831 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14832
14833 * config.guess: Recognize i[34]86/SVR4.
14834
14835 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14836
14837 * Makefile.in (all-gdb): gdb depends on sim.
14838
14839 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14840
14841 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14842 at the same time we make the prototype gdb directory.
14843 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14844 files at the same time as the gdb base release distribution.
14845
14846 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14847
14848 * Makefile.in (check): Use individual check targets rather than
14849 DO_X rule.
14850 (check-gcc): Added.
14851
14852 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14853
14854 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14855 for System V release 3.2.
14856
14857 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14858
14859 * config.sub: Recognize hppaosf.
14860 * configure.in: Do configure ld/binutils/gas for it.
14861
14862 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14863
14864 * configure (tooldir): Alter syntax used to set this, for systems
14865 where "\$" isn't handled right, like i386-aix.
14866
14867 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14868
14869 * configure: Pass program-transform-name, not
14870 program_transform_name, to recursive configures.
14871
14872 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14873
14874 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14875 of gas+ld+binutils.
14876
14877 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14878
14879 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14880
14881 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14882
14883 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14884
14885 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14886
14887 * Makefile.in (PRMS): Set back to all-prms.
14888
14889 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14890
14891 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14892 targets, rather than for MIPS hosts.
14893
14894 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14895
14896 * configure.in: add comment for --with-x default values
14897
14898 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14899
14900 * Makefile.in: add check-* targets for each of the directories in
14901 the tree. Add a definition of RUNTEST that will use the one we
14902 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14903
14904 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14905
14906 * configure.in: Removed obsolete references to bfd_target and
14907 target_makefile_frag.
14908
14909 * build-all.mk: Set assorted targets for Q2.
14910 * config.sub: Recognize z8k-sim and h8300-hms.
14911 * test-build.mk: Really don't pass host to configure.
14912 (HOLES): Added uname.
14913
14914 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14915
14916 * configure: Handle an empty program-prefix, program-suffix or
14917 program-transform-name correctly.
14918
14919 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14920
14921 * build-all.mk: -G 8 no longer required for MIPS targets.
14922 * test-build.mk: Don't pass host argument to configure; make it
14923 guess.
14924
14925 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14926
14927 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14928 * Makefile.in (COMPRESS): New macro, like GZIP.
14929
14930 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14931
14932 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14933
14934 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14935 with gas currently defaults to -G 0.
14936
14937 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * Makefile.in (all-flex): flex depends on byacc.
14940
14941 * build-all.mk: If host not specified, use config.guess. Pass TAG
14942 to test-build.mk as RELEASE_TAG.
14943 * test-build.mk (configargs): New variable containing arguments to
14944 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14945 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14946
14947 * config.guess: Use /bin/uname when checking -X argument on SCO,
14948 to avoid invoking GNU uname which doesn't understand -X.
14949
14950 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14951
14952 * configure.in: Build gas for mips-*-*.
14953
14954 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14955
14956 * Makefile.in (all.normal): insert missing backslash.
14957
14958 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14959
14960 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14961
14962 * Makefile.in: Complete overhaul to merge many almost identical
14963 targets.
14964
14965 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14966
14967 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14968 (gdb.tar.Z): Adjusted.
14969
14970 * Makefile.in (setup-dirs, taz): New targets; should be general
14971 enough to adapt for gdb sometime. Build only .z file.
14972 (gas.tar.z): New target.
14973
14974 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * build-all.mk: Use CC=cc -Xs on Solaris.
14977
14978 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14979
14980 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14981 for handling BISON for FSF releases.
14982
14983 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14984
14985 * configure: Actually implement the change zoo just documented.
14986
14987 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14988
14989 * configure: when using config.guess, only set target_alias when
14990 it's not already been set (ie, on the command line)
14991
14992 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14993
14994 * Makefile.in: add installcheck target, set PRMS to install-prms
14995
14996 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14997
14998 * configure: add support for package_makefile_fragment, handle the
14999 case where a directory has a configure.in file but no Makefile.in
15000 more gracefully (with an actual understandable error message, even);
15001 add support for --without (and add this to the usage message); also
15002 explicitly add a --host=${host_alias} to the command line when
15003 config.guess is used
15004
15005 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15006
15007 * configure: Must use both --host and --target in recursive calls.
15008
15009 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15010
15011 * Makefile.in: Change deja-gnu to dejagnu.
15012
15013 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15014
15015 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15016
15017 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15018
15019 * configure.in: canonicalize all instances to *-*-solaris2*,
15020 also strip out a number of tools to not build for go32 host
15021
15022 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15023
15024 * config.guess: add GPL.
15025
15026 * Makefile.in, config.guess, config.sub, configure: bump
15027 copyrights to 93.
15028
15029 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * Makefile.in (do-info): Removed obsolete check for existence of
15032 localenv file.
15033
15034 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15035
15036 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15037
15038 * Makefile.in: a couple of 'else true' for decstation,
15039 support for TclX
15040
15041 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15042
15043 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15044
15045 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15046
15047 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15048
15049 * config.guess: Recognize i386-ibm-aix (PS/2).
15050 * configure.in: Use config/mh-aix386 file for it.
15051
15052 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15053
15054 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15055 CC_FOR_TARGET instead.
15056 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15057
15058 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15059
15060 * Makefile.in: Add sim to list of directories sent with gdb
15061
15062 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15063
15064 * configure.in: Put back mips-dec-bsd* case.
15065
15066 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15067
15068 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15069 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15070 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15071
15072 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15073
15074 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15075
15076 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15077 (install-info): install dir.info only if it exists,
15078 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15079
15080 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15081
15082 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15083 gas for mips-dec-bsd.
15084
15085 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15086
15087 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15088 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15089
15090 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15091
15092 * configure.in: Added "dejagnu" to hosttools list.
15093
15094 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15095
15096 * config.sub, configure.in, config.guess: Add support
15097 for Bosx, an AIX variant from Bull.
15098 Patches from F.Pierresteguy@frcl.bull.fr.
15099
15100 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15101
15102 * devo/dejagnu: Initial creation of devo/dejagnu.
15103 Migrated dejagnu testcases and support files for testing software
15104 tools to reside as subdirectories, currently called "testsuite",
15105 within the directory of the software tool. Migrated all programs,
15106 support libraries, etc. beloging to dejagnu proper from
15107 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15108 with no modifications. The changes to these files which will
15109 allow them to configure, build, and execute properly will be made
15110 in a future update.
15111
15112 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15113
15114 * Makefile.in: Change send_pr to send-pr.
15115 * configure.in: Likewise.
15116 * send_pr: Renamed directory to send-pr.
15117
15118 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15119
15120 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15121
15122 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15123
15124 * README: Update for gdb-4.8 release.
15125 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15126 gdb-xxx.tar.z (gzip'd) file also.
15127
15128 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15129
15130 * Makefile.in: make all-diff depend on all-libiberty
15131
15132 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15133
15134 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15135
15136 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15137
15138 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15139
15140 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15141
15142 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15143 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15144 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15145
15146 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15147
15148 * Makefile.in: makeinfo binary is in a new location
15149
15150 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15151
15152 * config.sub: Accept -ecoff as an OS.
15153
15154 * Makefile.in: Various changes to eliminate a level of make
15155 recursion and reduce the required command line length.
15156 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15157 sub-makes.
15158 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15159 variables holding settings for specific sub-makes.
15160 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15161 in terms of BASE_FLAGS_TO_PASS.
15162 (TARGET_LIBS): New variable listing directories which use
15163 TARGET_FLAGS_TO_PASS.
15164 (subdir_do): Eliminated.
15165 (do-*): New set of targets to replace subdir_do.
15166 (various): All targets which used subdir_do now depend on do-*.
15167 (local-clean): Renamed from do_clean.
15168 (local-distclean): New target, dependency of distclean and
15169 realclean.
15170 (install-info): Don't create directories. Depend on dir.info
15171 rather than calling make recursively.
15172 (install-dir.info): Eliminated.
15173 (install-info-dirs): Create all info directories here.
15174 (dir.info): Depend upon do-install-info.
15175
15176 * test-build.mk (HOLES): Added false.
15177
15178 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15179
15180 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15181
15182 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15183
15184 * Makefile.in (info): remove dependency on all-texinfo. The
15185 problem was really in texinfo/C, not at this level.
15186
15187 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15188
15189 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15190
15191 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15192
15193 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15194 GDB releases.
15195
15196 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15197
15198 * configure: Include srcdir in message about target of link not
15199 being found. Don't convert `-' to `_' in `with' options being
15200 passed to subdirs.
15201
15202 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15203
15204 * configure.in: add uudecode to host_tools
15205
15206 * Makefile.in: added {all,install}-uudecode targets, added them to
15207 the appropriate lists
15208
15209 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15210
15211 * Makefile.in (all-gcc): Added dependency on all-gas.
15212
15213 * configure.in (mips-*-*): Build ld and binutils.
15214
15215 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15216
15217 * configure: check return code from mkdir, print error message and
15218 exit on failure.
15219
15220 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15221
15222 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15223
15224 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15225
15226 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15227
15228 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15229
15230 * config.sub (h8500): Recognize this as a cpu type.
15231
15232 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15233
15234 * configure: source directory missing is no longer a warning
15235
15236 * configure.in: recognize irix[34]* instead of irix[34]
15237
15238 * Makefile.in: define and pass down X11_LIB
15239
15240 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15241
15242 * guess-systype: Renamed to ...
15243 * config.guess: ... by popular request.
15244 * configure.in, Makefile.in: Update accordingly.
15245
15246 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15247
15248 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15249 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15250 + Execute ./dummy instead of assuming . is in PATH.
15251
15252 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15253
15254 * guess-systype: New shell script. Attempts to guess the
15255 canonical host name of the executing host.
15256 Only a few hosts are supported so far.
15257 * configure: Call guess-systype if no host is specified.
15258
15259 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15260
15261 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15262 gcc Makefile.
15263
15264
15265 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15266
15267 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15268 (all-gcc, install-gcc, subdir_do): Use it.
15269
15270 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15271
15272 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15273
15274 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15275
15276 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15277 set exclusively by configure, using configure.in .
15278
15279 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15280
15281 * test-build.mk: set $PATH for all builds
15282
15283 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15284
15285 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15286
15287 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15288 the one used in gcc/Makefile.in, so that a null expansion doesn't
15289 override the one needed to build gcc with a native cc.
15290
15291
15292 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15293
15294 * configure: Accept -with arguments.
15295
15296 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15297
15298 * Makefile.in: added h8300sim
15299
15300 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15301
15302 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15303 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15304 (all-cygnus, native, build-cygnus): Make
15305 $(canonhost)-stamp-3stage-done, not $(host)....
15306 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15307 i386-sco3.2v4. Added else true to if command.
15308
15309 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15310
15311 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15312
15313 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15314
15315 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15316
15317 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15318
15319 * configure.in: don't remove binutils from Solaris builds
15320
15321 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15322
15323 * Makefile.in: get rid of earlier definitions for *clean,
15324 also handle the recursive info rule better
15325
15326 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15327
15328 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15329 do more-or-less the right thing.
15330
15331 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15332
15333 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15334 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15335
15336 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15337
15338 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15339 $(host_canonical).
15340
15341 * configure.in: split the configdirs list into 4 categories (native
15342 v. cross, library v. tool) and handle the cross-only and native-
15343 only in more reasonable (and correct!) way.
15344
15345 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15346
15347 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15348 configdirs anymore.
15349
15350 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15351
15352 * Makefile.in: extensive cleanup:: removed all of the explicit
15353 clean-* targets, collapsed many wrappers around subdir_do into
15354 one, added additional targets to satisfy standards.texi, deleted
15355 some old targets, some changes for consistency
15356
15357 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * configure.in: handle some programs as cross-only, and others as
15360 native only
15361
15362 * test-build.mk: handle partial holes in a more generic manner
15363
15364 * Makefile.in: m4 depends on libiberty
15365
15366 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15367
15368 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15369 time, wdiff, and find to configdirs
15370
15371 * Makefile.in: all, clean, and install rules for the new programs
15372 added to configure.in
15373
15374 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15375
15376 * configure.in: use mh-sun for all *-sun-* hosts
15377
15378 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15379
15380 * Makefile.in: define flags for X11 include files and library file
15381 locations, pass them down to the programs that need this info
15382
15383 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15384
15385 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15386
15387 * configure.in: start building libg++ for HP-UX targets
15388
15389 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15390
15391 * README: Update references to files moved into etc/.
15392
15393 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15394
15395 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15396 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15397
15398 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15399
15400 * configure: accept dash as well as underscore in long option
15401 names for FSF compatibility.
15402
15403 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15404
15405 * config.sub: added -sco3.2v4 support from FSF.
15406
15407 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15408
15409 * configure.in: expand the section that adds or removes
15410 directories from the list of programs to build, to handle native
15411 vs. cross in addition to host v. native
15412
15413 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15414
15415 * Makefile.in: Replace C++ in macro names with CXX.
15416 This is less likely to break ...
15417
15418 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15419
15420 * test-build.mk: add -w to GNU_MAKE
15421
15422 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15423
15424 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15425 add 'sparc' to list of recognized cpus. This needed to make
15426 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15427 Delete some redundant ose68 variants. Recognize -wrs as an os,
15428 then changes that into $CPU-wrs-vxworks.
15429
15430 * configure.in: remove most references to gdbtest, regularize
15431 target based program removal
15432
15433 * test-build.mk: import from p3 tree (many fixes and changes)
15434
15435 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15436
15437 * Makefile.in: added rules to handle tcl, tk, and expect
15438
15439 * configure.in: handle those directories if they exist
15440
15441 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15442
15443 * config.sub: removed bogus hppabsd and hppahpux names, since
15444 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15445
15446 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15447
15448 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15449 depends upon all-xiberty
15450
15451 * Makefile.in: changes from p3, including:
15452
15453 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15454
15455 * Makefile.in (XTRAFLAGS): include newlib directories if
15456 newlib/Makefile exists, rather than if host != target.
15457
15458 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15459
15460 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15461 from the same source tree and not building a cross-compiler. This
15462 matters for the libg++ configuration if reconfiguring a tree that
15463 has already been installed.
15464
15465 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15466
15467 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15468 pick up the machine and system specific header files.
15469
15470 * Makefile.in: added AS_FOR_TARGET, passed down in
15471 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15472 the C compiler to use to create programs which are run in the
15473 build environment, set it to default to $(CC), and passed it down
15474 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15475
15476 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15477
15478 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15479 We need them for unusual native builds, like systems without
15480 ranlib.
15481
15482 * configure: also define $(host_canonical) and
15483 $(target_canonical), which are the full, canonical names for the
15484 given host and target
15485
15486 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15487
15488 * Makefile.in: Added separate definitions for C++.
15489
15490 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15491
15492 * configure.in (configdirs): Add deja-gnu.
15493
15494 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15495
15496 * README: Update for configure.texi and gdb-4.7 release.
15497
15498 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15499
15500 * Makefile.in: Move "all" target to top of file.
15501 Previously, first target was ".PHONY" which caused BSD4.4 make
15502 to build .PHONY when make was run without arguments.
15503
15504 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15507 Library-copylefted code in libiberty.
15508
15509 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15510
15511 * config.sub: Replace m68kmote with plain old m68k.
15512
15513 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15514
15515 * Makefile.in: Remove space from blank line, avoid Make complaints.
15516
15517 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15518
15519 * config.sub: Complain if no argument is given. Added support for
15520 386bsd as OS and target alias.
15521
15522 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15523
15524 * Makefile.in (XTRAFLAGS): include newlib directories if
15525 newlib/Makefile exists, rather than if host != target.
15526
15527 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15528
15529 * config.sub: recognize sparclite-wrs-vxworks.
15530
15531 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15532 p3.) Added clean-xiberty to clean.
15533
15534 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15535
15536 * configure.in: use *-*-* instead of nested cases for host and target
15537
15538 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15539
15540 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15541 from the same source tree and not building a cross-compiler. This
15542 matters for the libg++ configuration if reconfiguring a tree that
15543 has already been installed.
15544
15545 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15546
15547 * config.sub (i486v/i486v4): Merge in from FSF version.
15548
15549 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15550
15551 * configure: only set PWD if it is already set.
15552
15553 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15554
15555 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15556 doesn't have unset and all success paths (and most error paths)
15557 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15558 to just ${PWD} to avoid confusion.)
15559
15560 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15561
15562 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15563 even for a native compilation.
15564
15565 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15566
15567 Changes to make the gdb.tar.Z rule work better.
15568
15569 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15570 (DEVO_SUPPORT): Add configure.texi.
15571 (bfd-ilrt.tar.Z): Remove ancient rule.
15572
15573 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15574
15575 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15576 pick up the machine and system specific header files.
15577
15578 * configure.in, config.sub: added new target m68010-adobe-scout,
15579 with alias of adobe68k. Changed configure.in to check for
15580 -scout before -sco* to avoid a false match.
15581
15582 * Makefile.in: added AS_FOR_TARGET, passed down in
15583 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15584 the C compiler to use to create programs which are run in the
15585 build environment, set it to default to $(CC), and passed it down
15586 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15587
15588 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15589
15590 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15591 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15592 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15593 FOR_TARGET variants, to newlib and libg++.
15594
15595 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15596
15597 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15598 first.
15599
15600 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15601
15602 * config.sub: Accept `elf' as an environment.
15603
15604 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15605
15606 * Makefile.in (all-opcodes): cd into the right directory
15607
15608 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15609
15610 * configure: added -program_transform_name option, used as
15611 argument to sed when installing programs.
15612 configure.texi: added documentation for -program_prefix,
15613 -program_suffix and -program_transform_name.
15614
15615 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15616
15617 * config.sub: Accept i486 where i386 ok.
15618
15619 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15620
15621 * config.sub: accept we32k
15622
15623 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15624
15625 * config.sub, configure.in: accept OSE68000 and OSE68k.
15626
15627 * Makefile.in: don't create all directories for ``make install'';
15628 let the subdirectories create the ones they need.
15629
15630 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15631
15632 * COPYING: new file, GPL v2
15633
15634 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15635
15636 * Makefile.in: use the new gen-info-dir, which needs a template
15637 argument (which also lives in texinfo)
15638
15639 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15640
15641 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15642
15643 * config.sub (ncr3000): Change i386 to i486.
15644
15645 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15646
15647 * Makefile.in: add install-rcs, install-grep to
15648 install-no-fixedincludes, removed install-bison and install-libgcc
15649
15650 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15651
15652 * configure.in: grab the HPUX makefile fragment if on HPUX
15653
15654 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15655
15656 * Makefile.in: eradicate bison spoor (ditto libgcc).
15657 configure.in: recognise m68{k,000}-ericsson-OSE.
15658 es1800 is alias for m68k-ericsson-OSE
15659
15660 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15661
15662 * configure.in: rearrange the parts that remove programs from
15663 configdirs, based now on HOST==TARGET or by canonical triple.
15664
15665 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15666
15667 * test-build.mk: recurse explicitly with -f test-build.mk when
15668 appropriate. predicate stage3 and comparison on the existence
15669 of gcc. That is, if gcc isn't around, we aren't three-staging.
15670 On very clean, also remove ...stamp-co. Build in-place before
15671 doing other builds.
15672
15673 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15674
15675 * Makefile.in, configure.in: add tgas
15676
15677 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15678
15679 * Makefile.in: a number of changes merged in from progressive.
15680
15681 * configure.in: add libm.
15682
15683 * .cvsignore: ignore some stuff that comes from test-build.mk.
15684
15685 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15686
15687 * config.sub: Add es1800 (m68k-ericsson-es1800).
15688
15689 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15690
15691 * configure: Add program_suffix (parallel to program_prefix)
15692 * Makefile.in: adjust directory-creating script for losing decstation
15693
15694 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15695
15696 * configure: Minor $subdir-related fixes.
15697
15698 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15699
15700 * configure: fix various problems with propogating
15701 makefile_target_frag in subdirs.
15702 * configure.in: config libgcc if its there
15703
15704 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15705
15706 * config.sub: HPPA merge.
15707
15708 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15709
15710 * Makefile.in: Replace all-bison with all-byacc in all
15711 dependency lines for other tools (which now use byacc).
15712
15713 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15714
15715 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15716
15717 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15718
15719 * Makefile.in: make gprof rules similar to byacc rules (instead of
15720 vestigal $(unsubdir) that didn't work...)
15721
15722 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15723
15724 * config.sub: Add support for Linux.
15725 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15726 (at least for libg++).
15727
15728 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15729
15730 * configure.texi: fix doc for the -nfp option to configure
15731
15732 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15733
15734 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15735
15736 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15737
15738 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15739 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15740 * configure.in: added solaris* host_makefile_frag hook.
15741
15742 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15743
15744 * config.sub: changed recognition of m68000 so that various
15745 m68k types can be specified via m680[01234]0
15746
15747 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15748
15749 * config.sub (basic_machine): fix sed so that '-foo' isn't
15750 completely substituted out while .+'-foo' loses the '-foo'
15751
15752 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15753
15754 * config.sub ($os): Add -aout.
15755
15756 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15757
15758 * configure: If host_makefile_frag is absolute, don't
15759 prefix ${invsubdir} (relevant to libg++ auto-configure).
15760
15761 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15762
15763 * Makefile.in (tooldir): Define it.
15764 (all-ld): Depend on all-flex.
15765
15766 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15767
15768 * Makefile.in (check): Fix libg++ special case.
15769
15770 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15771
15772 * configure: do not bury `pwd` into config.status, thus do fewer
15773 pwd's.
15774
15775 * configure: print the "Building in" message only when building in
15776 other than "." AND verbose.
15777
15778 * configure: remove -s, rework -v to better accomodate guested
15779 configures.
15780
15781 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15782
15783 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15784
15785 * Makefile.in: macroize flags passed on recursion. remove
15786 fileutils.
15787
15788 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15789
15790 * configure: get makesrcdir right for subdirs deeper than 1.
15791
15792 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15793 install.
15794
15795 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15796
15797 * Makefile.in: don't print subdir_do or recursion lines.
15798
15799 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15800
15801 * standards.texi: added menu item.
15802
15803 * Makefile.in: build and install standards.info.
15804
15805 * standards.texi: new file.
15806
15807 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15808
15809 * configure: test for and move config.status pieces from
15810 ${subdir}/.
15811
15812 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15813
15814 * configure: Test for existance of files before trying to mv
15815 them, to avoid numerous non-existance messages.
15816
15817 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15818
15819 * configure: correct final line of config.status.
15820
15821 * configure: patch from eggert. Avoids a protection problem if
15822 the original Makefile.in is read only.
15823
15824 * configure: use move-if-change from gcc to create config.status.
15825 Some makefiles depend on config.status to tell if a directory
15826 has been reconfigured for a different host. This change
15827 prevents those directories from remaking everything in the case
15828 where the reconfig was only intended to rebuild a Makefile.
15829
15830 * configure: test for config.sub with "config.sub sun4" rather
15831 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15832 host alias from a missing config.sub.
15833
15834 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15835
15836 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15837 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15838
15839 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15840
15841 * configure: mkdir ${subdir} as needed.
15842
15843 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15844
15845 * Makefile.in,configure.in: added autoconf.
15846
15847 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15848
15849 * Makefile.in: no longer pass against on recursion.
15850
15851 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15852 definitions are not inherited.
15853
15854 * configure: correct makesrcdir when subdir is .
15855
15856 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15857
15858 * configure: Add support for 'subdirs' variable, which is
15859 like 'configdirs', except that configure doesn't re-invoke
15860 itself for subdirs, it just creates a Makefile for each subdir.
15861 * configure.texi: Document subdirs.
15862
15863 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15864
15865 * configure.in: added flex to configdirs
15866
15867 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15868
15869 * Makefile.in: remove clean-stamps from clean.
15870
15871 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15872
15873 * configure.in: Add gdbtest to configdirs.
15874
15875 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15876
15877 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15878 to recursive makes.
15879 * configure.in: Recognize new ncr3000 config.
15880
15881 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15882
15883 * Makefile.in, configure.in: removed references to gdbm.
15884
15885 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15886
15887 * config.sub: Don't canonicalize os value
15888 newsos* to bsd (readline needs to check for newsos).
15889 (This fix was earlier made Jan 31, but got re-broken.)
15890
15891 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15892
15893 * configure.in: sco is an os, not a vendor!
15894
15895 * configure: Quote $( better. Keep various shells happy.
15896
15897 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15898
15899 * Makefile.in: eliminate stamp-files.
15900
15901 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15902
15903 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15904 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15905
15906 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15907
15908 * config.sub: fix iris/iris3.
15909
15910 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15911
15912 * configure: re-add -rm.
15913
15914 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15915
15916 * Maskefile.in: add .stmp-rcs to all.
15917
15918 * configure.in: remove gas from rs6000 build, use aix host fragment.
15919
15920 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15921
15922 * configure: pass down site_option during recursion.
15923
15924 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15925
15926 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15927
15928 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15929
15930 * configure: Change exec_prefix so that it really defaults to prefix.
15931
15932 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15933
15934 * Makefile.in, configure.in: Add support for mmalloc library.
15935
15936 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15937
15938 * Makefile.in: add stmp dependencies for a few more things.
15939
15940 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15941
15942 * configure: adjusted error message on objdir/srcdir configure
15943 collision, per john's suggestion.
15944
15945 * Makefile.in: add libiberty stmp to all and all.cross.
15946
15947 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15948
15949 * Makefile.in: remove force dependencies, add grep to all.
15950
15951 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15952
15953 * Makefile.in: drop flex. make stamp files work.
15954
15955 * configure: added test for conflicting configuration in srcdir,
15956 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15957 gets cranky. use relative paths for configure and srcdir
15958 whenever possible. Send some error messages to stderr that were
15959 going to stdout.
15960
15961 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15962
15963 * Makefile.in: Fix libg++ rule to check for gcc directory
15964 before using gcc/gcc. Also pass XTRAFLAGS.
15965
15966 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15967
15968 * Makefile.in: added stmp-files so that directories aren't polled
15969 when they are already built.
15970
15971 * configure.texi: fixed a node pointer problem.
15972
15973 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15974
15975 * config.sub configure.in gdb/configure.in
15976 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15977 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15978 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15979
15980 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15981
15982 * configure: -recurring becomes -silent. corrected help message
15983 for -site= option.
15984
15985 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15986
15987 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15988
15989 * configure: when building Makefile for crosses, replace
15990 tooldir and program_prefix. default srcdir from location of
15991 config.sub. remove "for host in hosts" and "for target in
15992 targets" loops.
15993
15994 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15995
15996 * Makefile.in: Do not pass bindir or mandir to cvs.
15997
15998 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15999
16000 * Makefile.in, configure.in: removed traces of namesubdir,
16001 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16002 copyrights to '92, changed some from Cygnus to FSF.
16003
16004 * configure.texi: remove most references to multiple hosts,
16005 multiple targets, subdirs, etc.
16006
16007 * configure.man: removed rcsid. reference config.sub not
16008 config.subr.
16009
16010 * Makefile.in: mkdir $(infodir) on install-info.
16011
16012 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16013
16014 * configure.texi: Explain better about .gdbinit and about
16015 the environment that configure.in sections run in.
16016
16017 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16018
16019 * configure.in: Ultrix is only a decstation if it's a MIPS.
16020
16021 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16022
16023 * README: DOC.configure => cfg-paper.texi.
16024
16025 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16026
16027 * config.sub (near case $os): Don't convert newsos* to bsd!
16028
16029 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16030
16031 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16032 the number of copies of COPYING that go into the GDB tar file.
16033
16034 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16035
16036 * bfd/configure.in, gdb/config/mh-i386sco,
16037 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16038 Fix SCO configuration stuff.
16039
16040 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16041
16042 * Makefile.in: For libg++, make sure the -I pointing
16043 to the gcc directory goes *after* all the libg++-local -I flags.
16044 Also, move just-gcc dependency from just-libg++ to all-libg++.
16045
16046 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16047
16048 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16049
16050 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16051
16052 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16053
16054 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16055
16056 * config.sub: Add stratus configuration frags. Also
16057 submitted to FSF.
16058
16059 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16060
16061 * Makefile.in (DEV_SUPPORT): add configure.man.
16062
16063 * config.sub(Decode manufacturer-specific): add -none*.
16064
16065 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16066
16067 * Makefile.in: remove form feeds to make Sun's make happy.
16068 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16069
16070 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16071
16072 * Makefile.in (AR_FLAGS): Make quieter.
16073
16074 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16075
16076 * configure.in: Add libg++.
16077 * configure: When verbose, don't output the command line at each
16078 level; it will be unremarkably the same as the previous version,
16079 which will be the same as what the user typed.
16080
16081 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16082
16083 * configure.in, Makefile.in: fix clean-info, add flex. add
16084 fileutils.
16085
16086 * configure: be less sensitive to spaces in Makefile.in. Do not
16087 look for sources in "..". Doing so breaks subdirectories that
16088 might have their own configure. If a subdir has it's own
16089 configure script, use it.
16090
16091 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16092
16093 * cfg-paper.texi: some changes suggested by rms.
16094
16095 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16096
16097 * config.sub: Merge in some small additions from the FSF version,
16098 taken from the gcc distribution, to bring the Cygnus and FSF
16099 versions into closer sync.
16100
16101 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16102
16103 * configure.in: Changed svr4 references to sysv4.
16104
16105 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16106
16107 * configure: added -V for version number option.
16108
16109 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16110
16111 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16112 renamed from DOC.configure to cfg-paper.texi.
16113
16114 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16115
16116 * configure, config.subr, config.sub: config.subr is now
16117 config.sub again.
16118
16119 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16120
16121 * configure.texi: new file, in progress.
16122
16123 * Makefile.in: build info file and install the man page for
16124 configure.
16125
16126 * configure.man: new file, first cut.
16127
16128 * configure: find config.subr again now that configuration "none"
16129 has gone. removed all traces of the -ansi option. removed all
16130 traces of the -languages option.
16131
16132 * config.subr: resync from rms.
16133
16134 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16135
16136 * configure, config.sub, config.subr: merge config.sub into
16137 config.subr, call the result config.subr, remove config.sub, use
16138 config.subr.
16139
16140 * Makefile.in: revised install for dir.info.
16141
16142 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16143
16144 * configure.in: add decstation host makefile frag.
16145
16146 * Makefile.in: BISON now bison -y again. also install-gcc on
16147 install. clean-gdbm on clean. infodir belongs in datadir.
16148 Make directories for info install. Build dir.info here then
16149 install it.
16150
16151 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16152
16153 * Makefile.in: fix for bad directory tests.
16154
16155 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16156
16157 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16158 regexp. -srcdir relative was being handled incorrectly.
16159
16160 * Makefile.in: unwrapped some for loops so that parallel makes
16161 work again and so one can focus one's attention on a particular
16162 package.
16163
16164 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16165
16166 * configure: added PWD as a stand in for `pwd` (for speed). use
16167 elif wherever possible. make -srcdir work without -objdir.
16168 -objdir= commented out.
16169
16170 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16171
16172 * configure: +options become --options. -subdirs commented out.
16173 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16174 Makefile now at top of generated Makefile. Removed cvs log
16175 entries. added -srcdir. create .gdbinit only if there is one
16176 in ${srcdir}.
16177
16178 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16179 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16180 and mandir now keyed off datadir by default.
16181
16182 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16183
16184 * Freshly created ChangeLog.
16185
16186 \f
16187 Local Variables:
16188 mode: change-log
16189 left-margin: 8
16190 fill-column: 76
16191 version-control: never
16192 End:
This page took 0.339816 seconds and 5 git commands to generate.