]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
gdbserver: replace AC_TRY_COMPILE in acinclude.m4
[thirdparty/binutils-gdb.git] / ChangeLog
1 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * Makefile.in: Rebuild.
4 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
5 distclean-gdbserver.
6
7 2020-07-24 Aaron Merey <amerey@redhat.com>
8
9 * configure: Rebuild.
10 * configure.ac: Remove AC_DEBUGINFOD.
11
12 2020-07-04 Nick Clifton <nickc@redhat.com>
13
14 Binutils 2.35 branch created.
15
16 2020-04-21 Stephen Casner <casner@acm.org>
17
18 PR 25830
19 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
20 * configure: Rebuild.
21
22 2020-03-12 Tom Tromey <tom@tromey.com>
23
24 * Makefile.in: Rebuild.
25 * Makefile.def (gdbserver): Depend on gdbsupport.
26
27 2020-03-12 Tom Tromey <tom@tromey.com>
28
29 * Makefile.in: Rebuild.
30 * Makefile.def (gdbsupport): Don't depend on bfd.
31
32 2020-03-12 Tom Tromey <tom@tromey.com>
33
34 * Makefile.in: Rebuild.
35 * Makefile.def (gdbsupport): Depend on intl.
36
37 2020-02-17 Tom Tromey <tom@tromey.com>
38
39 * configure: Rebuild.
40 * configure.ac (configdirs): Add gnulib and gdbsupport when building
41 gdbserver.
42
43 2020-02-14 Tom Tromey <tom@tromey.com>
44
45 * Makefile.in: Rebuild.
46 * Makefile.def: Make gdbserver require gnulib and libiberty.
47
48 2020-02-07 Tom Tromey <tom@tromey.com>
49 Pedro Alves <palves@redhat.com>
50
51 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
52 * gdbserver: New directory, moved from gdb/gdbserver.
53 * configure.ac (host_tools): Add gdbserver.
54 Only build gdbserver on certain systems.
55 * Makefile.in, configure: Rebuild.
56 * Makefile.def (host_modules, dependencies): Add gdbserver.
57 * MAINTAINERS: Add gdbserver.
58
59 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
60
61 * src-release.sh (getver): Look for gdbsupport's
62 create-version.sh script at the current directory if tool is
63 "gdb".
64
65 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
66
67 * remote-sim.c (gdbsim_target::wait): Return
68 sim_data->remote_sim_ptid instead of inferior_ptid.
69
70 2020-01-18 Nick Clifton <nickc@redhat.com>
71
72 Binutils 2.34 branch created.
73
74 2020-01-18 Nick Clifton <nickc@redhat.com>
75
76 Synchronize top level configure files with master version:
77
78 2020-01-01 Ben Elliston <bje@gnu.org>
79
80 * config.guess: Update copyright years.
81 * config.sub: Likewise.
82
83 2019-12-21 Ben Elliston <bje@gnu.org>
84
85 * config.guess (set_cc_for_build): Prevent multiple calls by
86 checking if $tmp is already set. We can't check CC_FOR_BUILD as
87 the user may set it externally. Thanks to Torbjörn Granlund for
88 the bug report.
89
90 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
91
92 * config.guess (alpha:Linux:*:*): Guard against missing
93 /proc/cpuinfo by redirecting standard error to /dev/null.
94
95 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
96
97 * config.guess (*:Twizzler:*:*): New.
98 * config.sub (-twizzler*): New.
99
100 2019-07-24 Ben Elliston <bje@gnu.org>
101
102 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
103
104 2019-06-30 Ben Elliston <bje@gnu.org>
105
106 * config.sub (case $os): Match nsk* and powerunix. Don't later
107 match nsk* and set os=nsk which removes the OS version number.
108
109 2019-06-30 Ben Elliston <bje@gnu.org>
110
111 * config.sub: Recognise os108*.
112
113 2019-06-26 Ben Elliston <bje@gnu.org>
114
115 * config.sub (hp300): Set $os to hpux.
116
117 2019-06-26 Ben Elliston <bje@gnu.org>
118
119 * config.sub (vsta): Move into alphabetical order.
120
121 2019-06-10 Ben Elliston <bje@gnu.org>
122
123 * config.guess (*:OS108:*:*): Recognise new OS.
124
125 2019-05-28 Ben Elliston <bje@gnu.org>
126
127 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
128 system compiler is installed. If not, do not run set_cc_for_build,
129 as the default cc will open a dialog box asking to install
130 Xcode. If no C compiler is available, guess based on uname -p and
131 uname -m.
132
133 2019-05-28 Ben Elliston <bje@gnu.org>
134
135 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
136
137 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
138
139 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
140 * Makefile.in: Re-generate.
141
142 2020-01-14 Tom Tromey <tom@tromey.com>
143
144 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
145 * MAINTAINERS: Add gdbsupport.
146 * configure: Rebuild.
147 * configure.ac (configdirs): Add gdbsupport.
148 * gdbsupport: New directory, move from gdb/gdbsupport.
149 * Makefile.def (host_modules, dependencies): Add gnulib.
150 * Makefile.in: Rebuild.
151
152 2020-01-09 Aaron Merey <amerey@redhat.com>
153
154 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
155 new configure option --with-debuginfod.
156 * configure: Regenerate.
157 * configure.ac: Call AC_DEBUGINFOD.
158
159 2019-12-26 Christian Biesinger <cbiesinger@google.com>
160
161 * .gitignore: Add perf.data and perf.data.old.
162
163 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
164
165 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
166
167 2019-10-17 Alan Modra <amodra@gmail.com>
168
169 PR 29
170 * src-release.sh (getver): Replace "head -1" with "head -n 1".
171
172 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
173
174 * Makefile.def (host_modules): libctf is no longer no_install.
175 * Makefile.in: Regenerated.
176
177 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
178
179 * Makefile.def (dependencies): all-ld depends on all-libctf.
180 * Makefile.in: Regenerated.
181
182 2019-09-09 Phil Blundell <pb@pbcl.net>
183
184 binutils 2.33 branch created
185
186 2019-08-19 Tom Tromey <tom@tromey.com>
187
188 * configure: Rebuild.
189 * configure.ac: Add --with-static-standard-libraries.
190
191 2019-08-09 Nick Clifton <nickc@redhat.com>
192
193 * libiberty: Sync with gcc. Bring in:
194 2019-08-08 Martin Liska <mliska@suse.cz>
195
196 PR bootstrap/91352
197 * lrealpath.c (is_valid_fd): New function.
198
199 2019-07-24 Martin Liska <mliska@suse.cz>
200
201 PR lto/91228
202 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
203 Find first '\0' starting from gnu_lto + 1.
204
205 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
206
207 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
208 This fixes a Bug 90924.
209
210 2019-07-22 Martin Liska <mliska@suse.cz>
211
212 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
213 Do not search for gnu_lto_v1, but search for first '\0'.
214
215 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
216
217 * cplus-dem.c: Include rust-demangle.h.
218 * rust-demangle.c: Include rust-demangle.h.
219 * rust-demangle.h: New file.
220
221 2019-05-31 Michael Forney <mforney@mforney.org>
222
223 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
224 is non-zero.
225
226 2019-04-30 Ben L <bobsayshilol@live.co.uk>
227
228 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
229 * testsuite/d-demangle-expected: Add testcase.
230
231 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
232 * testsuite/d-demangle-expected: Add testcase.
233
234 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
235 * testsuite/d-demangle-expected: Add testcase.
236
237 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
238 * testsuite/d-demangle-expected: Add testcase.
239
240 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
241 * testsuite/d-demangle-expected: Add testcase.
242
243 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
244 * testsuite/demangle-expected: Add testcase.
245
246 * cp-demangle.c (d_encoding): Guard against NULL return values from
247 d_right (dc).
248 * testsuite/demangle-expected: Add testcase.
249
250 2019-04-29 Ben L <bobsayshilol@live.co.uk>
251
252 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
253 char is valid.
254 * testsuite/demangle-expected: Add testcase.
255
256 2019-04-10 Nick Clifton <nickc@redhat.com>
257
258 PR 89394
259 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
260 lengths.
261 (d_count_templates_scopes): Replace num_templates and num_scopes
262 parameters with a struct d_print_info pointer parameter. Adjust
263 body of the function accordingly. Add recursion counter and check
264 that the recursion limit is not reached.
265 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
266 Reset recursion counter afterwards, unless the recursion limit was
267 reached.
268
269 2019-07-13 Joel Brobecker <brobecker@adacore.com>
270
271 * src-release (getver): If $tool/gdbsupport/create-version.sh
272 exists, use that to determine the version number.
273
274 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
275
276 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
277
278 2019-06-14 Tom Tromey <tom@tromey.com>
279
280 * MAINTAINERS: Add gnulib.
281 * gnulib: New directory, move from gdb/gnulib.
282 * configure.ac (host_libs): Add gnulib.
283 * configure: Rebuild.
284 * Makefile.def (host_modules, dependencies): Add gnulib.
285 * Makefile.in: Rebuild.
286
287 2019-06-03 Nick Clifton <nickc@redhat.com>
288
289 Revert:
290 2019-05-29 Nick Clifton <nickc@redhat.com>
291
292 * configure.ac (noconfigdirs): Add libctf if the target does not use
293 the ELF file format.
294 * configure: Regenerate.
295
296 2019-05-29 Nick Clifton <nickc@redhat.com>
297
298 * src-release.sh (do_proto_toplev): Add libctf to list of
299 directories that can be disabled.
300
301 2019-05-29 Nick Clifton <nickc@redhat.com>
302
303 * configure.ac (noconfigdirs): Add libctf if the target does not use
304 the ELF file format.
305 * configure: Regenerate.
306
307 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
308
309 * Makefile.def (dependencies): configure-libctf depends on all-bfd
310 and all its deps.
311 * Makefile.in: Regenerated.
312
313 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
314
315 * MAINTAINERS: Add libctf.
316
317 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
318
319 * Makefile.def (host_modules): Add libctf.
320 * Makefile.def (dependencies): Likewise.
321 libctf depends on zlib, libiberty, and bfd.
322 * Makefile.in: Regenerated.
323 * configure.ac (host_libs): Add libctf.
324 * configure: Regenerated.
325
326 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
327
328 * config.guess: Synchronize with config project master sources.
329 * config.sub: Likewise.
330 * readline/support/config.guess: Likewise.
331 * readline/support/config.sub: Likewise.
332
333 2019-04-10 Nick Clifton <nickc@redhat.com>
334
335 * libiberty: Sync with gcc. Bring in:
336 2019-04-10 Nick Clifton <nickc@redhat.com>
337
338 PR 89394
339 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
340 lengths.
341 (d_count_templates_scopes): Replace num_templates and num_scopes
342 parameters with a struct d_print_info pointer parameter. Adjust
343 body of the function accordingly. Add recursion counter and check
344 that the recursion limit is not reached.
345 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
346 Reset recursion counter afterwards, unless the recursion limit was
347 reached.
348
349 2018-06-24 Nick Clifton <nickc@redhat.com>
350
351 2.32 branch created.
352
353 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
354
355 Merge from GCC:
356 PR target/88535
357 * config.guess: Import upstream version 2019-01-03.
358 * config.sub: Import upstream version 2019-01-01.
359
360 2019-01-10 Nick Clifton <nickc@redhat.com>
361
362 * libiberty: Sync with gcc. Bring in:
363 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
364
365 PR other/16615
366
367 * cp-demangle.c: Mechanically replace "can not" with "cannot".
368 * floatformat.c: Likewise.
369 * strerror.c: Likewise.
370
371 2018-12-22 Jason Merrill <jason@redhat.com>
372
373 Remove support for demangling GCC 2.x era mangling schemes.
374 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
375 internal_cplus_demangle, and all subroutines.
376 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
377 Lucid, ARM, HP, and EDG demangling styles.
378 (cplus_demangle): Remove 'work' variable. Don't call
379 internal_cplus_demangle.
380
381 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
382
383 * configure.ac: Don't configure readline if --with-system-readline is
384 used.
385 * configure: Re-generate.
386
387 2018-10-31 Joseph Myers <joseph@codesourcery.com>
388
389 Merge from GCC:
390 PR bootstrap/82856
391 * multilib.am: New file. From automake.
392
393 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
394
395 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
396
397 2018-07-16 Nick Clifton <nickc@redhat.com>
398
399 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
400
401 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
402
403 * config.sub: Sync with upstream version 2018-07-03.
404
405 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
406
407 * config.guess: Sync with upstream version 2018-06-26.
408 * config.sub: Sync with upstream version 2018-07-02.
409
410 2018-06-29 Alexandre Oliva <oliva@adacore.com>
411
412 * configure.ac: Introduce support for @unless/@endunless.
413 * Makefile.tpl (dep-kind): Rewrite with cond; return
414 postbootstrap in some cases.
415 (make-postboot-dep, postboot-targets): New.
416 (dependencies): Do not output postbootstrap dependencies at
417 first. Output non-target ones changed for configure to depend
418 on stage_last @if gcc-bootstrap, and the original deps @unless
419 gcc-bootstrap.
420 * configure.in, Makefile.in: Rebuilt.
421
422 2018-06-24 Nick Clifton <nickc@redhat.com>
423
424 * configure: Regenerate.
425
426 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
427
428 * libtool.m4: Use AC_LANG_SOURCE.
429 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
430 * README-maintainer-mode: Update version requirements.
431 * ar-lib: New file.
432 * test-driver: New file.
433 * configure: Re-generate.
434
435 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
436
437 * Makefile.def (fortran): Add check-target-libgomp-fortran.
438 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
439 * Makefile.in: Regenerate.
440
441 * configure: Regenerate.
442
443 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
444
445 * configure.ac: Sync with GCC, remove MPX-related things.
446
447 2018-05-01 Nick Clifton <nickc@redhat.com>
448
449 * config.guess: Synchronize with config project master sources.
450 * config.sub: Likewise.
451
452 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
453
454 * configure.ac: Added "nfp" target.
455 * configure: Regenerate.
456
457 2018-02-13 Maciej W. Rozycki <macro@mips.com>
458
459 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
460 * configure: Regenerate.
461
462 2018-01-30 Nick Clifton <nickc@redhat.com>
463
464 * src-release.sh (do_proto_toplev): Add patterns for more junk files
465 to delete before creating the tarball.
466
467 2018-01-29 Nick Clifton <nickc@redhat.com>
468
469 * src-release.sh (do_proto_toplev): Strip patch remnant files from
470 the sources before creating the tarball.
471
472 2018-01-13 Nick Clifton <nickc@redhat.com>
473
474 * src-release.sh: Update copyright notice. Change reference to devo
475 to be a reference to root.
476
477 2018-01-10 Nick Clifton <nickc@redhat.com>
478
479 * config-ml.in: Sync with gcc sources.
480 * config.guess: Likewise.
481 * config.sub: Likewise.
482 * configure.ac: Likewise.
483 * configure: Regenerate.
484
485 2017-12-14 Nick Clifton <nickc@redhat.com>
486
487 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
488
489 2017-12-12 Stafford Horne <shorne@gmail.com>
490
491 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
492 * configure: Regenerate.
493
494 2017-09-15 Nick Clifton <nickc@redhat.com>
495
496 * src-release.sh (LZIPPROG): New define. Provides the name of the
497 lzip program.
498 (do_lz): New function. Compresses a tarball using the lzip
499 program.
500 (do_compress): Add support for lzip compression.
501 (usage): Mention -l option.
502 (build_release): Support -l option to invoke lzip compression.
503
504 2017-09-15 Alan Modra <amodra@gmail.com>
505
506 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
507 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
508 and sim depending on $tool and $support_files. Echo configure line.
509
510 2017-09-14 Matt Rice <ratmice@gmail.com>
511
512 * src-release.sh (do_proto_toplev): Enable gold during release process.
513
514 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
515
516 * config.sub: Sync with master version in config project.
517
518 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
519
520 * config.sub: Handle ia16 in $basic_machine.
521
522 bfd/
523 * config.bfd: Handle ia16.
524
525 gas/
526 * configure.tgt: Handle ia16.
527
528 ld/
529 * configure.tgt: Handle ia16.
530
531 2017-03-22 Nick Clifton <nickc@redhat.com>
532
533 * config.sub: Sync with master version in config project.
534 * config.guess: Likewise.
535
536 2017-01-23 Nick Clifton <nickc@redhat.com>
537
538 * configure.ac: Update year in copyright notice.
539 Sync from FSF GCC mainline, bringing in the following patches.
540 * Makefile.def: Likewise.
541 * Makefile.tpl: Likewise.
542 * configure: Regenerate.
543 * Makefile.in: Regenerate.
544
545 2016-12-21 Jakub Jelinek <jakub@redhat.com>
546
547 * configure.ac: Don't bootstrap libmpx unless --with-build-config
548 includes bootstrap-mpx.
549
550 2016-12-01 Matthias Klose <doko@ubuntu.com>
551
552 * configure.ac: Don't use pkg-config to check for bdw-gc.
553
554 2016-11-30 Matthias Klose <doko@ubuntu.com>
555
556 * Makefile.def: Remove reference to boehm-gc target module.
557 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
558 options and for the bdw-gc pkg-config module.
559
560 2016-11-15 Matthias Klose <doko@ubuntu.com>
561
562 * config-ml.in: Remove references to GCJ.
563 * configure.ac: Likewise.
564
565 2016-09-30 Jakub Jelinek <jakub@redhat.com>
566
567 * configure.ac: Add target-libffi to target_libraries.
568 Readd libgcj target disablings, modified to only target-libffi.
569 Readd target addition of go to unsupported languages.
570
571 2016-09-30 Andrew Haley <aph@redhat.com>
572
573 * Makefile.def: Remove libjava.
574 * Makefile.tpl: Likewise.
575 * configure.ac: Likewise.
576
577 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
578
579 * configure.ac: Disable "sim" directory for arc*-*-*.
580
581 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
582
583 * configure.ac: Check for the minimum in-tree MPFR version
584 handled.
585
586 2016-12-31 Alan Modra <amodra@gmail.com>
587
588 * config.sub: Import from upstream.
589
590 2016-12-08 Alan Modra <amodra@gmail.com>
591
592 * configure: Regenerate.
593
594 2016-12-02 Josh Conner <joshconner@google.com>
595
596 * configure.ac: Add fuchsia to targets that use ELF.
597 * configure: Regenerated.
598
599 2016-11-07 Doug Evans <dje@google.com>
600
601 * config.sub: Sync with upstream version 2016-11-03.
602 git://git.sv.gnu.org/config.git
603 * config.guess: Sync with upstream version 2016-10-02.
604
605 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
606
607 * .gitignore: Add archives and make stamps.
608
609 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
610
611 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
612 * configure: Regenerated.
613
614 2016-06-28 Walter Lee <walt@tilera.com>
615
616 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
617 * configure: Regenerate.
618
619 2016-05-28 Alan Modra <amodra@gmail.com>
620
621 * Makefile.tpl (configure): Depend on m4 files included.
622 * Makefile.in: Regenerate.
623
624 2016-05-27 Nick Clifton <nickc@redhat.com>
625
626 * config.guess (Alpha OSF1): Fix typo introduced during the most
627 recent synchronization update.
628
629 2016-05-23 Nick Clifton <nickc@redhat.com>
630
631 * Import these patches from the gcc mainline:
632
633 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
634
635 * config.guess: Import version 2016-04-02 (newest).
636 * config.sub: Import version 2016-05-10 (newest).
637
638 2016-04-19 Nick Clifton <nickc@redhat.com>
639
640 * Import this patch from the GCC mainline:
641
642 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
643
644 PR bootstrap/70173
645 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
646 and gotools directories. Delete the stage_final file.
647 * Makefile.in: Regenerate.
648
649 2016-03-17 Cary Coutant <ccoutant@gmail.com>
650
651 * configure.ac: Add mips and s390 to the gold target check.
652 * configure: Regenerate.
653
654 2016-02-10 Nick Clifton <nickc@redhat.com>
655
656 Import these patches from the GCC mainline:
657
658 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
659
660 * configure.ac: Enable LTO for DJGPP
661 * configure: Regenerate
662
663 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
664
665 PR bootstrap/69329
666 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
667 * Makefile.in: Regenerate.
668
669 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
670 Sebastian Pop <s.pop@samsung.com>
671
672 * Makefile.in: Regenerate.
673 * Makefile.tpl: Export ISLVER.
674 * configure: Regenerate.
675 * config/isl.m4: Detect isl-0.15.
676
677 2016-01-29 Sebastian Pop <s.pop@samsung.com>
678
679 * config/isl.m4: Add comments about isl-0.16.
680 * configure: Regenerate.
681
682 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
683
684 Sync with GCC
685 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
686
687 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
688 symbols.
689
690 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
691
692 PR bootstrap/69134
693 * Makefile.def (mpfr): Disable assembler.
694 * Makefile.in: Regenerate.
695
696 2016-01-11 Nick Clifton <nickc@redhat.com>
697
698 Import the following changes from the GCC mainline:
699
700 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
701
702 * configure.ac: Enable libmpx by default.
703 * configure: Regenerated.
704
705 2015-11-19 Martin Liska <mliska@suse.cz>
706
707 * .gitignore: Add .clang-format to ignored files.
708 * Makefile.tpl: Add clang-format.
709 * Makefile.in: Regenerate.
710
711 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
712
713 PR libffi/65726
714 * Makefile.def (lang_env_dependencies): Make libffi depend
715 on cxx.
716 * Makefile.in: Regenerate.
717
718 2015-12-02 Ian Lance Taylor <iant@google.com>
719
720 PR go/66147
721 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
722 * Makefile.in: Regenerate.
723
724 2015-12-17 Nathan Sidwell <nathan@acm.org>
725
726 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
727 * configure: Regenerate.
728
729 2015-12-17 Sebastian Pop <s.pop@samsung.com>
730
731 * Makefile.in: Replace ISL with isl.
732 * Makefile.tpl: Same.
733 * config/isl.m4: Same.
734 * configure.ac: Same.
735 * contrib/download_prerequisites: Same.
736 * configure: Regenerate.
737
738 2016-01-01 Ben Elliston <bje@gnu.org>
739
740 * config.guess: Import version 2016-01-01.
741 * config.sub: Likewise.
742
743 2015-11-20 Tristan Gingold <gingold@adacore.com>
744
745 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
746 * configure: Regenerate.
747
748 2015-10-21 Nick Clifton <nickc@redhat.com>
749
750 PR gas/19109
751 * configure.ac: Note the 'none' is an acceptable argument to
752 --enable-compressed-debug-sections.
753 * configure: Regenerate.
754
755 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
756
757 PR gas/19109
758 * configure.ac: Add
759 --enable-compressed-debug-sections={all,gas,gold,ld}.
760 * configure: Regenerated.
761
762 2015-09-30 Nick Clifton <nickc@redhat.com>
763
764 Import the following patches from the GCC mainline:
765
766 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
767
768 PR libfortran/54572
769 * Makefile.def: Make libgfortran depend on libbacktrace.
770 * Makefile.in: Regenerate.
771
772 2015-08-12 Tom de Vries <tom@codesourcery.com>
773
774 PR other/67092
775 PR other/67098
776 * configure.ac: Remove --with_host_libstdcxx support.
777 * configure: Regenerate.
778
779 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
780 Jakub Jelinek <jakub@redhat.com>
781
782 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
783 nvptx*-*-*.
784 * configure: Regenerate.
785
786 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
787
788 Sync with GCC
789 2015-07-28 Ben Elliston <bje@gnu.org>
790
791 * config.sub, config.guess: Import from upstream.
792
793 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
794
795 * Makefile.def (libiconv): Define bootstrap=true.
796 Mark pdf/html/info as missing.
797 (configure-gcc): Depend on all-libiconv.
798 (all-gcc): Ditto.
799 (configure-libcpp): Ditto.
800 (all-libcpp): Ditto.
801 (configure-intl): Ditto.
802 (all-intl): Ditto.
803 * Makefile.in: Regenerate.
804
805 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
806
807 Sync with GCC
808 2015-07-24 Michael Darling <darlingm@gmail.com>
809
810 PR other/66259
811 * config-ml.in: Reflects renaming of configure.in to configure.ac
812 * configure: Likewise
813 * configure.ac: Likewise
814
815 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
816
817 * Makefile.in: Regenerated.
818
819 Sync with GCC
820 2015-05-21 Jason Merrill <jason@redhat.com>
821
822 * Makefile.tpl: Update comments.
823
824 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
825
826 * Makefile.tpl: Remove surplus whitespace throughout.
827
828 2015-03-25 Martin Liska <mliska@suse.cz>
829 Yury Gribov <y.gribov@samsung.com>
830
831 * Makefile.tpl: Fix ln source location for vimrc file.
832
833 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
834
835 Sync with GCC
836 2015-05-16 James Bowman <james.bowman@ftdichip.com>
837
838 * configure.ac: FT32 target added.
839 * configure: Regenerate.
840
841 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
842
843 Sync with GCC
844 2015-06-02 Jason Merrill <jason@redhat.com>
845
846 PR bootstrap/66319
847 * configure.ac: Use -std=gnu++98.
848
849 2015-05-28 Mike Frysinger <vapier@gentoo.org>
850
851 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
852 * configure: Regenerate.
853
854 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
855
856 * configure.ac: Fix typo.
857 * configure: Regenerate.
858
859 2015-05-03 Matthias Klose <doko@ubuntu.com>
860
861 * configure.ac: Match $host configured with triplets.
862 * configure: Regenerate.
863
864 2015-04-17 Jakub Jelinek <jakub@redhat.com>
865
866 PR bootstrap/62077
867 * configure.ac (--enable-stage1-checking): Default to
868 release,misc,gimple,rtlflag,tree,types if --disable-checking
869 or --enable-checking is not specified and DEV-PHASE is not
870 experimental.
871 * configure: Regenerated.
872
873 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
874
875 Install back PR target/47230 fix (Revert the revert).
876
877 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
878
879 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
880 target.
881 * configure: Regenerate.
882
883 2015-05-13 John David Anglin <dave.anglin@bell.net>
884
885 * configure.ac: Disable configuration of GDB for HPUX targets.
886 * configure: Regenerate.
887
888 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
889
890 PR ld/18355
891 * Makefile.def: Add extra_configure_flags to host zlib.
892 * configure.ac (extra_host_zlib_configure_flags): New. Set
893 to --enable-host-shared When bfd is to be built as shared
894 library. AC_SUBST.
895 * Makefile.in: Regenerated.
896
897 2015-04-15 Mike Frysinger <vapier@gentoo.org>
898 Hans-Peter Nilsson <hp@axis.com>
899
900 Adjust src-release.sh for sim using the gdb create-version.sh.
901 * src-release.sh (tar_compress): If there's a fifth parameter,
902 use that in the getver call instead of $tool.
903 (sim_release): Pass gdb as fifth parameter to tar_compress.
904 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
905
906 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
907
908 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
909 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
910 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
911 * Makefile.in: Regenerate.
912
913 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
914
915 * configure.ac: Add --with-system-zlib.
916 * configure: Regenerated.
917
918 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
919
920 * src-release.sh: Don't configure with --with-target-subdir=.
921 --disable-multilib.
922
923 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
924
925 * src-release.sh (DEVO_SUPPORT): Replace src-release with
926 src-release.sh.
927
928 2015-03-30 Ed Schouten <ed@nuxi.nl>
929
930 * config.sub: Update from upstream, to 2015-03-04 version.
931 * config.guess: Likewise.
932
933 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
934
935 * Makefile.def (dependencies): Add all-zlib to all-bfd.
936 * Makefile.in: Regenerated.
937
938 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
939
940 * src-release.sh (do_proto_toplev): Configure with --target
941 --with-target-subdir and --disable-multilib.
942 (BINUTILS_SUPPORT_DIRS): Add zlib.
943 (GAS_SUPPORT_DIRS): Likewise.
944 (GDB_SUPPORT_DIRS): Likewise.
945 (SIM_SUPPORT_DIRS): Likewise.
946
947 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
948
949 * configure.ac (target_configdirs): Exclude target-zlib if
950 target-libjava isn't built.
951 * configure: Regenerated.
952
953 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
954
955 Sync with GCC
956 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
957
958 * config-ml.in: Robustify ac_configure_args parsing.
959
960 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
961
962 * Makefile.def: Updated from GCC trunk.
963 * Makefile.tpl: Likewise.
964 * configure.ac: Likewise.
965 * Makefile.in: Regenerated.
966 * configure: Likewise.
967
968 2015-01-28 James Bowman <james.bowman@ftdichip.com>
969
970 * configure.ac: Add FT32 support.
971 * configure: Regenerate.
972
973 2015-01-12 Anthony Green <green@moxielogic.com>
974
975 * configure.ac: Don't disable gprof for moxie.
976 * configure: Rebuild.
977
978 2015-01-03 Andrew Pinski <apinski@cavium.com>
979
980 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
981 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
982 (BASE_TARGET_EXPORTS): Add OBJCOPY.
983 (OBJCOPY_FOR_TARGET): New variable.
984 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
985 * Makefile.in: Regenerate.
986 * configure.ac: Check for already installed target objcopy.
987 Also GCC_TARGET_TOOL on objcopy.
988 * configure: Regenerate.
989
990 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
991
992 * config.sub: Update from upstream, to 2015-01-01 version.
993 * config.guess: Ditto.
994
995 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
996
997 * config.sub: Update from upstream config repo.
998
999 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * libtool.m4: Updated from GCC trunk.
1002
1003 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1004
1005 * config.guess: Update from upstream config repo.
1006 * config.sub: Ditto.
1007
1008 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1009
1010 * move-if-change: Update from upstream gnulib.
1011
1012 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1013
1014 * compile: Sync with upstream Automake.
1015 * depcomp: Ditto.
1016 * install-sh: Ditto.
1017 * missing: Ditto.
1018 * mkinstalldirs: Ditto.
1019 * ylwrap: Ditto.
1020
1021 2014-10-15 Tristan Gingold <gingold@adacore.com>
1022
1023 * src-release.sh (do_proto_toplev): Configure with --target.
1024
1025 2014-10-03 Jing Yu <jingyu@google.com>
1026
1027 * configure.ac: Add aarch64 to list of targets that support gold.
1028 * configure: Regenerate.
1029
1030 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1031
1032 * configure.ac: Add mips*-img-elf* target triple.
1033 * configure: Regenerate.
1034
1035 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1036 * configure: Disable gdb for nds32*-*-* until supported.
1037 * configure.ac: Disable gdb for nds32*-*-* until supported.
1038
1039 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1040
1041 * configure: Regenerate.
1042
1043 2014-08-27 Will Newton <will.newton@linaro.org>
1044
1045 * src-release.sh: New file.
1046 * src-release: Remove file.
1047
1048 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1049
1050 GDB not supported for or1k*-*-rtems*
1051 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1052 of the stanzas results in this not being caught by or1k*-*-* later.
1053 * configure. Regenerated.
1054
1055 2014-07-25 Samuel Bronson <naesten@gmail.com>
1056
1057 * .gitattributes: New file for use with git-merge-changelog.
1058
1059 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1060
1061 Disable gdb for or1k*-*-* until supported
1062 * configure.ac (or1k*-*-*): Disable gdb.
1063 * configure: Regenerated.
1064
1065 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1066
1067 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1068 * configure: Regenerated.
1069
1070 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1071
1072 PR sanitizer/56781
1073 * Makefile.def: Set bootstrap=true; for host fixincludes.
1074 * configure.ac: Don't bootstrap host fixincludes unless
1075 --with-build-config=bootstrap-{a,ub}san.
1076 * Makefile.in: Regenerated.
1077 * configure: Regenerated.
1078
1079 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1080
1081 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1082 --enable-vtable-verify option parsing. Don't add
1083 target-libsanitizer to bootstrap_target_libs unless
1084 --with-build-config=bootstrap-asan or
1085 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1086 to bootstrap_target_libs unless --enable-vtable-verify.
1087 * configure: Regenerated.
1088
1089 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1090
1091 PR bootstrap/58572
1092 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1093 -I for libstdc++-v3 includes if $(LEAN).
1094 * Makefile.in: Regenerated.
1095
1096 2014-02-24 Walter Lee <walt@tilera.com>
1097
1098 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1099 (tilegx-*-*): Change to tilegx*-*-*.
1100 * configure: Regenerate.
1101
1102 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1103
1104 * config.sub, config.guess: Import from upstream.
1105
1106 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1107
1108 PR bootstrap/60620
1109 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1110 * Makefile.in: Regenerate.
1111
1112 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1113
1114 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1115 for WINDRES_FOR_TARGET in default-manifest.o rule.
1116 * Makefile.in: Regenerate.
1117
1118 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1119
1120 PR target/59788
1121 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1122 *solaris2*.
1123
1124 2013-12-19 Keven Boell <keven.boell@intel.com>
1125
1126 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1127 nested lookups for fortran modules.
1128 * dwarf2read.c (read_module): Add fortran module to
1129 the symbol table.
1130 (add_partial_symbol, add_partial_module): Add fortran
1131 module to the partial symbol table.
1132 (new_symbol_full): Create full symbol for fortran module.
1133 * f-exp.y (yylex): Add new module domain to be parsed.
1134 * symtab.h: New domain for fortran modules.
1135
1136 2013-12-19 Keven Boell <keven.boell@intel.com>
1137
1138 * f-exp.y (yylex): Add domain array to enable lookup
1139 in multiple domains. Loop over lookup domains and try
1140 to find requested symbol. Add STRUCT_DOMAIN to lookup
1141 domains to be able to query for user defined types.
1142
1143 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1144
1145 * configure.ac: Add user-friendly check for native x86_64-linux
1146 multilibs.
1147 * configure: Regenerate.
1148
1149 2013-11-23 Alan Modra <amodra@gmail.com>
1150
1151 * config.sub, config.guess: Import from upstream.
1152
1153 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1154
1155 * Makefile.in: Regenerate.
1156
1157 * Makefile.tpl: Fix typo.
1158 * Makefile.in: Regenerate partially.
1159
1160 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1161
1162 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1163 supported.
1164 * configure: Regenerated.
1165
1166 2013-10-30 Jason Merrill <jason@redhat.com>
1167
1168 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1169 --disable-build-format-warnings.
1170
1171 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1172
1173 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1174 depend on libstdc++ and libgcc.
1175 * configure: Regenerate.
1176 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1177 libcilkrts for POSIX and i*86, and x86_64 architectures.
1178 * Makefile.in: Added libcilkrts related fields to support building it.
1179
1180 2013-10-26 Jeff Law <law@redhat.com>
1181
1182 * Makefile.def (target_modules): Remove libmudflap
1183 (languages): Remove check-target-libmudflap).
1184 * Makefile.in: Rebuilt.
1185 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1186 * configure.ac (target_libraries): Remove target-libmudflap.
1187 Remove checks which disabled libmudflap on some systems.
1188 * configure: Rebuilt.
1189 * libmudflap: Directory removed.
1190
1191 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * configure.ac: Update from GCC.
1194 * configure: Regenerate.
1195
1196 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1197
1198 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1199 files in SUPPORT_FILES.
1200 (SIM_SUPPORT_DIRS): New variable.
1201 (sim.tar.bz2): New rule.
1202
1203 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1204
1205 * configure.ac: Update from GCC.
1206 * configure: Regenerate.
1207
1208 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1209
1210 * COPYING.NEWLIB: Update with new copyright.
1211
1212 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1213
1214 * configure.ac: Update from GCC.
1215 * configure: Regenerate.
1216
1217 2013-09-20 Alan Modra <amodra@gmail.com>
1218
1219 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1220 ppc host match. Support little-endian powerpc linux hosts.
1221
1222 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1223
1224 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1225 strip the "-cvs" suffix from the version number if present.
1226
1227 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1228
1229 * configure.ac: Sync with GCC repo.
1230 * Makefile.def: Ditto.
1231 * configure: Regenerate.
1232 * Makefile.in: Ditto.
1233
1234 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1235
1236 * src-release (VER): Use $(TOOL)/common/create-version.sh
1237 if it exists.
1238
1239 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1240
1241 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1242 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1243 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1244 * configure: Regenerate.
1245
1246 2013-06-01 George Thomas <george.thomas@atmel.com>
1247
1248 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1249 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1250
1251 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1252
1253 * COPYING.NEWLIB: Add Altera Corporation copyright.
1254
1255 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1256
1257 * config.guess: Update from config repo.
1258 * config.sub: Ditto.
1259
1260 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1261
1262 * Makefile.def: Sync with GCC.
1263 * Makefile.in: Regenerate.
1264
1265 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1266
1267 * configure.ac: Sync with GCC.
1268 * configure: Regenerate.
1269
1270 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1271
1272 * src-release (VER): Change bfd/configure.in sed to use the new
1273 `bfd/configure --version` output.
1274
1275 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1276
1277 * configure.ac: Sync with GCC repo.
1278 * configure: Ditto.
1279
1280 2013-02-05 Ian Lance Taylor <iant@google.com>
1281
1282 PR go/55969
1283 * configure.ac: Disable libgo on some systems where it does not
1284 work.
1285 * configure: Rebuild.
1286
1287 2013-02-05 Alan Modra <amodra@gmail.com>
1288
1289 * configure: Regenerate after syncing config/.
1290
1291 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1292
1293 * configure.ac: Sync with GCC repo.
1294 * configure: Ditto.
1295 * Makefile.def: Ditto.
1296 * Makefile.in: Ditto.
1297
1298 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1299
1300 Sync with GCC, merge:
1301
1302 2013-01-09 Jason Merrill <jason@redhat.com>
1303
1304 * .gitignore: Import from gdb repository.
1305
1306 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1307
1308 * config.sub: Update from config repo.
1309
1310 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1311
1312 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1313 * Makefile.in: Regenerate.
1314
1315 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 * Makefile.def (configure-gcc): Depend on all-gmp.
1318 (all-gcc): Remove dependency on all-gmp.
1319 * Makefile.in: Regenerated.
1320
1321 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1322
1323 * config.guess: Update from config repo.
1324 * config.sub: Ditto.
1325
1326 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1327
1328 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1329 exists and replace the new bfin license in its location.
1330
1331 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1332
1333 PR gas/14899
1334 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1335 all-ld and all-gold depend on all-gas.
1336 * Makefile.in: Regenerated.
1337
1338 2012-12-29 Ben Elliston <bje@gnu.org>
1339
1340 * config.guess: Update to 2012-12-29 version.
1341 * config.sub: Likewise.
1342
1343 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1344
1345 * Makefile.def (install-target-libgo): Depend on
1346 install-target-libatomic. Merged from GCC repo.
1347 * Makefile.in: Regenerate.
1348
1349 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1350
1351 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1352
1353 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1354
1355 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1356 * configure: Regenerate.
1357
1358 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1359
1360 * Makefile.def (target_modules): Add bootstrap=true and
1361 raw_cxx=true to libsanitizer.
1362 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1363 * Makefile.in: Regenerated.
1364 * configure: Likewise.
1365
1366 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1367
1368 * config.sub: Merge from config repo.
1369
1370 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1371
1372 * configure.ac: Merge from GCC.
1373 * Makefile.tpl: Ditto.
1374 * Makefile.in: Ditto.
1375 * configure: Ditto.
1376
1377 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1378
1379 * configure.ac (noconfigdirs): Merge from GCC.
1380 * configure: Regenerate.
1381
1382 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1383
1384 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1385
1386 2012-11-14 Roland McGrath <mcgrathr@google.com>
1387
1388 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1389 * configure: Regenerate.
1390
1391 2012-11-13 Richard Henderson <rth@redhat.com>
1392
1393 * configure.ac: Move libsanitizer logic to subdirectory.
1394 * configure: Regenerate.
1395
1396 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1397
1398 * configure.ac: Enable libsanitizer just on x86 linux for now.
1399 * configure: Re-generate.
1400
1401 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1402
1403 * configure.ac: Merge libquadmath sections.
1404 * configure: Regenerate.
1405
1406 2012-11-12 Wei Mi <wmi@google.com>
1407
1408 * configure.ac: Add libsanitizer to target_libraries.
1409 * Makefile.def: Ditto.
1410 * configure: Regenerate.
1411 * Makefile.in: Regenerate.
1412
1413 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1414
1415 * configure: Regenerated.
1416
1417 2012-11-03 Robert Mason <rbmj@verizon.net>
1418
1419 * configure.ac: add --disable-libstdcxx configure option
1420 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1421
1422 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1423
1424 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1425 against Mingw64 w32api.
1426 * configure: Regenerate.
1427
1428 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1429
1430 PR bootstrap/54820
1431 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1432 * configure: Regenerate.
1433
1434 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1435
1436 PR bootstrap/54820
1437 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1438 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1439 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1440 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1441 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1442 * Makefile.in: Regenerate.
1443 * configure.ac (have_static_libs): New variable and associated check.
1444 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1445 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1446 * configure: Regenerate.
1447
1448 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1449
1450 * config.guess, config.sub: Include updated version from
1451 config-patches. Adds microblaze little endian support.
1452
1453 2012-09-28 Ian Lance Taylor <iant@google.com>
1454
1455 * Makefile.def: Make all-target-libgo depend on
1456 all-target-libbacktrace.
1457 * Makefile.in: Rebuild.
1458
1459 2012-09-26 Ian Lance Taylor <iant@google.com>
1460
1461 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1462 * Makefile.in: Rebuild.
1463
1464 2012-09-06 Diego Novillo <dnovillo@google.com>
1465
1466 * configure.ac: Bump minimum GMP version to 4.2.3.
1467 * configure: Re-generate.
1468
1469 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1470
1471 PR target/54461
1472 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1473 target-libgloss if not configured --with-avrlibc=no.
1474 * configure: Regenerate.
1475
1476 2012-09-04 Jason Merrill <jason@redhat.com>
1477
1478 * configure.ac: Fix --enable-languages=all.
1479
1480 2012-09-03 Richard Guenther <rguenther@suse.de>
1481
1482 PR bootstrap/54138
1483 * configure.ac: Re-organize ISL / CLOOG checks to allow
1484 disabling with either --without-isl or --without-cloog.
1485 * configure: Regenerated.
1486
1487 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1488
1489 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1490 * configure: Regenerate.
1491
1492 2012-09-21 Steve Ellcey <sellcey@mips.com>
1493
1494 * configure.ac: Add mips*-mti-elf* target.
1495 * configure: Regenerate.
1496
1497 2012-09-19 Ian Lance Taylor <iant@google.com>
1498
1499 * configure.ac (host_libs): Add libbacktrace.
1500 (target_libraries): Add libbacktrace.
1501 * Makefile.def (host_modules): Add libbacktrace.
1502 (target_modules): Likewise.
1503 * configure, Makefile.in: Rebuild.
1504
1505 2012-09-15 Jiong Wang <jiwang@tilera.com>
1506
1507 * configure.ac (ENABLE_GOLD): support tilegx*
1508 * configure: rebuild
1509
1510 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1511
1512 PR target/38607
1513 Merge upstream change.
1514 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1515
1516 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1517 Add libgomp*.o to compare_exclusions for AIX.
1518 * configure: Regenerate.
1519
1520 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1521
1522 PR binutils/4970
1523 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1524 and opcodes.
1525 * Makefile.in: Regenerated.
1526
1527 2012-08-14 Diego Novillo <dnovillo@google.com>
1528
1529 Merge from cxx-conversion branch.
1530
1531 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1532 POSTSTAGE1_CONFIGURE_FLAGS.
1533 * Makefile.in: Regenerate.
1534 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1535 Force C++ when bootstrapping.
1536 * configure: Regenerate.
1537
1538 2012-07-06 Richard Guenther <rguenther@suse.de>
1539
1540 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1541 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1542 --with-gmp=system.
1543 * Makefile.in: Regenerated.
1544 * configure: Likewise.
1545
1546 2012-07-06 Richard Guenther <rguenther@suse.de>
1547
1548 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1549 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1550 supply V=1 as extra_make_flags.
1551 * configure: Regenerated.
1552 * Makefile.in: Likewise.
1553
1554 2012-07-03 Richard Guenther <rguenther@suse.de>
1555
1556 * Makfile.def (isl): Remove not necessary extra_exports and
1557 extra_make_flags.
1558 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1559 * Makefile.in: Regenerated.
1560
1561 2012-07-03 Richard Guenther <rguenther@suse.de>
1562
1563 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1564 * configure.ac: If either the ISL or the CLooG check failed
1565 do not try to build in-tree versions.
1566 * Makefile.in: Regenerated.
1567 * configure: Regenerated.
1568
1569 2012-07-02 Richard Guenther <rguenther@suse.de>
1570 Michael Matz <matz@suse.de>
1571 Tobias Grosser <tobias@grosser.es>
1572 Sebastian Pop <sebpop@gmail.com>
1573
1574 * Makefile.def: Add ISL host module, remove PPL host module.
1575 Adjust ClooG host module to use the proper ISL.
1576 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1577 * configure.ac: Include config/isl.m4. Add ISL host library,
1578 remove PPL. Remove PPL configury, add ISL configury, adjust
1579 ClooG configury.
1580 * Makefile.in: Regenerated.
1581 * configure: Likewise.
1582
1583 2012-07-02 Richard Guenther <rguenther@suse.de>
1584
1585 Merge from graphite branch
1586 2011-07-21 Tobias Grosser <tobias@grosser.es>
1587
1588 * configure: Regenerated.
1589 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1590 both cloog.org and legacy versions. The only supported version will
1591 be CLooG with the isl backend.
1592
1593 2011-07-21 Tobias Grosser <tobias@grosser.es>
1594
1595 * configure: Regenerated.
1596 * configure.ac: Require cloog isl 0.17.0
1597
1598 2011-07-21 Tobias Grosser <tobias@grosser.es>
1599
1600 * configure: Regenerated.
1601 * config/cloog.m4: Do not define CLOOG_ORG
1602
1603 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1604
1605 * configure.ac: Skip C if explicitly selected.
1606 * configure: Regenerate.
1607
1608 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1609
1610 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1611 they contain -O2.
1612 * configure: Regenerate.
1613
1614 2012-06-20 Jason Merrill <jason@redhat.com>
1615
1616 * Makefile.tpl (check-target-libgomp-c++): New.
1617 (check-target-libitm-c++): New.
1618 * Makefile.def (c++): Add them.
1619 * Makefile.in: Regenerate.
1620
1621 2012-05-16 Olivier Hainque <hainque@adacore.com>
1622
1623 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1624 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1625 (install-no-fixedincludes): Adjust accordingly.
1626 * Makefile.in: Regenerate.
1627
1628 2012-05-09 Nick Clifton <nickc@redhat.com>
1629 Paul Smith <psmith@gnu.org>
1630
1631 PR bootstrap/50461
1632 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1633 allow for the fact that from release v3.1.0 of MPFR the source
1634 files were moved into a src sub-directory.
1635 * configure: Regenerate.
1636
1637 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1638
1639 * configure.ac: Bump minimum MPFR version to 2.4.0.
1640 * configure: Regenerated.
1641
1642 2012-05-01 Richard Henderson <rth@redhat.com>
1643
1644 * Makefile.def (libatomic): New target_module.
1645 * configure.ac (target_libraries): Add libatomic.
1646 (noconfigdirs): Check if libatomic is supported.
1647 * Makefile.in, configure: Rebuild.
1648
1649 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1650
1651 Merge upstream change
1652 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1653
1654 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1655
1656 * libtool.m4: Additional FreeBSD 10 fixes.
1657
1658 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1659
1660 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1661 they contain -O2.
1662 * configure: Regenerate.
1663
1664 2012-05-14 Catherine Moore <clm@codesourcery.com>
1665
1666 * NEWS: Mention PowerPC VLE port.
1667
1668 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1669
1670 * MAINTAINERS (config/): Move to intl/ section.
1671 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1672
1673 2012-05-09 Nick Clifton <nickc@redhat.com>
1674 Paul Smith <psmith@gnu.org>
1675
1676 PR bootstrap/50461
1677 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1678 allow for the fact that from release v3.1.0 of MPFR the source
1679 files were moved into a src sub-directory.
1680 * configure: Regenerate.
1681
1682 2012-05-02 Roland McGrath <mcgrathr@google.com>
1683
1684 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1685 * configure: Regenerate.
1686
1687 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1688
1689 * config.sub: Update to 2012-04-18 version from official repo.
1690
1691 2012-03-19 Tristan Gingold <gingold@adacore.com>
1692
1693 * configure.ac (ia64*-*-*vms*): Add support for ld.
1694 * configure: Regenerate.
1695
1696 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1697
1698 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1699 (unsupported_languages): Remove mips-sgi-irix6.*.
1700 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1701 (with_stabs): Remove.
1702 * configure: Regenerate.
1703
1704 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1705
1706 * configure.ac (enable_libgomp): Remove *-*-osf*.
1707 (with_stabs): Remove alpha*-*-osf*.
1708 * configure: Regenerate.
1709
1710 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1711
1712 * COPYING.NEWLIB: Modify DJ Delorie license to include
1713 modification rights in clause as permitted by DJ Delorie.
1714 * COPYING.LIBGLOSS: Ditto.
1715
1716 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1717
1718 * COPYING.NEWLIB: Remove two unused licenses.
1719
1720 2012-03-05 Tristan Gingold <gingold@adacore.com>
1721
1722 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1723 * configure: Regenerate.
1724
1725 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1726
1727 * COPYING.NEWLIB: Add Adapteva notice.
1728 * COPYING.LIBGLOSS: Add Adapteva notice.
1729
1730 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1731
1732 * configure: Regenerate.
1733
1734 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1735
1736 * COPYING.LIBGLOSS: Add GPL with exception license.
1737
1738 2011-11-09 Roland McGrath <mcgrathr@google.com>
1739
1740 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1741 * configure: Rebuild.
1742 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1743 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1744 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1745 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1746 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1747 Add READELF.
1748 * Makefile.in: Rebuild.
1749
1750 2011-11-08 Richard Henderson <rth@redhat.com>
1751
1752 * configure.ac: Test for libitm directory present first.
1753
1754 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1755
1756 * configure.ac: Test libitm/configure.tgt to disable libitm.
1757 * configure: Rebuild.
1758
1759 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1760
1761 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1762 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1763 * Makefile.in: Regenerate.
1764
1765 2011-11-01 DJ Delorie <dj@redhat.com>
1766
1767 * configure.ac (rl78-*-*) New case.
1768 * configure: Regenerate.
1769
1770 2011-11-01 DJ Delorie <dj@redhat.com>
1771
1772 * config.sub: Update to version 2011-10-29 (added rl78)
1773
1774 2011-10-27 Nick Clifton <nickc@redhat.com>
1775
1776 * config.sub: Import these changes from the config project:
1777
1778 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1779 Ben Elliston <bje@gnu.org>
1780
1781 * config.sub (epiphany): New.
1782
1783 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1784 Ben Elliston <bje@gnu.org>
1785
1786 * config.sub (hexagon, hexagon-*): New.
1787
1788 2011-08-23 Roland McGrath <mcgrathr@google.com>
1789
1790 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1791 64eb to be64.
1792
1793 2011-08-16 Roland McGrath <mcgrathr@google.com>
1794
1795 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1796 (nacl): Grok as alias for 32el-unknown-nacl.
1797
1798 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1799
1800 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1801
1802 2011-08-14 Yao Qi <yao@codesourcery.com>
1803
1804 Merge from gcc:
1805
1806 2011-08-14 Yao Qi <yao@codesourcery.com>
1807 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1808 * configure: Regenerate.
1809
1810 2011-07-26 Ian Lance Taylor <iant@google.com>
1811
1812 Merge from gcc:
1813
1814 2011-07-26 Ian Lance Taylor <iant@google.com>
1815 * configure.ac: Set have_compiler based on whether gcc directory
1816 exists, rather than on whether gcc is in configdirs.
1817 * configure: Rebuild.
1818
1819 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1820 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1821 link directories.
1822 * Makefile.in: Rebuild.
1823
1824 2011-07-20 Ian Lance Taylor <iant@google.com>
1825 PR bootstrap/49787
1826 * configure.ac: Move --enable-bootstrap handling earlier in file.
1827 If --enable-bootstrap and either --enable-build-with-cxx or
1828 --enable-build-poststage1-with-cxx, enable C++ automatically.
1829 * configure: Rebuild.
1830
1831 2011-07-19 Ian Lance Taylor <iant@google.com>
1832 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1833 make C++ a boot_language. Set and substitute
1834 POSTSTAGE1_CONFIGURE_FLAGS.
1835 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1836 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1837 * configure, Makefile.in: Rebuild.
1838
1839 2011-07-16 Jason Merrill <jason@redhat.com>
1840 * Makefile.def (language=c++): Add check-c++0x and
1841 check-target-libmudflap-c++.
1842 * Makefile.tpl (check-target-libmudflap-c++): New.
1843 * Makefile.in: Regenerate.
1844
1845 2011-07-16 Matthias Klose <doko@ubuntu.com>
1846 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1847 * Makefile.def (target_modules/libjava): Pass
1848 $(EXTRA_CONFIGARGS_LIBJAVA).
1849 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1850 if not configured with --enable-static-libjava.
1851 * Makefile.in: Regenerate.
1852 * configure: Likewise.
1853
1854 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1855 PR regression/47836
1856 PR bootstrap/23656
1857 PR other/47733
1858 PR bootstrap/49247
1859 PR c/48825
1860 * configure.ac (target_libraries): Remove target-libiberty.
1861 Remove case-statement setting skipdirs=target-libiberty for
1862 multiple targets. Remove checking target_configdirs and
1863 removing target-libiberty but keeping target-libgcc if
1864 otherwise empty.
1865 * Makefile.def (target_modules): Don't add libiberty.
1866 (dependencies): Remove all traces of target-libiberty.
1867 * configure, Makefile.in: Regenerate.
1868
1869 2011-07-22 Jason Merrill <jason@redhat.com>
1870
1871 * Makefile.def (language=c++): Add check-c++0x and
1872 check-target-libmudflap-c++.
1873 * Makefile.tpl (check-target-libmudflap-c++): New.
1874 * Makefile.in: Regenerate.
1875
1876 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1877
1878 * configure: Regenerate.
1879
1880 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1881
1882 PR target/39150
1883 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1884 x86_64-*-solaris2.1[0-9]*.
1885 * configure: Regenerate.
1886
1887 2011-06-13 Walter Lee <walt@tilera.com>
1888
1889 * configure.ac (tilepro-*-*) New case.
1890 (tilegx-*-*): Likewise.
1891 * configure: Regenerate.
1892
1893 2011-06-06 Nick Clifton <nickc@redhat.com>
1894
1895 * config.sub: Sync from upstream.
1896
1897 2011-05-08 Doug Kwan <dougkwan@google.com>
1898
1899 Merge from gcc:
1900
1901 2011-05-08 Doug Kwan <dougkwan@google.com>
1902
1903 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1904 * configure: Regenerated.
1905 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1906 value from configure.
1907 * Makefile.in: Regenerated.
1908
1909 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1910
1911 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1912 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1913 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1914 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1915 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1916 *-*-vxworks*): Disable newlib and libgloss in separate case
1917 statement.
1918 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1919 to separate case statement.
1920 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1921 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1922 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1923 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1924 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1925 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1926 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1927 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1928 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1929 i[[3456789]]86-*-rdos*, m32r-*-*,
1930 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1931 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1932 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1933 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1934 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1935 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1936 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1937 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1938 and libgloss in main case over targets. Remove most empty cases
1939 in main case over targets.
1940 * configure: Regenerate.
1941
1942 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1943
1944 * configure.ac: Remove code setting special library locations for
1945 hppa*64*-*-hpux11*. Remove code setting compiler for
1946 sparc-sun-solaris2*.
1947 * configure: Regenerate.
1948
1949 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1950
1951 * configure.ac: Separate libgloss_dir settings from general case
1952 over targets.
1953 * configure: Regenerate.
1954
1955 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1956
1957 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1958 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1959 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1960 cases in libgcj-disabling case statement.
1961 (hppa*64*-*-linux*): Set unsupported_languages instead of
1962 disabling target-zlib.
1963 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1964 to hppa*64*-*-hpux*.
1965 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1966 hppa*-*-hpux*.
1967 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1968 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1969 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1970 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1971 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1972 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1973 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1974 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1975 libgcj-disabling case statement.
1976 * configure: Regenerate.
1977
1978 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1979
1980 * configure.ac: Disable Java for targets not supporting libffi.
1981 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1982 Remove cases in Java-disabling statement.
1983 (*arm-wince-pe): Change to arm-wince-pe.
1984 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1985 cases in Java-disabling statement.
1986 (bfin-*-*): Don't disable Java again.
1987 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1988 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1989 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1990 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1991 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1992 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1993 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1994 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1995 Java-disabling statement.
1996 (mmix-*-*): Don't disable Java again.
1997 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1998 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1999 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2000 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2001 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2002 statement.
2003 * configure: Regenerate.
2004
2005 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2006
2007 Merge from GCC:
2008
2009 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2010
2011 PR lto/48086
2012 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2013 * configure: Regenerate.
2014
2015 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2016
2017 * configure.ac: Separate cases disabling Java and Java libraries
2018 from general case over targets.
2019 * configure: Regenerate.
2020
2021 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2022
2023 * configure.ac (build_tools): Remove build-byacc.
2024 (host_libs): Remove mmalloc.
2025 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2026 autoconf automake libtool diff rcs fileutils shellutils time
2027 textutils wdiff find uudecode hello tar gzip indent recode release
2028 sed perl gawk findutils gettext zip.
2029 (libgcj): Remove target-qthreads.
2030 (target_tools): Remove target-examples target-gperf.
2031 (YACC): Don't handle building byacc.
2032 * configure: Regenerate.
2033 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2034 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2035 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2036 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2037 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2038 handle building components.
2039 * Makefile.in: Regenerate.
2040
2041 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2042
2043 * config.sub: Sync from upstream.
2044
2045 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2046
2047 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2048 (microblaze*): Don't disable libssp.
2049 * configure: Regenerate.
2050
2051 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2052
2053 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2054 moveifchange.
2055 * configure: Regenerate.
2056 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2057 * Makefile.in: Regenerate.
2058
2059 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2060
2061 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2062 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2063 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2064 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2065 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2066 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2067 md_exec_prefix cases.
2068 * configure: Regenerate.
2069
2070 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2071
2072 * configure.ac: Separate cases disabling target-libssp,
2073 target-libiberty, target-libstdc++-v3 and Fortran from general
2074 case over targets.
2075 * configure: Regenerate.
2076
2077 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2078
2079 * configure.ac (*-*-chorusos): Don't disable libgcj.
2080 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2081 Remove case.
2082 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2083 (arm-*-coff): Don't disable libgcj.
2084 (arm*-*-linux-gnueabi): Remove useless assignment.
2085 (arm-*-riscix*): Don't disable libgcj.
2086 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2087 configuration.
2088 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2089 (c54x*-*-*): Remove case.
2090 (tic54x-*-*): Don't disable GCC or GCC libraries.
2091 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2092 to *.
2093 (d10v-*-*): Don't disable GCC libraries.
2094 (d30v-*-*): Don't disable libgcj.
2095 (h8500-*-*): Don't disable GCC libraries.
2096 (i960-*-*): Don't disable libgcj.
2097 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2098 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2099 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2100 libgcj.
2101 (m68k-*-coff*): Remove case.
2102 (mmix-*-*): Don't disable libgloss on host.
2103 (mn10200-*-*, mn10300-*-*): Remove cases.
2104 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2105 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2106 Don't disable libgcj.
2107 (romp-*-*): Remove case.
2108 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2109 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2110 case.
2111 (v810-*-*): Don't disable GCC libraries.
2112 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2113 (ip2k-*-*): Don't disable GCC libraries.
2114 * configure: Regenerate.
2115
2116 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2117
2118 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2119 libffi on host.
2120 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2121 on host.
2122 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2123 * configure: Regenerate.
2124
2125 2011-03-26 John Marino <binutils@marino.st>
2126
2127 * configure.ac: Add support for *-*-dragonfly*
2128 * configure: Regenerate.
2129
2130 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2131
2132 * configure.ac (native_only): Remove.
2133 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2134 send-pr uudecode guile gnuserv on host.
2135 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2136 send-pr rcs guile perl texinfo libtool on host.
2137 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2138 automake send-pr rcs guile perl texinfo libtool on host.
2139 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2140 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2141 (alpha*-dec-osf*): Don't disable fileutils on target.
2142 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2143 texinfo send-pr expect dejagnu on target.
2144 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2145 target-qthreads on target.
2146 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2147 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2148 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2149 x86_64-*-mingw*): Don't disable expect on target.
2150 (*-*-cygwin*): Don't disable target-gperf on target.
2151 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2152 gnuserv on target.
2153 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2154 target.
2155 * configure: Regenerate.
2156
2157 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2158
2159 * configure.ac (target_tools): Remove target-groff.
2160 (native_only): Remove target-groff.
2161 (hppa*64*-*-*): Don't disable byacc.
2162 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2163 setting.
2164 (*-*-kaos*): Don't skip target-librx and target-groff.
2165 (*-*-netware*): Don't skip target-libmudflap.
2166 (*-*-tpf*): Don't skip target-libmudflap.
2167 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2168 directories on the host.
2169 (ia64*-*-*vms*): Don't skip tix.
2170 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2171 host.
2172 * configure: Regenerate.
2173
2174 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2175
2176 * configure.ac: Remove references to mt-mep, mt-netware,
2177 mt-wince.
2178 * Makefile.def: Add all-utils soft dependencies.
2179 * Makefile.tpl: Remove GDB_NLM_DEPS.
2180 * configure: Regenerate.
2181 * Makefile.in: Regenerate.
2182
2183 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2184
2185 Sync from GCC:
2186
2187 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2188
2189 * configure.ac: Do not include mh-x86omitfp.
2190 * configure: Regenerate.
2191
2192 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2193
2194 * configure.ac: Remove empty cases.
2195 * configure: Regenerate.
2196
2197 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2198
2199 * Makefile.def: Add dependency from termcap to gdb.
2200 * Makefile.in: Regenerate.
2201
2202 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2203
2204 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2205 * configure: Regenerate.
2206 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2207 * Makefile.tpl: Likewise.
2208 * Makefile.in: Regenerate.
2209
2210 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2211
2212 * configure.ac: Remove all mentions of tentative_cc.
2213 * configure: Regenerate.
2214
2215 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2216
2217 PR lto/48086
2218 * configure.ac: Re-enable LTO on *-apple-darwin9.
2219 * configure: Regenerate.
2220
2221 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2222
2223 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2224 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2225 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2226 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2227 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2228 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2229 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2230 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2231 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2232 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2233 *-*-rhapsody*): Remove host cases.
2234 * configure: Regenerate.
2235
2236 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2237
2238 * configure.ac (ppc*-*-pe): Remove host case.
2239 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2240 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2241 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2242 cases.
2243 * configure: Regenerate.
2244
2245 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2246
2247 * config.sub: Update to version 2011-03-23.
2248
2249 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2250
2251 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2252 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2253 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2254 * configure: Regenerate.
2255
2256 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2257
2258 * config-ml.in: Don't handle arc-*-elf*.
2259 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2260 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2261 handle GCC libraries.
2262 * configure: Regenerate.
2263
2264 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2265
2266 PR bootstrap/48120:
2267 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2268 Add -lstdc++ -lm to LIBS.
2269 * configure: Regenerate.
2270
2271 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2272
2273 * config.guess: Update to version 2011-02-02
2274 * config.sub: Update to version 2011-02-24
2275
2276 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2277
2278 * configure.ac: Adjust test of with_ppl.
2279 * configure: Regenerated.
2280
2281 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2282
2283 * configure.ac: Add -lpwl to ppllibs.
2284 * config/cloog.m4: Add -lisl to clooglibs.
2285 * configure: Regenerated.
2286
2287 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2288
2289 Import from Libtool and gnulib:
2290
2291 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2292
2293 Prepare for supporting FreeBSD 10.
2294 * config.rpath: Remove handling of freebsd1* which soon would
2295 match FreeBSD 10.0.
2296
2297 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2298
2299 Remove support for FreeBSD 1.x.
2300 * libtool.m4 (_LT_LINKER_SHLIBS)
2301 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2302 soon would incorrectly match FreeBSD 10.0.
2303
2304 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2305
2306 PR binutils/12283
2307 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2308 (move-if-change): Comes from gnulib.
2309 * move-if-change: Import version from gnulib.
2310
2311 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2312
2313 Sync from GCC:
2314
2315 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2316
2317 PR lto/47225
2318 * Makefile.def (lto-plugin): Double dash for enable-shared.
2319 (configure-gcc): Depend on all-lto-plugin.
2320 * Makefile.in: Rebuilt.
2321
2322 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2323
2324 * configure.ac: Remove extra bracket.
2325 * configure: Regenerate.
2326
2327 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2328
2329 PR lto/47225
2330 * Makefile.def: Add dependency for install-gcc
2331 on install-lto-plugin.
2332 * Makfile.in: Regenerated
2333
2334 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2335
2336 * configure.ac: If with_ppl is no, move setting with_cloog=no
2337 after CLOOG_REQUESTED check.
2338 * configure: Regenerated.
2339
2340 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2341
2342 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2343 CLooG has been requested.
2344 * configure: Regenerated.
2345
2346 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2347
2348 * configure: Regenerated.
2349 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2350
2351 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2352
2353 * configure: Regenerated.
2354 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2355
2356 2011-01-07 Jan Hubicka <jh@suse.cz>
2357
2358 PR lto/47225
2359 * Makefile.in: Regenerate.
2360 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2361 configure.
2362
2363 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2364
2365 PR libgcj/44341
2366 * configure.ac: Discard --with-* flags for host when configuring
2367 target libraries for cross build.
2368 * configure: Rebuilt.
2369
2370 2011-01-21 Andreas Schwab <schwab@redhat.com>
2371
2372 Sync from GCC:
2373
2374 2011-01-21 Andreas Schwab <schwab@redhat.com>
2375
2376 * configure.ac: Use AS_HELP_STRING throughout.
2377 * configure: Regenerate.
2378
2379 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2380
2381 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2382 * configure: Regenerate.
2383
2384 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2385
2386 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2387
2388 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2389
2390 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2391 for ia64-hpux.
2392 * configure: Regenerate.
2393
2394 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2395
2396 Sync from GCC:
2397 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2398
2399 * configure.ac: (picochip): Disable libiberty.
2400 * configure: Regenerate.
2401
2402 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2403
2404 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2405
2406 2010-12-10 Ian Lance Taylor <iant@google.com>
2407
2408 PR bootstrap/46819
2409 * configure.ac: For --disable-libgcj clear libgcj_saved.
2410 * configure: Rebuild.
2411
2412 2010-12-10 Tobias Burnus <burnus@net-b.de>
2413
2414 PR fortran/46540
2415 * configure.ac: Add --disable-libquadmath and
2416 --disable-libquadmath-support.
2417 * configure: Regenerate.
2418
2419 2010-12-10 Tristan Gingold <gingold@adacore.com>
2420
2421 * src-release (ETC_SUPPORT): add gnu-oids.texi
2422
2423 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2424
2425 PR libffi/46792
2426 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2427 * configure: Regenerate.
2428
2429 2010-12-02 Ian Lance Taylor <iant@google.com>
2430
2431 * configure.ac: Always set default for poststage1_ldflags to
2432 -static-libstdc++ -static-libgcc.
2433
2434 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2435
2436 * COPYING.NEWLIB: Add National Semiconductor notice.
2437
2438 2010-11-29 Andreas Schwab <schwab@redhat.com>
2439
2440 * configure.ac: Move comment to remove extra space in last argument
2441 of GCC_TARGET_TOOL.
2442
2443 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2444
2445 PR other/46026
2446 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2447 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2448 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2449 (BASE_FLAGS_TO_PASS): Use it.
2450 * configure: Rebuilt.
2451 * Makefile.in: Rebuilt.
2452
2453 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2454
2455 PR binutils/12258
2456 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2457 Properly check default linker.
2458 * configure: Regnerated.
2459
2460 2010-11-23 Matthias Klose <doko@ubuntu.com>
2461
2462 * configure.ac: For --enable-gold, handle value `default' instead of
2463 `both*'. New configure option --{en,dis}able-ld.
2464 * configure: Regenerate.
2465
2466 2010-11-20 Ian Lance Taylor <iant@google.com>
2467
2468 * configure.ac: Only disable a language library if no language needs
2469 it. Don't let --disable-libgcj uncondtionally disable libffi.
2470 * configure: Rebuild.
2471
2472 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2473
2474 * configure: Regenerate.
2475
2476 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2477
2478 PR other/46202
2479 * configure.ac: Fix just-built in-tree STRIP name to be
2480 binutils/strip-new.
2481 * configure: Regenerate.
2482 * Makefile.def (install-strip-gcc, install-strip-binutils)
2483 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2484 (install-strip-sid): Mirror dependencies on non-strip variants
2485 of these targets on the respective -strip prerequisites.
2486 * Makefile.tpl (install-strip, install-strip-host)
2487 (install-strip-target): New targets.
2488 (install-strip-[+module+], install-strip-target-[+module+]):
2489 New targets.
2490 * Makefile.in: Regenerate.
2491
2492 2010-11-19 Ian Lance Taylor <iant@google.com>
2493 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2494
2495 * configure.ac: Add target-libgo to target_libraries. Set
2496 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2497 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2498 (HOST_EXPORTS): Add GOC.
2499 (BASE_TARGET_EXPORTS): Add GOC.
2500 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2501 (GOCFLAGS_FOR_TARGET): New variable.
2502 (EXTRA_HOST_FLAGS): Add GOC.
2503 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2504 * Makefile.def (target_modules): Add libgo.
2505 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2506 (dependencies): Add dependency from configure-target-libgo to
2507 configure-target-libffi and all-target-libstdc++-v3. Add
2508 dependencies from all-target-libgo to all-target-libffi.
2509 (languages): Add go.
2510 * configure: Rebuild.
2511 * Makefile.in: Rebuild.
2512
2513 2010-11-19 Ian Lance Taylor <iant@google.com>
2514
2515 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2516 compiler/flag environment variables.
2517
2518 2010-11-18 Ian Lance Taylor <iant@google.com>
2519
2520 * configure.ac: Check for lang_requires_boot_languages in
2521 config-lang.in files.
2522 * configure: Rebuild.
2523
2524 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2525
2526 * .gitignore: New file.
2527
2528 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2529 Tobias Burnus <burnus@net-b.de>
2530
2531 PR fortran/32049
2532 * Makefile.def: Add libquadmath; build it with language=fortran.
2533 * configure.ac: Add libquadmath.
2534 * Makefile.tpl: Handle multiple libs in check-[+language+].
2535 * Makefile.in: Regenerate.
2536 * configure: Regenerate.
2537
2538 2010-11-15 Andreas Schwab <schwab@redhat.com>
2539
2540 * configure.ac: Fix spelling in option names.
2541 * configure: Regenerated.
2542
2543 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2544
2545 PR bootstrap/39622
2546 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2547 * configure: Regenerated.
2548
2549 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2550
2551 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2552 define the cloog backend to use. Furthermore, only pass the ppllibs to
2553 the configure checks, if necessary.
2554 * configure: Regenerate.
2555
2556 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2557
2558 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2559 * configure: regenerate
2560
2561 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2562
2563 * config/cloog.m4: Fix typo. verison -> version.
2564 * configure: Regenerate.
2565
2566 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2567
2568 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2569 * configure: Regenerate.
2570
2571 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2572
2573 * configure.ac: Support official CLooG.org versions.
2574 * configure: Regenerate.
2575 * config/cloog.m4: New.
2576
2577 2010-11-05 Michael Eager <eager@eagercon.com>
2578
2579 * COPYING.LIBGLOSS: Correct typo in microblaze.
2580 * COPYING.NEWLIB: Same.
2581
2582 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2583
2584 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2585 * configure: Regenerate.
2586
2587 2010-11-03 Ian Lance Taylor <iant@google.com>
2588 Dave Korn <dave.korn.cygwin@gmail.com>
2589
2590 PR lto/46273
2591 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2592 and on other supported platforms whenever LTO is enabled.
2593 * configure: Rebuild.
2594
2595 2010-11-02 Alan Modra <amodra@gmail.com>
2596
2597 PR binutils/12110
2598 * configure.ac: Error when source path contains spaces.
2599 * configure: Regenerate.
2600
2601 2010-10-20 Ian Lance Taylor <iant@google.com>
2602
2603 * Makefile.def (target_modules): Set lib_path to src/.libs for
2604 libstdc++-v3 module.
2605 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2606 * Makefile.in: Rebuild.
2607
2608 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2609 Joseph Myers <joseph@codesourcery.com>
2610
2611 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2612 notices.
2613 * COPYING.NEWLIB: Add Texas Instruments notice.
2614
2615 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2616
2617 * configure.ac (build_lto_plugin): New shell variable.
2618 (--enable-lto): Turn on by default for all non-ELF platforms that
2619 have had LTO support added so far. Set build_lto_plugin appropriately
2620 for both ELF and non-ELF.
2621 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2622 * configure: Regenerate.
2623
2624 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2625
2626 PR bootstrap/45326
2627 PR bootstrap/45174
2628 * configure.ac: Honor initial values of $build_configargs,
2629 $host_configargs, $target_configargs. Mark the precious, so
2630 environment settings get recorded.
2631 * configure: Regenerate.
2632
2633 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2634
2635 Sync from GCC:
2636
2637 2010-09-30 Michael Eager <eager@eagercon.com>
2638
2639 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2640 * configure: Regenerate.
2641
2642 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2643
2644 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2645 targets and amend comment.
2646 * configure: Regenerate.
2647
2648 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2649
2650 * configure.ac: Enable LTO by default on Darwin.
2651 * configure: Regenerate.
2652
2653 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2654
2655 PR bootstrap/44455
2656 * configure.ac (extra_mpfr_configure_flags): Copy from
2657 extra_mpc_gmp_configure_flags.
2658 * configure: Re-generated.
2659
2660 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2661
2662 Sync from GCC:
2663
2664 PR bootstrap/45796
2665 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2666 Depend on all-build-libiberty.
2667 * Makefile.in: Regenerate.
2668
2669 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2670
2671 Sync from GCC:
2672
2673 PR bootstrap/44621
2674 * configure.ac: Fix unportable shell quoting.
2675 * configure: Regenerate.
2676
2677 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2678
2679 * configure.ac: Support all v850 targets.
2680 * configure: Regenerate.
2681
2682 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2683
2684 PR target/44862
2685 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2686 Provide -B option to allow for link spec %s substitutions for
2687 libstdc++.a on darwin.
2688 * Makefile.in: Regenerate.
2689
2690 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2691
2692 * Makefile.def (configure-gcc): Depend on all-libelf.
2693 * Makefile.in: Rebuild.
2694
2695 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2696
2697 * config.sub, config.guess: Update from upstream sources.
2698
2699 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2700
2701 Sync from GCC:
2702
2703 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2704 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2705 * configure: Regenerated.
2706
2707 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2708 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2709 * configure: Regenerate.
2710
2711 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2712 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2713 * configure: Regenerate.
2714
2715 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2716 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2717 separately.
2718 * configure: Regenerate.
2719
2720 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2721 * configure: Regenerate after change to elf.m4.
2722
2723 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2724 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2725 * configure: Regenerated.
2726
2727 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2728 * configure.ac: Print "buggy but acceptable" when CLooG
2729 revision is less than 9.
2730 * configure: Regenerated.
2731
2732 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2733
2734 Merge from gcc:
2735
2736 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2737 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2738 * configure: Regenerate.
2739
2740 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2741 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2742 a platform that supports LTO.
2743 * configure: Regenerate.
2744
2745 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2746 PR lto/42776
2747 * configure.ac (--enable-lto): Refactor handling so libelf tests
2748 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2749 and allow LTO to be explicitly enabled on non-ELF platforms that
2750 are known to support it inside else-clause.
2751 * configure: Regenerate.
2752
2753 2010-04-27 Roland McGrath <roland@redhat.com>
2754 H.J. Lu <hongjiu.lu@intel.com>
2755
2756 * configure.ac (--enable-gold): Support both, both/gold and
2757 both/bfd to add gold to configdirs without removing ld.
2758 * configure: Regenerated.
2759
2760 * Makefile.def: Add install-gold dependency to install-ld.
2761 * Makefile.in: Regenerated.
2762
2763 2010-04-14 Tristan Gingold <gingold@adacore.com>
2764
2765 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2766 * configure: Regenerate.
2767
2768 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2769
2770 Merge from gcc:
2771 PR bootstrap/43615
2772 PR bootstrap/43328
2773 Revert:
2774 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2775 * configure.ac: Do not pass --enable-multilib nor
2776 --disable-multilib in baseargs. Accept explicitly passed
2777 --enable_multilib.
2778 * configure: Regenerate.
2779
2780 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2781
2782 PR bootstrap/43328
2783 * configure.ac: Do not pass --enable-multilib nor
2784 --disable-multilib in baseargs. Accept explicitly passed
2785 --enable_multilib.
2786 * configure: Regenerate.
2787
2788 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2789
2790 * configure.ac (tic6x-*-*): New case.
2791 * configure: Regenerate.
2792
2793 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2794
2795 Merge from gcc:
2796 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2797 PR ada/42554
2798 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2799 * configure: Regenerate.
2800
2801 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2802
2803 * config.sub: Update to version 2010-03-22.
2804 * config.guess: Update to version 2009-12-30.
2805
2806 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2807
2808 Merge from gcc:
2809 2010-01-11 Richard Guenther <rguenther@suse.de>
2810 PR lto/41569
2811 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2812 * Makefile.in: Regenerated.
2813
2814 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2815
2816 PR libstdc++/32499
2817 * configure.ac (RANLIB): Default to true.
2818 (STRIP): Likewise.
2819 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2820 * configure: Regenerate.
2821
2822 2010-02-17 Nick Clifton <nickc@redhat.com>
2823
2824 PR 11238
2825 * Makefile.tpl (local-distclean): Also remove config.cache files in
2826 sub-directories as there may not be Makefiles present in the
2827 sub-directories.
2828 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2829 the config.cache files found by the find command.
2830
2831 * Makefile.in: Regenerate.
2832 * configure.ac: Revert previous delta.
2833 * configure: Regenerate.
2834
2835 2010-02-15 Nick Clifton <nickc@redhat.com>
2836
2837 PR 11238
2838 * configure.ac: Delete config.cache files in sub-directories when
2839 deleting Makefiles.
2840 * configure: Regenerate.
2841
2842 2010-02-15 Nick Clifton <nickc@redhat.com>
2843
2844 * configure.ac: Sync from gcc.
2845 * configure: Regenerate.
2846
2847 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2848
2849 Sync from gcc:
2850 * configure.ac: Add "recommended" version checks for GMP/MPC.
2851 Update recommended GMP/MPFR/MPC versions.
2852 * configure: Regenerate.
2853
2854 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2855
2856 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2857 * configure.ac (bootstrap_target_libs): Make inclusion of
2858 target-libgomp conditional on libgomb being in target_configdirs.
2859 * configure: Regenerate.
2860
2861 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2862
2863 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2864 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2865 * configure: Regenerate.
2866
2867 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2868
2869 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2870 * configure.ac (target_configdirs): Substitute.
2871 * Makefile.def: Bootstrap target module libgomp.
2872 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2873 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2874 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2875 * configure, Makefile.in: Regenerate.
2876
2877 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2878
2879 * libtool.m4: Sync from git Libtool.
2880 * ltmain.sh: Likewise.
2881 * ltoptions.m4: Likewise.
2882 * ltversion.m4: Likewise.
2883 * lt~obsolete.m4: Likewise.
2884
2885 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2886 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2887
2888 PR bootstrap/42424
2889 * configure.ac: Include libtool m4 files.
2890 (_LT_CHECK_OBJDIR): Call it.
2891 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2892 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2893
2894 * configure: Regenerate.
2895
2896 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2897
2898 PR bootstrap/41818
2899 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2900 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2901 * Makefile.in: Regenerate.
2902
2903 2009-12-18 Ben Elliston <bje@au.ibm.com>
2904
2905 * config.sub, config.guess: Update from upstream sources.
2906
2907 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2908
2909 * COPYING.NEWLIB: Update copyright date.
2910 * COPYING.LIBGLOSS: Ditto.
2911
2912 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2913
2914 PR middle-end/30447
2915 PR middle-end/30789
2916 PR other/40302
2917
2918 * configure.ac: Require MPC.
2919 * configure: Regenerate.
2920
2921 * configure.ac: Update minimum MPC version to 0.8.
2922 * configure: Regenerate.
2923
2924 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2925
2926 * config.guess: Sync with upstream and gcc.
2927 * config.sub: Sync with upstream and gcc.
2928
2929 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2930
2931 * Makefile.def: Restore host and target settings for gmp.
2932 * Makefile.in: Rebuild.
2933
2934 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2935
2936 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2937 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2938 Fix portability of test of C++ as bootstrap language. Add
2939 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2940 * configure: Rebuild.
2941 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2942 and cloog. Fix in-tree ppl configuration. Introduce libelf
2943 in-tree building.
2944 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2945 (POSTSTAGE1_HOST_EXPORTS): Use it.
2946 (STAGE[+id+]_CXXFLAGS): New.
2947 (BASE_FLAGS_TO_PASS): Pass it down.
2948 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2949 extra_exports.
2950 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2951 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2952 extra_exports.
2953 * Makefile.in: Rebuild.
2954
2955 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2956
2957 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2958 paths for *-w64-mingw* and x86_64-*mingw*.
2959 * configure: Regenerated.
2960
2961 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2962
2963 * configure.ac: Disable target-winsup & co for
2964 x86_64-*-mingw* and *-w64-mingw* targets.
2965 * configure: Regenerated.
2966
2967 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2968
2969 * configure.ac (CLooG test): Use = with test.
2970 * configure: Regenerate.
2971
2972 2009-10-22 Richard Guenther <rguenther@suse.de>
2973
2974 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2975 cloog if the ppl version check failed. Move flags saving
2976 before setting in libelf check.
2977 * configure: Regenerate.
2978
2979 2009-10-21 Richard Guenther <rguenther@suse.de>
2980
2981 * configure.ac: Adjust the ppl and cloog configure to work as
2982 documented. Disable cloog if ppl was disabled. Omit the version
2983 checks if they were disabled.
2984 * configure: Re-generate.
2985
2986 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2987
2988 * configure.ac: Add 'lto' to enable_languages, not
2989 new_enable_languages, and only if not already present.
2990 * configure: Regenerate.
2991
2992 2009-10-06 Ian Lance Taylor <iant@google.com>
2993
2994 * Makefile.def: check-gold depends upon all-gas.
2995 * Makefile.in: Rebuild.
2996
2997 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2998
2999 * Makefile.def: all-lto-plugin depends on all-libiberty.
3000 set bootstrap=true for lto-plugin.
3001 Add lto-plugin.
3002 * Makefile.in: Regenerate.
3003 * configure.ac (host_libs): Add lto-plugin.
3004 * configure: Regenerate.
3005
3006 2009-10-03 Diego Novillo <dnovillo@google.com>
3007
3008 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3009 (HOST_LIBELFLIBS): Define.
3010 (HOST_LIBELFINC): Define.
3011 * Makefile.in: Regenerate.
3012 * configure.ac: Add --enable-lto.
3013 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3014 If --enable-lto is used, add 'lto' to new_enable_languages.
3015 If --enable-lto is used and gold is enabled, add
3016 lto-plugin to configdirs.
3017 * configure: Regenerate.
3018
3019 2009-10-03 Simon Baldwin <simonb@google.com>
3020
3021 * configure.ac: If --with-system-zlib, suppress local zlib and
3022 pass --with-system-zlib to subdir configure scripts.
3023 * configure: Regenerate.
3024
3025 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3026 Paolo Bonzini <bonzini@gnu.org>
3027
3028 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3029 $(srcdir).
3030 * Makefile.in: Rebuilt.
3031
3032 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3033
3034 Sync from gcc:
3035 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3036
3037 * configure.ac: Update minimum MPC version to 0.7.
3038 * configure: Regenerate.
3039
3040 2009-09-25 Nick Clifton <nickc@redhat.com>
3041
3042 * configure.ac: Pass any --cache-file=/dev/null option on to
3043 subconfigures.
3044 * configure: Regenerate.
3045
3046 2009-09-23 Nick Clifton <nickc@redhat.com>
3047
3048 * config.sub, config.guess: Update from upstream sources.
3049
3050 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3051
3052 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3053 * Makefile.in: Rebuilt.
3054
3055 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3056
3057 PR bootstrap/32272
3058 * configure.ac: Error out if $srcdir isn't '.' but contains
3059 host-${host_noncanonical}.
3060 * configure: Regenerate.
3061
3062 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3063
3064 * configure.ac: If bootstrapping a combined tree with
3065 --enable-gold, require c++ in stage1_languages.
3066 * configure: Regenerate.
3067
3068 * configure.ac: Also add target_libs of stage1_languages to
3069 bootstrap_target_libs.
3070 * configure: Regenerate.
3071
3072 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3073 with --enable-languages not containing c++.
3074 * configure: Regenerate.
3075
3076 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3077
3078 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3079 * configure: Regenerate.
3080
3081 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3082
3083 * configure.ac: Do not use $extrasub for replacing @if/@endif
3084 parts in Makefile; instead, use additional arguments to
3085 AC_CONFIG_COMMANDS to do the replacement manually, with several
3086 sed invocations, to avoid HP-UX sed command limits.
3087 * configure: Regenerate.
3088
3089 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3090
3091 * configure.ac (with-build-config): Document. Handle without.
3092 Handle missing argument.
3093 * configure: Rebuilt.
3094
3095 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3096
3097 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3098 Default to bootstrap-debug only if compare-debug works.
3099 * configure: Rebuilt.
3100 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3101 * Makefile.in: Rebuilt.
3102
3103 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3104
3105 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3106 * Makefile.in: Rebuilt.
3107
3108 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3109
3110 * Makefile.tpl (AWK): Fix typo.
3111 * Makefile.in: Regenerate.
3112
3113 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3114
3115 * configure.ac: Detect awk and sed.
3116 * Makefile.def (flags_to_pass): Add AWK and SED.
3117 * Makefile.tpl (AWK, SED): New.
3118 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3119 * configure: Regenerate.
3120 * Makefile.in: Regenerate.
3121
3122 2009-09-01 Tristan Gingold <gingold@adacore.com>
3123
3124 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3125 Remove logical names.
3126
3127 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3128
3129 * ltmain.sh (func_normal_abspath): New function.
3130 (func_relative_path): Likewise.
3131 (func_mode_help): Document new -bindir option for link mode.
3132 (func_mode_link): Add new -bindir option, and use it to place
3133 output DLL if specified.
3134
3135 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3136
3137 * configure.ac (AC_PREREQ): Bump to 2.64.
3138
3139 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3140
3141 * README-maintainer-mode: Point directly to upstream locations
3142 for autoconf, automake, libtool, gettext, instead of copies on
3143 sources.redhat.com. Document required versions.
3144 * configure.ac: Do not substitute datarootdir, htmldir,
3145 pdfdir, docdir. Do not process --with-datarootdir,
3146 --with-htmldir, --with-pdfdir, --with-docdir.
3147 * configure: Regenerate.
3148
3149 * configure: Regenerate.
3150
3151 * compile: Sync from Automake 1.11.
3152 * depcomp: Likewise.
3153 * install-sh: Likewise.
3154 * missing: Likewise.
3155 * mkinstalldirs: Likewise.
3156 * ylwrap: Likewise.
3157
3158 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3159
3160 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3161 (baseargs): Add --disable-option-checking.
3162 * configure: Regenerate.
3163
3164 * Makefile.def (configure-target-libiberty): Depend on
3165 all-binutils and all-ld.
3166 (configure-target-newlib): Likewise.
3167 * Makefile.in: Regenerate.
3168
3169 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3170
3171 Sync with GCC, merge:
3172
3173 2009-07-31 Christian Bruel <christian.bruel@st.com>
3174
3175 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3176 * configure: Regenerate.
3177
3178 2009-07-06 Ian Lance Taylor <iant@google.com>
3179
3180 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3181 * configure: Rebuild.
3182
3183 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3184
3185 PR bootstrap/40338
3186 * configure.ac (comparestring): Create new variable.
3187 * Makefile.tpl (comparestring): Use to skip some comparisions.
3188 * configure: Regenerate.
3189 * Makefile.in: Regenerate.
3190
3191 2009-06-23 Ian Lance Taylor <iant@google.com>
3192
3193 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3194 boot_languages. Only bootstrap target libraries listed in
3195 target_libs for some boot language. Add --with-stage1-ldflags,
3196 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3197 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3198 if not building with C++.
3199 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3200 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3201 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3202 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3203 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3204 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3205 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3206 * configure, Makefile.in: Rebuild.
3207
3208 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3209
3210 * configure.ac: Detect MPC in default directory.
3211 * configure: Regenerate.
3212
3213 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3214
3215 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3216 to noconfdirs.
3217 * configure: Regenerate.
3218
3219 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3220
3221 * Makefile.def: Add MPC support and dependencies.
3222 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3223
3224 * Makefile.in, configure: Regenerate.
3225
3226 2009-05-24 Nicolas Roche <roche@adacore.com>
3227
3228 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3229 * Makefile.in: Regenerate.
3230
3231 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3232
3233 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3234 * configure: Regenerate.
3235
3236 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3237
3238 * configure.ac ($with_ppl): Default to no if not supplied.
3239 ($with_cloog): Likewise.
3240 configure: Regenerate.
3241
3242 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3243
3244 PR bootstrap/39739
3245 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3246 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3247
3248 * configure, Makefile.in: Regenerate.
3249
3250 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3251
3252 * configure.ac: Change copyright header to refer to version
3253 3 of the GNU General Public License and to point readers at the
3254 COPYING3 file and the FSF's license web page.
3255 * Makefile.def: Likewise.
3256 * Makefile.tpl: Likewise.
3257 * Makefile.in: Regenerate.
3258
3259 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3260
3261 * configure.ac: Restore match for darwin9 or later. Use double
3262 brackets since regeneration eats one pair.
3263 * configure: Regenerate.
3264
3265 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3266
3267 * MAINTAINERS: Perform some obvious fixups.
3268
3269 2009-08-17 Ben Elliston <bje@au.ibm.com>
3270
3271 * config.sub, config.guess: Update from upstream sources.
3272
3273 2009-08-06 Michael Eager <eager@eagercon.com>
3274
3275 * configure.ac: Add Microblaze target.
3276 * configure: Regenerate.
3277
3278 2009-07-02 Tristan Gingold <gingold@adacore.com>
3279
3280 * configure.ac: Do not exclude gas for i386-*-darwin.
3281 Add a case for x86_64-*-darwin.
3282 * configure: Regenerate.
3283
3284 2009-06-26 Doug Evans <dje@sebabeach.org>
3285
3286 * Makefile.def (host_modules): Add cgen.
3287 * Makefile.in: Regenerate.
3288 * configure.ac (host_tools): Add cgen.
3289 * configure: Regenerate.
3290
3291 2009-06-17 Michael Eager <eager@eagercon.com>
3292
3293 * COPYING.LIBGLOSS: Add Xilinx license.
3294
3295 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3296
3297 * configure.ac: Define is_elf for QNX Neutrino targets.
3298 * configure: Regenerate.
3299
3300 2009-06-03 Jerome Guitton <guitton@adacore.com>
3301 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3302
3303 * Makefile.tpl (all): Avoid a trailing backslash.
3304 * Makefile.in: Regenerate.
3305
3306 2009-06-03 Ben Elliston <bje@au.ibm.com>
3307
3308 * config.sub, config.guess: Update from upstream sources.
3309
3310 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3311
3312 * Makefile.tpl ([+compare-target+]): Compare all stage
3313 directories, rather than just gcc.
3314 * Makefile.in: Rebuilt.
3315
3316 2009-05-28 Doug Kwan <dougkwan@google.com>
3317
3318 * configure.ac: Support gold for target arm*-*-*.
3319 * configure: Regenerate.
3320
3321 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3322
3323 * Makefile.tpl (all): Avoid harmless warning in make all when
3324 gcc-bootstrap is enabled but stage_last does not exist.
3325 * Makefile.in: Rebuilt.
3326
3327 2009-05-25 Tristan Gingold <gingold@adacore.com>
3328
3329 * setup.com: Complete the file with configuration and build.
3330
3331 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3332
3333 PR other/40159
3334 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3335 gcc-no-bootstrap are mutually exclusive.
3336 * Makefile.in: Rebuilt.
3337
3338 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3339
3340 PR other/40159
3341 * Makefile.tpl (all): Don't end with unconditional success.
3342 * Makefile.in: Rebuilt.
3343
3344 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3345
3346 PR target/37137
3347 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3348 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3349 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3350 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3351 stage_configureflags, stage_cflags and stage_libcflags into
3352 explicit Makefile macros.
3353 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3354 GFORTRAN.
3355 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3356 CC. Set CC_FOR_BUILD from CC.
3357 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3358 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3359 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3360 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3361 and GFORTRAN.
3362 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3363 (_LIBCFLAGS): Renamed to _TFLAGS.
3364 (do-compare-debug, do-compare3-debug): Drop.
3365 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3366 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3367 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3368 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3369 (XGCC_FLAGS_FOR_TARGET): New.
3370 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3371 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3372 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3373 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3374 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3375 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3376 TFLAGS.
3377 (BUILD_CONFIG): Include if requested.
3378 (all): Set TFLAGS on bootstrap.
3379 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3380 (all-stageid-prefixmodule): Likewise.
3381 (do-clean, distclean-stageid): Set TFLAGS.
3382 (restrap): Fix whitespace.
3383 * Makefile.in: Rebuilt.
3384
3385 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3386
3387 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3388 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3389 * Makefile.in: Regenerate.
3390
3391 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3392
3393 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3394 consistency with config.sub. (Update from upstream sources.)
3395
3396 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3397
3398 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3399
3400 2009-04-17 Ben Elliston <bje@au.ibm.com>
3401
3402 * config.sub, config.guess: Update from upstream sources.
3403
3404 2009-04-15 Anthony Green <green@moxielogic.com>
3405
3406 * configure.ac: Add moxie support.
3407 * configure: Rebuilt.
3408
3409 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3410
3411 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3412 * configure: Regenerate.
3413
3414 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3415
3416 PR gas/10039
3417 * configure.ac: Require texinfo 4.7.
3418 * configure: Regenerated.
3419
3420 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3421
3422 * Makefil.def (languages): New entries.
3423 * Makefile.tpl (check-gcc-*): New generic target.
3424 * Makefile.in: Regenerate.
3425
3426 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3427
3428 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3429 Windows builds of Sed.
3430
3431 2009-03-18 Tom Tromey <tromey@redhat.com>
3432
3433 * configure: Rebuild.
3434 * configure.ac (host_libs): Add libiconv.
3435 * Makefile.in: Rebuild.
3436 * Makefile.def (host_modules): Add libiconv.
3437 (configure-gdb, all-gdb): Depend on libiconv.
3438
3439 2009-03-16 Tristan Gingold <gingold@adacore.com>
3440
3441 * configure.ac: Treat gdb as supported on x86_64-darwin.
3442 * configure: Regenerate.
3443
3444 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3445
3446 Merge from GCC:
3447
3448 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3449
3450 * configure.ac (--with-host-libstdcxx): New option.
3451 * configure: Regenerate.
3452
3453 2009-01-29 Robert Millan <rmh@aybabtu.com>
3454
3455 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3456 * configure: Regenerate.
3457
3458 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3459
3460 PR tree-optimization/38515
3461 * configure.ac (cloog-polylib): Removed.
3462 (with_ppl, with_cloog): Test for "no".
3463 * configure: Regenerated.
3464
3465 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3466
3467 Backport from git Libtool:
3468
3469 2009-01-19 Robert Millan <rmh@aybabtu.com>
3470 Support GNU/kOpenSolaris.
3471 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3472 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3473 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3474 GNU/kOpenSolaris.
3475
3476 2009-02-05 Andreas Schwab <schwab@suse.de>
3477
3478 * Makefile.tpl (stage_last): Define $r and $s before using
3479 $(RECURSE_FLAGS_TO_PASS).
3480 * Makefile.in: Regenerate
3481
3482 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3483
3484 * COPYING.NEWLIB: Add ARM license.
3485
3486 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3487
3488 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3489 (all-opcodes): Depend on all-libiberty.
3490 * Makefile.in: Regenerate.
3491
3492 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3493
3494 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3495 * configure: Regenerate.
3496
3497 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3498
3499 Backport link test fix from upstream Libtool:
3500
3501 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3502 Add cache variables to tests that require the linker to work.
3503 For shlibpath_overrides_runpath, this also changes the semantics
3504 to let the result from the C compiler take precedence.
3505 compiler take precedence.
3506
3507 2008-12-02 Ben Elliston <bje@au.ibm.com>
3508
3509 * config.sub, config.guess: Update from upstream sources.
3510
3511 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3512
3513 * COPYING.NEWLIB: Updated.
3514 * COPYING.LIBGLOSS: Ditto.
3515
3516 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3517
3518 Sync with GCC:
3519
3520 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3521
3522 * configure.ac (ppllibs): Add by default the lib flags.
3523 * configure: Regenerate.
3524
3525 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3526
3527 * configure.ac: Add double brackets on darwin[912].
3528 * configure: Regenerate.
3529
3530 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3531
3532 * configure.ac: Expand to darwin10 and later.
3533 * configure: Regenerate.
3534
3535 2008-12-02 Andreas Schwab <schwab@suse.de>
3536
3537 * Makefile.def: configure-target-boehm-gc depends on
3538 all-target-libstdc++-v3.
3539 * Makefile.in: Regenerate.
3540
3541 2008-12-02 Ben Elliston <bje@au.ibm.com>
3542
3543 * config.sub, config.guess: Update from upstream sources.
3544
3545 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3546
3547 Merge from GCC:
3548
3549 2007-12-02 Matthias Klose <doko@ubuntu.com>
3550
3551 * config-ml.in: Remove 64bit configure tests.
3552
3553 2008-05-14 Rafael Espindola <espindola@google.com>
3554
3555 * config-ml.in: don't handle --enable-shared and --enable-static.
3556
3557 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3558 Tobias Grosser <grosser@fim.uni-passau.de>
3559 Jan Sjodin <jan.sjodin@amd.com>
3560 Harsha Jagasia <harsha.jagasia@amd.com>
3561 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3562 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3563 Adrien Eliche <aeliche@isty.uvsq.fr>
3564
3565 Merge from graphite branch.
3566 * configure: Regenerate.
3567 * Makefile.in: Regenerate.
3568 * configure.ac (host_libs): Add ppl and cloog.
3569 Add checks for PPL and CLooG.
3570 * Makefile.def (ppl, cloog): Added modules and dependences.
3571 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3572 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3573
3574 2008-09-03 Richard Guenther <rguenther@suse.de>
3575
3576 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3577 cloog test.
3578 * configure: Re-generate.
3579
3580 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3581
3582 * configure.ac (--with-cloog-polylib): New.
3583 (--disable-cloog-version-check): New.
3584 (--disable-ppl-version-check): New.
3585 * configure: Re-generate.
3586
3587 2008-09-05 Richard Guenther <rguenther@suse.de>
3588
3589 * configure.ac: Initialize clooglibs to -lcloog.
3590 * configure: Re-generate.
3591
3592 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3593
3594 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3595 recommended version to 2.3.2.
3596
3597 * configure: Regenerate.
3598
3599 2008-10-31 Ben Elliston <bje@au.ibm.com>
3600
3601 * configure.ac (spu-*-*): Remove special case.
3602 * configure: Regenerate.
3603
3604 Complete comment text from GCC version of:
3605
3606 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3607
3608 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3609 (GCC_SHLIB_SUBDIR): New.
3610 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3611 * configure: Regenerate.
3612 * Makefile.in: Regenerate.
3613
3614 2008-11-27 Tristan Gingold <gingold@adacore.com>
3615
3616 * configure.ac: Build gdb for i?86-*-darwin*
3617 * configure: Regenerated.
3618
3619 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3620
3621 PR bootstrap/38014
3622 PR bootstrap/37923
3623
3624 Revert:
3625
3626 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3627
3628 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3629 * Makefile.in: Regenerated.
3630
3631 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3632
3633 PR gdb/921
3634 PR gdb/1646
3635 PR gdb/2175
3636 PR gdb/2176
3637
3638 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3639 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3640 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3641 (HOST_EXPORTS): Pass CPPFLAGS.
3642 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3643 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3644 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3645 * Makefile.in, configure: Regenerated.
3646 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3647 and CPPFLAGS_FOR_BUILD.
3648
3649 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3650
3651 * configure.ac [spu-*-*]: Do not set skipdirs.
3652 * configure: Re-generate.
3653
3654 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3655
3656 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3657 * Makefile.in: Regenerated.
3658
3659 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3660
3661 PR gdb/921
3662 PR gdb/1646
3663 PR gdb/2175
3664 PR gdb/2176
3665
3666 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3667 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3668 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3669 (HOST_EXPORTS): Pass CPPFLAGS.
3670 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3671 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3672 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3673 * Makefile.in, configure: Regenerated.
3674 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3675 and CPPFLAGS_FOR_BUILD.
3676
3677 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3678
3679 * libtool.m4: Update to libtool 2.2.6.
3680 * lt~obsolete.m4: Update to libtool 2.2.6.
3681 * ltmain.sh: Update to libtool 2.2.6.
3682 * ltsugar.m4: Update to libtool 2.2.6.
3683 * ltversion.m4: Update to libtool 2.2.6.
3684 * ltoptions.m4: Update to libtool 2.2.6.
3685 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3686
3687 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3688
3689 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3690 (GCC_SHLIB_SUBDIR): New.
3691 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3692 * configure: Regenerate.
3693 * Makefile.in: Regenerate.
3694
3695 2008-08-28 Tristan Gingold <gingold@adacore.com>
3696
3697 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3698 Enable bfd, binutils and opcodes.
3699 * configure: Regenerate.
3700
3701 2008-08-16 Nicolas Roche <roche@adacore.com>
3702
3703 * Makefile.tpl: Add BOOT_ADAFLAGS.
3704 * Makefile.in: Regenerate.
3705
3706 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3707
3708 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3709 * configure: Regenerate.
3710
3711 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3712
3713 Sync with gcc:
3714 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3715
3716 * configure.ac: Add makefile fragments for hpux.
3717 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3718 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3719 * configure: Regenerate.
3720 * Makefile.in: Regenerate.
3721
3722 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3723
3724 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3725 * Makefile.in: Regenerate.
3726 * configure: Regenerate.
3727
3728 2008-06-18 Ian Lance Taylor <iant@google.com>
3729
3730 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3731
3732 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3733
3734 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3735
3736 * configure: Regenerate.
3737
3738 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3739
3740 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3741 "$@" is still intact with both Autoconf 2.59 and 2.62.
3742 * configure: Regenerate.
3743
3744 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3745
3746 * Makefile.tpl: Fix comment errors.
3747 * Makefile.in: Regenerate.
3748
3749 2008-06-13 Julian Brown <julian@codesourcery.com>
3750
3751 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3752 of libobjc for ARM EABI Linux.
3753 * configure: Regenerate.
3754
3755 2008-06-12 David S. Miller <davem@davemloft.net>
3756 David Edelsohn <edelsohn@gnu.org>
3757
3758 * configure.ac: Add powerpc*-*-* to gold supported targets.
3759 * configure: Regenerate.
3760
3761 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3762
3763 PR tree-optimization/36218
3764 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3765 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3766 (all prefix="build-"): Pass them to build-system sub-makes.
3767 * Makefile.in: Regenerate.
3768
3769 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3772 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3773 mkdep, and compile. Update comments.
3774 (ETC_SUPPORT): Add ChangeLog and update comments.
3775
3776 2008-05-11 Ian Lance Taylor <iant@google.com>
3777
3778 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3779
3780 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3781
3782 Sync with gcc:
3783 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3784
3785 PR bootstrap/35457
3786 * configure.ac: Include override.m4.
3787 * configure: Regenerate.
3788
3789 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3790
3791 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3792 * Makefile.in: Regenerate.
3793
3794 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3795
3796 * configure.ac: Do not build libssp for the AVR.
3797 * configure: Regenerate.
3798
3799 2008-04-18 Nick Clifton <nickc@redhat.com>
3800
3801 * MAINTAINERS: Replace reference to configure.in with reference to
3802 configure.ac.
3803
3804 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3805
3806 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3807 as nonconfigurable directories list.
3808 * configure: Regenerate.
3809
3810 2008-04-14 David S. Miller <davem@davemloft.net>
3811
3812 * configure.ac: Add sparc*-*-* to gold supported targets.
3813 * configure: Regenerate.
3814
3815 2008-04-14 Ben Elliston <bje@au.ibm.com>
3816
3817 * config.sub, config.guess: Update from upstream sources.
3818
3819 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3820
3821 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3822 * Makefile.in: Regenerate.
3823
3824 2008-04-07 Ian Lance Taylor <iant@google.com>
3825
3826 * Makefile.def: check-gold depends upon all-binutils.
3827 * Makefile.in: Regenerate.
3828
3829 2008-04-04 Nick Clifton <nickc@redhat.com>
3830
3831 PR binutils/4334
3832 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3833 builds.
3834 * configure: Regenerate.
3835
3836 2008-04-04 NightStrike <NightStrike@gmail.com>
3837
3838 PR other/35151
3839 * configure.ac: Combine rules for mingw32 and mingw64.
3840 * configure: Regenerate.
3841
3842 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3843
3844 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3845 * Makefile.in: Regenerate.
3846
3847 2008-03-20 Ian Lance Taylor <iant@google.com>
3848
3849 * configure.ac: Add support for --enable-gold.
3850 * Makefile.def: Add gold as a directory like ld.
3851 * configure, Makefile.in: Regenerate.
3852
3853 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3854
3855 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3856 (s390_cond_extensions): Reduced extensions to the compare related.
3857 (main): z10 cpu type option added.
3858 (expandConditionalJump): Renamed to ...
3859 (insertExpandedMnemonic): ... this.
3860
3861 * opcodes/s390-opc.c: Re-group the operand format makros.
3862 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3863 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3864 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3865 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3866 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3867 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3868 INSTR_SIL_RDU): New instruction formats added.
3869 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3870 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3871 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3872 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3873 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3874 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3875 masks added.
3876 (s390_opformats): New formats added "ris", "rrs", "sil".
3877 * opcodes/s390-opc.txt: Add the conditional jumps with the
3878 extensions removed from automatic expansion in s390-mkopc.c manually.
3879 (asi - trtre): Add new System z10 EC instructions.
3880 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3881
3882 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3883
3884 * configure.ac: m4_include config/proginstall.m4.
3885 * configure: Regenerate.
3886
3887 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3888
3889 Backport from upstream Libtool:
3890
3891 2007-10-12 Eric Blake <ebb9@byu.net>
3892
3893 Deal with Autoconf 2.62's semantic change in m4_append.
3894 * ltsugar.m4 (lt_append): Replace broken versions of
3895 m4_append.
3896 (lt_if_append_uniq): Don't require separator to be overquoted,
3897 and avoid broken m4_append.
3898 (lt_dict_add): Fix typo.
3899 * libtool.m4 (_LT_DECL): Don't overquote separator.
3900
3901 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3902
3903 * config.rpath: Add AIX 6 support.
3904
3905 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3906
3907 * Makefile.def (stageprofile). Remove -fprofile-generate
3908 from stage_libcflags.
3909 * Makefile.in: Regenerate.
3910
3911 2008-03-13 Ben Elliston <bje@au.ibm.com>
3912
3913 * config.sub, config.guess: Update from upstream sources.
3914
3915 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3916
3917 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3918 * s390-opc.txt (cmpsc): Duplicate entry removed.
3919 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3920 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3921 fier, cu42, cu41): Fix operand format.
3922
3923 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3924
3925 PR bootstrap/32009
3926 PR bootstrap/32161
3927
3928 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3929 * configure: Regenerate.
3930
3931 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3932 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3933 STAGE4_LIBCFLAGS): New.
3934 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3935 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3936 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3937 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3938 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3939 for target modules. Don't export LIBCFLAGS.
3940 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3941 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3942 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3943 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3944 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3945 * Makefile.in: Regenerate.
3946
3947 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3948
3949 PR libgcj/33085
3950 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3951 Do not use -DDLL_EXPORT. Backport from upstream.
3952
3953 2008-02-14 Nick Clifton <nickc@redhat.com>
3954
3955 Import this patch from gcc:
3956 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3957
3958 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3959
3960 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3961
3962 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3963 * configure: Regenerate.
3964
3965 2008-01-31 Marc Gauthier <marc@tensilica.com>
3966
3967 * configure.ac (xtensa*-*-*): Recognize processor variants.
3968 * configure: Regenerate.
3969
3970 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3971
3972 PR bootstrap/34922
3973 * configure.ac (PARSE_ARGS): Push suitable setting of
3974 ac_subdirs_all, for `./configure --help=recursive'.
3975 Handle `+' in generic toplevel directory disabling.
3976 * configure: Regenerate.
3977
3978 2008-01-23 Ben Elliston <bje@au.ibm.com>
3979
3980 * config.sub, config.guess: Update from upstream sources.
3981
3982 2008-01-08 Ben Elliston <bje@au.ibm.com>
3983
3984 * config.sub, config.guess: Update from upstream sources.
3985
3986 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3987
3988 * COPYING.LIBGLOSS: Update default copyright.
3989
3990 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3991
3992 * COPYING.NEWLIB: Update default copyright.
3993
3994 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3995
3996 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3997 Change recommended MPFR from 2.2.1 > 2.3.0.
3998 * configure: Regenerate.
3999
4000 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4001
4002 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4003 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4004 * Makefile.in: Regenerate.
4005
4006 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4007
4008 * configure.ac: Enable libjava for x86_64-*-darwin9.
4009 * configure: Regenerate.
4010
4011 2007-12-05 Ben Elliston <bje@au.ibm.com>
4012
4013 * config.sub, config.guess: Update from upstream sources.
4014
4015 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4016
4017 * config-ml.in: Robustify against white space in absolute file
4018 names.
4019
4020 * config-ml.in (multi-clean): Substitute ${Makefile}.
4021 Remove superfluous ${Makefile} in list.
4022
4023 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * Makefile.def (dependencies): Make configure-gdb depend on
4026 all-intl.
4027 * Makefile.in: Regenerated.
4028
4029 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4030
4031 * Makefile.def: To avoid problems running with parallel makes,
4032 build newlib before libgloss so that target specific header
4033 files are availble.
4034 * Makefile.in: Regenerate.
4035
4036 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4037
4038 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4039 * Makefile.in: Regenerate.
4040
4041 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4042
4043 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4044 * libdecnumber: New directory, imported from GCC.
4045
4046 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4047
4048 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4049 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4050 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4051 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4052 * configure: Regenerate.
4053
4054 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4055
4056 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4057 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4058 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4059 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4060 * configure.ac: Default them to host tools for $host = $build.
4061 Subst them.
4062
4063 * configure: Regenerate.
4064 * Makefile.in: Regenerate.
4065
4066 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4067
4068 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4069 * configure: Regenerate.
4070
4071 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4072
4073 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4074 libstdc++.
4075 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4076 * configure: Regenerate.
4077 * Makefile.in: Regenerate.
4078
4079 2007-09-17 Andreas Schwab <schwab@suse.de>
4080
4081 * configure.ac: Raise minimum makeinfo version to 4.6.
4082 * configure: Regenerate.
4083
4084 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4085
4086 * configure.ac: Correct makeinfo version check.
4087 * configure: Regenerate.
4088
4089 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4090
4091 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4092 to $skipdirs and only disable gprof for newlib. Use the normal
4093 mips*-elf* handling in other respects.
4094 * configure: Regnerate.
4095
4096 2007-09-12 David Daney <ddaney@avtrex.com>
4097
4098 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4099 enabling libgcj.
4100 * configure: Regenerate.
4101
4102 2007-09-12 Richard Guenther <rguenther@suse.de>
4103
4104 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4105 nor --disable-checking is provided also turn on yes and types
4106 checking for stage1.
4107 * configure: Re-generate.
4108
4109 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4110
4111 PR target/33281
4112 * configure.ac: Use config/mh-mingw on mingw.
4113 * configure: Regenerate.
4114
4115 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4116
4117 PR other/32154
4118 * configure.ac: For libgloss targets, point the linker to the linker
4119 script, startup code and simulator library.
4120 * configure: Regenerate.
4121
4122 2007-09-09 Andrew Haley <aph@redhat.com>
4123
4124 * configure.ac (noconfigdirs): Remove target-libffi and
4125 target-libjava.
4126
4127 2007-08-29 Nick Clifton <nickc@redhat.com>
4128
4129 * config.sub, config.guess: Update from upstream sources.
4130
4131 2007-08-21 Richard Guenther <rguenther@suse.de>
4132
4133 * configure.ac: Add types checking to stage1 checking flags.
4134 * configure: Regenerate.
4135
4136 2007-08-18 Paul Brook <paul@codesourcery.com>
4137 Joseph Myers <joseph@codesourcery.com>
4138
4139 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4140 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4141 * Makefile.in: Regenerate.
4142 * configure.ac (--with-debug-prefix-map): New.
4143 * configure: Regenerate.
4144
4145 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4146 Nigel Stephens <nigel@mips.com>
4147
4148 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4149 as target_makefile_frag.
4150 * configure: Regenerate.
4151
4152 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4153
4154 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4155 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4156 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4157 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4158 (do-compare, do-compare3, do-compare-debug): New.
4159 ([+compare-target+]): Use them.
4160
4161 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4162
4163 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4164 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4165 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4166 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4167 (do-compare, do-compare3, do-compare-debug): New.
4168 ([+compare-target+]): Use them.
4169
4170 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4171 Ben Elliston <bje@au.ibm.com>
4172
4173 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4174 --silent if $silent.
4175 * configure: Regenerate.
4176
4177 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4178
4179 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4180
4181 2007-07-17 Nick Clifton <nickc@redhat.com>
4182
4183 * COPYING3: New file. Contains version 3 of the GNU General
4184 Public License.
4185 * COPYING3.LIB: New file. Contains version 3 of the GNU
4186 Lesser General Public License.
4187
4188 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4189
4190 * configure.ac: Fix my previous change to really match GCC.
4191 * configure: Regenerate.
4192
4193 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4194
4195 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4196 * configure: Regenerate.
4197
4198 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4199
4200 * configure.ac: Add some missing m4 quotation.
4201 * configure: Regenerate.
4202
4203 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4204
4205 * Makefile.def: Add windmc tool to build.
4206 * Makefile.tpl: Likewise.
4207 * configure.ac: Likewise.
4208 * Makefile.in: Regenerate.
4209 * configure: Regenerate.
4210
4211 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4212
4213 * lt~obsolete.m4: New. Import from 20070318 libtool.
4214
4215 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4216
4217 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4218 uclinux and linux-uclibc targets.
4219 * configure: Regenerate.
4220
4221 2007-06-28 DJ Delorie <dj@redhat.com>
4222
4223 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4224 not building newlib.
4225 * configure: Regenerated.
4226
4227 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * src-release (DEVO_SUPPORT): Correct typos.
4230
4231 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4232
4233 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4234 * Makefile.in: Regenerated.
4235
4236 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4237
4238 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4239 (distclean-stage[+id+]): Possibly delete stage_last.
4240 * Makefile.in: Regenerate.
4241
4242 2007-06-07 Ben Elliston <bje@au.ibm.com>
4243
4244 * config.sub, config.guess: Update from upstream sources.
4245
4246 2007-06-07 Ben Elliston <bje@au.ibm.com>
4247
4248 * Makefile.tpl: Fix spelling error.
4249 * Makefile.in: Regenerate.
4250
4251 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4252
4253 Sync with gcc:
4254 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4255
4256 PR bootstrap/29382
4257 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4258 * configure: Rebuilt.
4259
4260 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4261
4262 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4263 lt_cv_sys_max_cmd_len.
4264
4265 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4266
4267 * ltgcc.m4: Update from GCC.
4268
4269 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4270
4271 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4272
4273 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4274
4275 * ltmain.sh: Update from GCC.
4276 * libtool.m4: Update from GCC.
4277 * ltsugar.m4: New. Update from GCC.
4278 * ltversion.m4: New. Update from GCC.
4279 * ltoptions.m4: New. Update from GCC.
4280 * ltconfig: Remove.
4281 * ltcf-c.sh: Remove.
4282 * ltcf-cxx.sh: Remove.
4283 * ltcf-gcj.sh: Remove.
4284 * src-release: Update with new libtool file list.
4285
4286 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4287
4288 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4289 stage_cflags.
4290 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4291 Remove CFLAGS/LIBCFLAGS.
4292 (configure-stage[+id+]-[+prefix+][+module+],
4293 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4294 * Makefile.in: Regenerate.
4295
4296 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4297
4298 * config-ml.in: Update from GCC.
4299
4300 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4301
4302 * src-release (do-proto-toplev): Process the support directories before
4303 the tool directory.
4304
4305 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4306
4307 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4308 of glob. Quote arguments with single quotes too.
4309 * configure: Regenerate.
4310
4311 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4312
4313 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4314 * Makefile.in: Regenerate
4315
4316 2007-03-07 Andreas Schwab <schwab@suse.de>
4317
4318 * configure: Regenerate.
4319
4320 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4321
4322 * configure.ac: Add "--with-pdfdir" configure option,
4323 which defines pdfdir variable.
4324 * Makefile.def (target=fixincludes): Add install-pdf to
4325 missing targets.
4326 (recursive_targets): Add install-pdf target.
4327 (flags_to_pass): Add pdfdir.
4328 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4329 target.
4330 * configure: Regenerate
4331 * Makefile.in: Regenerate
4332
4333 2007-02-28 Eric Christopher <echristo@apple.com>
4334
4335 Revert:
4336 2006-12-07 Mike Stump <mrs@apple.com>
4337
4338 * Makefile.def (dependencies): Add dependency for
4339 install-target-libssp and install-target-libgomp on
4340 install-gcc.
4341 * Makefile.in: Regenerate.
4342
4343 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4344
4345 * configure: Regenerate.
4346 * configure.ac: Move statements after variable declarations.
4347
4348 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4349
4350 * configure.ac: Adjust for loop syntax.
4351 * configure: Regenerate.
4352
4353 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4354
4355 * configure: Rebuilt.
4356
4357 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4358
4359 * configure.ac: Drop multiple occurrences of --enable-languages,
4360 and fix its quoting.
4361 * configure: Rebuilt.
4362
4363 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4364 Nathan Sidwell <nathan@codesourcery.com>
4365 Vladimir Prus <vladimir@codesourcery.com
4366 Joseph Myers <joseph@codesourcery.com>
4367
4368 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4369 * configure: Regenerate.
4370
4371 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * configure.ac (target_libraries): Move libgcc before libiberty.
4374 * configure: Regenerated.
4375
4376 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * configure: Regenerate again?
4379
4380 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * configure: Reapply PR30748 fix which was lost in the previous commit.
4383
4384 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4385 Paolo Bonzini <bonzini@gnu.org>
4386
4387 PR bootstrap/30753
4388 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4389 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4390 * configure: Regenerated.
4391
4392 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4393
4394 * configure: Regenerate.
4395
4396 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4397
4398 PR bootstrap/30748
4399 * configure.ac: Correct syntax for Solaris ksh.
4400 * configure: Regenerated.
4401
4402 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4403
4404 * Makefile.def: Sync with GCC.
4405 * Makefile.tpl: Sync with GCC.
4406 * Makefile.in: Regenerate.
4407 * configure: Regenerate.
4408
4409 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4410
4411 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4412 noncanonical equivalents.
4413 * configure.in: Rename to...
4414 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4415 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4416 target_noncanonical. Use them. Rewrite removal of configure
4417 arguments for autoconf 2.59. Discard variable settings. Force
4418 program_transform_name for native tools.
4419
4420 * Makefile.in: Regenerated.
4421 * configure: Regenerated with autoconf 2.59.
4422
4423 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4424
4425 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4426
4427 * COPYING.LIBGLOSS: Reformat default Red Hat
4428 license to fit within 80 columns.
4429 * COPYING.NEWLIB: Ditto.
4430
4431 2007-02-05 Dave Brolley <brolley@redhat.com>
4432
4433 * Contribute the following changes:
4434 2006-11-28 DJ Delorie <dj@redhat.com>
4435
4436 * configure.in: Fix typo for mep's target_makefile_frag.
4437 * configure: Regenerated.
4438
4439 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4440
4441 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4442 * configure: Regenerate.
4443
4444 2001-09-19 DJ Delorie <dj@redhat.com>
4445
4446 * configure.in (target_makefile_frag): use mt-mep
4447
4448 2001-06-12 Don Howard <dhoward@redhat.com>
4449
4450 * configure.in: Remove gdb from MeP skip list.
4451
4452 2001-04-05 DJ Delorie <dj@redhat.com>
4453
4454 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4455
4456 2001-03-20 Ben Elliston <bje@redhat.com>
4457
4458 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4459
4460 2001-03-19 Ben Elliston <bje@redhat.com>
4461
4462 * config.sub (mep, mep-*): Add.
4463
4464 2007-01-31 Andreas Schwab <schwab@suse.de>
4465
4466 * Makefile.tpl (LDFLAGS): Substitute it.
4467 * Makefile.in: Regenerate.
4468
4469 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4470
4471 * configure.in: Change == to = in test command.
4472 * configure: Regenerate.
4473
4474 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4475 Nick Clifton <nickc@redhat.com>
4476 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4477
4478 * configure.in (build_configargs, host_configargs, target_configargs):
4479 Remove build/host/target parameters.
4480 (host_libs): Add gmp and mpfr.
4481 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4482 * Makefile.def (gmp, mpfr): New.
4483 (gcc): Remove target.
4484 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4485 target_os, target_vendor): New.
4486 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4487 * configure: Regenerate.
4488 * Makefile.in: Regenerate.
4489
4490 2007-01-11 Matt Fago <fago@earthlink.net>
4491
4492 * configure.in: Try to link to functions only in mpfr 2.2.x
4493 to improve robustness of configure tests.
4494 * configure: Regenerate.
4495
4496 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4497
4498 * configure.in: Add support for an x86_64-mingw* target.
4499 * configure: Regenerate.
4500
4501 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4502
4503 * Makefile.tpl (all-target): Correct @if conditional for target
4504 modules.
4505 * configure.in: Omit libiberty if building only target libgcc.
4506 * configure, Makefile.in: Regenerated.
4507
4508 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4509
4510 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4511 * configure: Regenerate.
4512
4513 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4514
4515 * Makefile.def (target_modules): Add libgcc.
4516 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4517 * Makefile.tpl (clean-target-libgcc): Delete.
4518 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4519 on gcc even for bootstrapped modules. Rewrite handling of
4520 lang_env_dependencies to loop over target_modules.
4521 * configure.in (target_libraries): Add target-libgcc.
4522 * Makefile.in, configure: Regenerated.
4523
4524 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4525
4526 Sync with gcc:
4527 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4528
4529 * configure.in: Reorganize recognition of languages. Add
4530 --enable-stage1-languages. Show supported languages for the chosen
4531 target rather than all recognized languages.
4532 * configure: Regenerate.
4533
4534 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4535
4536 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4537 * Makefile.in: Regenerate.
4538
4539 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4540
4541 * configure.in: Warn that MPFR 2.2.0 is buggy.
4542 * configure: Regenerate.
4543
4544 2006-12-27 Ian Lance Taylor <iant@google.com>
4545
4546 * configure.in: When removing Makefiles to force a reconfigure, also
4547 remove prev-DIR*/Makefile.
4548 * configure: Regenerate.
4549
4550 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4551
4552 * config.bfd: Recognize fido.
4553
4554 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4555
4556 Sync with gcc:
4557
4558 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4559
4560 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4561 it only affects bootstrap and could be tested on "$host" as well.
4562 * configure: Regenerate.
4563 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4564
4565 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4566
4567 PR bootstrap/29544
4568 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4569 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4570 move here comment from Makefile.tpl.
4571 * Makefile.tpl: Move some definitions higher in the file.
4572 (STAGE1_CHECKING): New.
4573 * configure.in: Add --enable-stage1-checking.
4574 * configure: Regenerate.
4575 * Makefile.in: Regenerate.
4576
4577 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4578
4579 * configure.in: Update error message for missing GMP/MPFR.
4580
4581 * configure: Regenerate.
4582
4583 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4584
4585 * configure.in: Update MPFR version in error message.
4586
4587 * configure: Regenerate.
4588
4589 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4590
4591 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4592 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4593 --with-gmp-lib): New flags.
4594
4595 * configure: Regenerate.
4596
4597 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4598
4599 PR bootstrap/30134
4600 * configure.in: Correct x86 darwin support for libjava to powerpc
4601 and i?86 only.
4602 * configure: Regenerate.
4603
4604 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4605
4606 * configure.in: Handle spu makefile frag.
4607 * Makefile.tpl (MAINT): Define
4608 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4609 * configure: Regenerate.
4610 * Makefile.in: Regenerate.
4611
4612 2006-12-11 Ben Elliston <bje@au.ibm.com>
4613
4614 * config.sub, config.guess: Update from upstream sources.
4615
4616 2006-12-11 Ben Elliston <bje@au.ibm.com>
4617
4618 * configure.in: Sync with GCC (spu-*-*).
4619 * configure: Sync with GCC.
4620
4621 2006-12-07 Mike Stump <mrs@apple.com>
4622
4623 * Makefile.def (dependencies): Add dependency for
4624 install-target-libssp and install-target-libgomp on
4625 install-gcc.
4626 * Makefile.in: Regenerate.
4627
4628 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4629
4630 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4631 (unstage): Test for stage_last presence.
4632
4633 PR bootstrap/29802
4634 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4635 * Makefile.in: Regenerate.
4636
4637 2006-11-14 DJ Delorie <dj@redhat.com>
4638
4639 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4640 * Makefile.in: Sync with GCC.
4641 * configure.in: Sync with GCC (mpfr, gmp).
4642 * configure: Sync with GCC.
4643
4644 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4645
4646 * configure.in: Remove target-libgloss from noconfigdirs for
4647 bfin-*-*.
4648 * configure: Regenerated.
4649
4650 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4651
4652 * COPYING.NEWLIB: Add spu license.
4653 * COPYING.LIBGLOSS: Ditto.
4654
4655 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4656
4657 * Makefile.def: Added pdf target handling.
4658 * Makefile.tpl: Added pdf target handling.
4659 * Makefile.in: Regenerated.
4660
4661 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4662
4663 * COPYING.NEWLIB: Updated.
4664 * COPYING.LIBGLOSS: Ditto.
4665
4666 2006-09-27 Dave Brolley <brolley@redhat.com>
4667
4668 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4669 $s instead of $r.
4670 * configure: Regenerated.
4671
4672 2006-09-26 Ben Elliston <bje@au.ibm.com>
4673
4674 * config.sub, config.guess: Update from upstream sources.
4675
4676 2006-09-20 Thiemo Seufer <ths@mips.com>
4677
4678 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4679 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4680 * configure: Regenerate.
4681
4682 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4683
4684 * configure.in: Never build newlib for a Mingw host.
4685 Never build newlib as Mingw target library.
4686 Test the existence of winsup/cygwin for building a Cygwin newlib,
4687 rather than just winsup.
4688 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4689 building a Mingw target.
4690 * configure: Regenerate.
4691
4692 2006-08-15 Thiemo Seufer <ths@mips.com>
4693 Nigel Stephens <nigel@mips.com>
4694 David Ung <davidu@mips.com>
4695
4696 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4697
4698 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4699
4700 Sync from GCC:
4701 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4702
4703 PR bootstrap/18058
4704 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4705 if the bootstrap compiler is a GCC version that supports it.
4706 * configure: Regenerate.
4707
4708 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4709
4710 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4711 * configure: Regenerated.
4712
4713 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4714
4715 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4716 for stages after the first.
4717
4718 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4719
4720 * Makefile.def: Add dependencies for configure-opcodes
4721 on configure-intl and all-opcodes on all-intl.
4722 * Makefile.in: Regenerated.
4723
4724 2006-07-04 Peter O'Gorman <peter@pogma.com>
4725
4726 * ltconfig: chmod 644 before ranlib during install.
4727
4728 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4729
4730 * configure.in: Fix thinkos in previous check-in.
4731 * configure: Regenerate.
4732
4733 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4734
4735 Sync from gcc:
4736
4737 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4738
4739 PR other/27063
4740 * configure.in: Test subdir_requires and give an appropriate
4741 error message.
4742 * configure: Regenerate.
4743
4744 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4745
4746 PR target/27540
4747 * configure.in: Only enable libgomp on IRIX 6.
4748 * configure: Regenerate.
4749
4750 2006-06-20 David Ayers <d.ayers@inode.at>
4751
4752 PR bootstrap/28072
4753 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4754 whether target-libjava is being configured instead of whether the
4755 java front end is enabled.
4756 * configure: Regenerate.
4757
4758 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4759
4760 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4761 to R_ARM_LDC_SB_G{0,1,2} respectively.
4762
4763 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4764
4765 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4766 too.
4767 * Makefile.in: Regenerate.
4768
4769 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4770
4771 Sync from gcc:
4772
4773 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4774 * configure.in: Don't enable libgomp on hpux10.
4775 * configure: Rebuilt.
4776
4777 2006-06-13 David Ayers <d.ayers@inode.at>
4778
4779 Sync from gcc:
4780
4781 2006-06-12 David Ayers <d.ayers@inode.at>
4782
4783 PR bootstrap/27963
4784 PR target/19970
4785 * configure.in: Remove target-boehm-gc from noconfigdirs where
4786 ${libgcj} is specified.
4787 * configure: Regenerate.
4788
4789 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4790
4791 Sync from gcc:
4792
4793 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4794 Andreas Schwab <schwab@suse.de>
4795
4796 PR bootstrap/18033
4797 * config-ml.in: Eval option if surrounded by single quotes.
4798
4799 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4800
4801 Sync from gcc:
4802
4803 2006-06-06 David Ayers <d.ayers@inode.at>
4804
4805 PR libobjc/13946
4806 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4807 * Makefile.in: Regenerate.
4808 * configure.in: Add --enable-objc-gc at toplevel and have it
4809 enable boehm-gc for Objective-C.
4810 Remove target-boehm-gc from libgcj.
4811 Add target-boehm-gc to target_libraries.
4812 Add target-boehm-gc to noconfigdirs where ${libgcj}
4813 is specified.
4814 Assert that boehm-gc is supported when requested for Objective-C.
4815 Only build boehm-gc if needed either for Java or Objective-C.
4816 * configure: Regenerate.
4817
4818 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4819
4820 PR 27674
4821 * Makefile.tpl (configure-[+prefix+][+module+],
4822 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4823 Remove rule to unstage bootstrapped modules.
4824 (stage_current): New.
4825 * Makefile.in: Regenerate.
4826
4827 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4828 Andreas Tobler <a.tobler@schweiz.ch>
4829
4830 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4831 * configure: Rebuilt.
4832
4833 Revert
4834 2006-01-31 Richard Guenther <rguenther@suse.de>
4835 Paolo Bonzini <bonzini@gnu.org>
4836
4837 * Makefile.def (target_modules): Add libgcc-math target module.
4838 * configure.in (target_libraries): Add libgcc-math target library.
4839 (--enable-libgcc-math): New configure switch.
4840 * Makefile.in: Re-generate.
4841 * configure: Re-generate.
4842
4843 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4844
4845 * config-ml.in: Alter CCASFLAGS to include special
4846 multilib options the same as is done for CFLAGS.
4847
4848 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * Makefile.def: Added dependencies from sim and gdb on intl, and
4851 added configure dependencies to everything with an all dependency
4852 on intl.
4853 * gettext.m4: Removed.
4854 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4855 (GDB_SUPPORT_DIRS): Add intl.
4856 * Makefile.in: Regenerated.
4857
4858 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * src-release (DEVO_SUPPORT): Add config.rpath.
4861
4862 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4863
4864 * Makefile.def (bfd, opcodes): Fix lib_path.
4865 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4866 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4867 * Makefile.in: Regenerate.
4868
4869 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4870
4871 * configure.in: Enable gprof for cross builds.
4872 * configure: Regenerate.
4873
4874 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * src-release (MAKEINFOFLAGS): Define.
4877 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4878
4879 2006-05-14 Ben Elliston <bje@au.ibm.com>
4880
4881 * config.sub, config.guess: Update from upstream sources.
4882
4883 2006-05-12 Ben Elliston <bje@au.ibm.com>
4884
4885 * config.sub, config.guess: Update from upstream sources.
4886
4887 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4888
4889 * blt, iwidgets, mmalloc: Remove directories.
4890
4891 2006-05-01 DJ Delorie <dj@redhat.com>
4892
4893 * configure.in: Restore CFLAGS if GMP isn't present.
4894 * configure: Regenerate.
4895
4896 2006-04-18 DJ Delorie <dj@redhat.com>
4897
4898 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4899 reference libgloss so that libssp can be built in a combined
4900 tree.
4901 * configure: Regenerate.
4902
4903 2006-04-10 Ben Elliston <bje@au.ibm.com>
4904
4905 * contrib: Remove directory.
4906
4907 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4908
4909 * Makefile.tpl: Add install-html target.
4910 * Makefile.def: Add install-html target.
4911 * Makefile.in: Regenerate.
4912 * configure.in: Add --with-datarootdir, --with-docdir,
4913 and --with-htmldir options.
4914 * configure: Regenerate.
4915
4916 2006-03-31 Ben Elliston <bje@au.ibm.com>
4917
4918 PR binutils/1860
4919 * configure.in: Require makeinfo 4.4 or higher.
4920 * configure: Regenerate.
4921
4922 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4923
4924 * Makefile.in: Regenerate.
4925
4926 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4927
4928 Sync with gcc:
4929 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4930
4931 * configure.in: Handle --disable-<component> generically.
4932 * configure: Regenerate.
4933
4934 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4935
4936 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4937 (TARGET_CONFIGDIRS): Remove.
4938 * configure.in: Remove AC_SUBST(target_configdirs).
4939 * Makefile.in, configure: Regenerated.
4940
4941
4942 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4943
4944 PR libgcj/17311
4945 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4946
4947 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4948
4949 PR bootstrap/25670
4950
4951 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4952
4953 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4954 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4955 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4956 BUILD_PREFIX, BUILD_PREFIX_1.
4957 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4958
4959 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4960 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4961
4962 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4963 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4964 of `cat stage_current`. Always provide the `r' and `s' variables.
4965 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4966 a single shell execution.
4967 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4968 bootstrapped modules, make the stage1 module if the build was not
4969 started yet, else build the current stage.
4970 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4971 (all-build, all-host, all-target, [+make_target+]-host,
4972 [+make_target+]-target): Do not use \-continued lines.
4973 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4974 (current_stage, restrap, stage_last): New.
4975
4976 * Makefile.in: Regenerate.
4977 * configure: Regenerate.
4978
4979 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4980
4981 Sync from gcc:
4982
4983 2006-01-31 Richard Guenther <rguenther@suse.de>
4984 Paolo Bonzini <bonzini@gnu.org>
4985
4986 * Makefile.def (target_modules): Add libgcc-math target module.
4987 * configure.in (target_libraries): Add libgcc-math target library.
4988 (--enable-libgcc-math): New configure switch.
4989 * Makefile.in: Re-generate.
4990 * configure: Re-generate.
4991 * libgcc-math: New toplevel directory.
4992
4993 2006-01-18 Richard Henderson <rth@redhat.com>
4994 Jakub Jelinek <jakub@redhat.com>
4995 Diego Novillo <dnovillo@redhat.com>
4996
4997 * libgomp: New directory.
4998 * Makefile.def: Add target_module libgomp.
4999 * Makefile.in: Regenerate.
5000 * configure.in (target_libraries): Add target-libgomp.
5001 * configure: Regenerate.
5002
5003 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5004 Andreas Schwab <schwab@suse.de>
5005
5006 * configure: Regenerate.
5007
5008 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5009
5010 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5011 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5012 the assembler, linker and binutils.
5013 * configure: Regenerate.
5014
5015 2006-01-16 Nick Clifton <nickc@redhat.com>
5016
5017 * config.sub, config.guess: Sync from config repository.
5018
5019 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5020
5021 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5022 @ from continuation.
5023 * Makefile.in: Rebuilt.
5024
5025 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5026
5027 Sync from gcc:
5028
5029 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5030
5031 PR bootstrap/24252
5032
5033 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5034 * Makefile.tpl (OBJDUMP): New.
5035 (EXTRA_HOST_FLAGS): Add it.
5036 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5037
5038 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5039 to use symbolic links between directories. Avoid race conditions
5040 or make them harmless.
5041 * configure.in: Do not try to use symbolic links between directories.
5042
5043 * Makefile.def (LEAN): Pass.
5044 * Makefile.tpl (LEAN): Define.
5045 (stage[+id+]-start): Accept that the previous directory does not
5046 exist, if the bootstrap is lean.
5047 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5048 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5049 configure substitution.
5050 ([+compare-target+]): Likewise.
5051 ([+bootstrap-target+]-lean): New.
5052 * configure.in: Remove lean bootstrap support from here.
5053
5054 * Makefile.in: Regenerate.
5055 * configure: Regenerate.
5056
5057 2006-01-02 Andreas Schwab <schwab@suse.de>
5058
5059 * configure.in: When reconfiguring remove Makefile in
5060 all stage directories.
5061 * configure: Regenerate.
5062
5063 2005-12-27 Leif Ekblad <leif@rdos.net>
5064
5065 * configure.in: Add support for RDOS target.
5066 * configure: Regenerate.
5067
5068 2005-12-27 Nick Clifton <nickc@redhat.com>
5069
5070 PR binutils/1990
5071 * libtool.m4: Synchronize with version in GCC sources.
5072
5073 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5074
5075 Revert Ada-related part of the previous change.
5076
5077 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5078 Do not pass.
5079 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5080 * Makefile.in: Regenerate.
5081 * configure.in: Do not include mt-ppc-aix target fragment.
5082 * configure: Regenerate.
5083
5084 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5085
5086 * configure.in: Select appropriate fragments for PowerPC/AIX.
5087 * configure: Regenerate.
5088
5089 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5090 BOOT_CFLAGS, BOOT_LDFLAGS.
5091 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5092 BOOT_CFLAGS, BOOT_LDFLAGS.
5093 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5094 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5095 (stage): Fail if we cannot complete the work.
5096 * Makefile.in: Regenerate.
5097
5098 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5099
5100 * COPYING.NEWLIB: Update copyright year for default
5101 copyright.
5102
5103 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5104
5105 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5106 install-host-nogcc): Don't invoke $(stage) at the end.
5107 * Makefile.in: Regenerate.
5108
5109 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5110
5111 * configure.in: Flip the top-level bootstrap switch.
5112 * configure: Regenerate.
5113
5114 Merge from gcc:
5115
5116 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5117
5118 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5119 $(stage) and $(unstage).
5120 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5121 (all): Remove stray semicolon.
5122 (local-distclean): Don't handle multilib.tmp and multilib.out.
5123 (install.all): Set $s for consistency.
5124 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5125 check_multilibs setting. Always make the install directory.
5126 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5127 Correct @if/@endif.
5128 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5129 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5130 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5131 (multilib.out): Remove.
5132 * Makefile.in: Regenerated.
5133
5134 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5135
5136 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5137 * configure.in: Replace ms1 arch with mt.
5138 * configure: Rebuilt.
5139
5140 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5141
5142 Sync with gcc:
5143
5144 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5145
5146 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5147 * configure.in: Replace ms1 arch with mt.
5148 * configure: Rebuilt.
5149
5150 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5151
5152 Sync with gcc:
5153
5154 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5155
5156 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5157 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5158 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5159 Find in-tree tools if available.
5160 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5161 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5162 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5163 (COMPILER_*_FOR_TARGET): New.
5164 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5165 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5166 (CONFIGURED_*, USUAL_*): Remove.
5167 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5168 STRIP): Use autoconf substitutions.
5169 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5170 COMPILER_NM_FOR_TARGET): New.
5171 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5172
5173 (all): Make all-host and all-target in parallel.
5174 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5175 that $$r and $$s are set before invoking a recursive make.
5176 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5177 ([+bootstrap-target+]): Inline most of the `all' target.
5178
5179 2005-11-29 Ben Elliston <bje@au.ibm.com>
5180
5181 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5182 from the gcc build directory.
5183 * Makefile.in: Regenerate.
5184
5185 2005-11-29 Ben Elliston <bje@au.ibm.com>
5186
5187 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5188 depend on all-libdecnumber.
5189 * configure.in (host_libs): Include libdecnumber.
5190 * Makefile.in: Regenerate.
5191 * configure: Likewise.
5192
5193 2005-11-21 Kean Johnston <jkj@sco.com>
5194
5195 * config.sub, config.guess: Sync from upstream sources.
5196
5197 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * Makefile.def: Remove gdb dependencies for gdbtk.
5200 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5201 (configure-gdb, install-gdb): New rules.
5202 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5203 * Makefile.in, configure: Regenerated.
5204
5205 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5206
5207 PR bootstrap/24297
5208 * Makefile.tpl (do-[+make-target+], do-check, install,
5209 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5210 are set before recursing.
5211 * Makefile.in: Regenerate.
5212
5213 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5214
5215 PR bootstrap/18939
5216 * Makefile.def (gcc) <target>: Fix thinko.
5217 * Makefile.in: Regenerate.
5218
5219 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5220
5221 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5222 * configure: Regenerate.
5223
5224 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5225
5226 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5227 target-libffi, target-qthreads, target-libjava, and
5228 targetlibobjc.
5229 * configure: Regenerate.
5230
5231 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5232
5233 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5234 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5235 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5236 (USUAL_OBJDUMP_FOR_TARGET): New.
5237 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5238 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5239 * configure, Makefile.in: Regenerated.
5240
5241 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5242
5243 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5244 before other host packages.
5245
5246 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5247
5248 PR bootstrap/22340
5249
5250 * configure.in (default_target): Remove.
5251 * Makefile.tpl (all): Do not use prerequisites as subroutines
5252 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5253 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5254 use prerequisites as subroutines.
5255 (check-host, check-target): New.
5256 (bootstrap configure & all targets): Do not use stage*-start
5257 if the directory layout is already ok.
5258 (non-bootstrap configure & all targets): Prepend a $(unstage).
5259 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5260 (NOTPARALLEL): Remove.
5261 (unstage, stage variables): New variables.
5262 (unstage, stage targets): Simply expand to those variables.
5263
5264 * configure: Regenerate.
5265 * Makefile.in: Regenerate.
5266
5267 2005-10-04 James E Wilson <wilson@specifix.com>
5268
5269 * Makefile.def (lang_env_dependencies): Add libmudflap.
5270 * Makefile.in: Regenerate.
5271
5272 2005-10-03 Catherine Moore <clm@cm00re.com>
5273
5274 * configure.in (bfin-*-*): Support bfin.
5275 * configure: Regenerated.
5276
5277 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5278
5279 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5280 * configure: Regenerated.
5281
5282 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5283
5284 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5285 (LIPO_FOR_TARGET): New.
5286 (CONFIGURED_LIPO_FOR_TARGET): New.
5287 (USUAL_LIPO_FOR_TARGET): New.
5288 (STRIP_FOR_TARGET): New.
5289 (CONFIGURED_STRIP_FOR_TARGET): New.
5290 (USUAL_STRIP_FOR_TARGET): New.
5291 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5292 STRIP_FOR_TARGET.
5293 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5294 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5295 * Makefile.in: Regenerate.
5296 * configure: Regenerate.
5297
5298 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5299
5300 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5301 (rs6000-*-aix*): Same.
5302 * configure: Regenerate.
5303
5304 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5305
5306 * configure.in: Recognize f95 in the --enable-languages option,
5307 and substitute it for fortran, issuing a warning.
5308 * configure: Regenerate.
5309
5310 2005-09-07 Ben Elliston <bje@au.ibm.com>
5311
5312 Import from Autoconf sources:
5313
5314 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5315 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5316 Elliston. Handle weird characters correctly.
5317
5318 2005-08-30 Phil Edwards <phil@codesourcery.com>
5319
5320 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5321 * configure: Regenerated.
5322
5323 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5324
5325 * Makefile.def (libssp): Add to lang_env_dependencies.
5326 * Makefile.in: Regenerate.
5327
5328 2005-08-17 Christian Groessler <chris@groessler.org>
5329
5330 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5331 * Makefile.in: Regenerate.
5332
5333 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5334
5335 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5336 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5337 Look for alternate names of the target cc and c++
5338 * configure: Regenerate.
5339
5340 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5341
5342 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5343 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5344 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5345 tools; remove code to manually set them.
5346 (Target tools): Look in the environment for them.
5347 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5348 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5349 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5350 build directory.
5351 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5352 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5353 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5354 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5355 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5356 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5357 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5358 * configure: Regenerate.
5359 * Makefile.in: Regenerate.
5360
5361 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5362
5363 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5364 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5365 * Makefile.in: Regenerated.
5366
5367 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5368
5369 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5370 (CFLAGS_FOR_TARGET): Use it.
5371 (CXXFLAGS_FOR_TARGET): Likewise.
5372 * Makefile.in: Regenerated.
5373 * configure.in (--with-build-sysroot): New option.
5374 * configure: Regenerated.
5375
5376 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5377
5378 * Makefile.tpl: Wrap install between unstage and stage
5379 * Makefile.in: Regenerate.
5380
5381 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5382
5383 * all files: Update FSF address.
5384
5385 2005-07-14 Jim Blandy <jimb@redhat.com>
5386
5387 * configure.in: Add cases for Renesas m32c.
5388 * configure: Regenerated.
5389
5390 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5391
5392 * COPYING, compile, config-ml.in, config.guess,
5393 config.sub, install-sh, missing, mkinstalldirs,
5394 symlink-tree, ylwrap: Sync from upstream sources.
5395
5396 2005-07-13 Eric Christopher <echristo@redhat.com>
5397
5398 * configure.in: Add toplevel noconfigdir support for tpf.
5399 * configure: Regenerate.
5400
5401 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5402
5403 * Makefile.def (target_modules): Add libssp.
5404 * configure.in (target_libraries): Add target-libssp.
5405 * configure: Rebuilt.
5406 * Makefile.in: Rebuilt.
5407
5408 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5409
5410 PR ada/22340
5411
5412 * Makefile.def: Sync with gcc.
5413 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5414 * Makefile.in: Regenerate.
5415
5416 2005-07-07 Andreas Schwab <schwab@suse.de>
5417
5418 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5419 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5420 * Makefile.in: Regenerated.
5421
5422 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5423
5424 * configure.in: Add --enable-libssp and --disable-libssp.
5425 * configure: Regenerate with autoconf-2.13.
5426
5427 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5428
5429 * configure.in: Don't build sim or rda when targetting darwin.
5430 * configure: Regenerate.
5431
5432 2005-07-04 Ben Elliston <bje@gnu.org>
5433
5434 * src-release (do-proto-toplev): Remove dejagnu bits.
5435 (DEJAGNU_SUPPORT_DIRS): Remove.
5436 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5437 (GDBD_SUPPORT_DIRS): Likewise.
5438 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5439 (INSIGHTD_SUPPORT_DIRS): Likewise.
5440 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5441
5442 2005-06-30 Ben Elliston <bje@gnu.org>
5443
5444 * setup.com (mpw): Remove unused directive.
5445
5446 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5447
5448 * Makefile.def (stagefeedback): Come after profile.
5449 Define profiledbootstrap target.
5450 * Makefile.tpl (profiledbootstrap): Remove.
5451 (stageprofile-end): Zap stagefeedback.
5452 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5453 * Makefile.in: Regenerate.
5454
5455 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5456
5457 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5458 In 'cpp' stanza, support '#line' as well as '# '.
5459
5460 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5461
5462 * configure.in (unsupported_languages): New macro.
5463 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5464 non-ported target libraries in noconfigdirs.
5465 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5466 non-linux-gnu. Remove libgcj_ex_libffi.
5467 <lang_frag loop>: Set add_this_lang=no if the language is in
5468 unsupported_languages.
5469 * configure: Regenerate.
5470
5471 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5472
5473 * configure.in: Fix typo in handling of --with-mpfr-dir.
5474 * configure: Regenerate.
5475
5476 2005-06-02 Jim Blandy <jimb@redhat.com>
5477
5478 * config.sub: Add cases for the Renesas m32c. (This patch has been
5479 accepted into the master sources.)
5480
5481 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5482 Michael Snyder <msnyder@redhat.com>
5483 Stan Cox <scox@redhat.com>
5484
5485 * configure.in: Set noconfigdirs for ms1.
5486
5487 * configure: Regenerate.
5488
5489 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5490
5491 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5492 (Dependencies): Consider target modules for bootstrap dependencies.
5493 Make target bootstrap modules depend on each stage's gcc.
5494 * Makefile.in: Regenerate.
5495
5496 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5497
5498 * Makefile.def (configure-gcc): Depend on binutils having been built.
5499 (all-gcc): No need to do it here.
5500 * Makefile.in: Regenerate.
5501
5502 2005-05-19 Paul Brook <paul@codesourcery.com>
5503
5504 * configure.in: Rewrite misleading error message when requested
5505 language cannot be built.
5506 * configure: Regenerate.
5507
5508 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5509
5510 * ylwrap: Import from Automake 1.9.5.
5511
5512 2005-05-04 Mike Stump <mrs@apple.com>
5513
5514 * configure.in: Always pass --target to target configures as
5515 otherwise rebuilds that do --recheck will fail.
5516 * configure: Rebuilt.
5517
5518 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5519
5520 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5521 STAGE_HOST_EXPORTS.
5522 (configure, all): Add bootstrap support.
5523 (Host modules, target modules): Pass post-stage1 flags and exports.
5524 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5525 * Makefile.in: Regenerate.
5526
5527 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5528
5529 Sync from gcc:
5530
5531 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5532
5533 * config.sub: Update from master copy.
5534
5535 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5536
5537 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5538 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5539 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5540 "*-*-elf" and "*-*-linux*".
5541 * configure: Regenerate.
5542
5543 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5544
5545 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5546 (TARGET_CONFIGARGS): Include --with-target-subdir.
5547 (configure, all): New macros. Use them throughout.
5548
5549 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5550
5551 * Makefile.tpl: Sync with gcc.
5552 * Makefile.in: Regenerate.
5553
5554 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5555
5556 * config/mh-mingw32: Delete.
5557 * configure.in: Don't use it.
5558 * configure: Regenerate.
5559
5560 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5561
5562 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5563 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5564 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5565 (HOST_LIB_PATH): Generate from Makefile.def.
5566 (TARGET_LIB_PATH): Likewise.
5567 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5568 * Makefile.in: Regenerate.
5569 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5570 (RPATH_ENVVAR): Include Darwin case.
5571 * configure: Regenerate.
5572
5573 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5574
5575 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5576 * configure: Regenerate.
5577
5578 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5579
5580 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5581 gcc_version, and gcc_version_trigger from set of flags to pass.
5582 * Makefile.tpl: Remove definitions of above variables.
5583 (config.status): Remove dependency on $(gcc_version_trigger).
5584 * Makefile.in: Regenerate.
5585 * configure.in: Do not reference config/gcc-version.m4 nor
5586 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5587 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5588 * configure: Regenerate.
5589
5590 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5591 Andrew Pinski <pinskia@physics.uc.edu>
5592
5593 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5594 * Makefile.in: Regenerate.
5595
5596 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5597
5598 PR libgcj/20160
5599 * ltmain.sh: Avoid creating archives with components that have
5600 duplicate basenames.
5601
5602 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5603
5604 PR bootstrap/20250
5605 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5606 instead of check.
5607 * Makefile.in: Regenerate.
5608
5609 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5610
5611 Sync from gcc.
5612
5613 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5614
5615 PR bootstrap/17383
5616 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5617 * Makefile.tpl (HOST_SUBDIR): New substitution.
5618 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5619 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5620 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5621 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5622 (Host modules, Bootstrapped modules): Use it.
5623 (Build modules, Target modules): Do not create symlink trees,
5624 always configure out-of-srcdir.
5625 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5626 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5627 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5628 $(HOST_SUBDIR). Create a symlink for host_subdir.
5629
5630 * Makefile.in: Regenerate.
5631 * configure: Regenerate.
5632
5633 Merged from libada-gnattools-branch:
5634 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5635
5636 * Makefile.def: Add gnattools as a module, depending on target-libada.
5637 * Makefile.in: Regenerate.
5638 * configure.in: Include gnattools in host_tools; disable it if ada
5639 is disabled.
5640 * configure: Regenerate.
5641
5642 2005-02-23 Nick Clifton <nickc@redhat.com>
5643
5644 * configure: Regenerate.
5645
5646 2005-02-22 Paul Schlie <schlie@comcast.net>
5647
5648 * configure.in: Allow darwin targeted ports to build tk, itcl and
5649 libgui.
5650
5651 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5652
5653 PR libgcj/10353
5654 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5655 * configure: Regenerate.
5656
5657 2005-02-08 Andrew Cagney <cagney@gnu.org>
5658
5659 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5660 gdb/ section. Update GDB's URL.
5661
5662 2005-01-31 Andrew Cagney <cagney@gnu.org>
5663
5664 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5665
5666 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5667
5668 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5669 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5670 target-libgloss when not *-*-elf and *-*-aout.
5671 * configure: Regenerate.
5672
5673 2005-01-27 Andrew Cagney <cagney@gnu.org>
5674
5675 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5676
5677 2005-01-24 Andrew Cagney <cagney@gnu.org>
5678
5679 * gettext.m4: Only fall back to ../intl/ when it's present.
5680
5681 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5682
5683 * install-sh, config.sub: Import from upstream.
5684
5685 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5686
5687 PR bootstrap/18222
5688 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5689 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5690 * Makefile.in: Regenerate.
5691
5692 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5693
5694 Revert 2004-12-28 Makefile changes, a better fix will be
5695 applied to mainline and src after GCC 4.0 branches.
5696
5697 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5698
5699 PR bootstrap/17383
5700
5701 * Makefile.def (target_modules): Remove stage parameter,
5702 it is always true now.
5703 * Makefile.tpl (configure-build-[+module+],
5704 configure-target-[+module+]): Always build symlink tree
5705 for the directory and for include. BUILD_SUBDIR and
5706 TARGET_SUBDIR cannot be . anymore.
5707 * Makefile.in: Regenerate.
5708
5709 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5710
5711 Revert 2004-12-08 Makefile changes.
5712
5713 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5714
5715 * configure.in (sh64-*-*): Reenable gprof.
5716 * configure: Regenerate.
5717
5718 2004-12-09 Jim Blandy <jimb@redhat.com>
5719
5720 * MAINTAINERS: List 'depcomp' as part of automake.
5721
5722 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5723
5724 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5725 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5726 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5727 * Makefile.in: Regenerate.
5728
5729 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5730
5731 * Makefile.tpl: Generate normal dependencies if the LHS module is
5732 not bootstrapped.
5733 * Makefile.in: Regenerate.
5734
5735 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5736
5737 * configure.in: Include config/gxx-include-dir.m4. Use
5738 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5739 * configure: Regenerate.
5740
5741 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5742
5743 * config.if: Delete.
5744 * configure.in: Set libstdcxx_incdir directly.
5745 * configure: Regenerate.
5746 * MAINTAINERS: Remove mention of config.if.
5747 * src-release (DEVO_SUPPORT): Remove config.if.
5748
5749 2004-12-02 Eric Christopher <echristo@redhat.com>
5750
5751 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5752 of things to remove.
5753 * Makefile.in: Regenerate.
5754
5755 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5756
5757 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5758 * configure: Regenerate.
5759
5760 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5761
5762 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5763 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5764 * configure: Regenerate.
5765
5766 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5767
5768 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5769 (hppa*64*-*-*): Delete incorrect comment.
5770 * configure: Rebuilt.
5771
5772 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5773
5774 * install-sh, compile: Import from automake.
5775
5776 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5777
5778 * config.guess, config.sub: Import from savannnah.
5779
5780 2004-11-12 Mike Stump <mrs@apple.com>
5781
5782 * Makefile.def: Add html support.
5783 * Makefile.tpl: Likewise.
5784 * Makefile.in: Regenerate.
5785
5786 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5787
5788 PR 18423
5789 * configure.in: Remove all instances of build-fixincludes from
5790 noconfigdirs.
5791 (build_configargs): Supply --target to subdirectories.
5792 * configure: Regenerate.
5793
5794 * Makefile.def: Make gcc install depend on fixincludes install.
5795 * Makefile.in: Regenerate.
5796
5797 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5798
5799 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5800 target-libgfortran.
5801 * configure: Regenerate.
5802
5803 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5804
5805 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5806 like CC.
5807
5808 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5809
5810 * Makefile.def (host fixincludes): Specify missing targets.
5811 * Makefile.in: Regenerate.
5812
5813 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5814
5815 PR other/17783
5816 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5817 * configure: Regenerated.
5818
5819 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5820
5821 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5822 * configure: Regenerated.
5823
5824 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5825
5826 PR target/18151
5827 * configure.in (case ${target}): Do not build fixincludes for avr.
5828 * configure: Regenerated.
5829
5830 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5831
5832 * configure.in (case ${target}): Do not build fixincludes
5833 on platforms where it is not used.
5834 * configure: Regenerated.
5835
5836 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5837
5838 * configure.in: Use an absolute path to install-sh.
5839 * configure: Regenerated.
5840
5841 2004-10-19 Andrew Cagney <cagney@gnu.org>
5842
5843 * src-release (do-djunpack, do-md5sum): Install the generated file
5844 directly into the proto-toplev/ directory.
5845
5846 2004-10-19 Andrew Cagney <cagney@gnu.org>
5847
5848 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5849
5850 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5851
5852 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5853 * configure: Regenerate.
5854
5855 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5856
5857 Fix wrong conflict resolution in:
5858
5859 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5860
5861 * Makefile.in: Regenerate.
5862 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5863 in the recursive `make', instead of hardwiring `all'.
5864 (Autogenerated TARGET-* variables): New.
5865
5866 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5867
5868 Merged from GCC / libtool upstream:
5869 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5870 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5871 * ltcf-cxx.sh (tpf*): Likewise.
5872 * ltconfig (tpf*): Add TPF OS configuration support.
5873
5874 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5875
5876 * configure.in: Enable target-libgloss for crx-*-*.
5877 * configure: Regenerate.
5878
5879 2004-09-24 Michael Roth <mroth@nessie.de>
5880
5881 * configure.in (--without-headers): Add missing double quotes.
5882 * configure: Regenerate.
5883
5884 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5885
5886 * ylwrap: Revert to previous version.
5887
5888 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5889
5890 PR bootstrap/17369
5891 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5892 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5893 SET_GCC_LIB_PATH_CMD.
5894 (BASE_TARGET_EXPORTS): Likewise.
5895 * Makefile.in: Regenerated.
5896
5897 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5898 * configure: Regenerated.
5899
5900 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5901
5902 * config.guess: New upstream version
5903 * compile, depcomp, install-sh, ylwrap: Likewise.
5904
5905 2004-09-19 Roger Sayle <roger@eyesopen.com>
5906
5907 * config/mh-x86omitfp: New host makefile fragment. Add
5908 -fomit-frame-pointer to the default BOOT_CFLAGS.
5909 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5910 * configure: Regenerate.
5911
5912 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5913
5914 PR target/11572
5915 * configure.in (*-*-darwin*): Renable libobjc.
5916 * configure: Regenerate.
5917
5918 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5919
5920 * Makefile.def: Remove libbanshee.
5921 * Makefile.tpl: Ditto.
5922 * configure.in: Ditto.
5923 * Makefile.in: Regen.
5924 * configure: Ditto.
5925
5926 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5927
5928 * missing: Import latest version from master repository.
5929
5930 2004-09-04 Nick Clifton <nickc@redhat.com>
5931
5932 * config.sub: Import latest version from master repository.
5933 * config.guess: Likewise.
5934 This includes these changes:
5935
5936 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5937
5938 * config.sub: Handle crisv32, alias etraxfs.
5939 * config.guess (crisv32:Linux:*:*): Handle.
5940
5941 2004-08-13 Brad Smith <brad@comstyle.com>
5942
5943 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5944 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5945
5946 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5947
5948 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5949 assume the processor is a powerpc. This is because coreutils
5950 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5951 in this case, due to a MacOS X bug that causes
5952 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5953 to return a negative number.
5954 Problem reported by Petter Reinholdtsen in:
5955 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5956
5957 2004-07-19 Ben Elliston <bje@gnu.org>
5958
5959 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5960
5961 2004-06-24 Ben Elliston <bje@gnu.org>
5962
5963 * config.guess: Update copyright years.
5964 * config.sub: Likewise.
5965
5966 2004-06-22 Robert Millan <robertmh@gnu.org>
5967
5968 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5969 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5970
5971 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5972
5973 * config.guess (*:*VMS:*:*): New entry. Replaces
5974 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5975 manufacturer.
5976
5977 2004-06-22 Ben Elliston <bje@gnu.org>
5978
5979 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5980 * config.sub: Likewise.
5981
5982 2004-06-22 Ben Elliston <bje@gnu.org>
5983
5984 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5985 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5986
5987 2004-06-11 Ben Elliston <bje@gnu.org>
5988
5989 * config.guess (pegasos:OpenBSD:*:*): Remove.
5990
5991 2004-06-11 Ben Elliston <bje@gnu.org>
5992
5993 From Wouter Verhelst <wouter@grep.be>:
5994 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5995
5996 2004-06-11 Ben Elliston <bje@gnu.org>
5997
5998 * config.guess (luna88k:OpenBSD:*:*): New.
5999
6000 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6001
6002 * config.guess (m32r*:Linux:*:*): New case.
6003 * config.sub: Handle m32rle.
6004
6005 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6006
6007 From Jens Petersen <petersen@redhat.com>:
6008 * config.sub: Handle sparcv8.
6009
6010 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6011
6012 From Tom Smith <smith@cag.lkg.hp.com>:
6013 * config.guess: Version suffixes are equally significant on Tru64
6014 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6015 prefix of "P" (patched kernel).
6016
6017 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6018
6019 * config.sub: Add support for National Semiconductor CRX target.
6020
6021 2004-09-03 Jan Beulich <jbeulich@novell.com>
6022
6023 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6024 *-*-netware, but add target-libmudflap.
6025 Consolidate *-*-netware targets (of which really only i?86 exists)
6026 into a single entry.
6027 * configure: Likewise.
6028
6029 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6030
6031 * Makefile.tpl (sorry): Remove.
6032 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6033 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6034 (do-clean): Clean per-stage directories too.
6035 (do-distclean): Run distclean-stage1 too.
6036 (.NOTPARALLEL): Enable during toplevel bootstrap.
6037 (stage[+id+]-bubble): Enable parallel execution during
6038 the recursive invocation.
6039 * Makefile.in: Regenerate.
6040
6041 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6042
6043 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6044
6045 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6046 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6047 * configure: regenerate
6048 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6049 -mdynamic-no-pic
6050
6051 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6052
6053 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6054 include.
6055 * configure.in: Fix indentation.
6056 * configure: Regenerate.
6057
6058 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6059
6060 * Makefile.def (build_modules): Add fixincludes.
6061 (dependencies): Make gcc depend on fixincludes.
6062 * configure.in (build_tools): Add fixincludes.
6063 (build_configdirs): Always include build_libs.
6064 * Makefile.in: Regenerate.
6065 * configure: Regenerate.
6066
6067 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6068
6069 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6070 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6071 phony targets; do not generate timestamp files.
6072 (distclean-stageN): Remove references to their timestamp files.
6073 (restageN, touch-stageN): Remove.
6074 (stageN-bubble): Rewritten.
6075 (compare): Support lean bootstraps.
6076 * Makefile.in: Regenerate.
6077
6078 * configure.in: Only warn when bootstrapping but
6079 build != host or build != target. Support lean bootstraps.
6080 * configure: Regenerate.
6081
6082 Sync from gcc:
6083 2004-08-26 Phil Edwards <phil@codesourcery.com>
6084
6085 * configure.in: Give a better error message if GMP/MPFR are missing
6086 and a language needing them has been requested.
6087 * configure: Regenerated.
6088
6089 2004-08-25 Phil Edwards <phil@codesourcery.com>
6090
6091 * configure.in: Print a list of available language front-ends if
6092 a requested one is missing. Tidy stray tab characters.
6093 * configure: Regenerated.
6094
6095 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6096
6097 * Makefile.in: Regenerate.
6098 * configure: Regenerate.
6099
6100 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6101 stage_*_flags.
6102 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6103 for bootstrapped modules if toplevel bootstrap is going.
6104 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6105 modules. Adjust for changes in Makefile.def. Enable several
6106 rules even in non-bootstrap mode, just to avoid peppering the
6107 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6108 (stage-[+prev+]-bubble): Remove.
6109
6110 * Makefile.def (Dependencies): Depend on all-build-bison,
6111 all-build-flex, all-build-byacc, all-build-texinfo, rather
6112 than the host variations.
6113 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6114 with BUILD_SUBDIR.
6115 (BISON): Update for recent Bisons.
6116 (YACC): Fix typo.
6117 (cross): Depend on all-build.
6118 (all): Do not depend on all-build.
6119 (prebootstrap): Remove.
6120 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6121 (Prebootstrap dependencies): Add them to the per-stage targets
6122 and to all-prebootstrap.
6123 * configure.in (build_configdirs): Always enable build_tools.
6124 (BUILD_DIR_PREFIX): Remove.
6125
6126 * Makefile.def (gcc): Add target variable.
6127 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6128 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6129 in the recursive `make', instead of hardwiring `all'.
6130 (Autogenerated TARGET-* variables): New.
6131
6132 2004-08-17 Robert Millan <robertmh@gnu.org>
6133
6134 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6135 (instead of FreeBSD).
6136 * configure: Regenerate.
6137
6138 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6139
6140 * Makefile.def, configure.in, src-release: Remove useless, bogus
6141 references to tix.
6142 * Makefile.in, configure: Regenerate.
6143
6144 * src-release: Stop distributing mmalloc with gdb (which doesn't
6145 use it).
6146 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6147 * Makefile.in: Regenerate.
6148
6149 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6150
6151 * configure.in (arm*-*-eabi*): New target.
6152 * configure: Regenerate.
6153
6154 2004-08-01 Robert Millan <robertmh@gnu.org>
6155
6156 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6157 libmudflap for all GNU-based systems (with Glibc).
6158 * configure: Regenerate.
6159
6160 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6161
6162 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6163 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6164 (Dependencies): New section.
6165 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6166 (configure-target-[+module+]): Depend on maybe-all-gcc
6167 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6168 (toplevel profiledbootstrap): Fix dependencies.
6169 * Makefile.in: Regenerate.
6170
6171 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6172
6173 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6174 target-libiberty to noconfigdirs.
6175
6176 2004-08-03 Paul Brook <paul@codesourcery.com>
6177
6178 * configure.in: Check for MPFR as well as GMP.
6179 * configure: Regenerate.
6180
6181 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6182
6183 * Makefile.def (host-modules): Add gcc.
6184 * Makefile.in: Regenerate.
6185 * Makefile.tpl (sorry): New rule.
6186 (configure-host, all-host, [+make_target+]-host, do-check,
6187 install-host): Do not add gcc as a special case.
6188 (host modules): Add a small special-casing for gcc. Export
6189 extra_make_flags through the environment.
6190 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6191 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6192 other recursive targets for gcc): Remove.
6193
6194 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6195 (stage, unstage): New rules.
6196 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6197 distclean-stage[+id+]): Use stage_current.
6198 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6199 the stage*-start rules.
6200
6201 2004-07-19 Robert Millan <robertmh@gnu.org>
6202
6203 Synced from gcc:
6204
6205 2004-04-26 Robert Millan <robertmh@gnu.org>
6206
6207 Add patches from libtool CVS.
6208 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6209 * ltconfig: Likewise.
6210 * ltcf-c.sh: Likewise.
6211 * ltcf-cxx.sh: Likewise.
6212 * ltcf-gcj.sh: Likewise.
6213
6214 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6215
6216 * configure.in: Add noconfigdirs for crx-*-*.
6217 * configure: Regenerate.
6218
6219 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6220
6221 Synced from gcc:
6222
6223 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6224
6225 * configure.in: Build libmudflap by default on FreeBSD.
6226 * configure: Regenerated.
6227
6228 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6229
6230 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6231 systems.
6232 * configure: Regenerated.
6233
6234 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6235
6236 PR target/16344
6237 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6238 feedback based compiler.
6239 * Makefile.in: Rebuilt.
6240
6241 2004-07-05 Phil Edwards <phil@codesourcery.com>
6242
6243 * configure.in: Do not prepend $srcdir to /dev/null in
6244 makefile fragments.
6245 * configure: Regenerate.
6246
6247 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6248
6249 * Makefile.def (host_modules): Set bootstrap=true for flex.
6250 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6251 * Makefile.in: Rebuilt.
6252
6253 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6254
6255 * Makefile.def (build_modules): Add bison, byacc, flex,
6256 m4, texinfo.
6257 (flags_to_pass): Add FLEX.
6258 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6259 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6260 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6261 DEFAULT_MAKEINFO): Remove.
6262 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6263 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6264 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6265 objdir or else use configured tool.
6266 (all-build): New.
6267 (all): Depend on it.
6268 (Build module dependencies): Add.
6269 * Makefile.in: Regenerate.
6270 * configure.in: Better support for multiple build modules,
6271 matching what is done for host/target modules. Do not look
6272 for "plausible" locations of build tools if Canadian cross.
6273 Use autoconf's AC_PROG_CC to find a C compiler. Define
6274 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6275 * configure: Regenerate.
6276
6277 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6278
6279 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6280 * Makefile.in: Regenerate.
6281
6282 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6283
6284 * Makefile.tpl (configure-build-[+module+],
6285 configure-[+module+], configure-target-[+module+]): Pass
6286 [+extra_configure_args+].
6287 (all-build-[+module+], all-[+module+], check-[+module+],
6288 install-[+module+], [+make_target+]-[+module+],
6289 all-target-[+module+], check-target-[+module+],
6290 install-target-[+module+], [+make_target+]-target-[+module+]):
6291 Pass [+extra_make_args+].
6292 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6293 (GCC_HOST_EXPORTS): Remove.
6294 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6295 cross, check-gcc, check-gcc-c++, install-gcc,
6296 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6297 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6298 * Makefile.in: Regenerate.
6299
6300 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6301
6302 * configure.in: Check for srcdir/winsup rather than build directory
6303 winsup.
6304 * configure: Regenerate.
6305
6306 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6307
6308 * configure.in: Don't build Cygwin native newlib if winsup
6309 directory is missing. Emit warning instead.
6310 * configure: Regenerate.
6311
6312 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6313
6314 * Makefile.tpl (touch-stage[+id+]): New.
6315 (restage[+prev+]): Depend on touch-stage[+id+].
6316
6317 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6318 Use it throughout.
6319
6320 * Makefile.def: Add profile and feedback bootstrap stages.
6321 Remove next field from bootstrap stages.
6322 * Makefile.tpl (LN, LN_S): Substitute.
6323 (stageN-start, stageN-end): Use double-colon rules, to
6324 provide a hook for additional setup commands.
6325 (distclean-stageN-gcc, restageN): Create dependencies from
6326 [+prev+], not from [+next+].
6327 (stageN-bubble): Add commands for successive stages from
6328 [+prev+], using double-colon rules.
6329 (all-stageN-gcc): Fix typo.
6330 (stagefeedback-start, profiledbootstrap): New.
6331 * Makefile.in: Regenerate.
6332 * configure.in: Call ACX_PROG_LN.
6333 * configure: Regenerate.
6334
6335 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6336
6337 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6338 without gcc.
6339 * configure: Regenerate.
6340
6341 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6342
6343 * Makefile.tpl: Fix typo.
6344 * Makefile.in: Regenerate.
6345
6346 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6347
6348 * configure.in: Remove new- prefix from toplevel
6349 bootstrap targets.
6350 * configure: Regenerate.
6351
6352 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6353
6354 Merge this patch from the gcc tree:
6355
6356 2004-05-30 Andreas Jaeger <aj@suse.de>
6357 Jim Wilson <wilson@specifixinc.com>
6358
6359 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6360 like CC.
6361
6362 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6363
6364 * Makefile.tpl (all.normal): Rename to all.
6365 (all): Replace with a rule to pick the default
6366 target from configure.
6367 (all-gcc, configure-gcc): Use conditionals to
6368 do nothing when toplevel bootstrap is going on.
6369 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6370 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6371 * configure.in: Support --enable-bootstrap.
6372
6373 * Makefile.def: Remove new- prefix from toplevel
6374 bootstrap targets.
6375 * Makefile.tpl: Likewise.
6376
6377 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6378 target.
6379
6380 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6381 $(RECURSE_FLAGS) to recursive invocation of make.
6382
6383 * Makefile.in: Regenerate.
6384 * configure: Regenerate.
6385
6386 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6387
6388 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6389 * configure: Regenerate.
6390
6391 2004-05-25 Daniel Jacobowitz <drow@false.org>
6392
6393 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6394 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6395 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6396 targets.
6397 * Makefile.in: Regenerate.
6398
6399 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6400
6401 * configure.in: Test the ability to symlink directories.
6402 * configure: Regenerate.
6403
6404 * Makefile.def (bootstrap-stage): New definitions.
6405 * Makefile.tpl (configure-stage1-gcc,
6406 configure-stage2-gcc, configure-stage3-gcc,
6407 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6408 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6409 new-restage3, compare): Autogenerate, see Makefile.in
6410 entry for behavioral changes.
6411 (distclean-stage1, new-stage1-start, new-stage1-end,
6412 new-stage1-bubble, distclean-stage2, new-stage2-start,
6413 new-stage2-end, new-stage2-bubble, distclean-stage3,
6414 new-stage3-start, new-stage3-end): New autogenerated targets.
6415 (objext, prebootstrap, BOOT_CFLAGS,
6416 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6417 targets.
6418
6419 * Makefile.in: Regenerate.
6420 (distclean-stage1, new-stage1-start, new-stage1-end,
6421 new-stage1-bubble, distclean-stage2, new-stage2-start,
6422 new-stage2-end, new-stage2-bubble, distclean-stage3,
6423 new-stage3-start, new-stage3-end): New targets.
6424 (all-stage1-gcc): Move prebootstrap dependency from here...
6425 (configure-stage1-gcc): ...to here.
6426 (new-bootstrap): Use bubble targets.
6427 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6428 Use per-stage distclean targets.
6429 (configure-stage1-gcc, configure-stage2-gcc,
6430 configure-stage3-gcc, all-stage1-gcc,
6431 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6432 Use new-stageN-start to prepare the tree.
6433
6434 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6435
6436 * Makefile.def (host_modules): add libcpp.
6437 * Makefile.tpl: Add dependencies on and for libcpp.
6438 * Makefile.in: Regenerate.
6439 * configure.in: Add libcpp host module.
6440 * configure: Regenerate.
6441
6442 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6443
6444 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6445 of libf2c.
6446 * configure, Makefile.in: Regenerate.
6447
6448 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6449
6450 Merge from tree-ssa-20020619-branch.
6451
6452 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6453 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6454 (HOST_GMPLIBS): Define.
6455 (HOST_GMPINC): Define.
6456 (TARGET_LIB_PATH): Add libmudflap.
6457 (GFORTRAN_FOR_TARGET): Define.
6458 (configure-build*): Export GFORTRAN.
6459 (configure-gcc): Export GMPLIBS and GMPINC.
6460 (all-gcc): Add maybe-all-libbanshee.
6461 (configure-target-libgfortran): Define.
6462 * Makefile.in: Regenerate.
6463 * configure.in (host_libs): Add libbanshee.
6464 (target_libraries): Add target-libmudflap and target-libgfortran.
6465 Add --with-libbanshee.
6466 Handle --disable-libmudflap.
6467 (*-*-freebsd*): Use with_gmp.
6468 Add $(libgcj) to noconfigdirs.
6469 * configure: Regenerate.
6470 * depcomp: New file.
6471 * MAINTAINERS: Add tree-ssa maintainers.
6472
6473 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6474
6475 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6476 * configure: Regenerate.
6477
6478 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6479
6480 Revert:
6481 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6482
6483 * Makefile.def (flags_to_pass): Remove *dir variables that
6484 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6485 as well as prefix and exec_prefix.
6486 * Makefile.in: Regenerate.
6487
6488 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6489
6490 * Makefile.def (host_modules): Mark with the bootstrap
6491 flag packages on which gcc depends.
6492 * Makefile.tpl (all-bootstrap): Use it.
6493 * Makefile.in: Regenerate.
6494
6495 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6496
6497 * Makefile.def (flags_to_pass): Remove *dir variables that
6498 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6499 as well as prefix and exec_prefix.
6500 * Makefile.in: Regenerate.
6501
6502 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6503
6504 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6505 * configure: Regenerate.
6506 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6507 * gcc/Makefile.tpl (compare): Use the result of the test.
6508 * gcc/Makefile.in: Regenerate.
6509
6510 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6511
6512 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6513 Always relocate gcc and prev-gcc to the original names, even
6514 if the build fails.
6515 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6516 New targets.
6517
6518 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6519
6520 * configure.in (mips*-*-irix5*): Enable ld.
6521 * configure: Regenerate.
6522
6523 2004-04-15 James E Wilson <wilson@specifixinc.com>
6524
6525 * Makefile.tpl (configure-[+module+], configure-gcc,
6526 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6527 Set and export LDFLAGS.
6528 * Makefile.in: Regenerate.
6529
6530 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6531
6532 PR bootstrap/14871
6533 * Makefile.tpl: If we don't have built-in-tree target tools,
6534 use the ones found by configure rather than hacking around with
6535 program_transform_name.
6536 * configure.in: Give Makefile.tpl the information necessary
6537 to do that.
6538 * Makefile.in: Regenerate.
6539 * configure: Regenerate.
6540
6541 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6542
6543 PR bootstrap/14760
6544 * configure.in: When computing baseargs, strip *all* copies of
6545 offending options. Also, don't match/substitute the trailing space,
6546 so that this actually works when two similar options are separated by
6547 only one space.
6548 * configure: Regenerate.
6549
6550 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6551
6552 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6553 (rs6000-*-aix*): Same.
6554 * configure: Regenerate.
6555
6556 2004-03-25 Stan Shebs <shebs@apple.com>
6557
6558 Remove MPW support, no longer used.
6559 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6560 mpw-install: Remove files.
6561 * src-release (DEVO_SUPPORT): Remove names of removed files.
6562 * MAINTAINERS: Likewise.
6563
6564 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6565
6566 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6567 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6568 * Makefile.in: Regenerate.
6569
6570 * configure.in (top level bootstrap support): Rework --enable-werror
6571 to set @stage2_werror_flag@.
6572 * configure: Regenerate.
6573 * Makefile.tpl (top level bootstrap support): Pass
6574 @stage2_werror_flag@ down to configure in stages 2 and 3.
6575 * Makefile.in: Regenerate.
6576
6577 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6578
6579 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6580 for stages 2 and 3 as well as in make. As a consequence, remove
6581 OUTPUT_OPTION (now detected by configure) from the flags passed down
6582 to make.
6583 * Makefile.in: Regenerate.
6584
6585 * Makefile.tpl (new-bootstrap): Fix typo.
6586 * Makefile.in: Regenerate.
6587
6588 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6589
6590 * Makefile.tpl: Rearrange by moving recursive_targets rules
6591 into their proper sections.
6592 * Makefile.tpl (top level bootstrap support): Move disabling
6593 of coverage flags from 'make' to 'configure'; improve comments.
6594 * Makefile.in: Regenerate.
6595
6596 * Makefile.tpl (experimental top level bootstrap) Move stage1
6597 language setting from all- target to configure- target; disable
6598 intermodule optimization in stage 1; prevent gratuitous rebuilds
6599 of stage 1.
6600 * Makefile.in: Regenerate.
6601 * configure.in: Comma-separate stage 1 language list for top
6602 level bootstrap.
6603 * configure: Regenerate.
6604
6605 * Makefile.tpl: Clean up experimental top level bootstrap support:
6606 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6607 prev-gcc in configure- targets as well as all- targets.
6608 * Makefile.in: Regenerate.
6609
6610 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6611
6612 * configure.in: Remove symbolic link section.
6613 * configure: Regenerate.
6614 * Makefile.tpl (links): Remove.
6615 * Makefile.in: Regenerate.
6616
6617 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6618 Nathanael Nerode <neroden@gcc.gnu.org>
6619
6620 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6621 Set with AC_CHECK_PROGS.
6622 * configure.in: Fix comment typo from last patch.
6623 * configure: Regenerate.
6624
6625 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6626
6627 * Makefile.tpl: Introduce experimental top level bootstrap support.
6628 * Makefile.in: Regenerate.
6629 * configure.in: Introduce support for top level bootstrap.
6630 * configure: Regenerate.
6631
6632 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6633 Paolo Bonzini <bonzini@gnu.org>
6634
6635 PR bootstrap/14522
6636 * configure.in: Cope with shells that do not support unquoted ^
6637 * configure: Regenerate.
6638
6639 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6640 Paolo Bonzini <bonzini@gnu.org>
6641
6642 PR bootstrap/14522
6643 * configure.in: Cope with shell that do not support nesting
6644 quotes inside quoted backquote substitutions.
6645 * configure: Regenerate.
6646
6647 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6648
6649 PR bootstrap/14522
6650 * configure.in: Fix escaping of $.
6651 * configure: Regenerate.
6652
6653 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6654
6655 * configure: Regenerate.
6656
6657 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6658
6659 PR ada/14131
6660 Move language detection to the top level.
6661 * configure.in: Find default values for the tools as
6662 soon as possible. Disable ada if GNAT is not found.
6663 Emit error message about missing languages. Expand
6664 --enable-languages=all for the gcc subdirectory.
6665
6666 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6667
6668 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6669 and disable libgcj.
6670 * configure: Regenerated.
6671
6672 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6673
6674 PR bootstrap/7087
6675 * Makefile.tpl: Guard XFOO sed statements better.
6676 * Makefile.tpl: Add dependency for configure-target-libada.
6677 * Makefile.in: Regenerate (incidentally fixes broken
6678 commit when libada-branch was merged).
6679
6680 2004-02-28 Andrew Cagney <cagney@redhat.com>
6681
6682 * src-release (CVS_NAMES): Define.
6683 (do-tar, do-tar): Prune $(CVS_NAMES).
6684
6685 2004-02-23 Andrew Cagney <cagney@redhat.com>
6686
6687 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6688 2004-02-19.09.
6689
6690 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 PR bootstrap/11932
6693 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6694
6695 2004-02-19 Andrew Cagney <cagney@redhat.com>
6696
6697 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6698 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6699
6700 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6701
6702 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6703 (rs6000-*-aix*): Same.
6704 * configure: Regenerate.
6705
6706 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6707
6708 * configure.in (host): Add in missing $noconfigdirs to defines.
6709 * configure: Regenerate.
6710
6711 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6712 Nathanael Nerode <neroden@gcc.gnu.org>
6713
6714 PR ada/6637, PR ada/5911
6715 Merge with libada-branch:
6716 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6717 with appropriate dependencies. Add --enable-libada configure switch.
6718 * configure, Makefile.in: Regenerate.
6719
6720 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6721
6722 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6723 * configure: Regenerate.
6724
6725 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6726
6727 * COPYING.NEWLIB: Update Red Hat license to 2004.
6728
6729 2004-01-23 DJ Delorie <dj@redhat.com>
6730
6731 * Makefile.def (target_modules) [libiberty]: Don't stage.
6732 * Makefile.in: Rebuilt.
6733
6734 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6735
6736 * COPYING.NEWLIB: Update to include copyrights for new
6737 iconv code.
6738
6739 2004-01-15 Andrew Cagney <cagney@redhat.com>
6740
6741 * src-release: Update copyright year.
6742 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6743 (NEWLIB_SUPPORT_DIRS): Delete macro.
6744 (newlib.tar.bz2): Delete rule.
6745
6746 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6747
6748 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6749 * Makefile.tpl (configure-target-[+module+]): Support stage.
6750 * Makefile.in: Rebuilt.
6751
6752 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6753
6754 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6755 throughout.
6756
6757 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6758
6759 * configure.in: Use ./config.cache, not config.cache.
6760 * configure: Regenerate.
6761 * Makefile.tpl: Special-casing not needed for GCC any more.
6762 * Makefile.in: Regenerate.
6763
6764 * configure.in: Don't share a cache file for host dirs.
6765 * configure: Regenerate.
6766
6767 * config-ml.in: Don't mess with the cache file.
6768
6769 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6770
6771 * Makefile.tpl: Make GCC use a separate config.cache.
6772 * Makefile.in: Regenerate.
6773
6774 PR bootstrap/11932, PR bootstrap/11933
6775 (I don't know if it will fix either of them, but it relates
6776 to them.)
6777 * configure.in: Don't use shared config.cache for target
6778 directories.
6779 * configure: Regenerate.
6780
6781 2003-12-31 Roger Sayle <roger@eyesopen.com>
6782
6783 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6784 * configure: Regenerated.
6785
6786 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6787
6788 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6789 * configure: Regenerated.
6790
6791 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6792
6793 Port change over from GCC:
6794 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6795 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6796 (configure-build-[+module+], configure-[+module+]): Likewise.
6797 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6798 * Makefile.in: Regenerate.
6799
6800 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6801
6802 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6803 * configure: Regenerate.
6804
6805 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6806
6807 * COPYING.NEWLIB: Add license info for long long routines added to
6808 stdlib.
6809
6810 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6811
6812 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6813 * Makefile.in: Regenerate.
6814
6815 2003-10-20 Phil Edwards <phil@codesourcery.com>
6816
6817 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6818 * configure: Regenerate.
6819
6820 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6821
6822 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6823 HOST_FLAGS_TO_PASS.
6824 * Makefile.in: Regenerate.
6825
6826 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6827
6828 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6829 * configure: Rebuilt
6830 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6831 * Makefile.in: Rebuilt
6832
6833 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6834
6835 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6836
6837 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6838
6839 * config-ml.in: Use ac_configure_args directly instead of
6840 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6841 actually seen.
6842
6843 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6844
6845 * config-ml.in: Propagate INSTALL variables.
6846
6847 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6848
6849 * configure.in: Pass a computed --program-transform-name
6850 to subconfigures.
6851 * configure: Regenerated.
6852
6853 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6854
6855 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6856 * Makefile.in: Regenerate.
6857
6858 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6859 * Makefile.in: Regenerate.
6860
6861 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6862
6863 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6864 quoting.
6865 * configure: Regenerated.
6866
6867 2003-09-12 Michael Chastain <mec@shout.net>
6868
6869 Fix PR gdb/857.
6870 * src-release (do-proto-topleve): Remove junk files
6871 intl/config.cache, intl/config.status,
6872 intl/config.h, intl/stamp-h.
6873
6874 2003-09-14 Andrew Cagney <cagney@redhat.com>
6875
6876 * src-release (dejagnu.tar): New target.
6877 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6878 (do-djunpack): Use $(PACKAGE) for the package name.
6879
6880 2003-09-04 DJ Delorie <dj@redhat.com>
6881
6882 * configure: Regenerate.
6883
6884 2003-09-04 Robert Millan <robertmh@gnu.org>
6885
6886 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6887
6888 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6889
6890 * configure.in: Ensure arguments to sed are properly spaced.
6891 * configure: Regenerate.
6892
6893 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6894
6895 Merge from gcc:
6896 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6897 * install-sh: Update to newer upstream versions (associated with
6898 aclocal 1.7).
6899 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6900
6901 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6902
6903 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6904 * configure: Regenerated.
6905
6906 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6907
6908 * configure.in: Use newline instead of semicolon when assuming
6909 shell arguments in a for loop.
6910 * configure: Regenerated.
6911
6912 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6913
6914 PR 8180
6915 * configure.in: When testing with_libs and with_headers, treat
6916 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6917 * configure: Regenerate.
6918
6919 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6920 make, shell, etc.
6921 (baseargs): Likewise.
6922 * configure: Regenerate.
6923
6924 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6925
6926 * configure.in: Disable libgcj for darwin not on powerpc.
6927 * configure: Rebuild.
6928
6929 2003-08-15 Michael Chastain <mec@shout.net>
6930
6931 * src-release (do-proto-toplev): Remove junk files
6932 dejagnu/example/calc/config.status,
6933 dejagnu/example/calc/config.log.
6934
6935 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6936
6937 * config-ml.in, symlink-tree: Add license.
6938
6939 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6940
6941 Merge from gcc:
6942
6943 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6944 * Makefile.tpl (check, check-c++): Express dependencies using
6945 dependencies rather than commands.
6946 * Makefile.in: Regenerate.
6947
6948 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6949 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6950 * Makefile.in: Update.
6951
6952 2003-08-01 Andrew Cagney <cagney@redhat.com>
6953
6954 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6955 * configure: Ditto.
6956
6957 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6958
6959 * configure.in: Enable libgcj for darwin.
6960 * configure: Rebuild.
6961
6962 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6963
6964 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6965
6966 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6967
6968 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6969 creating target and build subdirs to build all parent dirs as needed.
6970 * Makefile.in: Rebuild.
6971 * configure.in: Don't build dirs explicitly here.
6972 * configure: Rebuild.
6973
6974 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6975
6976 * Makefile.tpl (all-make): Depend on intl.
6977 * Makefile.in: Rebuilt.
6978
6979 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6980
6981 * config.if: Remove unused libc_interface determination.
6982
6983 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6984
6985 * Makefile.in: Regenerate, correctly this time.
6986
6987 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6988
6989 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6990 unused INSTALL_PROGRAM_ARGS.
6991 * configure.in: Use AC_PROG_INSTALL.
6992 * Makefile.in: Regenerate.
6993 * configure: Regenerate.
6994
6995 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6996
6997 * configure: Rebuilt.
6998 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6999 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7000 newlib nor libgloss.
7001 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7002 * configure.in (am33_2.0-*-linux*): Added.
7003
7004 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7005
7006 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7007 * configure: Regenerate.
7008
7009 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7010
7011 * config-ml.in: Replace PWD with PWD_COMMAND.
7012 * Makefile.tpl: Likewise.
7013 * Makefile.in: Regenerated.
7014
7015 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7016
7017 * configure.in: Clean up config-lang.in handling. Delete
7018 useless assignment to "subdirs".
7019 * configure: Regenerate.
7020
7021 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * configure.in: Rename 'target_libs' to 'target_libraries'.
7024 Remove useless reference to 'target_libs'.
7025 * configure: Regenerate.
7026
7027 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7028
7029 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7030 * Makefile.in: Regenerate.
7031
7032 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7033
7034 * Makefile.def: Introduce flags_to_pass.
7035 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7036 * Makefile.in: Regenerate.
7037
7038 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7039
7040 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7041 and target-libgloss.
7042 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7043 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7044 * configure: Regenerate.
7045
7046 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7047
7048 * configure.in: Update testsuite_flags to new location.
7049 * configure. Regenerate.
7050
7051 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7052
7053 * Makefile.tpl: Remove BUILD_CC stuff.
7054 * Makefile.in: Regenerate.
7055
7056 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7057
7058 * config.guess: Update to 2003-06-12 version.
7059 * config.sub: Update to 2003-06-13 version.
7060
7061 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7062
7063 * MAINTAINERS: Add myself as MIPS co-maintainer.
7064
7065 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7066
7067 * config.guess: Update to 2003-06-06 version.
7068 * config.sub: Update to 2003-06-06 version.
7069
7070 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7071
7072 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7073 * configure. Regenerate.
7074
7075 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7076
7077 * configure.in: Disable serial configure by default.
7078 * configure: Regenerate.
7079 * Makefile.tpl: Abolish .NOTPARALLEL.
7080 * Makefile.in: Regenerate.
7081
7082 * Makefile.tpl: Replace {build,host,target}_canonical by
7083 {build,host,target}.
7084 * Makefile.in: Regenerate.
7085
7086 * Makefile.tpl: Fix stupid pasto.
7087 * Makefile.in: Regenerate.
7088
7089 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7090
7091 * Makefile.tpl: Remove bogus conditional.
7092 * Makefile.in: Regenerate.
7093
7094 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7095
7096 * Makefile.tpl: Make 'recursive targets' using autogen rather
7097 than shell loop. Remove duplicate 'clean' targets and false
7098 comments.
7099 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7100 Add systematic method of specifying missing targets in subdirs.
7101 Add copyright boilerplate.
7102 * Makefile.in: Regenerate.
7103 * configure.in: Add 'recursive targets' to maybe list.
7104 * configure: Regenerate.
7105
7106 * Makefile.tpl: Rename [+target+] to [+make_target+].
7107 * Makefile.def: Rename 'target' to 'make_target'.
7108
7109 2003-05-30 Nick Clifton <nickc@redhat.com>
7110
7111 * README-maintainer-mode: Update URL for locating blessed config
7112 tools.
7113
7114 2003-05-29 Robert Millan <rmh@debian.org>
7115
7116 * ltconfig: Import this patch and modify for use with current
7117 version of ltconfig:
7118
7119 2003-05-21 Bruno Haible <bruno@clisp.org>
7120
7121 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7122 GNU/FreeBSD.
7123
7124 2003-05-28 DJ Delorie <dj@redhat.com>
7125
7126 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7127 * Makefile.in: Regenerate.
7128
7129 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7130
7131 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7132
7133 2003-05-21 DJ Delorie <dj@redhat.com>
7134
7135 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7136 newlib or libgloss.
7137 * Makefile.in: Regenerate.
7138
7139 2003-05-21 DJ Delorie <dj@redhat.com>
7140
7141 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7142 * Makefile.in: Regenerate.
7143
7144 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7145
7146 * configure.in: Use curly braces in the definition of tooldir.
7147 * configure: Regenerate.
7148
7149 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7150
7151 * configure.in: Switch more things to use maybe dependencies.
7152 * Makefile.tpl: Switch more things to use maybe dependencies.
7153 Factor out common code from autogen IF statements.
7154 * configure: Regenerate.
7155 * Makefile.in: Regenerate.
7156
7157 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7158
7159 * configure.in: Accept i[3456789]86 for machine type.
7160 * configure: Regenerate.
7161
7162 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * configure.in: Switch more things to use maybe dependencies.
7165 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7166 * configure: Regenerate.
7167 * Makefile.tpl: Switch more things to use maybe dependencies.
7168 * Makefile.in: Regenerate.
7169
7170 2003-05-16 Andreas Schwab <schwab@suse.de>
7171
7172 * Makefile.tpl (install-opcodes): Define.
7173 * Makefile.in: Rebuild.
7174
7175 2003-05-13 Andreas Jaeger <aj@suse.de>
7176
7177 * config.guess: Update to 2003-05-09 version.
7178 * config.sub: Update to 2003-05-09 version.
7179
7180 2003-05-13 Michael Eager <eager@mvista.com>
7181
7182 * configure.in: Correct sed script so that options in quotes are not
7183 deleted.
7184 * configure: Rebuild.
7185
7186 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7187
7188 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7189 and $$s/newlib/libc/sys/cygwin32 include paths.
7190 * configure: Ditto.
7191
7192 2003-05-05 H.J. Lu <hjl@gnu.org>
7193
7194 * config-ml.in: Restored from gcc repository.
7195
7196 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7197
7198 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7199 * Makefile.in: Regenerate.
7200
7201 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7202
7203 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7204 and Makefile.def.
7205
7206 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7207
7208 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7209 * Makefile.in: Regenerated.
7210
7211 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7212
7213 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7214 * Makefile.in: Regenerate.
7215
7216 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7217
7218 * configure.in (powerpc64*-*-linux*): Remove.
7219 * configure: Rebuilt.
7220
7221 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7222
7223 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7224 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7225 and restrap.
7226 * Makefile.in: Regenerate.
7227
7228 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7229
7230 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7231 * configure: Regenerated.
7232
7233 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7234
7235 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7236 * */configure: Rebuilt.
7237
7238 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7239
7240 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7241 * Makefile.in: Regenerate.
7242
7243 2003-03-14 Michael Chastain <mec@shout.net>
7244
7245 * Makefile.in: Regenerate with correct Makefile.def.
7246
7247 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7250 Make macro.
7251 * Makefile.in: Regenerate.
7252 * configure.in: Clean up gxx_include_dir logic.
7253 * configure: Regenerate.
7254
7255 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7256
7257 * configure.in (gxx_include_dir): Fix typo.
7258 * configure: Regenerated.
7259
7260 2003-03-06 Andrew Cagney <cagney@redhat.com>
7261
7262 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7263
7264 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7265
7266 * configure.in: Include $(build_tooldir)/sys-include in
7267 FLAGS_FOR_TARGET.
7268 * configure: Regenerated.
7269
7270 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7271
7272 * Makefile.tpl: Reindent.
7273 * Makefile.in: Regenerate.
7274 * configure.in: Reindent. Don't set unused variables.
7275 * configure: Regenerate.
7276
7277 * Makefile.tpl: Always pass down RANLIB.
7278 * Makefile.in: Regenerate.
7279
7280 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7281 * Makefile.in: Regenerate.
7282 * configure.in: Remove unused logic relating to --enable-shared
7283 and --enable-threads. Remove bogus comments. Remove redundant
7284 noconfigdirs.
7285 * configure: Regenerate.
7286
7287 * configure.in: Replace ${libstdcxx_version} by its value.
7288 Remove reference to mh-dgux.
7289 * configure: Regenerate.
7290
7291 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7292
7293 * Makefile.tpl: Rearrange.
7294 * Makefile.in: Regenerate.
7295
7296 2003-02-25 Nick Clifton <nickc@redhat.com>
7297
7298 * configure: Remove site-file supprot - it is obsolete.
7299
7300 2003-02-24 Uwe Stieber <uwe@wwws.de>
7301
7302 * configure.in: Add support for kaOS as cross build target system.
7303 * configure: Regenerated.
7304
7305 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7306
7307 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7308 configure-target-* as some target builds may require additional
7309 flags for preprocessor tests.
7310 * Makefile.in: Regenerated.
7311
7312 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7313
7314 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7315 * ltconfig: Handle it.
7316 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7317 auto-detecting it.
7318
7319 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7320
7321 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7322 it is used as argument to $CC.
7323 * ltcf-gcj.sh: Likewise.
7324
7325 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7326
7327 * configure.in: Introduce --enable-maintainer-mode.
7328 * configure: Rebuilt.
7329 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7330 for maintainer mode.
7331 * Makefile.in: Rebuilt.
7332
7333 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7334
7335 * configure: Regenerate using autoconf 2.13.
7336
7337 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7338
7339 * config.guess: Import latest version.
7340 * config.sub: Import latest version.
7341
7342 2003-02-18 Jason Merrill <jason@redhat.com>
7343
7344 * Makefile.tpl (check-c++): Allow parallelism.
7345
7346 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7347
7348 * configure: Regenerate using autoconf 000227.
7349
7350 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7351
7352 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7353 don't configure target-libobjc.
7354 * configure: Regenerate.
7355
7356 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7357
7358 * Makefile.tpl (RANLIB): Define.
7359 * Makefile.in: Regenerate.
7360
7361 2003-02-06 Keith R Seitz <keiths@redhat.com>
7362
7363 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7364 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7365 * Makefile.in: Regenerated.
7366 * configure.in: Remove all traces of snavigator, db, and grep.
7367 * configure: Regenerated.
7368
7369 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7370
7371 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7372 * Makefile.in: Regenerated.
7373
7374 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7375
7376 * config.if: Copy from GCC.
7377
7378 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7379
7380 * configure.in: Revert 24Jan change.
7381 * configure: Regenerate.
7382
7383 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7384
7385 * configure.in: Revert previous change.
7386 * configure: Regenerate.
7387
7388 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7389
7390 * configure.in: Make rda native-only.
7391 * configure: Regenerate.
7392
7393 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7394
7395 * configure.in: Add missing \.
7396 * configure: Rebuilt.
7397
7398 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7399
7400 * configure.in (baseargs): Avoid using \| in sed regular
7401 expressions.
7402 * configure: Rebuilt.
7403
7404 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7405
7406 * configure.in (baseargs): Remove all supported forms of
7407 --cache-file, --srcdir, --host, --build and --target options
7408 from argument lists.
7409 * configure: Rebuilt.
7410
7411 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7412
7413 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7414 * configure: Rebuilt.
7415
7416 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7417
7418 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7419 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7420 * Makefile.in: Regenerate.
7421 * configure: Regenerate.
7422
7423 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7424
7425 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7426 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7427 * Makefile.in: Regenerate.
7428
7429 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7430
7431 * configure.in: Remove Makefile in build, host and target modules
7432 unless configure was run with --no-recursion.
7433 * configure: Rebuilt.
7434
7435 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7436
7437 * config.guess: Update to 2003-01-03 version.
7438 * config.sub: Update to 2003-01-03 version.
7439
7440 2003-01-07 Christopher Faylor <cgf@redhat.com>
7441
7442 * configure: Regenerate with proper autoconf 2.13.
7443
7444 2003-01-07 Christopher Faylor <cgf@redhat.com>
7445
7446 * configure.in: Add AC_PREREQ for consistency.
7447 * configure: Regenerate.
7448
7449 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7450
7451 * configure.in (GDB_TK): Add tcl directories conditional on
7452 gdb/gdbtk directory being present.
7453 * configure: Regenerate.
7454
7455 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7456
7457 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7458 by gcc if LD is not defined and we are not doing a Canadian Cross.
7459 * configure: Rebuilt.
7460
7461 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7462
7463 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7464
7465 2002-12-31 Tom Tromey <tromey@redhat.com>
7466
7467 * Makefile.in: Rebuilt.
7468 * Makefile.def (target_modules) [libffi]: Allow installation.
7469
7470 2002-12-31 Andreas Schwab <schwab@suse.de>
7471
7472 * configure.in: Fix use of $program_transform_name.
7473 * configure: Regenerated.
7474
7475 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7476
7477 * configure.in (baseargs): Don't remove first configure argument.
7478 * configure: Regenerated.
7479
7480 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7481
7482 * Makefile.tpl (local-distclean): Don't remove...
7483 (multilib.ts): ... this. Moved into...
7484 (multilib.out): ... this. Don't use sub-make.
7485 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7486 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7487 (configure-build-[+module+], configure-[+module+],
7488 configure-target-[+module+], configure-gcc): ... these. Test
7489 for Makefile existence. Drop config.status from dependencies.
7490 * Makefile.in: Rebuilt.
7491 * configure.in: Move gcc-version-trigger to the end of
7492 ac_configure_args. Add comments to maybedep.tmp and
7493 serdep.tmp. Introduce --disable-serial-configure. Remove
7494 nonopt from baseargs, matching and removing corresponding
7495 whitespace while at it.
7496 * configure: Rebuilt.
7497
7498 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7499
7500 * configure.in (host_configargs): Replace reference to
7501 no-longer-defined buildopts with --build=${build_alias}.
7502 * configure: Rebuilt.
7503
7504 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7505
7506 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7507 program_transform_name to standard idiom.
7508 (AUTOGEN, AUTOCONF): Define.
7509 (Makefile.in): Use $(AUTOGEN).
7510 (Makefile): Depend on config.status, and use autoconf-style rule to
7511 build it. Move original commands to...
7512 (config.status): ... this new target.
7513 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7514 $(AUTOCONF).
7515 * Makefile.in: Rebuilt.
7516
7517 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7518
7519 * Makefile.tpl: Fix dramatic bustage due to change in
7520 program_transform_name.
7521 * Makefile.in: Regenerate.
7522
7523 * configure.in: Remove unnecessary PATH setting.
7524 * configure: Regnerate.
7525
7526 * configure.in: Don't default to unprefixed tools unless
7527 the native tools will work.
7528 * configure: Regenerate.
7529
7530 * configure.in: Convert to autoconf script. Blow away lots
7531 of now-redundant Makefile fragments.
7532 * configure: Generate using Autoconf.
7533 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7534 * Makefile.in: Regenerate.
7535
7536 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7537
7538 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7539 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7540
7541 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7542 where they belong.
7543
7544 2002-12-24 Andreas Schwab <schwab@suse.de>
7545
7546 * Makefile.tpl (multilib.out): Fix missing space.
7547 * Makefile.in: Regenerate.
7548
7549 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7550
7551 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7552 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7553 * Makefile.in: Regenerate.
7554 * configure.in: Remove unnecessary leftovers.
7555
7556 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7557
7558 * configure.in (extra_ranlibflags_for_target): New variable.
7559 (*-*-darwin): Add -c to ranlib commands.
7560 * configure (tooldir): Handle extra_ranlibflags_for_target.
7561
7562 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7563
7564 * COPYING.NEWLIB: Updated.
7565 * COPYING.LIBGLOSS: Ditto.
7566
7567 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7568
7569 * Makefile.tpl: Revert HJL's change.
7570 * Makefile.in: Regenerated.
7571 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7572 always.
7573
7574 2002-12-19 Andreas Schwab <schwab@suse.de>
7575
7576 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7577 * Makefile.in: Regenerate.
7578
7579 2002-12-18 H.J. Lu <hjl@gnu.org>
7580
7581 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7582 * Makefile.in: Regenerated.
7583
7584 * configure.in (build_prefix): New. Substitute.
7585
7586 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7587
7588 * Makefile.tpl: Don't let real targets depend on phony targets.
7589 * Makefile.in: Regenerate.
7590
7591 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7592 * Makefile.in: Regenerate.
7593
7594 2002-12-16 Jason Merrill <jason@redhat.com>
7595
7596 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7597 previous 'make bootstrap'.
7598 * Makefile.in: Regenerate.
7599
7600 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7601
7602 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7603
7604 2002-12-13 Jason Merrill <jason@redhat.com>
7605
7606 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7607 library tests.
7608 (check-c++): Just depend on it and check-target-libstdc++-v3.
7609 * Makefile.in: Regenerate.
7610
7611 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7612
7613 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7614 * Makefile.in: Regenerate.
7615
7616 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7617
7618 * COPYING.NEWLIB: Update list of alternate Regent of California
7619 licenses and discuss official revoking of advertising clause.
7620 * COPYING.LIBGLOSS: Ditto.
7621
7622 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7623
7624 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7625 * Makefile.in: Rebuilt.
7626
7627 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7628
7629 * configure: Fix bug put in by gremlins.
7630
7631 * Makefile.tpl: Substitute more autoconfily.
7632 * configure: Substitute more autoconfily.
7633 * Makefile.in: Regenerate.
7634
7635 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7636
7637 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7638 * Makefile.in (all-sim): Ditto.
7639
7640 2002-12-06 DJ Delorie <dj@redhat.com>
7641
7642 * Makefile.tpl: Change configure dependencies to not have real
7643 targets depend on phony targets.
7644
7645 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7646
7647 * configure.in: Revert unintentional change.
7648
7649 * src-release: Configure host subdirs.
7650
7651 * Makefile.tpl: Change dependency for */multilib.out so that
7652 it works when gcc isn't in the tree.
7653
7654 * configure.in: Substitute more.
7655 * configure: Run subconfigures from the Makefile.
7656 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7657 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7658
7659 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7660
7661 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7662 and corresponding dependencies.
7663 * Makefile.in: Regenerate.
7664
7665 * configure.in (host_tools): Order binutils, gas and ld for
7666 convenience in running the testsuites.
7667
7668 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7669 * Makefile.in: Regenerate.
7670 * configure.in: Introduce rules to serialize subconfigure runs.
7671
7672 * configure.in: Introduce BASE_CC_FOR_TARGET.
7673 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7674 Realize configure-build-* targets. Realize configure-target-* targets.
7675 * Makefile.in: Regenerate.
7676
7677 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7678
7679 * configure: Move gcc_version_trigger stuff from here...
7680 * configure.in: ...to here.
7681
7682 * configure.in: Separate subconfigure options added by this file from
7683 options given by the user. Add machinery to put args for host
7684 subconfigures into the Makefile.
7685
7686 * Makefile.tpl: Remove 'vault' targets.
7687 * Makefile.tpl: Reorder and comment dependencies.
7688 * Makefile.in: Regenerate.
7689
7690 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7691
7692 * configure.in: Move host-specific darwin noconfigdirs into
7693 the host-specific section.
7694
7695 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7696
7697 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7698 during replay.
7699 * Makefile.in: Regenerate.
7700
7701 (finishing slow-motion replay)
7702 * configure: Remove skip-this-dir support.
7703 * Makefile.tpl: Remove skip-this-dir support.
7704
7705 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7706 subdirectories.
7707 * Makefile.in: Regenerate.
7708
7709 * Makefile.tpl: Strip out useless setting of 'dir'.
7710 * Makefile.in: Regenerate.
7711
7712 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7713
7714 (finishing slow-motion replay)
7715 * configure.in: Fix deeply stupid bug.
7716
7717 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7718 shell code in CXX_FOR_TARGET
7719 * Makefile.def: Introduce raw_cxx.
7720 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7721 RAW_CXX_FOR_TARGET.
7722 * Makefile.in: Regenerate.
7723
7724 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7725
7726 (finishing slow-motion replay)
7727 * Makefile.tpl: Remove unnecessary ifs.
7728 * Makefile.in: Regenerate.
7729
7730 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7731 dependencies. Maybe-ize build-libiberty. Create dummy install
7732 targets for 'no_install' modules.
7733 * configure: Move GDB_TK substitution to configure.in. Move
7734 build_modules stuff to configure.in.
7735 * configure.in: Implement soft dependency machinery. Maybe-ize
7736 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7737 * Makefile.in: Regenerate.
7738
7739 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7740
7741 (continuing slow-motion replay)
7742 * Makefile.tpl: Make all-target, install-target behave similarly
7743 to all, install (only hitting configured targets). Eliminate
7744 unused macro defintions.
7745
7746 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7747 build != host.
7748
7749 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7750
7751 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7752
7753 * configure.in: Produce lists of subdir targets we're actually
7754 configuring. Remove references to "dosrel".
7755 * Makefile.tpl: Let configure set which subdir targets are hit.
7756 Remove install-cross; clean up install; remove ALL. Remove
7757 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7758 Autogenerate host module targets. Remove empty dependency lines
7759 and redundant dependency; rearrange slightly.
7760 * Makefile.def: Add host-side libtermcap, utils.
7761
7762 * Makefile.in: Regenerate.
7763
7764 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7765
7766 (Continuing slow-motion replay)
7767 * Makefile.def: Add list of recursive targets to autogenerate.
7768 Add build_modules.
7769 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7770 targets. Autogenerate *-build-* targets.
7771 * Makefile.in: Regenerate.
7772
7773 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7774
7775 (Continuing slow-motion replay)
7776 * configure: More autoconf-style substitutions.
7777 * Makefile.tpl: More autoconf-style substitutions.
7778 * Makefile.in: Regenerate.
7779
7780 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7781
7782 (Continuing slow-motion replay)
7783 * configure: Substitute more variables in a more autoconf-friendly
7784 way. Simplify slightly.
7785 * Makefile.tpl: Make more variables substitutable in an
7786 autoconf-friendly way.
7787 * Makefile.in: Regenerate.
7788
7789 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7790
7791 (Continuing slow-motion replay)
7792 * configure.in (v810*): Remove special setting of tools.
7793
7794 * configure: Add support for extra required flags for ar or nm.
7795 * configure.in (aix4.3+): Use above support for target-specific
7796 issues, rather than using config/mt-aix43.
7797
7798 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7799
7800 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7801 * configure: Remove 'removing', which doesn't work. Replace $subdir
7802 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7803 with $srcdir. Reformat indentation. Substitute some variables
7804 formerly hard-coded in the Makefile for build=host.
7805 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7806 * Makefile.def: Autogenerate more.
7807 * Makefile.in: Regenerate.
7808
7809 2002-11-13 Bruce Korb <bkorb@gnu.org>
7810
7811 * Makefile.tpl: syntactic cleanup
7812
7813 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7814
7815 * Makefile.def (host_modules): Add rda.
7816 * Makefile.in: Regenerate.
7817 * configure.in (target_tool): Add target-rda to list.
7818
7819 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7820
7821 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7822 and restrap targets to this rule.
7823 * Makefile.in: Regenerate.
7824
7825 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7826
7827 * configure.in (i[3456]86-*-linux*): Add check to disable
7828 ${libgcj} for glibc1.
7829
7830 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7831
7832 * configure.in: Add tic4x target.
7833
7834 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7835
7836 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7837 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7838 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7839 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7840 * Makefile.in: Regenerate.
7841
7842 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7843
7844 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7845 * Makefile.in: Regenerate.
7846
7847 * Makefile.def: Remove order dependency comments.
7848 * Makefile.tpl: Add explicit install-install dependencies.
7849 * Makefile.in: Regenerate.
7850
7851 * Makefile.tpl: Remove material now in src-release. (Finally!)
7852 * Makefile.in: Regenerate.
7853
7854 * configure: Restore my original patch by syncing with gcc version.
7855
7856 * Bring following over from gcc:
7857
7858 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7859
7860 * configure.in (s390*-*-linux*): Enable libgcj.
7861
7862 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7863
7864 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7865
7866 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7867
7868 * configure: Move stray lines back to where they belong.
7869
7870 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7871
7872 * Makefile.tpl: Insert configure-target target, for src-release.
7873
7874 * configure: Finish reverting change which Andrew Cagney started
7875 reverting. Should fix bustage.
7876
7877 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7878 * src-release: New file. Contains material for making net
7879 releases for gdb, binutils, et al., formerly in Makefile.in.
7880
7881 2002-09-30 Nick Clifton <nickc@redhat.com>
7882
7883 * cpu: New top level directory. Intended to hold input files for
7884 CGEN which have FSF copyright assignment.
7885 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7886
7887 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7888
7889 Revert below (note that src does not contain Makefile.tpl):
7890 * Makefile.tpl: Make subsituted variables more autoconfy.
7891 * Makefile.in: Regenerate.
7892
7893 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7894
7895 * configure: Revert accidentally applied changes.
7896
7897 * Makefile.tpl: Make more autoconf-friendly.
7898 * Makefile.in: Regenerate.
7899 * configure: Make substitution more autoconf-like.
7900
7901 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7902
7903 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7904 single entry to handle all these.
7905 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7906 libjava on arm-*-elf.
7907
7908 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7909
7910 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7911 things that depend on them.
7912
7913 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7914
7915 * Makefile.tpl: Make subsituted variables more autoconfy.
7916 * Makefile.in: Regenerate.
7917 * configure: Make seds more autoconfy.
7918
7919 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7920
7921 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7922 * Makefile.in: Regenerate.
7923 * configure.in: Rewrite sed statements to look autoconfy.
7924
7925 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7926 all-target-foo on configure-target-foo.
7927 * Makefile.def: Ditto.
7928 * Makefile.in: Rebuild.
7929
7930 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7931
7932 * Makefile.def: New file.
7933 * Makefile.tpl: New file.
7934 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7935
7936 * configure.in: Minor rearrangement. Simplify tests.
7937
7938 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7939
7940 * configure.in (with_headers): Skip copy if value is "yes".
7941 (with_libs): Likewise.
7942
7943 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7944
7945 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7946 * configure.in (sh*-*-pe*): Ditto.
7947 * configure.in (mips*-*-pe*): Ditto.
7948 * configure.in (*arm-wince-pe): Ditto.
7949
7950 * configure.in: Rearrange.
7951
7952 2002-09-12 Nick Clifton <nickc@redhat.com>
7953
7954 * Import these changes from the config master repository:
7955
7956 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7957
7958 * config.sub: Add tic4x target.
7959
7960 2002-09-03 Ben Elliston <bje@redhat.com>
7961
7962 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7963 Reported by <Duncan_Stodart@insession.com>.
7964
7965 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7966
7967 * COPYING.NEWLIB: More updates.
7968
7969 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7970
7971 * COPYING.NEWLIB: Update.
7972
7973 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7974
7975 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7976
7977 * config.guess: Import version 2002-08-23.
7978 * config.sub: Import version 2002-08-22.
7979
7980 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7981
7982 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7983 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7984 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7985
7986 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7987
7988 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7989
7990 2002-08-04 H.J. Lu (hjl@gnu.org)
7991
7992 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7993
7994 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7995
7996 * configure.in: Move generic linux case to end. Copy generic
7997 linux noconfigdirs to mips*-*-linux* entry and new
7998 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7999
8000 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8001
8002 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8003 one instance of them which was missed to the list to update.
8004
8005 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8006
8007 * config.guess: Update to 2002-07-09 version.
8008 * config.sub: Update to 2002-07-03 version.
8009
8010 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8011
8012 * configure.in: Remove two redundant tests.
8013
8014 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8015
8016 * configure.in (mips*-*-irix6*o32): Enable stabs.
8017
8018 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 * configure.in: Don't build grez.
8021 * Makefile.in: Ditto.
8022
8023 * Makefile.in: Remove references to bsp, cygmon, libstub.
8024 * configure.in: Ditto.
8025
8026 * configure.in: Remove leftover reference to gdbtest.
8027
8028 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8029
8030 * configure.in (gxx_include_dir): Change to match versioned
8031 C++ headers if --enable-version-specific-runtime-libs is used.
8032
8033 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8034
8035 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8036
8037 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8038
8039 * configure.in: Make --without-x work.
8040
8041 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8042
8043 * contrib: New directory. Created to contain a copy of the
8044 texi2pod.pl script so that it is in the same place as the version in
8045 the FSF GCC sources.
8046
8047 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8048
8049 * configure.in: Rearrange target Makefile fragment collection.
8050
8051 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8052 cvs[src].
8053 * configure.in: Ditto.
8054
8055 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8056
8057 * Makefile.in: Eliminate 'apache' targets.
8058 * configure.in: Eliminate 'apache' targets.
8059
8060 * configure.in: Eliminate redundant tests. Reorganize.
8061
8062 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8063
8064 * config-ml.in: Eliminate references to Cygnus configure.
8065
8066 * Makefile.in: Eliminate references to building emacs.
8067
8068 2002-07-01 Denis Chertykov <denisc@overta.ru>
8069
8070 * configure.in: Add support for ip2k.
8071
8072 2002-06-24 Ben Elliston <bje@redhat.com>
8073
8074 * configure.in (host_tools): Remove cgen.
8075
8076 * Makefile.in (all-cgen): Remove; runs from its source directory.
8077 (check-cgen, install-cgen, clean-cgen): Likewise.
8078 (all-opcodes): No not depend on all-cgen.
8079 (all-sim): Likewise.
8080
8081 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8082
8083 * configure.in: Fix AIX configury bug.
8084
8085 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8086
8087 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8088
8089 * configure.in: Move definition of libstdcxx_flags right above
8090 usage, rather than way earlier.
8091
8092 * configure.in: Pull definition of is_cross_compiler earlier.
8093
8094 * configure.in: Rearrange a little.
8095
8096 * configure.in: Remove references to librx.
8097 * Makefile.in: Remove references to librx.
8098
8099 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8100
8101 * configure.in: Eliminate ${gasdir} variable.
8102
8103 2002-06-18 Dave Brolley <brolley@redhat.com>
8104
8105 * configure.in: Add support for frv.
8106 * config.sub: Add support for frv.
8107
8108 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8109
8110 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8111
8112 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * configure.in (vax-*-netbsd*): Re-enable gas.
8115
8116 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8117
8118 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8119 BUILD_PREFIX_1, to correct nomenclature.
8120 * configure: Likewise.
8121
8122 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8123 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8124
8125 2002-05-31 Olaf Hering <olh@suse.de>
8126
8127 * config-ml.in: Propogate DESTDIR also.
8128
8129 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8130
8131 * configure.in (vax-*-netbsd*): Don't build gas for this
8132 platform.
8133
8134 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8135
8136 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8137 and libgcj for AVR.
8138
8139 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8140
8141 * config.sub: Add DLX target.
8142
8143 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8144
8145 * config.guess: Update to 2002-05-22 version.
8146 * config.sub: Likewise.
8147
8148 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8149
8150 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8151 * config-ml.in: Likewise.
8152 * configure: Likewise.
8153 * configure.in: Likewise.
8154
8155 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8156
8157 * configure.in: Simplify makefile fragment collection.
8158
8159 * configure.in: Remove code to build emacs.
8160
8161 * configure.in : Remove --srcdir argument from targargs and buildargs
8162 (it's always overridden in the Makefile anyway). Rearrange a bit.
8163
8164 * configure: Move some logic to configure.in.
8165 * configure.in: Move some logic from configure.
8166
8167 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8168
8169 * COPYING.LIBGLOSS: New file.
8170
8171 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8172
8173 * Makefile.in: Honour DESTDIR.
8174
8175 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8176
8177 * configure.in (noconfigdirs): Don't disable libgcj on
8178 sparc64-*-solaris* and sparcv9-*-solaris*.
8179
8180 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8181
8182 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8183
8184 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8185
8186 * configure.in (FLAGS_FOR_TARGET): Do not add
8187 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8188 on i[3456]86-*-linux*.
8189
8190 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8191
8192 * configure.in (noconfigdirs): Replace [ ] with test.
8193
8194 * configure.in (noconfigdirs): Do not add target-newlib if
8195 target == i[3456]86-*-linux*, and host == target.
8196
8197 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8198
8199 * config.guess: Updated to 2002-04-26's version.
8200 * config.sub: Updated to 2002-04-26's version.
8201
8202 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8203
8204 * configure.in: delete reference to absent file
8205
8206 * configure.in: replace '[' with 'test'
8207
8208 * configure.in: Eliminate references to gash.
8209 * Makefile.in: Eliminate references to gash.
8210
8211 * configure.in: remove useless references to 'pic' makefile fragments.
8212
8213 * configure.in: (*-*-windows*) Finish removing.
8214
8215 * configure.in: Eliminate redundant test for libgui.
8216
8217 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8218
8219 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8220 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8221
8222 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8223
8224 * configure.in: remove references to dead files
8225
8226 2002-04-18 Tom Tromey <tromey@redhat.com>
8227
8228 * configure.in: Disallow configuring libgcj when it is already
8229 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8230 Solaris 2.8 by default. For PR libgcj/6158.
8231
8232 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8233
8234 * configure.in: Move default CC setting out of config/mh-* fragments
8235 directly into here.
8236
8237 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8238
8239 * configure.in: don't even try to configure or make a subdirectory
8240 if there's no configure script for it.
8241
8242 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8243
8244 * MAINTAINERS: Remove chill maintainers.
8245 * Makefile.in (CHILLFLAGS): Remove.
8246 (CHILL_LIB): Remove.
8247 (TARGET_CONFIGDIRS): Remove libchill.
8248 (CHILL_FOR_TARGET): Remove.
8249 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8250 CHILL_LIB.
8251 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8252 (CHECK_TARGET_MODULES): Likewise.
8253 (INSTALL_TARGET_MODULES): Likewise.
8254 (CLEAN_TARGET_MODULES): Likewise.
8255 (configure-target-libchill): Remove.
8256 (all-target-libchill): Remove.
8257 * configure.in (target_libs): Remove target-libchill.
8258 Do not compute CHILL_FOR_TARGET.
8259 * libchill: Remove directory.
8260
8261 2002-04-15 DJ Delorie <dj@redhat.com>
8262
8263 * Makefile.in, configure.in, configure: Sync with gcc, entries
8264 follow...
8265
8266 2002-04-08 Tom Tromey <tromey@redhat.com>
8267
8268 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8269 Fixes PR libgcj/6068.
8270
8271 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8272
8273 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8274
8275 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8276
8277 * configure.in (alpha*-dec-osf*): Enable libgcj.
8278
8279 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8280
8281 Fix for: PR bootstrap/3591, target/5676
8282 * configure.in (mcore-pe): Disable the configuration of
8283 libstdc++-v3 since exceptions are not supported.
8284
8285 2002-03-20 Anthony Green <green@redhat.com>
8286
8287 * configure.in: Enable libgcj for xscale-elf target.
8288
8289 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8290
8291 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8292 libjava.
8293 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8294
8295 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8296
8297 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8298 libstdc++-v3 and libjava.
8299
8300 2002-02-11 Adam Megacz <adam@xwt.org>
8301
8302 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8303 boehm-gc
8304
8305 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8306
8307 * config.guess: Updated to 2002-01-30's version.
8308 * config.sub: Updated to 2002-02-01's version.
8309 Contribute sh64-elf.
8310 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8311 * configure.in: Added sh64-*-*.
8312
8313 2002-01-17 H.J. Lu <hjl@gnu.org>
8314
8315 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8316 (all-target-fastjar): Also depend on all-target-libiberty.
8317
8318 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8319
8320 * configure, configure.in: Use temp file for long sed commands.
8321
8322 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8323
8324 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8325 libf2c.
8326
8327 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8328
8329 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8330
8331 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8332
8333 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8334
8335 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8336
8337 * configure: Handle temporary files securely using mkdir.
8338
8339 2001-09-26 Will Cohen <wcohen@redhat.com>
8340
8341 * configure.in (*-*-linux*): Disable configuration of target-newlib
8342 and target-libgloss.
8343
8344 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8345
8346 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8347 RANLIB.
8348
8349 2001-08-11 Graham Stott <grahams@redhat.com>
8350
8351 * Makefile.in (check-c++): Add missing semicolon.
8352
8353 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8354
8355 * configure.in (sh-*-linux*): New.
8356
8357 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8358
8359 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8360 and libgcj on m68hc11/m68hc12.
8361
8362 2001-06-27 H.J. Lu (hjl@gnu.org)
8363
8364 * Makefile (CFLAGS_FOR_BUILD): New.
8365 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8366
8367 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8368
8369 * configure.in (libstdcxx_flags): Do not try to execute
8370 libstdc++-v3/testsuite_flags until it exists.
8371
8372 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8373
8374 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8375
8376 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8377
8378 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8379
8380 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8381
8382 * configure.in: Move *-chorusos target case to the proper switch.
8383 Disable libgcj.
8384
8385 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8386
8387 * Makefile.in (STAGE1_CFLAGS): Pass down.
8388
8389 2001-04-13 Alan Modra <amodra@one.net.au>
8390
8391 * config.guess: Add hppa64-linux support. Note for next import that
8392 this is already in the master file.
8393 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8394
8395 2001-03-22 Colin Howell <chowell@redhat.com>
8396
8397 * Makefile.in (DO_X): Do not backslash single-quotes in
8398 backquotes (two places).
8399
8400 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8401
8402 * Makefile.in (DO_X): Quote nested quotes.
8403
8404 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8405
8406 * Makefile.in (DO_X): Use double quotes for quoting
8407 "RANLIB=$${RANLIB}".
8408
8409 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8410
8411 * configure.in: Only use `lang_requires' for languages athat are
8412 actually enabled.
8413
8414 2001-03-07 Tom Tromey <tromey@redhat.com>
8415
8416 * configure.in: Allow config-lang.in to set `lang_requires' to list
8417 of other required languages.
8418
8419 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8420
8421 * Makefile.in: Remove RANLIB definition. Use RANLIB
8422 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8423 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8424
8425 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8426 Alexandre Oliva <aoliva@redhat.com>
8427
8428 * Makefile.in (check-c++): Use tabs, not spaces.
8429
8430 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8431
8432 * Makefile.in (check-c++): New rule.
8433
8434 * configure.in (target_libs): Remove libg++.
8435 (noconfigdirs): Remove libg++.
8436 (noconfigdirs): Same.
8437 (noconfigdirs): Same.
8438 (noconfigdirs): Same.
8439
8440 * config-ml.in: Remove libg++ references.
8441
8442 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8443 (ALL_TARGET_MODULES): Same.
8444 (configure-target-libg++): Remove.
8445 (all-target-libg++): Remove.
8446 (configure-target-libio): Remove.
8447 (all-target-libio): Remove.
8448 (check-target-libio): Remove.
8449 (.PHONY): Remove.
8450 (libg++.tar.bz2): Remove.
8451 (all-target-cygmon): Remove libio.
8452 (all-target-libstdc++): Remove.
8453 (configure-target-libstdc++): Remove.
8454 (TARGET_LIB_PATH): Remove libstdc++.
8455 (ALL_GCC_CXX): Remove libstdc++.
8456 (all-target-gperf): Correct.
8457
8458 2001-02-15 Anthony Green <green@redhat.com>
8459
8460 * configure: Introduce GCJ_FOR_TARGET.
8461 * configure.in: Ditto.
8462 * Makefile.in: Ditto.
8463
8464 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8465
8466 * configure.in: for *-chorusos, don't config target-newlib and
8467 target-libgloss.
8468
8469 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8470
8471 Remove V2 C++ library.
8472 * configure.in: Remove --enable-libstdcxx_v3 support.
8473
8474 2001-01-27 Richard Henderson <rth@redhat.com>
8475
8476 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8477
8478 2001-01-26 Tom Tromey <tromey@redhat.com>
8479
8480 * configure.in: Allow libgcj to be built on Sparc Solaris.
8481
8482 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8483
8484 * configure.in: Enable libgcj on several additional platforms.
8485
8486 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8487
8488 * configure.in: Enable libgcj for linux targets.
8489
8490 2001-01-09 Mike Stump <mrs@wrs.com>
8491
8492 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8493 failures of subdirectories.
8494
8495 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8496
8497 * configure: handle DOS-style absolute paths.
8498
8499 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8500
8501 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8502
8503 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8504
8505 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8506 (libstdcxx_incdir): Pass down.
8507 * config.if: Remove expired bits for cxx_interface, add stub.
8508 (libstdcxx_incdir): Add variable for g++ include directory.
8509 * configure.in (gxx_include_dir): Use it.
8510
8511 2000-12-15 Andreas Jaeger <aj@suse.de>
8512
8513 * configure.in: Handle lang_dirs.
8514
8515 2000-12-13 Anthony Green <green@redhat.com>
8516
8517 * configure.in: Disable libgcj for any target not specifically
8518 listed. Disable libgcj for x86 and Alpha Linux until compatible
8519 with g++ abi.
8520
8521 2000-12-13 Mike Stump <mrs@wrs.com>
8522
8523 * Makefile.in (local-distclean): Also remove fastjar.
8524
8525 2000-12-10 Anthony Green <green@redhat.com>
8526
8527 * configure.in: Define libgcj. Disable libgcj target libraries for
8528 most targets.
8529
8530 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8531
8532 * configure.in (target_libs): Revert 2000-12-08 patch.
8533 (noconfigdirs): Added target-libjava.
8534
8535 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8536
8537 * Makefile.in: handle DOS-style absolute paths.
8538
8539 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8540
8541 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8542 libjava.
8543 * configure.in (target_libs): Removed `target-libjava'.
8544
8545 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8546
8547 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8548 (ALL_MODULES): Added fastjar.
8549 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8550 (all-target-libjava): all-fastjar replaces all-zip.
8551 (all-fastjar): Added.
8552 (configure-target-fastjar, all-target-fastjar): Likewise.
8553 * configure.in (host_tools): Added fastjar.
8554
8555 2000-12-07 Mike Stump <mrs@wrs.com>
8556
8557 * Makefile.in (local-distclean): Remove leftover built files.
8558
8559 2000-11-16 Fred Fish <fnf@be.com>
8560
8561 * configure.in (enable_libstdcxx_v3): Fix typo,
8562 libstd++ -> libstdc++.
8563
8564 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8565
8566 * configure: Provide the original toplevel configure arguments
8567 (including $0) to subprocesses in the environment rather than
8568 through gcc/configargs.h.
8569
8570 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8571
8572 * configure: Turn on libstdc++ V3 by default.
8573
8574 2000-10-16 Michael Meissner <meissner@redhat.com>
8575
8576 * configure (gcc/configargs.h): Only create if there is a build GCC
8577 directory created.
8578
8579 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8580
8581 * configure: Save configure arguments to gcc/configargs.h.
8582
8583 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8584
8585 * Makefile.in (bootstrap): avoid recursion if subdir missing
8586 (cross): ditto
8587 (do-proto-toplev): ditto
8588
8589 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8590
8591 * configure.in: Do not build byacc for hppa64. Provide paths to the
8592 X11 libraries for hppa64.
8593
8594 2000-09-02 Anthony Green <green@cygnus.com>
8595
8596 * Makefile.in (all-gcc): Depend on all-zlib.
8597 (CLEAN_MODULES): Add clean-zlib.
8598 (ALL_MODULES): Add all-zlib.
8599 * configure.in (host_libs): Add zlib.
8600
8601 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8602
8603 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8604 $targargs to tell whether newlib is going to be built.
8605
8606 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8607 $$r/TARGET_SUBDIR/libio for _G_config.h.
8608
8609 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8610
8611 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8612
8613 * configure: Make enable_threads and enable_shared defaults
8614 explicit. Substitute enable_threads into generated Makefiles.
8615 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8616 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8617
8618 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8619
8620 * configure.in: Re-enable all references to libg++ and librx.
8621
8622 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8623
8624 * configure.in: Add *-*-freebsd* configurations.
8625
8626 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8627
8628 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8629 (do-tar, do-bz2): New rules.
8630 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8631 (gdb-tar): New rule.
8632 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8633 (insight_dejagnu.tar): New rule.
8634 (insight.tar): New rule.
8635 (gdb+dejagnu.tar): New rule.
8636 (gdb.tar): New rule.
8637
8638 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8639
8640 * MAINTAINERS: Update dejagnu/
8641
8642 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8643
8644 * ltmain.sh (relink_command): Fix typo in previous change.
8645
8646 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8649 (relink_command): Added --tag flags.
8650 (mode=install): If relinking fails; error out.
8651
8652 2002-03-12 Richard Henderson <rth@redhat.com>
8653
8654 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8655 .NOTPARALLEL tag.
8656 (do-check): Rename from check.
8657 (check): Allow parallel check.
8658
8659 2002-03-11 Richard Henderson <rth@redhat.com>
8660
8661 * Makefile.in (.NOTPARALLEL): Add fake tag.
8662
8663 2002-03-07 H.J. Lu (hjl@gnu.org)
8664
8665 * configure.in: Enable gprof for mips*-*-linux*.
8666
8667 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8668
8669 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8670 libjava.
8671 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8672
8673 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8674
8675 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8676
8677 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8678
8679 * config.guess: Import from master sources, rev 1.232.
8680 * config.sub: Import from master sources, rev 1.246.
8681
8682 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8683
8684 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8685 because its Makefile is there; test for the executable instead.
8686
8687 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8688
8689 Contribute sh64-elf.
8690 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8691 * configure.in: Added sh64-*-*.
8692
8693 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8694
8695 * COPYING.NEWLIB: Remove advertising clause from
8696 Berkeley and Red Hat licenses.
8697
8698 2002-02-01 Mo DeJong <supermo@bayarea.net>
8699
8700 * Makefile.in: Add all-tix to deps for all-snavigator
8701 so that tix is built when building snavigator.
8702
8703 2002-02-01 Ben Elliston <bje@redhat.com>
8704
8705 * config.guess: Import from master sources, rev 1.229.
8706 * config.sub: Import from master sources, rev 1.240.
8707
8708 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8709
8710 From Steve Ellcey <sje@cup.hp.com>:
8711 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8712 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8713 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8714 IA64.
8715 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8716 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8717 soname_spec, sys_lib_search_path_spec): Ditto.
8718
8719 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8720
8721 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8722 target-libiberty, and target-libgloss. Skip Java-related
8723 libraries if not supported for NetBSD on target CPU.
8724
8725 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8726
8727 * configure.in: Import StrongARM and XScale target_configdirs from
8728 FSF GCC version.
8729
8730 2002-01-16 H.J. Lu (hjl@gnu.org)
8731
8732 * config.guess: Import from master sources, rev 1.225.
8733 * config.sub: Import from master sources, rev 1.238.
8734
8735 * MAINTAINERS: Updated notes on config.guess and config.sub.
8736
8737 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8738
8739 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8740 ld and gdb are not supported.
8741
8742 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8743
8744 * Change reference to Cygnus Solutions to be Red Hat.
8745
8746 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8747
8748 * COPYING.NEWLIB: Update generic copyright date.
8749
8750 2002-01-07 Mark Salter <msalter@redhat.com>
8751
8752 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8753 Allow target-libgloss to be built for arm, strongarm, and xscale.
8754
8755 2002-01-03 Ben Elliston <bje@redhat.com>
8756
8757 * MAINTAINERS: Update URL for config.* scripts.
8758
8759 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8760
8761 * config.sub: Import latest version.
8762 * config.guess: Likewise.
8763
8764 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8765
8766 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8767 options for i[3456]86-pc-linux* native builds.
8768
8769 2001-12-05 Laurent Guerby <guerby@acm.org>
8770
8771 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8772 libiberty.
8773
8774 Import this patch from gcc:
8775
8776 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8777
8778 * symlink-tree: handle DOS-style absolute paths.
8779
8780 2001-11-28 DJ Delorie <dj@redhat.com>
8781 Zack Weinberg <zack@codesourcery.com>
8782
8783 When build != host, create libiberty for the build machine.
8784
8785 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8786 CONFIG_ARGUMENTS.
8787 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8788 New variables.
8789 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8790 and rules.
8791 (all.normal): Depend on ALL_BUILD_MODULES.
8792 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8793 (all-build-libiberty): Depend on configure-build-libiberty.
8794
8795 * configure: Calculate and substitute proper value for
8796 ALL_BUILD_MODULES.
8797 * configure.in: Create the build subdirectory.
8798 Calculate and substitute TARGET_CONFIGARGS (formerly
8799 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8800
8801 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8802
8803 * config.sub: Update to version 1.232 on subversion.
8804
8805 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8806
8807 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8808 files from .po files for a distribution.
8809
8810 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8811
8812 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8813
8814 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8815
8816 Merged from net gcc:
8817 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8818 * ltcf-c.sh: Use $objext, not $ac_objext.
8819 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8820 * ltcf-cxx.sh: Add support for GNU.
8821 2001-07-22 Timothy Wall <twall@redhat.com>
8822 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8823 default settings if using GNU tools with that configuration.
8824 * ltcf-cxx.sh: Ditto.
8825 * ltcf-gcj.sh: Ditto.
8826 2001-07-21 Michael Chastain <chastain@redhat.com>
8827 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8828 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8829 * ltmain.sh: Mark as gcc-local.
8830
8831 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8832
8833 * Makefile.in (all-bison): Revert 2001-10-24.
8834 Don't depend on texinfo.
8835
8836 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8837
8838 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8839
8840 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8841
8842 * configure.in (--enable-languages): Be more permissive about
8843 syntax. Check for empty lists better. Warn about $LANGUAGES.
8844
8845 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8846
8847 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8848
8849 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8850
8851 Makefile.in (all-bison): Don't depend on texinfo.
8852
8853 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8854
8855 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8856
8857 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8858
8859 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8860
8861 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8862
8863 * config.sub, config.guess: Import latest from subversions.
8864
8865 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8866
8867 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8868 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8869 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8870 avoid quotes nesting problems.
8871 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8872 (DO_X): Export only variables that are set.
8873
8874 2001-09-19 Ben Elliston <bje@redhat.com>
8875
8876 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8877 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8878 semantics. Use the shell built-in "type" command instead.
8879
8880 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8881
8882 * config.sub: Reverted the earlier change, this version is not the
8883 master file.
8884
8885 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8886
8887 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8888 Add support for mips64.
8889
8890 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8891
8892 * configure.in: Enable libstdc++-v3 for h8300 targets.
8893
8894 2001-08-30 Eric Christopher <echristo@redhat.com>
8895 Jason Eckhardt <jle@redhat.com>
8896
8897 * config.sub: Add support for mipsisa32.
8898
8899 2001-08-30 Eric Christopher <echristo@redhat.com>
8900
8901 * config.sub, config.guess: Import latest from subversions.
8902
8903 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8904
8905 * config.sub, config.guess: Import latest from subversions.
8906
8907 2001-07-26 DJ Delorie <dj@redhat.com>
8908
8909 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8910
8911 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8912
8913 * Makefile.in: Revert 2001-06-17.
8914 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8915
8916 2001-06-17 H.J. Lu <hjl@gnu.org>
8917
8918 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8919 (gas+binutils.tar.bz2): Likewise.
8920 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8921
8922 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8923
8924 * Makefile.in (VER): When present, extract the version number from
8925 the file version.in.
8926
8927 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8928
8929 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8930 gcc/xgcc is built, use -print-prog-name to find out the program
8931 name to use.
8932
8933 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8934
8935 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8936 with_gcc]: Use `gcc -shared' to build a shared library.
8937
8938 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8939
8940 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8941 archives.
8942
8943 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8944
8945 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8946 libraries when using g++ with native linker.
8947
8948 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8949
8950 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8951
8952 2001-05-24 Tom Rix <trix@redhat.com>
8953
8954 * configure.in : enable ld for aix
8955
8956 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8957
8958 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8959 [aix4*|aix5*]: Prepend blank.
8960
8961 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8962
8963 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8964 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8965 of subdir/configure scripts to use the new libtool.m4.
8966
8967 2001-05-14 H.J. Lu <hjl@gnu.org>
8968
8969 * config.if (libc_interface): Set to -libc6.2- for cross
8970 compiling to Linux/glibc 2.2.
8971
8972 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8973
8974 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8975 libgcj.
8976
8977 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8978
8979 * configure.in (noconfigdirs): Don't reset it from scratch in the
8980 target case; only append to it.
8981
8982 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8983
8984 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8985 sparc-*-solaris2.8]: Disable ${libgcj}.
8986
8987 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8988
8989 * configure.in (libgcj_saved): Copy from $libgcj.
8990 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8991 --disable-libgcj.
8992
8993 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8994
8995 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8996 1.641.2.228.
8997
8998 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8999
9000 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9001 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9002
9003 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9004
9005 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9006 New macros.
9007 (bootstrap, cross): Use RECURSE_FLAGS.
9008 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9009
9010 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9011
9012 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9013
9014 2001-03-23 Nick Clifton <nickc@redhat.com>
9015
9016 * README-maintainer-mode: Add note about inability to use "make
9017 distclean" in maintainer mode.
9018
9019 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9020
9021 Re-installed:
9022 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9023 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9024 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9025 * ltcf-cxx.sh: Likewise.
9026 * ltcf-gcj.sh: Likewise.
9027
9028 2001-03-22 Philip Blundell <philb@gnu.org>
9029
9030 * config.sub, config.guess: Import latest from subversions.
9031
9032 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9033
9034 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9035 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9036
9037 2001-03-20 Michael Chastain <chastain@redhat.com>
9038
9039 * Makefile.in: all-m4 depends on all-texinfo.
9040
9041 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9042
9043 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9044
9045 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9046
9047 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9048 longer valid.
9049
9050 2001-02-16 Nick Clifton <nickc@redhat.com>
9051
9052 * configure.in (noconfigdirs): Allow configuration of texinfo
9053 for Cygwin hosts.
9054
9055 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9056
9057 * config.guess: Add linux target for S/390.
9058 * config.sub: Likewise.
9059 * configure.in: Likewise.
9060
9061 2001-02-06 Ben Elliston <bje@redhat.com>
9062
9063 * configure: Output host type to stdout, not stderr.
9064
9065 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9066
9067 * config.guess: Import from subversions.gnu.org (revision 1.181).
9068 * config.sub: Import from subversions.gnu.org (revision 1.199).
9069
9070 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9071
9072 * config.guess: Handle hppa64-linux systems.
9073
9074 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9075
9076 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9077 Don't unset, it's non-portable and no longer necessary, set to empty
9078 instead.
9079
9080 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9081
9082 * ltconfig: Shell portability fix for the tagname validity check.
9083
9084 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9085
9086 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9087
9088 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9089
9090 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9091 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9092
9093 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9094
9095 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9096 keep at least one of build_libtool_libs or build_old_libs set to
9097 yes.
9098
9099 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9100
9101 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9102 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9103
9104 2000-11-07 Philip Blundell <pb@futuretv.com>
9105
9106 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9107
9108 2000-11-03 Philip Blundell <pb@futuretv.com>
9109
9110 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9111 files.
9112
9113 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9114
9115 * COPYING.NEWLIB: Put into source repository.
9116
9117 2001-01-15 Ben Elliston <bje@redhat.com>
9118
9119 * configure.in (host_tools): Add sid.
9120 Always configure cgen.
9121 * Makefile.in (all-sid): New target.
9122 (check-sid, clean-sid, install-sid): Likewise.
9123
9124 2001-01-07 Andreas Jaeger <aj@suse.de>
9125
9126 * config.sub, config.guess: Update from subversions.
9127
9128 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9129
9130 * configure.in: Disable language-specific target libraries for
9131 languages that aren't enabled.
9132
9133 2000-11-24 Nick Clifton <nickc@redhat.com>
9134
9135 * configure.in (xscale-elf): Add target.
9136 (xscale-coff): Add target.
9137 (c4x, c5x, tic54x): Move after ARM targets.
9138
9139 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9142
9143 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9144
9145 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9146
9147 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * Makefile.in: Merge with GCC and libgcj.
9150 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9151 configure-target-<library> when their configure scripts need the C
9152 or C++ library to have already been built to work properly.
9153 (do_proto_toplev): Set them to an empty string.
9154
9155 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9158 (REALLY_SET_LIB_PATH): Use them.
9159
9160 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9161
9162 * config.sub: Add support for Sun Chorus
9163
9164 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9165
9166 * config.sub: Add support for the *-storm-chaos OS.
9167
9168 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9169
9170 * configure.in (noconfigdirs): Don't compile some
9171 of the libraries for 68HC11 & 68hc12 targets.
9172
9173 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9174
9175 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9176 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9177 all affected `configure' scripts.
9178
9179 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9180
9181 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9182 ltcf-c.sh.
9183
9184 2000-09-12 Philip Blundell <philb@gnu.org>
9185
9186 * config.sub, config.guess: Update from subversions.
9187
9188 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9189
9190 * Makefile.in (all-zlib): Added dummy target.
9191
9192 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9193 multi-language branch.
9194
9195 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9196
9197 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9198 (bootstrap*): Depend on all-bootstrap.
9199
9200 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9201
9202 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9203 crosses, but add gcc/include to the header search path for them.
9204
9205 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9206
9207 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9208 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9209 * gettext.m4: New file, extracted from aclocal.m4.
9210
9211 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9212
9213 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9214 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9215 sub-configures.
9216
9217 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9218
9219 * Makefile.in (ALL_MODULES): Add all-cgen.
9220 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9221 (all-cgen): New target.
9222 (all-opcodes,all-sim): Depend on all-cgen.
9223 * configure.in (host_tools): Add cgen.
9224 Only configure cgen if --enable-cgen-maint.
9225
9226 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9227
9228 * config-ml.in (CC, CXX): Don't introduce a leading space.
9229
9230 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9231
9232 * configure.in (libstdcxx_flags): Use
9233 libstdc++-v3/src/libstdc++.INC.
9234
9235 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9236
9237 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9238
9239 2000-08-11 Jason Merrill <jason@redhat.com>
9240
9241 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9242 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9243 (FLAGS_FOR_TARGET): Not here.
9244 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9245
9246 2000-08-07 DJ Delorie <dj@redhat.com>
9247
9248 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9249 "if we're also building gcc, and it's a gcc that will run on the
9250 build machine, we want to use its includes instead of the system's
9251 default includes".
9252
9253 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9254
9255 * configure.in (libstdcxx_flags): Don't use `"'.
9256
9257 * config-ml.in: Adjust multilib search paths to the
9258 appropriate multilib tree.
9259
9260 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9261
9262 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9263 commas in $LANGUAGES.
9264
9265 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9266
9267 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9268
9269 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9270
9271 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9272 CXX_FOR_TARGET for sed.
9273
9274 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9275
9276 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9277 Do not override if already set in the environment or in configure.
9278 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9279 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9280
9281 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9282
9283 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9284 (GCC_FOR_TARGET): Use it.
9285 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9286 * configure.in: ... here.
9287 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9288 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9289
9290 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9291
9292 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9293 (configure-target-libchill, configure-target-libobjc): Likewise.
9294
9295 * configure.in: Use the same cache file for all target libs.
9296 * config-ml.in: But different cache files per multilib variant.
9297
9298 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9299
9300 * configure (topsrcdir): Don't use dirname.
9301
9302 2000-07-20 Jason Merrill <jason@redhat.com>
9303
9304 * configure.in: Remove all references to libg++ and librx.
9305
9306 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9307
9308 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9309
9310 * config.sub: Update to subversions version 2000-07-06.
9311
9312 2000-07-12 Andrew Haley <aph@cygnus.com>
9313
9314 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9315 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9316
9317 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9318
9319 * symlink-tree: Check number of arguments.
9320
9321 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9322
9323 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9324
9325 2000-07-05 Jim Wilson <wilson@cygnus.com>
9326
9327 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9328 search path for a g++ extracted from the build tree. This
9329 will allow link tests run by configure scripts in
9330 subdirectories to succeed.
9331
9332 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9333
9334 * ltconfig: Add support for mips-dde-sysv4.2MP
9335
9336 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9337
9338 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9339 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9340
9341 2000-06-19 Timothy Wall <twall@cygnus.com>
9342
9343 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9344 * config.sub: Add tic54x target.
9345
9346 2000-06-07 Phillip Thomas <pthomas@suse.de>
9347
9348 * README-maintainer-mode: New file: Contains notes on using
9349 --enable-maintainer-mode with binutils.
9350
9351 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9352
9353 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9354
9355 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9356
9357 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9358 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9359
9360 20000-05-21 H.J. Lu (hjl@gnu.org)
9361
9362 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9363 directory are used if they exist. Make sure
9364 $(build_tooldir)/include is searched for header files,
9365 $(build_tooldir)/lib/ for library files.
9366 (GCC_FOR_TARGET): Likewise.
9367 (CXX_FOR_TARGET): Likewise.
9368
9369 2000-05-18 Jeffrey A Law (law@cygnus.com)
9370
9371 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9372
9373 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9374
9375 * Makefile.in (configure-target-libiberty): Depend on
9376 configure-target-newlib.
9377
9378 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9379
9380 * configure.in, Makefile.in: Merge all libffi-related
9381 configury stuff from the libgcj tree.
9382
9383 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9384
9385 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9386 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9387
9388 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9389
9390 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9391 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9392 current version information. Add to proto-toplev directory.
9393 (gdb-taz): Build do-djunpack.
9394
9395 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9396
9397 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9398
9399 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9400
9401 * ltmain.sh: Preserve in relink_command any environment
9402 variables that may affect the linker behavior.
9403
9404 2000-05-12 Jeffrey A Law (law@cygnus.com)
9405
9406 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9407
9408 2000-05-10 Jim Wilson <wilson@cygnus.com>
9409
9410 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9411
9412 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9413
9414 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9415 with the version name.
9416
9417 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9418
9419 * config.if: Tweak.
9420
9421 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9422
9423 * djunpack.bat: New file.
9424
9425 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9426
9427 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9428 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9429 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9430 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9431
9432 2000-04-16 Dave Pitts <dpitts@cozx.com>
9433
9434 * config.sub (case $basic_machine): Change default for "ibm-*"
9435 to "openedition".
9436
9437 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9438
9439 * Makefile.in (gdb-taz): New target. GDB specific archive.
9440 (do-md5sum): New target.
9441 (MD5PROG): Define.
9442 (PACKAGE): Default to TOOL.
9443 (VER): Default to a shell script.
9444 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9445 md5 checksum generation.
9446 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9447 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9448 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9449 insight.tar.bz2): Use gdb-taz to create archive.
9450
9451 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9452
9453 * configure (warn_cflags): Delete.
9454
9455 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9456 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9457
9458 * configure.in (enable_libstdcxx_v3): Add.
9459 (target_libs): Add bits here to switch between libstdc++-v2 and
9460 libstdc++-v3.
9461 * config.if: And this file too.
9462 * Makefile.in: Add libstdc++-v3 targets.
9463
9464 2000-04-05 Michael Meissner <meissner@redhat.com>
9465
9466 * config.sub (d30v): Add d30v as a basic machine type.
9467
9468 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9469
9470 * configure.in: -linux-gnu*, not -linux-gnu.
9471
9472 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9473
9474 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9475 (do-tar-bz2): Replace TOOL with PACKAGE.
9476 (gdb.tar.bz2): Remove GDBTK from GDB package.
9477 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9478 dejagnu.tar.bz2): New packages.
9479
9480 2000-02-27 Andreas Jaeger <aj@suse.de>
9481
9482 * configure.in: Add entry for mips*-*-linux*, move catch all
9483 *-*-*linux* entry below this one.
9484
9485 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9486
9487 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9488
9489 2000-02-24 Nick Clifton <nickc@cygnus.com>
9490
9491 * config.sub: Support an OS of "wince".
9492
9493 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9494
9495 * config.guess, config.sub: Updated to match config's 2000-02-15
9496 version.
9497
9498 2000-02-23 Linas Vepstas <linas@linas.org>
9499
9500 * config.sub: Add support for Linux/IBM 370.
9501 * configure.in: Likewise.
9502
9503 2000-02-22 Nick Clifton <nickc@cygnus.com>
9504
9505 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9506
9507 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9508
9509 * config.guess: Guess "cygwin" rather than "cygwin32".
9510
9511 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9512
9513 * configure (gcc_version): When setting, narrow search to
9514 lines containing `version_string'.
9515
9516 2000-02-15 Denis Chertykov <denisc@overta.ru>
9517
9518 * config.sub: Add support for avr target.
9519
9520 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9521
9522 * config.sub: Add mmix-knuth-mmixware.
9523
9524 2000-01-27 Christopher Faylor <cgf@redhat.com>
9525
9526 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9527 structure stuff to -L library search.
9528 (CXX_FOR_TARGET): Ditto.
9529 (CROSS_CHECK_MODULES): Fix spelling mistake.
9530
9531 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9532
9533 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9534 the C++ compiler.
9535
9536 2000-01-12 Richard Henderson <rth@cygnus.com>
9537
9538 * configure.in: Don't build some bits for beos.
9539
9540 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9541
9542 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9543 as include files.
9544
9545 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9546
9547 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9548 not mh-aix43.
9549
9550 1999-12-14 Richard Henderson <rth@cygnus.com>
9551
9552 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9553 * config.sub: Accept alphaev[78], alphaev8.
9554
9555 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9556
9557 * config.guess, config.sub: Update from autoconf.
9558
9559 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9560
9561 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9562 necessary libraries are missing.
9563
9564 1999-10-25 Andreas Schwab <schwab@suse.de>
9565
9566 * configure: Fix quoting inside arguments of eval.
9567
9568 1999-10-21 Nick Clifton <nickc@cygnus.com>
9569
9570 * config-ml.in: Allow suppression of some ARM multilibs.
9571
9572 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9573
9574 * config.guess: Add OS/390 match pattern.
9575 * config.sub: Add mvs, openedition targets.
9576 * configure.in (i370-ibm-opened*): New.
9577
9578 1999-09-04 Steve Chamberlain <sac@pobox.com>
9579
9580 * config.sub: Add support for configuring for pj.
9581
9582 1999-08-31 Nick Clifton <nickc@cygnus.com>
9583
9584 * config.sub (maybe_os): Add support for configuring for fr30.
9585
9586 1999-08-25 Nick Clifton <nickc@cygnus.com>
9587
9588 * configure.in: Do not configure or build ld for AIX
9589 platforms. ld is known to be broken on these platforms.
9590
9591 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9592
9593 * config-ml.in: Pass compiler flag corresponding to multidirs to
9594 subdir configures.
9595
9596 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9597
9598 * Makefile.in (LDFLAGS): Define.
9599
9600 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9601
9602 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9603 noconfigdirs.
9604 (*-*-cygwin*): Likewise.
9605
9606 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9607
9608 * mkdep: New file.
9609 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9610 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9611
9612 From Eli Zaretskii <eliz@is.elta.co.il>:
9613 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9614 long file name when using DJGPP on MS-DOS.
9615
9616 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9617
9618 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9619
9620 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9621
9622 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9623 dependency as this causes "make check" to globally "make all"
9624
9625 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9626
9627 * configure.in (target_libs): Added target-zlib.
9628 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9629 (CONFIGURE_TARGET_MODULES): Likewise.
9630 (CHECK_TARGET_MODULES): Likewise.
9631 (INSTALL_TARGET_MODULES): Likewise.
9632 (CLEAN_TARGET_MODULES): Likewise.
9633 (configure-target-zlib): New target.
9634 (all-target-zlib): Likewise.
9635 (all-target-libjava): Depend on all-target-zlib.
9636 (configure-target-libjava): Depend on configure-target-zlib.
9637
9638 * Makefile.in (configure-target-libjava): Depend on
9639 configure-target-newlib.
9640 (configure-target-boehm-gc): New target.
9641 (configure-target-qthreads): New target.
9642
9643 * configure.in (target_libs): Added target-qthreads.
9644 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9645 (CONFIGURE_TARGET_MODULES): Likewise.
9646 (CHECK_TARGET_MODULES): Likewise.
9647 (INSTALL_TARGET_MODULES): Likewise.
9648 (CLEAN_TARGET_MODULES): Likewise.
9649 (all-target-qthreads): New target.
9650 (configure-target-libjava): Depend on configure-target-qthreads.
9651 (all-target-libjava): Depend on all-target-qthreads.
9652
9653 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9654 (CONFIGURE_TARGET_MODULES): Likewise.
9655 (CHECK_TARGET_MODULES): Likewise.
9656 (INSTALL_TARGET_MODULES): Likewise.
9657 (CLEAN_TARGET_MODULES): Likewise.
9658 (all-target-libjava): New target.
9659 (all-target-boehm-gc): Likewise.
9660 * configure.in (target_libs): Added libjava, boehm-gc.
9661
9662 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9663
9664 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9665 configure.bat in SUPPORT_FILES.
9666 (gas+binutils.tar.bz2): Likewise.
9667
9668 * makeall.bat: Remove; obsolete.
9669
9670 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9671
9672 From Mark Elbrecht:
9673 * configure.bat: Remove; obsolete.
9674
9675 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9676
9677 * configure: Add -W -Wall to the default CFLAGS when compiling with
9678 gcc.
9679
9680 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9681
9682 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9683
9684 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9685
9686 * configure.in: Build ld on IRIX6.
9687
9688 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9689
9690 * Makefile.in: Change distribution targets to use bzip2 instead of
9691 gzip.
9692 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9693 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9694
9695 1999-06-04 Nick Clifton <nickc@cygnus.com>
9696
9697 * config.sub: Add mcore target.
9698
9699 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9700
9701 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9702
9703 1999-05-25 H.J. Lu (hjl@gnu.org)
9704
9705 * config.guess (dummy): Changed to $dummy.
9706
9707 1999-05-24 Nick Clifton <nickc@cygnus.com>
9708
9709 * config.sub: Tidied up case statements.
9710
9711 1999-05-22 Ben Elliston <bje@cygnus.com>
9712
9713 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9714 <jiro@din.or.jp>.
9715
9716 * config.guess: Merge with FSF version. Future changes will be
9717 more accurately recorded in this ChangeLog.
9718 * config.sub: Likewise.
9719
9720 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9721
9722 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9723
9724 1999-04-30 Tom Tromey <tromey@cygnus.com>
9725
9726 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9727
9728 1999-04-23 Tom Tromey <tromey@cygnus.com>
9729
9730 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9731
9732 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9733
9734 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9735 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9736 Bad merge removed these two changes.
9737
9738 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9739 Martin Heller (Ing.-Buero_Heller@t-online.de)
9740
9741 * config.guess (interix Alpha): Add.
9742
9743 1999-04-11 Richard Henderson <rth@cygnus.com>
9744
9745 * configure.in (i?86-*-beos*): Do config gperf; don't config
9746 gdb, newlib, or libgloss.
9747
9748 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9749
9750 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9751 link a trivial program with -mabi=64. If it fails, remove mabi=64
9752 from multidirs.
9753
9754 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9755
9756 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9757
9758 1999-04-08 Nick Clifton <nickc@cygnus.com>
9759
9760 * config.sub: Add support for mcore targets.
9761
9762 1999-04-07 Michael Meissner <meissner@cygnus.com>
9763
9764 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9765 not mt-ospace, in order to shut up assembler warning about using
9766 symbols that are named the same as registers.
9767
9768 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9769
9770 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9771 dependency list for all-target-cygmon.
9772
9773 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9774
9775 * config-ml.in: Check $host, not $target, for selective multilibs.
9776 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9777 thumb interworking, and underscore prefix multilibs.
9778
9779 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9780
9781 * missing: Update to version from current automake.
9782
9783 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9784
9785 * configure (gxx_include_dir): Removed.
9786
9787 * configure.in (gxx_include_dir): Handle it.
9788 * Makefile.in: Likewise.
9789
9790 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9791
9792 * config.sub (mips64vr4111,mips64vr4111el) Add.
9793
9794 1999-03-21 Ben Elliston <bje@cygnus.com>
9795
9796 * config.guess: Correct typo for detecting ELF on FreeBSD.
9797
9798 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9799
9800 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9801 config/mh-djgpp.
9802
9803 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9804
9805 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9806 all-target-newlib to dependency list for all-target-bsp.
9807
9808 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9809
9810 * config.sub: Add i386-uwin support.
9811 * config.guess: Likewise.
9812
9813 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9814
9815 * configure.in: cleanup, add mh-*pic handling for arm, special
9816 case powerpc*-*-aix*
9817
9818 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9819
9820 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9821 can be built.
9822
9823 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9824
9825 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9826 targets.
9827
9828 1999-03-02 Nick Clifton <nickc@cygnus.com>
9829
9830 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9831
9832 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9833
9834 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9835
9836 1999-02-24 Nick Clifton <nickc@cygnus.com>
9837
9838 * config.sub: Fix typo in arm recognition.
9839
9840 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9841
9842 * configure.in (noconfigdirs): Changed target_configdirs to
9843 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9844 rather than m68k-*-* since it is not known to work on
9845 m68k-aout. Ditto for arm-*-*oabi.
9846
9847 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9848
9849 * configure.in (*-*-windows*): Remove, no longer used.
9850
9851 1999-02-19 Ben Elliston <bje@cygnus.com>
9852
9853 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9854 Smart and improved by Andrew Cagney.
9855
9856 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9857
9858 * config.guess: Recognize openbsd-*-hppa.
9859
9860 1999-02-17 H.J. Lu (hjl@gnu.org)
9861
9862 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9863 only if it is not empty.
9864
9865 1999-02-17 Nick Clifton <nickc@cygnus.com>
9866
9867 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9868
9869 * config.guess: Modified to recognize uname's armv* syntax.
9870
9871 * config.sub: Modified to recognize uname's armv* syntax.
9872
9873 1999-02-17 Mark Salter <msalter@cygnus.com>
9874
9875 * configure.in: Added target-bsp for sparclite.
9876
9877 1999-02-08 Richard Henderson <rth@cygnus.com>
9878
9879 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9880
9881 1999-02-08 Nick Clifton <nickc@cygnus.com>
9882
9883 * configure.in: Add support for strongarm port.
9884 * config.sub: Add support for strongarm target.
9885
9886 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9887
9888 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9889 the old name config/mh-cygwin32.
9890 Enable texinfo.
9891
9892 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9893
9894 * configure.in: Do build ld for ix86 Solaris.
9895
9896 1999-02-02 Jim Wilson <wilson@cygnus.com>
9897
9898 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9899 $AR_FOR_TARGET. Likewise for RANLIB.
9900
9901 1999-02-02 Catherine Moore <clm@cygnus.com>
9902
9903 * config.sub (oabi): Recognize.
9904 * configure.in (arm-*-oabi): Handle.
9905
9906 1999-01-30 Robert Lipe (robertlipe@usa.net)
9907
9908 * config.guess: Improve detection of i686 on UnixWare 7.
9909
9910 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9911
9912 * config.guess: Add support for i386-pc-interix.
9913 * config.sub: Likewise.
9914 * configure.in: Likewise.
9915
9916 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9917
9918 * Makefile.in: Remove unneeded all-target-libio from
9919 from all-target-winsup target since it is now unneeded.
9920 Add all-target-libtermcap in its place since it is now
9921 needed.
9922
9923 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9924
9925 * configure.in: makefile stub for cygwin target is probably
9926 unnecessary. Remove it for now.
9927
9928 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9929
9930 * configure.in: libtermcap.a should be built when cygwin is the
9931 target as well as the host.
9932 * config.guess: Allow mixed case in cygwin uname output.
9933 * Makefile.in: Add libtermcap target.
9934
9935 1998-12-23 Jeffrey A Law (law@cygnus.com)
9936
9937 * config.sub: Clean up handling of hppa2.0.
9938
9939 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9940
9941 * config.guess: Use C code to identify more HP machines.
9942
9943 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9944
9945 * config.sub: Handle hppa2.0.
9946
9947 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9948
9949 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9950 cygmon for all sparclite targets, regardless of object format.
9951
9952 1998-12-15 Mark Salter <msalter@cygnus.com>
9953
9954 * configure.in: Added target-bsp for several target architectures.
9955
9956 * Makefile.in: Added rules for bsp.
9957
9958 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9959
9960 * config.guess: Improve detection of hppa2.0 processors.
9961
9962 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9963
9964 * config.guess: Recognize FreeBSD using ELF automatically.
9965
9966 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9967
9968 * configure (skip-this-dir): Add handling for new shell script, which
9969 might be created by a sub-directory's configure to indicate, this particular
9970 directory is "unwanted".
9971 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9972
9973 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9974
9975 * ltconfig: import from libtool, after changing libtool to
9976 account for the cygwin name change.
9977
9978 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9979
9980 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9981 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9982
9983 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9984
9985 * configure.in: Add libtermcap to list of cygwin dependencies.
9986
9987 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9988
9989 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9990 they include winsup/include when it's a cygwin target.
9991
9992 1998-11-12 Tom Tromey <tromey@cygnus.com>
9993
9994 * configure.in (host_tools): Added zip.
9995 * Makefile.in (all-target-libjava): Depend on all-zip.
9996 (all-zip): New target.
9997 (ALL_MODULES): Added all-zip.
9998 (NATIVE_CHECK_MODULES): Added check-zip.
9999 (INSTALL_MODULES): Added install-zip.
10000 (CLEAN_MODULES): Added clean-zip.
10001
10002 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10003
10004 * Makefile.in: lose "32" from comment about cygwin.
10005
10006 1998-11-05 Nick Clifton <nickc@cygnus.com>
10007
10008 * configure.in: Use -Os to build target libraries for the fr30.
10009
10010 1998-11-04 Dave Brolley <brolley@cygnus.com>
10011
10012 * config.sub: Add fr30.
10013
10014 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10015
10016 * configure.in: drop "32" from config/mh-cygwin32. Check
10017 cygwin* instead of cygwin32*.
10018 * config.sub: Check cygwin* instead of cygwin32*.
10019
10020 1998-10-22 Robert Lipe <robertl@dgii.com>
10021
10022 * config.guess: Match any version of Unixware7.
10023
10024 1998-10-20 Syd Polk <spolk@cygnus.com>
10025
10026 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10027 if desired.
10028
10029 1998-10-18 Jeffrey A Law (law@cygnus.com)
10030
10031 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10032 these if the appropriate directories and files to not exist.
10033
10034 1998-10-14 Jeffrey A Law (law@cygnus.com)
10035
10036 * Makefile.in (DEVO_SUPPORT): Add config.if.
10037
10038 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10039
10040 * configure: Add pattern to replace "build_tooldir"'s
10041 definition in the generated Makefile with "tooldir"'s
10042 actual value.
10043
10044 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10045
10046 * config.sub: Bring back lost sparcv9.
10047
10048 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10049
10050 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10051
10052 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10053 CC_FOR_TARGET and friends.
10054
10055 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10056
10057 * Makefile.in (build_tooldir): New variable, same as tooldir.
10058 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10059 -B$(build_tooldir)/bin/.
10060 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10061
10062 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10063
10064 * config.sub: Add support for i[34567]86-pc-udk.
10065 * configure.in: Likewise.
10066
10067 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10068
10069 * Makefile.in: add bzip2 package building bits for user
10070 tools module
10071 * configure.in: ditto
10072
10073 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10074
10075 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10076 (ALL_TARGET_MODULES): Add all-target-libobjc.
10077 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10078 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10079 (all-target-libchill): Add dependencies.
10080 * configure.in (target_libs): Add libchill.
10081
10082 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10083
10084 * configure.in (target_subdir): Remove duplicate line.
10085
10086 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10087
10088 * Makefile.in (all-automake): fix dependencies.
10089
10090 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10091
10092 * configure.in: Minor cleanups for building in the $(target_alias)
10093 subdir.
10094
10095 1998-09-22 Jim Wilson <wilson@cygnus.com>
10096
10097 * Makefile.in (bootstrap): Set r and s before make all. Use
10098 BASE_FLAGS_TO_PASS in make all.
10099 (cross): Likewise.
10100
10101 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10102
10103 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10104
10105 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10106
10107 * config.sub: Fix typo in last change.
10108
10109 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10110
10111 * config.sub: Add support for C4x target.
10112 * configure.in: Likewise.
10113
10114 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10115
10116 * config.sub: Recognize sparcv9 just like sparc64.
10117
10118 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10119
10120 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10121
10122 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10123
10124 * config.guess: Correctly identify Pentium II sco boxes.
10125
10126 * config.guess: Fix "tr" code. From Weiwen Liu.
10127
10128 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10129
10130 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10131 stabs.
10132
10133 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10134
10135 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10136 (ALL_TARGET_MODULES): Add all-target-libchill.
10137 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10138 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10139 (all-target-libchill): Add dependencies.
10140 * configure.in (target_libs): Add libchill.
10141
10142 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10143
10144 * config.guess: Avoid assumptions about "tr" behaves when
10145 LANG is set to something other than English.
10146
10147 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10148
10149 * configure (gxx_include_dir): Changed to
10150 '${prefix}/include/g++'-${libstdcxx_interface}.
10151
10152 * config.if: New to determine the interfaces.
10153
10154 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10155
10156 * config.guess: Detect and handle MPE/IX.
10157 * config.sub: Deal with MPE/IX.
10158
10159 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10160
10161 * configure.in: Use mh-aix43.
10162
10163 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10164
10165 * configure: Fix --without/--disable cases for gxx-include-dir.
10166
10167 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10168
10169 * mdata-sh: Imported. Needed for automake support.
10170
10171 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10172
10173 * Makefile.in (taz): Try "chmod -R og=u ." before
10174 "chmod og=u `find . -print`".
10175
10176 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10177
10178 * configure.in: Add arm-elf and thumb-elf support.
10179
10180 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10181
10182 * Makefile.in: Undo previous patch.
10183
10184 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10185
10186 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10187 to here ...
10188 (install-no-fixedincludes): and here
10189 (INSTALL_MODULES): ... from here.
10190
10191 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10192
10193 * config.sub: Merge with FSF.
10194
10195 * config.guess: Merge with FSF.
10196
10197 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10198
10199 * configure (extraconfigdirs): New variable.
10200 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10201 * Makefile.in (all): Move higher in file.
10202 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10203 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10204 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10205 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10206 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10207
10208 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10209
10210 * Makefile.in (all-target-libjava): Depend on all-gcc and
10211 all-target-newlib.
10212 (configure-target-libjava): Depend on $(ALL_GCC).
10213
10214 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10215
10216 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10217 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10218
10219 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10220
10221 * ylwrap: Change absolute path checks to check for DOS style path
10222 names.
10223
10224 * ylwrap: Don't use a full path name if the source file is in the
10225 same directory. From hjl@lucon.org (H.J. Lu).
10226
10227 * config-ml.in: Default to being verbose, to match Feb 18 change to
10228 configure.
10229
10230 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10231
10232 Brought over from egcs:
10233
10234 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10235
10236 * configure.in (target_subdir): Set to ${target_alias} instead
10237 of "libraries".
10238
10239 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10240
10241 * configure.in (target_subdir): Set to libraries if enable_multilib.
10242
10243 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10244
10245 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10246 multilibs, force reconfiguration the first time we create
10247 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10248
10249 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10250
10251 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10252 avoid confusion with --no-recursion.
10253
10254 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10255
10256 * configure.in: Win32 hosts shouldn't use install -x
10257 * install-sh: remove -x option, and special .exe-handling
10258 hack.
10259
10260 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10261
10262 * config.guess: Recognize i586-pc-beos.
10263 * configure.in: Don't build some bits for beos.
10264
10265 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10268 CFLAGS default to -O2.
10269
10270 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10271 when using GNU ld.
10272
10273 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10274
10275 * ltmain.sh: Correct install when using a different shell.
10276
10277 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10278
10279 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10280
10281 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10282
10283 * makefile.vms: Update to build binutils/makefile.vms. Add install
10284 target.
10285
10286 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10287
10288 * ltconfig: Update to correct AIX handling.
10289
10290 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10291
10292 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10293
10294 * configure.in (target_subdir): Set to ${target_alias} instead
10295 of "libraries".
10296
10297 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10298
10299 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10300 (Makefile): Depend on $(gcc_version_trigger).
10301
10302 * configure (gcc_version): Change default initializer to empty
10303 string.
10304 (gcc_version_trigger): New variable; pass this variable down
10305 to subdir configures to enable them checking gcc's version
10306 themselves. Emit make macros for both gcc_version vars.
10307 (topsrcdir): Initialize reliably.
10308 (recursion line): Remove --with-gcc-version=${gcc_version}.
10309
10310 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10311
10312 * configure (enable_version_specific_runtime_libs): Implement new flag
10313 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10314 in $(libsubdir); emit definition in each generated Makefile.
10315 (gxx_include_dir): Initialize depending on
10316 $enable_version_specific_runtime_libs.
10317
10318 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10319
10320 * configure (gcc_version): Initialize properly depending on
10321 how and where configure is started.
10322 (recursion line): Pass a --with-gcc-version=${gcc_version}
10323 to configures in subdirs.
10324
10325 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10326
10327 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10328 cygmon
10329
10330 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10331
10332 * configure.in: Add cygmon and libstub support for mn10200.
10333
10334 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10335
10336 * configure (gcc_version): Add new variable describing the
10337 particular gcc version we're building.
10338 * Makefile.in (libsubdir): Add new macro for the directory
10339 in which the compiler finds executables, libraries, etc.
10340 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10341 and libsubdir.
10342
10343 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10344
10345 * Makefile.in (local-clean): Remove *.log.
10346 (warning.log): Built with warn_summary from build.log.
10347 (mail-report.log): Run test_summary.
10348 (mail-report-with-warnings.log): Run test_summary including
10349 warning.log in the report.
10350
10351 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10352
10353 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10354
10355 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10356
10357 * Makefile.in (grep): Grep no longer depends on libiberty.
10358
10359 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10360
10361 * Makefile.in: all-snavigator needs all-libgui.
10362
10363 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10364
10365 * configure.in: Add cygmon and libstub support for mn10300.
10366
10367 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10368
10369 * missing: Update to version from automake 1.3.
10370
10371 * ltmain.sh: On installation, don't get confused if the same name
10372 appears more than once in the list of library names.
10373
10374 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10375
10376 * config.sub: Accept m68060 and m5200 as CPU names.
10377
10378 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10379
10380 * configure: Use && rather than using -a in test, because odd
10381 strings can confuse test.
10382 * configure.in: Likewise.
10383
10384 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10385
10386 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10387
10388 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10389
10390 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10391 bootstrap4-lean): New targets.
10392
10393 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10394
10395 * mpw-* Delete. Not used.
10396
10397 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10398
10399 * COPYING.LIB: Update FSF address.
10400
10401 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10402
10403 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10404
10405 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10406 GAS_SUPPORT_DIRS.
10407
10408 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10409
10410 * ltconfig, ltmain.sh: Avoid producing a version number if
10411 -version-info was not used.
10412
10413 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10414
10415 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10416 building with newlib.
10417
10418 1998-04-30 Paul Eggert <eggert@twinsun.com>
10419
10420 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10421 Solaris `make' causes it to continue to next definition.
10422
10423 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10424
10425 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10426 the right GUI libraries and files are installed along with GDB.
10427
10428 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10429
10430 * configure.in: Change alpha to alpha* in several places.
10431
10432 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10433
10434 * config.sub: Recognize sparc86x.
10435
10436 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10437
10438 * configure.in (--enable-target-optspace): Remove debug echo.
10439
10440 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10441
10442 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10443
10444 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10445
10446 * ltconfig: Update cygwin32 support.
10447
10448 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10449 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10450 (GDB_SUPPORT_DIRS): Likewise.
10451
10452 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10453
10454 * configure.in (target_makefile_frag): If --enable-target-optspace,
10455 use -Os to compile target libraries rather than -O2. Default to
10456 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10457 not used.
10458 * configure.in (target_cflags): Ditto for d30v.
10459
10460 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10461
10462 * Makefile.in (all-bfd): Depend on all-intl.
10463 (all-binutils): Likewise.
10464 (all-gas): Likewise.
10465 (all-gprof): Likewise.
10466 (all-ld): Likewise.
10467
10468 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10469
10470 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10471
10472 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10473
10474 * Makefile.in (all-bfd): Depend upon all-libiberty.
10475
10476 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10477
10478 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10479
10480 * Makefile.in: Add libstub.
10481
10482 * configure.in: Ditto. Build libstub for targets that have cygmon
10483 support.
10484
10485 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10488
10489 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10490
10491 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10492 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10493
10494 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10495
10496 * configure: Define DEFAULT_M4 by searching PATH.
10497 * Makfile.in: Use DEFAULT_M4.
10498
10499 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * ltconfig: Add cygwin32 support.
10502
10503 * Makefile.in, configure.in: Add libtool as a native only directory
10504 to configure and build.
10505
10506 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10507
10508 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10509
10510 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10511
10512 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10513
10514 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10515
10516 * Makefile.in: add ash make rules
10517 * configure.in: add ash to native_only and host_tools lists
10518
10519 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10520
10521 * Makefile.in (all-gettext, all-intl): New targets.
10522 (ALL_MODULES): Added all-gettext, all-intl.
10523 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10524 (INSTALL_MODULES): Added install-gettext, install-intl.
10525 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10526
10527 * configure.in (host_tools): Added gettext.
10528 (native_only): Likewise.
10529 (noconfigdirs) [various cases]: Likewise.
10530 (host_libs): Added intl.
10531
10532 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10533
10534 * configure: Do not disable building gdbtk for cygwin32 hosts.
10535
10536 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10537
10538 * configure.in: Add thumb-coff target.
10539 * config.sub: Add thumb-coff target.
10540
10541 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10542
10543 * Makefile.in: Revert yesterday's change.
10544 (all-target-winsup): all-target-librx stays out of here.
10545
10546 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10547
10548 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10549 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10550 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10551 Remove references to librx and libg++.
10552
10553 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10554
10555 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10556 recursive makes
10557
10558 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10559
10560 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10561 for newlib directory.
10562 (CXX_FOR_TARGET): Likewise.
10563
10564 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10565
10566 * ltconfig: Update after libtool/ltconfig.in change for
10567 hpux11.
10568
10569 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * ltconfig, ltmain.sh: Update to libtool 1.2.
10572
10573 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10574
10575 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10576 (install-gcc-cross): Instead, override LANGUAGES here.
10577
10578 1998-03-18 Dave Love <d.love@dl.ac.uk>
10579
10580 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10581 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10582
10583 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10584
10585 * configure.in: Add Thumb-pe target.
10586
10587 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10588
10589 * Makefile.in - changed sn targets to snavigator
10590 * configure.in - changed sn targets to snavigator
10591
10592 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10593
10594 * config-ml.in: After building symlink tree call make distclean
10595 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10596 to be the case for libiberty.
10597
10598 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10599
10600 * configure: When making link, also check the current
10601 directory. The configure scripts may create one.
10602
10603 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10604
10605 * config.sub: Accept alphapca56 and alphaev6 properly.
10606
10607 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10608
10609 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10610
10611 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10612
10613 * config.sub (sco5): Fix typo.
10614
10615 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10616
10617 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10618 install-itcl.
10619 (install-itcl): Remove dependency on install-tcl.
10620
10621 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10622
10623 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10624
10625 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10626
10627 * configure.in: Don't build libgui for a cygwin32 target when not on
10628 a cygwin32 host.
10629
10630 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10631
10632 * configure (redirect): Set to null, so default behavior of
10633 configure is now --verbose.
10634
10635 1998-02-16 Dave Love <d.love@dl.ac.uk>
10636
10637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10638 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10639
10640 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10641
10642 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10643 this change to sync Makefile.in with its ChangeLog entries.
10644
10645 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10646
10647 * ltmain.sh (mkdir): Check that the directory doesn't exist
10648 before we exit with error, so that we don't get races during
10649 parallel builds.
10650
10651 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10652
10653 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10654
10655 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10656
10657 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10658 PICFLAG_FOR_TARGET.
10659 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10660
10661 * configure: Emit a definition for the new macro enable_shared
10662 into each Makefile.
10663
10664 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10665
10666 * configure.in (host_tools, native_only): Add libtool.
10667
10668 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10669
10670 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10671 Fix typo in ming config comment.
10672
10673 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10674
10675 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10676
10677 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10678
10679 * config.sub: Add tic30 cases, and map c30 to tic30.
10680
10681 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10682
10683 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10684 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10685 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10686 (CLEAN_TARGET_MODULES): Similarly
10687 (all-target-libf2c): Add dependences.
10688 * configure.in (target_libs): Add libf2c.
10689
10690 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10691
10692 * configure.in: Remove expect from noconfigdirs when target
10693 is cygwin32. OK to build expect and dejagnu with Canadian
10694 Cross.
10695
10696 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10697
10698 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10699 host.
10700
10701 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10702 and mingw32.
10703
10704 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10705
10706 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10707 here as it is not defined in the toplevel Makefile.
10708
10709 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10710
10711 * configure (package_makefile_rules_frag): New variable, which names
10712 a file with generic rules, ...
10713 Change comment to mention we now have FIVE parts.
10714 * configure: Undo last change.
10715
10716 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10717
10718 * config.guess: More accurate determination of HP processor types.
10719 * config.sub: More accurate determination of HP processor types.
10720
10721 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10722
10723 * configure (package_makefile_frag): Move inserting the
10724 ${package_makefile_frag} to where it should be according
10725 to the comment.
10726
10727 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10728
10729 * config.guess: Add support for Linux/ARM.
10730
10731 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10732
10733 * .cvsignore: Remove *-info and *-install since they match
10734 release-info and mpw-install, which we don't want to just ignore.
10735
10736 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10737
10738 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10739
10740 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10741
10742 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10743 local_prefix to sub-make invocations.
10744
10745 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10746
10747 * configure.in: Check makefile fragments in the source
10748 directory.
10749
10750 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10751
10752 * configure.in: Check whether host and target makefile
10753 fragments exist before adding them to *_makefile_frag.
10754
10755 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10756
10757 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10758
10759 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10760
10761 * configure.in: Make sure we only replace RPATH_ENVVAR on
10762 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10763 regexp to sed.
10764
10765 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10766 to sub-makes.
10767
10768 1998-01-13 Lee Iverson (leei@ai.sri.com)
10769
10770 * config-ml.in (multi-do): LDFLAGS must include multilib
10771 designator.
10772
10773 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10774
10775 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10776
10777 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10778
10779 * config.sub: Add mingw32 support.
10780 * configure.in: Likewise.
10781
10782 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10783
10784 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10785
10786 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10787
10788 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10789 * configure (gxx_include_dir): Provide a definition for subdirs
10790 which do not use autoconf.
10791
10792 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10793
10794 * config.guess: Sync with egcs. Picks up new alpha support,
10795 BeOS & some additional linux support.
10796
10797 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10798
10799 * config.guess: HP 9000/803 is a PA1.1 machine.
10800
10801 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10802
10803 * configure.in: It's alpha*-...
10804
10805 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10806
10807 * configure.in (host_makefile_frag, target_makefile_frag):
10808 Handle multiple config files.
10809 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10810 alpha-*-*.
10811
10812 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10813
10814 * mkdep: New file.
10815
10816 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10817
10818 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10819
10820 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * Makefile.in: Add libgui directory.
10823 (GDB_TK): Add all-libgui.
10824 * configure.in: Add libgui directory.
10825 * configure: Add all-libgui to GDB_TK.
10826
10827 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10828
10829 * config-ml.in (multidirs): Add m32r to multilib list.
10830
10831 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10832
10833 * Makefile.in (all-target-gperf): Change dependency to
10834 all-target-libstdc++.
10835
10836 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10837
10838 * config.guess: Add BeOS support.
10839
10840 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 Source directory cvs renamed to cvssrc:
10843 * configure.in (host_tools): Change cvs to cvssrc.
10844 (native_only): Likewise.
10845 (noconfigdirs) [various cases]: Likewise.
10846 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10847 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10848 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10849 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10850 (all-cvssrc): Rename target from all-cvs.
10851
10852 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10853
10854 * configure (gxx_include_dir): Fix thinko.
10855
10856 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10857
10858 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10859 (install-cross, install-gcc-cross): New targets.
10860
10861 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10862
10863 * configure.in (noconfigdirs): Add support for Thumb target.
10864
10865 * config.sub (maybe_os): Add support for Thumb target.
10866
10867 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10868
10869 * Makefile.in: Add rules for cygmon.
10870
10871 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10872
10873 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10874
10875 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10876 * configure (gxx_include_dir): Provide a definition for subdirs
10877 which do not use autoconf.
10878
10879 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10880
10881 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10882 11/18/97 build
10883
10884 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10885
10886 * From Franz Sirl.
10887 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10888 found on RedHat Linux systems.
10889
10890 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10891
10892 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10893 guesses.
10894
10895 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10896
10897 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10898
10899 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10900
10901 * ltmain.sh: If mkdir fails, check whether the directory was created
10902 anyhow by some other process.
10903
10904 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10905
10906 * configure.in (d30v-*-*): Configure all directories.
10907
10908 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10909
10910 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10911 for the D30V.
10912
10913 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10914
10915 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10916
10917 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10918
10919 * include/libiberty.h: Add extern "C" { so it can be used with C++
10920 progrms.
10921 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10922 programs.
10923
10924 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10925
10926 * configure.in (d30v-*-*): Configure GCC now.
10927
10928 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10929
10930 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10931 is no longer needed.
10932
10933 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10934
10935 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10936
10937 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10938
10939 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10940 targets using "$@" to provide support for similar but not identical
10941 targets without having to duplicate code.
10942
10943 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10944
10945 * makefile.vms: Fix to work with DEC C.
10946
10947 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10948
10949 * config.sub: Add mips-tx39-elf to marketing names.
10950
10951 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * ltmain.sh: Handle symlinks in generated script.
10954
10955 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10956
10957 * configure: Handle autoconf style directory options: --bindir,
10958 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10959 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10960 --sysconfdir.
10961 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10962 (sharedstatedir, localstatedir, oldincludedir): New variables.
10963 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10964 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10965 sbindir, sharedstatedir, and sysconfdir.
10966
10967 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10968
10969 * Makefile.in (bootstrap-lean): New target.
10970
10971 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10972
10973 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10974 sn, and gnuserv from noconfigdirs.
10975
10976 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10979
10980 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10981
10982 * Makefile.in (cross): New target.
10983
10984 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10985 Jeff Law <law@cygnus.com>
10986
10987 * Makefile.in (bootstrap2, bootstrap3): New targets.
10988 (all-bootstrap): Remove outdated and confusing target.
10989 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10990
10991 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10992
10993 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10994 windows. Consistent with gdb/configure.
10995
10996 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10997
10998 * configure.in: Name Linux target fragment.
10999
11000 * configure: Rewrite so that project Makefile fragment is inserted
11001 first and appears last in the resulting Makefile.
11002
11003 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11004
11005 * Makefile.in (install-itcl): Install tcl first.
11006
11007 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11008
11009 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11010
11011 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11012
11013 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11014
11015 * configure.in (skipdirs): Add target-librx for Linux.
11016 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11017
11018 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11019
11020 * Makefile.in (bootstrap): New target.
11021
11022 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11023
11024 * config.sub: Accept 'amigados' for backward compatability.
11025
11026 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11027
11028 * config.guess: Merge with FSF.
11029
11030 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11031
11032 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11033
11034 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11035
11036 * config.sub: Add "marketing-names" patch.
11037
11038 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11039
11040 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11041
11042 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11043
11044 * config.sub: Handle v850-elf.
11045
11046 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11047
11048 * .cvsignore (*-install): Remove.
11049
11050 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11051
11052 * ltconfig: Set CONFIG_SHELL in libtool.
11053 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11054
11055 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11056
11057 * configure.in (target_subdir): Set to libraries if enable_multilib.
11058
11059 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11060
11061 * config.guess: Update from gcc directory.
11062
11063 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11064
11065 * Makefile.in (all-sim): Depends on all-readline.
11066
11067 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11068
11069 * Makefile.in (BISON, YACC): Use $$s.
11070 (all-bison): Depend on all-texinfo.
11071
11072 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11073
11074 * Makefile.in (BISON): Add -L flag.
11075 (YACC): Likewise.
11076
11077 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11078
11079 * configure.in (noconfigdirs): Add support for v850e target.
11080
11081 * config.sub (maybe_os): Add support for v850e target.
11082
11083 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11084
11085 * configure.in (noconfigdirs): Add support for v850ea target.
11086
11087 * config.sub (maybe_os): Add support for v850ea target.
11088
11089 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11090
11091 * config.sub: Add mipstx39. Delete r3900.
11092
11093 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11094
11095 * Makefile.in (all-autoconf): Depends on all-texinfo.
11096
11097 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11098
11099 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11100 eabi targets.
11101
11102 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11103
11104 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11105
11106 * configure: When handling a Canadian Cross, handle YACC as well as
11107 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11108 * Makefile.in (all-bison): Depend upon all-texinfo.
11109
11110 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11111
11112 * Makefile.in (BISON): bison, not byacc or bison -y.
11113 (YACC): bison -y or byacc or yacc.
11114 (various): Add *-bison as appropriate.
11115 (taz): No need to mess with BISON anymore.
11116
11117 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11118
11119 * configure: If OSTYPE matches *win32*, try to find a good value for
11120 CONFIG_SHELL.
11121
11122 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11123
11124 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11125 configure.in if it is present.
11126
11127 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11128
11129 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11130
11131 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11132
11133 * config.sub: Recognize `arc' cpu.
11134 * configure.in: Likewise.
11135 * config-ml.in: Likewise.
11136
11137 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11138
11139 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11140
11141 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11142
11143 * configure: Changed sed delimiter from ':' to '|' when
11144 attempting to substitute ${config_shell} for SHELL. On
11145 NT ${config_shell} may contain a ':' in it.
11146
11147 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11148
11149 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11150
11151 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11152
11153 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11154
11155 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11156
11157 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11158
11159 * ylwrap: If the program is a relative path, force it to be
11160 absolute.
11161
11162 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11163
11164 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11165
11166 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11167
11168 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11169 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11170 for libraries.
11171
11172 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11173
11174 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11175 separated by spaces.
11176
11177 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11178
11179 * ylwrap: New file.
11180 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11181
11182 * ltmain.sh: Handle /bin/sh at start of install program.
11183
11184 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11185
11186 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11187 * missing: New file, from automake 1.2.
11188
11189 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11190
11191 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11192 check-tk to CHECK_X11_MODULES.
11193
11194 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11195
11196 * config.sub: Merge with FSF.
11197
11198 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11199
11200 * config.guess: Merge with FSF.
11201
11202 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11203
11204 * configure: Treat msdosdjgpp like go32.
11205 * configure.in: Likewise. Don't remove gprof for go32.
11206
11207 * configure: Change Makefile.tem2 to Makefile.tm2.
11208
11209 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11210
11211 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11212
11213 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11214
11215 * install-sh (chmodcmd): Set to null if the DST directory already
11216 exists. Same as Nov 11th change.
11217
11218 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11219
11220 * configure (GDB_TK): Needs itcl and tix.
11221
11222 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11223
11224 * config.guess: Update from FSF.
11225
11226 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11227
11228 * Makefile.in (GDB_TK): Depend on itcl and tix.
11229
11230 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11233 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11234 (INSTALL_SCRIPT): New variable.
11235 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11236 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11237 to -x.
11238 * install-sh: Add support for -x option.
11239
11240 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11241
11242 * configure.in, Makefile.in: Treat tix like itcl.
11243
11244 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11245
11246 * Makefile.in (WINDRES): New variable.
11247 (WINDRES_FOR_TARGET): New variable.
11248 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11249 (EXTRA_HOST_FLAGS): Add WINDRES.
11250 (EXTRA_TARGET_FLAGS): Add WINDRES.
11251 (EXTRA_GCC_FLAGS): Add WINDRES.
11252 ($(DO_X)): Pass down WINDRES.
11253 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11254 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11255 DLLTOOL_FOR_TARGET.
11256
11257 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11258
11259 * configure.in: configure sim before gdb for win32-x-ppc
11260
11261 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11262
11263 Move gperf into the toplevel, from libg++.
11264 * configure.in (target_tools): Add target-gperf.
11265 (native_only): Add target-gperf.
11266 * Makefile.in (all-target-gperf): New target, depend on
11267 all-target-libg++.
11268 (configure-target-gperf): Empty rule.
11269 (ALL_TARGET_MODULES): Add all-target-gperf.
11270 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11271 (CHECK_TARGET_MODULES): Add check-target-gperf.
11272 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11273 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11274
11275 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11276
11277 * config.sub (mn10200): Recognize new basic machine.
11278
11279 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11280
11281 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11282 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11283
11284 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11285
11286 * configure.in: If we're building mips-sgi-irix6* native, turn on
11287 ENABLE_MULTILIB and set TARGET_SUBDIR.
11288
11289 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11290
11291 * Makefile.in (all-sn): Depend on all-grep.
11292
11293 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11294
11295 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11296
11297 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11298 Makefile. From Jeff Makey <jeff@cts.com>.
11299 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11300
11301 * Makefile.in (DISTBISONFILES): Remove.
11302 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11303 $(DEFAULT_YACC).
11304
11305 * configure.in: Build itl, db, sn, etc., when building for native
11306 cygwin32.
11307
11308 * Makefile.in (LD): New variable.
11309 (EXTRA_HOST_FLAGS): Pass down LD.
11310 ($(DO_X)): Likewise.
11311
11312 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11313
11314 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11315
11316 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11317
11318 * configure.in (targargs): Strip out any supplied --build argument
11319 before adding our own. Always add --build.
11320
11321 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11322
11323 * configure.in (targargs): Pass --build if we're doing
11324 a cross-compile.
11325
11326 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11327
11328 * configure: Use '|' instead of ":" as the separator in
11329 sed. Otherwise sed chokes on NT path names with drive
11330 designators. Also look for "?:*" as the leading characters in an
11331 absolute pathname.
11332
11333 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11334
11335 * config.sub: Support for r3900.
11336
11337 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * configure.in: Use install-sh, not install.sh.
11340
11341 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11342
11343 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11344 apply it twice.
11345
11346 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11347
11348 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11349 install-binutils.
11350
11351 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * Makefile.in: Add automake targets.
11354 * configure.in (host_tools): Add automake.
11355
11356 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11357
11358 * configure: Default CXX to c++, not gcc.
11359 * Makefile.in (CXX): Set to c++, not gcc.
11360 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11361
11362 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11363
11364 * install-sh: try appending a .exe if source file doesn't
11365 exist
11366
11367 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11368
11369 * configure.in: Turn on multilib by default.
11370 (cross_only): Remove target-libiberty.
11371
11372 * Makefile.in (all-gcc): Don't depend on libiberty.
11373
11374 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11375
11376 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11377
11378 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11379
11380 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11381 (DISTBISONFILES): Add ld/Makefile.in
11382
11383 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11384
11385 * configure.in: if target is cygwin32 but host isn't cygwin32,
11386 don't configure gdb tcl tk expect, not just gdb.
11387
11388 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11389
11390 * configure.in: Added gnuserv everywhere sn appears.
11391
11392 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11393 (CROSS_CHECK_MODULES): Added check-gnuserv.
11394 (INSTALL_MODULES): Added install-gnuserv.
11395 (CLEAN_MODULES): Added clean-gnuserv.
11396 (all-gnuserv): New target.
11397
11398 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11399
11400 * config.guess: Fixes for MIPS OpenBSD systems.
11401
11402 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11403
11404 * Makefile.in (INSTALL_XFORM): Remove.
11405 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11406
11407 * mkinstalldirs: New file, copied from automake.
11408 * Makefile.in (installdirs): Rename from install-dirs. Use
11409 mkinstalldirs. Change all users.
11410 (DEVO_SUPPORT): Add mkinstalldirs.
11411
11412 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * install-sh: Rename from install.sh.
11415 * Makefile.in (INSTALL): Change install.sh to install-sh.
11416 (DEVO_SUPPORT): Likewise.
11417
11418 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11419 Graichen <graichen@rzpd.de>.
11420
11421 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11422
11423 * config.guess: Recognize OpenBSD systems correctly.
11424
11425 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11426
11427 * README, Makefile.in (ETC_SUPPORT): Remove references to
11428 cfg-paper*, configure.{texi,man,info*}._
11429
11430 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11431
11432 * Makefile.in (all.normal): Ensure that gcc is built after all
11433 the x11 - ie gdb - targets.
11434
11435 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11436
11437 * makefile.vms: Don't run conf-a-gas.
11438
11439 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11440
11441 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11442
11443 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11444
11445 * configure.in: Remove noconfigdirs case since gdb also
11446 configures and builds for tic80-coff.
11447
11448 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11449
11450 * configure: Set cache_file to config.cache.
11451 * Makefile.in (local-distclean): Remove config.cache.
11452
11453 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11454
11455 * COPYING: Update FSF address.
11456
11457 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11458
11459 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11460 noconfigdirs.
11461
11462 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11463
11464 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11465 MAKEDIRS, is empty.
11466
11467 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11468
11469 * config.sub: Tweak mn10300 entry.
11470
11471 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11472
11473 * configure.in (host_tools): Put sim before gdb, so gdb's
11474 configure.tgt can determine if the simulator was configured.
11475
11476 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11477
11478 * config.sub: Move BeOS $os case to be with other Cygnus
11479 local cases.
11480
11481 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11482
11483 * config.sub: Remove misplaced comment that broke Linux.
11484
11485 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11486
11487 * config.sub: Add BeOS support.
11488
11489 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11490
11491 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11492
11493 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11494
11495 * configure.in (noconfigdirs): Remove tcl and tk from
11496 noconfigdirs for cygwin32 builds.
11497
11498 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11499
11500 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11501
11502 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11503
11504 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11505 make-all.com, use makefile.vms instead.
11506
11507 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11508
11509 * config.sub: Accept -lnews*.
11510
11511 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11512
11513 * configure.in (noconfigdirs): Disable target-newlib,
11514 target-examples and target-libiberty for d30v.
11515
11516 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11517
11518 * configure.in (noconfigdirs): Enable ld for d30v.
11519
11520 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11521
11522 * configure.in (tic80-*-*): Build compiler.
11523
11524 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11525
11526 * configure.in (d30v-*): Remove sim directory from list of
11527 unsupported d30v directories
11528
11529 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11530
11531 * config.sub, configure.in: Add d30v target cpu.
11532
11533 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11534
11535 * makefile.vms: New file.
11536 * make-all.com: Remove.
11537
11538 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11539
11540 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11541
11542 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11543
11544 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11545
11546 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11547
11548 * Makefile.in (ALL_MODULES): Added all-db.
11549 (CROSS_CHECK_MODULES): Addec check-db.
11550 (INSTALL_MODULES): Added install-db.
11551 (CLEAN_MODULES): Added clean-db.
11552
11553 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11554
11555 * config.guess: Merge with latest FSF sources.
11556
11557 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11558
11559 * Makefile.in (ALL_MODULES): Added all-itcl.
11560 (CROSS_CHECK_MODULES): Added check-itcl.
11561 (INSTALL_MODULES): Added install-itcl.
11562 (CLEAN_MODULES): Added clean-itcl.
11563
11564 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11565
11566 * configure.in: build gdb for mn10200
11567
11568 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11569
11570 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11571
11572 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11573
11574 * configure.in (tic80-*-*): Turn off most targets right now.
11575
11576 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11579 rather than the makeinfo program.
11580 (do-info): Depend upon all-texinfo.
11581
11582 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11583
11584 * configure.in: Remove uses of config/mh-linux.
11585
11586 * config.sub, config.guess: Merge with latest FSF sources.
11587
11588 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11589
11590 * config.sub (case $basic_machine): Add tic80 entries.
11591
11592 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11593
11594 * config.sub, config.guess: Merge with latest FSF sources.
11595
11596 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11597
11598 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11599 * mpw-config.in: Test for NewFolderRecursive.
11600 * mpw-install: Use symbolic name for startup filename.
11601 * mpw-README: Add various additional details.
11602
11603 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11604
11605 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11606
11607 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11608
11609 * configure.in: Do build gcc and the target libraries for
11610 the mn10200.
11611
11612 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11613
11614 * configure.in: don't avoid building gdb for mn10300 any more
11615 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11616 instead of single-quoting it.
11617
11618 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11619
11620 * configure.in: Don't use --with-stabs on IRIX 6.
11621
11622 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11623
11624 * configure.in (m32r): Build gdb, libg++ now.
11625
11626 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11627
11628 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11629 directories from noconfigdirs.
11630
11631 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11632
11633 * config.sub (basic_machine): added mips16 configuration
11634
11635 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11636
11637 * config.sub: Handle d10v-unknown.
11638
11639 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11640
11641 * config.sub: Handle v850-unknown.
11642
11643 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11644
11645 * Makefile.in: add findutils
11646 * configure.in: add findutils to list of host_tools
11647
11648 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11649
11650 * config.sub: Handle mn10200 and mn10300.
11651
11652 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11653
11654 * configure.in (d10v-*): Do not build librx.
11655
11656 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11657
11658 * configure.in (mn10300): Build everything except gdb & libgloss.
11659
11660 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11661
11662 * config.guess: Patch for Dansk Data Elektronik servers,
11663 from Niels Skou Olsen <nso@dde.dk>.
11664
11665 For ncr, use /bin/uname rather than uname, since GNU uname does not
11666 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11667
11668 Patch for MIPS R4000 running System V,
11669 from Eric S. Raymond <esr@snark.thyrsus.com>.
11670
11671 Fix thinko for nextstep.
11672
11673 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11674
11675 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11676 * config.guess: Guess mips-dec-mach_bsd4.3.
11677
11678 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11679 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11680 release numbers.
11681 * config.guess (mips-mips-riscos*): Emit just enough of the
11682 release number.
11683
11684 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11685 * config.guess (sparc-auspex-sunos*): Added.
11686 (f300-fujitsu-*): Added.
11687
11688 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11689 * config.guess: Recognize a Tadpole as a sparc.
11690
11691 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11692
11693 * config.guess: Don't assume that NextStep version is either 2 or
11694 3. NextStep 4 (aka OpenStep 4) has come out now.
11695
11696 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11697
11698 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11699 From Rik Faith <faith@cs.unc.edu>.
11700
11701 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11702
11703 * config.sub: Contributions from bug-gnu-utils to:
11704 Support plain "hppa" (no version given) architecture, reported by
11705 OpenStep.
11706 OpenBSD like NetBSD.
11707 LynxOs is not a hardware supplier.
11708
11709 * config.guess: Contributions from bug-gnu-utils to add support for:
11710 OpenBSD like NetBSD.
11711 Stratus systems.
11712 More Pyramid systems.
11713 i[n>4]86 Intel chips.
11714 M680[n>4]0 Motorola chips.
11715 Use unknown instead of lynx for hardware manufacturer.
11716
11717 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11718
11719 * install.sh (chmodcmd): Set to null if the DST directory already
11720 exists.
11721
11722 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11723
11724 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11725 not use mt-ppc target Makefile fragment any more.
11726
11727 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11728
11729 * configure.in (*-*-windows): Exclude everything but those dirs
11730 needed to build windows.
11731
11732 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11733
11734 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11735
11736 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11737
11738 * configure.in: Exclude mmalloc from i386-windows.
11739
11740 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11741
11742 * Undo my previous change.
11743
11744 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11747 unconditionally.
11748 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11749
11750 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11751
11752 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11753 host to add it's own flags.
11754
11755 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11756
11757 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11758
11759 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11760
11761 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11762 (CXX_FOR_TARGET): Likewise.
11763 (GCC_FOR_TARGET): Define.
11764 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11765 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11766 CC_FOR_TARGET was specified on the command line.
11767 (MAKEOVERRIDES): Don't define.
11768
11769 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11770
11771 * configure.in (m32r): Fix spelling of libg++ libs.
11772
11773 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11774
11775 * config.sub (-apple*): Remove, now redundant.
11776
11777 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11778
11779 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11780
11781 * configure: Rework yesterday's sed script patch.
11782
11783 * config.sub: Merge with FSF.
11784
11785 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11786
11787 * config.guess: Merge from FSF.
11788
11789 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11790 * config.guess: Use pc instead of unknown, for pc clone systems.
11791 Change linux to linux-gnu.
11792
11793 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11794 * config.guess: Avoid non-portable tr syntax.
11795
11796 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11797
11798 * test-build.mk (HOLES): Add "xargs" for gdb.
11799
11800 * configure: Avoid hpux10.20 sed bug.
11801
11802 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11803
11804 * configure.in: Add support for windows host
11805 (that is a build done under the Microsoft build environment).
11806
11807 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11808
11809 * Makefile.in: Replace all uses of srcroot with s, to shrink
11810 command line lengths.
11811
11812 Patches from Geoffrey Noer <noer@cygnus.com>:
11813 * configure.in: If configuring for newlib, pass --with-newlib to
11814 subdirectories.
11815 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11816 -Bnewlib/ and -Lwinsup to gcc.
11817 (CXX_FOR_TARGET): Likewise.
11818
11819 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11820
11821 * Makefile.in (ETC_SUPPORT): Add configure.
11822
11823 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11824
11825 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11826 host configuration file.
11827
11828 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11829
11830 * configure.in: Break mn10x00 support into separate
11831 mn10200 and mn10300 configurations.
11832 * config.sub: Likewise.
11833
11834 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11835
11836 * configure.in: Add lots of stuff to noconfigdirs for
11837 the mn10x00 targets.
11838
11839 * config.sub, configure.in: Add mn10x00 support.
11840
11841 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11842
11843 * make-all.com: Call conf-a-gas, not config-a-gas.
11844
11845 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11846
11847 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11848 targets.
11849
11850 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11851
11852 * mpw-README: Add much more detail for native PowerMac.
11853 * mpw-install: New file.
11854 * mpw-configure: Add --norecursion and --help options.
11855 * mpw-config.in: Translate readme and install files when
11856 copying to objdir.
11857 * mpw-build.in: Don't always depend on byacc and flex.
11858 (install-only-top): New action.
11859
11860 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11861
11862 * configure.in: You can now configure GDB for the v850.
11863
11864 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11865
11866 * configure.in (noconfigdirs): Don't configure any C++ dirs
11867 if targeting D10V.
11868
11869 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11870
11871 * config.sub: Recognize mips64vr5000.
11872
11873 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11874
11875 * configure.in: Use a single line for host_tools and native_only.
11876
11877 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11878
11879 * config.sub, configure.in: Add entries for m32r.
11880
11881 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11882
11883 * Makefile.in (inet-install): Don't run install-gzip.
11884
11885 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11886
11887 * configure.in: Don't config lots of things for *-*-windows*.
11888
11889 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11890
11891 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11892 (host_libs, host_tools): Copy from configure.in.
11893 * mpw-configure: Don't complain about directories not found.
11894
11895 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11896
11897 * configure.in (i[345]86): Recognize i686 for pentium pro.
11898 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11899 file.
11900
11901 * config.guess (i[345]86): Ditto.
11902
11903 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11904
11905 * configure.in (noconfigdirs): Removed gdb for D10V.
11906
11907 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11908
11909 * configure.in: Remove ld, target-libio, target-libg++, and
11910 target-libstdc++ from noconfigdirs.
11911
11912 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11913
11914 * configure: Fix three locations where shell scripts were
11915 being run directly rather than with config_shell.
11916
11917 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11918
11919 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11920 * config.sub (basic_machine): Recognize v850.
11921
11922 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11923
11924 * mpw-configure: Handle multiple enable/disable options and
11925 pass them down recursively, handle -c and -s flags appropriately
11926 depending on choice of compiler, add escape mechanism for
11927 quoted arguments to gC.
11928
11929 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11930
11931 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11932 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11933 so that -mrelocatable-lib and -mno-eabi are used.
11934
11935 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11936 not support --print-multi-lib, don't abort.
11937
11938 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11939
11940 * make-all.com: Run config-a-gas.
11941 * setup.com: Don't copy subdirectory files around.
11942
11943 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11944
11945 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11946 target, it now compiles correctly.
11947
11948 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11949
11950 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11951
11952 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11953
11954 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11955
11956 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11957
11958 * configure.in (native_only): Add prms.
11959
11960 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11961
11962 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11963 (BINUTILS_SUPPORT_DIRS): Likewise.
11964
11965 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11966
11967 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11968 d10v support is added.
11969
11970 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11971
11972 * configure.in (d10v-*-*): New target.
11973
11974 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11975
11976 * config.guess (HP 9000/811): Recognize this as a PA1.1
11977 machine.
11978
11979 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11980
11981 * Makefile.in (do-tar-gz): New target, split out from tail end of
11982 taz target. Run each command separately, don't use pipes.
11983 (taz): Use it.
11984
11985 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11986
11987 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11988 * mpw-build.in: No builds should depend on building byacc or flex,
11989 they are assumed to be installed already.
11990
11991 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11992
11993 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11994 variable that CC_FOR_TARGET needs.
11995
11996 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11997
11998 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11999 options have changed since the last time the subdirectory was
12000 configured, and if it has, reconfigure.
12001 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12002 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12003
12004 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12005
12006 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12007 CLEAN_MODULES): Add bash.
12008 (all-bash): New target.
12009
12010 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12011
12012 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12013
12014 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12015
12016 * config.sub (basic_machine): Recognize d10v as a valid processor.
12017
12018 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12019
12020 * mpw-configure: Add support for --bindir.
12021 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12022
12023 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12024
12025 * configure.in: add bash, time, gawk to list of hosttools and things
12026 to only build for native toolchains
12027
12028 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12029
12030 * Makefile.in (docdir): Remove.
12031
12032 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12033
12034 * Makefile.in (datadir): Set to $(prefix)/share.
12035
12036 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12037
12038 * configure.in: build diff and patch for cygwin32-hosted
12039 toolchains.
12040
12041 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12042
12043 * config.sub: Accept -rtems*.
12044
12045 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12046
12047 * configure.in: enable dosrel for cygwin32-hosted builds,
12048 remove diff from the list of things not buildable
12049 via Canadian Cross
12050
12051 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12052
12053 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12054 don't get ". ".
12055
12056 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12057
12058 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12059
12060 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12061
12062 * Makefile.in (taz): Handle case where tex3patch didn't even get
12063 checked out. Also, if it was found, put the symlink in a new util
12064 subdirectory.
12065
12066 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12067
12068 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12069
12070 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12071
12072 * config.sub: Recognize -openvms.
12073 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12074 * make-all.com, setup.com: New files.
12075
12076 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12077
12078 * Makefile.in (taz): tex3patch moved to texinfo/util.
12079
12080 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12081
12082 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12083 * configure.in: remove make from disable-if-Can-Cross list
12084 enable gdb if ${host} and ${target} are cygwin32
12085
12086 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12087
12088 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12089 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12090
12091 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12092
12093 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12094 distinguish sysv/svr4/bsd variants.
12095 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12096
12097 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12098
12099 * configure.in: Added copyright notice.
12100 * move-if-change: Added copyright notice.
12101
12102 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12103
12104 * configure.in (powerpcle-*-solaris*): Until we get shared
12105 libraries working, don't build gdb, sim, make, tcl, tk, or
12106 expect.
12107
12108 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12109
12110 * config.guess: Merge with FSF:
12111
12112 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12113 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12114
12115 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12116 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12117
12118 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12119 * config.guess: Combine two OSF1 rules.
12120 Also recognize field test versions. From mjr@zk3.dec.com.
12121 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12122 because GNU uname does not support -p. From pmr@pajato.com.
12123
12124 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12125
12126 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12127
12128 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12129
12130 * mpw-README: Document GCCIncludes.
12131
12132 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12133
12134 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12135
12136 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12137
12138 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12139
12140 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12141
12142 * configure.in (*-*-cygwin32): Configure make.
12143
12144 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12145
12146 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12147
12148 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12149
12150 * Makefile.in (all-inet): Depend on all-perl.
12151
12152 * Makefile.in (inet-install): New target.
12153
12154 * Makefile.in (all-inet): Depend on all-tcl.
12155 (all-inet): Depend on all-send-pr.
12156
12157 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12158
12159 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12160 temporarily.
12161
12162 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * configure.in: Don't configure --with-gnu-ld on AIX.
12165
12166 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12167
12168 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12169
12170 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12171
12172 * Makefile.in (ALL_MODULES): Added all-inet.
12173 (CROSS_CHECK_MODULES): Added check-inet.
12174 (INSTALL_MODULES): Added install-inet.
12175 (CLEAN_MODULES): Added clean-inet.
12176 (all-indent): New target.
12177
12178 * configure.in (host_tools): Added inet.
12179 (native_only): Added inet.
12180 (noconfigdirs): Added inet.
12181
12182 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12183
12184 * configure.in: Don't configure libgloss if we are not configuring
12185 newlib.
12186
12187 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12188
12189 * configure.in: Don't configure libgloss for unsupported
12190 architectures.
12191
12192 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12193
12194 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12195
12196 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12197
12198 * Makefile.in (ALL_MODULES): Include all-apache.
12199 (CROSS_CHECK_MODULES): Include check-apache.
12200 (INSTALL_MODULES): Include install-apache.
12201 (all-apache): New target.
12202
12203 * configure.in: Added apache everywhere perl is seen.
12204
12205 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12206
12207 * Makefile.in: Add support for clean-{module} and
12208 clean-target-{module} rules.
12209
12210 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12211
12212 * configure.in (*-*-ose) do not build libgloss.
12213
12214 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12215
12216 * config.guess (prep*:SunOS:5.*:*): Turn into
12217 powerpele-unknown-solaris2.
12218
12219 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12220
12221 * configure.in: Permit --enable-shared to specify a list of
12222 directories.
12223
12224 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12225
12226 * configure.in (host==solaris): Pass only the first word of $CC
12227 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12228
12229 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12230
12231 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12232
12233 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12234
12235 * Makefile.in (ALL_MODULES): Include all-perl.
12236 (CROSS_CHECK_MODULES): Include check-perl.
12237 (INSTALL_MODULES): Include install-perl.
12238 (ALL_X11_MODULES): Include all-guile.
12239 (CHECK_X11_MODULES): Include check-guile.
12240 (INSTALL_X11_MODULES): Include install-guile.
12241 (all-perl): New target.
12242 (all-guile): New target.
12243
12244 * configure.in (host_tools): Include perl and guile.
12245 (native_only): Include perl and guile.
12246 (noconfigdirs): Don't build guile and perl; no ports have been
12247 done.
12248
12249 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12250
12251 * configure (--enable-*): Handle quoted option lists such as
12252 --enable-sim-cflags='-g0 -O' better.
12253
12254 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12255
12256 * Makefile.in ({,inst}all-target): New rule so we can make and
12257 install all of the target directories easily.
12258
12259 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12260
12261 * configure.in: Add missing global flag in sed substitution when
12262 deleting `target-' from ${configdirs}.
12263
12264 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12265
12266 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12267 option.
12268
12269 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12270 config/mh-necv4.
12271
12272 * install.sh: Correct misspelling of transformbasename.
12273
12274 * config.guess: Recognize mips-*-sysv*.
12275
12276 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12277
12278 * config.sub: Recognize mon960.
12279
12280 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12281
12282 * configure: Restore Canadian Cross handling of BISON and LEX,
12283 removed in Feb 20 change.
12284
12285 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12286
12287 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12288 Mention make install. Remove the old copyright date as well the
12289 clumsy and rather pointless copyright on the README file.
12290
12291 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12292
12293 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12294 Makefile after running symlink-tree, then run `make distclean' to
12295 avoid clobbering any generated files in srcdir.
12296
12297 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12298
12299 * configure.in (m68k-*-netbsd*): Build everything now.
12300
12301 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12302
12303 * Makefile.in (taz): Fix quoting.
12304
12305 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12306
12307 * configure.in (sparclet-*-*): Build everything now.
12308
12309 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12310
12311 * configure.in (m68k-*-linux*): New host.
12312
12313 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12314
12315 * configure: Check for bison before byacc.
12316
12317 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12318
12319 * Makefile.in configure: Change the way LEX and BISON/YACC are
12320 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12321 searching PATH. These are used as fallbacks by Makefile.in if
12322 flex/bison/byacc aren't in objdir.
12323
12324 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12325
12326 * Makefile.in: Make everything which depends upon all-bfd also
12327 depend upon all-opcodes, in case --with-commonbfdlib is used.
12328
12329 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12330
12331 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12332 building NT native compilers on Unix.
12333
12334 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12335
12336 * configure.in: Don't get CC from the host Makefile fragment if we
12337 can find gcc in PATH, or if this is a Canadian Cross. Move the
12338 Solaris test for /usr/ucb/cc to the post target script, just after
12339 the compiler sanity test.
12340
12341 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12342
12343 * config.sub: Merge with FSF.
12344
12345 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12346
12347 * Makefile.in (RPATH_ENVVAR): New variable.
12348 (REALLY_SET_LIB_PATH): Use it.
12349 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12350
12351 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12352
12353 * config.sub, configure.in: Recognize sparclet cpu.
12354
12355 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12356
12357 * config.guess: Support m68k-cbm-sysv4.
12358
12359 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12360
12361 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12362 m68k-unknown-linuxaout from linker help string. Put quotes around
12363 $ld_help_string.
12364
12365 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12366
12367 * config.guess (powerpc-harris-powerunix): Add guess for port
12368 to new target.
12369
12370 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12371
12372 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12373
12374 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12375
12376 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12377 $(REALLY_SET_LIB_PATH) in Makefile.
12378 * Makefile.in (SET_LIB_PATH): New variable.
12379 (REALLY_SET_LIB_PATH): New variable.
12380 ($(DO_X)): Use $(SET_LIB_PATH).
12381 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12382 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12383 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12384 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12385 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12386 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12387 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12388 (install-dosrel): Likewise.
12389 (all-opcodes): Depend upon all-libiberty.
12390
12391 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12392
12393 * config.guess (*:CYGWIN*): New
12394
12395 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12396
12397 * Makefile.in (all-target-winsup): All all-target-libiberty.
12398
12399 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12400
12401 * configure.in (noconfigdirs): Add missing # in front of comment.
12402
12403 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12404
12405 * configure.in: add second pass to things added to noconfigdirs
12406 so *-gm-magic can exclude libgloss properly.
12407
12408 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12409
12410 * mpw-configure (extralibs_name, rez_name): Set correctly
12411 for MWC68K compiler.
12412
12413 * mpw-README: Add more info on the necessary build tools.
12414
12415 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12416
12417 * configure.in, config.sub: Recognize cygwin32.
12418
12419 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12420
12421 * config.guess, config.sub: Recognize A/UX.
12422
12423 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12424
12425 * config.sub: Merge with gcc/config.sub.
12426
12427 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12428
12429 * mpw-build.in (do-binutils): Add build of stamps.
12430
12431 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12432
12433 * config.sub: Add recognition for mips64vr4100*-* targets.
12434
12435 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12436
12437 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12438 Add creation of gconfigargs with `--enable-shared' turned on.
12439 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12440 ($(host)-stamp-stage3-configured): Likewise.
12441 (HOLES): Add chatr and ldd.
12442 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12443
12444 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12445
12446 * configure: Pass --nfp to recursive configures.
12447
12448 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12449
12450 * Makefile.in (DLLTOOL): New.
12451 (DLLTOOL_FOR_TARGET): New.
12452 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12453 (EXTRA_TARGET_FLAGS): Ditto.
12454 (EXTRA_GCC_FLAGS): Ditto.
12455 (CONFIGURE_TARGET_MODULES): Ditto.
12456 (DO_X): Ditto.
12457 * configure: Add DLLTOOL.
12458
12459 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12460
12461 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12462 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12463 mh-sco, since old workarounds no longer needed, and don't
12464 build ld, since libraries have weak symbols in COFF.
12465
12466 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12467
12468 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12469
12470 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12471
12472 * configure.in: Make sure that ${CC} can be used to compile an
12473 executable.
12474
12475 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12476
12477 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12478 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12479 nothing depending on whether gdbtk is being built.
12480
12481 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12482
12483 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12484
12485 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12486
12487 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12488 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12489
12490 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12491
12492 * config-ml.in: Add support for
12493 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12494 Simplify setting of multidirs from --disable-foo.
12495
12496 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12497
12498 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12499 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12500 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12501 non-empty, pass them on to the GCC make.
12502 (all-bootstrap): New rule that is like all-gcc, except it executes
12503 the GCC bootstrap rule instead of the GCC all rule.
12504
12505 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12506
12507 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12508
12509 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12510
12511 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12512 DG/UX support.
12513
12514 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12515
12516 * config.sub (i*86*) Change [345] to [3456]
12517
12518 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12519
12520 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12521 --with-gnu-ld=no.
12522
12523 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12524
12525 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12526 AIX multilibs get built.
12527
12528 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12529
12530 * configure.in (i386-win32): Don't build expect if we're not
12531 building the tcl subdir.
12532
12533 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12534
12535 * Makefile.in: (configure-target-examples, all-target-examples):
12536 New targets, configure and build example programs.
12537
12538 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12539
12540 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12541 use it as input to sedit the generated MPW makefile.
12542 * mpw-README: Add a suggestion about Gestalt.h.
12543
12544 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12545
12546 * config.sub: Accept *-*-ieee*.
12547
12548 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12549
12550 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12551 Ronald F. Guilmette <rfg@monkeys.com>.
12552
12553 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12554
12555 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12556 for powerpc-pe native.
12557 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12558 (target==powerpc-pe): duplicate i386-win32 entry.
12559
12560 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12561
12562 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12563 of vxworks, not just vxworks5.1.
12564
12565 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12566
12567 * mpw-configure: Add support for exec-prefix.
12568
12569 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12570
12571 * config.guess: Recognize HP model 816 machines as having
12572 a PA1.1 processor.
12573
12574 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12575
12576 * configure: Ignore new autoconf configure options.
12577
12578 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12579
12580 * config.guess: Recognize Pentium under SCO.
12581 From Robert Lipe <robertl@arnet.com>.
12582
12583 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12584
12585 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12586
12587 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12588
12589 * configure.in: Don't configure gas for alpha-dec-osf*.
12590
12591 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * configure.in: Default to --with-stabs for some targets for which
12594 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12595 i[345]86*-*-unixware*.
12596
12597 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12598
12599 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12600 rather than basing it on the target. Simplify handling of options
12601 controlling which directories to configure. Remove extraneous
12602 slash in multi-clean target.
12603
12604 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12605
12606 * config-ml.in: Prefix more variables with ml_ so they don't collide
12607 with configure's.
12608
12609 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12610
12611 * configure: Don't turn -v into --v.
12612
12613 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12614
12615 * configure.in (targargs): Fix typo.
12616
12617 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12618
12619 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12620
12621 * configure.in: Strip --host and --target options from
12622 CONFIG_ARGUMENTS, and always configure for --host only. Add
12623 --with-cross-host option when building with a cross-compiler.
12624 * configure: Canonicalize the arguments put into config.status by
12625 always using `=' for an option with an argument. Pass a presumed
12626 --host or --target explicitly.
12627
12628 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12629
12630 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12631 into general OS recognition case.
12632
12633 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12634
12635 * configure.in (target_configdirs): add target-winsup only
12636 for win32 target systems.
12637
12638 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12639
12640 * Makefile.in (all-target-libgloss): Depend upon
12641 configure-target-newlib, since when libgloss is built it looks to
12642 see if the newlib directory exists.
12643
12644 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12645
12646 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12647 cfg-ml-*.in.
12648
12649 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12650
12651 * configure: Handle LD and LD_FOR_TARGET when configuring a
12652 Canadian Cross.
12653
12654 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12655
12656 * configure.in (target_libs): add target-winsup.
12657 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12658 (target==ppcle-pe): remove ld from $noconfigdirs.
12659
12660 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12661
12662 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12663 Preserve relative path names in $srcdir. Build symlink tree if
12664 configuring cross target dir and srcdir=. (= no VPATH support).
12665 (configure-target-libg++): Depend on configure-target-librx.
12666 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12667 * config-ml.in: New file.
12668 * symlink-tree: New file.
12669 * configure: Ensure srcdir="." if that's what it is.
12670
12671 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12672
12673 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12674 includes and FLEX_SKELETON setting.
12675 * mpw-configure (--with-gnu-ld): New option, controls whether
12676 to use PPCLink or ld with PowerMac GCC.
12677 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12678 * mpw-config.in: Configure grez if targeting Mac.
12679
12680 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12681 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12682 just macos.
12683 * configure.in: Configure grez resource compiler if targeting Mac.
12684 * Makefile.in (all-grez, install-grez): New targets.
12685
12686 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12687
12688 * configure: CXX defaults to gcc, not g++. If we find
12689 gcc in the path, set CC to gcc -O2.
12690
12691 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12692
12693 * configure: Default ${build} correctly. Avoid picking up extra
12694 spaces when reading CC and CXX from Makefile. When doing a
12695 Canadian Cross, use plausible default values for numerous
12696 variables.
12697 * configure.in: When doing a Canadian Cross, don't try to
12698 configure tools whose configure script can't handle it.
12699
12700 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12701
12702 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12703
12704 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12705
12706 * configure: Remove dubious bug reporting address.
12707
12708 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12709
12710 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12711 configure script, run that instead of this directory's configure.
12712 In either case, print a message that we're configuring the sub-dir.
12713
12714 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12715
12716 * configure.in: Before checking for the existence of various files,
12717 use sed to filter out "target-".
12718
12719 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12720
12721 * Makefile.in (DO_X): Split rule to decrease command line length
12722 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12723 (Philippe De Muyter).
12724
12725 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12726
12727 * Makefile.in (all-patch): depend on all-libiberty.
12728
12729 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12730
12731 * configure.in: If the only directory in target_configdirs which
12732 actually exists is libiberty, then set target_configdirs to empty,
12733 to avoid trying to build a target libiberty in a gas or gdb
12734 distribution.
12735
12736 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12737
12738 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12739 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12740 systems.
12741
12742 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12743
12744 * configure.in (copy_dirs): Use sys-include instead of include
12745 for --with-headers option.
12746
12747 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12748
12749 * Makefile.in, configure.in: Make winsup builds work with
12750 new scheme.
12751
12752 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12753
12754 * configure.in: Build the linker on AIX.
12755
12756 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12757
12758 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12759 where needed.
12760
12761 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12762
12763 * Makefile.in (all-gcc): Fix typo.
12764
12765 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12766
12767 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12768
12769 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12770
12771 * configure.in: Rename libFOO to target-libFOO, and xiberty
12772 to target-xiberty, to provide more flexibility.
12773 (target_subdir): Define. Create if cross.
12774 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12775 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12776 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12777 check-libFOO -> check-target-libFOO, etc.
12778 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12779 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12780 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12781 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12782 allow ALL_GCC="" to only configure.
12783 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12784 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12785 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12786
12787 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12788
12789 * Makefile.in (taz): Build "info" in etc explicitly.
12790
12791 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12792
12793 * configure.in: Make sure that CC is undefined (as opposed to
12794 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12795 problem with autoconf trying to configure on a host without GCC.
12796
12797 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12798
12799 * mpw-configure: Set host alias from choice of host compiler,
12800 only use generic MPW Makefile sed if present, edit a file
12801 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12802 * mpw-README: Add problem notes about CW6 and CW7.
12803
12804 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12805
12806 * Makefile.in (taz): Use ";" instead of ";;".
12807
12808 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12809
12810 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12811 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12812 DISTDOCDIRS.
12813 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12814 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12815
12816 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12817
12818 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12819 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12820 Move bfd to DISTSTUFFDIRS.
12821
12822 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * Makefile.in (X11_LIB): Removed.
12825 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12826
12827 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12828
12829 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12830
12831 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12832 names.
12833
12834 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12835
12836 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12837
12838 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12839
12840 * configure.in (i[345]86-*-win32): Always build newlib.
12841 Don't configure cvs, autoconf or texinfo.
12842 * Makefile.in (LD_FOR_TARGET): New.
12843 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12844 Pass down LD_FOR_TARGET.
12845
12846 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12847
12848 * winsup: New directory.
12849 * Makefile.in: Build winsup.
12850 * configure.in: Winsup is configured when target is win32.
12851 Can only build win32 target GDB when native.
12852
12853 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12854
12855 * config.guess: Recognize HP model 819 machines as having
12856 a PA 1.1 processor.
12857
12858 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12859
12860 * configure: Fix sed loop which substitutes for CC and CXX to
12861 avoid bug found in various sed implementations.
12862
12863 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12864
12865 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12866 simulator. Use standard powerpc-*-eabi*.
12867
12868 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12869
12870 * configure.in: Stop putting gas and binutils in noconfigdirs for
12871 powerpc-*-aix* and rs6000-*-*.
12872
12873 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12874
12875 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12876 -mcall-aixdesc libraries.
12877
12878 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12879
12880 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12881
12882 * config.sub (arm | armel | armeb): Fix shell syntax.
12883
12884 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12885
12886 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12887 -msoft-float and -mcpu=common support.
12888 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12889 libraries.
12890
12891 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12892
12893 * configure.in: Allow configuration and build of emacs19 for the alpha.
12894
12895 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12896
12897 * configure.in (CC): Get ^CC, not just any old CC, from
12898 ${host_makefile_frag}.
12899
12900 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12901
12902 * configure.in (CC): Try to get CC from
12903 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12904
12905 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12906
12907 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12908 only if it exists in $(srcdir).
12909
12910 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12911
12912 * configure: If CC and CXX are not set in the environment, set
12913 them, based on either an existing Makefile or on searching for gcc
12914 in PATH. Substitute for CC and CXX in Makefile.
12915 * configure.in: Remove libm from target_libs. Separate
12916 target_configdirs from configdirs. If CC is not set in
12917 environment, try to get it from a host Makefile fragment. Rewrite
12918 changes of configdirs to use skipdirs instead. A few minor
12919 tweaks. Take directories out of target_configdirs as they are
12920 taken out of configdirs. Remove existing Makefile files from
12921 subdirectories. Substitute for TARGET_CONFIGDIRS and
12922 CONFIG_ARGUMENTS in Makefile.
12923 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12924 by configure.in.
12925 (CONFIG_ARGUMENTS): Likewise.
12926 (CONFIGURE_TARGET_MODULES): New variable.
12927 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12928 ($(CONFIGURE_TARGET_MODULES)): New target.
12929 (configure-libg++, configure-libio): New targets.
12930 (all-libg++): Depend upon configure-libg++.
12931 (all-libio): Depend upon configure-libio.
12932 (configure-libgloss, all-libgloss): New targets.
12933 (configure-libstdc++): New target.
12934 (all-libstdc++): Depend upon configure-libstdc++.
12935 (configure-librx, all-librx): New targets.
12936 (configure-newlib): New target.
12937 (all-newlib): Depend upon configure-newlib
12938 (configure-xiberty): New target.
12939 (all-xiberty): Depend upon configure-xiberty.
12940
12941 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12942
12943 * configure.in (host i[345]86-*-win32): Expand the
12944 noconfigdirs again.
12945
12946 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12947
12948 * mpw-configure: Fix sed command file name.
12949
12950 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12951
12952 * configure.in (host i[345]86-*-win32): Reduce the
12953 noconfigdirs again.
12954
12955 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12956
12957 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12958 or powerpc*-*-pe*, since they are not yet supported.
12959
12960 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12961
12962 Add PowerMac support and many other enhancements.
12963 * mpw-configure: New option --cc to select compiler to use,
12964 paste options set according to --cc into the generated
12965 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12966 if mpw-make.sed is present.
12967 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12968 add forward includes for PowerPC include files.
12969 * mpw-build.in: Build using Makefile.PPC if present.
12970 (do-byacc, etc): Remove separate version resource builds.
12971 (do-gas): Build "stamps" before "all".
12972 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12973 * mpw-README: Update to reflect --cc option, PowerMac support,
12974 and recently-reported compatibility problems.
12975
12976 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12977
12978 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12979 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12980 (--with-multilib-top): Pass to recursive invocations.
12981
12982 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12983
12984 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12985 v810-*-*.
12986
12987 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12988
12989 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12990 gdb, ld and opcodes on v810-*-*.
12991
12992 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12993
12994 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12995 (local-maintainer-clean): New target.
12996 (maintainer-clean): New target.
12997 (realclean): Just depend upon maintainer-clean.
12998
12999 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13000
13001 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13002
13003 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13004
13005 * configure.in: Build ld in mips*-*-bsd* case.
13006
13007 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13008
13009 * config.sub: Accept -lites* OS. From Ian Dall.
13010
13011 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13012
13013 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13014 targets.
13015
13016 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13017
13018 * configure.in: treat i386-win32 canadian cross the same as
13019 i386-go32 canadian cross.
13020
13021 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13022
13023 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13024 running under the simulator to build a reduced set of libraries.
13025 (powerpc-*-eabiaix): Add fine grained multilib support added to
13026 other powerpc targets yesterday.
13027
13028 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13029
13030 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13031 -disable-softfloat, -disable-relocatable, -disable-aix, and
13032 -disable-sysv to control which multilib libraries get built.
13033
13034 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13035
13036 * configure: Add Makefile.tem to list of files to remove in trap
13037 handler.
13038
13039 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13040
13041 * config.guess (*Linux*): Add missing "exit"s.
13042 Also, need specific check for alpha-unknown-linux (uses COFF).
13043
13044 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13045
13046 * config.guess: Merge with FSF:
13047
13048 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13049 * config.guess (AIX4): More robust release numbering discovery.
13050
13051 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13052 * config.guess (i386-sequent-ptx): Properly get version number.
13053
13054 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13055 * config.guess (mips:*:4*:UMIPS): New case.
13056
13057 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13058
13059 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13060 (i386-win32 host): Likewise. Don't build readline.
13061
13062 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13063
13064 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13065 SUPPORT_FILES to submakes.
13066
13067 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13068
13069 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13070 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13071 mpw-configure.
13072
13073 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13074
13075 * configure.in (appdirs): Use =, not ==, in test expression when
13076 trying to build the text to print in the warning message for
13077 Solaris users.
13078
13079 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13080
13081 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13082
13083 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13084
13085 * config.guess: Recognize lynx-2.3.
13086
13087 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13088
13089 * config.sub (z8ksim): Deleted
13090 (z8k-*-coff): New, this is the one true name of the target.
13091
13092 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13093
13094 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13095
13096 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13097
13098 * config.guess (*:Linux:*:*): First try asking the linker what the
13099 default object file format is (elf, aout, or coff). Then if this
13100 fails, try previous methods.
13101
13102 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13103
13104 * configure.in: Don't build newlib for *-*-vxworks5.1.
13105
13106 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13107
13108 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13109 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13110
13111 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13112
13113 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13114
13115 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13116
13117 * cfg-ml-com.in: New file.
13118 * cfg-ml-pos.in: New file.
13119
13120 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13121
13122 * COPYING.NEWLIB: Add HP free copyright to list.
13123
13124 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13125
13126 * config.sub: Recognize -eabi* for the system, not just -eabi.
13127
13128 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13129
13130 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13131 * config.sub, configure.in (win32): New target and host.
13132
13133 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13134
13135 * configure.in: Add i386-pe configuration.
13136
13137 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13138
13139 * mpw-build.in (install): Install GDB after LD.
13140
13141 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13142
13143 * mpw-config.in (elf/mips.h): Always forward-include, needed
13144 for GDB to build.
13145
13146 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13147
13148 * testsuite: New directory for customer acceptance and whole tool
13149 chain tests.
13150
13151 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13152
13153 * configure: If per-host line isn't found, but AC_OUTPUT is found
13154 and a configure script exists, run it instead.
13155
13156 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13157
13158 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13159
13160 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13161
13162 * configure: Set build_{cpu,vendor,os,alias} to host values when
13163 --build isn't specified.
13164
13165 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13166
13167 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13168 (FLAGS_TO_PASS): Pass them.
13169 (EXTRA_TARGET_FLAGS): Ditto.
13170
13171 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13172
13173 * Makefile.in (all-libg++): Depend on all-libstdc++.
13174
13175 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13176
13177 * configure.in (noconfigdirs): Enable all packages for
13178 i386-unknown-netbsd.
13179
13180 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13181
13182 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13183 hosted builds (DOS builds)
13184
13185 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13186
13187 Changes for ARM based on patches from Richard Earnshaw:
13188 * config.sub: Handle armeb and armel.
13189 * configure.in: Omit arm linker only for riscix.
13190
13191 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13192
13193 * config.guess: Update from FSF.
13194
13195 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13196
13197 * config.sub: Recognize powerpcle as the little endian varient of
13198 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13199 powerpcle variant. Convert pentium into i586, not i486. Add p5
13200 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13201 temporarily.
13202
13203 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13204
13205 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13206
13207 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13208
13209 * config.sub: Accept -lites* as a basic system type.
13210
13211 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13212
13213 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13214 installed, and if so return linuxoldld as the system name.
13215
13216 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13217
13218 * config.guess: Add hppa1.1-hp-lites support.
13219
13220 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13221
13222 * configure.in: Don't build newlib for m68k-vxworks5.1.
13223
13224 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13225
13226 * configure.in (mips-sgi-irix6): Use mh-irix5.
13227
13228 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13229
13230 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13231
13232 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13233
13234 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13235 OSF/1. Fix compiler flags.
13236 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13237
13238 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13239
13240 * configure.in: Recognize --with-newlib.
13241 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13242
13243 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13244
13245 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13246 to *_X11_MODULES due to gdbtk needing X include files et al.
13247
13248 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13249
13250 Merge in support for Mac MPW as a host.
13251 (Old change descriptions retained for informational value.)
13252
13253 * mpw-config.in: Add generic include forwards for cpu-specific
13254 include files in aout and elf directories.
13255
13256 * mpw-configure: Added copyright.
13257 * mpw-config.in: Check for presence of required build tools.
13258 (target_libs): Add newlib.
13259 (target_tools): Add examples.
13260 (Read Me): Generate as "Read Me for MPW" instead.
13261 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13262 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13263 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13264
13265 * mpw-configure: Remove subdir-specific makefile hackery,
13266 delete mk.tmp after using it.
13267
13268 * mpw-build.in (all): Display start and end times.
13269
13270 * mpw-configure (host_canonical): Set.
13271 (target_cpu): Always add to makefiles.
13272 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13273 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13274 (mpw-mh-mpw): Look for in srcdir and srcroot.
13275 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13276
13277 * mpw-build.in: (install-only): New target.
13278
13279 * mpw-configure (host_alias, target_alias): Rename from hostalias
13280 and targetalias, add into generated Makefile.
13281 (mk.tmp): If present, add into generated Makefile.
13282 * mpw-build.in (all-gas): Build config.h first before gas proper.
13283
13284 * mpw-configure (config.status): Write only if changed.
13285 * mpw-config.in (readline): Configure it (not built, just used for
13286 definitions).
13287
13288 * mpw-config.in (elf/mips.h): Add a forward include.
13289
13290 * mpw-config.in: Forward-include most .h files in include into
13291 extra-include.
13292 (readline): Don't build.
13293 mpw-build.in (install): Install GDB.
13294
13295 * mpw-configure (prefix, mpw_prefix): Handle it.
13296 * mpw-config.in (mmalloc, readline): Don't configure.
13297 * mpw-build.in (thisscript): Rename to ThisScript.
13298 Use mpw-build instead of BuildProgram everywhere.
13299 (mmalloc, readline): Don't build.
13300 * mpw-README: New file, basic documentation about the MPW port.
13301
13302 * mpw-config.in: Use forward-include to create include files.
13303
13304 * mpw-configure: Add more things to the top of each configured
13305 Makefile, including contents of config/mpw-mh-mpw.
13306 * mpw-config.in (extra-include): Create this directory and fill it
13307 with Posix-like include files when configuring.
13308
13309 * config.sub (apple, mac, mpw): Add various aliases.
13310
13311 * mpw-build.in: New file, top-level build script fragment for MPW.
13312 * mpw-configure: New file, configure script for MPW.
13313 * mpw-config.in: New file, config fragment for MPW.
13314
13315 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13316
13317 * configure.in (host_libs): Remove glob, since it is gone from the
13318 sources.
13319
13320 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13321
13322 * Makefile.in: define empty GDB_NLM_DEPS var.
13323
13324 * configure.in(target_makefile_frag): use config/mt-netware
13325 for netware targets.
13326
13327 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13328
13329 * config.sub: Merge in recent FSF changes. Remove linux special
13330 cases.
13331
13332 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13333
13334 Revert this change:
13335
13336 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13337
13338 * build-all.mk: Use CC=cc -Xs on Solaris.
13339
13340 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13341
13342 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13343 stop using it.
13344 * Makefile.in: Nuke all references to glob subdirectory.
13345
13346 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13347
13348 * configure.in: Fix --enable-shared logic in per-host.
13349
13350 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13351
13352 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13353
13354 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13355
13356 * configure.in (noconfigdirs): Don't build gas on AIX, for
13357 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13358
13359 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13360
13361 * configure: Fix --cache-file to work if the file argument is a
13362 relative path.
13363
13364 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13365
13366 * configure: If the --cache-file is used, pass it down to
13367 configure in subdirectories.
13368
13369 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13370
13371 * config.sub: add vxworks29k configuration.
13372
13373 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13374
13375 * Makefile.in (taz): Do "diststuff" part quietly.
13376
13377 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13378
13379 * config.sub: Mini-merge with gcc/config.sub.
13380
13381 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13382
13383 * config.guess (IRIX): Sed - to _.
13384
13385 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13386
13387 * Makefile.in (source-vault, binary-vault): New targets.
13388
13389 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13390
13391 * config.sub: Recognize -eabi as a basic system type.
13392
13393 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13394
13395 * configure.in (enable_shared stuff): Fix typo.
13396
13397 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13398
13399 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13400
13401 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13402
13403 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13404
13405 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13406
13407 * configure.in (rs6000-*-*): Don't build gas.
13408
13409 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13410
13411 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13412 reduce command line length.
13413 (AS_FOR_TARGET): Check for as.new, not Makefile.
13414 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13415
13416 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13417
13418 * config.guess: Merge from FSF.
13419
13420 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13421
13422 * configure: Don't use $ when handling program_suffix.
13423
13424 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13425
13426 * configure.in: Configure tk for hppa/hpux.
13427
13428 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13429
13430 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13431
13432 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13433
13434 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13435 to LIBCXXFLAGS. Tests are better run without it.
13436
13437 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13438
13439 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13440
13441 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13442
13443 * configure.in (*-*-netware*): Don't configure xiberty.
13444
13445 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13446
13447 * configure.in: Remove tk from native_only list.
13448
13449 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13450
13451 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13452 for special NCD build.
13453
13454 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13455
13456 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13457 makeall.bat, they're only useful for binutils snapshots.
13458 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13459 makeall.bat to specified SUPPORT_FILES.
13460
13461 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13462
13463 * build-all.mk: Add Ericsson targets to sun4 and solaris
13464 hosts. Add BNR's sun4 target to solaris host, so their
13465 build-from-source will be tested in-house first.
13466
13467 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13468
13469 * Makefile.in (LIBCFLAGS): New variable.
13470 (CFLAGS_FOR_TARGET): Ditto.
13471 (LIBCFLAGS_FOR_TARGET): Ditto.
13472 (LIBCXXFLAGS): Ditto.
13473 (CXXFLAGS_FOR_TARGET): Ditto.
13474 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13475 (BASE_FLAGS_TO_PASS): Pass them.
13476 (EXTRA_TARGET_FLAGS): Ditto.
13477
13478 * configure.in: Support --enable-shared.
13479
13480 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13481
13482 * configure.in (target_libs): Include libstdc++ again.
13483 * config.guess: Update from FSF (for FreeBSD).
13484
13485 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13486
13487 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13488 makeall.bat.
13489 (DISTDOCDIRS): Add `etc'.
13490 (ETC_SUPPORT_PFX): New variable.
13491 (taz): Include anything from etc starting with a word in
13492 ETC_SUPPORT_PFX.
13493
13494 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13495
13496 * config.sub: Update for recent FSF changes. Remove obsolete
13497 h8300hds entry. Add -windows* and -osx as basic os. Minor
13498 spacing changes.
13499
13500 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13501
13502 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13503
13504 * config.guess: Merge with FSF.
13505 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13506
13507 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13508
13509 * configure: Since the "trap 0" handler will override the exit
13510 status on many systems, only use it for "exit 1", and make it set
13511 a non-zero exit status; reset it before "exit 0". Also, check
13512 exit status of config.sub, and error out if it failed.
13513
13514 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13515
13516 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13517 and install libgloss.
13518
13519 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13520
13521 * Makefile.in (all-binutils): Depend upon all-byacc.
13522
13523 * configure.in: Don't build emacs on Irix 5.
13524
13525 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13526
13527 * configure.in (*-*-netware*): Add libio.
13528
13529 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13530
13531 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13532 (CHECK_TARGET_MODULES): Ditto.
13533 (INSTALL_TARGET_MODULES): Ditto.
13534 (TARGET_LIBS): Ditto.
13535 (all-libstdc++): Note dependencies.
13536
13537 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13538
13539 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13540
13541 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13542
13543 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13544 -fexternal-templates.
13545
13546 * configure.in (target_libs): Add libstdc++.
13547 (noconfigdirs): Add libstdc++ as appropriate.
13548
13549 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13550
13551 * config.guess: Update from FSF.
13552
13553 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13554
13555 * configure: Use ${config_shell} when running ${configsub}.
13556
13557 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13558
13559 * config.sub: No longer recognize h8300h.
13560
13561 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13562
13563 * config.sub: Remove extraneous differences between config.sub and
13564 gcc/config.sub.
13565
13566 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13567
13568 * Makefile.in (DISTSTUFFDIRS): Add gas.
13569
13570 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13571
13572 * COPYING.NEWLIB: New file.
13573
13574 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13575
13576 * config.guess (HP-UX): Patch from Harlan Stenn
13577 <harlan@landmark.com> to also emit release level.
13578
13579 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13580
13581 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13582
13583 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13584
13585 * config.sub: Merge nextstep cleanup from FSF.
13586
13587 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13588
13589 * configure.in (arm-*-*): Don't configure ld for this target.
13590
13591 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13592
13593 * configure.in (*-*-netware): don't configure libg++, libio,
13594 librx, or newlib.
13595
13596 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13597
13598 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13599 configure ld--it works, but it doesn't support shared libraries.
13600
13601 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13602
13603 * config.guess (*-unknown-freebsd*): Get rid of possible
13604 trailing "(Release)" in version string.
13605 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13606
13607 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13608
13609 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13610 Fix type: *-next-neststep -> *-next-nextstep.
13611
13612 * config.guess: Merge from FSF:
13613
13614 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13615
13616 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13617
13618 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13619
13620 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13621 instead of UNIX_SV for UnixWare 1.0).
13622
13623 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13624
13625 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13626 to make gdb/nlm/* build after the compiler and linker.
13627
13628 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13629
13630 * config.guess (netbsd, freebsd, linux): Accept any machine,
13631 not just i[34]86.
13632 (m68k-atari-sysv4): Relocate to match FSF version.
13633
13634 * config.guess: More merges from the FSF:
13635
13636 Add a space before function call or macro invocation.
13637
13638 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13639
13640 * config.guess: Add trap cmd to remove dummy.c and dummy when
13641 interrupted.
13642
13643 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13644
13645 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13646 (dummy): Redirect stderr from compilation of dummy.c.
13647
13648 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13649
13650 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13651
13652 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13653
13654 * configure: Accept and ignore --cache*, for compatibility with
13655 new autoconf.
13656
13657 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13658
13659 * config.guess: Merge from FSF:
13660
13661 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13662
13663 * config.guess (Pyramid*:OSx*:*:*): New case.
13664 (PATH): Add /.attbin at end for finding uname.
13665 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13666
13667 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13668
13669 * config.guess (M88*:DolphinOS:*:*): New case.
13670
13671 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13672
13673 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13674 to select whether to use ELF or COFF.
13675
13676 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13677
13678 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13679
13680 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13681
13682 * config.guess: Guess the OS version for HPUX.
13683
13684 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13685
13686 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13687
13688 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13689
13690 * configure.in: Recognize --with-headers, --with-libs, and
13691 --without-newlib.
13692 * Makefile.in (all-xiberty): Depend upon all-ld.
13693
13694 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13695
13696 * configure.in: Change i[34]86 to i[345]86.
13697
13698 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13699
13700 * configure (version): A few more tweaks to help message.
13701
13702 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13703
13704 * Makefile.in: Remove (for now) librx as a host library,
13705 now that we're building it for target.
13706
13707 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13708
13709 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13710 (Karl Berry).
13711
13712 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13713
13714 * configure.in: Also configure librx.
13715
13716 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13717
13718 * Makefile.in: Update various rules to reflect that librx
13719 is now needed for libg++.
13720
13721 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13722
13723 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13724
13725 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13726
13727 * configure.in: Configure the examples directory.
13728
13729 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13730
13731 * configure: Simplify Jun 2 1994 change.
13732
13733 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13734
13735 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13736 /bin/gcc isn't good enough to build gcc.
13737
13738 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13739
13740 * Makefile.in (GDB_SUPPORT_FILES): Remove
13741 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13742 (gdb.tar.gz): Add new rule to use standard distribution building
13743 mechanism.
13744
13745 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13746
13747 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13748 Bill Cox <bill@cygnus.com>.
13749
13750 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13751
13752 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13753
13754 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13755
13756 * configure: Search current dir first in .gdbinit.
13757
13758 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13759
13760 * config.sub: Recognize freebsd (merged from gcc config.sub).
13761
13762 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13763
13764 * config.sub: Refer to NeXT's operating system as nextstep.
13765
13766 * config.sub (case $basic_machine): Re-order the cases, to match
13767 the order in the FSF version (which is mostly alphabethical).
13768 Merge in some additions and changes from the FSF.
13769
13770 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13771
13772 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13773 * config.sub: Recognize cxux7.
13774 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13775
13776 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13777
13778 * config.sub: Fix typo powerpc -> powerpc-*.
13779
13780 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13781
13782 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13783
13784 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13785 parallel with all-emacs and install-emacs). Top-level command
13786 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13787
13788 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13789
13790 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13791 $(relbindir)/make before doing ``make install'', and use
13792 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13793 installing over running make binary.
13794 ($(host)-stamp-stage3-installed): Likewise.
13795
13796 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13797
13798 * config.guess: Recognize Mach.
13799
13800 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13801
13802 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13803 see whether --exec-prefix was used.
13804
13805 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13806
13807 * README: Explicitly mention libg++/README. (Zoo's idea.)
13808
13809 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13810
13811 * Makefile.in: Add all-librx target similar to all-libproc.
13812
13813 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13814
13815 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13816 with post 1.2 uname bogosity.
13817
13818 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13819
13820 * configure: Remove temporary files on receipt of a signal.
13821
13822 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13823
13824 * configure: If there is a package_makefile_frag, remove
13825 ${subdir}/Makefile.tem after copying it in.
13826
13827 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13828
13829 * build_all.mk: support rs6000 lynx identifies itself as
13830 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13831 since /bin/gcc is too feeble to compile a modern gcc.
13832
13833 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13834
13835 * brought devo/test-build.mk update-to-date with progressive/
13836 test-build.mk. Add lynx targets and hppa flag info.
13837
13838 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13839
13840 * configure.in: Use mh-ncrsvr43. Patch from
13841 Tom McConnell <tmcconne@sedona.intel.com>.
13842
13843 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13844
13845 * config.guess (i386-unknown-bsdi): No longer need to
13846 check #if defined(__bsdi__) && defined(__i386__).
13847
13848 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13849
13850 * configure: Set program_transform_nameoption correctly.
13851
13852 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13853
13854 * brought build-all.mk update-to-date with progressive build-all.mk,
13855 added new targets and hppa info.
13856
13857 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13858
13859 * configure: If config.guess result is a prefix of the user
13860 specified target, assume a native build and use the user specified
13861 target as the host alias. Remove SunOS patch suffix removal hack.
13862 * configure.in: Remove SunOS patch suffix removal hack.
13863
13864 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13865 in NATIVE_CHECK_MODULES.
13866
13867 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13868
13869 * Makefile.in: Rename HOST_ONLY to NATIVE.
13870 * configure: Delete SunOs patch suffix from host_canonical
13871 and build_canonical variables that are prepended to Makefiles.
13872 * configure.in: Add comments for easier maintenance.
13873
13874 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13875
13876 * Makefile.in: Add all-libproc target similar to all-gui.
13877
13878 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13879
13880 * Makefile.in (CHECK_MODULES): split into
13881 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13882
13883 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13884
13885 * config.guess (i386-unknown-bsdi): New system to guess.
13886
13887 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13888
13889 * Makefile.in: Add all-gui target (but not yet build by "all").
13890
13891 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13892
13893 * config.sub: Move deletion of patch suffix from here...
13894 * configure.in: To here, at Ian's suggestion. The top-
13895 level scripts might need to know of a patch level.
13896
13897 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13898
13899 * config.sub: Strip off patch suffix so rtl is recognized
13900 as a sunos4.1.3 machine, even though it's been patched.
13901
13902 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13903
13904 * Makefile.in (INSTALL_LAST): Delete.
13905 (INSTALL_DOSREL): New.
13906
13907 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13908
13909 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13910 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13911 whether we pass down --with-gnu-ld anyhow.
13912
13913 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13914
13915 * Makefile.in (INSTALL_LAST): Change operation so it works
13916 on more flavors of make.
13917 * configure.in (go32): Don't build libg++ or libio.
13918
13919 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13920
13921 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13922 they can be overriden by templates.
13923
13924 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13925
13926 * configure.in (target==go32): Don't build gdb.
13927 * dosrel: New directory.
13928
13929 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13930
13931 * configure.in (host==go32): Configure dosrel too.
13932 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13933 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13934 be set by incoming names or templates.
13935 (INSTALL_LAST): New rule.
13936
13937 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13938
13939 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13940
13941 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13942
13943 * configure.in (appdirs): New variable. Currently empty, but will
13944 be used in gas distribution. If nonempty, lists a set of
13945 directories at least one of which must get configured, or top
13946 level configuration is considered to have failed.
13947 (rs6000-*-lynxos*): Use new file name.
13948
13949 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13950
13951 Eliminate XTRAFLAGS.
13952 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13953 newlib include files using -idirafter, and also use -nostdinc.
13954 (CXX_FOR_TARGET): Likewise.
13955 (XTRAFLAGS): Removed.
13956 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13957 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13958 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13959 ($(DO_X)): Don't pass down XTRAFLAGS.
13960
13961 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13962
13963 * configure.in (mips*-dec-bsd*): New target; do build linker.
13964 (mips*-*-bsd*): New target; don't build linker.
13965
13966 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13967
13968 * configure.in: support rs6000-*-lynxos* configuration.
13969 support sunos4 as a cross target.
13970
13971 * config.sub: look for lynx*, not lynx since the OS version may
13972 legitimately be part of the name.
13973
13974 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13975
13976 * configure.in (i[34]86-*-sco*): Move to be with other i386
13977 targets.
13978 (romp-*-*): New target. Skip various binary utilities.
13979 (vax-*-*): New target. Don't build newlib.
13980 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13981
13982 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13983
13984 * configure.in: Only set host_makefile_frag if config
13985 directory exists.
13986
13987 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13988
13989 * install.sh: If $dstdir exists, don't check whether each
13990 component does.
13991
13992 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13993
13994 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13995
13996 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13997
13998 * configure.in (*-*-lynxos*): Don't configure newlib for either
13999 native or cross Lynx.
14000
14001 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14002
14003 * config.sub (sparc64-elf): Fix os.
14004 (z8k): Remove duplicate.
14005
14006 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14007
14008 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14009 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14010
14011 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14012
14013 * configure: Make file links cleanly even if Lynx fails on
14014 an NFS symlink (at least fail cleanly).
14015
14016 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14017
14018 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14019 -XNh2000.
14020
14021 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14022
14023 * configure: Unknown options are fatal again.
14024
14025 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14026
14027 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14028 compatibility.
14029
14030 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14031
14032 * build-all.mk: Add `clean' target.
14033
14034 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14035
14036 * config.guess: Add SINIX support.
14037 * configure.in: Add mips-*-sysv4* support.
14038
14039 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14040
14041 * build-all.mk: Document all useful targets.
14042 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14043 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14044
14045 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14046
14047 * configure: Support --silent, --quiet.
14048
14049 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14050
14051 * configure: Support --disable-FEATURE.
14052
14053 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14054
14055 * config.guess: Recognize NCR running SVR4.3.
14056
14057 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14058
14059 * config.guess: Make BSDI generate i386-unknown-bsd386.
14060 Patch from Paul Eggert <eggert@twinsun.com>.
14061
14062 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14063
14064 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14065
14066 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14067
14068 * configure: Make unrecognized options give nonfatal warnings
14069 instead of fatal errors, and pass them to any subdirectory
14070 configures in case they recognize them.
14071 Make --x equivalent to --with-x.
14072
14073 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14074
14075 * configure: Add --enable-* options. Clean up usage message and
14076 some comments.
14077
14078 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14079
14080 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14081
14082 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14083
14084 * configure.in (hppa*-*-*): Enable binutils.
14085
14086 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14087
14088 * config.sub: Recognize cisco.
14089
14090 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14091
14092 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14093
14094 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14095
14096 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14097 than one configuration name. Add comment.
14098
14099 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14100
14101 * config.guess: about target *-hitachi-hiuxwe2, fixed
14102 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14103 macro is incorrect.]
14104
14105 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14106
14107 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14108 than the "make ls" stuff which used to be here.
14109
14110 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14111
14112 * config.guess: Recognize i[34]86-unknown-freebsd.
14113 From Shawn M Carey <smcarey@rodan.syr.edu>.
14114
14115 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14116
14117 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14118
14119 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14120
14121 * config.guess: Check for ptx.
14122
14123 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14124
14125 * config.sub: Add os9k checking.
14126
14127 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14128
14129 * config.guess: Handle OSF1 running on HPPA processors
14130
14131 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14132
14133 * configure: If subdir configure fails, print out a message with
14134 subdirectory name, in case subdir's configure code didn't identify
14135 itself.
14136
14137 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14138
14139 * configure.in: Remove embedded newlines from configdirs.
14140 Avoid mismatches of substrings. Fix matching strings at end
14141 of configdirs.
14142
14143 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14144
14145 * config.guess: Add Lynx/rs6000 config support.
14146
14147 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14148
14149 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14150
14151 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14152
14153 * configure.in (hppa*-*-osf*): Treat this just like most other
14154 PA configurations (eg no binutils or ld).
14155 (hppa*-*-*elf*): These configurations have binutils and ld.
14156
14157 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14158
14159 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14160
14161 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14162
14163 * configure.in (rs6000-*-*): Build gas.
14164
14165 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14166
14167 * Makefile.in: Avoid bug in losing hpux sed.
14168
14169 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14170
14171 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14172 for GDB and GDB has been fixed to not need it.
14173
14174 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14175
14176 * config.guess: Recognize vax hosts.
14177
14178 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14179
14180 * configure (while loop): Don't use "break 2" inside case
14181 statement -- the case statement isn't an enclosing loop.
14182
14183 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14184
14185 * config.guess: Clean up NeXT support, to allow nextstep
14186 on Intel machines. Make OS be nextstep.
14187
14188 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14189
14190 * config.guess: Add alternate forms for Convex.
14191
14192 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14193
14194 * configure: Completely rewrite option processing. Take
14195 advantage of pattern-matching to avoid invoking test frequently.
14196 Also clean up host and target defaulting logic.
14197
14198 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14199
14200 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14201 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14202 commands (plus user environment) will fit SCO limits.
14203
14204 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14205
14206 * configure.in: Don't issue warnings about directories which are
14207 not being configured if -norecursion is set. Correct test for
14208 --with-gnu-as and --with-gnu-ld to not get confused by substring
14209 matches.
14210
14211 * configure.in: Don't build gas for alpha-dec-osf1*.
14212
14213 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14214
14215 * configure: Back out Per's change of 12/19/1993. It changes the
14216 behavior of configure in unexpected and confusing ways.
14217
14218 Also, use different delim char when calculating
14219 program_transform_name so that the name can contain slashes.
14220
14221 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14222
14223 * configure.in, config.sub: Add support for VSTa micro-kernel.
14224
14225 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14226
14227 * configure.in: Nuke hacks which were used to get a special
14228 version of GAS for HPPA configurations.
14229
14230 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14231
14232 * configure: If only ${target_alias} is given, use that
14233 as the default for ${host_alias}.
14234 * configure: Add missing back-slashes before nested quotes.
14235
14236 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14237
14238 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14239
14240 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14241
14242 * config.guess: Recognize some Tektronix configurations.
14243 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14244
14245 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14246
14247 * config.sub: Match any flavor of SH.
14248
14249 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14250
14251 * configure.in: Don't try to configure newlib for Alpha.
14252
14253 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14254
14255 * configure.in: Don't build ld for Irix 5. Don't build gas,
14256 libg++ or libio for any Alpha target.
14257
14258 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14259
14260 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14261
14262 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14263 default arguments -- so it tried to compress itself.
14264
14265 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14266
14267 * configure.in (notsupp): ensure that a space is always at the end
14268 of the configdirs list, since the grep checks for an explicit space
14269
14270 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14271
14272 * configure.in (target i386-sysv4.2): don't build ld, since static
14273 versions of many libraries are not available.
14274
14275 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14276
14277 * config.guess: Recognize Apollos (using environment variables).
14278 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14279
14280 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14281
14282 * config.guess: Recognize Sony news mips running newsos.
14283
14284 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14285
14286 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14287 "fi ; else" for bash.
14288
14289 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14290
14291 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14292
14293 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14294
14295 * config.sub: accept unixware as an alias for svr4.2.
14296 Fix some inconsistancies with the gcc version.
14297
14298 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14299
14300 * Makefile.in (DISTDOCDIRS): Add gdb.
14301
14302 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14303
14304 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14305
14306 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14307
14308 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14309 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14310 this now.
14311
14312 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14313
14314 * config.sub: Accept hiux* as an OS name.
14315
14316 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14317 etc/make-stds.texi. The underscore came from gcc, and dje now
14318 agrees that RUNTESTFLAGS is the correct name.
14319
14320 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14321
14322 * install.sh: Remove 'set -e'. It makes any conditionals
14323 in the script useless.
14324
14325 * config.guess: Automatically recognize arm-acorn-riscix
14326 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14327
14328 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14329
14330 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14331
14332 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14333
14334 * Makefile.in (DISTDOCDIRS): New variable.
14335 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14336 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14337
14338 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14339
14340 * configure.in (hppa target): check the source directory for the
14341 pagas sub-directory
14342
14343 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14344
14345 * config.sub: Allow -aout* and -elf*.
14346
14347 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14348
14349 * configure.in: Don't build ld on i386-solaris2, same as for
14350 sparc-solaris2.
14351
14352 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14353
14354 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14355
14356 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14357
14358 * configure.in: Configure gdb for alpha.
14359
14360 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14361
14362 * Makefile.in (CXXFLAGS): Add -O.
14363
14364 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14365
14366 * config.guess: added support for DG Aviion
14367
14368 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14369
14370 * configure.in: Produce warning message for subdirectories not
14371 configurable for this host/target combination. Don't try to
14372 configure gdb for vms.
14373
14374 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14375
14376 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14377 appropriate files before making "diststuff".
14378 (DISTBISONFILES): New var: list of files to be edited.
14379 (DISTSTUFFDIRS): Add binutils.
14380
14381 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14382
14383 * config.sub: also handle mipsel and mips64el (for little endian mips)
14384
14385 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14386
14387 * configure.in: Add * to end of all OS names.
14388
14389 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14390
14391 * configure.in: Build newlib for LynxOS native.
14392
14393 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14394
14395 * config.guess: Add support for delta 88k running SVR3.
14396
14397 * configure.in: Add comment about HP compiler vs. emacs.
14398
14399 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14400
14401 * configure.in: don't build ld on solaris2 (not a viable option
14402 due to bugs in getpwnam & getpwuid)
14403
14404 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14405
14406 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14407 config.guess will produce a full version number.
14408
14409 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14410
14411 * configure.in: Build linker and binutils for alpha-dec-osf1.
14412
14413 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14414
14415 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14416 and gdb/testsuite/Makefile.in.
14417
14418 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14419
14420 * configure.in: recognize mips*- instead of mips-
14421
14422 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14423
14424 * config.sub: Accept linux*coff and linux*elf as operating
14425 systems.
14426
14427 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14428
14429 * config.sub: Recognize mips64, and mips3 as an alias for it.
14430
14431 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14432
14433 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14434 gdb knows how to handle OSF/1 shared libraries.
14435
14436 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14437
14438 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14439 * config.guess: Recognize Hitachi's HIUX.
14440 * config.sub: Recognize h3050r* and hppahitachi.
14441 Remove redundant cases for hp9k[23]*.
14442
14443 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14444
14445 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14446 if gas and ld are in the source tree and are in ${configdirs}.
14447 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14448 --with options (but still pass them down on the command line,
14449 if they were explicitly specified).
14450
14451 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * configure: substitute SHELL value in Makefile.in with
14454 ${CONFIG_SHELL}
14455
14456 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14457
14458 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14459 *-*-solaris2* targets.
14460
14461 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14462
14463 * Makefile.in: define M4, and pass it down to sub-makes;
14464 all-autoconf now depends on all-m4
14465
14466 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14467
14468 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14469 presence of {ar,ranlib} instead of a configured directory
14470
14471 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14472
14473 * config.guess: Accept 34?? as well as 33?? for NCR.
14474
14475 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14476
14477 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14478 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14479
14480 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14481
14482 * configure: grab values for $(CC) and $(CXX) from the
14483 environment, so that someone can do "CC=gcc configure; make" and
14484 have it work right (matching the way that autoconf works now)
14485
14486 * configure.in, Makefile.in: add support for gash, the tcl
14487 interface to Galaxy
14488
14489 * config.guess: add NetBSD variants (hp300, x86)
14490
14491 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14492
14493 * install.sh: Support -d option (in the manner of SunOS 4 install,
14494 as it is more deterministic than that of GNU install)
14495 (chmodcmd): Set file to mode 755 by default (should also do default
14496 chgrp and chown, but I don't feel like dealing with that now)
14497
14498 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14499
14500 * config.sub: Remove h8300hhms alias.
14501
14502 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14503
14504 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14505
14506 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14507
14508 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14509 as stmp-fixinc
14510
14511 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14512
14513 * config.sub: recognize m88110-bug-coff.
14514
14515 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14516
14517 * Makefile.in (all-libio): all dependencies on the toolchain used
14518 to build this (gcc, gas, ld, etc)
14519
14520 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14521
14522 * config.guess: Deal with OSF/1 1.3 on alpha.
14523
14524 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14525
14526 * install.sh: add some 'else true' clauses for portability
14527
14528 * configure.in: don't build libio for h8[35]00-*-* targets
14529
14530 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14531
14532 * Makefile.in: Add support for new libio.
14533
14534 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14535
14536 * install.sh: If one command fails, don't try the rest. Don't try
14537 to remove $dsttmp (via trap) unless we have already created it.
14538 If $src doesn't exist, detect it and exit with an error.
14539
14540 * config.guess: Recognize BSD on hp300.
14541
14542 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14543
14544 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14545 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14546
14547 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14548
14549 * Makefile.in (all-send-pr): depends on all-prms
14550
14551 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14552
14553 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14554
14555 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14556
14557 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14558 Added test for mips-mips-riscos5.
14559
14560 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14561
14562 * configure.in: use mh-hp300 for 68k HP hosts
14563
14564 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14565
14566 * configure: add support for CONFIG_SHELL, so that you can use
14567 some alternate shell for evaluating configure scripts
14568
14569 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14570
14571 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14572 in configure script to bug-gdb@prep.ai.mit.edu when building
14573 distribution archive.
14574 * Makefile.in (COMPRESS): Remove def.
14575 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14576 gdb.tar.Z and make-gdb.tar.Z respectively.
14577 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14578 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14579 to convergence with 'taz' target in Makefile.in.
14580
14581 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14582
14583 * install.sh (dsttmp): use trap to ensure that tmp files go
14584 away on error conditions
14585
14586 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14587
14588 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14589
14590 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14591
14592 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14593 its parent is '/' not ''.
14594
14595 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14596
14597 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14598
14599 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14600 that ${newsrcdir}/configure.in does.
14601
14602 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14603
14604 * test-build.mk: support for CONFIG_SHELL
14605
14606 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14607
14608 * config.sub (netware): Add as a basic system type.
14609
14610 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14611
14612 * Makefile.in (Makefile): depend on configure.in. Also drop the
14613 $(srcdir)/ from the dependency on Makefile.in.
14614
14615 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14616
14617 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14618 (h8300hhms is temporary until multi-libraries are implemented).
14619 * configure.in: Handle h8300h too.
14620
14621 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14622
14623 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14624
14625 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14626
14627 * configure: Remove extraneous output when guessing host type.
14628 * config.guess: Remove extraneous output when guessing using C
14629 compiler rather than uname, or when guessing fails.
14630
14631 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14632
14633 * Makefile.in: remove all.cross and install.cross targets
14634
14635 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14636 definitions
14637
14638 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14639
14640 * configure.in (target sh): Build gprof.
14641
14642 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14643
14644 * config.sub: change -solaris to -solaris2
14645
14646 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14647
14648 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14649
14650 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14651
14652 * configure: Correct error message for missing Makefile.in to
14653 print correct directory.
14654
14655 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14656
14657 * install.sh: kludge around 386BSD shell bug
14658
14659 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14660
14661 * config.guess: Recognize NeXT.
14662 * config.guess: Recognize i486-ncr-sysv4.
14663 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14664
14665 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14666
14667 * Makefile.in (MAKEINFOFLAGS): New variable.
14668 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14669 * build-all.mk, test-build.mk: Pass down --no-split as
14670 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14671
14672 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14673
14674 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14675
14676 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14677
14678 * Makefile.in (libg++.tar.z): New rule.
14679 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14680 * Makefile.in (taz): Only do a single chmod.
14681
14682 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14683
14684 * install.sh: don't use dirname anymore (replaced with sed usage)
14685
14686 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14687
14688 * Makefile.in: Change extension for gzip'd files from '.z' to
14689 '.gz' per new FSF standard usage.
14690
14691 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14692
14693 * configure: put quotes around the final value of program_transform_name
14694
14695 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14696
14697 * Makefile.in: new install.sh support; update install-info rules
14698
14699 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14700
14701 * configure.in: Build diff for crosses, but not for go32 host.
14702
14703 * configure.in: Build gprof only for native, and don't build it
14704 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14705
14706 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14707
14708 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14709
14710 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14711
14712 * configure.in (host_tools): Add prms.
14713
14714 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14715
14716 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14717 with $(FLAGS_TO_PASS) on the command line
14718
14719 * config.sub: Recognize lynx and lynxos
14720
14721 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14722
14723 * config.sub: Accept -ecoff*, not just -ecoff.
14724
14725 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14726
14727 * Makefile.in (taz): Use .gz suffix instead of .z.
14728 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14729 names.
14730
14731 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14732
14733 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14734
14735 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14736
14737 * Makefile.in (install-no-fixedincludes): install gcc last, so
14738 that rebuilds that might happen during 'make install' don't get
14739 bogus gcc include files
14740
14741 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14742
14743 Change from Utah for HPPA support:
14744 * config.guess: Recognize hppa1.x-hp-bsd.
14745
14746 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14747
14748 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14749 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14750
14751 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14752
14753 * config.sub: Add support for rom68k and bug boot monitors.
14754
14755 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14756
14757 * Makefile.in: Make all-opcodes depend on all-bfd.
14758
14759 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14760
14761 * config.guess: Added special check for i[34]86-univel-sysv4*.
14762
14763 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14764
14765 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14766 the processor rather than assuming i486.
14767
14768 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14769
14770 * config.guess: Recognize SunOS6 as Solaris3.
14771
14772 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14773
14774 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14775 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14776
14777 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14778
14779 * build-all.mk (all-cross): New target for Canadian Cross.
14780 Added Q2 go32 targets.
14781 * test-build.mk: Configure go32 cross sparclite-aout and
14782 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14783 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14784
14785 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14786
14787 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14788 GO32 hosted toolchains
14789
14790 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14791
14792 * configure: change so "-exec-prefix" gets passed down rather
14793 than "-exec_prefix" so autoconf generated Makefiles get the
14794 exec_prefix set right.
14795
14796 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14797
14798 * config.guess: get the Solaris2 minor version number
14799
14800 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14801
14802 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14803
14804 * config.guess: Recognize some Sequent platforms.
14805
14806 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14807
14808 * Makefile.in: added the vault-install target
14809
14810 * configure.in: actually use the Sun3 makefile fragment that's in
14811 config, also added the release dir to configdirs
14812
14813 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14814
14815 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14816
14817 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14818
14819 * configure.in: remove some program from Alpha targetted toolchains
14820
14821 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14822
14823 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14824 gprof.
14825 (taz): Run "make diststuff" in those directories instead of "make
14826 proto-dir". Look for "VERSION=" only at start of line in subdir
14827 Makefile. Use "gzip -9" for compression.
14828 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14829 (binutils.tar.z): New target.
14830
14831 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14832
14833 * Makefile.in (taz): Include gpl.texinfo.
14834
14835 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14836
14837 * Makefile.in (setup-dirs): Merged into "taz" target.
14838 (taz): Only do `proto-dir' stuff if a directory is actually needed
14839 for this target.
14840
14841 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14842
14843 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14844 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14845 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14846 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14847 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14848
14849 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14850
14851 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14852 config.sub, and move-if-change to gdb testsuite distribution
14853 archive, so the testsuite can be extracted, configured, and
14854 run separately from the gdb distribution. Blow away the Chill
14855 tests that require a Chill compiled executable, since GNU Chill
14856 is not yet publically available.
14857
14858 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14859
14860 * test-build.mk: set environment variables in a single command,
14861 instead of a list of assignments and exports
14862
14863 * config.guess: recognize Alpha/OSF1 systems
14864
14865 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14866
14867 * configure: Change help message to prefer --options rather than
14868 -options.
14869
14870 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14871
14872 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14873 zippy@ecst.csuchico.edu.
14874 * config.guess: Recognize miniframe.
14875
14876 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14877
14878 * Makefile.in: Use srcroot to find runtest rather than rootme.
14879 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14880
14881 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14882
14883 * test-build.mk: Extensive additions to support building on a
14884 machine other than the host.
14885
14886 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14887
14888 * configure (tooldir): Fix for i386-aix again.
14889
14890 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14891
14892 * configure, Makefile.in: Change definition of $(tooldir)
14893 to match the FSF.
14894
14895 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14896
14897 * config.guess: Recognize i[34]86/SVR4.
14898
14899 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14900
14901 * Makefile.in (all-gdb): gdb depends on sim.
14902
14903 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14904
14905 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14906 at the same time we make the prototype gdb directory.
14907 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14908 files at the same time as the gdb base release distribution.
14909
14910 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14911
14912 * Makefile.in (check): Use individual check targets rather than
14913 DO_X rule.
14914 (check-gcc): Added.
14915
14916 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14917
14918 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14919 for System V release 3.2.
14920
14921 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14922
14923 * config.sub: Recognize hppaosf.
14924 * configure.in: Do configure ld/binutils/gas for it.
14925
14926 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14927
14928 * configure (tooldir): Alter syntax used to set this, for systems
14929 where "\$" isn't handled right, like i386-aix.
14930
14931 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14932
14933 * configure: Pass program-transform-name, not
14934 program_transform_name, to recursive configures.
14935
14936 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14937
14938 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14939 of gas+ld+binutils.
14940
14941 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14942
14943 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14944
14945 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14946
14947 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14948
14949 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14950
14951 * Makefile.in (PRMS): Set back to all-prms.
14952
14953 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14954
14955 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14956 targets, rather than for MIPS hosts.
14957
14958 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14959
14960 * configure.in: add comment for --with-x default values
14961
14962 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14963
14964 * Makefile.in: add check-* targets for each of the directories in
14965 the tree. Add a definition of RUNTEST that will use the one we
14966 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14967
14968 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14969
14970 * configure.in: Removed obsolete references to bfd_target and
14971 target_makefile_frag.
14972
14973 * build-all.mk: Set assorted targets for Q2.
14974 * config.sub: Recognize z8k-sim and h8300-hms.
14975 * test-build.mk: Really don't pass host to configure.
14976 (HOLES): Added uname.
14977
14978 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14979
14980 * configure: Handle an empty program-prefix, program-suffix or
14981 program-transform-name correctly.
14982
14983 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14984
14985 * build-all.mk: -G 8 no longer required for MIPS targets.
14986 * test-build.mk: Don't pass host argument to configure; make it
14987 guess.
14988
14989 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14990
14991 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14992 * Makefile.in (COMPRESS): New macro, like GZIP.
14993
14994 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14995
14996 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14997
14998 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14999 with gas currently defaults to -G 0.
15000
15001 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15002
15003 * Makefile.in (all-flex): flex depends on byacc.
15004
15005 * build-all.mk: If host not specified, use config.guess. Pass TAG
15006 to test-build.mk as RELEASE_TAG.
15007 * test-build.mk (configargs): New variable containing arguments to
15008 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15009 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15010
15011 * config.guess: Use /bin/uname when checking -X argument on SCO,
15012 to avoid invoking GNU uname which doesn't understand -X.
15013
15014 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15015
15016 * configure.in: Build gas for mips-*-*.
15017
15018 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15019
15020 * Makefile.in (all.normal): insert missing backslash.
15021
15022 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15023
15024 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15025
15026 * Makefile.in: Complete overhaul to merge many almost identical
15027 targets.
15028
15029 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15030
15031 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15032 (gdb.tar.Z): Adjusted.
15033
15034 * Makefile.in (setup-dirs, taz): New targets; should be general
15035 enough to adapt for gdb sometime. Build only .z file.
15036 (gas.tar.z): New target.
15037
15038 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15039
15040 * build-all.mk: Use CC=cc -Xs on Solaris.
15041
15042 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15043
15044 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15045 for handling BISON for FSF releases.
15046
15047 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15048
15049 * configure: Actually implement the change zoo just documented.
15050
15051 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15052
15053 * configure: when using config.guess, only set target_alias when
15054 it's not already been set (ie, on the command line)
15055
15056 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15057
15058 * Makefile.in: add installcheck target, set PRMS to install-prms
15059
15060 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15061
15062 * configure: add support for package_makefile_fragment, handle the
15063 case where a directory has a configure.in file but no Makefile.in
15064 more gracefully (with an actual understandable error message, even);
15065 add support for --without (and add this to the usage message); also
15066 explicitly add a --host=${host_alias} to the command line when
15067 config.guess is used
15068
15069 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15070
15071 * configure: Must use both --host and --target in recursive calls.
15072
15073 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15074
15075 * Makefile.in: Change deja-gnu to dejagnu.
15076
15077 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15078
15079 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15080
15081 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15082
15083 * configure.in: canonicalize all instances to *-*-solaris2*,
15084 also strip out a number of tools to not build for go32 host
15085
15086 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15087
15088 * config.guess: add GPL.
15089
15090 * Makefile.in, config.guess, config.sub, configure: bump
15091 copyrights to 93.
15092
15093 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15094
15095 * Makefile.in (do-info): Removed obsolete check for existence of
15096 localenv file.
15097
15098 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15099
15100 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15101
15102 * Makefile.in: a couple of 'else true' for decstation,
15103 support for TclX
15104
15105 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15106
15107 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15108
15109 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15110
15111 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15112
15113 * config.guess: Recognize i386-ibm-aix (PS/2).
15114 * configure.in: Use config/mh-aix386 file for it.
15115
15116 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15117
15118 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15119 CC_FOR_TARGET instead.
15120 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15121
15122 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15123
15124 * Makefile.in: Add sim to list of directories sent with gdb
15125
15126 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15127
15128 * configure.in: Put back mips-dec-bsd* case.
15129
15130 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15131
15132 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15133 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15134 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15135
15136 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15137
15138 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15139
15140 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15141 (install-info): install dir.info only if it exists,
15142 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15143
15144 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15145
15146 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15147 gas for mips-dec-bsd.
15148
15149 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15150
15151 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15152 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15153
15154 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15155
15156 * configure.in: Added "dejagnu" to hosttools list.
15157
15158 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15159
15160 * config.sub, configure.in, config.guess: Add support
15161 for Bosx, an AIX variant from Bull.
15162 Patches from F.Pierresteguy@frcl.bull.fr.
15163
15164 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15165
15166 * devo/dejagnu: Initial creation of devo/dejagnu.
15167 Migrated dejagnu testcases and support files for testing software
15168 tools to reside as subdirectories, currently called "testsuite",
15169 within the directory of the software tool. Migrated all programs,
15170 support libraries, etc. beloging to dejagnu proper from
15171 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15172 with no modifications. The changes to these files which will
15173 allow them to configure, build, and execute properly will be made
15174 in a future update.
15175
15176 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15177
15178 * Makefile.in: Change send_pr to send-pr.
15179 * configure.in: Likewise.
15180 * send_pr: Renamed directory to send-pr.
15181
15182 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15183
15184 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15185
15186 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15187
15188 * README: Update for gdb-4.8 release.
15189 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15190 gdb-xxx.tar.z (gzip'd) file also.
15191
15192 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15193
15194 * Makefile.in: make all-diff depend on all-libiberty
15195
15196 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15197
15198 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15199
15200 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15201
15202 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15203
15204 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15205
15206 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15207 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15208 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15209
15210 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15211
15212 * Makefile.in: makeinfo binary is in a new location
15213
15214 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15215
15216 * config.sub: Accept -ecoff as an OS.
15217
15218 * Makefile.in: Various changes to eliminate a level of make
15219 recursion and reduce the required command line length.
15220 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15221 sub-makes.
15222 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15223 variables holding settings for specific sub-makes.
15224 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15225 in terms of BASE_FLAGS_TO_PASS.
15226 (TARGET_LIBS): New variable listing directories which use
15227 TARGET_FLAGS_TO_PASS.
15228 (subdir_do): Eliminated.
15229 (do-*): New set of targets to replace subdir_do.
15230 (various): All targets which used subdir_do now depend on do-*.
15231 (local-clean): Renamed from do_clean.
15232 (local-distclean): New target, dependency of distclean and
15233 realclean.
15234 (install-info): Don't create directories. Depend on dir.info
15235 rather than calling make recursively.
15236 (install-dir.info): Eliminated.
15237 (install-info-dirs): Create all info directories here.
15238 (dir.info): Depend upon do-install-info.
15239
15240 * test-build.mk (HOLES): Added false.
15241
15242 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15243
15244 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15245
15246 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15247
15248 * Makefile.in (info): remove dependency on all-texinfo. The
15249 problem was really in texinfo/C, not at this level.
15250
15251 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15254
15255 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15256
15257 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15258 GDB releases.
15259
15260 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15261
15262 * configure: Include srcdir in message about target of link not
15263 being found. Don't convert `-' to `_' in `with' options being
15264 passed to subdirs.
15265
15266 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15267
15268 * configure.in: add uudecode to host_tools
15269
15270 * Makefile.in: added {all,install}-uudecode targets, added them to
15271 the appropriate lists
15272
15273 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15274
15275 * Makefile.in (all-gcc): Added dependency on all-gas.
15276
15277 * configure.in (mips-*-*): Build ld and binutils.
15278
15279 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15280
15281 * configure: check return code from mkdir, print error message and
15282 exit on failure.
15283
15284 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15285
15286 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15287
15288 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15289
15290 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15291
15292 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15293
15294 * config.sub (h8500): Recognize this as a cpu type.
15295
15296 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15297
15298 * configure: source directory missing is no longer a warning
15299
15300 * configure.in: recognize irix[34]* instead of irix[34]
15301
15302 * Makefile.in: define and pass down X11_LIB
15303
15304 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15305
15306 * guess-systype: Renamed to ...
15307 * config.guess: ... by popular request.
15308 * configure.in, Makefile.in: Update accordingly.
15309
15310 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15311
15312 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15313 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15314 + Execute ./dummy instead of assuming . is in PATH.
15315
15316 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15317
15318 * guess-systype: New shell script. Attempts to guess the
15319 canonical host name of the executing host.
15320 Only a few hosts are supported so far.
15321 * configure: Call guess-systype if no host is specified.
15322
15323 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15324
15325 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15326 gcc Makefile.
15327
15328
15329 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15330
15331 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15332 (all-gcc, install-gcc, subdir_do): Use it.
15333
15334 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15335
15336 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15337
15338 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15339
15340 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15341 set exclusively by configure, using configure.in .
15342
15343 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15344
15345 * test-build.mk: set $PATH for all builds
15346
15347 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15348
15349 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15350
15351 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15352 the one used in gcc/Makefile.in, so that a null expansion doesn't
15353 override the one needed to build gcc with a native cc.
15354
15355
15356 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15357
15358 * configure: Accept -with arguments.
15359
15360 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15361
15362 * Makefile.in: added h8300sim
15363
15364 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15365
15366 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15367 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15368 (all-cygnus, native, build-cygnus): Make
15369 $(canonhost)-stamp-3stage-done, not $(host)....
15370 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15371 i386-sco3.2v4. Added else true to if command.
15372
15373 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15374
15375 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15376
15377 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15378
15379 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15380
15381 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15382
15383 * configure.in: don't remove binutils from Solaris builds
15384
15385 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15386
15387 * Makefile.in: get rid of earlier definitions for *clean,
15388 also handle the recursive info rule better
15389
15390 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15391
15392 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15393 do more-or-less the right thing.
15394
15395 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15396
15397 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15398 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15399
15400 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15401
15402 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15403 $(host_canonical).
15404
15405 * configure.in: split the configdirs list into 4 categories (native
15406 v. cross, library v. tool) and handle the cross-only and native-
15407 only in more reasonable (and correct!) way.
15408
15409 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15410
15411 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15412 configdirs anymore.
15413
15414 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15415
15416 * Makefile.in: extensive cleanup:: removed all of the explicit
15417 clean-* targets, collapsed many wrappers around subdir_do into
15418 one, added additional targets to satisfy standards.texi, deleted
15419 some old targets, some changes for consistency
15420
15421 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15422
15423 * configure.in: handle some programs as cross-only, and others as
15424 native only
15425
15426 * test-build.mk: handle partial holes in a more generic manner
15427
15428 * Makefile.in: m4 depends on libiberty
15429
15430 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15431
15432 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15433 time, wdiff, and find to configdirs
15434
15435 * Makefile.in: all, clean, and install rules for the new programs
15436 added to configure.in
15437
15438 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15439
15440 * configure.in: use mh-sun for all *-sun-* hosts
15441
15442 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15443
15444 * Makefile.in: define flags for X11 include files and library file
15445 locations, pass them down to the programs that need this info
15446
15447 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15448
15449 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15450
15451 * configure.in: start building libg++ for HP-UX targets
15452
15453 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15454
15455 * README: Update references to files moved into etc/.
15456
15457 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15458
15459 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15460 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15461
15462 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15463
15464 * configure: accept dash as well as underscore in long option
15465 names for FSF compatibility.
15466
15467 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15468
15469 * config.sub: added -sco3.2v4 support from FSF.
15470
15471 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15472
15473 * configure.in: expand the section that adds or removes
15474 directories from the list of programs to build, to handle native
15475 vs. cross in addition to host v. native
15476
15477 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15478
15479 * Makefile.in: Replace C++ in macro names with CXX.
15480 This is less likely to break ...
15481
15482 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15483
15484 * test-build.mk: add -w to GNU_MAKE
15485
15486 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15487
15488 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15489 add 'sparc' to list of recognized cpus. This needed to make
15490 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15491 Delete some redundant ose68 variants. Recognize -wrs as an os,
15492 then changes that into $CPU-wrs-vxworks.
15493
15494 * configure.in: remove most references to gdbtest, regularize
15495 target based program removal
15496
15497 * test-build.mk: import from p3 tree (many fixes and changes)
15498
15499 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15500
15501 * Makefile.in: added rules to handle tcl, tk, and expect
15502
15503 * configure.in: handle those directories if they exist
15504
15505 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15506
15507 * config.sub: removed bogus hppabsd and hppahpux names, since
15508 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15509
15510 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15511
15512 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15513 depends upon all-xiberty
15514
15515 * Makefile.in: changes from p3, including:
15516
15517 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15518
15519 * Makefile.in (XTRAFLAGS): include newlib directories if
15520 newlib/Makefile exists, rather than if host != target.
15521
15522 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15523
15524 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15525 from the same source tree and not building a cross-compiler. This
15526 matters for the libg++ configuration if reconfiguring a tree that
15527 has already been installed.
15528
15529 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15530
15531 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15532 pick up the machine and system specific header files.
15533
15534 * Makefile.in: added AS_FOR_TARGET, passed down in
15535 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15536 the C compiler to use to create programs which are run in the
15537 build environment, set it to default to $(CC), and passed it down
15538 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15539
15540 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15541
15542 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15543 We need them for unusual native builds, like systems without
15544 ranlib.
15545
15546 * configure: also define $(host_canonical) and
15547 $(target_canonical), which are the full, canonical names for the
15548 given host and target
15549
15550 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15551
15552 * Makefile.in: Added separate definitions for C++.
15553
15554 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15555
15556 * configure.in (configdirs): Add deja-gnu.
15557
15558 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15559
15560 * README: Update for configure.texi and gdb-4.7 release.
15561
15562 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15563
15564 * Makefile.in: Move "all" target to top of file.
15565 Previously, first target was ".PHONY" which caused BSD4.4 make
15566 to build .PHONY when make was run without arguments.
15567
15568 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15569
15570 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15571 Library-copylefted code in libiberty.
15572
15573 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15574
15575 * config.sub: Replace m68kmote with plain old m68k.
15576
15577 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15578
15579 * Makefile.in: Remove space from blank line, avoid Make complaints.
15580
15581 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15582
15583 * config.sub: Complain if no argument is given. Added support for
15584 386bsd as OS and target alias.
15585
15586 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15587
15588 * Makefile.in (XTRAFLAGS): include newlib directories if
15589 newlib/Makefile exists, rather than if host != target.
15590
15591 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15592
15593 * config.sub: recognize sparclite-wrs-vxworks.
15594
15595 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15596 p3.) Added clean-xiberty to clean.
15597
15598 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15599
15600 * configure.in: use *-*-* instead of nested cases for host and target
15601
15602 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15603
15604 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15605 from the same source tree and not building a cross-compiler. This
15606 matters for the libg++ configuration if reconfiguring a tree that
15607 has already been installed.
15608
15609 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15610
15611 * config.sub (i486v/i486v4): Merge in from FSF version.
15612
15613 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15614
15615 * configure: only set PWD if it is already set.
15616
15617 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15618
15619 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15620 doesn't have unset and all success paths (and most error paths)
15621 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15622 to just ${PWD} to avoid confusion.)
15623
15624 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15625
15626 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15627 even for a native compilation.
15628
15629 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15630
15631 Changes to make the gdb.tar.Z rule work better.
15632
15633 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15634 (DEVO_SUPPORT): Add configure.texi.
15635 (bfd-ilrt.tar.Z): Remove ancient rule.
15636
15637 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15638
15639 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15640 pick up the machine and system specific header files.
15641
15642 * configure.in, config.sub: added new target m68010-adobe-scout,
15643 with alias of adobe68k. Changed configure.in to check for
15644 -scout before -sco* to avoid a false match.
15645
15646 * Makefile.in: added AS_FOR_TARGET, passed down in
15647 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15648 the C compiler to use to create programs which are run in the
15649 build environment, set it to default to $(CC), and passed it down
15650 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15651
15652 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15653
15654 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15655 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15656 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15657 FOR_TARGET variants, to newlib and libg++.
15658
15659 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15660
15661 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15662 first.
15663
15664 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15665
15666 * config.sub: Accept `elf' as an environment.
15667
15668 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15669
15670 * Makefile.in (all-opcodes): cd into the right directory
15671
15672 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15673
15674 * configure: added -program_transform_name option, used as
15675 argument to sed when installing programs.
15676 configure.texi: added documentation for -program_prefix,
15677 -program_suffix and -program_transform_name.
15678
15679 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15680
15681 * config.sub: Accept i486 where i386 ok.
15682
15683 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15684
15685 * config.sub: accept we32k
15686
15687 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15688
15689 * config.sub, configure.in: accept OSE68000 and OSE68k.
15690
15691 * Makefile.in: don't create all directories for ``make install'';
15692 let the subdirectories create the ones they need.
15693
15694 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15695
15696 * COPYING: new file, GPL v2
15697
15698 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15699
15700 * Makefile.in: use the new gen-info-dir, which needs a template
15701 argument (which also lives in texinfo)
15702
15703 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15704
15705 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15706
15707 * config.sub (ncr3000): Change i386 to i486.
15708
15709 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15710
15711 * Makefile.in: add install-rcs, install-grep to
15712 install-no-fixedincludes, removed install-bison and install-libgcc
15713
15714 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15715
15716 * configure.in: grab the HPUX makefile fragment if on HPUX
15717
15718 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15719
15720 * Makefile.in: eradicate bison spoor (ditto libgcc).
15721 configure.in: recognise m68{k,000}-ericsson-OSE.
15722 es1800 is alias for m68k-ericsson-OSE
15723
15724 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15725
15726 * configure.in: rearrange the parts that remove programs from
15727 configdirs, based now on HOST==TARGET or by canonical triple.
15728
15729 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15730
15731 * test-build.mk: recurse explicitly with -f test-build.mk when
15732 appropriate. predicate stage3 and comparison on the existence
15733 of gcc. That is, if gcc isn't around, we aren't three-staging.
15734 On very clean, also remove ...stamp-co. Build in-place before
15735 doing other builds.
15736
15737 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15738
15739 * Makefile.in, configure.in: add tgas
15740
15741 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15742
15743 * Makefile.in: a number of changes merged in from progressive.
15744
15745 * configure.in: add libm.
15746
15747 * .cvsignore: ignore some stuff that comes from test-build.mk.
15748
15749 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15750
15751 * config.sub: Add es1800 (m68k-ericsson-es1800).
15752
15753 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15754
15755 * configure: Add program_suffix (parallel to program_prefix)
15756 * Makefile.in: adjust directory-creating script for losing decstation
15757
15758 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15759
15760 * configure: Minor $subdir-related fixes.
15761
15762 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15763
15764 * configure: fix various problems with propogating
15765 makefile_target_frag in subdirs.
15766 * configure.in: config libgcc if its there
15767
15768 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15769
15770 * config.sub: HPPA merge.
15771
15772 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15773
15774 * Makefile.in: Replace all-bison with all-byacc in all
15775 dependency lines for other tools (which now use byacc).
15776
15777 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15778
15779 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15780
15781 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15782
15783 * Makefile.in: make gprof rules similar to byacc rules (instead of
15784 vestigal $(unsubdir) that didn't work...)
15785
15786 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15787
15788 * config.sub: Add support for Linux.
15789 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15790 (at least for libg++).
15791
15792 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15793
15794 * configure.texi: fix doc for the -nfp option to configure
15795
15796 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15797
15798 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15799
15800 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15801
15802 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15803 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15804 * configure.in: added solaris* host_makefile_frag hook.
15805
15806 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15807
15808 * config.sub: changed recognition of m68000 so that various
15809 m68k types can be specified via m680[01234]0
15810
15811 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15812
15813 * config.sub (basic_machine): fix sed so that '-foo' isn't
15814 completely substituted out while .+'-foo' loses the '-foo'
15815
15816 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15817
15818 * config.sub ($os): Add -aout.
15819
15820 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15821
15822 * configure: If host_makefile_frag is absolute, don't
15823 prefix ${invsubdir} (relevant to libg++ auto-configure).
15824
15825 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15826
15827 * Makefile.in (tooldir): Define it.
15828 (all-ld): Depend on all-flex.
15829
15830 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15831
15832 * Makefile.in (check): Fix libg++ special case.
15833
15834 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15835
15836 * configure: do not bury `pwd` into config.status, thus do fewer
15837 pwd's.
15838
15839 * configure: print the "Building in" message only when building in
15840 other than "." AND verbose.
15841
15842 * configure: remove -s, rework -v to better accomodate guested
15843 configures.
15844
15845 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15846
15847 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15848
15849 * Makefile.in: macroize flags passed on recursion. remove
15850 fileutils.
15851
15852 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15853
15854 * configure: get makesrcdir right for subdirs deeper than 1.
15855
15856 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15857 install.
15858
15859 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15860
15861 * Makefile.in: don't print subdir_do or recursion lines.
15862
15863 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15864
15865 * standards.texi: added menu item.
15866
15867 * Makefile.in: build and install standards.info.
15868
15869 * standards.texi: new file.
15870
15871 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15872
15873 * configure: test for and move config.status pieces from
15874 ${subdir}/.
15875
15876 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15877
15878 * configure: Test for existance of files before trying to mv
15879 them, to avoid numerous non-existance messages.
15880
15881 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15882
15883 * configure: correct final line of config.status.
15884
15885 * configure: patch from eggert. Avoids a protection problem if
15886 the original Makefile.in is read only.
15887
15888 * configure: use move-if-change from gcc to create config.status.
15889 Some makefiles depend on config.status to tell if a directory
15890 has been reconfigured for a different host. This change
15891 prevents those directories from remaking everything in the case
15892 where the reconfig was only intended to rebuild a Makefile.
15893
15894 * configure: test for config.sub with "config.sub sun4" rather
15895 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15896 host alias from a missing config.sub.
15897
15898 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15899
15900 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15901 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15902
15903 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15904
15905 * configure: mkdir ${subdir} as needed.
15906
15907 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15908
15909 * Makefile.in,configure.in: added autoconf.
15910
15911 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15912
15913 * Makefile.in: no longer pass against on recursion.
15914
15915 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15916 definitions are not inherited.
15917
15918 * configure: correct makesrcdir when subdir is .
15919
15920 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15921
15922 * configure: Add support for 'subdirs' variable, which is
15923 like 'configdirs', except that configure doesn't re-invoke
15924 itself for subdirs, it just creates a Makefile for each subdir.
15925 * configure.texi: Document subdirs.
15926
15927 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15928
15929 * configure.in: added flex to configdirs
15930
15931 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15932
15933 * Makefile.in: remove clean-stamps from clean.
15934
15935 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15936
15937 * configure.in: Add gdbtest to configdirs.
15938
15939 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15940
15941 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15942 to recursive makes.
15943 * configure.in: Recognize new ncr3000 config.
15944
15945 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15946
15947 * Makefile.in, configure.in: removed references to gdbm.
15948
15949 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15950
15951 * config.sub: Don't canonicalize os value
15952 newsos* to bsd (readline needs to check for newsos).
15953 (This fix was earlier made Jan 31, but got re-broken.)
15954
15955 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15956
15957 * configure.in: sco is an os, not a vendor!
15958
15959 * configure: Quote $( better. Keep various shells happy.
15960
15961 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15962
15963 * Makefile.in: eliminate stamp-files.
15964
15965 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15966
15967 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15968 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15969
15970 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15971
15972 * config.sub: fix iris/iris3.
15973
15974 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15975
15976 * configure: re-add -rm.
15977
15978 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15979
15980 * Maskefile.in: add .stmp-rcs to all.
15981
15982 * configure.in: remove gas from rs6000 build, use aix host fragment.
15983
15984 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15985
15986 * configure: pass down site_option during recursion.
15987
15988 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15989
15990 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15991
15992 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15993
15994 * configure: Change exec_prefix so that it really defaults to prefix.
15995
15996 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15997
15998 * Makefile.in, configure.in: Add support for mmalloc library.
15999
16000 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16001
16002 * Makefile.in: add stmp dependencies for a few more things.
16003
16004 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16005
16006 * configure: adjusted error message on objdir/srcdir configure
16007 collision, per john's suggestion.
16008
16009 * Makefile.in: add libiberty stmp to all and all.cross.
16010
16011 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16012
16013 * Makefile.in: remove force dependencies, add grep to all.
16014
16015 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16016
16017 * Makefile.in: drop flex. make stamp files work.
16018
16019 * configure: added test for conflicting configuration in srcdir,
16020 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16021 gets cranky. use relative paths for configure and srcdir
16022 whenever possible. Send some error messages to stderr that were
16023 going to stdout.
16024
16025 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16026
16027 * Makefile.in: Fix libg++ rule to check for gcc directory
16028 before using gcc/gcc. Also pass XTRAFLAGS.
16029
16030 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16031
16032 * Makefile.in: added stmp-files so that directories aren't polled
16033 when they are already built.
16034
16035 * configure.texi: fixed a node pointer problem.
16036
16037 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16038
16039 * config.sub configure.in gdb/configure.in
16040 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16041 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16042 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16043
16044 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16045
16046 * configure: -recurring becomes -silent. corrected help message
16047 for -site= option.
16048
16049 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16050
16051 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16052
16053 * configure: when building Makefile for crosses, replace
16054 tooldir and program_prefix. default srcdir from location of
16055 config.sub. remove "for host in hosts" and "for target in
16056 targets" loops.
16057
16058 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16059
16060 * Makefile.in: Do not pass bindir or mandir to cvs.
16061
16062 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16063
16064 * Makefile.in, configure.in: removed traces of namesubdir,
16065 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16066 copyrights to '92, changed some from Cygnus to FSF.
16067
16068 * configure.texi: remove most references to multiple hosts,
16069 multiple targets, subdirs, etc.
16070
16071 * configure.man: removed rcsid. reference config.sub not
16072 config.subr.
16073
16074 * Makefile.in: mkdir $(infodir) on install-info.
16075
16076 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16077
16078 * configure.texi: Explain better about .gdbinit and about
16079 the environment that configure.in sections run in.
16080
16081 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16082
16083 * configure.in: Ultrix is only a decstation if it's a MIPS.
16084
16085 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16086
16087 * README: DOC.configure => cfg-paper.texi.
16088
16089 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16090
16091 * config.sub (near case $os): Don't convert newsos* to bsd!
16092
16093 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16094
16095 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16096 the number of copies of COPYING that go into the GDB tar file.
16097
16098 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16099
16100 * bfd/configure.in, gdb/config/mh-i386sco,
16101 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16102 Fix SCO configuration stuff.
16103
16104 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16105
16106 * Makefile.in: For libg++, make sure the -I pointing
16107 to the gcc directory goes *after* all the libg++-local -I flags.
16108 Also, move just-gcc dependency from just-libg++ to all-libg++.
16109
16110 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16111
16112 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16113
16114 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16115
16116 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16117
16118 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16119
16120 * config.sub: Add stratus configuration frags. Also
16121 submitted to FSF.
16122
16123 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16124
16125 * Makefile.in (DEV_SUPPORT): add configure.man.
16126
16127 * config.sub(Decode manufacturer-specific): add -none*.
16128
16129 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16130
16131 * Makefile.in: remove form feeds to make Sun's make happy.
16132 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16133
16134 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16135
16136 * Makefile.in (AR_FLAGS): Make quieter.
16137
16138 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16139
16140 * configure.in: Add libg++.
16141 * configure: When verbose, don't output the command line at each
16142 level; it will be unremarkably the same as the previous version,
16143 which will be the same as what the user typed.
16144
16145 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16146
16147 * configure.in, Makefile.in: fix clean-info, add flex. add
16148 fileutils.
16149
16150 * configure: be less sensitive to spaces in Makefile.in. Do not
16151 look for sources in "..". Doing so breaks subdirectories that
16152 might have their own configure. If a subdir has it's own
16153 configure script, use it.
16154
16155 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16156
16157 * cfg-paper.texi: some changes suggested by rms.
16158
16159 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16160
16161 * config.sub: Merge in some small additions from the FSF version,
16162 taken from the gcc distribution, to bring the Cygnus and FSF
16163 versions into closer sync.
16164
16165 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16166
16167 * configure.in: Changed svr4 references to sysv4.
16168
16169 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16170
16171 * configure: added -V for version number option.
16172
16173 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16174
16175 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16176 renamed from DOC.configure to cfg-paper.texi.
16177
16178 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16179
16180 * configure, config.subr, config.sub: config.subr is now
16181 config.sub again.
16182
16183 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16184
16185 * configure.texi: new file, in progress.
16186
16187 * Makefile.in: build info file and install the man page for
16188 configure.
16189
16190 * configure.man: new file, first cut.
16191
16192 * configure: find config.subr again now that configuration "none"
16193 has gone. removed all traces of the -ansi option. removed all
16194 traces of the -languages option.
16195
16196 * config.subr: resync from rms.
16197
16198 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16199
16200 * configure, config.sub, config.subr: merge config.sub into
16201 config.subr, call the result config.subr, remove config.sub, use
16202 config.subr.
16203
16204 * Makefile.in: revised install for dir.info.
16205
16206 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16207
16208 * configure.in: add decstation host makefile frag.
16209
16210 * Makefile.in: BISON now bison -y again. also install-gcc on
16211 install. clean-gdbm on clean. infodir belongs in datadir.
16212 Make directories for info install. Build dir.info here then
16213 install it.
16214
16215 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16216
16217 * Makefile.in: fix for bad directory tests.
16218
16219 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16220
16221 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16222 regexp. -srcdir relative was being handled incorrectly.
16223
16224 * Makefile.in: unwrapped some for loops so that parallel makes
16225 work again and so one can focus one's attention on a particular
16226 package.
16227
16228 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16229
16230 * configure: added PWD as a stand in for `pwd` (for speed). use
16231 elif wherever possible. make -srcdir work without -objdir.
16232 -objdir= commented out.
16233
16234 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16235
16236 * configure: +options become --options. -subdirs commented out.
16237 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16238 Makefile now at top of generated Makefile. Removed cvs log
16239 entries. added -srcdir. create .gdbinit only if there is one
16240 in ${srcdir}.
16241
16242 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16243 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16244 and mandir now keyed off datadir by default.
16245
16246 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16247
16248 * Freshly created ChangeLog.
16249
16250 \f
16251 Local Variables:
16252 mode: change-log
16253 left-margin: 8
16254 fill-column: 76
16255 version-control: never
16256 End: