]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
Move gnulib to top level
[thirdparty/binutils-gdb.git] / ChangeLog
1 2019-06-14 Tom Tromey <tom@tromey.com>
2
3 * MAINTAINERS: Add gnulib.
4 * gnulib: New directory, move from gdb/gnulib.
5 * configure.ac (host_libs): Add gnulib.
6 * configure: Rebuild.
7 * Makefile.def (host_modules, dependencies): Add gnulib.
8 * Makefile.in: Rebuild.
9
10 2019-06-03 Nick Clifton <nickc@redhat.com>
11
12 Revert:
13 2019-05-29 Nick Clifton <nickc@redhat.com>
14
15 * configure.ac (noconfigdirs): Add libctf if the target does not use
16 the ELF file format.
17 * configure: Regenerate.
18
19 2019-05-29 Nick Clifton <nickc@redhat.com>
20
21 * src-release.sh (do_proto_toplev): Add libctf to list of
22 directories that can be disabled.
23
24 2019-05-29 Nick Clifton <nickc@redhat.com>
25
26 * configure.ac (noconfigdirs): Add libctf if the target does not use
27 the ELF file format.
28 * configure: Regenerate.
29
30 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
31
32 * Makefile.def (dependencies): configure-libctf depends on all-bfd
33 and all its deps.
34 * Makefile.in: Regenerated.
35
36 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
37
38 * MAINTAINERS: Add libctf.
39
40 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
41
42 * Makefile.def (host_modules): Add libctf.
43 * Makefile.def (dependencies): Likewise.
44 libctf depends on zlib, libiberty, and bfd.
45 * Makefile.in: Regenerated.
46 * configure.ac (host_libs): Add libctf.
47 * configure: Regenerated.
48
49 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
50
51 * config.guess: Synchronize with config project master sources.
52 * config.sub: Likewise.
53 * readline/support/config.guess: Likewise.
54 * readline/support/config.sub: Likewise.
55
56 2019-04-10 Nick Clifton <nickc@redhat.com>
57
58 * libiberty: Sync with gcc. Bring in:
59 2019-04-10 Nick Clifton <nickc@redhat.com>
60
61 PR 89394
62 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
63 lengths.
64 (d_count_templates_scopes): Replace num_templates and num_scopes
65 parameters with a struct d_print_info pointer parameter. Adjust
66 body of the function accordingly. Add recursion counter and check
67 that the recursion limit is not reached.
68 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
69 Reset recursion counter afterwards, unless the recursion limit was
70 reached.
71
72 2018-06-24 Nick Clifton <nickc@redhat.com>
73
74 2.32 branch created.
75
76 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
77
78 Merge from GCC:
79 PR target/88535
80 * config.guess: Import upstream version 2019-01-03.
81 * config.sub: Import upstream version 2019-01-01.
82
83 2019-01-10 Nick Clifton <nickc@redhat.com>
84
85 * libiberty: Sync with gcc. Bring in:
86 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
87
88 PR other/16615
89
90 * cp-demangle.c: Mechanically replace "can not" with "cannot".
91 * floatformat.c: Likewise.
92 * strerror.c: Likewise.
93
94 2018-12-22 Jason Merrill <jason@redhat.com>
95
96 Remove support for demangling GCC 2.x era mangling schemes.
97 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
98 internal_cplus_demangle, and all subroutines.
99 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
100 Lucid, ARM, HP, and EDG demangling styles.
101 (cplus_demangle): Remove 'work' variable. Don't call
102 internal_cplus_demangle.
103
104 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
105
106 * configure.ac: Don't configure readline if --with-system-readline is
107 used.
108 * configure: Re-generate.
109
110 2018-10-31 Joseph Myers <joseph@codesourcery.com>
111
112 Merge from GCC:
113 PR bootstrap/82856
114 * multilib.am: New file. From automake.
115
116 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
117
118 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
119
120 2018-07-16 Nick Clifton <nickc@redhat.com>
121
122 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
123
124 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
125
126 * config.sub: Sync with upstream version 2018-07-03.
127
128 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
129
130 * config.guess: Sync with upstream version 2018-06-26.
131 * config.sub: Sync with upstream version 2018-07-02.
132
133 2018-06-29 Alexandre Oliva <oliva@adacore.com>
134
135 * configure.ac: Introduce support for @unless/@endunless.
136 * Makefile.tpl (dep-kind): Rewrite with cond; return
137 postbootstrap in some cases.
138 (make-postboot-dep, postboot-targets): New.
139 (dependencies): Do not output postbootstrap dependencies at
140 first. Output non-target ones changed for configure to depend
141 on stage_last @if gcc-bootstrap, and the original deps @unless
142 gcc-bootstrap.
143 * configure.in, Makefile.in: Rebuilt.
144
145 2018-06-24 Nick Clifton <nickc@redhat.com>
146
147 * configure: Regenerate.
148
149 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
150
151 * libtool.m4: Use AC_LANG_SOURCE.
152 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
153 * README-maintainer-mode: Update version requirements.
154 * ar-lib: New file.
155 * test-driver: New file.
156 * configure: Re-generate.
157
158 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
159
160 * Makefile.def (fortran): Add check-target-libgomp-fortran.
161 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
162 * Makefile.in: Regenerate.
163
164 * configure: Regenerate.
165
166 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
167
168 * configure.ac: Sync with GCC, remove MPX-related things.
169
170 2018-05-01 Nick Clifton <nickc@redhat.com>
171
172 * config.guess: Synchronize with config project master sources.
173 * config.sub: Likewise.
174
175 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
176
177 * configure.ac: Added "nfp" target.
178 * configure: Regenerate.
179
180 2018-02-13 Maciej W. Rozycki <macro@mips.com>
181
182 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
183 * configure: Regenerate.
184
185 2018-01-30 Nick Clifton <nickc@redhat.com>
186
187 * src-release.sh (do_proto_toplev): Add patterns for more junk files
188 to delete before creating the tarball.
189
190 2018-01-29 Nick Clifton <nickc@redhat.com>
191
192 * src-release.sh (do_proto_toplev): Strip patch remnant files from
193 the sources before creating the tarball.
194
195 2018-01-13 Nick Clifton <nickc@redhat.com>
196
197 * src-release.sh: Update copyright notice. Change reference to devo
198 to be a reference to root.
199
200 2018-01-10 Nick Clifton <nickc@redhat.com>
201
202 * config-ml.in: Sync with gcc sources.
203 * config.guess: Likewise.
204 * config.sub: Likewise.
205 * configure.ac: Likewise.
206 * configure: Regenerate.
207
208 2017-12-14 Nick Clifton <nickc@redhat.com>
209
210 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
211
212 2017-12-12 Stafford Horne <shorne@gmail.com>
213
214 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
215 * configure: Regenerate.
216
217 2017-09-15 Nick Clifton <nickc@redhat.com>
218
219 * src-release.sh (LZIPPROG): New define. Provides the name of the
220 lzip program.
221 (do_lz): New function. Compresses a tarball using the lzip
222 program.
223 (do_compress): Add support for lzip compression.
224 (usage): Mention -l option.
225 (build_release): Support -l option to invoke lzip compression.
226
227 2017-09-15 Alan Modra <amodra@gmail.com>
228
229 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
230 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
231 and sim depending on $tool and $support_files. Echo configure line.
232
233 2017-09-14 Matt Rice <ratmice@gmail.com>
234
235 * src-release.sh (do_proto_toplev): Enable gold during release process.
236
237 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
238
239 * config.sub: Sync with master version in config project.
240
241 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
242
243 * config.sub: Handle ia16 in $basic_machine.
244
245 bfd/
246 * config.bfd: Handle ia16.
247
248 gas/
249 * configure.tgt: Handle ia16.
250
251 ld/
252 * configure.tgt: Handle ia16.
253
254 2017-03-22 Nick Clifton <nickc@redhat.com>
255
256 * config.sub: Sync with master version in config project.
257 * config.guess: Likewise.
258
259 2017-01-23 Nick Clifton <nickc@redhat.com>
260
261 * configure.ac: Update year in copyright notice.
262 Sync from FSF GCC mainline, bringing in the following patches.
263 * Makefile.def: Likewise.
264 * Makefile.tpl: Likewise.
265 * configure: Regenerate.
266 * Makefile.in: Regenerate.
267
268 2016-12-21 Jakub Jelinek <jakub@redhat.com>
269
270 * configure.ac: Don't bootstrap libmpx unless --with-build-config
271 includes bootstrap-mpx.
272
273 2016-12-01 Matthias Klose <doko@ubuntu.com>
274
275 * configure.ac: Don't use pkg-config to check for bdw-gc.
276
277 2016-11-30 Matthias Klose <doko@ubuntu.com>
278
279 * Makefile.def: Remove reference to boehm-gc target module.
280 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
281 options and for the bdw-gc pkg-config module.
282
283 2016-11-15 Matthias Klose <doko@ubuntu.com>
284
285 * config-ml.in: Remove references to GCJ.
286 * configure.ac: Likewise.
287
288 2016-09-30 Jakub Jelinek <jakub@redhat.com>
289
290 * configure.ac: Add target-libffi to target_libraries.
291 Readd libgcj target disablings, modified to only target-libffi.
292 Readd target addition of go to unsupported languages.
293
294 2016-09-30 Andrew Haley <aph@redhat.com>
295
296 * Makefile.def: Remove libjava.
297 * Makefile.tpl: Likewise.
298 * configure.ac: Likewise.
299
300 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
301
302 * configure.ac: Disable "sim" directory for arc*-*-*.
303
304 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
305
306 * configure.ac: Check for the minimum in-tree MPFR version
307 handled.
308
309 2016-12-31 Alan Modra <amodra@gmail.com>
310
311 * config.sub: Import from upstream.
312
313 2016-12-08 Alan Modra <amodra@gmail.com>
314
315 * configure: Regenerate.
316
317 2016-12-02 Josh Conner <joshconner@google.com>
318
319 * configure.ac: Add fuchsia to targets that use ELF.
320 * configure: Regenerated.
321
322 2016-11-07 Doug Evans <dje@google.com>
323
324 * config.sub: Sync with upstream version 2016-11-03.
325 git://git.sv.gnu.org/config.git
326 * config.guess: Sync with upstream version 2016-10-02.
327
328 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * .gitignore: Add archives and make stamps.
331
332 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
333
334 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
335 * configure: Regenerated.
336
337 2016-06-28 Walter Lee <walt@tilera.com>
338
339 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
340 * configure: Regenerate.
341
342 2016-05-28 Alan Modra <amodra@gmail.com>
343
344 * Makefile.tpl (configure): Depend on m4 files included.
345 * Makefile.in: Regenerate.
346
347 2016-05-27 Nick Clifton <nickc@redhat.com>
348
349 * config.guess (Alpha OSF1): Fix typo introduced during the most
350 recent synchronization update.
351
352 2016-05-23 Nick Clifton <nickc@redhat.com>
353
354 * Import these patches from the gcc mainline:
355
356 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
357
358 * config.guess: Import version 2016-04-02 (newest).
359 * config.sub: Import version 2016-05-10 (newest).
360
361 2016-04-19 Nick Clifton <nickc@redhat.com>
362
363 * Import this patch from the GCC mainline:
364
365 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
366
367 PR bootstrap/70173
368 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
369 and gotools directories. Delete the stage_final file.
370 * Makefile.in: Regenerate.
371
372 2016-03-17 Cary Coutant <ccoutant@gmail.com>
373
374 * configure.ac: Add mips and s390 to the gold target check.
375 * configure: Regenerate.
376
377 2016-02-10 Nick Clifton <nickc@redhat.com>
378
379 Import these patches from the GCC mainline:
380
381 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
382
383 * configure.ac: Enable LTO for DJGPP
384 * configure: Regenerate
385
386 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
387
388 PR bootstrap/69329
389 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
390 * Makefile.in: Regenerate.
391
392 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
393 Sebastian Pop <s.pop@samsung.com>
394
395 * Makefile.in: Regenerate.
396 * Makefile.tpl: Export ISLVER.
397 * configure: Regenerate.
398 * config/isl.m4: Detect isl-0.15.
399
400 2016-01-29 Sebastian Pop <s.pop@samsung.com>
401
402 * config/isl.m4: Add comments about isl-0.16.
403 * configure: Regenerate.
404
405 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
406
407 Sync with GCC
408 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
409
410 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
411 symbols.
412
413 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
414
415 PR bootstrap/69134
416 * Makefile.def (mpfr): Disable assembler.
417 * Makefile.in: Regenerate.
418
419 2016-01-11 Nick Clifton <nickc@redhat.com>
420
421 Import the following changes from the GCC mainline:
422
423 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
424
425 * configure.ac: Enable libmpx by default.
426 * configure: Regenerated.
427
428 2015-11-19 Martin Liska <mliska@suse.cz>
429
430 * .gitignore: Add .clang-format to ignored files.
431 * Makefile.tpl: Add clang-format.
432 * Makefile.in: Regenerate.
433
434 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
435
436 PR libffi/65726
437 * Makefile.def (lang_env_dependencies): Make libffi depend
438 on cxx.
439 * Makefile.in: Regenerate.
440
441 2015-12-02 Ian Lance Taylor <iant@google.com>
442
443 PR go/66147
444 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
445 * Makefile.in: Regenerate.
446
447 2015-12-17 Nathan Sidwell <nathan@acm.org>
448
449 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
450 * configure: Regenerate.
451
452 2015-12-17 Sebastian Pop <s.pop@samsung.com>
453
454 * Makefile.in: Replace ISL with isl.
455 * Makefile.tpl: Same.
456 * config/isl.m4: Same.
457 * configure.ac: Same.
458 * contrib/download_prerequisites: Same.
459 * configure: Regenerate.
460
461 2016-01-01 Ben Elliston <bje@gnu.org>
462
463 * config.guess: Import version 2016-01-01.
464 * config.sub: Likewise.
465
466 2015-11-20 Tristan Gingold <gingold@adacore.com>
467
468 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
469 * configure: Regenerate.
470
471 2015-10-21 Nick Clifton <nickc@redhat.com>
472
473 PR gas/19109
474 * configure.ac: Note the 'none' is an acceptable argument to
475 --enable-compressed-debug-sections.
476 * configure: Regenerate.
477
478 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
479
480 PR gas/19109
481 * configure.ac: Add
482 --enable-compressed-debug-sections={all,gas,gold,ld}.
483 * configure: Regenerated.
484
485 2015-09-30 Nick Clifton <nickc@redhat.com>
486
487 Import the following patches from the GCC mainline:
488
489 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
490
491 PR libfortran/54572
492 * Makefile.def: Make libgfortran depend on libbacktrace.
493 * Makefile.in: Regenerate.
494
495 2015-08-12 Tom de Vries <tom@codesourcery.com>
496
497 PR other/67092
498 PR other/67098
499 * configure.ac: Remove --with_host_libstdcxx support.
500 * configure: Regenerate.
501
502 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
503 Jakub Jelinek <jakub@redhat.com>
504
505 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
506 nvptx*-*-*.
507 * configure: Regenerate.
508
509 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
510
511 Sync with GCC
512 2015-07-28 Ben Elliston <bje@gnu.org>
513
514 * config.sub, config.guess: Import from upstream.
515
516 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
517
518 * Makefile.def (libiconv): Define bootstrap=true.
519 Mark pdf/html/info as missing.
520 (configure-gcc): Depend on all-libiconv.
521 (all-gcc): Ditto.
522 (configure-libcpp): Ditto.
523 (all-libcpp): Ditto.
524 (configure-intl): Ditto.
525 (all-intl): Ditto.
526 * Makefile.in: Regenerate.
527
528 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
529
530 Sync with GCC
531 2015-07-24 Michael Darling <darlingm@gmail.com>
532
533 PR other/66259
534 * config-ml.in: Reflects renaming of configure.in to configure.ac
535 * configure: Likewise
536 * configure.ac: Likewise
537
538 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
539
540 * Makefile.in: Regenerated.
541
542 Sync with GCC
543 2015-05-21 Jason Merrill <jason@redhat.com>
544
545 * Makefile.tpl: Update comments.
546
547 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
548
549 * Makefile.tpl: Remove surplus whitespace throughout.
550
551 2015-03-25 Martin Liska <mliska@suse.cz>
552 Yury Gribov <y.gribov@samsung.com>
553
554 * Makefile.tpl: Fix ln source location for vimrc file.
555
556 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
557
558 Sync with GCC
559 2015-05-16 James Bowman <james.bowman@ftdichip.com>
560
561 * configure.ac: FT32 target added.
562 * configure: Regenerate.
563
564 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
565
566 Sync with GCC
567 2015-06-02 Jason Merrill <jason@redhat.com>
568
569 PR bootstrap/66319
570 * configure.ac: Use -std=gnu++98.
571
572 2015-05-28 Mike Frysinger <vapier@gentoo.org>
573
574 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
575 * configure: Regenerate.
576
577 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
578
579 * configure.ac: Fix typo.
580 * configure: Regenerate.
581
582 2015-05-03 Matthias Klose <doko@ubuntu.com>
583
584 * configure.ac: Match $host configured with triplets.
585 * configure: Regenerate.
586
587 2015-04-17 Jakub Jelinek <jakub@redhat.com>
588
589 PR bootstrap/62077
590 * configure.ac (--enable-stage1-checking): Default to
591 release,misc,gimple,rtlflag,tree,types if --disable-checking
592 or --enable-checking is not specified and DEV-PHASE is not
593 experimental.
594 * configure: Regenerated.
595
596 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
597
598 Install back PR target/47230 fix (Revert the revert).
599
600 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
601
602 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
603 target.
604 * configure: Regenerate.
605
606 2015-05-13 John David Anglin <dave.anglin@bell.net>
607
608 * configure.ac: Disable configuration of GDB for HPUX targets.
609 * configure: Regenerate.
610
611 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
612
613 PR ld/18355
614 * Makefile.def: Add extra_configure_flags to host zlib.
615 * configure.ac (extra_host_zlib_configure_flags): New. Set
616 to --enable-host-shared When bfd is to be built as shared
617 library. AC_SUBST.
618 * Makefile.in: Regenerated.
619
620 2015-04-15 Mike Frysinger <vapier@gentoo.org>
621 Hans-Peter Nilsson <hp@axis.com>
622
623 Adjust src-release.sh for sim using the gdb create-version.sh.
624 * src-release.sh (tar_compress): If there's a fifth parameter,
625 use that in the getver call instead of $tool.
626 (sim_release): Pass gdb as fifth parameter to tar_compress.
627 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
628
629 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
630
631 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
632 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
633 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
634 * Makefile.in: Regenerate.
635
636 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
637
638 * configure.ac: Add --with-system-zlib.
639 * configure: Regenerated.
640
641 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
642
643 * src-release.sh: Don't configure with --with-target-subdir=.
644 --disable-multilib.
645
646 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
647
648 * src-release.sh (DEVO_SUPPORT): Replace src-release with
649 src-release.sh.
650
651 2015-03-30 Ed Schouten <ed@nuxi.nl>
652
653 * config.sub: Update from upstream, to 2015-03-04 version.
654 * config.guess: Likewise.
655
656 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
657
658 * Makefile.def (dependencies): Add all-zlib to all-bfd.
659 * Makefile.in: Regenerated.
660
661 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
662
663 * src-release.sh (do_proto_toplev): Configure with --target
664 --with-target-subdir and --disable-multilib.
665 (BINUTILS_SUPPORT_DIRS): Add zlib.
666 (GAS_SUPPORT_DIRS): Likewise.
667 (GDB_SUPPORT_DIRS): Likewise.
668 (SIM_SUPPORT_DIRS): Likewise.
669
670 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
671
672 * configure.ac (target_configdirs): Exclude target-zlib if
673 target-libjava isn't built.
674 * configure: Regenerated.
675
676 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
677
678 Sync with GCC
679 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
680
681 * config-ml.in: Robustify ac_configure_args parsing.
682
683 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
684
685 * Makefile.def: Updated from GCC trunk.
686 * Makefile.tpl: Likewise.
687 * configure.ac: Likewise.
688 * Makefile.in: Regenerated.
689 * configure: Likewise.
690
691 2015-01-28 James Bowman <james.bowman@ftdichip.com>
692
693 * configure.ac: Add FT32 support.
694 * configure: Regenerate.
695
696 2015-01-12 Anthony Green <green@moxielogic.com>
697
698 * configure.ac: Don't disable gprof for moxie.
699 * configure: Rebuild.
700
701 2015-01-03 Andrew Pinski <apinski@cavium.com>
702
703 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
704 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
705 (BASE_TARGET_EXPORTS): Add OBJCOPY.
706 (OBJCOPY_FOR_TARGET): New variable.
707 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
708 * Makefile.in: Regenerate.
709 * configure.ac: Check for already installed target objcopy.
710 Also GCC_TARGET_TOOL on objcopy.
711 * configure: Regenerate.
712
713 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
714
715 * config.sub: Update from upstream, to 2015-01-01 version.
716 * config.guess: Ditto.
717
718 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
719
720 * config.sub: Update from upstream config repo.
721
722 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
723
724 * libtool.m4: Updated from GCC trunk.
725
726 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
727
728 * config.guess: Update from upstream config repo.
729 * config.sub: Ditto.
730
731 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
732
733 * move-if-change: Update from upstream gnulib.
734
735 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
736
737 * compile: Sync with upstream Automake.
738 * depcomp: Ditto.
739 * install-sh: Ditto.
740 * missing: Ditto.
741 * mkinstalldirs: Ditto.
742 * ylwrap: Ditto.
743
744 2014-10-15 Tristan Gingold <gingold@adacore.com>
745
746 * src-release.sh (do_proto_toplev): Configure with --target.
747
748 2014-10-03 Jing Yu <jingyu@google.com>
749
750 * configure.ac: Add aarch64 to list of targets that support gold.
751 * configure: Regenerate.
752
753 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
754
755 * configure.ac: Add mips*-img-elf* target triple.
756 * configure: Regenerate.
757
758 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
759 * configure: Disable gdb for nds32*-*-* until supported.
760 * configure.ac: Disable gdb for nds32*-*-* until supported.
761
762 2014-09-05 Joel Brobecker <brobecker@adacore.com>
763
764 * configure: Regenerate.
765
766 2014-08-27 Will Newton <will.newton@linaro.org>
767
768 * src-release.sh: New file.
769 * src-release: Remove file.
770
771 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
772
773 GDB not supported for or1k*-*-rtems*
774 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
775 of the stanzas results in this not being caught by or1k*-*-* later.
776 * configure. Regenerated.
777
778 2014-07-25 Samuel Bronson <naesten@gmail.com>
779
780 * .gitattributes: New file for use with git-merge-changelog.
781
782 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
783
784 Disable gdb for or1k*-*-* until supported
785 * configure.ac (or1k*-*-*): Disable gdb.
786 * configure: Regenerated.
787
788 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
789
790 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
791 * configure: Regenerated.
792
793 2014-03-26 Jakub Jelinek <jakub@redhat.com>
794
795 PR sanitizer/56781
796 * Makefile.def: Set bootstrap=true; for host fixincludes.
797 * configure.ac: Don't bootstrap host fixincludes unless
798 --with-build-config=bootstrap-{a,ub}san.
799 * Makefile.in: Regenerated.
800 * configure: Regenerated.
801
802 2014-03-21 Jakub Jelinek <jakub@redhat.com>
803
804 * configure.ac: Move BUILD_CONFIG set up earlier. Add
805 --enable-vtable-verify option parsing. Don't add
806 target-libsanitizer to bootstrap_target_libs unless
807 --with-build-config=bootstrap-asan or
808 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
809 to bootstrap_target_libs unless --enable-vtable-verify.
810 * configure: Regenerated.
811
812 2014-03-07 Jakub Jelinek <jakub@redhat.com>
813
814 PR bootstrap/58572
815 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
816 -I for libstdc++-v3 includes if $(LEAN).
817 * Makefile.in: Regenerated.
818
819 2014-02-24 Walter Lee <walt@tilera.com>
820
821 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
822 (tilegx-*-*): Change to tilegx*-*-*.
823 * configure: Regenerate.
824
825 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
826
827 * config.sub, config.guess: Import from upstream.
828
829 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
830
831 PR bootstrap/60620
832 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
833 * Makefile.in: Regenerate.
834
835 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
836
837 * Makefile.def (dependencies): Make all-ld depend on all-binutils
838 for WINDRES_FOR_TARGET in default-manifest.o rule.
839 * Makefile.in: Regenerate.
840
841 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
842
843 PR target/59788
844 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
845 *solaris2*.
846
847 2013-12-19 Keven Boell <keven.boell@intel.com>
848
849 * cp-namespace.c (cp_lookup_nested_symbol): Enable
850 nested lookups for fortran modules.
851 * dwarf2read.c (read_module): Add fortran module to
852 the symbol table.
853 (add_partial_symbol, add_partial_module): Add fortran
854 module to the partial symbol table.
855 (new_symbol_full): Create full symbol for fortran module.
856 * f-exp.y (yylex): Add new module domain to be parsed.
857 * symtab.h: New domain for fortran modules.
858
859 2013-12-19 Keven Boell <keven.boell@intel.com>
860
861 * f-exp.y (yylex): Add domain array to enable lookup
862 in multiple domains. Loop over lookup domains and try
863 to find requested symbol. Add STRUCT_DOMAIN to lookup
864 domains to be able to query for user defined types.
865
866 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
867
868 * configure.ac: Add user-friendly check for native x86_64-linux
869 multilibs.
870 * configure: Regenerate.
871
872 2013-11-23 Alan Modra <amodra@gmail.com>
873
874 * config.sub, config.guess: Import from upstream.
875
876 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
877
878 * Makefile.in: Regenerate.
879
880 * Makefile.tpl: Fix typo.
881 * Makefile.in: Regenerate partially.
882
883 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
884
885 * configure.ac: Added libcilkrts to noconfig list when C++ is not
886 supported.
887 * configure: Regenerated.
888
889 2013-10-30 Jason Merrill <jason@redhat.com>
890
891 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
892 --disable-build-format-warnings.
893
894 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
895
896 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
897 depend on libstdc++ and libgcc.
898 * configure: Regenerate.
899 * configure.ac: Added libcilkrts to target binaries. Also, restrict
900 libcilkrts for POSIX and i*86, and x86_64 architectures.
901 * Makefile.in: Added libcilkrts related fields to support building it.
902
903 2013-10-26 Jeff Law <law@redhat.com>
904
905 * Makefile.def (target_modules): Remove libmudflap
906 (languages): Remove check-target-libmudflap).
907 * Makefile.in: Rebuilt.
908 * Makefile.tpl (check-target-libmudflap-c++): Remove.
909 * configure.ac (target_libraries): Remove target-libmudflap.
910 Remove checks which disabled libmudflap on some systems.
911 * configure: Rebuilt.
912 * libmudflap: Directory removed.
913
914 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
915
916 * configure.ac: Update from GCC.
917 * configure: Regenerate.
918
919 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
920
921 * src-release (do-proto-toplevel): Support subdir-path-prefixed
922 files in SUPPORT_FILES.
923 (SIM_SUPPORT_DIRS): New variable.
924 (sim.tar.bz2): New rule.
925
926 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
927
928 * configure.ac: Update from GCC.
929 * configure: Regenerate.
930
931 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
932
933 * COPYING.NEWLIB: Update with new copyright.
934
935 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
936
937 * configure.ac: Update from GCC.
938 * configure: Regenerate.
939
940 2013-09-20 Alan Modra <amodra@gmail.com>
941
942 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
943 ppc host match. Support little-endian powerpc linux hosts.
944
945 2013-08-16 Joel Brobecker <brobecker@adacore.com>
946
947 * src-release (VER): When using $(TOOL)/common/create-version.sh,
948 strip the "-cvs" suffix from the version number if present.
949
950 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
951
952 * configure.ac: Sync with GCC repo.
953 * Makefile.def: Ditto.
954 * configure: Regenerate.
955 * Makefile.in: Ditto.
956
957 2013-07-22 Joel Brobecker <brobecker@adacore.com>
958
959 * src-release (VER): Use $(TOOL)/common/create-version.sh
960 if it exists.
961
962 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
963
964 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
965 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
966 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
967 * configure: Regenerate.
968
969 2013-06-01 George Thomas <george.thomas@atmel.com>
970
971 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
972 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
973
974 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
975
976 * COPYING.NEWLIB: Add Altera Corporation copyright.
977
978 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
979
980 * config.guess: Update from config repo.
981 * config.sub: Ditto.
982
983 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
984
985 * Makefile.def: Sync with GCC.
986 * Makefile.in: Regenerate.
987
988 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
989
990 * configure.ac: Sync with GCC.
991 * configure: Regenerate.
992
993 2013-03-22 Mike Frysinger <vapier@gentoo.org>
994
995 * src-release (VER): Change bfd/configure.in sed to use the new
996 `bfd/configure --version` output.
997
998 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
999
1000 * configure.ac: Sync with GCC repo.
1001 * configure: Ditto.
1002
1003 2013-02-05 Ian Lance Taylor <iant@google.com>
1004
1005 PR go/55969
1006 * configure.ac: Disable libgo on some systems where it does not
1007 work.
1008 * configure: Rebuild.
1009
1010 2013-02-05 Alan Modra <amodra@gmail.com>
1011
1012 * configure: Regenerate after syncing config/.
1013
1014 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1015
1016 * configure.ac: Sync with GCC repo.
1017 * configure: Ditto.
1018 * Makefile.def: Ditto.
1019 * Makefile.in: Ditto.
1020
1021 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1022
1023 Sync with GCC, merge:
1024
1025 2013-01-09 Jason Merrill <jason@redhat.com>
1026
1027 * .gitignore: Import from gdb repository.
1028
1029 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1030
1031 * config.sub: Update from config repo.
1032
1033 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1034
1035 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1036 * Makefile.in: Regenerate.
1037
1038 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1039
1040 * Makefile.def (configure-gcc): Depend on all-gmp.
1041 (all-gcc): Remove dependency on all-gmp.
1042 * Makefile.in: Regenerated.
1043
1044 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1045
1046 * config.guess: Update from config repo.
1047 * config.sub: Ditto.
1048
1049 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1050
1051 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1052 exists and replace the new bfin license in its location.
1053
1054 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1055
1056 PR gas/14899
1057 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1058 all-ld and all-gold depend on all-gas.
1059 * Makefile.in: Regenerated.
1060
1061 2012-12-29 Ben Elliston <bje@gnu.org>
1062
1063 * config.guess: Update to 2012-12-29 version.
1064 * config.sub: Likewise.
1065
1066 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1067
1068 * Makefile.def (install-target-libgo): Depend on
1069 install-target-libatomic. Merged from GCC repo.
1070 * Makefile.in: Regenerate.
1071
1072 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1073
1074 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1075
1076 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1077
1078 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1079 * configure: Regenerate.
1080
1081 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * Makefile.def (target_modules): Add bootstrap=true and
1084 raw_cxx=true to libsanitizer.
1085 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1086 * Makefile.in: Regenerated.
1087 * configure: Likewise.
1088
1089 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1090
1091 * config.sub: Merge from config repo.
1092
1093 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1094
1095 * configure.ac: Merge from GCC.
1096 * Makefile.tpl: Ditto.
1097 * Makefile.in: Ditto.
1098 * configure: Ditto.
1099
1100 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1101
1102 * configure.ac (noconfigdirs): Merge from GCC.
1103 * configure: Regenerate.
1104
1105 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1106
1107 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1108
1109 2012-11-14 Roland McGrath <mcgrathr@google.com>
1110
1111 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1112 * configure: Regenerate.
1113
1114 2012-11-13 Richard Henderson <rth@redhat.com>
1115
1116 * configure.ac: Move libsanitizer logic to subdirectory.
1117 * configure: Regenerate.
1118
1119 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1120
1121 * configure.ac: Enable libsanitizer just on x86 linux for now.
1122 * configure: Re-generate.
1123
1124 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1125
1126 * configure.ac: Merge libquadmath sections.
1127 * configure: Regenerate.
1128
1129 2012-11-12 Wei Mi <wmi@google.com>
1130
1131 * configure.ac: Add libsanitizer to target_libraries.
1132 * Makefile.def: Ditto.
1133 * configure: Regenerate.
1134 * Makefile.in: Regenerate.
1135
1136 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1137
1138 * configure: Regenerated.
1139
1140 2012-11-03 Robert Mason <rbmj@verizon.net>
1141
1142 * configure.ac: add --disable-libstdcxx configure option
1143 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1144
1145 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1146
1147 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1148 against Mingw64 w32api.
1149 * configure: Regenerate.
1150
1151 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1152
1153 PR bootstrap/54820
1154 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1155 * configure: Regenerate.
1156
1157 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1158
1159 PR bootstrap/54820
1160 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1161 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1162 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1163 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1164 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1165 * Makefile.in: Regenerate.
1166 * configure.ac (have_static_libs): New variable and associated check.
1167 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1168 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1169 * configure: Regenerate.
1170
1171 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1172
1173 * config.guess, config.sub: Include updated version from
1174 config-patches. Adds microblaze little endian support.
1175
1176 2012-09-28 Ian Lance Taylor <iant@google.com>
1177
1178 * Makefile.def: Make all-target-libgo depend on
1179 all-target-libbacktrace.
1180 * Makefile.in: Rebuild.
1181
1182 2012-09-26 Ian Lance Taylor <iant@google.com>
1183
1184 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1185 * Makefile.in: Rebuild.
1186
1187 2012-09-06 Diego Novillo <dnovillo@google.com>
1188
1189 * configure.ac: Bump minimum GMP version to 4.2.3.
1190 * configure: Re-generate.
1191
1192 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1193
1194 PR target/54461
1195 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1196 target-libgloss if not configured --with-avrlibc=no.
1197 * configure: Regenerate.
1198
1199 2012-09-04 Jason Merrill <jason@redhat.com>
1200
1201 * configure.ac: Fix --enable-languages=all.
1202
1203 2012-09-03 Richard Guenther <rguenther@suse.de>
1204
1205 PR bootstrap/54138
1206 * configure.ac: Re-organize ISL / CLOOG checks to allow
1207 disabling with either --without-isl or --without-cloog.
1208 * configure: Regenerated.
1209
1210 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1211
1212 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1213 * configure: Regenerate.
1214
1215 2012-09-21 Steve Ellcey <sellcey@mips.com>
1216
1217 * configure.ac: Add mips*-mti-elf* target.
1218 * configure: Regenerate.
1219
1220 2012-09-19 Ian Lance Taylor <iant@google.com>
1221
1222 * configure.ac (host_libs): Add libbacktrace.
1223 (target_libraries): Add libbacktrace.
1224 * Makefile.def (host_modules): Add libbacktrace.
1225 (target_modules): Likewise.
1226 * configure, Makefile.in: Rebuild.
1227
1228 2012-09-15 Jiong Wang <jiwang@tilera.com>
1229
1230 * configure.ac (ENABLE_GOLD): support tilegx*
1231 * configure: rebuild
1232
1233 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1234
1235 PR target/38607
1236 Merge upstream change.
1237 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1238
1239 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1240 Add libgomp*.o to compare_exclusions for AIX.
1241 * configure: Regenerate.
1242
1243 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 PR binutils/4970
1246 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1247 and opcodes.
1248 * Makefile.in: Regenerated.
1249
1250 2012-08-14 Diego Novillo <dnovillo@google.com>
1251
1252 Merge from cxx-conversion branch.
1253
1254 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1255 POSTSTAGE1_CONFIGURE_FLAGS.
1256 * Makefile.in: Regenerate.
1257 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1258 Force C++ when bootstrapping.
1259 * configure: Regenerate.
1260
1261 2012-07-06 Richard Guenther <rguenther@suse.de>
1262
1263 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1264 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1265 --with-gmp=system.
1266 * Makefile.in: Regenerated.
1267 * configure: Likewise.
1268
1269 2012-07-06 Richard Guenther <rguenther@suse.de>
1270
1271 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1272 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1273 supply V=1 as extra_make_flags.
1274 * configure: Regenerated.
1275 * Makefile.in: Likewise.
1276
1277 2012-07-03 Richard Guenther <rguenther@suse.de>
1278
1279 * Makfile.def (isl): Remove not necessary extra_exports and
1280 extra_make_flags.
1281 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1282 * Makefile.in: Regenerated.
1283
1284 2012-07-03 Richard Guenther <rguenther@suse.de>
1285
1286 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1287 * configure.ac: If either the ISL or the CLooG check failed
1288 do not try to build in-tree versions.
1289 * Makefile.in: Regenerated.
1290 * configure: Regenerated.
1291
1292 2012-07-02 Richard Guenther <rguenther@suse.de>
1293 Michael Matz <matz@suse.de>
1294 Tobias Grosser <tobias@grosser.es>
1295 Sebastian Pop <sebpop@gmail.com>
1296
1297 * Makefile.def: Add ISL host module, remove PPL host module.
1298 Adjust ClooG host module to use the proper ISL.
1299 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1300 * configure.ac: Include config/isl.m4. Add ISL host library,
1301 remove PPL. Remove PPL configury, add ISL configury, adjust
1302 ClooG configury.
1303 * Makefile.in: Regenerated.
1304 * configure: Likewise.
1305
1306 2012-07-02 Richard Guenther <rguenther@suse.de>
1307
1308 Merge from graphite branch
1309 2011-07-21 Tobias Grosser <tobias@grosser.es>
1310
1311 * configure: Regenerated.
1312 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1313 both cloog.org and legacy versions. The only supported version will
1314 be CLooG with the isl backend.
1315
1316 2011-07-21 Tobias Grosser <tobias@grosser.es>
1317
1318 * configure: Regenerated.
1319 * configure.ac: Require cloog isl 0.17.0
1320
1321 2011-07-21 Tobias Grosser <tobias@grosser.es>
1322
1323 * configure: Regenerated.
1324 * config/cloog.m4: Do not define CLOOG_ORG
1325
1326 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1327
1328 * configure.ac: Skip C if explicitly selected.
1329 * configure: Regenerate.
1330
1331 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1332
1333 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1334 they contain -O2.
1335 * configure: Regenerate.
1336
1337 2012-06-20 Jason Merrill <jason@redhat.com>
1338
1339 * Makefile.tpl (check-target-libgomp-c++): New.
1340 (check-target-libitm-c++): New.
1341 * Makefile.def (c++): Add them.
1342 * Makefile.in: Regenerate.
1343
1344 2012-05-16 Olivier Hainque <hainque@adacore.com>
1345
1346 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1347 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1348 (install-no-fixedincludes): Adjust accordingly.
1349 * Makefile.in: Regenerate.
1350
1351 2012-05-09 Nick Clifton <nickc@redhat.com>
1352 Paul Smith <psmith@gnu.org>
1353
1354 PR bootstrap/50461
1355 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1356 allow for the fact that from release v3.1.0 of MPFR the source
1357 files were moved into a src sub-directory.
1358 * configure: Regenerate.
1359
1360 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1361
1362 * configure.ac: Bump minimum MPFR version to 2.4.0.
1363 * configure: Regenerated.
1364
1365 2012-05-01 Richard Henderson <rth@redhat.com>
1366
1367 * Makefile.def (libatomic): New target_module.
1368 * configure.ac (target_libraries): Add libatomic.
1369 (noconfigdirs): Check if libatomic is supported.
1370 * Makefile.in, configure: Rebuild.
1371
1372 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 Merge upstream change
1375 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1376
1377 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1378
1379 * libtool.m4: Additional FreeBSD 10 fixes.
1380
1381 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1382
1383 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1384 they contain -O2.
1385 * configure: Regenerate.
1386
1387 2012-05-14 Catherine Moore <clm@codesourcery.com>
1388
1389 * NEWS: Mention PowerPC VLE port.
1390
1391 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1392
1393 * MAINTAINERS (config/): Move to intl/ section.
1394 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1395
1396 2012-05-09 Nick Clifton <nickc@redhat.com>
1397 Paul Smith <psmith@gnu.org>
1398
1399 PR bootstrap/50461
1400 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1401 allow for the fact that from release v3.1.0 of MPFR the source
1402 files were moved into a src sub-directory.
1403 * configure: Regenerate.
1404
1405 2012-05-02 Roland McGrath <mcgrathr@google.com>
1406
1407 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1408 * configure: Regenerate.
1409
1410 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1411
1412 * config.sub: Update to 2012-04-18 version from official repo.
1413
1414 2012-03-19 Tristan Gingold <gingold@adacore.com>
1415
1416 * configure.ac (ia64*-*-*vms*): Add support for ld.
1417 * configure: Regenerate.
1418
1419 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1420
1421 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1422 (unsupported_languages): Remove mips-sgi-irix6.*.
1423 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1424 (with_stabs): Remove.
1425 * configure: Regenerate.
1426
1427 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1428
1429 * configure.ac (enable_libgomp): Remove *-*-osf*.
1430 (with_stabs): Remove alpha*-*-osf*.
1431 * configure: Regenerate.
1432
1433 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1434
1435 * COPYING.NEWLIB: Modify DJ Delorie license to include
1436 modification rights in clause as permitted by DJ Delorie.
1437 * COPYING.LIBGLOSS: Ditto.
1438
1439 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1440
1441 * COPYING.NEWLIB: Remove two unused licenses.
1442
1443 2012-03-05 Tristan Gingold <gingold@adacore.com>
1444
1445 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1446 * configure: Regenerate.
1447
1448 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1449
1450 * COPYING.NEWLIB: Add Adapteva notice.
1451 * COPYING.LIBGLOSS: Add Adapteva notice.
1452
1453 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1454
1455 * configure: Regenerate.
1456
1457 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1458
1459 * COPYING.LIBGLOSS: Add GPL with exception license.
1460
1461 2011-11-09 Roland McGrath <mcgrathr@google.com>
1462
1463 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1464 * configure: Rebuild.
1465 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1466 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1467 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1468 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1469 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1470 Add READELF.
1471 * Makefile.in: Rebuild.
1472
1473 2011-11-08 Richard Henderson <rth@redhat.com>
1474
1475 * configure.ac: Test for libitm directory present first.
1476
1477 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1478
1479 * configure.ac: Test libitm/configure.tgt to disable libitm.
1480 * configure: Rebuild.
1481
1482 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1483
1484 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1485 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1486 * Makefile.in: Regenerate.
1487
1488 2011-11-01 DJ Delorie <dj@redhat.com>
1489
1490 * configure.ac (rl78-*-*) New case.
1491 * configure: Regenerate.
1492
1493 2011-11-01 DJ Delorie <dj@redhat.com>
1494
1495 * config.sub: Update to version 2011-10-29 (added rl78)
1496
1497 2011-10-27 Nick Clifton <nickc@redhat.com>
1498
1499 * config.sub: Import these changes from the config project:
1500
1501 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1502 Ben Elliston <bje@gnu.org>
1503
1504 * config.sub (epiphany): New.
1505
1506 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1507 Ben Elliston <bje@gnu.org>
1508
1509 * config.sub (hexagon, hexagon-*): New.
1510
1511 2011-08-23 Roland McGrath <mcgrathr@google.com>
1512
1513 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1514 64eb to be64.
1515
1516 2011-08-16 Roland McGrath <mcgrathr@google.com>
1517
1518 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1519 (nacl): Grok as alias for 32el-unknown-nacl.
1520
1521 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1522
1523 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1524
1525 2011-08-14 Yao Qi <yao@codesourcery.com>
1526
1527 Merge from gcc:
1528
1529 2011-08-14 Yao Qi <yao@codesourcery.com>
1530 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1531 * configure: Regenerate.
1532
1533 2011-07-26 Ian Lance Taylor <iant@google.com>
1534
1535 Merge from gcc:
1536
1537 2011-07-26 Ian Lance Taylor <iant@google.com>
1538 * configure.ac: Set have_compiler based on whether gcc directory
1539 exists, rather than on whether gcc is in configdirs.
1540 * configure: Rebuild.
1541
1542 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1543 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1544 link directories.
1545 * Makefile.in: Rebuild.
1546
1547 2011-07-20 Ian Lance Taylor <iant@google.com>
1548 PR bootstrap/49787
1549 * configure.ac: Move --enable-bootstrap handling earlier in file.
1550 If --enable-bootstrap and either --enable-build-with-cxx or
1551 --enable-build-poststage1-with-cxx, enable C++ automatically.
1552 * configure: Rebuild.
1553
1554 2011-07-19 Ian Lance Taylor <iant@google.com>
1555 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1556 make C++ a boot_language. Set and substitute
1557 POSTSTAGE1_CONFIGURE_FLAGS.
1558 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1559 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1560 * configure, Makefile.in: Rebuild.
1561
1562 2011-07-16 Jason Merrill <jason@redhat.com>
1563 * Makefile.def (language=c++): Add check-c++0x and
1564 check-target-libmudflap-c++.
1565 * Makefile.tpl (check-target-libmudflap-c++): New.
1566 * Makefile.in: Regenerate.
1567
1568 2011-07-16 Matthias Klose <doko@ubuntu.com>
1569 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1570 * Makefile.def (target_modules/libjava): Pass
1571 $(EXTRA_CONFIGARGS_LIBJAVA).
1572 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1573 if not configured with --enable-static-libjava.
1574 * Makefile.in: Regenerate.
1575 * configure: Likewise.
1576
1577 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1578 PR regression/47836
1579 PR bootstrap/23656
1580 PR other/47733
1581 PR bootstrap/49247
1582 PR c/48825
1583 * configure.ac (target_libraries): Remove target-libiberty.
1584 Remove case-statement setting skipdirs=target-libiberty for
1585 multiple targets. Remove checking target_configdirs and
1586 removing target-libiberty but keeping target-libgcc if
1587 otherwise empty.
1588 * Makefile.def (target_modules): Don't add libiberty.
1589 (dependencies): Remove all traces of target-libiberty.
1590 * configure, Makefile.in: Regenerate.
1591
1592 2011-07-22 Jason Merrill <jason@redhat.com>
1593
1594 * Makefile.def (language=c++): Add check-c++0x and
1595 check-target-libmudflap-c++.
1596 * Makefile.tpl (check-target-libmudflap-c++): New.
1597 * Makefile.in: Regenerate.
1598
1599 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1600
1601 * configure: Regenerate.
1602
1603 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1604
1605 PR target/39150
1606 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1607 x86_64-*-solaris2.1[0-9]*.
1608 * configure: Regenerate.
1609
1610 2011-06-13 Walter Lee <walt@tilera.com>
1611
1612 * configure.ac (tilepro-*-*) New case.
1613 (tilegx-*-*): Likewise.
1614 * configure: Regenerate.
1615
1616 2011-06-06 Nick Clifton <nickc@redhat.com>
1617
1618 * config.sub: Sync from upstream.
1619
1620 2011-05-08 Doug Kwan <dougkwan@google.com>
1621
1622 Merge from gcc:
1623
1624 2011-05-08 Doug Kwan <dougkwan@google.com>
1625
1626 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1627 * configure: Regenerated.
1628 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1629 value from configure.
1630 * Makefile.in: Regenerated.
1631
1632 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1633
1634 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1635 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1636 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1637 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1638 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1639 *-*-vxworks*): Disable newlib and libgloss in separate case
1640 statement.
1641 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1642 to separate case statement.
1643 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1644 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1645 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1646 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1647 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1648 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1649 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1650 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1651 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1652 i[[3456789]]86-*-rdos*, m32r-*-*,
1653 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1654 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1655 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1656 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1657 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1658 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1659 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1660 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1661 and libgloss in main case over targets. Remove most empty cases
1662 in main case over targets.
1663 * configure: Regenerate.
1664
1665 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1666
1667 * configure.ac: Remove code setting special library locations for
1668 hppa*64*-*-hpux11*. Remove code setting compiler for
1669 sparc-sun-solaris2*.
1670 * configure: Regenerate.
1671
1672 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1673
1674 * configure.ac: Separate libgloss_dir settings from general case
1675 over targets.
1676 * configure: Regenerate.
1677
1678 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1679
1680 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1681 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1682 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1683 cases in libgcj-disabling case statement.
1684 (hppa*64*-*-linux*): Set unsupported_languages instead of
1685 disabling target-zlib.
1686 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1687 to hppa*64*-*-hpux*.
1688 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1689 hppa*-*-hpux*.
1690 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1691 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1692 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1693 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1694 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1695 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1696 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1697 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1698 libgcj-disabling case statement.
1699 * configure: Regenerate.
1700
1701 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1702
1703 * configure.ac: Disable Java for targets not supporting libffi.
1704 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1705 Remove cases in Java-disabling statement.
1706 (*arm-wince-pe): Change to arm-wince-pe.
1707 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1708 cases in Java-disabling statement.
1709 (bfin-*-*): Don't disable Java again.
1710 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1711 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1712 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1713 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1714 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1715 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1716 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1717 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1718 Java-disabling statement.
1719 (mmix-*-*): Don't disable Java again.
1720 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1721 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1722 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1723 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1724 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1725 statement.
1726 * configure: Regenerate.
1727
1728 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1729
1730 Merge from GCC:
1731
1732 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1733
1734 PR lto/48086
1735 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1736 * configure: Regenerate.
1737
1738 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1739
1740 * configure.ac: Separate cases disabling Java and Java libraries
1741 from general case over targets.
1742 * configure: Regenerate.
1743
1744 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1745
1746 * configure.ac (build_tools): Remove build-byacc.
1747 (host_libs): Remove mmalloc.
1748 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1749 autoconf automake libtool diff rcs fileutils shellutils time
1750 textutils wdiff find uudecode hello tar gzip indent recode release
1751 sed perl gawk findutils gettext zip.
1752 (libgcj): Remove target-qthreads.
1753 (target_tools): Remove target-examples target-gperf.
1754 (YACC): Don't handle building byacc.
1755 * configure: Regenerate.
1756 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1757 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1758 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1759 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1760 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1761 handle building components.
1762 * Makefile.in: Regenerate.
1763
1764 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1765
1766 * config.sub: Sync from upstream.
1767
1768 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1769
1770 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1771 (microblaze*): Don't disable libssp.
1772 * configure: Regenerate.
1773
1774 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1775
1776 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1777 moveifchange.
1778 * configure: Regenerate.
1779 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1780 * Makefile.in: Regenerate.
1781
1782 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1783
1784 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1785 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1786 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1787 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1788 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1789 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1790 md_exec_prefix cases.
1791 * configure: Regenerate.
1792
1793 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1794
1795 * configure.ac: Separate cases disabling target-libssp,
1796 target-libiberty, target-libstdc++-v3 and Fortran from general
1797 case over targets.
1798 * configure: Regenerate.
1799
1800 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1801
1802 * configure.ac (*-*-chorusos): Don't disable libgcj.
1803 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1804 Remove case.
1805 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1806 (arm-*-coff): Don't disable libgcj.
1807 (arm*-*-linux-gnueabi): Remove useless assignment.
1808 (arm-*-riscix*): Don't disable libgcj.
1809 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1810 configuration.
1811 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1812 (c54x*-*-*): Remove case.
1813 (tic54x-*-*): Don't disable GCC or GCC libraries.
1814 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1815 to *.
1816 (d10v-*-*): Don't disable GCC libraries.
1817 (d30v-*-*): Don't disable libgcj.
1818 (h8500-*-*): Don't disable GCC libraries.
1819 (i960-*-*): Don't disable libgcj.
1820 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1821 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1822 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1823 libgcj.
1824 (m68k-*-coff*): Remove case.
1825 (mmix-*-*): Don't disable libgloss on host.
1826 (mn10200-*-*, mn10300-*-*): Remove cases.
1827 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1828 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1829 Don't disable libgcj.
1830 (romp-*-*): Remove case.
1831 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1832 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1833 case.
1834 (v810-*-*): Don't disable GCC libraries.
1835 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1836 (ip2k-*-*): Don't disable GCC libraries.
1837 * configure: Regenerate.
1838
1839 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1840
1841 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1842 libffi on host.
1843 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1844 on host.
1845 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1846 * configure: Regenerate.
1847
1848 2011-03-26 John Marino <binutils@marino.st>
1849
1850 * configure.ac: Add support for *-*-dragonfly*
1851 * configure: Regenerate.
1852
1853 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1854
1855 * configure.ac (native_only): Remove.
1856 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1857 send-pr uudecode guile gnuserv on host.
1858 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1859 send-pr rcs guile perl texinfo libtool on host.
1860 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1861 automake send-pr rcs guile perl texinfo libtool on host.
1862 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1863 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1864 (alpha*-dec-osf*): Don't disable fileutils on target.
1865 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1866 texinfo send-pr expect dejagnu on target.
1867 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1868 target-qthreads on target.
1869 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1870 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1871 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1872 x86_64-*-mingw*): Don't disable expect on target.
1873 (*-*-cygwin*): Don't disable target-gperf on target.
1874 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1875 gnuserv on target.
1876 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1877 target.
1878 * configure: Regenerate.
1879
1880 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1881
1882 * configure.ac (target_tools): Remove target-groff.
1883 (native_only): Remove target-groff.
1884 (hppa*64*-*-*): Don't disable byacc.
1885 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1886 setting.
1887 (*-*-kaos*): Don't skip target-librx and target-groff.
1888 (*-*-netware*): Don't skip target-libmudflap.
1889 (*-*-tpf*): Don't skip target-libmudflap.
1890 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1891 directories on the host.
1892 (ia64*-*-*vms*): Don't skip tix.
1893 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1894 host.
1895 * configure: Regenerate.
1896
1897 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1898
1899 * configure.ac: Remove references to mt-mep, mt-netware,
1900 mt-wince.
1901 * Makefile.def: Add all-utils soft dependencies.
1902 * Makefile.tpl: Remove GDB_NLM_DEPS.
1903 * configure: Regenerate.
1904 * Makefile.in: Regenerate.
1905
1906 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1907
1908 Sync from GCC:
1909
1910 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1911
1912 * configure.ac: Do not include mh-x86omitfp.
1913 * configure: Regenerate.
1914
1915 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1916
1917 * configure.ac: Remove empty cases.
1918 * configure: Regenerate.
1919
1920 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1921
1922 * Makefile.def: Add dependency from termcap to gdb.
1923 * Makefile.in: Regenerate.
1924
1925 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1926
1927 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1928 * configure: Regenerate.
1929 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1930 * Makefile.tpl: Likewise.
1931 * Makefile.in: Regenerate.
1932
1933 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1934
1935 * configure.ac: Remove all mentions of tentative_cc.
1936 * configure: Regenerate.
1937
1938 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1939
1940 PR lto/48086
1941 * configure.ac: Re-enable LTO on *-apple-darwin9.
1942 * configure: Regenerate.
1943
1944 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1945
1946 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1947 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1948 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1949 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1950 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1951 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1952 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1953 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1954 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1955 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1956 *-*-rhapsody*): Remove host cases.
1957 * configure: Regenerate.
1958
1959 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1960
1961 * configure.ac (ppc*-*-pe): Remove host case.
1962 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1963 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1964 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1965 cases.
1966 * configure: Regenerate.
1967
1968 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1969
1970 * config.sub: Update to version 2011-03-23.
1971
1972 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1973
1974 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1975 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1976 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1977 * configure: Regenerate.
1978
1979 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1980
1981 * config-ml.in: Don't handle arc-*-elf*.
1982 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1983 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1984 handle GCC libraries.
1985 * configure: Regenerate.
1986
1987 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1988
1989 PR bootstrap/48120:
1990 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1991 Add -lstdc++ -lm to LIBS.
1992 * configure: Regenerate.
1993
1994 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1995
1996 * config.guess: Update to version 2011-02-02
1997 * config.sub: Update to version 2011-02-24
1998
1999 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2000
2001 * configure.ac: Adjust test of with_ppl.
2002 * configure: Regenerated.
2003
2004 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2005
2006 * configure.ac: Add -lpwl to ppllibs.
2007 * config/cloog.m4: Add -lisl to clooglibs.
2008 * configure: Regenerated.
2009
2010 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 Import from Libtool and gnulib:
2013
2014 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2015
2016 Prepare for supporting FreeBSD 10.
2017 * config.rpath: Remove handling of freebsd1* which soon would
2018 match FreeBSD 10.0.
2019
2020 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2021
2022 Remove support for FreeBSD 1.x.
2023 * libtool.m4 (_LT_LINKER_SHLIBS)
2024 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2025 soon would incorrectly match FreeBSD 10.0.
2026
2027 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2028
2029 PR binutils/12283
2030 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2031 (move-if-change): Comes from gnulib.
2032 * move-if-change: Import version from gnulib.
2033
2034 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2035
2036 Sync from GCC:
2037
2038 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2039
2040 PR lto/47225
2041 * Makefile.def (lto-plugin): Double dash for enable-shared.
2042 (configure-gcc): Depend on all-lto-plugin.
2043 * Makefile.in: Rebuilt.
2044
2045 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2046
2047 * configure.ac: Remove extra bracket.
2048 * configure: Regenerate.
2049
2050 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2051
2052 PR lto/47225
2053 * Makefile.def: Add dependency for install-gcc
2054 on install-lto-plugin.
2055 * Makfile.in: Regenerated
2056
2057 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2058
2059 * configure.ac: If with_ppl is no, move setting with_cloog=no
2060 after CLOOG_REQUESTED check.
2061 * configure: Regenerated.
2062
2063 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2064
2065 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2066 CLooG has been requested.
2067 * configure: Regenerated.
2068
2069 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2070
2071 * configure: Regenerated.
2072 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2073
2074 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2075
2076 * configure: Regenerated.
2077 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2078
2079 2011-01-07 Jan Hubicka <jh@suse.cz>
2080
2081 PR lto/47225
2082 * Makefile.in: Regenerate.
2083 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2084 configure.
2085
2086 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2087
2088 PR libgcj/44341
2089 * configure.ac: Discard --with-* flags for host when configuring
2090 target libraries for cross build.
2091 * configure: Rebuilt.
2092
2093 2011-01-21 Andreas Schwab <schwab@redhat.com>
2094
2095 Sync from GCC:
2096
2097 2011-01-21 Andreas Schwab <schwab@redhat.com>
2098
2099 * configure.ac: Use AS_HELP_STRING throughout.
2100 * configure: Regenerate.
2101
2102 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2103
2104 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2105 * configure: Regenerate.
2106
2107 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2108
2109 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2110
2111 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2112
2113 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2114 for ia64-hpux.
2115 * configure: Regenerate.
2116
2117 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2118
2119 Sync from GCC:
2120 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2121
2122 * configure.ac: (picochip): Disable libiberty.
2123 * configure: Regenerate.
2124
2125 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2126
2127 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2128
2129 2010-12-10 Ian Lance Taylor <iant@google.com>
2130
2131 PR bootstrap/46819
2132 * configure.ac: For --disable-libgcj clear libgcj_saved.
2133 * configure: Rebuild.
2134
2135 2010-12-10 Tobias Burnus <burnus@net-b.de>
2136
2137 PR fortran/46540
2138 * configure.ac: Add --disable-libquadmath and
2139 --disable-libquadmath-support.
2140 * configure: Regenerate.
2141
2142 2010-12-10 Tristan Gingold <gingold@adacore.com>
2143
2144 * src-release (ETC_SUPPORT): add gnu-oids.texi
2145
2146 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2147
2148 PR libffi/46792
2149 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2150 * configure: Regenerate.
2151
2152 2010-12-02 Ian Lance Taylor <iant@google.com>
2153
2154 * configure.ac: Always set default for poststage1_ldflags to
2155 -static-libstdc++ -static-libgcc.
2156
2157 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2158
2159 * COPYING.NEWLIB: Add National Semiconductor notice.
2160
2161 2010-11-29 Andreas Schwab <schwab@redhat.com>
2162
2163 * configure.ac: Move comment to remove extra space in last argument
2164 of GCC_TARGET_TOOL.
2165
2166 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2167
2168 PR other/46026
2169 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2170 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2171 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2172 (BASE_FLAGS_TO_PASS): Use it.
2173 * configure: Rebuilt.
2174 * Makefile.in: Rebuilt.
2175
2176 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2177
2178 PR binutils/12258
2179 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2180 Properly check default linker.
2181 * configure: Regnerated.
2182
2183 2010-11-23 Matthias Klose <doko@ubuntu.com>
2184
2185 * configure.ac: For --enable-gold, handle value `default' instead of
2186 `both*'. New configure option --{en,dis}able-ld.
2187 * configure: Regenerate.
2188
2189 2010-11-20 Ian Lance Taylor <iant@google.com>
2190
2191 * configure.ac: Only disable a language library if no language needs
2192 it. Don't let --disable-libgcj uncondtionally disable libffi.
2193 * configure: Rebuild.
2194
2195 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2196
2197 * configure: Regenerate.
2198
2199 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2200
2201 PR other/46202
2202 * configure.ac: Fix just-built in-tree STRIP name to be
2203 binutils/strip-new.
2204 * configure: Regenerate.
2205 * Makefile.def (install-strip-gcc, install-strip-binutils)
2206 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2207 (install-strip-sid): Mirror dependencies on non-strip variants
2208 of these targets on the respective -strip prerequisites.
2209 * Makefile.tpl (install-strip, install-strip-host)
2210 (install-strip-target): New targets.
2211 (install-strip-[+module+], install-strip-target-[+module+]):
2212 New targets.
2213 * Makefile.in: Regenerate.
2214
2215 2010-11-19 Ian Lance Taylor <iant@google.com>
2216 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2217
2218 * configure.ac: Add target-libgo to target_libraries. Set
2219 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2220 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2221 (HOST_EXPORTS): Add GOC.
2222 (BASE_TARGET_EXPORTS): Add GOC.
2223 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2224 (GOCFLAGS_FOR_TARGET): New variable.
2225 (EXTRA_HOST_FLAGS): Add GOC.
2226 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2227 * Makefile.def (target_modules): Add libgo.
2228 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2229 (dependencies): Add dependency from configure-target-libgo to
2230 configure-target-libffi and all-target-libstdc++-v3. Add
2231 dependencies from all-target-libgo to all-target-libffi.
2232 (languages): Add go.
2233 * configure: Rebuild.
2234 * Makefile.in: Rebuild.
2235
2236 2010-11-19 Ian Lance Taylor <iant@google.com>
2237
2238 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2239 compiler/flag environment variables.
2240
2241 2010-11-18 Ian Lance Taylor <iant@google.com>
2242
2243 * configure.ac: Check for lang_requires_boot_languages in
2244 config-lang.in files.
2245 * configure: Rebuild.
2246
2247 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2248
2249 * .gitignore: New file.
2250
2251 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2252 Tobias Burnus <burnus@net-b.de>
2253
2254 PR fortran/32049
2255 * Makefile.def: Add libquadmath; build it with language=fortran.
2256 * configure.ac: Add libquadmath.
2257 * Makefile.tpl: Handle multiple libs in check-[+language+].
2258 * Makefile.in: Regenerate.
2259 * configure: Regenerate.
2260
2261 2010-11-15 Andreas Schwab <schwab@redhat.com>
2262
2263 * configure.ac: Fix spelling in option names.
2264 * configure: Regenerated.
2265
2266 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2267
2268 PR bootstrap/39622
2269 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2270 * configure: Regenerated.
2271
2272 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2273
2274 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2275 define the cloog backend to use. Furthermore, only pass the ppllibs to
2276 the configure checks, if necessary.
2277 * configure: Regenerate.
2278
2279 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2280
2281 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2282 * configure: regenerate
2283
2284 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2285
2286 * config/cloog.m4: Fix typo. verison -> version.
2287 * configure: Regenerate.
2288
2289 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2290
2291 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2292 * configure: Regenerate.
2293
2294 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2295
2296 * configure.ac: Support official CLooG.org versions.
2297 * configure: Regenerate.
2298 * config/cloog.m4: New.
2299
2300 2010-11-05 Michael Eager <eager@eagercon.com>
2301
2302 * COPYING.LIBGLOSS: Correct typo in microblaze.
2303 * COPYING.NEWLIB: Same.
2304
2305 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2306
2307 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2308 * configure: Regenerate.
2309
2310 2010-11-03 Ian Lance Taylor <iant@google.com>
2311 Dave Korn <dave.korn.cygwin@gmail.com>
2312
2313 PR lto/46273
2314 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2315 and on other supported platforms whenever LTO is enabled.
2316 * configure: Rebuild.
2317
2318 2010-11-02 Alan Modra <amodra@gmail.com>
2319
2320 PR binutils/12110
2321 * configure.ac: Error when source path contains spaces.
2322 * configure: Regenerate.
2323
2324 2010-10-20 Ian Lance Taylor <iant@google.com>
2325
2326 * Makefile.def (target_modules): Set lib_path to src/.libs for
2327 libstdc++-v3 module.
2328 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2329 * Makefile.in: Rebuild.
2330
2331 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2332 Joseph Myers <joseph@codesourcery.com>
2333
2334 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2335 notices.
2336 * COPYING.NEWLIB: Add Texas Instruments notice.
2337
2338 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2339
2340 * configure.ac (build_lto_plugin): New shell variable.
2341 (--enable-lto): Turn on by default for all non-ELF platforms that
2342 have had LTO support added so far. Set build_lto_plugin appropriately
2343 for both ELF and non-ELF.
2344 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2345 * configure: Regenerate.
2346
2347 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2348
2349 PR bootstrap/45326
2350 PR bootstrap/45174
2351 * configure.ac: Honor initial values of $build_configargs,
2352 $host_configargs, $target_configargs. Mark the precious, so
2353 environment settings get recorded.
2354 * configure: Regenerate.
2355
2356 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2357
2358 Sync from GCC:
2359
2360 2010-09-30 Michael Eager <eager@eagercon.com>
2361
2362 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2363 * configure: Regenerate.
2364
2365 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2366
2367 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2368 targets and amend comment.
2369 * configure: Regenerate.
2370
2371 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2372
2373 * configure.ac: Enable LTO by default on Darwin.
2374 * configure: Regenerate.
2375
2376 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2377
2378 PR bootstrap/44455
2379 * configure.ac (extra_mpfr_configure_flags): Copy from
2380 extra_mpc_gmp_configure_flags.
2381 * configure: Re-generated.
2382
2383 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2384
2385 Sync from GCC:
2386
2387 PR bootstrap/45796
2388 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2389 Depend on all-build-libiberty.
2390 * Makefile.in: Regenerate.
2391
2392 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2393
2394 Sync from GCC:
2395
2396 PR bootstrap/44621
2397 * configure.ac: Fix unportable shell quoting.
2398 * configure: Regenerate.
2399
2400 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2401
2402 * configure.ac: Support all v850 targets.
2403 * configure: Regenerate.
2404
2405 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2406
2407 PR target/44862
2408 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2409 Provide -B option to allow for link spec %s substitutions for
2410 libstdc++.a on darwin.
2411 * Makefile.in: Regenerate.
2412
2413 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2414
2415 * Makefile.def (configure-gcc): Depend on all-libelf.
2416 * Makefile.in: Rebuild.
2417
2418 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2419
2420 * config.sub, config.guess: Update from upstream sources.
2421
2422 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2423
2424 Sync from GCC:
2425
2426 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2427 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2428 * configure: Regenerated.
2429
2430 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2431 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2432 * configure: Regenerate.
2433
2434 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2435 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2436 * configure: Regenerate.
2437
2438 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2439 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2440 separately.
2441 * configure: Regenerate.
2442
2443 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2444 * configure: Regenerate after change to elf.m4.
2445
2446 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2447 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2448 * configure: Regenerated.
2449
2450 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2451 * configure.ac: Print "buggy but acceptable" when CLooG
2452 revision is less than 9.
2453 * configure: Regenerated.
2454
2455 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2456
2457 Merge from gcc:
2458
2459 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2460 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2461 * configure: Regenerate.
2462
2463 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2464 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2465 a platform that supports LTO.
2466 * configure: Regenerate.
2467
2468 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2469 PR lto/42776
2470 * configure.ac (--enable-lto): Refactor handling so libelf tests
2471 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2472 and allow LTO to be explicitly enabled on non-ELF platforms that
2473 are known to support it inside else-clause.
2474 * configure: Regenerate.
2475
2476 2010-04-27 Roland McGrath <roland@redhat.com>
2477 H.J. Lu <hongjiu.lu@intel.com>
2478
2479 * configure.ac (--enable-gold): Support both, both/gold and
2480 both/bfd to add gold to configdirs without removing ld.
2481 * configure: Regenerated.
2482
2483 * Makefile.def: Add install-gold dependency to install-ld.
2484 * Makefile.in: Regenerated.
2485
2486 2010-04-14 Tristan Gingold <gingold@adacore.com>
2487
2488 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2489 * configure: Regenerate.
2490
2491 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2492
2493 Merge from gcc:
2494 PR bootstrap/43615
2495 PR bootstrap/43328
2496 Revert:
2497 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2498 * configure.ac: Do not pass --enable-multilib nor
2499 --disable-multilib in baseargs. Accept explicitly passed
2500 --enable_multilib.
2501 * configure: Regenerate.
2502
2503 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2504
2505 PR bootstrap/43328
2506 * configure.ac: Do not pass --enable-multilib nor
2507 --disable-multilib in baseargs. Accept explicitly passed
2508 --enable_multilib.
2509 * configure: Regenerate.
2510
2511 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2512
2513 * configure.ac (tic6x-*-*): New case.
2514 * configure: Regenerate.
2515
2516 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2517
2518 Merge from gcc:
2519 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2520 PR ada/42554
2521 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2522 * configure: Regenerate.
2523
2524 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2525
2526 * config.sub: Update to version 2010-03-22.
2527 * config.guess: Update to version 2009-12-30.
2528
2529 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2530
2531 Merge from gcc:
2532 2010-01-11 Richard Guenther <rguenther@suse.de>
2533 PR lto/41569
2534 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2535 * Makefile.in: Regenerated.
2536
2537 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2538
2539 PR libstdc++/32499
2540 * configure.ac (RANLIB): Default to true.
2541 (STRIP): Likewise.
2542 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2543 * configure: Regenerate.
2544
2545 2010-02-17 Nick Clifton <nickc@redhat.com>
2546
2547 PR 11238
2548 * Makefile.tpl (local-distclean): Also remove config.cache files in
2549 sub-directories as there may not be Makefiles present in the
2550 sub-directories.
2551 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2552 the config.cache files found by the find command.
2553
2554 * Makefile.in: Regenerate.
2555 * configure.ac: Revert previous delta.
2556 * configure: Regenerate.
2557
2558 2010-02-15 Nick Clifton <nickc@redhat.com>
2559
2560 PR 11238
2561 * configure.ac: Delete config.cache files in sub-directories when
2562 deleting Makefiles.
2563 * configure: Regenerate.
2564
2565 2010-02-15 Nick Clifton <nickc@redhat.com>
2566
2567 * configure.ac: Sync from gcc.
2568 * configure: Regenerate.
2569
2570 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2571
2572 Sync from gcc:
2573 * configure.ac: Add "recommended" version checks for GMP/MPC.
2574 Update recommended GMP/MPFR/MPC versions.
2575 * configure: Regenerate.
2576
2577 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2578
2579 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2580 * configure.ac (bootstrap_target_libs): Make inclusion of
2581 target-libgomp conditional on libgomb being in target_configdirs.
2582 * configure: Regenerate.
2583
2584 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2585
2586 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2587 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2588 * configure: Regenerate.
2589
2590 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2591
2592 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2593 * configure.ac (target_configdirs): Substitute.
2594 * Makefile.def: Bootstrap target module libgomp.
2595 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2596 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2597 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2598 * configure, Makefile.in: Regenerate.
2599
2600 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2601
2602 * libtool.m4: Sync from git Libtool.
2603 * ltmain.sh: Likewise.
2604 * ltoptions.m4: Likewise.
2605 * ltversion.m4: Likewise.
2606 * lt~obsolete.m4: Likewise.
2607
2608 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2609 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2610
2611 PR bootstrap/42424
2612 * configure.ac: Include libtool m4 files.
2613 (_LT_CHECK_OBJDIR): Call it.
2614 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2615 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2616
2617 * configure: Regenerate.
2618
2619 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2620
2621 PR bootstrap/41818
2622 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2623 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2624 * Makefile.in: Regenerate.
2625
2626 2009-12-18 Ben Elliston <bje@au.ibm.com>
2627
2628 * config.sub, config.guess: Update from upstream sources.
2629
2630 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2631
2632 * COPYING.NEWLIB: Update copyright date.
2633 * COPYING.LIBGLOSS: Ditto.
2634
2635 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2636
2637 PR middle-end/30447
2638 PR middle-end/30789
2639 PR other/40302
2640
2641 * configure.ac: Require MPC.
2642 * configure: Regenerate.
2643
2644 * configure.ac: Update minimum MPC version to 0.8.
2645 * configure: Regenerate.
2646
2647 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2648
2649 * config.guess: Sync with upstream and gcc.
2650 * config.sub: Sync with upstream and gcc.
2651
2652 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2653
2654 * Makefile.def: Restore host and target settings for gmp.
2655 * Makefile.in: Rebuild.
2656
2657 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2658
2659 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2660 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2661 Fix portability of test of C++ as bootstrap language. Add
2662 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2663 * configure: Rebuild.
2664 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2665 and cloog. Fix in-tree ppl configuration. Introduce libelf
2666 in-tree building.
2667 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2668 (POSTSTAGE1_HOST_EXPORTS): Use it.
2669 (STAGE[+id+]_CXXFLAGS): New.
2670 (BASE_FLAGS_TO_PASS): Pass it down.
2671 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2672 extra_exports.
2673 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2674 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2675 extra_exports.
2676 * Makefile.in: Rebuild.
2677
2678 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2679
2680 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2681 paths for *-w64-mingw* and x86_64-*mingw*.
2682 * configure: Regenerated.
2683
2684 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2685
2686 * configure.ac: Disable target-winsup & co for
2687 x86_64-*-mingw* and *-w64-mingw* targets.
2688 * configure: Regenerated.
2689
2690 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2691
2692 * configure.ac (CLooG test): Use = with test.
2693 * configure: Regenerate.
2694
2695 2009-10-22 Richard Guenther <rguenther@suse.de>
2696
2697 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2698 cloog if the ppl version check failed. Move flags saving
2699 before setting in libelf check.
2700 * configure: Regenerate.
2701
2702 2009-10-21 Richard Guenther <rguenther@suse.de>
2703
2704 * configure.ac: Adjust the ppl and cloog configure to work as
2705 documented. Disable cloog if ppl was disabled. Omit the version
2706 checks if they were disabled.
2707 * configure: Re-generate.
2708
2709 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2710
2711 * configure.ac: Add 'lto' to enable_languages, not
2712 new_enable_languages, and only if not already present.
2713 * configure: Regenerate.
2714
2715 2009-10-06 Ian Lance Taylor <iant@google.com>
2716
2717 * Makefile.def: check-gold depends upon all-gas.
2718 * Makefile.in: Rebuild.
2719
2720 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2721
2722 * Makefile.def: all-lto-plugin depends on all-libiberty.
2723 set bootstrap=true for lto-plugin.
2724 Add lto-plugin.
2725 * Makefile.in: Regenerate.
2726 * configure.ac (host_libs): Add lto-plugin.
2727 * configure: Regenerate.
2728
2729 2009-10-03 Diego Novillo <dnovillo@google.com>
2730
2731 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2732 (HOST_LIBELFLIBS): Define.
2733 (HOST_LIBELFINC): Define.
2734 * Makefile.in: Regenerate.
2735 * configure.ac: Add --enable-lto.
2736 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2737 If --enable-lto is used, add 'lto' to new_enable_languages.
2738 If --enable-lto is used and gold is enabled, add
2739 lto-plugin to configdirs.
2740 * configure: Regenerate.
2741
2742 2009-10-03 Simon Baldwin <simonb@google.com>
2743
2744 * configure.ac: If --with-system-zlib, suppress local zlib and
2745 pass --with-system-zlib to subdir configure scripts.
2746 * configure: Regenerate.
2747
2748 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2749 Paolo Bonzini <bonzini@gnu.org>
2750
2751 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2752 $(srcdir).
2753 * Makefile.in: Rebuilt.
2754
2755 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2756
2757 Sync from gcc:
2758 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2759
2760 * configure.ac: Update minimum MPC version to 0.7.
2761 * configure: Regenerate.
2762
2763 2009-09-25 Nick Clifton <nickc@redhat.com>
2764
2765 * configure.ac: Pass any --cache-file=/dev/null option on to
2766 subconfigures.
2767 * configure: Regenerate.
2768
2769 2009-09-23 Nick Clifton <nickc@redhat.com>
2770
2771 * config.sub, config.guess: Update from upstream sources.
2772
2773 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2774
2775 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2776 * Makefile.in: Rebuilt.
2777
2778 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2779
2780 PR bootstrap/32272
2781 * configure.ac: Error out if $srcdir isn't '.' but contains
2782 host-${host_noncanonical}.
2783 * configure: Regenerate.
2784
2785 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2786
2787 * configure.ac: If bootstrapping a combined tree with
2788 --enable-gold, require c++ in stage1_languages.
2789 * configure: Regenerate.
2790
2791 * configure.ac: Also add target_libs of stage1_languages to
2792 bootstrap_target_libs.
2793 * configure: Regenerate.
2794
2795 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2796 with --enable-languages not containing c++.
2797 * configure: Regenerate.
2798
2799 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2800
2801 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2802 * configure: Regenerate.
2803
2804 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2805
2806 * configure.ac: Do not use $extrasub for replacing @if/@endif
2807 parts in Makefile; instead, use additional arguments to
2808 AC_CONFIG_COMMANDS to do the replacement manually, with several
2809 sed invocations, to avoid HP-UX sed command limits.
2810 * configure: Regenerate.
2811
2812 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2813
2814 * configure.ac (with-build-config): Document. Handle without.
2815 Handle missing argument.
2816 * configure: Rebuilt.
2817
2818 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2819
2820 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2821 Default to bootstrap-debug only if compare-debug works.
2822 * configure: Rebuilt.
2823 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2824 * Makefile.in: Rebuilt.
2825
2826 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2827
2828 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2829 * Makefile.in: Rebuilt.
2830
2831 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2832
2833 * Makefile.tpl (AWK): Fix typo.
2834 * Makefile.in: Regenerate.
2835
2836 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2837
2838 * configure.ac: Detect awk and sed.
2839 * Makefile.def (flags_to_pass): Add AWK and SED.
2840 * Makefile.tpl (AWK, SED): New.
2841 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2842 * configure: Regenerate.
2843 * Makefile.in: Regenerate.
2844
2845 2009-09-01 Tristan Gingold <gingold@adacore.com>
2846
2847 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2848 Remove logical names.
2849
2850 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2851
2852 * ltmain.sh (func_normal_abspath): New function.
2853 (func_relative_path): Likewise.
2854 (func_mode_help): Document new -bindir option for link mode.
2855 (func_mode_link): Add new -bindir option, and use it to place
2856 output DLL if specified.
2857
2858 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2859
2860 * configure.ac (AC_PREREQ): Bump to 2.64.
2861
2862 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2863
2864 * README-maintainer-mode: Point directly to upstream locations
2865 for autoconf, automake, libtool, gettext, instead of copies on
2866 sources.redhat.com. Document required versions.
2867 * configure.ac: Do not substitute datarootdir, htmldir,
2868 pdfdir, docdir. Do not process --with-datarootdir,
2869 --with-htmldir, --with-pdfdir, --with-docdir.
2870 * configure: Regenerate.
2871
2872 * configure: Regenerate.
2873
2874 * compile: Sync from Automake 1.11.
2875 * depcomp: Likewise.
2876 * install-sh: Likewise.
2877 * missing: Likewise.
2878 * mkinstalldirs: Likewise.
2879 * ylwrap: Likewise.
2880
2881 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2882
2883 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2884 (baseargs): Add --disable-option-checking.
2885 * configure: Regenerate.
2886
2887 * Makefile.def (configure-target-libiberty): Depend on
2888 all-binutils and all-ld.
2889 (configure-target-newlib): Likewise.
2890 * Makefile.in: Regenerate.
2891
2892 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2893
2894 Sync with GCC, merge:
2895
2896 2009-07-31 Christian Bruel <christian.bruel@st.com>
2897
2898 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2899 * configure: Regenerate.
2900
2901 2009-07-06 Ian Lance Taylor <iant@google.com>
2902
2903 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2904 * configure: Rebuild.
2905
2906 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2907
2908 PR bootstrap/40338
2909 * configure.ac (comparestring): Create new variable.
2910 * Makefile.tpl (comparestring): Use to skip some comparisions.
2911 * configure: Regenerate.
2912 * Makefile.in: Regenerate.
2913
2914 2009-06-23 Ian Lance Taylor <iant@google.com>
2915
2916 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2917 boot_languages. Only bootstrap target libraries listed in
2918 target_libs for some boot language. Add --with-stage1-ldflags,
2919 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2920 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2921 if not building with C++.
2922 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2923 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2924 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2925 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2926 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2927 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2928 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2929 * configure, Makefile.in: Rebuild.
2930
2931 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2932
2933 * configure.ac: Detect MPC in default directory.
2934 * configure: Regenerate.
2935
2936 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2937
2938 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2939 to noconfdirs.
2940 * configure: Regenerate.
2941
2942 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2943
2944 * Makefile.def: Add MPC support and dependencies.
2945 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2946
2947 * Makefile.in, configure: Regenerate.
2948
2949 2009-05-24 Nicolas Roche <roche@adacore.com>
2950
2951 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2952 * Makefile.in: Regenerate.
2953
2954 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2955
2956 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2957 * configure: Regenerate.
2958
2959 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2960
2961 * configure.ac ($with_ppl): Default to no if not supplied.
2962 ($with_cloog): Likewise.
2963 configure: Regenerate.
2964
2965 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2966
2967 PR bootstrap/39739
2968 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2969 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2970
2971 * configure, Makefile.in: Regenerate.
2972
2973 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2974
2975 * configure.ac: Change copyright header to refer to version
2976 3 of the GNU General Public License and to point readers at the
2977 COPYING3 file and the FSF's license web page.
2978 * Makefile.def: Likewise.
2979 * Makefile.tpl: Likewise.
2980 * Makefile.in: Regenerate.
2981
2982 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2983
2984 * configure.ac: Restore match for darwin9 or later. Use double
2985 brackets since regeneration eats one pair.
2986 * configure: Regenerate.
2987
2988 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2989
2990 * MAINTAINERS: Perform some obvious fixups.
2991
2992 2009-08-17 Ben Elliston <bje@au.ibm.com>
2993
2994 * config.sub, config.guess: Update from upstream sources.
2995
2996 2009-08-06 Michael Eager <eager@eagercon.com>
2997
2998 * configure.ac: Add Microblaze target.
2999 * configure: Regenerate.
3000
3001 2009-07-02 Tristan Gingold <gingold@adacore.com>
3002
3003 * configure.ac: Do not exclude gas for i386-*-darwin.
3004 Add a case for x86_64-*-darwin.
3005 * configure: Regenerate.
3006
3007 2009-06-26 Doug Evans <dje@sebabeach.org>
3008
3009 * Makefile.def (host_modules): Add cgen.
3010 * Makefile.in: Regenerate.
3011 * configure.ac (host_tools): Add cgen.
3012 * configure: Regenerate.
3013
3014 2009-06-17 Michael Eager <eager@eagercon.com>
3015
3016 * COPYING.LIBGLOSS: Add Xilinx license.
3017
3018 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3019
3020 * configure.ac: Define is_elf for QNX Neutrino targets.
3021 * configure: Regenerate.
3022
3023 2009-06-03 Jerome Guitton <guitton@adacore.com>
3024 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
3026 * Makefile.tpl (all): Avoid a trailing backslash.
3027 * Makefile.in: Regenerate.
3028
3029 2009-06-03 Ben Elliston <bje@au.ibm.com>
3030
3031 * config.sub, config.guess: Update from upstream sources.
3032
3033 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3034
3035 * Makefile.tpl ([+compare-target+]): Compare all stage
3036 directories, rather than just gcc.
3037 * Makefile.in: Rebuilt.
3038
3039 2009-05-28 Doug Kwan <dougkwan@google.com>
3040
3041 * configure.ac: Support gold for target arm*-*-*.
3042 * configure: Regenerate.
3043
3044 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3045
3046 * Makefile.tpl (all): Avoid harmless warning in make all when
3047 gcc-bootstrap is enabled but stage_last does not exist.
3048 * Makefile.in: Rebuilt.
3049
3050 2009-05-25 Tristan Gingold <gingold@adacore.com>
3051
3052 * setup.com: Complete the file with configuration and build.
3053
3054 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3055
3056 PR other/40159
3057 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3058 gcc-no-bootstrap are mutually exclusive.
3059 * Makefile.in: Rebuilt.
3060
3061 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3062
3063 PR other/40159
3064 * Makefile.tpl (all): Don't end with unconditional success.
3065 * Makefile.in: Rebuilt.
3066
3067 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3068
3069 PR target/37137
3070 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3071 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3072 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3073 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3074 stage_configureflags, stage_cflags and stage_libcflags into
3075 explicit Makefile macros.
3076 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3077 GFORTRAN.
3078 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3079 CC. Set CC_FOR_BUILD from CC.
3080 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3081 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3082 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3083 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3084 and GFORTRAN.
3085 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3086 (_LIBCFLAGS): Renamed to _TFLAGS.
3087 (do-compare-debug, do-compare3-debug): Drop.
3088 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3089 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3090 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3091 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3092 (XGCC_FLAGS_FOR_TARGET): New.
3093 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3094 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3095 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3096 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3097 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3098 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3099 TFLAGS.
3100 (BUILD_CONFIG): Include if requested.
3101 (all): Set TFLAGS on bootstrap.
3102 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3103 (all-stageid-prefixmodule): Likewise.
3104 (do-clean, distclean-stageid): Set TFLAGS.
3105 (restrap): Fix whitespace.
3106 * Makefile.in: Rebuilt.
3107
3108 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3109
3110 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3111 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3112 * Makefile.in: Regenerate.
3113
3114 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3115
3116 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3117 consistency with config.sub. (Update from upstream sources.)
3118
3119 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3120
3121 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3122
3123 2009-04-17 Ben Elliston <bje@au.ibm.com>
3124
3125 * config.sub, config.guess: Update from upstream sources.
3126
3127 2009-04-15 Anthony Green <green@moxielogic.com>
3128
3129 * configure.ac: Add moxie support.
3130 * configure: Rebuilt.
3131
3132 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3133
3134 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3135 * configure: Regenerate.
3136
3137 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3138
3139 PR gas/10039
3140 * configure.ac: Require texinfo 4.7.
3141 * configure: Regenerated.
3142
3143 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3144
3145 * Makefil.def (languages): New entries.
3146 * Makefile.tpl (check-gcc-*): New generic target.
3147 * Makefile.in: Regenerate.
3148
3149 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3150
3151 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3152 Windows builds of Sed.
3153
3154 2009-03-18 Tom Tromey <tromey@redhat.com>
3155
3156 * configure: Rebuild.
3157 * configure.ac (host_libs): Add libiconv.
3158 * Makefile.in: Rebuild.
3159 * Makefile.def (host_modules): Add libiconv.
3160 (configure-gdb, all-gdb): Depend on libiconv.
3161
3162 2009-03-16 Tristan Gingold <gingold@adacore.com>
3163
3164 * configure.ac: Treat gdb as supported on x86_64-darwin.
3165 * configure: Regenerate.
3166
3167 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3168
3169 Merge from GCC:
3170
3171 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3172
3173 * configure.ac (--with-host-libstdcxx): New option.
3174 * configure: Regenerate.
3175
3176 2009-01-29 Robert Millan <rmh@aybabtu.com>
3177
3178 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3179 * configure: Regenerate.
3180
3181 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3182
3183 PR tree-optimization/38515
3184 * configure.ac (cloog-polylib): Removed.
3185 (with_ppl, with_cloog): Test for "no".
3186 * configure: Regenerated.
3187
3188 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3189
3190 Backport from git Libtool:
3191
3192 2009-01-19 Robert Millan <rmh@aybabtu.com>
3193 Support GNU/kOpenSolaris.
3194 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3195 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3196 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3197 GNU/kOpenSolaris.
3198
3199 2009-02-05 Andreas Schwab <schwab@suse.de>
3200
3201 * Makefile.tpl (stage_last): Define $r and $s before using
3202 $(RECURSE_FLAGS_TO_PASS).
3203 * Makefile.in: Regenerate
3204
3205 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3206
3207 * COPYING.NEWLIB: Add ARM license.
3208
3209 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3210
3211 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3212 (all-opcodes): Depend on all-libiberty.
3213 * Makefile.in: Regenerate.
3214
3215 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3216
3217 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3218 * configure: Regenerate.
3219
3220 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3221
3222 Backport link test fix from upstream Libtool:
3223
3224 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3225 Add cache variables to tests that require the linker to work.
3226 For shlibpath_overrides_runpath, this also changes the semantics
3227 to let the result from the C compiler take precedence.
3228 compiler take precedence.
3229
3230 2008-12-02 Ben Elliston <bje@au.ibm.com>
3231
3232 * config.sub, config.guess: Update from upstream sources.
3233
3234 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3235
3236 * COPYING.NEWLIB: Updated.
3237 * COPYING.LIBGLOSS: Ditto.
3238
3239 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3240
3241 Sync with GCC:
3242
3243 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3244
3245 * configure.ac (ppllibs): Add by default the lib flags.
3246 * configure: Regenerate.
3247
3248 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3249
3250 * configure.ac: Add double brackets on darwin[912].
3251 * configure: Regenerate.
3252
3253 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3254
3255 * configure.ac: Expand to darwin10 and later.
3256 * configure: Regenerate.
3257
3258 2008-12-02 Andreas Schwab <schwab@suse.de>
3259
3260 * Makefile.def: configure-target-boehm-gc depends on
3261 all-target-libstdc++-v3.
3262 * Makefile.in: Regenerate.
3263
3264 2008-12-02 Ben Elliston <bje@au.ibm.com>
3265
3266 * config.sub, config.guess: Update from upstream sources.
3267
3268 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3269
3270 Merge from GCC:
3271
3272 2007-12-02 Matthias Klose <doko@ubuntu.com>
3273
3274 * config-ml.in: Remove 64bit configure tests.
3275
3276 2008-05-14 Rafael Espindola <espindola@google.com>
3277
3278 * config-ml.in: don't handle --enable-shared and --enable-static.
3279
3280 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3281 Tobias Grosser <grosser@fim.uni-passau.de>
3282 Jan Sjodin <jan.sjodin@amd.com>
3283 Harsha Jagasia <harsha.jagasia@amd.com>
3284 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3285 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3286 Adrien Eliche <aeliche@isty.uvsq.fr>
3287
3288 Merge from graphite branch.
3289 * configure: Regenerate.
3290 * Makefile.in: Regenerate.
3291 * configure.ac (host_libs): Add ppl and cloog.
3292 Add checks for PPL and CLooG.
3293 * Makefile.def (ppl, cloog): Added modules and dependences.
3294 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3295 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3296
3297 2008-09-03 Richard Guenther <rguenther@suse.de>
3298
3299 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3300 cloog test.
3301 * configure: Re-generate.
3302
3303 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3304
3305 * configure.ac (--with-cloog-polylib): New.
3306 (--disable-cloog-version-check): New.
3307 (--disable-ppl-version-check): New.
3308 * configure: Re-generate.
3309
3310 2008-09-05 Richard Guenther <rguenther@suse.de>
3311
3312 * configure.ac: Initialize clooglibs to -lcloog.
3313 * configure: Re-generate.
3314
3315 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3316
3317 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3318 recommended version to 2.3.2.
3319
3320 * configure: Regenerate.
3321
3322 2008-10-31 Ben Elliston <bje@au.ibm.com>
3323
3324 * configure.ac (spu-*-*): Remove special case.
3325 * configure: Regenerate.
3326
3327 Complete comment text from GCC version of:
3328
3329 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3330
3331 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3332 (GCC_SHLIB_SUBDIR): New.
3333 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3334 * configure: Regenerate.
3335 * Makefile.in: Regenerate.
3336
3337 2008-11-27 Tristan Gingold <gingold@adacore.com>
3338
3339 * configure.ac: Build gdb for i?86-*-darwin*
3340 * configure: Regenerated.
3341
3342 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 PR bootstrap/38014
3345 PR bootstrap/37923
3346
3347 Revert:
3348
3349 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3350
3351 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3352 * Makefile.in: Regenerated.
3353
3354 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 PR gdb/921
3357 PR gdb/1646
3358 PR gdb/2175
3359 PR gdb/2176
3360
3361 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3362 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3363 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3364 (HOST_EXPORTS): Pass CPPFLAGS.
3365 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3366 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3367 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3368 * Makefile.in, configure: Regenerated.
3369 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3370 and CPPFLAGS_FOR_BUILD.
3371
3372 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3373
3374 * configure.ac [spu-*-*]: Do not set skipdirs.
3375 * configure: Re-generate.
3376
3377 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3378
3379 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3380 * Makefile.in: Regenerated.
3381
3382 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3383
3384 PR gdb/921
3385 PR gdb/1646
3386 PR gdb/2175
3387 PR gdb/2176
3388
3389 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3390 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3391 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3392 (HOST_EXPORTS): Pass CPPFLAGS.
3393 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3394 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3395 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3396 * Makefile.in, configure: Regenerated.
3397 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3398 and CPPFLAGS_FOR_BUILD.
3399
3400 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3401
3402 * libtool.m4: Update to libtool 2.2.6.
3403 * lt~obsolete.m4: Update to libtool 2.2.6.
3404 * ltmain.sh: Update to libtool 2.2.6.
3405 * ltsugar.m4: Update to libtool 2.2.6.
3406 * ltversion.m4: Update to libtool 2.2.6.
3407 * ltoptions.m4: Update to libtool 2.2.6.
3408 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3409
3410 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3411
3412 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3413 (GCC_SHLIB_SUBDIR): New.
3414 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3415 * configure: Regenerate.
3416 * Makefile.in: Regenerate.
3417
3418 2008-08-28 Tristan Gingold <gingold@adacore.com>
3419
3420 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3421 Enable bfd, binutils and opcodes.
3422 * configure: Regenerate.
3423
3424 2008-08-16 Nicolas Roche <roche@adacore.com>
3425
3426 * Makefile.tpl: Add BOOT_ADAFLAGS.
3427 * Makefile.in: Regenerate.
3428
3429 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3430
3431 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3432 * configure: Regenerate.
3433
3434 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3435
3436 Sync with gcc:
3437 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3438
3439 * configure.ac: Add makefile fragments for hpux.
3440 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3441 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3442 * configure: Regenerate.
3443 * Makefile.in: Regenerate.
3444
3445 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3446
3447 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3448 * Makefile.in: Regenerate.
3449 * configure: Regenerate.
3450
3451 2008-06-18 Ian Lance Taylor <iant@google.com>
3452
3453 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3454
3455 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3456
3457 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3458
3459 * configure: Regenerate.
3460
3461 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3462
3463 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3464 "$@" is still intact with both Autoconf 2.59 and 2.62.
3465 * configure: Regenerate.
3466
3467 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3468
3469 * Makefile.tpl: Fix comment errors.
3470 * Makefile.in: Regenerate.
3471
3472 2008-06-13 Julian Brown <julian@codesourcery.com>
3473
3474 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3475 of libobjc for ARM EABI Linux.
3476 * configure: Regenerate.
3477
3478 2008-06-12 David S. Miller <davem@davemloft.net>
3479 David Edelsohn <edelsohn@gnu.org>
3480
3481 * configure.ac: Add powerpc*-*-* to gold supported targets.
3482 * configure: Regenerate.
3483
3484 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3485
3486 PR tree-optimization/36218
3487 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3488 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3489 (all prefix="build-"): Pass them to build-system sub-makes.
3490 * Makefile.in: Regenerate.
3491
3492 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3493
3494 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3495 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3496 mkdep, and compile. Update comments.
3497 (ETC_SUPPORT): Add ChangeLog and update comments.
3498
3499 2008-05-11 Ian Lance Taylor <iant@google.com>
3500
3501 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3502
3503 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3504
3505 Sync with gcc:
3506 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3507
3508 PR bootstrap/35457
3509 * configure.ac: Include override.m4.
3510 * configure: Regenerate.
3511
3512 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3513
3514 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3515 * Makefile.in: Regenerate.
3516
3517 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3518
3519 * configure.ac: Do not build libssp for the AVR.
3520 * configure: Regenerate.
3521
3522 2008-04-18 Nick Clifton <nickc@redhat.com>
3523
3524 * MAINTAINERS: Replace reference to configure.in with reference to
3525 configure.ac.
3526
3527 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3528
3529 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3530 as nonconfigurable directories list.
3531 * configure: Regenerate.
3532
3533 2008-04-14 David S. Miller <davem@davemloft.net>
3534
3535 * configure.ac: Add sparc*-*-* to gold supported targets.
3536 * configure: Regenerate.
3537
3538 2008-04-14 Ben Elliston <bje@au.ibm.com>
3539
3540 * config.sub, config.guess: Update from upstream sources.
3541
3542 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3543
3544 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3545 * Makefile.in: Regenerate.
3546
3547 2008-04-07 Ian Lance Taylor <iant@google.com>
3548
3549 * Makefile.def: check-gold depends upon all-binutils.
3550 * Makefile.in: Regenerate.
3551
3552 2008-04-04 Nick Clifton <nickc@redhat.com>
3553
3554 PR binutils/4334
3555 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3556 builds.
3557 * configure: Regenerate.
3558
3559 2008-04-04 NightStrike <NightStrike@gmail.com>
3560
3561 PR other/35151
3562 * configure.ac: Combine rules for mingw32 and mingw64.
3563 * configure: Regenerate.
3564
3565 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3566
3567 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3568 * Makefile.in: Regenerate.
3569
3570 2008-03-20 Ian Lance Taylor <iant@google.com>
3571
3572 * configure.ac: Add support for --enable-gold.
3573 * Makefile.def: Add gold as a directory like ld.
3574 * configure, Makefile.in: Regenerate.
3575
3576 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3577
3578 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3579 (s390_cond_extensions): Reduced extensions to the compare related.
3580 (main): z10 cpu type option added.
3581 (expandConditionalJump): Renamed to ...
3582 (insertExpandedMnemonic): ... this.
3583
3584 * opcodes/s390-opc.c: Re-group the operand format makros.
3585 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3586 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3587 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3588 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3589 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3590 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3591 INSTR_SIL_RDU): New instruction formats added.
3592 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3593 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3594 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3595 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3596 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3597 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3598 masks added.
3599 (s390_opformats): New formats added "ris", "rrs", "sil".
3600 * opcodes/s390-opc.txt: Add the conditional jumps with the
3601 extensions removed from automatic expansion in s390-mkopc.c manually.
3602 (asi - trtre): Add new System z10 EC instructions.
3603 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3604
3605 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3606
3607 * configure.ac: m4_include config/proginstall.m4.
3608 * configure: Regenerate.
3609
3610 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3611
3612 Backport from upstream Libtool:
3613
3614 2007-10-12 Eric Blake <ebb9@byu.net>
3615
3616 Deal with Autoconf 2.62's semantic change in m4_append.
3617 * ltsugar.m4 (lt_append): Replace broken versions of
3618 m4_append.
3619 (lt_if_append_uniq): Don't require separator to be overquoted,
3620 and avoid broken m4_append.
3621 (lt_dict_add): Fix typo.
3622 * libtool.m4 (_LT_DECL): Don't overquote separator.
3623
3624 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3625
3626 * config.rpath: Add AIX 6 support.
3627
3628 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3629
3630 * Makefile.def (stageprofile). Remove -fprofile-generate
3631 from stage_libcflags.
3632 * Makefile.in: Regenerate.
3633
3634 2008-03-13 Ben Elliston <bje@au.ibm.com>
3635
3636 * config.sub, config.guess: Update from upstream sources.
3637
3638 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3639
3640 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3641 * s390-opc.txt (cmpsc): Duplicate entry removed.
3642 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3643 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3644 fier, cu42, cu41): Fix operand format.
3645
3646 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3647
3648 PR bootstrap/32009
3649 PR bootstrap/32161
3650
3651 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3652 * configure: Regenerate.
3653
3654 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3655 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3656 STAGE4_LIBCFLAGS): New.
3657 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3658 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3659 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3660 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3661 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3662 for target modules. Don't export LIBCFLAGS.
3663 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3664 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3665 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3666 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3667 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3668 * Makefile.in: Regenerate.
3669
3670 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3671
3672 PR libgcj/33085
3673 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3674 Do not use -DDLL_EXPORT. Backport from upstream.
3675
3676 2008-02-14 Nick Clifton <nickc@redhat.com>
3677
3678 Import this patch from gcc:
3679 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3680
3681 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3682
3683 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3684
3685 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3686 * configure: Regenerate.
3687
3688 2008-01-31 Marc Gauthier <marc@tensilica.com>
3689
3690 * configure.ac (xtensa*-*-*): Recognize processor variants.
3691 * configure: Regenerate.
3692
3693 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
3695 PR bootstrap/34922
3696 * configure.ac (PARSE_ARGS): Push suitable setting of
3697 ac_subdirs_all, for `./configure --help=recursive'.
3698 Handle `+' in generic toplevel directory disabling.
3699 * configure: Regenerate.
3700
3701 2008-01-23 Ben Elliston <bje@au.ibm.com>
3702
3703 * config.sub, config.guess: Update from upstream sources.
3704
3705 2008-01-08 Ben Elliston <bje@au.ibm.com>
3706
3707 * config.sub, config.guess: Update from upstream sources.
3708
3709 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3710
3711 * COPYING.LIBGLOSS: Update default copyright.
3712
3713 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3714
3715 * COPYING.NEWLIB: Update default copyright.
3716
3717 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3718
3719 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3720 Change recommended MPFR from 2.2.1 > 2.3.0.
3721 * configure: Regenerate.
3722
3723 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3724
3725 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3726 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3727 * Makefile.in: Regenerate.
3728
3729 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3730
3731 * configure.ac: Enable libjava for x86_64-*-darwin9.
3732 * configure: Regenerate.
3733
3734 2007-12-05 Ben Elliston <bje@au.ibm.com>
3735
3736 * config.sub, config.guess: Update from upstream sources.
3737
3738 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3739
3740 * config-ml.in: Robustify against white space in absolute file
3741 names.
3742
3743 * config-ml.in (multi-clean): Substitute ${Makefile}.
3744 Remove superfluous ${Makefile} in list.
3745
3746 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3747
3748 * Makefile.def (dependencies): Make configure-gdb depend on
3749 all-intl.
3750 * Makefile.in: Regenerated.
3751
3752 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3753
3754 * Makefile.def: To avoid problems running with parallel makes,
3755 build newlib before libgloss so that target specific header
3756 files are availble.
3757 * Makefile.in: Regenerate.
3758
3759 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3760
3761 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3762 * Makefile.in: Regenerate.
3763
3764 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3765
3766 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3767 * libdecnumber: New directory, imported from GCC.
3768
3769 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3770
3771 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3772 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3773 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3774 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3775 * configure: Regenerate.
3776
3777 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3778
3779 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3780 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3781 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3782 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3783 * configure.ac: Default them to host tools for $host = $build.
3784 Subst them.
3785
3786 * configure: Regenerate.
3787 * Makefile.in: Regenerate.
3788
3789 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3790
3791 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3792 * configure: Regenerate.
3793
3794 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3795
3796 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3797 libstdc++.
3798 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3799 * configure: Regenerate.
3800 * Makefile.in: Regenerate.
3801
3802 2007-09-17 Andreas Schwab <schwab@suse.de>
3803
3804 * configure.ac: Raise minimum makeinfo version to 4.6.
3805 * configure: Regenerate.
3806
3807 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3808
3809 * configure.ac: Correct makeinfo version check.
3810 * configure: Regenerate.
3811
3812 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3813
3814 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3815 to $skipdirs and only disable gprof for newlib. Use the normal
3816 mips*-elf* handling in other respects.
3817 * configure: Regnerate.
3818
3819 2007-09-12 David Daney <ddaney@avtrex.com>
3820
3821 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3822 enabling libgcj.
3823 * configure: Regenerate.
3824
3825 2007-09-12 Richard Guenther <rguenther@suse.de>
3826
3827 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3828 nor --disable-checking is provided also turn on yes and types
3829 checking for stage1.
3830 * configure: Re-generate.
3831
3832 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3833
3834 PR target/33281
3835 * configure.ac: Use config/mh-mingw on mingw.
3836 * configure: Regenerate.
3837
3838 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3839
3840 PR other/32154
3841 * configure.ac: For libgloss targets, point the linker to the linker
3842 script, startup code and simulator library.
3843 * configure: Regenerate.
3844
3845 2007-09-09 Andrew Haley <aph@redhat.com>
3846
3847 * configure.ac (noconfigdirs): Remove target-libffi and
3848 target-libjava.
3849
3850 2007-08-29 Nick Clifton <nickc@redhat.com>
3851
3852 * config.sub, config.guess: Update from upstream sources.
3853
3854 2007-08-21 Richard Guenther <rguenther@suse.de>
3855
3856 * configure.ac: Add types checking to stage1 checking flags.
3857 * configure: Regenerate.
3858
3859 2007-08-18 Paul Brook <paul@codesourcery.com>
3860 Joseph Myers <joseph@codesourcery.com>
3861
3862 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3863 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3864 * Makefile.in: Regenerate.
3865 * configure.ac (--with-debug-prefix-map): New.
3866 * configure: Regenerate.
3867
3868 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3869 Nigel Stephens <nigel@mips.com>
3870
3871 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3872 as target_makefile_frag.
3873 * configure: Regenerate.
3874
3875 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3876
3877 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3878 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3879 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3880 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3881 (do-compare, do-compare3, do-compare-debug): New.
3882 ([+compare-target+]): Use them.
3883
3884 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3885
3886 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3887 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3888 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3889 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3890 (do-compare, do-compare3, do-compare-debug): New.
3891 ([+compare-target+]): Use them.
3892
3893 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3894 Ben Elliston <bje@au.ibm.com>
3895
3896 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3897 --silent if $silent.
3898 * configure: Regenerate.
3899
3900 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3903
3904 2007-07-17 Nick Clifton <nickc@redhat.com>
3905
3906 * COPYING3: New file. Contains version 3 of the GNU General
3907 Public License.
3908 * COPYING3.LIB: New file. Contains version 3 of the GNU
3909 Lesser General Public License.
3910
3911 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3912
3913 * configure.ac: Fix my previous change to really match GCC.
3914 * configure: Regenerate.
3915
3916 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3917
3918 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3919 * configure: Regenerate.
3920
3921 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3922
3923 * configure.ac: Add some missing m4 quotation.
3924 * configure: Regenerate.
3925
3926 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3927
3928 * Makefile.def: Add windmc tool to build.
3929 * Makefile.tpl: Likewise.
3930 * configure.ac: Likewise.
3931 * Makefile.in: Regenerate.
3932 * configure: Regenerate.
3933
3934 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3935
3936 * lt~obsolete.m4: New. Import from 20070318 libtool.
3937
3938 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3939
3940 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3941 uclinux and linux-uclibc targets.
3942 * configure: Regenerate.
3943
3944 2007-06-28 DJ Delorie <dj@redhat.com>
3945
3946 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3947 not building newlib.
3948 * configure: Regenerated.
3949
3950 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3951
3952 * src-release (DEVO_SUPPORT): Correct typos.
3953
3954 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3957 * Makefile.in: Regenerated.
3958
3959 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3960
3961 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3962 (distclean-stage[+id+]): Possibly delete stage_last.
3963 * Makefile.in: Regenerate.
3964
3965 2007-06-07 Ben Elliston <bje@au.ibm.com>
3966
3967 * config.sub, config.guess: Update from upstream sources.
3968
3969 2007-06-07 Ben Elliston <bje@au.ibm.com>
3970
3971 * Makefile.tpl: Fix spelling error.
3972 * Makefile.in: Regenerate.
3973
3974 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3975
3976 Sync with gcc:
3977 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3978
3979 PR bootstrap/29382
3980 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3981 * configure: Rebuilt.
3982
3983 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3984
3985 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3986 lt_cv_sys_max_cmd_len.
3987
3988 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3989
3990 * ltgcc.m4: Update from GCC.
3991
3992 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3993
3994 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3995
3996 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3997
3998 * ltmain.sh: Update from GCC.
3999 * libtool.m4: Update from GCC.
4000 * ltsugar.m4: New. Update from GCC.
4001 * ltversion.m4: New. Update from GCC.
4002 * ltoptions.m4: New. Update from GCC.
4003 * ltconfig: Remove.
4004 * ltcf-c.sh: Remove.
4005 * ltcf-cxx.sh: Remove.
4006 * ltcf-gcj.sh: Remove.
4007 * src-release: Update with new libtool file list.
4008
4009 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4012 stage_cflags.
4013 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4014 Remove CFLAGS/LIBCFLAGS.
4015 (configure-stage[+id+]-[+prefix+][+module+],
4016 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4017 * Makefile.in: Regenerate.
4018
4019 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4020
4021 * config-ml.in: Update from GCC.
4022
4023 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * src-release (do-proto-toplev): Process the support directories before
4026 the tool directory.
4027
4028 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4029
4030 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4031 of glob. Quote arguments with single quotes too.
4032 * configure: Regenerate.
4033
4034 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4035
4036 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4037 * Makefile.in: Regenerate
4038
4039 2007-03-07 Andreas Schwab <schwab@suse.de>
4040
4041 * configure: Regenerate.
4042
4043 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4044
4045 * configure.ac: Add "--with-pdfdir" configure option,
4046 which defines pdfdir variable.
4047 * Makefile.def (target=fixincludes): Add install-pdf to
4048 missing targets.
4049 (recursive_targets): Add install-pdf target.
4050 (flags_to_pass): Add pdfdir.
4051 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4052 target.
4053 * configure: Regenerate
4054 * Makefile.in: Regenerate
4055
4056 2007-02-28 Eric Christopher <echristo@apple.com>
4057
4058 Revert:
4059 2006-12-07 Mike Stump <mrs@apple.com>
4060
4061 * Makefile.def (dependencies): Add dependency for
4062 install-target-libssp and install-target-libgomp on
4063 install-gcc.
4064 * Makefile.in: Regenerate.
4065
4066 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4067
4068 * configure: Regenerate.
4069 * configure.ac: Move statements after variable declarations.
4070
4071 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4072
4073 * configure.ac: Adjust for loop syntax.
4074 * configure: Regenerate.
4075
4076 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4077
4078 * configure: Rebuilt.
4079
4080 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4081
4082 * configure.ac: Drop multiple occurrences of --enable-languages,
4083 and fix its quoting.
4084 * configure: Rebuilt.
4085
4086 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4087 Nathan Sidwell <nathan@codesourcery.com>
4088 Vladimir Prus <vladimir@codesourcery.com
4089 Joseph Myers <joseph@codesourcery.com>
4090
4091 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4092 * configure: Regenerate.
4093
4094 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * configure.ac (target_libraries): Move libgcc before libiberty.
4097 * configure: Regenerated.
4098
4099 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4100
4101 * configure: Regenerate again?
4102
4103 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4104
4105 * configure: Reapply PR30748 fix which was lost in the previous commit.
4106
4107 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4108 Paolo Bonzini <bonzini@gnu.org>
4109
4110 PR bootstrap/30753
4111 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4112 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4113 * configure: Regenerated.
4114
4115 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * configure: Regenerate.
4118
4119 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 PR bootstrap/30748
4122 * configure.ac: Correct syntax for Solaris ksh.
4123 * configure: Regenerated.
4124
4125 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4126
4127 * Makefile.def: Sync with GCC.
4128 * Makefile.tpl: Sync with GCC.
4129 * Makefile.in: Regenerate.
4130 * configure: Regenerate.
4131
4132 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4133
4134 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4135 noncanonical equivalents.
4136 * configure.in: Rename to...
4137 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4138 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4139 target_noncanonical. Use them. Rewrite removal of configure
4140 arguments for autoconf 2.59. Discard variable settings. Force
4141 program_transform_name for native tools.
4142
4143 * Makefile.in: Regenerated.
4144 * configure: Regenerated with autoconf 2.59.
4145
4146 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4147
4148 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4149
4150 * COPYING.LIBGLOSS: Reformat default Red Hat
4151 license to fit within 80 columns.
4152 * COPYING.NEWLIB: Ditto.
4153
4154 2007-02-05 Dave Brolley <brolley@redhat.com>
4155
4156 * Contribute the following changes:
4157 2006-11-28 DJ Delorie <dj@redhat.com>
4158
4159 * configure.in: Fix typo for mep's target_makefile_frag.
4160 * configure: Regenerated.
4161
4162 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4163
4164 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4165 * configure: Regenerate.
4166
4167 2001-09-19 DJ Delorie <dj@redhat.com>
4168
4169 * configure.in (target_makefile_frag): use mt-mep
4170
4171 2001-06-12 Don Howard <dhoward@redhat.com>
4172
4173 * configure.in: Remove gdb from MeP skip list.
4174
4175 2001-04-05 DJ Delorie <dj@redhat.com>
4176
4177 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4178
4179 2001-03-20 Ben Elliston <bje@redhat.com>
4180
4181 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4182
4183 2001-03-19 Ben Elliston <bje@redhat.com>
4184
4185 * config.sub (mep, mep-*): Add.
4186
4187 2007-01-31 Andreas Schwab <schwab@suse.de>
4188
4189 * Makefile.tpl (LDFLAGS): Substitute it.
4190 * Makefile.in: Regenerate.
4191
4192 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * configure.in: Change == to = in test command.
4195 * configure: Regenerate.
4196
4197 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4198 Nick Clifton <nickc@redhat.com>
4199 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4200
4201 * configure.in (build_configargs, host_configargs, target_configargs):
4202 Remove build/host/target parameters.
4203 (host_libs): Add gmp and mpfr.
4204 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4205 * Makefile.def (gmp, mpfr): New.
4206 (gcc): Remove target.
4207 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4208 target_os, target_vendor): New.
4209 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4210 * configure: Regenerate.
4211 * Makefile.in: Regenerate.
4212
4213 2007-01-11 Matt Fago <fago@earthlink.net>
4214
4215 * configure.in: Try to link to functions only in mpfr 2.2.x
4216 to improve robustness of configure tests.
4217 * configure: Regenerate.
4218
4219 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4220
4221 * configure.in: Add support for an x86_64-mingw* target.
4222 * configure: Regenerate.
4223
4224 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * Makefile.tpl (all-target): Correct @if conditional for target
4227 modules.
4228 * configure.in: Omit libiberty if building only target libgcc.
4229 * configure, Makefile.in: Regenerated.
4230
4231 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4232
4233 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4234 * configure: Regenerate.
4235
4236 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4237
4238 * Makefile.def (target_modules): Add libgcc.
4239 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4240 * Makefile.tpl (clean-target-libgcc): Delete.
4241 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4242 on gcc even for bootstrapped modules. Rewrite handling of
4243 lang_env_dependencies to loop over target_modules.
4244 * configure.in (target_libraries): Add target-libgcc.
4245 * Makefile.in, configure: Regenerated.
4246
4247 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4248
4249 Sync with gcc:
4250 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * configure.in: Reorganize recognition of languages. Add
4253 --enable-stage1-languages. Show supported languages for the chosen
4254 target rather than all recognized languages.
4255 * configure: Regenerate.
4256
4257 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4258
4259 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4260 * Makefile.in: Regenerate.
4261
4262 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4263
4264 * configure.in: Warn that MPFR 2.2.0 is buggy.
4265 * configure: Regenerate.
4266
4267 2006-12-27 Ian Lance Taylor <iant@google.com>
4268
4269 * configure.in: When removing Makefiles to force a reconfigure, also
4270 remove prev-DIR*/Makefile.
4271 * configure: Regenerate.
4272
4273 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4274
4275 * config.bfd: Recognize fido.
4276
4277 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4278
4279 Sync with gcc:
4280
4281 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4282
4283 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4284 it only affects bootstrap and could be tested on "$host" as well.
4285 * configure: Regenerate.
4286 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4287
4288 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4289
4290 PR bootstrap/29544
4291 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4292 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4293 move here comment from Makefile.tpl.
4294 * Makefile.tpl: Move some definitions higher in the file.
4295 (STAGE1_CHECKING): New.
4296 * configure.in: Add --enable-stage1-checking.
4297 * configure: Regenerate.
4298 * Makefile.in: Regenerate.
4299
4300 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4301
4302 * configure.in: Update error message for missing GMP/MPFR.
4303
4304 * configure: Regenerate.
4305
4306 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4307
4308 * configure.in: Update MPFR version in error message.
4309
4310 * configure: Regenerate.
4311
4312 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4313
4314 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4315 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4316 --with-gmp-lib): New flags.
4317
4318 * configure: Regenerate.
4319
4320 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4321
4322 PR bootstrap/30134
4323 * configure.in: Correct x86 darwin support for libjava to powerpc
4324 and i?86 only.
4325 * configure: Regenerate.
4326
4327 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4328
4329 * configure.in: Handle spu makefile frag.
4330 * Makefile.tpl (MAINT): Define
4331 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4332 * configure: Regenerate.
4333 * Makefile.in: Regenerate.
4334
4335 2006-12-11 Ben Elliston <bje@au.ibm.com>
4336
4337 * config.sub, config.guess: Update from upstream sources.
4338
4339 2006-12-11 Ben Elliston <bje@au.ibm.com>
4340
4341 * configure.in: Sync with GCC (spu-*-*).
4342 * configure: Sync with GCC.
4343
4344 2006-12-07 Mike Stump <mrs@apple.com>
4345
4346 * Makefile.def (dependencies): Add dependency for
4347 install-target-libssp and install-target-libgomp on
4348 install-gcc.
4349 * Makefile.in: Regenerate.
4350
4351 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4352
4353 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4354 (unstage): Test for stage_last presence.
4355
4356 PR bootstrap/29802
4357 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4358 * Makefile.in: Regenerate.
4359
4360 2006-11-14 DJ Delorie <dj@redhat.com>
4361
4362 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4363 * Makefile.in: Sync with GCC.
4364 * configure.in: Sync with GCC (mpfr, gmp).
4365 * configure: Sync with GCC.
4366
4367 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4368
4369 * configure.in: Remove target-libgloss from noconfigdirs for
4370 bfin-*-*.
4371 * configure: Regenerated.
4372
4373 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4374
4375 * COPYING.NEWLIB: Add spu license.
4376 * COPYING.LIBGLOSS: Ditto.
4377
4378 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4379
4380 * Makefile.def: Added pdf target handling.
4381 * Makefile.tpl: Added pdf target handling.
4382 * Makefile.in: Regenerated.
4383
4384 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4385
4386 * COPYING.NEWLIB: Updated.
4387 * COPYING.LIBGLOSS: Ditto.
4388
4389 2006-09-27 Dave Brolley <brolley@redhat.com>
4390
4391 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4392 $s instead of $r.
4393 * configure: Regenerated.
4394
4395 2006-09-26 Ben Elliston <bje@au.ibm.com>
4396
4397 * config.sub, config.guess: Update from upstream sources.
4398
4399 2006-09-20 Thiemo Seufer <ths@mips.com>
4400
4401 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4402 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4403 * configure: Regenerate.
4404
4405 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4406
4407 * configure.in: Never build newlib for a Mingw host.
4408 Never build newlib as Mingw target library.
4409 Test the existence of winsup/cygwin for building a Cygwin newlib,
4410 rather than just winsup.
4411 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4412 building a Mingw target.
4413 * configure: Regenerate.
4414
4415 2006-08-15 Thiemo Seufer <ths@mips.com>
4416 Nigel Stephens <nigel@mips.com>
4417 David Ung <davidu@mips.com>
4418
4419 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4420
4421 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4422
4423 Sync from GCC:
4424 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4425
4426 PR bootstrap/18058
4427 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4428 if the bootstrap compiler is a GCC version that supports it.
4429 * configure: Regenerate.
4430
4431 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4434 * configure: Regenerated.
4435
4436 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4437
4438 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4439 for stages after the first.
4440
4441 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4442
4443 * Makefile.def: Add dependencies for configure-opcodes
4444 on configure-intl and all-opcodes on all-intl.
4445 * Makefile.in: Regenerated.
4446
4447 2006-07-04 Peter O'Gorman <peter@pogma.com>
4448
4449 * ltconfig: chmod 644 before ranlib during install.
4450
4451 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4452
4453 * configure.in: Fix thinkos in previous check-in.
4454 * configure: Regenerate.
4455
4456 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4457
4458 Sync from gcc:
4459
4460 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4461
4462 PR other/27063
4463 * configure.in: Test subdir_requires and give an appropriate
4464 error message.
4465 * configure: Regenerate.
4466
4467 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4468
4469 PR target/27540
4470 * configure.in: Only enable libgomp on IRIX 6.
4471 * configure: Regenerate.
4472
4473 2006-06-20 David Ayers <d.ayers@inode.at>
4474
4475 PR bootstrap/28072
4476 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4477 whether target-libjava is being configured instead of whether the
4478 java front end is enabled.
4479 * configure: Regenerate.
4480
4481 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4482
4483 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4484 to R_ARM_LDC_SB_G{0,1,2} respectively.
4485
4486 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4487
4488 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4489 too.
4490 * Makefile.in: Regenerate.
4491
4492 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4493
4494 Sync from gcc:
4495
4496 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4497 * configure.in: Don't enable libgomp on hpux10.
4498 * configure: Rebuilt.
4499
4500 2006-06-13 David Ayers <d.ayers@inode.at>
4501
4502 Sync from gcc:
4503
4504 2006-06-12 David Ayers <d.ayers@inode.at>
4505
4506 PR bootstrap/27963
4507 PR target/19970
4508 * configure.in: Remove target-boehm-gc from noconfigdirs where
4509 ${libgcj} is specified.
4510 * configure: Regenerate.
4511
4512 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4513
4514 Sync from gcc:
4515
4516 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4517 Andreas Schwab <schwab@suse.de>
4518
4519 PR bootstrap/18033
4520 * config-ml.in: Eval option if surrounded by single quotes.
4521
4522 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4523
4524 Sync from gcc:
4525
4526 2006-06-06 David Ayers <d.ayers@inode.at>
4527
4528 PR libobjc/13946
4529 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4530 * Makefile.in: Regenerate.
4531 * configure.in: Add --enable-objc-gc at toplevel and have it
4532 enable boehm-gc for Objective-C.
4533 Remove target-boehm-gc from libgcj.
4534 Add target-boehm-gc to target_libraries.
4535 Add target-boehm-gc to noconfigdirs where ${libgcj}
4536 is specified.
4537 Assert that boehm-gc is supported when requested for Objective-C.
4538 Only build boehm-gc if needed either for Java or Objective-C.
4539 * configure: Regenerate.
4540
4541 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4542
4543 PR 27674
4544 * Makefile.tpl (configure-[+prefix+][+module+],
4545 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4546 Remove rule to unstage bootstrapped modules.
4547 (stage_current): New.
4548 * Makefile.in: Regenerate.
4549
4550 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4551 Andreas Tobler <a.tobler@schweiz.ch>
4552
4553 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4554 * configure: Rebuilt.
4555
4556 Revert
4557 2006-01-31 Richard Guenther <rguenther@suse.de>
4558 Paolo Bonzini <bonzini@gnu.org>
4559
4560 * Makefile.def (target_modules): Add libgcc-math target module.
4561 * configure.in (target_libraries): Add libgcc-math target library.
4562 (--enable-libgcc-math): New configure switch.
4563 * Makefile.in: Re-generate.
4564 * configure: Re-generate.
4565
4566 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4567
4568 * config-ml.in: Alter CCASFLAGS to include special
4569 multilib options the same as is done for CFLAGS.
4570
4571 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * Makefile.def: Added dependencies from sim and gdb on intl, and
4574 added configure dependencies to everything with an all dependency
4575 on intl.
4576 * gettext.m4: Removed.
4577 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4578 (GDB_SUPPORT_DIRS): Add intl.
4579 * Makefile.in: Regenerated.
4580
4581 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4582
4583 * src-release (DEVO_SUPPORT): Add config.rpath.
4584
4585 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * Makefile.def (bfd, opcodes): Fix lib_path.
4588 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4589 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4590 * Makefile.in: Regenerate.
4591
4592 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4593
4594 * configure.in: Enable gprof for cross builds.
4595 * configure: Regenerate.
4596
4597 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4598
4599 * src-release (MAKEINFOFLAGS): Define.
4600 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4601
4602 2006-05-14 Ben Elliston <bje@au.ibm.com>
4603
4604 * config.sub, config.guess: Update from upstream sources.
4605
4606 2006-05-12 Ben Elliston <bje@au.ibm.com>
4607
4608 * config.sub, config.guess: Update from upstream sources.
4609
4610 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4611
4612 * blt, iwidgets, mmalloc: Remove directories.
4613
4614 2006-05-01 DJ Delorie <dj@redhat.com>
4615
4616 * configure.in: Restore CFLAGS if GMP isn't present.
4617 * configure: Regenerate.
4618
4619 2006-04-18 DJ Delorie <dj@redhat.com>
4620
4621 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4622 reference libgloss so that libssp can be built in a combined
4623 tree.
4624 * configure: Regenerate.
4625
4626 2006-04-10 Ben Elliston <bje@au.ibm.com>
4627
4628 * contrib: Remove directory.
4629
4630 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4631
4632 * Makefile.tpl: Add install-html target.
4633 * Makefile.def: Add install-html target.
4634 * Makefile.in: Regenerate.
4635 * configure.in: Add --with-datarootdir, --with-docdir,
4636 and --with-htmldir options.
4637 * configure: Regenerate.
4638
4639 2006-03-31 Ben Elliston <bje@au.ibm.com>
4640
4641 PR binutils/1860
4642 * configure.in: Require makeinfo 4.4 or higher.
4643 * configure: Regenerate.
4644
4645 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4646
4647 * Makefile.in: Regenerate.
4648
4649 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4650
4651 Sync with gcc:
4652 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4653
4654 * configure.in: Handle --disable-<component> generically.
4655 * configure: Regenerate.
4656
4657 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4658
4659 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4660 (TARGET_CONFIGDIRS): Remove.
4661 * configure.in: Remove AC_SUBST(target_configdirs).
4662 * Makefile.in, configure: Regenerated.
4663
4664
4665 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4666
4667 PR libgcj/17311
4668 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4669
4670 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4671
4672 PR bootstrap/25670
4673
4674 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4675
4676 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4677 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4678 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4679 BUILD_PREFIX, BUILD_PREFIX_1.
4680 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4681
4682 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4683 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4684
4685 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4686 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4687 of `cat stage_current`. Always provide the `r' and `s' variables.
4688 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4689 a single shell execution.
4690 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4691 bootstrapped modules, make the stage1 module if the build was not
4692 started yet, else build the current stage.
4693 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4694 (all-build, all-host, all-target, [+make_target+]-host,
4695 [+make_target+]-target): Do not use \-continued lines.
4696 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4697 (current_stage, restrap, stage_last): New.
4698
4699 * Makefile.in: Regenerate.
4700 * configure: Regenerate.
4701
4702 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4703
4704 Sync from gcc:
4705
4706 2006-01-31 Richard Guenther <rguenther@suse.de>
4707 Paolo Bonzini <bonzini@gnu.org>
4708
4709 * Makefile.def (target_modules): Add libgcc-math target module.
4710 * configure.in (target_libraries): Add libgcc-math target library.
4711 (--enable-libgcc-math): New configure switch.
4712 * Makefile.in: Re-generate.
4713 * configure: Re-generate.
4714 * libgcc-math: New toplevel directory.
4715
4716 2006-01-18 Richard Henderson <rth@redhat.com>
4717 Jakub Jelinek <jakub@redhat.com>
4718 Diego Novillo <dnovillo@redhat.com>
4719
4720 * libgomp: New directory.
4721 * Makefile.def: Add target_module libgomp.
4722 * Makefile.in: Regenerate.
4723 * configure.in (target_libraries): Add target-libgomp.
4724 * configure: Regenerate.
4725
4726 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4727 Andreas Schwab <schwab@suse.de>
4728
4729 * configure: Regenerate.
4730
4731 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4732
4733 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4734 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4735 the assembler, linker and binutils.
4736 * configure: Regenerate.
4737
4738 2006-01-16 Nick Clifton <nickc@redhat.com>
4739
4740 * config.sub, config.guess: Sync from config repository.
4741
4742 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4743
4744 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4745 @ from continuation.
4746 * Makefile.in: Rebuilt.
4747
4748 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4749
4750 Sync from gcc:
4751
4752 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4753
4754 PR bootstrap/24252
4755
4756 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4757 * Makefile.tpl (OBJDUMP): New.
4758 (EXTRA_HOST_FLAGS): Add it.
4759 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4760
4761 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4762 to use symbolic links between directories. Avoid race conditions
4763 or make them harmless.
4764 * configure.in: Do not try to use symbolic links between directories.
4765
4766 * Makefile.def (LEAN): Pass.
4767 * Makefile.tpl (LEAN): Define.
4768 (stage[+id+]-start): Accept that the previous directory does not
4769 exist, if the bootstrap is lean.
4770 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4771 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4772 configure substitution.
4773 ([+compare-target+]): Likewise.
4774 ([+bootstrap-target+]-lean): New.
4775 * configure.in: Remove lean bootstrap support from here.
4776
4777 * Makefile.in: Regenerate.
4778 * configure: Regenerate.
4779
4780 2006-01-02 Andreas Schwab <schwab@suse.de>
4781
4782 * configure.in: When reconfiguring remove Makefile in
4783 all stage directories.
4784 * configure: Regenerate.
4785
4786 2005-12-27 Leif Ekblad <leif@rdos.net>
4787
4788 * configure.in: Add support for RDOS target.
4789 * configure: Regenerate.
4790
4791 2005-12-27 Nick Clifton <nickc@redhat.com>
4792
4793 PR binutils/1990
4794 * libtool.m4: Synchronize with version in GCC sources.
4795
4796 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4797
4798 Revert Ada-related part of the previous change.
4799
4800 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4801 Do not pass.
4802 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4803 * Makefile.in: Regenerate.
4804 * configure.in: Do not include mt-ppc-aix target fragment.
4805 * configure: Regenerate.
4806
4807 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4808
4809 * configure.in: Select appropriate fragments for PowerPC/AIX.
4810 * configure: Regenerate.
4811
4812 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4813 BOOT_CFLAGS, BOOT_LDFLAGS.
4814 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4815 BOOT_CFLAGS, BOOT_LDFLAGS.
4816 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4817 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4818 (stage): Fail if we cannot complete the work.
4819 * Makefile.in: Regenerate.
4820
4821 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4822
4823 * COPYING.NEWLIB: Update copyright year for default
4824 copyright.
4825
4826 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4827
4828 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4829 install-host-nogcc): Don't invoke $(stage) at the end.
4830 * Makefile.in: Regenerate.
4831
4832 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4833
4834 * configure.in: Flip the top-level bootstrap switch.
4835 * configure: Regenerate.
4836
4837 Merge from gcc:
4838
4839 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4840
4841 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4842 $(stage) and $(unstage).
4843 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4844 (all): Remove stray semicolon.
4845 (local-distclean): Don't handle multilib.tmp and multilib.out.
4846 (install.all): Set $s for consistency.
4847 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4848 check_multilibs setting. Always make the install directory.
4849 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4850 Correct @if/@endif.
4851 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4852 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4853 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4854 (multilib.out): Remove.
4855 * Makefile.in: Regenerated.
4856
4857 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4858
4859 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4860 * configure.in: Replace ms1 arch with mt.
4861 * configure: Rebuilt.
4862
4863 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4864
4865 Sync with gcc:
4866
4867 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4868
4869 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4870 * configure.in: Replace ms1 arch with mt.
4871 * configure: Rebuilt.
4872
4873 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4874
4875 Sync with gcc:
4876
4877 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4878
4879 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4880 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4881 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4882 Find in-tree tools if available.
4883 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4884 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4885 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4886 (COMPILER_*_FOR_TARGET): New.
4887 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4888 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4889 (CONFIGURED_*, USUAL_*): Remove.
4890 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4891 STRIP): Use autoconf substitutions.
4892 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4893 COMPILER_NM_FOR_TARGET): New.
4894 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4895
4896 (all): Make all-host and all-target in parallel.
4897 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4898 that $$r and $$s are set before invoking a recursive make.
4899 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4900 ([+bootstrap-target+]): Inline most of the `all' target.
4901
4902 2005-11-29 Ben Elliston <bje@au.ibm.com>
4903
4904 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4905 from the gcc build directory.
4906 * Makefile.in: Regenerate.
4907
4908 2005-11-29 Ben Elliston <bje@au.ibm.com>
4909
4910 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4911 depend on all-libdecnumber.
4912 * configure.in (host_libs): Include libdecnumber.
4913 * Makefile.in: Regenerate.
4914 * configure: Likewise.
4915
4916 2005-11-21 Kean Johnston <jkj@sco.com>
4917
4918 * config.sub, config.guess: Sync from upstream sources.
4919
4920 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4921
4922 * Makefile.def: Remove gdb dependencies for gdbtk.
4923 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4924 (configure-gdb, install-gdb): New rules.
4925 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4926 * Makefile.in, configure: Regenerated.
4927
4928 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4929
4930 PR bootstrap/24297
4931 * Makefile.tpl (do-[+make-target+], do-check, install,
4932 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4933 are set before recursing.
4934 * Makefile.in: Regenerate.
4935
4936 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4937
4938 PR bootstrap/18939
4939 * Makefile.def (gcc) <target>: Fix thinko.
4940 * Makefile.in: Regenerate.
4941
4942 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4943
4944 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4945 * configure: Regenerate.
4946
4947 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4948
4949 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4950 target-libffi, target-qthreads, target-libjava, and
4951 targetlibobjc.
4952 * configure: Regenerate.
4953
4954 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4955
4956 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4957 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4958 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4959 (USUAL_OBJDUMP_FOR_TARGET): New.
4960 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4961 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4962 * configure, Makefile.in: Regenerated.
4963
4964 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4965
4966 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4967 before other host packages.
4968
4969 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4970
4971 PR bootstrap/22340
4972
4973 * configure.in (default_target): Remove.
4974 * Makefile.tpl (all): Do not use prerequisites as subroutines
4975 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4976 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4977 use prerequisites as subroutines.
4978 (check-host, check-target): New.
4979 (bootstrap configure & all targets): Do not use stage*-start
4980 if the directory layout is already ok.
4981 (non-bootstrap configure & all targets): Prepend a $(unstage).
4982 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4983 (NOTPARALLEL): Remove.
4984 (unstage, stage variables): New variables.
4985 (unstage, stage targets): Simply expand to those variables.
4986
4987 * configure: Regenerate.
4988 * Makefile.in: Regenerate.
4989
4990 2005-10-04 James E Wilson <wilson@specifix.com>
4991
4992 * Makefile.def (lang_env_dependencies): Add libmudflap.
4993 * Makefile.in: Regenerate.
4994
4995 2005-10-03 Catherine Moore <clm@cm00re.com>
4996
4997 * configure.in (bfin-*-*): Support bfin.
4998 * configure: Regenerated.
4999
5000 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5001
5002 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5003 * configure: Regenerated.
5004
5005 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5006
5007 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5008 (LIPO_FOR_TARGET): New.
5009 (CONFIGURED_LIPO_FOR_TARGET): New.
5010 (USUAL_LIPO_FOR_TARGET): New.
5011 (STRIP_FOR_TARGET): New.
5012 (CONFIGURED_STRIP_FOR_TARGET): New.
5013 (USUAL_STRIP_FOR_TARGET): New.
5014 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5015 STRIP_FOR_TARGET.
5016 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5017 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5018 * Makefile.in: Regenerate.
5019 * configure: Regenerate.
5020
5021 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5022
5023 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5024 (rs6000-*-aix*): Same.
5025 * configure: Regenerate.
5026
5027 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5028
5029 * configure.in: Recognize f95 in the --enable-languages option,
5030 and substitute it for fortran, issuing a warning.
5031 * configure: Regenerate.
5032
5033 2005-09-07 Ben Elliston <bje@au.ibm.com>
5034
5035 Import from Autoconf sources:
5036
5037 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5038 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5039 Elliston. Handle weird characters correctly.
5040
5041 2005-08-30 Phil Edwards <phil@codesourcery.com>
5042
5043 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5044 * configure: Regenerated.
5045
5046 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5047
5048 * Makefile.def (libssp): Add to lang_env_dependencies.
5049 * Makefile.in: Regenerate.
5050
5051 2005-08-17 Christian Groessler <chris@groessler.org>
5052
5053 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5054 * Makefile.in: Regenerate.
5055
5056 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5057
5058 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5059 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5060 Look for alternate names of the target cc and c++
5061 * configure: Regenerate.
5062
5063 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5064
5065 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5066 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5067 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5068 tools; remove code to manually set them.
5069 (Target tools): Look in the environment for them.
5070 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5071 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5072 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5073 build directory.
5074 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5075 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5076 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5077 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5078 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5079 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5080 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5081 * configure: Regenerate.
5082 * Makefile.in: Regenerate.
5083
5084 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5085
5086 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5087 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5088 * Makefile.in: Regenerated.
5089
5090 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5091
5092 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5093 (CFLAGS_FOR_TARGET): Use it.
5094 (CXXFLAGS_FOR_TARGET): Likewise.
5095 * Makefile.in: Regenerated.
5096 * configure.in (--with-build-sysroot): New option.
5097 * configure: Regenerated.
5098
5099 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5100
5101 * Makefile.tpl: Wrap install between unstage and stage
5102 * Makefile.in: Regenerate.
5103
5104 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5105
5106 * all files: Update FSF address.
5107
5108 2005-07-14 Jim Blandy <jimb@redhat.com>
5109
5110 * configure.in: Add cases for Renesas m32c.
5111 * configure: Regenerated.
5112
5113 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5114
5115 * COPYING, compile, config-ml.in, config.guess,
5116 config.sub, install-sh, missing, mkinstalldirs,
5117 symlink-tree, ylwrap: Sync from upstream sources.
5118
5119 2005-07-13 Eric Christopher <echristo@redhat.com>
5120
5121 * configure.in: Add toplevel noconfigdir support for tpf.
5122 * configure: Regenerate.
5123
5124 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5125
5126 * Makefile.def (target_modules): Add libssp.
5127 * configure.in (target_libraries): Add target-libssp.
5128 * configure: Rebuilt.
5129 * Makefile.in: Rebuilt.
5130
5131 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5132
5133 PR ada/22340
5134
5135 * Makefile.def: Sync with gcc.
5136 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5137 * Makefile.in: Regenerate.
5138
5139 2005-07-07 Andreas Schwab <schwab@suse.de>
5140
5141 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5142 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5143 * Makefile.in: Regenerated.
5144
5145 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5146
5147 * configure.in: Add --enable-libssp and --disable-libssp.
5148 * configure: Regenerate with autoconf-2.13.
5149
5150 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5151
5152 * configure.in: Don't build sim or rda when targetting darwin.
5153 * configure: Regenerate.
5154
5155 2005-07-04 Ben Elliston <bje@gnu.org>
5156
5157 * src-release (do-proto-toplev): Remove dejagnu bits.
5158 (DEJAGNU_SUPPORT_DIRS): Remove.
5159 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5160 (GDBD_SUPPORT_DIRS): Likewise.
5161 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5162 (INSIGHTD_SUPPORT_DIRS): Likewise.
5163 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5164
5165 2005-06-30 Ben Elliston <bje@gnu.org>
5166
5167 * setup.com (mpw): Remove unused directive.
5168
5169 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5170
5171 * Makefile.def (stagefeedback): Come after profile.
5172 Define profiledbootstrap target.
5173 * Makefile.tpl (profiledbootstrap): Remove.
5174 (stageprofile-end): Zap stagefeedback.
5175 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5176 * Makefile.in: Regenerate.
5177
5178 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5179
5180 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5181 In 'cpp' stanza, support '#line' as well as '# '.
5182
5183 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5184
5185 * configure.in (unsupported_languages): New macro.
5186 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5187 non-ported target libraries in noconfigdirs.
5188 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5189 non-linux-gnu. Remove libgcj_ex_libffi.
5190 <lang_frag loop>: Set add_this_lang=no if the language is in
5191 unsupported_languages.
5192 * configure: Regenerate.
5193
5194 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5195
5196 * configure.in: Fix typo in handling of --with-mpfr-dir.
5197 * configure: Regenerate.
5198
5199 2005-06-02 Jim Blandy <jimb@redhat.com>
5200
5201 * config.sub: Add cases for the Renesas m32c. (This patch has been
5202 accepted into the master sources.)
5203
5204 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5205 Michael Snyder <msnyder@redhat.com>
5206 Stan Cox <scox@redhat.com>
5207
5208 * configure.in: Set noconfigdirs for ms1.
5209
5210 * configure: Regenerate.
5211
5212 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5213
5214 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5215 (Dependencies): Consider target modules for bootstrap dependencies.
5216 Make target bootstrap modules depend on each stage's gcc.
5217 * Makefile.in: Regenerate.
5218
5219 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5220
5221 * Makefile.def (configure-gcc): Depend on binutils having been built.
5222 (all-gcc): No need to do it here.
5223 * Makefile.in: Regenerate.
5224
5225 2005-05-19 Paul Brook <paul@codesourcery.com>
5226
5227 * configure.in: Rewrite misleading error message when requested
5228 language cannot be built.
5229 * configure: Regenerate.
5230
5231 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5232
5233 * ylwrap: Import from Automake 1.9.5.
5234
5235 2005-05-04 Mike Stump <mrs@apple.com>
5236
5237 * configure.in: Always pass --target to target configures as
5238 otherwise rebuilds that do --recheck will fail.
5239 * configure: Rebuilt.
5240
5241 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5242
5243 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5244 STAGE_HOST_EXPORTS.
5245 (configure, all): Add bootstrap support.
5246 (Host modules, target modules): Pass post-stage1 flags and exports.
5247 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5248 * Makefile.in: Regenerate.
5249
5250 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5251
5252 Sync from gcc:
5253
5254 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5255
5256 * config.sub: Update from master copy.
5257
5258 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5259
5260 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5261 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5262 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5263 "*-*-elf" and "*-*-linux*".
5264 * configure: Regenerate.
5265
5266 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5267
5268 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5269 (TARGET_CONFIGARGS): Include --with-target-subdir.
5270 (configure, all): New macros. Use them throughout.
5271
5272 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5273
5274 * Makefile.tpl: Sync with gcc.
5275 * Makefile.in: Regenerate.
5276
5277 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5278
5279 * config/mh-mingw32: Delete.
5280 * configure.in: Don't use it.
5281 * configure: Regenerate.
5282
5283 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5284
5285 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5286 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5287 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5288 (HOST_LIB_PATH): Generate from Makefile.def.
5289 (TARGET_LIB_PATH): Likewise.
5290 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5291 * Makefile.in: Regenerate.
5292 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5293 (RPATH_ENVVAR): Include Darwin case.
5294 * configure: Regenerate.
5295
5296 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5297
5298 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5299 * configure: Regenerate.
5300
5301 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5302
5303 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5304 gcc_version, and gcc_version_trigger from set of flags to pass.
5305 * Makefile.tpl: Remove definitions of above variables.
5306 (config.status): Remove dependency on $(gcc_version_trigger).
5307 * Makefile.in: Regenerate.
5308 * configure.in: Do not reference config/gcc-version.m4 nor
5309 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5310 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5311 * configure: Regenerate.
5312
5313 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5314 Andrew Pinski <pinskia@physics.uc.edu>
5315
5316 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5317 * Makefile.in: Regenerate.
5318
5319 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5320
5321 PR libgcj/20160
5322 * ltmain.sh: Avoid creating archives with components that have
5323 duplicate basenames.
5324
5325 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5326
5327 PR bootstrap/20250
5328 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5329 instead of check.
5330 * Makefile.in: Regenerate.
5331
5332 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5333
5334 Sync from gcc.
5335
5336 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5337
5338 PR bootstrap/17383
5339 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5340 * Makefile.tpl (HOST_SUBDIR): New substitution.
5341 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5342 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5343 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5344 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5345 (Host modules, Bootstrapped modules): Use it.
5346 (Build modules, Target modules): Do not create symlink trees,
5347 always configure out-of-srcdir.
5348 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5349 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5350 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5351 $(HOST_SUBDIR). Create a symlink for host_subdir.
5352
5353 * Makefile.in: Regenerate.
5354 * configure: Regenerate.
5355
5356 Merged from libada-gnattools-branch:
5357 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5358
5359 * Makefile.def: Add gnattools as a module, depending on target-libada.
5360 * Makefile.in: Regenerate.
5361 * configure.in: Include gnattools in host_tools; disable it if ada
5362 is disabled.
5363 * configure: Regenerate.
5364
5365 2005-02-23 Nick Clifton <nickc@redhat.com>
5366
5367 * configure: Regenerate.
5368
5369 2005-02-22 Paul Schlie <schlie@comcast.net>
5370
5371 * configure.in: Allow darwin targeted ports to build tk, itcl and
5372 libgui.
5373
5374 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5375
5376 PR libgcj/10353
5377 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5378 * configure: Regenerate.
5379
5380 2005-02-08 Andrew Cagney <cagney@gnu.org>
5381
5382 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5383 gdb/ section. Update GDB's URL.
5384
5385 2005-01-31 Andrew Cagney <cagney@gnu.org>
5386
5387 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5388
5389 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5390
5391 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5392 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5393 target-libgloss when not *-*-elf and *-*-aout.
5394 * configure: Regenerate.
5395
5396 2005-01-27 Andrew Cagney <cagney@gnu.org>
5397
5398 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5399
5400 2005-01-24 Andrew Cagney <cagney@gnu.org>
5401
5402 * gettext.m4: Only fall back to ../intl/ when it's present.
5403
5404 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5405
5406 * install-sh, config.sub: Import from upstream.
5407
5408 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5409
5410 PR bootstrap/18222
5411 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5412 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5413 * Makefile.in: Regenerate.
5414
5415 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5416
5417 Revert 2004-12-28 Makefile changes, a better fix will be
5418 applied to mainline and src after GCC 4.0 branches.
5419
5420 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5421
5422 PR bootstrap/17383
5423
5424 * Makefile.def (target_modules): Remove stage parameter,
5425 it is always true now.
5426 * Makefile.tpl (configure-build-[+module+],
5427 configure-target-[+module+]): Always build symlink tree
5428 for the directory and for include. BUILD_SUBDIR and
5429 TARGET_SUBDIR cannot be . anymore.
5430 * Makefile.in: Regenerate.
5431
5432 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5433
5434 Revert 2004-12-08 Makefile changes.
5435
5436 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5437
5438 * configure.in (sh64-*-*): Reenable gprof.
5439 * configure: Regenerate.
5440
5441 2004-12-09 Jim Blandy <jimb@redhat.com>
5442
5443 * MAINTAINERS: List 'depcomp' as part of automake.
5444
5445 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5446
5447 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5448 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5449 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5450 * Makefile.in: Regenerate.
5451
5452 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5453
5454 * Makefile.tpl: Generate normal dependencies if the LHS module is
5455 not bootstrapped.
5456 * Makefile.in: Regenerate.
5457
5458 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5459
5460 * configure.in: Include config/gxx-include-dir.m4. Use
5461 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5462 * configure: Regenerate.
5463
5464 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5465
5466 * config.if: Delete.
5467 * configure.in: Set libstdcxx_incdir directly.
5468 * configure: Regenerate.
5469 * MAINTAINERS: Remove mention of config.if.
5470 * src-release (DEVO_SUPPORT): Remove config.if.
5471
5472 2004-12-02 Eric Christopher <echristo@redhat.com>
5473
5474 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5475 of things to remove.
5476 * Makefile.in: Regenerate.
5477
5478 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5479
5480 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5481 * configure: Regenerate.
5482
5483 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5484
5485 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5486 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5487 * configure: Regenerate.
5488
5489 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5490
5491 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5492 (hppa*64*-*-*): Delete incorrect comment.
5493 * configure: Rebuilt.
5494
5495 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5496
5497 * install-sh, compile: Import from automake.
5498
5499 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5500
5501 * config.guess, config.sub: Import from savannnah.
5502
5503 2004-11-12 Mike Stump <mrs@apple.com>
5504
5505 * Makefile.def: Add html support.
5506 * Makefile.tpl: Likewise.
5507 * Makefile.in: Regenerate.
5508
5509 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5510
5511 PR 18423
5512 * configure.in: Remove all instances of build-fixincludes from
5513 noconfigdirs.
5514 (build_configargs): Supply --target to subdirectories.
5515 * configure: Regenerate.
5516
5517 * Makefile.def: Make gcc install depend on fixincludes install.
5518 * Makefile.in: Regenerate.
5519
5520 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5521
5522 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5523 target-libgfortran.
5524 * configure: Regenerate.
5525
5526 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5527
5528 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5529 like CC.
5530
5531 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * Makefile.def (host fixincludes): Specify missing targets.
5534 * Makefile.in: Regenerate.
5535
5536 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5537
5538 PR other/17783
5539 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5540 * configure: Regenerated.
5541
5542 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5543
5544 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5545 * configure: Regenerated.
5546
5547 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5548
5549 PR target/18151
5550 * configure.in (case ${target}): Do not build fixincludes for avr.
5551 * configure: Regenerated.
5552
5553 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5554
5555 * configure.in (case ${target}): Do not build fixincludes
5556 on platforms where it is not used.
5557 * configure: Regenerated.
5558
5559 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5560
5561 * configure.in: Use an absolute path to install-sh.
5562 * configure: Regenerated.
5563
5564 2004-10-19 Andrew Cagney <cagney@gnu.org>
5565
5566 * src-release (do-djunpack, do-md5sum): Install the generated file
5567 directly into the proto-toplev/ directory.
5568
5569 2004-10-19 Andrew Cagney <cagney@gnu.org>
5570
5571 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5572
5573 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5574
5575 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5576 * configure: Regenerate.
5577
5578 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5579
5580 Fix wrong conflict resolution in:
5581
5582 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5583
5584 * Makefile.in: Regenerate.
5585 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5586 in the recursive `make', instead of hardwiring `all'.
5587 (Autogenerated TARGET-* variables): New.
5588
5589 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5590
5591 Merged from GCC / libtool upstream:
5592 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5593 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5594 * ltcf-cxx.sh (tpf*): Likewise.
5595 * ltconfig (tpf*): Add TPF OS configuration support.
5596
5597 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5598
5599 * configure.in: Enable target-libgloss for crx-*-*.
5600 * configure: Regenerate.
5601
5602 2004-09-24 Michael Roth <mroth@nessie.de>
5603
5604 * configure.in (--without-headers): Add missing double quotes.
5605 * configure: Regenerate.
5606
5607 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5608
5609 * ylwrap: Revert to previous version.
5610
5611 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5612
5613 PR bootstrap/17369
5614 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5615 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5616 SET_GCC_LIB_PATH_CMD.
5617 (BASE_TARGET_EXPORTS): Likewise.
5618 * Makefile.in: Regenerated.
5619
5620 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5621 * configure: Regenerated.
5622
5623 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5624
5625 * config.guess: New upstream version
5626 * compile, depcomp, install-sh, ylwrap: Likewise.
5627
5628 2004-09-19 Roger Sayle <roger@eyesopen.com>
5629
5630 * config/mh-x86omitfp: New host makefile fragment. Add
5631 -fomit-frame-pointer to the default BOOT_CFLAGS.
5632 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5633 * configure: Regenerate.
5634
5635 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5636
5637 PR target/11572
5638 * configure.in (*-*-darwin*): Renable libobjc.
5639 * configure: Regenerate.
5640
5641 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5642
5643 * Makefile.def: Remove libbanshee.
5644 * Makefile.tpl: Ditto.
5645 * configure.in: Ditto.
5646 * Makefile.in: Regen.
5647 * configure: Ditto.
5648
5649 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5650
5651 * missing: Import latest version from master repository.
5652
5653 2004-09-04 Nick Clifton <nickc@redhat.com>
5654
5655 * config.sub: Import latest version from master repository.
5656 * config.guess: Likewise.
5657 This includes these changes:
5658
5659 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5660
5661 * config.sub: Handle crisv32, alias etraxfs.
5662 * config.guess (crisv32:Linux:*:*): Handle.
5663
5664 2004-08-13 Brad Smith <brad@comstyle.com>
5665
5666 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5667 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5668
5669 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5670
5671 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5672 assume the processor is a powerpc. This is because coreutils
5673 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5674 in this case, due to a MacOS X bug that causes
5675 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5676 to return a negative number.
5677 Problem reported by Petter Reinholdtsen in:
5678 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5679
5680 2004-07-19 Ben Elliston <bje@gnu.org>
5681
5682 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5683
5684 2004-06-24 Ben Elliston <bje@gnu.org>
5685
5686 * config.guess: Update copyright years.
5687 * config.sub: Likewise.
5688
5689 2004-06-22 Robert Millan <robertmh@gnu.org>
5690
5691 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5692 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5693
5694 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5695
5696 * config.guess (*:*VMS:*:*): New entry. Replaces
5697 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5698 manufacturer.
5699
5700 2004-06-22 Ben Elliston <bje@gnu.org>
5701
5702 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5703 * config.sub: Likewise.
5704
5705 2004-06-22 Ben Elliston <bje@gnu.org>
5706
5707 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5708 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5709
5710 2004-06-11 Ben Elliston <bje@gnu.org>
5711
5712 * config.guess (pegasos:OpenBSD:*:*): Remove.
5713
5714 2004-06-11 Ben Elliston <bje@gnu.org>
5715
5716 From Wouter Verhelst <wouter@grep.be>:
5717 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5718
5719 2004-06-11 Ben Elliston <bje@gnu.org>
5720
5721 * config.guess (luna88k:OpenBSD:*:*): New.
5722
5723 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5724
5725 * config.guess (m32r*:Linux:*:*): New case.
5726 * config.sub: Handle m32rle.
5727
5728 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5729
5730 From Jens Petersen <petersen@redhat.com>:
5731 * config.sub: Handle sparcv8.
5732
5733 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5734
5735 From Tom Smith <smith@cag.lkg.hp.com>:
5736 * config.guess: Version suffixes are equally significant on Tru64
5737 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5738 prefix of "P" (patched kernel).
5739
5740 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5741
5742 * config.sub: Add support for National Semiconductor CRX target.
5743
5744 2004-09-03 Jan Beulich <jbeulich@novell.com>
5745
5746 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5747 *-*-netware, but add target-libmudflap.
5748 Consolidate *-*-netware targets (of which really only i?86 exists)
5749 into a single entry.
5750 * configure: Likewise.
5751
5752 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5753
5754 * Makefile.tpl (sorry): Remove.
5755 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5756 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5757 (do-clean): Clean per-stage directories too.
5758 (do-distclean): Run distclean-stage1 too.
5759 (.NOTPARALLEL): Enable during toplevel bootstrap.
5760 (stage[+id+]-bubble): Enable parallel execution during
5761 the recursive invocation.
5762 * Makefile.in: Regenerate.
5763
5764 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5765
5766 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5767
5768 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5769 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5770 * configure: regenerate
5771 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5772 -mdynamic-no-pic
5773
5774 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5775
5776 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5777 include.
5778 * configure.in: Fix indentation.
5779 * configure: Regenerate.
5780
5781 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5782
5783 * Makefile.def (build_modules): Add fixincludes.
5784 (dependencies): Make gcc depend on fixincludes.
5785 * configure.in (build_tools): Add fixincludes.
5786 (build_configdirs): Always include build_libs.
5787 * Makefile.in: Regenerate.
5788 * configure: Regenerate.
5789
5790 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5791
5792 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5793 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5794 phony targets; do not generate timestamp files.
5795 (distclean-stageN): Remove references to their timestamp files.
5796 (restageN, touch-stageN): Remove.
5797 (stageN-bubble): Rewritten.
5798 (compare): Support lean bootstraps.
5799 * Makefile.in: Regenerate.
5800
5801 * configure.in: Only warn when bootstrapping but
5802 build != host or build != target. Support lean bootstraps.
5803 * configure: Regenerate.
5804
5805 Sync from gcc:
5806 2004-08-26 Phil Edwards <phil@codesourcery.com>
5807
5808 * configure.in: Give a better error message if GMP/MPFR are missing
5809 and a language needing them has been requested.
5810 * configure: Regenerated.
5811
5812 2004-08-25 Phil Edwards <phil@codesourcery.com>
5813
5814 * configure.in: Print a list of available language front-ends if
5815 a requested one is missing. Tidy stray tab characters.
5816 * configure: Regenerated.
5817
5818 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5819
5820 * Makefile.in: Regenerate.
5821 * configure: Regenerate.
5822
5823 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5824 stage_*_flags.
5825 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5826 for bootstrapped modules if toplevel bootstrap is going.
5827 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5828 modules. Adjust for changes in Makefile.def. Enable several
5829 rules even in non-bootstrap mode, just to avoid peppering the
5830 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5831 (stage-[+prev+]-bubble): Remove.
5832
5833 * Makefile.def (Dependencies): Depend on all-build-bison,
5834 all-build-flex, all-build-byacc, all-build-texinfo, rather
5835 than the host variations.
5836 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5837 with BUILD_SUBDIR.
5838 (BISON): Update for recent Bisons.
5839 (YACC): Fix typo.
5840 (cross): Depend on all-build.
5841 (all): Do not depend on all-build.
5842 (prebootstrap): Remove.
5843 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5844 (Prebootstrap dependencies): Add them to the per-stage targets
5845 and to all-prebootstrap.
5846 * configure.in (build_configdirs): Always enable build_tools.
5847 (BUILD_DIR_PREFIX): Remove.
5848
5849 * Makefile.def (gcc): Add target variable.
5850 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5851 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5852 in the recursive `make', instead of hardwiring `all'.
5853 (Autogenerated TARGET-* variables): New.
5854
5855 2004-08-17 Robert Millan <robertmh@gnu.org>
5856
5857 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5858 (instead of FreeBSD).
5859 * configure: Regenerate.
5860
5861 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5862
5863 * Makefile.def, configure.in, src-release: Remove useless, bogus
5864 references to tix.
5865 * Makefile.in, configure: Regenerate.
5866
5867 * src-release: Stop distributing mmalloc with gdb (which doesn't
5868 use it).
5869 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5870 * Makefile.in: Regenerate.
5871
5872 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5873
5874 * configure.in (arm*-*-eabi*): New target.
5875 * configure: Regenerate.
5876
5877 2004-08-01 Robert Millan <robertmh@gnu.org>
5878
5879 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5880 libmudflap for all GNU-based systems (with Glibc).
5881 * configure: Regenerate.
5882
5883 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5884
5885 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5886 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5887 (Dependencies): New section.
5888 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5889 (configure-target-[+module+]): Depend on maybe-all-gcc
5890 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5891 (toplevel profiledbootstrap): Fix dependencies.
5892 * Makefile.in: Regenerate.
5893
5894 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5895
5896 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5897 target-libiberty to noconfigdirs.
5898
5899 2004-08-03 Paul Brook <paul@codesourcery.com>
5900
5901 * configure.in: Check for MPFR as well as GMP.
5902 * configure: Regenerate.
5903
5904 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5905
5906 * Makefile.def (host-modules): Add gcc.
5907 * Makefile.in: Regenerate.
5908 * Makefile.tpl (sorry): New rule.
5909 (configure-host, all-host, [+make_target+]-host, do-check,
5910 install-host): Do not add gcc as a special case.
5911 (host modules): Add a small special-casing for gcc. Export
5912 extra_make_flags through the environment.
5913 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5914 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5915 other recursive targets for gcc): Remove.
5916
5917 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5918 (stage, unstage): New rules.
5919 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5920 distclean-stage[+id+]): Use stage_current.
5921 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5922 the stage*-start rules.
5923
5924 2004-07-19 Robert Millan <robertmh@gnu.org>
5925
5926 Synced from gcc:
5927
5928 2004-04-26 Robert Millan <robertmh@gnu.org>
5929
5930 Add patches from libtool CVS.
5931 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5932 * ltconfig: Likewise.
5933 * ltcf-c.sh: Likewise.
5934 * ltcf-cxx.sh: Likewise.
5935 * ltcf-gcj.sh: Likewise.
5936
5937 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5938
5939 * configure.in: Add noconfigdirs for crx-*-*.
5940 * configure: Regenerate.
5941
5942 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5943
5944 Synced from gcc:
5945
5946 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5947
5948 * configure.in: Build libmudflap by default on FreeBSD.
5949 * configure: Regenerated.
5950
5951 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5952
5953 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5954 systems.
5955 * configure: Regenerated.
5956
5957 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5958
5959 PR target/16344
5960 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5961 feedback based compiler.
5962 * Makefile.in: Rebuilt.
5963
5964 2004-07-05 Phil Edwards <phil@codesourcery.com>
5965
5966 * configure.in: Do not prepend $srcdir to /dev/null in
5967 makefile fragments.
5968 * configure: Regenerate.
5969
5970 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5971
5972 * Makefile.def (host_modules): Set bootstrap=true for flex.
5973 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5974 * Makefile.in: Rebuilt.
5975
5976 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5977
5978 * Makefile.def (build_modules): Add bison, byacc, flex,
5979 m4, texinfo.
5980 (flags_to_pass): Add FLEX.
5981 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5982 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5983 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5984 DEFAULT_MAKEINFO): Remove.
5985 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5986 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5987 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5988 objdir or else use configured tool.
5989 (all-build): New.
5990 (all): Depend on it.
5991 (Build module dependencies): Add.
5992 * Makefile.in: Regenerate.
5993 * configure.in: Better support for multiple build modules,
5994 matching what is done for host/target modules. Do not look
5995 for "plausible" locations of build tools if Canadian cross.
5996 Use autoconf's AC_PROG_CC to find a C compiler. Define
5997 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5998 * configure: Regenerate.
5999
6000 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6001
6002 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6003 * Makefile.in: Regenerate.
6004
6005 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6006
6007 * Makefile.tpl (configure-build-[+module+],
6008 configure-[+module+], configure-target-[+module+]): Pass
6009 [+extra_configure_args+].
6010 (all-build-[+module+], all-[+module+], check-[+module+],
6011 install-[+module+], [+make_target+]-[+module+],
6012 all-target-[+module+], check-target-[+module+],
6013 install-target-[+module+], [+make_target+]-target-[+module+]):
6014 Pass [+extra_make_args+].
6015 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6016 (GCC_HOST_EXPORTS): Remove.
6017 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6018 cross, check-gcc, check-gcc-c++, install-gcc,
6019 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6020 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6021 * Makefile.in: Regenerate.
6022
6023 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6024
6025 * configure.in: Check for srcdir/winsup rather than build directory
6026 winsup.
6027 * configure: Regenerate.
6028
6029 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6030
6031 * configure.in: Don't build Cygwin native newlib if winsup
6032 directory is missing. Emit warning instead.
6033 * configure: Regenerate.
6034
6035 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6036
6037 * Makefile.tpl (touch-stage[+id+]): New.
6038 (restage[+prev+]): Depend on touch-stage[+id+].
6039
6040 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6041 Use it throughout.
6042
6043 * Makefile.def: Add profile and feedback bootstrap stages.
6044 Remove next field from bootstrap stages.
6045 * Makefile.tpl (LN, LN_S): Substitute.
6046 (stageN-start, stageN-end): Use double-colon rules, to
6047 provide a hook for additional setup commands.
6048 (distclean-stageN-gcc, restageN): Create dependencies from
6049 [+prev+], not from [+next+].
6050 (stageN-bubble): Add commands for successive stages from
6051 [+prev+], using double-colon rules.
6052 (all-stageN-gcc): Fix typo.
6053 (stagefeedback-start, profiledbootstrap): New.
6054 * Makefile.in: Regenerate.
6055 * configure.in: Call ACX_PROG_LN.
6056 * configure: Regenerate.
6057
6058 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6059
6060 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6061 without gcc.
6062 * configure: Regenerate.
6063
6064 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6065
6066 * Makefile.tpl: Fix typo.
6067 * Makefile.in: Regenerate.
6068
6069 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6070
6071 * configure.in: Remove new- prefix from toplevel
6072 bootstrap targets.
6073 * configure: Regenerate.
6074
6075 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6076
6077 Merge this patch from the gcc tree:
6078
6079 2004-05-30 Andreas Jaeger <aj@suse.de>
6080 Jim Wilson <wilson@specifixinc.com>
6081
6082 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6083 like CC.
6084
6085 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6086
6087 * Makefile.tpl (all.normal): Rename to all.
6088 (all): Replace with a rule to pick the default
6089 target from configure.
6090 (all-gcc, configure-gcc): Use conditionals to
6091 do nothing when toplevel bootstrap is going on.
6092 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6093 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6094 * configure.in: Support --enable-bootstrap.
6095
6096 * Makefile.def: Remove new- prefix from toplevel
6097 bootstrap targets.
6098 * Makefile.tpl: Likewise.
6099
6100 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6101 target.
6102
6103 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6104 $(RECURSE_FLAGS) to recursive invocation of make.
6105
6106 * Makefile.in: Regenerate.
6107 * configure: Regenerate.
6108
6109 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6110
6111 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6112 * configure: Regenerate.
6113
6114 2004-05-25 Daniel Jacobowitz <drow@false.org>
6115
6116 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6117 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6118 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6119 targets.
6120 * Makefile.in: Regenerate.
6121
6122 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6123
6124 * configure.in: Test the ability to symlink directories.
6125 * configure: Regenerate.
6126
6127 * Makefile.def (bootstrap-stage): New definitions.
6128 * Makefile.tpl (configure-stage1-gcc,
6129 configure-stage2-gcc, configure-stage3-gcc,
6130 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6131 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6132 new-restage3, compare): Autogenerate, see Makefile.in
6133 entry for behavioral changes.
6134 (distclean-stage1, new-stage1-start, new-stage1-end,
6135 new-stage1-bubble, distclean-stage2, new-stage2-start,
6136 new-stage2-end, new-stage2-bubble, distclean-stage3,
6137 new-stage3-start, new-stage3-end): New autogenerated targets.
6138 (objext, prebootstrap, BOOT_CFLAGS,
6139 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6140 targets.
6141
6142 * Makefile.in: Regenerate.
6143 (distclean-stage1, new-stage1-start, new-stage1-end,
6144 new-stage1-bubble, distclean-stage2, new-stage2-start,
6145 new-stage2-end, new-stage2-bubble, distclean-stage3,
6146 new-stage3-start, new-stage3-end): New targets.
6147 (all-stage1-gcc): Move prebootstrap dependency from here...
6148 (configure-stage1-gcc): ...to here.
6149 (new-bootstrap): Use bubble targets.
6150 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6151 Use per-stage distclean targets.
6152 (configure-stage1-gcc, configure-stage2-gcc,
6153 configure-stage3-gcc, all-stage1-gcc,
6154 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6155 Use new-stageN-start to prepare the tree.
6156
6157 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6158
6159 * Makefile.def (host_modules): add libcpp.
6160 * Makefile.tpl: Add dependencies on and for libcpp.
6161 * Makefile.in: Regenerate.
6162 * configure.in: Add libcpp host module.
6163 * configure: Regenerate.
6164
6165 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6166
6167 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6168 of libf2c.
6169 * configure, Makefile.in: Regenerate.
6170
6171 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6172
6173 Merge from tree-ssa-20020619-branch.
6174
6175 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6176 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6177 (HOST_GMPLIBS): Define.
6178 (HOST_GMPINC): Define.
6179 (TARGET_LIB_PATH): Add libmudflap.
6180 (GFORTRAN_FOR_TARGET): Define.
6181 (configure-build*): Export GFORTRAN.
6182 (configure-gcc): Export GMPLIBS and GMPINC.
6183 (all-gcc): Add maybe-all-libbanshee.
6184 (configure-target-libgfortran): Define.
6185 * Makefile.in: Regenerate.
6186 * configure.in (host_libs): Add libbanshee.
6187 (target_libraries): Add target-libmudflap and target-libgfortran.
6188 Add --with-libbanshee.
6189 Handle --disable-libmudflap.
6190 (*-*-freebsd*): Use with_gmp.
6191 Add $(libgcj) to noconfigdirs.
6192 * configure: Regenerate.
6193 * depcomp: New file.
6194 * MAINTAINERS: Add tree-ssa maintainers.
6195
6196 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6197
6198 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6199 * configure: Regenerate.
6200
6201 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6202
6203 Revert:
6204 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6205
6206 * Makefile.def (flags_to_pass): Remove *dir variables that
6207 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6208 as well as prefix and exec_prefix.
6209 * Makefile.in: Regenerate.
6210
6211 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6212
6213 * Makefile.def (host_modules): Mark with the bootstrap
6214 flag packages on which gcc depends.
6215 * Makefile.tpl (all-bootstrap): Use it.
6216 * Makefile.in: Regenerate.
6217
6218 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6219
6220 * Makefile.def (flags_to_pass): Remove *dir variables that
6221 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6222 as well as prefix and exec_prefix.
6223 * Makefile.in: Regenerate.
6224
6225 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6226
6227 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6228 * configure: Regenerate.
6229 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6230 * gcc/Makefile.tpl (compare): Use the result of the test.
6231 * gcc/Makefile.in: Regenerate.
6232
6233 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6234
6235 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6236 Always relocate gcc and prev-gcc to the original names, even
6237 if the build fails.
6238 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6239 New targets.
6240
6241 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6242
6243 * configure.in (mips*-*-irix5*): Enable ld.
6244 * configure: Regenerate.
6245
6246 2004-04-15 James E Wilson <wilson@specifixinc.com>
6247
6248 * Makefile.tpl (configure-[+module+], configure-gcc,
6249 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6250 Set and export LDFLAGS.
6251 * Makefile.in: Regenerate.
6252
6253 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6254
6255 PR bootstrap/14871
6256 * Makefile.tpl: If we don't have built-in-tree target tools,
6257 use the ones found by configure rather than hacking around with
6258 program_transform_name.
6259 * configure.in: Give Makefile.tpl the information necessary
6260 to do that.
6261 * Makefile.in: Regenerate.
6262 * configure: Regenerate.
6263
6264 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6265
6266 PR bootstrap/14760
6267 * configure.in: When computing baseargs, strip *all* copies of
6268 offending options. Also, don't match/substitute the trailing space,
6269 so that this actually works when two similar options are separated by
6270 only one space.
6271 * configure: Regenerate.
6272
6273 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6274
6275 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6276 (rs6000-*-aix*): Same.
6277 * configure: Regenerate.
6278
6279 2004-03-25 Stan Shebs <shebs@apple.com>
6280
6281 Remove MPW support, no longer used.
6282 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6283 mpw-install: Remove files.
6284 * src-release (DEVO_SUPPORT): Remove names of removed files.
6285 * MAINTAINERS: Likewise.
6286
6287 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6288
6289 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6290 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6291 * Makefile.in: Regenerate.
6292
6293 * configure.in (top level bootstrap support): Rework --enable-werror
6294 to set @stage2_werror_flag@.
6295 * configure: Regenerate.
6296 * Makefile.tpl (top level bootstrap support): Pass
6297 @stage2_werror_flag@ down to configure in stages 2 and 3.
6298 * Makefile.in: Regenerate.
6299
6300 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6301
6302 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6303 for stages 2 and 3 as well as in make. As a consequence, remove
6304 OUTPUT_OPTION (now detected by configure) from the flags passed down
6305 to make.
6306 * Makefile.in: Regenerate.
6307
6308 * Makefile.tpl (new-bootstrap): Fix typo.
6309 * Makefile.in: Regenerate.
6310
6311 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6312
6313 * Makefile.tpl: Rearrange by moving recursive_targets rules
6314 into their proper sections.
6315 * Makefile.tpl (top level bootstrap support): Move disabling
6316 of coverage flags from 'make' to 'configure'; improve comments.
6317 * Makefile.in: Regenerate.
6318
6319 * Makefile.tpl (experimental top level bootstrap) Move stage1
6320 language setting from all- target to configure- target; disable
6321 intermodule optimization in stage 1; prevent gratuitous rebuilds
6322 of stage 1.
6323 * Makefile.in: Regenerate.
6324 * configure.in: Comma-separate stage 1 language list for top
6325 level bootstrap.
6326 * configure: Regenerate.
6327
6328 * Makefile.tpl: Clean up experimental top level bootstrap support:
6329 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6330 prev-gcc in configure- targets as well as all- targets.
6331 * Makefile.in: Regenerate.
6332
6333 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6334
6335 * configure.in: Remove symbolic link section.
6336 * configure: Regenerate.
6337 * Makefile.tpl (links): Remove.
6338 * Makefile.in: Regenerate.
6339
6340 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6341 Nathanael Nerode <neroden@gcc.gnu.org>
6342
6343 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6344 Set with AC_CHECK_PROGS.
6345 * configure.in: Fix comment typo from last patch.
6346 * configure: Regenerate.
6347
6348 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6349
6350 * Makefile.tpl: Introduce experimental top level bootstrap support.
6351 * Makefile.in: Regenerate.
6352 * configure.in: Introduce support for top level bootstrap.
6353 * configure: Regenerate.
6354
6355 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6356 Paolo Bonzini <bonzini@gnu.org>
6357
6358 PR bootstrap/14522
6359 * configure.in: Cope with shells that do not support unquoted ^
6360 * configure: Regenerate.
6361
6362 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6363 Paolo Bonzini <bonzini@gnu.org>
6364
6365 PR bootstrap/14522
6366 * configure.in: Cope with shell that do not support nesting
6367 quotes inside quoted backquote substitutions.
6368 * configure: Regenerate.
6369
6370 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6371
6372 PR bootstrap/14522
6373 * configure.in: Fix escaping of $.
6374 * configure: Regenerate.
6375
6376 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6377
6378 * configure: Regenerate.
6379
6380 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6381
6382 PR ada/14131
6383 Move language detection to the top level.
6384 * configure.in: Find default values for the tools as
6385 soon as possible. Disable ada if GNAT is not found.
6386 Emit error message about missing languages. Expand
6387 --enable-languages=all for the gcc subdirectory.
6388
6389 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6390
6391 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6392 and disable libgcj.
6393 * configure: Regenerated.
6394
6395 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6396
6397 PR bootstrap/7087
6398 * Makefile.tpl: Guard XFOO sed statements better.
6399 * Makefile.tpl: Add dependency for configure-target-libada.
6400 * Makefile.in: Regenerate (incidentally fixes broken
6401 commit when libada-branch was merged).
6402
6403 2004-02-28 Andrew Cagney <cagney@redhat.com>
6404
6405 * src-release (CVS_NAMES): Define.
6406 (do-tar, do-tar): Prune $(CVS_NAMES).
6407
6408 2004-02-23 Andrew Cagney <cagney@redhat.com>
6409
6410 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6411 2004-02-19.09.
6412
6413 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6414
6415 PR bootstrap/11932
6416 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6417
6418 2004-02-19 Andrew Cagney <cagney@redhat.com>
6419
6420 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6421 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6422
6423 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6424
6425 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6426 (rs6000-*-aix*): Same.
6427 * configure: Regenerate.
6428
6429 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6430
6431 * configure.in (host): Add in missing $noconfigdirs to defines.
6432 * configure: Regenerate.
6433
6434 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6435 Nathanael Nerode <neroden@gcc.gnu.org>
6436
6437 PR ada/6637, PR ada/5911
6438 Merge with libada-branch:
6439 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6440 with appropriate dependencies. Add --enable-libada configure switch.
6441 * configure, Makefile.in: Regenerate.
6442
6443 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6444
6445 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6446 * configure: Regenerate.
6447
6448 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6449
6450 * COPYING.NEWLIB: Update Red Hat license to 2004.
6451
6452 2004-01-23 DJ Delorie <dj@redhat.com>
6453
6454 * Makefile.def (target_modules) [libiberty]: Don't stage.
6455 * Makefile.in: Rebuilt.
6456
6457 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6458
6459 * COPYING.NEWLIB: Update to include copyrights for new
6460 iconv code.
6461
6462 2004-01-15 Andrew Cagney <cagney@redhat.com>
6463
6464 * src-release: Update copyright year.
6465 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6466 (NEWLIB_SUPPORT_DIRS): Delete macro.
6467 (newlib.tar.bz2): Delete rule.
6468
6469 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6470
6471 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6472 * Makefile.tpl (configure-target-[+module+]): Support stage.
6473 * Makefile.in: Rebuilt.
6474
6475 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6476
6477 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6478 throughout.
6479
6480 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6481
6482 * configure.in: Use ./config.cache, not config.cache.
6483 * configure: Regenerate.
6484 * Makefile.tpl: Special-casing not needed for GCC any more.
6485 * Makefile.in: Regenerate.
6486
6487 * configure.in: Don't share a cache file for host dirs.
6488 * configure: Regenerate.
6489
6490 * config-ml.in: Don't mess with the cache file.
6491
6492 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6493
6494 * Makefile.tpl: Make GCC use a separate config.cache.
6495 * Makefile.in: Regenerate.
6496
6497 PR bootstrap/11932, PR bootstrap/11933
6498 (I don't know if it will fix either of them, but it relates
6499 to them.)
6500 * configure.in: Don't use shared config.cache for target
6501 directories.
6502 * configure: Regenerate.
6503
6504 2003-12-31 Roger Sayle <roger@eyesopen.com>
6505
6506 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6507 * configure: Regenerated.
6508
6509 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6510
6511 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6512 * configure: Regenerated.
6513
6514 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6515
6516 Port change over from GCC:
6517 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6518 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6519 (configure-build-[+module+], configure-[+module+]): Likewise.
6520 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6521 * Makefile.in: Regenerate.
6522
6523 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6524
6525 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6526 * configure: Regenerate.
6527
6528 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6529
6530 * COPYING.NEWLIB: Add license info for long long routines added to
6531 stdlib.
6532
6533 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6534
6535 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6536 * Makefile.in: Regenerate.
6537
6538 2003-10-20 Phil Edwards <phil@codesourcery.com>
6539
6540 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6541 * configure: Regenerate.
6542
6543 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6544
6545 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6546 HOST_FLAGS_TO_PASS.
6547 * Makefile.in: Regenerate.
6548
6549 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6550
6551 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6552 * configure: Rebuilt
6553 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6554 * Makefile.in: Rebuilt
6555
6556 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6557
6558 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6559
6560 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6561
6562 * config-ml.in: Use ac_configure_args directly instead of
6563 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6564 actually seen.
6565
6566 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6567
6568 * config-ml.in: Propagate INSTALL variables.
6569
6570 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * configure.in: Pass a computed --program-transform-name
6573 to subconfigures.
6574 * configure: Regenerated.
6575
6576 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6577
6578 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6579 * Makefile.in: Regenerate.
6580
6581 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6582 * Makefile.in: Regenerate.
6583
6584 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6585
6586 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6587 quoting.
6588 * configure: Regenerated.
6589
6590 2003-09-12 Michael Chastain <mec@shout.net>
6591
6592 Fix PR gdb/857.
6593 * src-release (do-proto-topleve): Remove junk files
6594 intl/config.cache, intl/config.status,
6595 intl/config.h, intl/stamp-h.
6596
6597 2003-09-14 Andrew Cagney <cagney@redhat.com>
6598
6599 * src-release (dejagnu.tar): New target.
6600 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6601 (do-djunpack): Use $(PACKAGE) for the package name.
6602
6603 2003-09-04 DJ Delorie <dj@redhat.com>
6604
6605 * configure: Regenerate.
6606
6607 2003-09-04 Robert Millan <robertmh@gnu.org>
6608
6609 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6610
6611 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6612
6613 * configure.in: Ensure arguments to sed are properly spaced.
6614 * configure: Regenerate.
6615
6616 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6617
6618 Merge from gcc:
6619 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6620 * install-sh: Update to newer upstream versions (associated with
6621 aclocal 1.7).
6622 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6623
6624 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6625
6626 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6627 * configure: Regenerated.
6628
6629 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6630
6631 * configure.in: Use newline instead of semicolon when assuming
6632 shell arguments in a for loop.
6633 * configure: Regenerated.
6634
6635 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6636
6637 PR 8180
6638 * configure.in: When testing with_libs and with_headers, treat
6639 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6640 * configure: Regenerate.
6641
6642 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6643 make, shell, etc.
6644 (baseargs): Likewise.
6645 * configure: Regenerate.
6646
6647 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6648
6649 * configure.in: Disable libgcj for darwin not on powerpc.
6650 * configure: Rebuild.
6651
6652 2003-08-15 Michael Chastain <mec@shout.net>
6653
6654 * src-release (do-proto-toplev): Remove junk files
6655 dejagnu/example/calc/config.status,
6656 dejagnu/example/calc/config.log.
6657
6658 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6659
6660 * config-ml.in, symlink-tree: Add license.
6661
6662 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 Merge from gcc:
6665
6666 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6667 * Makefile.tpl (check, check-c++): Express dependencies using
6668 dependencies rather than commands.
6669 * Makefile.in: Regenerate.
6670
6671 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6672 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6673 * Makefile.in: Update.
6674
6675 2003-08-01 Andrew Cagney <cagney@redhat.com>
6676
6677 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6678 * configure: Ditto.
6679
6680 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6681
6682 * configure.in: Enable libgcj for darwin.
6683 * configure: Rebuild.
6684
6685 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6686
6687 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6688
6689 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6690
6691 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6692 creating target and build subdirs to build all parent dirs as needed.
6693 * Makefile.in: Rebuild.
6694 * configure.in: Don't build dirs explicitly here.
6695 * configure: Rebuild.
6696
6697 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6698
6699 * Makefile.tpl (all-make): Depend on intl.
6700 * Makefile.in: Rebuilt.
6701
6702 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6703
6704 * config.if: Remove unused libc_interface determination.
6705
6706 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6707
6708 * Makefile.in: Regenerate, correctly this time.
6709
6710 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6711
6712 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6713 unused INSTALL_PROGRAM_ARGS.
6714 * configure.in: Use AC_PROG_INSTALL.
6715 * Makefile.in: Regenerate.
6716 * configure: Regenerate.
6717
6718 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6719
6720 * configure: Rebuilt.
6721 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6722 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6723 newlib nor libgloss.
6724 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6725 * configure.in (am33_2.0-*-linux*): Added.
6726
6727 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6728
6729 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6730 * configure: Regenerate.
6731
6732 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6733
6734 * config-ml.in: Replace PWD with PWD_COMMAND.
6735 * Makefile.tpl: Likewise.
6736 * Makefile.in: Regenerated.
6737
6738 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6739
6740 * configure.in: Clean up config-lang.in handling. Delete
6741 useless assignment to "subdirs".
6742 * configure: Regenerate.
6743
6744 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6745
6746 * configure.in: Rename 'target_libs' to 'target_libraries'.
6747 Remove useless reference to 'target_libs'.
6748 * configure: Regenerate.
6749
6750 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6751
6752 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6753 * Makefile.in: Regenerate.
6754
6755 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6756
6757 * Makefile.def: Introduce flags_to_pass.
6758 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6759 * Makefile.in: Regenerate.
6760
6761 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6762
6763 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6764 and target-libgloss.
6765 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6766 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6767 * configure: Regenerate.
6768
6769 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6770
6771 * configure.in: Update testsuite_flags to new location.
6772 * configure. Regenerate.
6773
6774 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6775
6776 * Makefile.tpl: Remove BUILD_CC stuff.
6777 * Makefile.in: Regenerate.
6778
6779 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6780
6781 * config.guess: Update to 2003-06-12 version.
6782 * config.sub: Update to 2003-06-13 version.
6783
6784 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6785
6786 * MAINTAINERS: Add myself as MIPS co-maintainer.
6787
6788 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6789
6790 * config.guess: Update to 2003-06-06 version.
6791 * config.sub: Update to 2003-06-06 version.
6792
6793 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6794
6795 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6796 * configure. Regenerate.
6797
6798 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6799
6800 * configure.in: Disable serial configure by default.
6801 * configure: Regenerate.
6802 * Makefile.tpl: Abolish .NOTPARALLEL.
6803 * Makefile.in: Regenerate.
6804
6805 * Makefile.tpl: Replace {build,host,target}_canonical by
6806 {build,host,target}.
6807 * Makefile.in: Regenerate.
6808
6809 * Makefile.tpl: Fix stupid pasto.
6810 * Makefile.in: Regenerate.
6811
6812 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6813
6814 * Makefile.tpl: Remove bogus conditional.
6815 * Makefile.in: Regenerate.
6816
6817 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6818
6819 * Makefile.tpl: Make 'recursive targets' using autogen rather
6820 than shell loop. Remove duplicate 'clean' targets and false
6821 comments.
6822 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6823 Add systematic method of specifying missing targets in subdirs.
6824 Add copyright boilerplate.
6825 * Makefile.in: Regenerate.
6826 * configure.in: Add 'recursive targets' to maybe list.
6827 * configure: Regenerate.
6828
6829 * Makefile.tpl: Rename [+target+] to [+make_target+].
6830 * Makefile.def: Rename 'target' to 'make_target'.
6831
6832 2003-05-30 Nick Clifton <nickc@redhat.com>
6833
6834 * README-maintainer-mode: Update URL for locating blessed config
6835 tools.
6836
6837 2003-05-29 Robert Millan <rmh@debian.org>
6838
6839 * ltconfig: Import this patch and modify for use with current
6840 version of ltconfig:
6841
6842 2003-05-21 Bruno Haible <bruno@clisp.org>
6843
6844 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6845 GNU/FreeBSD.
6846
6847 2003-05-28 DJ Delorie <dj@redhat.com>
6848
6849 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6850 * Makefile.in: Regenerate.
6851
6852 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6853
6854 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6855
6856 2003-05-21 DJ Delorie <dj@redhat.com>
6857
6858 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6859 newlib or libgloss.
6860 * Makefile.in: Regenerate.
6861
6862 2003-05-21 DJ Delorie <dj@redhat.com>
6863
6864 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6865 * Makefile.in: Regenerate.
6866
6867 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6868
6869 * configure.in: Use curly braces in the definition of tooldir.
6870 * configure: Regenerate.
6871
6872 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6873
6874 * configure.in: Switch more things to use maybe dependencies.
6875 * Makefile.tpl: Switch more things to use maybe dependencies.
6876 Factor out common code from autogen IF statements.
6877 * configure: Regenerate.
6878 * Makefile.in: Regenerate.
6879
6880 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6881
6882 * configure.in: Accept i[3456789]86 for machine type.
6883 * configure: Regenerate.
6884
6885 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6886
6887 * configure.in: Switch more things to use maybe dependencies.
6888 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6889 * configure: Regenerate.
6890 * Makefile.tpl: Switch more things to use maybe dependencies.
6891 * Makefile.in: Regenerate.
6892
6893 2003-05-16 Andreas Schwab <schwab@suse.de>
6894
6895 * Makefile.tpl (install-opcodes): Define.
6896 * Makefile.in: Rebuild.
6897
6898 2003-05-13 Andreas Jaeger <aj@suse.de>
6899
6900 * config.guess: Update to 2003-05-09 version.
6901 * config.sub: Update to 2003-05-09 version.
6902
6903 2003-05-13 Michael Eager <eager@mvista.com>
6904
6905 * configure.in: Correct sed script so that options in quotes are not
6906 deleted.
6907 * configure: Rebuild.
6908
6909 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6910
6911 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6912 and $$s/newlib/libc/sys/cygwin32 include paths.
6913 * configure: Ditto.
6914
6915 2003-05-05 H.J. Lu <hjl@gnu.org>
6916
6917 * config-ml.in: Restored from gcc repository.
6918
6919 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6920
6921 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6922 * Makefile.in: Regenerate.
6923
6924 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6925
6926 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6927 and Makefile.def.
6928
6929 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6930
6931 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6932 * Makefile.in: Regenerated.
6933
6934 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6935
6936 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6937 * Makefile.in: Regenerate.
6938
6939 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6940
6941 * configure.in (powerpc64*-*-linux*): Remove.
6942 * configure: Rebuilt.
6943
6944 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6945
6946 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6947 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6948 and restrap.
6949 * Makefile.in: Regenerate.
6950
6951 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6952
6953 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6954 * configure: Regenerated.
6955
6956 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6957
6958 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6959 * */configure: Rebuilt.
6960
6961 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6962
6963 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6964 * Makefile.in: Regenerate.
6965
6966 2003-03-14 Michael Chastain <mec@shout.net>
6967
6968 * Makefile.in: Regenerate with correct Makefile.def.
6969
6970 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6971
6972 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6973 Make macro.
6974 * Makefile.in: Regenerate.
6975 * configure.in: Clean up gxx_include_dir logic.
6976 * configure: Regenerate.
6977
6978 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6979
6980 * configure.in (gxx_include_dir): Fix typo.
6981 * configure: Regenerated.
6982
6983 2003-03-06 Andrew Cagney <cagney@redhat.com>
6984
6985 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6986
6987 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6988
6989 * configure.in: Include $(build_tooldir)/sys-include in
6990 FLAGS_FOR_TARGET.
6991 * configure: Regenerated.
6992
6993 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6994
6995 * Makefile.tpl: Reindent.
6996 * Makefile.in: Regenerate.
6997 * configure.in: Reindent. Don't set unused variables.
6998 * configure: Regenerate.
6999
7000 * Makefile.tpl: Always pass down RANLIB.
7001 * Makefile.in: Regenerate.
7002
7003 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7004 * Makefile.in: Regenerate.
7005 * configure.in: Remove unused logic relating to --enable-shared
7006 and --enable-threads. Remove bogus comments. Remove redundant
7007 noconfigdirs.
7008 * configure: Regenerate.
7009
7010 * configure.in: Replace ${libstdcxx_version} by its value.
7011 Remove reference to mh-dgux.
7012 * configure: Regenerate.
7013
7014 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7015
7016 * Makefile.tpl: Rearrange.
7017 * Makefile.in: Regenerate.
7018
7019 2003-02-25 Nick Clifton <nickc@redhat.com>
7020
7021 * configure: Remove site-file supprot - it is obsolete.
7022
7023 2003-02-24 Uwe Stieber <uwe@wwws.de>
7024
7025 * configure.in: Add support for kaOS as cross build target system.
7026 * configure: Regenerated.
7027
7028 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7029
7030 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7031 configure-target-* as some target builds may require additional
7032 flags for preprocessor tests.
7033 * Makefile.in: Regenerated.
7034
7035 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7036
7037 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7038 * ltconfig: Handle it.
7039 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7040 auto-detecting it.
7041
7042 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7043
7044 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7045 it is used as argument to $CC.
7046 * ltcf-gcj.sh: Likewise.
7047
7048 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7049
7050 * configure.in: Introduce --enable-maintainer-mode.
7051 * configure: Rebuilt.
7052 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7053 for maintainer mode.
7054 * Makefile.in: Rebuilt.
7055
7056 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7057
7058 * configure: Regenerate using autoconf 2.13.
7059
7060 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7061
7062 * config.guess: Import latest version.
7063 * config.sub: Import latest version.
7064
7065 2003-02-18 Jason Merrill <jason@redhat.com>
7066
7067 * Makefile.tpl (check-c++): Allow parallelism.
7068
7069 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7070
7071 * configure: Regenerate using autoconf 000227.
7072
7073 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7074
7075 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7076 don't configure target-libobjc.
7077 * configure: Regenerate.
7078
7079 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7080
7081 * Makefile.tpl (RANLIB): Define.
7082 * Makefile.in: Regenerate.
7083
7084 2003-02-06 Keith R Seitz <keiths@redhat.com>
7085
7086 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7087 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7088 * Makefile.in: Regenerated.
7089 * configure.in: Remove all traces of snavigator, db, and grep.
7090 * configure: Regenerated.
7091
7092 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7093
7094 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7095 * Makefile.in: Regenerated.
7096
7097 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * config.if: Copy from GCC.
7100
7101 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7102
7103 * configure.in: Revert 24Jan change.
7104 * configure: Regenerate.
7105
7106 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * configure.in: Revert previous change.
7109 * configure: Regenerate.
7110
7111 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7112
7113 * configure.in: Make rda native-only.
7114 * configure: Regenerate.
7115
7116 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 * configure.in: Add missing \.
7119 * configure: Rebuilt.
7120
7121 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7122
7123 * configure.in (baseargs): Avoid using \| in sed regular
7124 expressions.
7125 * configure: Rebuilt.
7126
7127 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7128
7129 * configure.in (baseargs): Remove all supported forms of
7130 --cache-file, --srcdir, --host, --build and --target options
7131 from argument lists.
7132 * configure: Rebuilt.
7133
7134 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7135
7136 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7137 * configure: Rebuilt.
7138
7139 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7142 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7143 * Makefile.in: Regenerate.
7144 * configure: Regenerate.
7145
7146 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7147
7148 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7149 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7150 * Makefile.in: Regenerate.
7151
7152 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7153
7154 * configure.in: Remove Makefile in build, host and target modules
7155 unless configure was run with --no-recursion.
7156 * configure: Rebuilt.
7157
7158 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7159
7160 * config.guess: Update to 2003-01-03 version.
7161 * config.sub: Update to 2003-01-03 version.
7162
7163 2003-01-07 Christopher Faylor <cgf@redhat.com>
7164
7165 * configure: Regenerate with proper autoconf 2.13.
7166
7167 2003-01-07 Christopher Faylor <cgf@redhat.com>
7168
7169 * configure.in: Add AC_PREREQ for consistency.
7170 * configure: Regenerate.
7171
7172 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7173
7174 * configure.in (GDB_TK): Add tcl directories conditional on
7175 gdb/gdbtk directory being present.
7176 * configure: Regenerate.
7177
7178 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7179
7180 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7181 by gcc if LD is not defined and we are not doing a Canadian Cross.
7182 * configure: Rebuilt.
7183
7184 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7185
7186 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7187
7188 2002-12-31 Tom Tromey <tromey@redhat.com>
7189
7190 * Makefile.in: Rebuilt.
7191 * Makefile.def (target_modules) [libffi]: Allow installation.
7192
7193 2002-12-31 Andreas Schwab <schwab@suse.de>
7194
7195 * configure.in: Fix use of $program_transform_name.
7196 * configure: Regenerated.
7197
7198 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7199
7200 * configure.in (baseargs): Don't remove first configure argument.
7201 * configure: Regenerated.
7202
7203 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7204
7205 * Makefile.tpl (local-distclean): Don't remove...
7206 (multilib.ts): ... this. Moved into...
7207 (multilib.out): ... this. Don't use sub-make.
7208 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7209 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7210 (configure-build-[+module+], configure-[+module+],
7211 configure-target-[+module+], configure-gcc): ... these. Test
7212 for Makefile existence. Drop config.status from dependencies.
7213 * Makefile.in: Rebuilt.
7214 * configure.in: Move gcc-version-trigger to the end of
7215 ac_configure_args. Add comments to maybedep.tmp and
7216 serdep.tmp. Introduce --disable-serial-configure. Remove
7217 nonopt from baseargs, matching and removing corresponding
7218 whitespace while at it.
7219 * configure: Rebuilt.
7220
7221 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7222
7223 * configure.in (host_configargs): Replace reference to
7224 no-longer-defined buildopts with --build=${build_alias}.
7225 * configure: Rebuilt.
7226
7227 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7228
7229 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7230 program_transform_name to standard idiom.
7231 (AUTOGEN, AUTOCONF): Define.
7232 (Makefile.in): Use $(AUTOGEN).
7233 (Makefile): Depend on config.status, and use autoconf-style rule to
7234 build it. Move original commands to...
7235 (config.status): ... this new target.
7236 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7237 $(AUTOCONF).
7238 * Makefile.in: Rebuilt.
7239
7240 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7241
7242 * Makefile.tpl: Fix dramatic bustage due to change in
7243 program_transform_name.
7244 * Makefile.in: Regenerate.
7245
7246 * configure.in: Remove unnecessary PATH setting.
7247 * configure: Regnerate.
7248
7249 * configure.in: Don't default to unprefixed tools unless
7250 the native tools will work.
7251 * configure: Regenerate.
7252
7253 * configure.in: Convert to autoconf script. Blow away lots
7254 of now-redundant Makefile fragments.
7255 * configure: Generate using Autoconf.
7256 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7257 * Makefile.in: Regenerate.
7258
7259 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7260
7261 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7262 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7263
7264 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7265 where they belong.
7266
7267 2002-12-24 Andreas Schwab <schwab@suse.de>
7268
7269 * Makefile.tpl (multilib.out): Fix missing space.
7270 * Makefile.in: Regenerate.
7271
7272 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7273
7274 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7275 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7276 * Makefile.in: Regenerate.
7277 * configure.in: Remove unnecessary leftovers.
7278
7279 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7280
7281 * configure.in (extra_ranlibflags_for_target): New variable.
7282 (*-*-darwin): Add -c to ranlib commands.
7283 * configure (tooldir): Handle extra_ranlibflags_for_target.
7284
7285 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7286
7287 * COPYING.NEWLIB: Updated.
7288 * COPYING.LIBGLOSS: Ditto.
7289
7290 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7291
7292 * Makefile.tpl: Revert HJL's change.
7293 * Makefile.in: Regenerated.
7294 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7295 always.
7296
7297 2002-12-19 Andreas Schwab <schwab@suse.de>
7298
7299 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7300 * Makefile.in: Regenerate.
7301
7302 2002-12-18 H.J. Lu <hjl@gnu.org>
7303
7304 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7305 * Makefile.in: Regenerated.
7306
7307 * configure.in (build_prefix): New. Substitute.
7308
7309 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7310
7311 * Makefile.tpl: Don't let real targets depend on phony targets.
7312 * Makefile.in: Regenerate.
7313
7314 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7315 * Makefile.in: Regenerate.
7316
7317 2002-12-16 Jason Merrill <jason@redhat.com>
7318
7319 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7320 previous 'make bootstrap'.
7321 * Makefile.in: Regenerate.
7322
7323 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7324
7325 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7326
7327 2002-12-13 Jason Merrill <jason@redhat.com>
7328
7329 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7330 library tests.
7331 (check-c++): Just depend on it and check-target-libstdc++-v3.
7332 * Makefile.in: Regenerate.
7333
7334 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7335
7336 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7337 * Makefile.in: Regenerate.
7338
7339 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7340
7341 * COPYING.NEWLIB: Update list of alternate Regent of California
7342 licenses and discuss official revoking of advertising clause.
7343 * COPYING.LIBGLOSS: Ditto.
7344
7345 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7346
7347 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7348 * Makefile.in: Rebuilt.
7349
7350 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7351
7352 * configure: Fix bug put in by gremlins.
7353
7354 * Makefile.tpl: Substitute more autoconfily.
7355 * configure: Substitute more autoconfily.
7356 * Makefile.in: Regenerate.
7357
7358 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7359
7360 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7361 * Makefile.in (all-sim): Ditto.
7362
7363 2002-12-06 DJ Delorie <dj@redhat.com>
7364
7365 * Makefile.tpl: Change configure dependencies to not have real
7366 targets depend on phony targets.
7367
7368 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7369
7370 * configure.in: Revert unintentional change.
7371
7372 * src-release: Configure host subdirs.
7373
7374 * Makefile.tpl: Change dependency for */multilib.out so that
7375 it works when gcc isn't in the tree.
7376
7377 * configure.in: Substitute more.
7378 * configure: Run subconfigures from the Makefile.
7379 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7380 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7381
7382 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7383
7384 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7385 and corresponding dependencies.
7386 * Makefile.in: Regenerate.
7387
7388 * configure.in (host_tools): Order binutils, gas and ld for
7389 convenience in running the testsuites.
7390
7391 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7392 * Makefile.in: Regenerate.
7393 * configure.in: Introduce rules to serialize subconfigure runs.
7394
7395 * configure.in: Introduce BASE_CC_FOR_TARGET.
7396 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7397 Realize configure-build-* targets. Realize configure-target-* targets.
7398 * Makefile.in: Regenerate.
7399
7400 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7401
7402 * configure: Move gcc_version_trigger stuff from here...
7403 * configure.in: ...to here.
7404
7405 * configure.in: Separate subconfigure options added by this file from
7406 options given by the user. Add machinery to put args for host
7407 subconfigures into the Makefile.
7408
7409 * Makefile.tpl: Remove 'vault' targets.
7410 * Makefile.tpl: Reorder and comment dependencies.
7411 * Makefile.in: Regenerate.
7412
7413 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7414
7415 * configure.in: Move host-specific darwin noconfigdirs into
7416 the host-specific section.
7417
7418 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7419
7420 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7421 during replay.
7422 * Makefile.in: Regenerate.
7423
7424 (finishing slow-motion replay)
7425 * configure: Remove skip-this-dir support.
7426 * Makefile.tpl: Remove skip-this-dir support.
7427
7428 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7429 subdirectories.
7430 * Makefile.in: Regenerate.
7431
7432 * Makefile.tpl: Strip out useless setting of 'dir'.
7433 * Makefile.in: Regenerate.
7434
7435 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7436
7437 (finishing slow-motion replay)
7438 * configure.in: Fix deeply stupid bug.
7439
7440 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7441 shell code in CXX_FOR_TARGET
7442 * Makefile.def: Introduce raw_cxx.
7443 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7444 RAW_CXX_FOR_TARGET.
7445 * Makefile.in: Regenerate.
7446
7447 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7448
7449 (finishing slow-motion replay)
7450 * Makefile.tpl: Remove unnecessary ifs.
7451 * Makefile.in: Regenerate.
7452
7453 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7454 dependencies. Maybe-ize build-libiberty. Create dummy install
7455 targets for 'no_install' modules.
7456 * configure: Move GDB_TK substitution to configure.in. Move
7457 build_modules stuff to configure.in.
7458 * configure.in: Implement soft dependency machinery. Maybe-ize
7459 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7460 * Makefile.in: Regenerate.
7461
7462 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7463
7464 (continuing slow-motion replay)
7465 * Makefile.tpl: Make all-target, install-target behave similarly
7466 to all, install (only hitting configured targets). Eliminate
7467 unused macro defintions.
7468
7469 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7470 build != host.
7471
7472 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7473
7474 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7475
7476 * configure.in: Produce lists of subdir targets we're actually
7477 configuring. Remove references to "dosrel".
7478 * Makefile.tpl: Let configure set which subdir targets are hit.
7479 Remove install-cross; clean up install; remove ALL. Remove
7480 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7481 Autogenerate host module targets. Remove empty dependency lines
7482 and redundant dependency; rearrange slightly.
7483 * Makefile.def: Add host-side libtermcap, utils.
7484
7485 * Makefile.in: Regenerate.
7486
7487 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7488
7489 (Continuing slow-motion replay)
7490 * Makefile.def: Add list of recursive targets to autogenerate.
7491 Add build_modules.
7492 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7493 targets. Autogenerate *-build-* targets.
7494 * Makefile.in: Regenerate.
7495
7496 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7497
7498 (Continuing slow-motion replay)
7499 * configure: More autoconf-style substitutions.
7500 * Makefile.tpl: More autoconf-style substitutions.
7501 * Makefile.in: Regenerate.
7502
7503 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7504
7505 (Continuing slow-motion replay)
7506 * configure: Substitute more variables in a more autoconf-friendly
7507 way. Simplify slightly.
7508 * Makefile.tpl: Make more variables substitutable in an
7509 autoconf-friendly way.
7510 * Makefile.in: Regenerate.
7511
7512 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7513
7514 (Continuing slow-motion replay)
7515 * configure.in (v810*): Remove special setting of tools.
7516
7517 * configure: Add support for extra required flags for ar or nm.
7518 * configure.in (aix4.3+): Use above support for target-specific
7519 issues, rather than using config/mt-aix43.
7520
7521 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7522
7523 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7524 * configure: Remove 'removing', which doesn't work. Replace $subdir
7525 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7526 with $srcdir. Reformat indentation. Substitute some variables
7527 formerly hard-coded in the Makefile for build=host.
7528 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7529 * Makefile.def: Autogenerate more.
7530 * Makefile.in: Regenerate.
7531
7532 2002-11-13 Bruce Korb <bkorb@gnu.org>
7533
7534 * Makefile.tpl: syntactic cleanup
7535
7536 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7537
7538 * Makefile.def (host_modules): Add rda.
7539 * Makefile.in: Regenerate.
7540 * configure.in (target_tool): Add target-rda to list.
7541
7542 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7543
7544 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7545 and restrap targets to this rule.
7546 * Makefile.in: Regenerate.
7547
7548 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7549
7550 * configure.in (i[3456]86-*-linux*): Add check to disable
7551 ${libgcj} for glibc1.
7552
7553 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7554
7555 * configure.in: Add tic4x target.
7556
7557 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7558
7559 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7560 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7561 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7562 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7563 * Makefile.in: Regenerate.
7564
7565 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7566
7567 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7568 * Makefile.in: Regenerate.
7569
7570 * Makefile.def: Remove order dependency comments.
7571 * Makefile.tpl: Add explicit install-install dependencies.
7572 * Makefile.in: Regenerate.
7573
7574 * Makefile.tpl: Remove material now in src-release. (Finally!)
7575 * Makefile.in: Regenerate.
7576
7577 * configure: Restore my original patch by syncing with gcc version.
7578
7579 * Bring following over from gcc:
7580
7581 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7582
7583 * configure.in (s390*-*-linux*): Enable libgcj.
7584
7585 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7586
7587 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7588
7589 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7590
7591 * configure: Move stray lines back to where they belong.
7592
7593 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7594
7595 * Makefile.tpl: Insert configure-target target, for src-release.
7596
7597 * configure: Finish reverting change which Andrew Cagney started
7598 reverting. Should fix bustage.
7599
7600 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7601 * src-release: New file. Contains material for making net
7602 releases for gdb, binutils, et al., formerly in Makefile.in.
7603
7604 2002-09-30 Nick Clifton <nickc@redhat.com>
7605
7606 * cpu: New top level directory. Intended to hold input files for
7607 CGEN which have FSF copyright assignment.
7608 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7609
7610 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7611
7612 Revert below (note that src does not contain Makefile.tpl):
7613 * Makefile.tpl: Make subsituted variables more autoconfy.
7614 * Makefile.in: Regenerate.
7615
7616 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7617
7618 * configure: Revert accidentally applied changes.
7619
7620 * Makefile.tpl: Make more autoconf-friendly.
7621 * Makefile.in: Regenerate.
7622 * configure: Make substitution more autoconf-like.
7623
7624 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7625
7626 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7627 single entry to handle all these.
7628 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7629 libjava on arm-*-elf.
7630
7631 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7632
7633 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7634 things that depend on them.
7635
7636 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7637
7638 * Makefile.tpl: Make subsituted variables more autoconfy.
7639 * Makefile.in: Regenerate.
7640 * configure: Make seds more autoconfy.
7641
7642 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7643
7644 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7645 * Makefile.in: Regenerate.
7646 * configure.in: Rewrite sed statements to look autoconfy.
7647
7648 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7649 all-target-foo on configure-target-foo.
7650 * Makefile.def: Ditto.
7651 * Makefile.in: Rebuild.
7652
7653 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7654
7655 * Makefile.def: New file.
7656 * Makefile.tpl: New file.
7657 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7658
7659 * configure.in: Minor rearrangement. Simplify tests.
7660
7661 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7662
7663 * configure.in (with_headers): Skip copy if value is "yes".
7664 (with_libs): Likewise.
7665
7666 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7669 * configure.in (sh*-*-pe*): Ditto.
7670 * configure.in (mips*-*-pe*): Ditto.
7671 * configure.in (*arm-wince-pe): Ditto.
7672
7673 * configure.in: Rearrange.
7674
7675 2002-09-12 Nick Clifton <nickc@redhat.com>
7676
7677 * Import these changes from the config master repository:
7678
7679 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7680
7681 * config.sub: Add tic4x target.
7682
7683 2002-09-03 Ben Elliston <bje@redhat.com>
7684
7685 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7686 Reported by <Duncan_Stodart@insession.com>.
7687
7688 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7689
7690 * COPYING.NEWLIB: More updates.
7691
7692 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7693
7694 * COPYING.NEWLIB: Update.
7695
7696 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7697
7698 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7699
7700 * config.guess: Import version 2002-08-23.
7701 * config.sub: Import version 2002-08-22.
7702
7703 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7704
7705 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7706 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7707 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7708
7709 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7710
7711 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7712
7713 2002-08-04 H.J. Lu (hjl@gnu.org)
7714
7715 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7716
7717 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7718
7719 * configure.in: Move generic linux case to end. Copy generic
7720 linux noconfigdirs to mips*-*-linux* entry and new
7721 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7722
7723 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7724
7725 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7726 one instance of them which was missed to the list to update.
7727
7728 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7729
7730 * config.guess: Update to 2002-07-09 version.
7731 * config.sub: Update to 2002-07-03 version.
7732
7733 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7734
7735 * configure.in: Remove two redundant tests.
7736
7737 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7738
7739 * configure.in (mips*-*-irix6*o32): Enable stabs.
7740
7741 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7742
7743 * configure.in: Don't build grez.
7744 * Makefile.in: Ditto.
7745
7746 * Makefile.in: Remove references to bsp, cygmon, libstub.
7747 * configure.in: Ditto.
7748
7749 * configure.in: Remove leftover reference to gdbtest.
7750
7751 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7752
7753 * configure.in (gxx_include_dir): Change to match versioned
7754 C++ headers if --enable-version-specific-runtime-libs is used.
7755
7756 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7757
7758 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7759
7760 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7761
7762 * configure.in: Make --without-x work.
7763
7764 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7765
7766 * contrib: New directory. Created to contain a copy of the
7767 texi2pod.pl script so that it is in the same place as the version in
7768 the FSF GCC sources.
7769
7770 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7771
7772 * configure.in: Rearrange target Makefile fragment collection.
7773
7774 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7775 cvs[src].
7776 * configure.in: Ditto.
7777
7778 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7779
7780 * Makefile.in: Eliminate 'apache' targets.
7781 * configure.in: Eliminate 'apache' targets.
7782
7783 * configure.in: Eliminate redundant tests. Reorganize.
7784
7785 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7786
7787 * config-ml.in: Eliminate references to Cygnus configure.
7788
7789 * Makefile.in: Eliminate references to building emacs.
7790
7791 2002-07-01 Denis Chertykov <denisc@overta.ru>
7792
7793 * configure.in: Add support for ip2k.
7794
7795 2002-06-24 Ben Elliston <bje@redhat.com>
7796
7797 * configure.in (host_tools): Remove cgen.
7798
7799 * Makefile.in (all-cgen): Remove; runs from its source directory.
7800 (check-cgen, install-cgen, clean-cgen): Likewise.
7801 (all-opcodes): No not depend on all-cgen.
7802 (all-sim): Likewise.
7803
7804 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7805
7806 * configure.in: Fix AIX configury bug.
7807
7808 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7809
7810 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7811
7812 * configure.in: Move definition of libstdcxx_flags right above
7813 usage, rather than way earlier.
7814
7815 * configure.in: Pull definition of is_cross_compiler earlier.
7816
7817 * configure.in: Rearrange a little.
7818
7819 * configure.in: Remove references to librx.
7820 * Makefile.in: Remove references to librx.
7821
7822 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7823
7824 * configure.in: Eliminate ${gasdir} variable.
7825
7826 2002-06-18 Dave Brolley <brolley@redhat.com>
7827
7828 * configure.in: Add support for frv.
7829 * config.sub: Add support for frv.
7830
7831 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7832
7833 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7834
7835 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7836
7837 * configure.in (vax-*-netbsd*): Re-enable gas.
7838
7839 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7840
7841 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7842 BUILD_PREFIX_1, to correct nomenclature.
7843 * configure: Likewise.
7844
7845 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7846 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7847
7848 2002-05-31 Olaf Hering <olh@suse.de>
7849
7850 * config-ml.in: Propogate DESTDIR also.
7851
7852 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7853
7854 * configure.in (vax-*-netbsd*): Don't build gas for this
7855 platform.
7856
7857 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7858
7859 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7860 and libgcj for AVR.
7861
7862 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7863
7864 * config.sub: Add DLX target.
7865
7866 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7867
7868 * config.guess: Update to 2002-05-22 version.
7869 * config.sub: Likewise.
7870
7871 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7872
7873 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7874 * config-ml.in: Likewise.
7875 * configure: Likewise.
7876 * configure.in: Likewise.
7877
7878 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7879
7880 * configure.in: Simplify makefile fragment collection.
7881
7882 * configure.in: Remove code to build emacs.
7883
7884 * configure.in : Remove --srcdir argument from targargs and buildargs
7885 (it's always overridden in the Makefile anyway). Rearrange a bit.
7886
7887 * configure: Move some logic to configure.in.
7888 * configure.in: Move some logic from configure.
7889
7890 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7891
7892 * COPYING.LIBGLOSS: New file.
7893
7894 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7895
7896 * Makefile.in: Honour DESTDIR.
7897
7898 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7899
7900 * configure.in (noconfigdirs): Don't disable libgcj on
7901 sparc64-*-solaris* and sparcv9-*-solaris*.
7902
7903 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7904
7905 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7906
7907 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7908
7909 * configure.in (FLAGS_FOR_TARGET): Do not add
7910 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7911 on i[3456]86-*-linux*.
7912
7913 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7914
7915 * configure.in (noconfigdirs): Replace [ ] with test.
7916
7917 * configure.in (noconfigdirs): Do not add target-newlib if
7918 target == i[3456]86-*-linux*, and host == target.
7919
7920 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7921
7922 * config.guess: Updated to 2002-04-26's version.
7923 * config.sub: Updated to 2002-04-26's version.
7924
7925 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7926
7927 * configure.in: delete reference to absent file
7928
7929 * configure.in: replace '[' with 'test'
7930
7931 * configure.in: Eliminate references to gash.
7932 * Makefile.in: Eliminate references to gash.
7933
7934 * configure.in: remove useless references to 'pic' makefile fragments.
7935
7936 * configure.in: (*-*-windows*) Finish removing.
7937
7938 * configure.in: Eliminate redundant test for libgui.
7939
7940 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7941
7942 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7943 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7944
7945 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7946
7947 * configure.in: remove references to dead files
7948
7949 2002-04-18 Tom Tromey <tromey@redhat.com>
7950
7951 * configure.in: Disallow configuring libgcj when it is already
7952 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7953 Solaris 2.8 by default. For PR libgcj/6158.
7954
7955 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7956
7957 * configure.in: Move default CC setting out of config/mh-* fragments
7958 directly into here.
7959
7960 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7961
7962 * configure.in: don't even try to configure or make a subdirectory
7963 if there's no configure script for it.
7964
7965 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7966
7967 * MAINTAINERS: Remove chill maintainers.
7968 * Makefile.in (CHILLFLAGS): Remove.
7969 (CHILL_LIB): Remove.
7970 (TARGET_CONFIGDIRS): Remove libchill.
7971 (CHILL_FOR_TARGET): Remove.
7972 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7973 CHILL_LIB.
7974 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7975 (CHECK_TARGET_MODULES): Likewise.
7976 (INSTALL_TARGET_MODULES): Likewise.
7977 (CLEAN_TARGET_MODULES): Likewise.
7978 (configure-target-libchill): Remove.
7979 (all-target-libchill): Remove.
7980 * configure.in (target_libs): Remove target-libchill.
7981 Do not compute CHILL_FOR_TARGET.
7982 * libchill: Remove directory.
7983
7984 2002-04-15 DJ Delorie <dj@redhat.com>
7985
7986 * Makefile.in, configure.in, configure: Sync with gcc, entries
7987 follow...
7988
7989 2002-04-08 Tom Tromey <tromey@redhat.com>
7990
7991 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7992 Fixes PR libgcj/6068.
7993
7994 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7995
7996 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7997
7998 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7999
8000 * configure.in (alpha*-dec-osf*): Enable libgcj.
8001
8002 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8003
8004 Fix for: PR bootstrap/3591, target/5676
8005 * configure.in (mcore-pe): Disable the configuration of
8006 libstdc++-v3 since exceptions are not supported.
8007
8008 2002-03-20 Anthony Green <green@redhat.com>
8009
8010 * configure.in: Enable libgcj for xscale-elf target.
8011
8012 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8013
8014 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8015 libjava.
8016 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8017
8018 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8019
8020 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8021 libstdc++-v3 and libjava.
8022
8023 2002-02-11 Adam Megacz <adam@xwt.org>
8024
8025 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8026 boehm-gc
8027
8028 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8029
8030 * config.guess: Updated to 2002-01-30's version.
8031 * config.sub: Updated to 2002-02-01's version.
8032 Contribute sh64-elf.
8033 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8034 * configure.in: Added sh64-*-*.
8035
8036 2002-01-17 H.J. Lu <hjl@gnu.org>
8037
8038 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8039 (all-target-fastjar): Also depend on all-target-libiberty.
8040
8041 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8042
8043 * configure, configure.in: Use temp file for long sed commands.
8044
8045 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8046
8047 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8048 libf2c.
8049
8050 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8051
8052 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8053
8054 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8055
8056 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8057
8058 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8059
8060 * configure: Handle temporary files securely using mkdir.
8061
8062 2001-09-26 Will Cohen <wcohen@redhat.com>
8063
8064 * configure.in (*-*-linux*): Disable configuration of target-newlib
8065 and target-libgloss.
8066
8067 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8068
8069 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8070 RANLIB.
8071
8072 2001-08-11 Graham Stott <grahams@redhat.com>
8073
8074 * Makefile.in (check-c++): Add missing semicolon.
8075
8076 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8077
8078 * configure.in (sh-*-linux*): New.
8079
8080 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8081
8082 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8083 and libgcj on m68hc11/m68hc12.
8084
8085 2001-06-27 H.J. Lu (hjl@gnu.org)
8086
8087 * Makefile (CFLAGS_FOR_BUILD): New.
8088 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8089
8090 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8091
8092 * configure.in (libstdcxx_flags): Do not try to execute
8093 libstdc++-v3/testsuite_flags until it exists.
8094
8095 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8096
8097 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8098
8099 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8100
8101 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8102
8103 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8104
8105 * configure.in: Move *-chorusos target case to the proper switch.
8106 Disable libgcj.
8107
8108 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8109
8110 * Makefile.in (STAGE1_CFLAGS): Pass down.
8111
8112 2001-04-13 Alan Modra <amodra@one.net.au>
8113
8114 * config.guess: Add hppa64-linux support. Note for next import that
8115 this is already in the master file.
8116 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8117
8118 2001-03-22 Colin Howell <chowell@redhat.com>
8119
8120 * Makefile.in (DO_X): Do not backslash single-quotes in
8121 backquotes (two places).
8122
8123 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8124
8125 * Makefile.in (DO_X): Quote nested quotes.
8126
8127 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8128
8129 * Makefile.in (DO_X): Use double quotes for quoting
8130 "RANLIB=$${RANLIB}".
8131
8132 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8133
8134 * configure.in: Only use `lang_requires' for languages athat are
8135 actually enabled.
8136
8137 2001-03-07 Tom Tromey <tromey@redhat.com>
8138
8139 * configure.in: Allow config-lang.in to set `lang_requires' to list
8140 of other required languages.
8141
8142 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8143
8144 * Makefile.in: Remove RANLIB definition. Use RANLIB
8145 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8146 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8147
8148 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8149 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * Makefile.in (check-c++): Use tabs, not spaces.
8152
8153 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8154
8155 * Makefile.in (check-c++): New rule.
8156
8157 * configure.in (target_libs): Remove libg++.
8158 (noconfigdirs): Remove libg++.
8159 (noconfigdirs): Same.
8160 (noconfigdirs): Same.
8161 (noconfigdirs): Same.
8162
8163 * config-ml.in: Remove libg++ references.
8164
8165 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8166 (ALL_TARGET_MODULES): Same.
8167 (configure-target-libg++): Remove.
8168 (all-target-libg++): Remove.
8169 (configure-target-libio): Remove.
8170 (all-target-libio): Remove.
8171 (check-target-libio): Remove.
8172 (.PHONY): Remove.
8173 (libg++.tar.bz2): Remove.
8174 (all-target-cygmon): Remove libio.
8175 (all-target-libstdc++): Remove.
8176 (configure-target-libstdc++): Remove.
8177 (TARGET_LIB_PATH): Remove libstdc++.
8178 (ALL_GCC_CXX): Remove libstdc++.
8179 (all-target-gperf): Correct.
8180
8181 2001-02-15 Anthony Green <green@redhat.com>
8182
8183 * configure: Introduce GCJ_FOR_TARGET.
8184 * configure.in: Ditto.
8185 * Makefile.in: Ditto.
8186
8187 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8188
8189 * configure.in: for *-chorusos, don't config target-newlib and
8190 target-libgloss.
8191
8192 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8193
8194 Remove V2 C++ library.
8195 * configure.in: Remove --enable-libstdcxx_v3 support.
8196
8197 2001-01-27 Richard Henderson <rth@redhat.com>
8198
8199 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8200
8201 2001-01-26 Tom Tromey <tromey@redhat.com>
8202
8203 * configure.in: Allow libgcj to be built on Sparc Solaris.
8204
8205 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8206
8207 * configure.in: Enable libgcj on several additional platforms.
8208
8209 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8210
8211 * configure.in: Enable libgcj for linux targets.
8212
8213 2001-01-09 Mike Stump <mrs@wrs.com>
8214
8215 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8216 failures of subdirectories.
8217
8218 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8219
8220 * configure: handle DOS-style absolute paths.
8221
8222 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8223
8224 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8225
8226 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8227
8228 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8229 (libstdcxx_incdir): Pass down.
8230 * config.if: Remove expired bits for cxx_interface, add stub.
8231 (libstdcxx_incdir): Add variable for g++ include directory.
8232 * configure.in (gxx_include_dir): Use it.
8233
8234 2000-12-15 Andreas Jaeger <aj@suse.de>
8235
8236 * configure.in: Handle lang_dirs.
8237
8238 2000-12-13 Anthony Green <green@redhat.com>
8239
8240 * configure.in: Disable libgcj for any target not specifically
8241 listed. Disable libgcj for x86 and Alpha Linux until compatible
8242 with g++ abi.
8243
8244 2000-12-13 Mike Stump <mrs@wrs.com>
8245
8246 * Makefile.in (local-distclean): Also remove fastjar.
8247
8248 2000-12-10 Anthony Green <green@redhat.com>
8249
8250 * configure.in: Define libgcj. Disable libgcj target libraries for
8251 most targets.
8252
8253 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8254
8255 * configure.in (target_libs): Revert 2000-12-08 patch.
8256 (noconfigdirs): Added target-libjava.
8257
8258 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8259
8260 * Makefile.in: handle DOS-style absolute paths.
8261
8262 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8263
8264 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8265 libjava.
8266 * configure.in (target_libs): Removed `target-libjava'.
8267
8268 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8269
8270 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8271 (ALL_MODULES): Added fastjar.
8272 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8273 (all-target-libjava): all-fastjar replaces all-zip.
8274 (all-fastjar): Added.
8275 (configure-target-fastjar, all-target-fastjar): Likewise.
8276 * configure.in (host_tools): Added fastjar.
8277
8278 2000-12-07 Mike Stump <mrs@wrs.com>
8279
8280 * Makefile.in (local-distclean): Remove leftover built files.
8281
8282 2000-11-16 Fred Fish <fnf@be.com>
8283
8284 * configure.in (enable_libstdcxx_v3): Fix typo,
8285 libstd++ -> libstdc++.
8286
8287 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8288
8289 * configure: Provide the original toplevel configure arguments
8290 (including $0) to subprocesses in the environment rather than
8291 through gcc/configargs.h.
8292
8293 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8294
8295 * configure: Turn on libstdc++ V3 by default.
8296
8297 2000-10-16 Michael Meissner <meissner@redhat.com>
8298
8299 * configure (gcc/configargs.h): Only create if there is a build GCC
8300 directory created.
8301
8302 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8303
8304 * configure: Save configure arguments to gcc/configargs.h.
8305
8306 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8307
8308 * Makefile.in (bootstrap): avoid recursion if subdir missing
8309 (cross): ditto
8310 (do-proto-toplev): ditto
8311
8312 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8313
8314 * configure.in: Do not build byacc for hppa64. Provide paths to the
8315 X11 libraries for hppa64.
8316
8317 2000-09-02 Anthony Green <green@cygnus.com>
8318
8319 * Makefile.in (all-gcc): Depend on all-zlib.
8320 (CLEAN_MODULES): Add clean-zlib.
8321 (ALL_MODULES): Add all-zlib.
8322 * configure.in (host_libs): Add zlib.
8323
8324 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8325
8326 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8327 $targargs to tell whether newlib is going to be built.
8328
8329 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8330 $$r/TARGET_SUBDIR/libio for _G_config.h.
8331
8332 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8333
8334 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8335
8336 * configure: Make enable_threads and enable_shared defaults
8337 explicit. Substitute enable_threads into generated Makefiles.
8338 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8339 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8340
8341 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8342
8343 * configure.in: Re-enable all references to libg++ and librx.
8344
8345 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8346
8347 * configure.in: Add *-*-freebsd* configurations.
8348
8349 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8350
8351 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8352 (do-tar, do-bz2): New rules.
8353 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8354 (gdb-tar): New rule.
8355 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8356 (insight_dejagnu.tar): New rule.
8357 (insight.tar): New rule.
8358 (gdb+dejagnu.tar): New rule.
8359 (gdb.tar): New rule.
8360
8361 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8362
8363 * MAINTAINERS: Update dejagnu/
8364
8365 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8366
8367 * ltmain.sh (relink_command): Fix typo in previous change.
8368
8369 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8370
8371 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8372 (relink_command): Added --tag flags.
8373 (mode=install): If relinking fails; error out.
8374
8375 2002-03-12 Richard Henderson <rth@redhat.com>
8376
8377 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8378 .NOTPARALLEL tag.
8379 (do-check): Rename from check.
8380 (check): Allow parallel check.
8381
8382 2002-03-11 Richard Henderson <rth@redhat.com>
8383
8384 * Makefile.in (.NOTPARALLEL): Add fake tag.
8385
8386 2002-03-07 H.J. Lu (hjl@gnu.org)
8387
8388 * configure.in: Enable gprof for mips*-*-linux*.
8389
8390 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8391
8392 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8393 libjava.
8394 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8395
8396 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8397
8398 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8399
8400 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * config.guess: Import from master sources, rev 1.232.
8403 * config.sub: Import from master sources, rev 1.246.
8404
8405 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8406
8407 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8408 because its Makefile is there; test for the executable instead.
8409
8410 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8411
8412 Contribute sh64-elf.
8413 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8414 * configure.in: Added sh64-*-*.
8415
8416 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8417
8418 * COPYING.NEWLIB: Remove advertising clause from
8419 Berkeley and Red Hat licenses.
8420
8421 2002-02-01 Mo DeJong <supermo@bayarea.net>
8422
8423 * Makefile.in: Add all-tix to deps for all-snavigator
8424 so that tix is built when building snavigator.
8425
8426 2002-02-01 Ben Elliston <bje@redhat.com>
8427
8428 * config.guess: Import from master sources, rev 1.229.
8429 * config.sub: Import from master sources, rev 1.240.
8430
8431 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8432
8433 From Steve Ellcey <sje@cup.hp.com>:
8434 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8435 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8436 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8437 IA64.
8438 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8439 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8440 soname_spec, sys_lib_search_path_spec): Ditto.
8441
8442 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8443
8444 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8445 target-libiberty, and target-libgloss. Skip Java-related
8446 libraries if not supported for NetBSD on target CPU.
8447
8448 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8449
8450 * configure.in: Import StrongARM and XScale target_configdirs from
8451 FSF GCC version.
8452
8453 2002-01-16 H.J. Lu (hjl@gnu.org)
8454
8455 * config.guess: Import from master sources, rev 1.225.
8456 * config.sub: Import from master sources, rev 1.238.
8457
8458 * MAINTAINERS: Updated notes on config.guess and config.sub.
8459
8460 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8461
8462 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8463 ld and gdb are not supported.
8464
8465 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8466
8467 * Change reference to Cygnus Solutions to be Red Hat.
8468
8469 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8470
8471 * COPYING.NEWLIB: Update generic copyright date.
8472
8473 2002-01-07 Mark Salter <msalter@redhat.com>
8474
8475 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8476 Allow target-libgloss to be built for arm, strongarm, and xscale.
8477
8478 2002-01-03 Ben Elliston <bje@redhat.com>
8479
8480 * MAINTAINERS: Update URL for config.* scripts.
8481
8482 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8483
8484 * config.sub: Import latest version.
8485 * config.guess: Likewise.
8486
8487 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8488
8489 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8490 options for i[3456]86-pc-linux* native builds.
8491
8492 2001-12-05 Laurent Guerby <guerby@acm.org>
8493
8494 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8495 libiberty.
8496
8497 Import this patch from gcc:
8498
8499 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8500
8501 * symlink-tree: handle DOS-style absolute paths.
8502
8503 2001-11-28 DJ Delorie <dj@redhat.com>
8504 Zack Weinberg <zack@codesourcery.com>
8505
8506 When build != host, create libiberty for the build machine.
8507
8508 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8509 CONFIG_ARGUMENTS.
8510 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8511 New variables.
8512 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8513 and rules.
8514 (all.normal): Depend on ALL_BUILD_MODULES.
8515 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8516 (all-build-libiberty): Depend on configure-build-libiberty.
8517
8518 * configure: Calculate and substitute proper value for
8519 ALL_BUILD_MODULES.
8520 * configure.in: Create the build subdirectory.
8521 Calculate and substitute TARGET_CONFIGARGS (formerly
8522 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8523
8524 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8525
8526 * config.sub: Update to version 1.232 on subversion.
8527
8528 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8529
8530 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8531 files from .po files for a distribution.
8532
8533 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8534
8535 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8536
8537 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8538
8539 Merged from net gcc:
8540 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8541 * ltcf-c.sh: Use $objext, not $ac_objext.
8542 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8543 * ltcf-cxx.sh: Add support for GNU.
8544 2001-07-22 Timothy Wall <twall@redhat.com>
8545 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8546 default settings if using GNU tools with that configuration.
8547 * ltcf-cxx.sh: Ditto.
8548 * ltcf-gcj.sh: Ditto.
8549 2001-07-21 Michael Chastain <chastain@redhat.com>
8550 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8551 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8552 * ltmain.sh: Mark as gcc-local.
8553
8554 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8555
8556 * Makefile.in (all-bison): Revert 2001-10-24.
8557 Don't depend on texinfo.
8558
8559 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8560
8561 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8562
8563 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8564
8565 * configure.in (--enable-languages): Be more permissive about
8566 syntax. Check for empty lists better. Warn about $LANGUAGES.
8567
8568 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8569
8570 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8571
8572 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8573
8574 Makefile.in (all-bison): Don't depend on texinfo.
8575
8576 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8577
8578 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8579
8580 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8581
8582 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8583
8584 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8585
8586 * config.sub, config.guess: Import latest from subversions.
8587
8588 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8589
8590 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8591 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8592 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8593 avoid quotes nesting problems.
8594 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8595 (DO_X): Export only variables that are set.
8596
8597 2001-09-19 Ben Elliston <bje@redhat.com>
8598
8599 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8600 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8601 semantics. Use the shell built-in "type" command instead.
8602
8603 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8604
8605 * config.sub: Reverted the earlier change, this version is not the
8606 master file.
8607
8608 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8609
8610 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8611 Add support for mips64.
8612
8613 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8614
8615 * configure.in: Enable libstdc++-v3 for h8300 targets.
8616
8617 2001-08-30 Eric Christopher <echristo@redhat.com>
8618 Jason Eckhardt <jle@redhat.com>
8619
8620 * config.sub: Add support for mipsisa32.
8621
8622 2001-08-30 Eric Christopher <echristo@redhat.com>
8623
8624 * config.sub, config.guess: Import latest from subversions.
8625
8626 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8627
8628 * config.sub, config.guess: Import latest from subversions.
8629
8630 2001-07-26 DJ Delorie <dj@redhat.com>
8631
8632 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8633
8634 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8635
8636 * Makefile.in: Revert 2001-06-17.
8637 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8638
8639 2001-06-17 H.J. Lu <hjl@gnu.org>
8640
8641 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8642 (gas+binutils.tar.bz2): Likewise.
8643 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8644
8645 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8646
8647 * Makefile.in (VER): When present, extract the version number from
8648 the file version.in.
8649
8650 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8651
8652 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8653 gcc/xgcc is built, use -print-prog-name to find out the program
8654 name to use.
8655
8656 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8657
8658 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8659 with_gcc]: Use `gcc -shared' to build a shared library.
8660
8661 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8662
8663 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8664 archives.
8665
8666 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8667
8668 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8669 libraries when using g++ with native linker.
8670
8671 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8672
8673 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8674
8675 2001-05-24 Tom Rix <trix@redhat.com>
8676
8677 * configure.in : enable ld for aix
8678
8679 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8680
8681 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8682 [aix4*|aix5*]: Prepend blank.
8683
8684 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8685
8686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8688 of subdir/configure scripts to use the new libtool.m4.
8689
8690 2001-05-14 H.J. Lu <hjl@gnu.org>
8691
8692 * config.if (libc_interface): Set to -libc6.2- for cross
8693 compiling to Linux/glibc 2.2.
8694
8695 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8696
8697 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8698 libgcj.
8699
8700 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8701
8702 * configure.in (noconfigdirs): Don't reset it from scratch in the
8703 target case; only append to it.
8704
8705 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8706
8707 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8708 sparc-*-solaris2.8]: Disable ${libgcj}.
8709
8710 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8711
8712 * configure.in (libgcj_saved): Copy from $libgcj.
8713 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8714 --disable-libgcj.
8715
8716 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8717
8718 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8719 1.641.2.228.
8720
8721 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8722
8723 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8724 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8725
8726 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8727
8728 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8729 New macros.
8730 (bootstrap, cross): Use RECURSE_FLAGS.
8731 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8732
8733 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8734
8735 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8736
8737 2001-03-23 Nick Clifton <nickc@redhat.com>
8738
8739 * README-maintainer-mode: Add note about inability to use "make
8740 distclean" in maintainer mode.
8741
8742 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8743
8744 Re-installed:
8745 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8746 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8747 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8748 * ltcf-cxx.sh: Likewise.
8749 * ltcf-gcj.sh: Likewise.
8750
8751 2001-03-22 Philip Blundell <philb@gnu.org>
8752
8753 * config.sub, config.guess: Import latest from subversions.
8754
8755 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8756
8757 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8758 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8759
8760 2001-03-20 Michael Chastain <chastain@redhat.com>
8761
8762 * Makefile.in: all-m4 depends on all-texinfo.
8763
8764 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8765
8766 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8767
8768 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8769
8770 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8771 longer valid.
8772
8773 2001-02-16 Nick Clifton <nickc@redhat.com>
8774
8775 * configure.in (noconfigdirs): Allow configuration of texinfo
8776 for Cygwin hosts.
8777
8778 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8779
8780 * config.guess: Add linux target for S/390.
8781 * config.sub: Likewise.
8782 * configure.in: Likewise.
8783
8784 2001-02-06 Ben Elliston <bje@redhat.com>
8785
8786 * configure: Output host type to stdout, not stderr.
8787
8788 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8789
8790 * config.guess: Import from subversions.gnu.org (revision 1.181).
8791 * config.sub: Import from subversions.gnu.org (revision 1.199).
8792
8793 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8794
8795 * config.guess: Handle hppa64-linux systems.
8796
8797 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8798
8799 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8800 Don't unset, it's non-portable and no longer necessary, set to empty
8801 instead.
8802
8803 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8804
8805 * ltconfig: Shell portability fix for the tagname validity check.
8806
8807 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8808
8809 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8810
8811 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8812
8813 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8814 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8815
8816 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8819 keep at least one of build_libtool_libs or build_old_libs set to
8820 yes.
8821
8822 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8823
8824 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8825 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8826
8827 2000-11-07 Philip Blundell <pb@futuretv.com>
8828
8829 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8830
8831 2000-11-03 Philip Blundell <pb@futuretv.com>
8832
8833 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8834 files.
8835
8836 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8837
8838 * COPYING.NEWLIB: Put into source repository.
8839
8840 2001-01-15 Ben Elliston <bje@redhat.com>
8841
8842 * configure.in (host_tools): Add sid.
8843 Always configure cgen.
8844 * Makefile.in (all-sid): New target.
8845 (check-sid, clean-sid, install-sid): Likewise.
8846
8847 2001-01-07 Andreas Jaeger <aj@suse.de>
8848
8849 * config.sub, config.guess: Update from subversions.
8850
8851 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8852
8853 * configure.in: Disable language-specific target libraries for
8854 languages that aren't enabled.
8855
8856 2000-11-24 Nick Clifton <nickc@redhat.com>
8857
8858 * configure.in (xscale-elf): Add target.
8859 (xscale-coff): Add target.
8860 (c4x, c5x, tic54x): Move after ARM targets.
8861
8862 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8865
8866 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8867
8868 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8869
8870 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8871
8872 * Makefile.in: Merge with GCC and libgcj.
8873 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8874 configure-target-<library> when their configure scripts need the C
8875 or C++ library to have already been built to work properly.
8876 (do_proto_toplev): Set them to an empty string.
8877
8878 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8879
8880 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8881 (REALLY_SET_LIB_PATH): Use them.
8882
8883 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8884
8885 * config.sub: Add support for Sun Chorus
8886
8887 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8888
8889 * config.sub: Add support for the *-storm-chaos OS.
8890
8891 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8892
8893 * configure.in (noconfigdirs): Don't compile some
8894 of the libraries for 68HC11 & 68hc12 targets.
8895
8896 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8897
8898 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8899 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8900 all affected `configure' scripts.
8901
8902 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8903
8904 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8905 ltcf-c.sh.
8906
8907 2000-09-12 Philip Blundell <philb@gnu.org>
8908
8909 * config.sub, config.guess: Update from subversions.
8910
8911 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8912
8913 * Makefile.in (all-zlib): Added dummy target.
8914
8915 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8916 multi-language branch.
8917
8918 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8919
8920 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8921 (bootstrap*): Depend on all-bootstrap.
8922
8923 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8924
8925 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8926 crosses, but add gcc/include to the header search path for them.
8927
8928 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8929
8930 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8931 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8932 * gettext.m4: New file, extracted from aclocal.m4.
8933
8934 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8935
8936 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8937 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8938 sub-configures.
8939
8940 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8941
8942 * Makefile.in (ALL_MODULES): Add all-cgen.
8943 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8944 (all-cgen): New target.
8945 (all-opcodes,all-sim): Depend on all-cgen.
8946 * configure.in (host_tools): Add cgen.
8947 Only configure cgen if --enable-cgen-maint.
8948
8949 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8950
8951 * config-ml.in (CC, CXX): Don't introduce a leading space.
8952
8953 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8954
8955 * configure.in (libstdcxx_flags): Use
8956 libstdc++-v3/src/libstdc++.INC.
8957
8958 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8959
8960 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8961
8962 2000-08-11 Jason Merrill <jason@redhat.com>
8963
8964 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8965 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8966 (FLAGS_FOR_TARGET): Not here.
8967 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8968
8969 2000-08-07 DJ Delorie <dj@redhat.com>
8970
8971 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8972 "if we're also building gcc, and it's a gcc that will run on the
8973 build machine, we want to use its includes instead of the system's
8974 default includes".
8975
8976 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8977
8978 * configure.in (libstdcxx_flags): Don't use `"'.
8979
8980 * config-ml.in: Adjust multilib search paths to the
8981 appropriate multilib tree.
8982
8983 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8984
8985 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8986 commas in $LANGUAGES.
8987
8988 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8989
8990 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8991
8992 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8993
8994 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8995 CXX_FOR_TARGET for sed.
8996
8997 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8998
8999 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9000 Do not override if already set in the environment or in configure.
9001 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9002 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9003
9004 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9005
9006 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9007 (GCC_FOR_TARGET): Use it.
9008 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9009 * configure.in: ... here.
9010 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9011 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9012
9013 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9014
9015 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9016 (configure-target-libchill, configure-target-libobjc): Likewise.
9017
9018 * configure.in: Use the same cache file for all target libs.
9019 * config-ml.in: But different cache files per multilib variant.
9020
9021 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9022
9023 * configure (topsrcdir): Don't use dirname.
9024
9025 2000-07-20 Jason Merrill <jason@redhat.com>
9026
9027 * configure.in: Remove all references to libg++ and librx.
9028
9029 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9030
9031 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9032
9033 * config.sub: Update to subversions version 2000-07-06.
9034
9035 2000-07-12 Andrew Haley <aph@cygnus.com>
9036
9037 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9038 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9039
9040 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9041
9042 * symlink-tree: Check number of arguments.
9043
9044 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9045
9046 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9047
9048 2000-07-05 Jim Wilson <wilson@cygnus.com>
9049
9050 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9051 search path for a g++ extracted from the build tree. This
9052 will allow link tests run by configure scripts in
9053 subdirectories to succeed.
9054
9055 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9056
9057 * ltconfig: Add support for mips-dde-sysv4.2MP
9058
9059 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9060
9061 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9062 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9063
9064 2000-06-19 Timothy Wall <twall@cygnus.com>
9065
9066 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9067 * config.sub: Add tic54x target.
9068
9069 2000-06-07 Phillip Thomas <pthomas@suse.de>
9070
9071 * README-maintainer-mode: New file: Contains notes on using
9072 --enable-maintainer-mode with binutils.
9073
9074 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9075
9076 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9077
9078 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9079
9080 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9081 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9082
9083 20000-05-21 H.J. Lu (hjl@gnu.org)
9084
9085 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9086 directory are used if they exist. Make sure
9087 $(build_tooldir)/include is searched for header files,
9088 $(build_tooldir)/lib/ for library files.
9089 (GCC_FOR_TARGET): Likewise.
9090 (CXX_FOR_TARGET): Likewise.
9091
9092 2000-05-18 Jeffrey A Law (law@cygnus.com)
9093
9094 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9095
9096 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9097
9098 * Makefile.in (configure-target-libiberty): Depend on
9099 configure-target-newlib.
9100
9101 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9102
9103 * configure.in, Makefile.in: Merge all libffi-related
9104 configury stuff from the libgcj tree.
9105
9106 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9107
9108 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9109 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9110
9111 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9112
9113 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9114 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9115 current version information. Add to proto-toplev directory.
9116 (gdb-taz): Build do-djunpack.
9117
9118 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9119
9120 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9121
9122 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9123
9124 * ltmain.sh: Preserve in relink_command any environment
9125 variables that may affect the linker behavior.
9126
9127 2000-05-12 Jeffrey A Law (law@cygnus.com)
9128
9129 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9130
9131 2000-05-10 Jim Wilson <wilson@cygnus.com>
9132
9133 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9134
9135 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9138 with the version name.
9139
9140 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9141
9142 * config.if: Tweak.
9143
9144 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9145
9146 * djunpack.bat: New file.
9147
9148 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9149
9150 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9151 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9152 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9153 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9154
9155 2000-04-16 Dave Pitts <dpitts@cozx.com>
9156
9157 * config.sub (case $basic_machine): Change default for "ibm-*"
9158 to "openedition".
9159
9160 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9161
9162 * Makefile.in (gdb-taz): New target. GDB specific archive.
9163 (do-md5sum): New target.
9164 (MD5PROG): Define.
9165 (PACKAGE): Default to TOOL.
9166 (VER): Default to a shell script.
9167 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9168 md5 checksum generation.
9169 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9170 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9171 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9172 insight.tar.bz2): Use gdb-taz to create archive.
9173
9174 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9175
9176 * configure (warn_cflags): Delete.
9177
9178 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9179 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9180
9181 * configure.in (enable_libstdcxx_v3): Add.
9182 (target_libs): Add bits here to switch between libstdc++-v2 and
9183 libstdc++-v3.
9184 * config.if: And this file too.
9185 * Makefile.in: Add libstdc++-v3 targets.
9186
9187 2000-04-05 Michael Meissner <meissner@redhat.com>
9188
9189 * config.sub (d30v): Add d30v as a basic machine type.
9190
9191 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9192
9193 * configure.in: -linux-gnu*, not -linux-gnu.
9194
9195 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9196
9197 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9198 (do-tar-bz2): Replace TOOL with PACKAGE.
9199 (gdb.tar.bz2): Remove GDBTK from GDB package.
9200 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9201 dejagnu.tar.bz2): New packages.
9202
9203 2000-02-27 Andreas Jaeger <aj@suse.de>
9204
9205 * configure.in: Add entry for mips*-*-linux*, move catch all
9206 *-*-*linux* entry below this one.
9207
9208 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9209
9210 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9211
9212 2000-02-24 Nick Clifton <nickc@cygnus.com>
9213
9214 * config.sub: Support an OS of "wince".
9215
9216 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9217
9218 * config.guess, config.sub: Updated to match config's 2000-02-15
9219 version.
9220
9221 2000-02-23 Linas Vepstas <linas@linas.org>
9222
9223 * config.sub: Add support for Linux/IBM 370.
9224 * configure.in: Likewise.
9225
9226 2000-02-22 Nick Clifton <nickc@cygnus.com>
9227
9228 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9229
9230 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9231
9232 * config.guess: Guess "cygwin" rather than "cygwin32".
9233
9234 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9235
9236 * configure (gcc_version): When setting, narrow search to
9237 lines containing `version_string'.
9238
9239 2000-02-15 Denis Chertykov <denisc@overta.ru>
9240
9241 * config.sub: Add support for avr target.
9242
9243 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9244
9245 * config.sub: Add mmix-knuth-mmixware.
9246
9247 2000-01-27 Christopher Faylor <cgf@redhat.com>
9248
9249 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9250 structure stuff to -L library search.
9251 (CXX_FOR_TARGET): Ditto.
9252 (CROSS_CHECK_MODULES): Fix spelling mistake.
9253
9254 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9255
9256 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9257 the C++ compiler.
9258
9259 2000-01-12 Richard Henderson <rth@cygnus.com>
9260
9261 * configure.in: Don't build some bits for beos.
9262
9263 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9264
9265 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9266 as include files.
9267
9268 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9269
9270 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9271 not mh-aix43.
9272
9273 1999-12-14 Richard Henderson <rth@cygnus.com>
9274
9275 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9276 * config.sub: Accept alphaev[78], alphaev8.
9277
9278 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9279
9280 * config.guess, config.sub: Update from autoconf.
9281
9282 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9283
9284 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9285 necessary libraries are missing.
9286
9287 1999-10-25 Andreas Schwab <schwab@suse.de>
9288
9289 * configure: Fix quoting inside arguments of eval.
9290
9291 1999-10-21 Nick Clifton <nickc@cygnus.com>
9292
9293 * config-ml.in: Allow suppression of some ARM multilibs.
9294
9295 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9296
9297 * config.guess: Add OS/390 match pattern.
9298 * config.sub: Add mvs, openedition targets.
9299 * configure.in (i370-ibm-opened*): New.
9300
9301 1999-09-04 Steve Chamberlain <sac@pobox.com>
9302
9303 * config.sub: Add support for configuring for pj.
9304
9305 1999-08-31 Nick Clifton <nickc@cygnus.com>
9306
9307 * config.sub (maybe_os): Add support for configuring for fr30.
9308
9309 1999-08-25 Nick Clifton <nickc@cygnus.com>
9310
9311 * configure.in: Do not configure or build ld for AIX
9312 platforms. ld is known to be broken on these platforms.
9313
9314 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9315
9316 * config-ml.in: Pass compiler flag corresponding to multidirs to
9317 subdir configures.
9318
9319 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9320
9321 * Makefile.in (LDFLAGS): Define.
9322
9323 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9324
9325 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9326 noconfigdirs.
9327 (*-*-cygwin*): Likewise.
9328
9329 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9330
9331 * mkdep: New file.
9332 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9333 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9334
9335 From Eli Zaretskii <eliz@is.elta.co.il>:
9336 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9337 long file name when using DJGPP on MS-DOS.
9338
9339 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9340
9341 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9342
9343 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9344
9345 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9346 dependency as this causes "make check" to globally "make all"
9347
9348 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9349
9350 * configure.in (target_libs): Added target-zlib.
9351 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9352 (CONFIGURE_TARGET_MODULES): Likewise.
9353 (CHECK_TARGET_MODULES): Likewise.
9354 (INSTALL_TARGET_MODULES): Likewise.
9355 (CLEAN_TARGET_MODULES): Likewise.
9356 (configure-target-zlib): New target.
9357 (all-target-zlib): Likewise.
9358 (all-target-libjava): Depend on all-target-zlib.
9359 (configure-target-libjava): Depend on configure-target-zlib.
9360
9361 * Makefile.in (configure-target-libjava): Depend on
9362 configure-target-newlib.
9363 (configure-target-boehm-gc): New target.
9364 (configure-target-qthreads): New target.
9365
9366 * configure.in (target_libs): Added target-qthreads.
9367 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9368 (CONFIGURE_TARGET_MODULES): Likewise.
9369 (CHECK_TARGET_MODULES): Likewise.
9370 (INSTALL_TARGET_MODULES): Likewise.
9371 (CLEAN_TARGET_MODULES): Likewise.
9372 (all-target-qthreads): New target.
9373 (configure-target-libjava): Depend on configure-target-qthreads.
9374 (all-target-libjava): Depend on all-target-qthreads.
9375
9376 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9377 (CONFIGURE_TARGET_MODULES): Likewise.
9378 (CHECK_TARGET_MODULES): Likewise.
9379 (INSTALL_TARGET_MODULES): Likewise.
9380 (CLEAN_TARGET_MODULES): Likewise.
9381 (all-target-libjava): New target.
9382 (all-target-boehm-gc): Likewise.
9383 * configure.in (target_libs): Added libjava, boehm-gc.
9384
9385 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9386
9387 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9388 configure.bat in SUPPORT_FILES.
9389 (gas+binutils.tar.bz2): Likewise.
9390
9391 * makeall.bat: Remove; obsolete.
9392
9393 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9394
9395 From Mark Elbrecht:
9396 * configure.bat: Remove; obsolete.
9397
9398 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9399
9400 * configure: Add -W -Wall to the default CFLAGS when compiling with
9401 gcc.
9402
9403 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9404
9405 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9406
9407 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9408
9409 * configure.in: Build ld on IRIX6.
9410
9411 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9412
9413 * Makefile.in: Change distribution targets to use bzip2 instead of
9414 gzip.
9415 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9416 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9417
9418 1999-06-04 Nick Clifton <nickc@cygnus.com>
9419
9420 * config.sub: Add mcore target.
9421
9422 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9423
9424 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9425
9426 1999-05-25 H.J. Lu (hjl@gnu.org)
9427
9428 * config.guess (dummy): Changed to $dummy.
9429
9430 1999-05-24 Nick Clifton <nickc@cygnus.com>
9431
9432 * config.sub: Tidied up case statements.
9433
9434 1999-05-22 Ben Elliston <bje@cygnus.com>
9435
9436 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9437 <jiro@din.or.jp>.
9438
9439 * config.guess: Merge with FSF version. Future changes will be
9440 more accurately recorded in this ChangeLog.
9441 * config.sub: Likewise.
9442
9443 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9444
9445 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9446
9447 1999-04-30 Tom Tromey <tromey@cygnus.com>
9448
9449 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9450
9451 1999-04-23 Tom Tromey <tromey@cygnus.com>
9452
9453 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9454
9455 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9456
9457 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9458 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9459 Bad merge removed these two changes.
9460
9461 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9462 Martin Heller (Ing.-Buero_Heller@t-online.de)
9463
9464 * config.guess (interix Alpha): Add.
9465
9466 1999-04-11 Richard Henderson <rth@cygnus.com>
9467
9468 * configure.in (i?86-*-beos*): Do config gperf; don't config
9469 gdb, newlib, or libgloss.
9470
9471 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9472
9473 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9474 link a trivial program with -mabi=64. If it fails, remove mabi=64
9475 from multidirs.
9476
9477 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9478
9479 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9480
9481 1999-04-08 Nick Clifton <nickc@cygnus.com>
9482
9483 * config.sub: Add support for mcore targets.
9484
9485 1999-04-07 Michael Meissner <meissner@cygnus.com>
9486
9487 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9488 not mt-ospace, in order to shut up assembler warning about using
9489 symbols that are named the same as registers.
9490
9491 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9492
9493 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9494 dependency list for all-target-cygmon.
9495
9496 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9497
9498 * config-ml.in: Check $host, not $target, for selective multilibs.
9499 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9500 thumb interworking, and underscore prefix multilibs.
9501
9502 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9503
9504 * missing: Update to version from current automake.
9505
9506 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9507
9508 * configure (gxx_include_dir): Removed.
9509
9510 * configure.in (gxx_include_dir): Handle it.
9511 * Makefile.in: Likewise.
9512
9513 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9514
9515 * config.sub (mips64vr4111,mips64vr4111el) Add.
9516
9517 1999-03-21 Ben Elliston <bje@cygnus.com>
9518
9519 * config.guess: Correct typo for detecting ELF on FreeBSD.
9520
9521 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9522
9523 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9524 config/mh-djgpp.
9525
9526 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9527
9528 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9529 all-target-newlib to dependency list for all-target-bsp.
9530
9531 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9532
9533 * config.sub: Add i386-uwin support.
9534 * config.guess: Likewise.
9535
9536 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9537
9538 * configure.in: cleanup, add mh-*pic handling for arm, special
9539 case powerpc*-*-aix*
9540
9541 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9542
9543 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9544 can be built.
9545
9546 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9547
9548 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9549 targets.
9550
9551 1999-03-02 Nick Clifton <nickc@cygnus.com>
9552
9553 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9554
9555 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9556
9557 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9558
9559 1999-02-24 Nick Clifton <nickc@cygnus.com>
9560
9561 * config.sub: Fix typo in arm recognition.
9562
9563 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9564
9565 * configure.in (noconfigdirs): Changed target_configdirs to
9566 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9567 rather than m68k-*-* since it is not known to work on
9568 m68k-aout. Ditto for arm-*-*oabi.
9569
9570 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9571
9572 * configure.in (*-*-windows*): Remove, no longer used.
9573
9574 1999-02-19 Ben Elliston <bje@cygnus.com>
9575
9576 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9577 Smart and improved by Andrew Cagney.
9578
9579 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9580
9581 * config.guess: Recognize openbsd-*-hppa.
9582
9583 1999-02-17 H.J. Lu (hjl@gnu.org)
9584
9585 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9586 only if it is not empty.
9587
9588 1999-02-17 Nick Clifton <nickc@cygnus.com>
9589
9590 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9591
9592 * config.guess: Modified to recognize uname's armv* syntax.
9593
9594 * config.sub: Modified to recognize uname's armv* syntax.
9595
9596 1999-02-17 Mark Salter <msalter@cygnus.com>
9597
9598 * configure.in: Added target-bsp for sparclite.
9599
9600 1999-02-08 Richard Henderson <rth@cygnus.com>
9601
9602 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9603
9604 1999-02-08 Nick Clifton <nickc@cygnus.com>
9605
9606 * configure.in: Add support for strongarm port.
9607 * config.sub: Add support for strongarm target.
9608
9609 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9610
9611 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9612 the old name config/mh-cygwin32.
9613 Enable texinfo.
9614
9615 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9616
9617 * configure.in: Do build ld for ix86 Solaris.
9618
9619 1999-02-02 Jim Wilson <wilson@cygnus.com>
9620
9621 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9622 $AR_FOR_TARGET. Likewise for RANLIB.
9623
9624 1999-02-02 Catherine Moore <clm@cygnus.com>
9625
9626 * config.sub (oabi): Recognize.
9627 * configure.in (arm-*-oabi): Handle.
9628
9629 1999-01-30 Robert Lipe (robertlipe@usa.net)
9630
9631 * config.guess: Improve detection of i686 on UnixWare 7.
9632
9633 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9634
9635 * config.guess: Add support for i386-pc-interix.
9636 * config.sub: Likewise.
9637 * configure.in: Likewise.
9638
9639 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9640
9641 * Makefile.in: Remove unneeded all-target-libio from
9642 from all-target-winsup target since it is now unneeded.
9643 Add all-target-libtermcap in its place since it is now
9644 needed.
9645
9646 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9647
9648 * configure.in: makefile stub for cygwin target is probably
9649 unnecessary. Remove it for now.
9650
9651 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9652
9653 * configure.in: libtermcap.a should be built when cygwin is the
9654 target as well as the host.
9655 * config.guess: Allow mixed case in cygwin uname output.
9656 * Makefile.in: Add libtermcap target.
9657
9658 1998-12-23 Jeffrey A Law (law@cygnus.com)
9659
9660 * config.sub: Clean up handling of hppa2.0.
9661
9662 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9663
9664 * config.guess: Use C code to identify more HP machines.
9665
9666 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9667
9668 * config.sub: Handle hppa2.0.
9669
9670 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9671
9672 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9673 cygmon for all sparclite targets, regardless of object format.
9674
9675 1998-12-15 Mark Salter <msalter@cygnus.com>
9676
9677 * configure.in: Added target-bsp for several target architectures.
9678
9679 * Makefile.in: Added rules for bsp.
9680
9681 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9682
9683 * config.guess: Improve detection of hppa2.0 processors.
9684
9685 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9686
9687 * config.guess: Recognize FreeBSD using ELF automatically.
9688
9689 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9690
9691 * configure (skip-this-dir): Add handling for new shell script, which
9692 might be created by a sub-directory's configure to indicate, this particular
9693 directory is "unwanted".
9694 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9695
9696 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9697
9698 * ltconfig: import from libtool, after changing libtool to
9699 account for the cygwin name change.
9700
9701 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9702
9703 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9704 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9705
9706 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9707
9708 * configure.in: Add libtermcap to list of cygwin dependencies.
9709
9710 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9711
9712 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9713 they include winsup/include when it's a cygwin target.
9714
9715 1998-11-12 Tom Tromey <tromey@cygnus.com>
9716
9717 * configure.in (host_tools): Added zip.
9718 * Makefile.in (all-target-libjava): Depend on all-zip.
9719 (all-zip): New target.
9720 (ALL_MODULES): Added all-zip.
9721 (NATIVE_CHECK_MODULES): Added check-zip.
9722 (INSTALL_MODULES): Added install-zip.
9723 (CLEAN_MODULES): Added clean-zip.
9724
9725 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9726
9727 * Makefile.in: lose "32" from comment about cygwin.
9728
9729 1998-11-05 Nick Clifton <nickc@cygnus.com>
9730
9731 * configure.in: Use -Os to build target libraries for the fr30.
9732
9733 1998-11-04 Dave Brolley <brolley@cygnus.com>
9734
9735 * config.sub: Add fr30.
9736
9737 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9738
9739 * configure.in: drop "32" from config/mh-cygwin32. Check
9740 cygwin* instead of cygwin32*.
9741 * config.sub: Check cygwin* instead of cygwin32*.
9742
9743 1998-10-22 Robert Lipe <robertl@dgii.com>
9744
9745 * config.guess: Match any version of Unixware7.
9746
9747 1998-10-20 Syd Polk <spolk@cygnus.com>
9748
9749 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9750 if desired.
9751
9752 1998-10-18 Jeffrey A Law (law@cygnus.com)
9753
9754 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9755 these if the appropriate directories and files to not exist.
9756
9757 1998-10-14 Jeffrey A Law (law@cygnus.com)
9758
9759 * Makefile.in (DEVO_SUPPORT): Add config.if.
9760
9761 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9762
9763 * configure: Add pattern to replace "build_tooldir"'s
9764 definition in the generated Makefile with "tooldir"'s
9765 actual value.
9766
9767 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9768
9769 * config.sub: Bring back lost sparcv9.
9770
9771 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9772
9773 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9774
9775 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9776 CC_FOR_TARGET and friends.
9777
9778 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9779
9780 * Makefile.in (build_tooldir): New variable, same as tooldir.
9781 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9782 -B$(build_tooldir)/bin/.
9783 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9784
9785 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9786
9787 * config.sub: Add support for i[34567]86-pc-udk.
9788 * configure.in: Likewise.
9789
9790 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9791
9792 * Makefile.in: add bzip2 package building bits for user
9793 tools module
9794 * configure.in: ditto
9795
9796 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9797
9798 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9799 (ALL_TARGET_MODULES): Add all-target-libobjc.
9800 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9801 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9802 (all-target-libchill): Add dependencies.
9803 * configure.in (target_libs): Add libchill.
9804
9805 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9806
9807 * configure.in (target_subdir): Remove duplicate line.
9808
9809 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9810
9811 * Makefile.in (all-automake): fix dependencies.
9812
9813 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9814
9815 * configure.in: Minor cleanups for building in the $(target_alias)
9816 subdir.
9817
9818 1998-09-22 Jim Wilson <wilson@cygnus.com>
9819
9820 * Makefile.in (bootstrap): Set r and s before make all. Use
9821 BASE_FLAGS_TO_PASS in make all.
9822 (cross): Likewise.
9823
9824 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9825
9826 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9827
9828 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9829
9830 * config.sub: Fix typo in last change.
9831
9832 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9833
9834 * config.sub: Add support for C4x target.
9835 * configure.in: Likewise.
9836
9837 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9838
9839 * config.sub: Recognize sparcv9 just like sparc64.
9840
9841 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9842
9843 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9844
9845 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9846
9847 * config.guess: Correctly identify Pentium II sco boxes.
9848
9849 * config.guess: Fix "tr" code. From Weiwen Liu.
9850
9851 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9852
9853 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9854 stabs.
9855
9856 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9857
9858 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9859 (ALL_TARGET_MODULES): Add all-target-libchill.
9860 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9861 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9862 (all-target-libchill): Add dependencies.
9863 * configure.in (target_libs): Add libchill.
9864
9865 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9866
9867 * config.guess: Avoid assumptions about "tr" behaves when
9868 LANG is set to something other than English.
9869
9870 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9871
9872 * configure (gxx_include_dir): Changed to
9873 '${prefix}/include/g++'-${libstdcxx_interface}.
9874
9875 * config.if: New to determine the interfaces.
9876
9877 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9878
9879 * config.guess: Detect and handle MPE/IX.
9880 * config.sub: Deal with MPE/IX.
9881
9882 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9883
9884 * configure.in: Use mh-aix43.
9885
9886 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9887
9888 * configure: Fix --without/--disable cases for gxx-include-dir.
9889
9890 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9891
9892 * mdata-sh: Imported. Needed for automake support.
9893
9894 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9895
9896 * Makefile.in (taz): Try "chmod -R og=u ." before
9897 "chmod og=u `find . -print`".
9898
9899 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9900
9901 * configure.in: Add arm-elf and thumb-elf support.
9902
9903 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9904
9905 * Makefile.in: Undo previous patch.
9906
9907 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9908
9909 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9910 to here ...
9911 (install-no-fixedincludes): and here
9912 (INSTALL_MODULES): ... from here.
9913
9914 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9915
9916 * config.sub: Merge with FSF.
9917
9918 * config.guess: Merge with FSF.
9919
9920 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9921
9922 * configure (extraconfigdirs): New variable.
9923 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9924 * Makefile.in (all): Move higher in file.
9925 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9926 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9927 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9928 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9929 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9930
9931 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9932
9933 * Makefile.in (all-target-libjava): Depend on all-gcc and
9934 all-target-newlib.
9935 (configure-target-libjava): Depend on $(ALL_GCC).
9936
9937 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9938
9939 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9940 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9941
9942 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9943
9944 * ylwrap: Change absolute path checks to check for DOS style path
9945 names.
9946
9947 * ylwrap: Don't use a full path name if the source file is in the
9948 same directory. From hjl@lucon.org (H.J. Lu).
9949
9950 * config-ml.in: Default to being verbose, to match Feb 18 change to
9951 configure.
9952
9953 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9954
9955 Brought over from egcs:
9956
9957 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9958
9959 * configure.in (target_subdir): Set to ${target_alias} instead
9960 of "libraries".
9961
9962 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9963
9964 * configure.in (target_subdir): Set to libraries if enable_multilib.
9965
9966 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9967
9968 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9969 multilibs, force reconfiguration the first time we create
9970 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9971
9972 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9973
9974 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9975 avoid confusion with --no-recursion.
9976
9977 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9978
9979 * configure.in: Win32 hosts shouldn't use install -x
9980 * install-sh: remove -x option, and special .exe-handling
9981 hack.
9982
9983 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9984
9985 * config.guess: Recognize i586-pc-beos.
9986 * configure.in: Don't build some bits for beos.
9987
9988 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9989
9990 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9991 CFLAGS default to -O2.
9992
9993 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9994 when using GNU ld.
9995
9996 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9997
9998 * ltmain.sh: Correct install when using a different shell.
9999
10000 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10001
10002 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10003
10004 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10005
10006 * makefile.vms: Update to build binutils/makefile.vms. Add install
10007 target.
10008
10009 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10010
10011 * ltconfig: Update to correct AIX handling.
10012
10013 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10014
10015 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10016
10017 * configure.in (target_subdir): Set to ${target_alias} instead
10018 of "libraries".
10019
10020 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10021
10022 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10023 (Makefile): Depend on $(gcc_version_trigger).
10024
10025 * configure (gcc_version): Change default initializer to empty
10026 string.
10027 (gcc_version_trigger): New variable; pass this variable down
10028 to subdir configures to enable them checking gcc's version
10029 themselves. Emit make macros for both gcc_version vars.
10030 (topsrcdir): Initialize reliably.
10031 (recursion line): Remove --with-gcc-version=${gcc_version}.
10032
10033 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10034
10035 * configure (enable_version_specific_runtime_libs): Implement new flag
10036 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10037 in $(libsubdir); emit definition in each generated Makefile.
10038 (gxx_include_dir): Initialize depending on
10039 $enable_version_specific_runtime_libs.
10040
10041 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10042
10043 * configure (gcc_version): Initialize properly depending on
10044 how and where configure is started.
10045 (recursion line): Pass a --with-gcc-version=${gcc_version}
10046 to configures in subdirs.
10047
10048 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10049
10050 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10051 cygmon
10052
10053 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10054
10055 * configure.in: Add cygmon and libstub support for mn10200.
10056
10057 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10058
10059 * configure (gcc_version): Add new variable describing the
10060 particular gcc version we're building.
10061 * Makefile.in (libsubdir): Add new macro for the directory
10062 in which the compiler finds executables, libraries, etc.
10063 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10064 and libsubdir.
10065
10066 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10067
10068 * Makefile.in (local-clean): Remove *.log.
10069 (warning.log): Built with warn_summary from build.log.
10070 (mail-report.log): Run test_summary.
10071 (mail-report-with-warnings.log): Run test_summary including
10072 warning.log in the report.
10073
10074 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10075
10076 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10077
10078 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10079
10080 * Makefile.in (grep): Grep no longer depends on libiberty.
10081
10082 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10083
10084 * Makefile.in: all-snavigator needs all-libgui.
10085
10086 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10087
10088 * configure.in: Add cygmon and libstub support for mn10300.
10089
10090 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10091
10092 * missing: Update to version from automake 1.3.
10093
10094 * ltmain.sh: On installation, don't get confused if the same name
10095 appears more than once in the list of library names.
10096
10097 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10098
10099 * config.sub: Accept m68060 and m5200 as CPU names.
10100
10101 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * configure: Use && rather than using -a in test, because odd
10104 strings can confuse test.
10105 * configure.in: Likewise.
10106
10107 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10108
10109 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10110
10111 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10112
10113 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10114 bootstrap4-lean): New targets.
10115
10116 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10117
10118 * mpw-* Delete. Not used.
10119
10120 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10121
10122 * COPYING.LIB: Update FSF address.
10123
10124 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10127
10128 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10129 GAS_SUPPORT_DIRS.
10130
10131 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10132
10133 * ltconfig, ltmain.sh: Avoid producing a version number if
10134 -version-info was not used.
10135
10136 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10137
10138 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10139 building with newlib.
10140
10141 1998-04-30 Paul Eggert <eggert@twinsun.com>
10142
10143 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10144 Solaris `make' causes it to continue to next definition.
10145
10146 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10147
10148 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10149 the right GUI libraries and files are installed along with GDB.
10150
10151 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10152
10153 * configure.in: Change alpha to alpha* in several places.
10154
10155 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10156
10157 * config.sub: Recognize sparc86x.
10158
10159 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10160
10161 * configure.in (--enable-target-optspace): Remove debug echo.
10162
10163 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10164
10165 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10166
10167 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10168
10169 * ltconfig: Update cygwin32 support.
10170
10171 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10172 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10173 (GDB_SUPPORT_DIRS): Likewise.
10174
10175 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10176
10177 * configure.in (target_makefile_frag): If --enable-target-optspace,
10178 use -Os to compile target libraries rather than -O2. Default to
10179 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10180 not used.
10181 * configure.in (target_cflags): Ditto for d30v.
10182
10183 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10184
10185 * Makefile.in (all-bfd): Depend on all-intl.
10186 (all-binutils): Likewise.
10187 (all-gas): Likewise.
10188 (all-gprof): Likewise.
10189 (all-ld): Likewise.
10190
10191 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10192
10193 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10194
10195 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10196
10197 * Makefile.in (all-bfd): Depend upon all-libiberty.
10198
10199 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10200
10201 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10202
10203 * Makefile.in: Add libstub.
10204
10205 * configure.in: Ditto. Build libstub for targets that have cygmon
10206 support.
10207
10208 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10209
10210 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10211
10212 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10213
10214 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10215 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10216
10217 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10218
10219 * configure: Define DEFAULT_M4 by searching PATH.
10220 * Makfile.in: Use DEFAULT_M4.
10221
10222 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * ltconfig: Add cygwin32 support.
10225
10226 * Makefile.in, configure.in: Add libtool as a native only directory
10227 to configure and build.
10228
10229 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10230
10231 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10232
10233 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10234
10235 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10236
10237 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10238
10239 * Makefile.in: add ash make rules
10240 * configure.in: add ash to native_only and host_tools lists
10241
10242 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10243
10244 * Makefile.in (all-gettext, all-intl): New targets.
10245 (ALL_MODULES): Added all-gettext, all-intl.
10246 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10247 (INSTALL_MODULES): Added install-gettext, install-intl.
10248 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10249
10250 * configure.in (host_tools): Added gettext.
10251 (native_only): Likewise.
10252 (noconfigdirs) [various cases]: Likewise.
10253 (host_libs): Added intl.
10254
10255 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10256
10257 * configure: Do not disable building gdbtk for cygwin32 hosts.
10258
10259 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10260
10261 * configure.in: Add thumb-coff target.
10262 * config.sub: Add thumb-coff target.
10263
10264 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10265
10266 * Makefile.in: Revert yesterday's change.
10267 (all-target-winsup): all-target-librx stays out of here.
10268
10269 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10270
10271 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10272 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10273 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10274 Remove references to librx and libg++.
10275
10276 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10277
10278 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10279 recursive makes
10280
10281 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10282
10283 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10284 for newlib directory.
10285 (CXX_FOR_TARGET): Likewise.
10286
10287 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10288
10289 * ltconfig: Update after libtool/ltconfig.in change for
10290 hpux11.
10291
10292 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10293
10294 * ltconfig, ltmain.sh: Update to libtool 1.2.
10295
10296 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10297
10298 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10299 (install-gcc-cross): Instead, override LANGUAGES here.
10300
10301 1998-03-18 Dave Love <d.love@dl.ac.uk>
10302
10303 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10304 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10305
10306 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10307
10308 * configure.in: Add Thumb-pe target.
10309
10310 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10311
10312 * Makefile.in - changed sn targets to snavigator
10313 * configure.in - changed sn targets to snavigator
10314
10315 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10316
10317 * config-ml.in: After building symlink tree call make distclean
10318 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10319 to be the case for libiberty.
10320
10321 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10322
10323 * configure: When making link, also check the current
10324 directory. The configure scripts may create one.
10325
10326 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10327
10328 * config.sub: Accept alphapca56 and alphaev6 properly.
10329
10330 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10331
10332 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10333
10334 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10335
10336 * config.sub (sco5): Fix typo.
10337
10338 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10339
10340 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10341 install-itcl.
10342 (install-itcl): Remove dependency on install-tcl.
10343
10344 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10345
10346 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10347
10348 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * configure.in: Don't build libgui for a cygwin32 target when not on
10351 a cygwin32 host.
10352
10353 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10354
10355 * configure (redirect): Set to null, so default behavior of
10356 configure is now --verbose.
10357
10358 1998-02-16 Dave Love <d.love@dl.ac.uk>
10359
10360 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10361 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10362
10363 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10364
10365 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10366 this change to sync Makefile.in with its ChangeLog entries.
10367
10368 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10369
10370 * ltmain.sh (mkdir): Check that the directory doesn't exist
10371 before we exit with error, so that we don't get races during
10372 parallel builds.
10373
10374 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10375
10376 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10377
10378 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10379
10380 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10381 PICFLAG_FOR_TARGET.
10382 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10383
10384 * configure: Emit a definition for the new macro enable_shared
10385 into each Makefile.
10386
10387 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10388
10389 * configure.in (host_tools, native_only): Add libtool.
10390
10391 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10392
10393 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10394 Fix typo in ming config comment.
10395
10396 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10397
10398 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10399
10400 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10401
10402 * config.sub: Add tic30 cases, and map c30 to tic30.
10403
10404 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10405
10406 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10407 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10408 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10409 (CLEAN_TARGET_MODULES): Similarly
10410 (all-target-libf2c): Add dependences.
10411 * configure.in (target_libs): Add libf2c.
10412
10413 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10414
10415 * configure.in: Remove expect from noconfigdirs when target
10416 is cygwin32. OK to build expect and dejagnu with Canadian
10417 Cross.
10418
10419 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10420
10421 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10422 host.
10423
10424 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10425 and mingw32.
10426
10427 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10428
10429 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10430 here as it is not defined in the toplevel Makefile.
10431
10432 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10433
10434 * configure (package_makefile_rules_frag): New variable, which names
10435 a file with generic rules, ...
10436 Change comment to mention we now have FIVE parts.
10437 * configure: Undo last change.
10438
10439 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10440
10441 * config.guess: More accurate determination of HP processor types.
10442 * config.sub: More accurate determination of HP processor types.
10443
10444 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10445
10446 * configure (package_makefile_frag): Move inserting the
10447 ${package_makefile_frag} to where it should be according
10448 to the comment.
10449
10450 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10451
10452 * config.guess: Add support for Linux/ARM.
10453
10454 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10455
10456 * .cvsignore: Remove *-info and *-install since they match
10457 release-info and mpw-install, which we don't want to just ignore.
10458
10459 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10460
10461 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10462
10463 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10464
10465 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10466 local_prefix to sub-make invocations.
10467
10468 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10469
10470 * configure.in: Check makefile fragments in the source
10471 directory.
10472
10473 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10474
10475 * configure.in: Check whether host and target makefile
10476 fragments exist before adding them to *_makefile_frag.
10477
10478 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10479
10480 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10481
10482 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10483
10484 * configure.in: Make sure we only replace RPATH_ENVVAR on
10485 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10486 regexp to sed.
10487
10488 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10489 to sub-makes.
10490
10491 1998-01-13 Lee Iverson (leei@ai.sri.com)
10492
10493 * config-ml.in (multi-do): LDFLAGS must include multilib
10494 designator.
10495
10496 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10497
10498 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10499
10500 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10501
10502 * config.sub: Add mingw32 support.
10503 * configure.in: Likewise.
10504
10505 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10506
10507 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10508
10509 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10510
10511 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10512 * configure (gxx_include_dir): Provide a definition for subdirs
10513 which do not use autoconf.
10514
10515 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10516
10517 * config.guess: Sync with egcs. Picks up new alpha support,
10518 BeOS & some additional linux support.
10519
10520 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10521
10522 * config.guess: HP 9000/803 is a PA1.1 machine.
10523
10524 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10525
10526 * configure.in: It's alpha*-...
10527
10528 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10529
10530 * configure.in (host_makefile_frag, target_makefile_frag):
10531 Handle multiple config files.
10532 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10533 alpha-*-*.
10534
10535 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10536
10537 * mkdep: New file.
10538
10539 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10540
10541 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10542
10543 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10544
10545 * Makefile.in: Add libgui directory.
10546 (GDB_TK): Add all-libgui.
10547 * configure.in: Add libgui directory.
10548 * configure: Add all-libgui to GDB_TK.
10549
10550 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10551
10552 * config-ml.in (multidirs): Add m32r to multilib list.
10553
10554 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10555
10556 * Makefile.in (all-target-gperf): Change dependency to
10557 all-target-libstdc++.
10558
10559 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10560
10561 * config.guess: Add BeOS support.
10562
10563 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10564
10565 Source directory cvs renamed to cvssrc:
10566 * configure.in (host_tools): Change cvs to cvssrc.
10567 (native_only): Likewise.
10568 (noconfigdirs) [various cases]: Likewise.
10569 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10570 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10571 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10572 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10573 (all-cvssrc): Rename target from all-cvs.
10574
10575 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10576
10577 * configure (gxx_include_dir): Fix thinko.
10578
10579 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10580
10581 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10582 (install-cross, install-gcc-cross): New targets.
10583
10584 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10585
10586 * configure.in (noconfigdirs): Add support for Thumb target.
10587
10588 * config.sub (maybe_os): Add support for Thumb target.
10589
10590 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10591
10592 * Makefile.in: Add rules for cygmon.
10593
10594 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10595
10596 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10597
10598 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10599 * configure (gxx_include_dir): Provide a definition for subdirs
10600 which do not use autoconf.
10601
10602 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10603
10604 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10605 11/18/97 build
10606
10607 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10608
10609 * From Franz Sirl.
10610 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10611 found on RedHat Linux systems.
10612
10613 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10614
10615 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10616 guesses.
10617
10618 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10619
10620 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10621
10622 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10623
10624 * ltmain.sh: If mkdir fails, check whether the directory was created
10625 anyhow by some other process.
10626
10627 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10628
10629 * configure.in (d30v-*-*): Configure all directories.
10630
10631 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10632
10633 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10634 for the D30V.
10635
10636 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10637
10638 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10639
10640 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10641
10642 * include/libiberty.h: Add extern "C" { so it can be used with C++
10643 progrms.
10644 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10645 programs.
10646
10647 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10648
10649 * configure.in (d30v-*-*): Configure GCC now.
10650
10651 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10652
10653 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10654 is no longer needed.
10655
10656 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10657
10658 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10659
10660 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10661
10662 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10663 targets using "$@" to provide support for similar but not identical
10664 targets without having to duplicate code.
10665
10666 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10667
10668 * makefile.vms: Fix to work with DEC C.
10669
10670 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10671
10672 * config.sub: Add mips-tx39-elf to marketing names.
10673
10674 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10675
10676 * ltmain.sh: Handle symlinks in generated script.
10677
10678 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10679
10680 * configure: Handle autoconf style directory options: --bindir,
10681 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10682 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10683 --sysconfdir.
10684 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10685 (sharedstatedir, localstatedir, oldincludedir): New variables.
10686 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10687 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10688 sbindir, sharedstatedir, and sysconfdir.
10689
10690 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10691
10692 * Makefile.in (bootstrap-lean): New target.
10693
10694 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10695
10696 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10697 sn, and gnuserv from noconfigdirs.
10698
10699 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10700
10701 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10702
10703 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10704
10705 * Makefile.in (cross): New target.
10706
10707 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10708 Jeff Law <law@cygnus.com>
10709
10710 * Makefile.in (bootstrap2, bootstrap3): New targets.
10711 (all-bootstrap): Remove outdated and confusing target.
10712 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10713
10714 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10715
10716 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10717 windows. Consistent with gdb/configure.
10718
10719 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10720
10721 * configure.in: Name Linux target fragment.
10722
10723 * configure: Rewrite so that project Makefile fragment is inserted
10724 first and appears last in the resulting Makefile.
10725
10726 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10727
10728 * Makefile.in (install-itcl): Install tcl first.
10729
10730 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10731
10732 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10733
10734 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10735
10736 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10737
10738 * configure.in (skipdirs): Add target-librx for Linux.
10739 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10740
10741 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10742
10743 * Makefile.in (bootstrap): New target.
10744
10745 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10746
10747 * config.sub: Accept 'amigados' for backward compatability.
10748
10749 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10750
10751 * config.guess: Merge with FSF.
10752
10753 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10754
10755 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10756
10757 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10758
10759 * config.sub: Add "marketing-names" patch.
10760
10761 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10762
10763 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10764
10765 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10766
10767 * config.sub: Handle v850-elf.
10768
10769 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10770
10771 * .cvsignore (*-install): Remove.
10772
10773 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10774
10775 * ltconfig: Set CONFIG_SHELL in libtool.
10776 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10777
10778 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10779
10780 * configure.in (target_subdir): Set to libraries if enable_multilib.
10781
10782 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10783
10784 * config.guess: Update from gcc directory.
10785
10786 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10787
10788 * Makefile.in (all-sim): Depends on all-readline.
10789
10790 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10791
10792 * Makefile.in (BISON, YACC): Use $$s.
10793 (all-bison): Depend on all-texinfo.
10794
10795 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10796
10797 * Makefile.in (BISON): Add -L flag.
10798 (YACC): Likewise.
10799
10800 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10801
10802 * configure.in (noconfigdirs): Add support for v850e target.
10803
10804 * config.sub (maybe_os): Add support for v850e target.
10805
10806 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10807
10808 * configure.in (noconfigdirs): Add support for v850ea target.
10809
10810 * config.sub (maybe_os): Add support for v850ea target.
10811
10812 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10813
10814 * config.sub: Add mipstx39. Delete r3900.
10815
10816 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10817
10818 * Makefile.in (all-autoconf): Depends on all-texinfo.
10819
10820 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10821
10822 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10823 eabi targets.
10824
10825 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10828
10829 * configure: When handling a Canadian Cross, handle YACC as well as
10830 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10831 * Makefile.in (all-bison): Depend upon all-texinfo.
10832
10833 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10834
10835 * Makefile.in (BISON): bison, not byacc or bison -y.
10836 (YACC): bison -y or byacc or yacc.
10837 (various): Add *-bison as appropriate.
10838 (taz): No need to mess with BISON anymore.
10839
10840 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * configure: If OSTYPE matches *win32*, try to find a good value for
10843 CONFIG_SHELL.
10844
10845 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10848 configure.in if it is present.
10849
10850 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10851
10852 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10853
10854 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10855
10856 * config.sub: Recognize `arc' cpu.
10857 * configure.in: Likewise.
10858 * config-ml.in: Likewise.
10859
10860 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10861
10862 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10863
10864 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10865
10866 * configure: Changed sed delimiter from ':' to '|' when
10867 attempting to substitute ${config_shell} for SHELL. On
10868 NT ${config_shell} may contain a ':' in it.
10869
10870 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10871
10872 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10873
10874 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10875
10876 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10877
10878 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10881
10882 * ylwrap: If the program is a relative path, force it to be
10883 absolute.
10884
10885 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10886
10887 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10888
10889 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10890
10891 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10892 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10893 for libraries.
10894
10895 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10896
10897 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10898 separated by spaces.
10899
10900 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10901
10902 * ylwrap: New file.
10903 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10904
10905 * ltmain.sh: Handle /bin/sh at start of install program.
10906
10907 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10908
10909 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10910 * missing: New file, from automake 1.2.
10911
10912 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10913
10914 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10915 check-tk to CHECK_X11_MODULES.
10916
10917 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10918
10919 * config.sub: Merge with FSF.
10920
10921 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10922
10923 * config.guess: Merge with FSF.
10924
10925 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10926
10927 * configure: Treat msdosdjgpp like go32.
10928 * configure.in: Likewise. Don't remove gprof for go32.
10929
10930 * configure: Change Makefile.tem2 to Makefile.tm2.
10931
10932 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10933
10934 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10935
10936 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10937
10938 * install-sh (chmodcmd): Set to null if the DST directory already
10939 exists. Same as Nov 11th change.
10940
10941 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10942
10943 * configure (GDB_TK): Needs itcl and tix.
10944
10945 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10946
10947 * config.guess: Update from FSF.
10948
10949 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10950
10951 * Makefile.in (GDB_TK): Depend on itcl and tix.
10952
10953 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10956 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10957 (INSTALL_SCRIPT): New variable.
10958 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10959 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10960 to -x.
10961 * install-sh: Add support for -x option.
10962
10963 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10964
10965 * configure.in, Makefile.in: Treat tix like itcl.
10966
10967 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10968
10969 * Makefile.in (WINDRES): New variable.
10970 (WINDRES_FOR_TARGET): New variable.
10971 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10972 (EXTRA_HOST_FLAGS): Add WINDRES.
10973 (EXTRA_TARGET_FLAGS): Add WINDRES.
10974 (EXTRA_GCC_FLAGS): Add WINDRES.
10975 ($(DO_X)): Pass down WINDRES.
10976 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10977 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10978 DLLTOOL_FOR_TARGET.
10979
10980 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10981
10982 * configure.in: configure sim before gdb for win32-x-ppc
10983
10984 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10985
10986 Move gperf into the toplevel, from libg++.
10987 * configure.in (target_tools): Add target-gperf.
10988 (native_only): Add target-gperf.
10989 * Makefile.in (all-target-gperf): New target, depend on
10990 all-target-libg++.
10991 (configure-target-gperf): Empty rule.
10992 (ALL_TARGET_MODULES): Add all-target-gperf.
10993 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10994 (CHECK_TARGET_MODULES): Add check-target-gperf.
10995 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10996 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10997
10998 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10999
11000 * config.sub (mn10200): Recognize new basic machine.
11001
11002 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11003
11004 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11005 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11006
11007 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11008
11009 * configure.in: If we're building mips-sgi-irix6* native, turn on
11010 ENABLE_MULTILIB and set TARGET_SUBDIR.
11011
11012 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11013
11014 * Makefile.in (all-sn): Depend on all-grep.
11015
11016 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11019
11020 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11021 Makefile. From Jeff Makey <jeff@cts.com>.
11022 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11023
11024 * Makefile.in (DISTBISONFILES): Remove.
11025 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11026 $(DEFAULT_YACC).
11027
11028 * configure.in: Build itl, db, sn, etc., when building for native
11029 cygwin32.
11030
11031 * Makefile.in (LD): New variable.
11032 (EXTRA_HOST_FLAGS): Pass down LD.
11033 ($(DO_X)): Likewise.
11034
11035 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11036
11037 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11038
11039 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11040
11041 * configure.in (targargs): Strip out any supplied --build argument
11042 before adding our own. Always add --build.
11043
11044 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11045
11046 * configure.in (targargs): Pass --build if we're doing
11047 a cross-compile.
11048
11049 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11050
11051 * configure: Use '|' instead of ":" as the separator in
11052 sed. Otherwise sed chokes on NT path names with drive
11053 designators. Also look for "?:*" as the leading characters in an
11054 absolute pathname.
11055
11056 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11057
11058 * config.sub: Support for r3900.
11059
11060 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11061
11062 * configure.in: Use install-sh, not install.sh.
11063
11064 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11067 apply it twice.
11068
11069 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11070
11071 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11072 install-binutils.
11073
11074 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11075
11076 * Makefile.in: Add automake targets.
11077 * configure.in (host_tools): Add automake.
11078
11079 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11080
11081 * configure: Default CXX to c++, not gcc.
11082 * Makefile.in (CXX): Set to c++, not gcc.
11083 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11084
11085 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11086
11087 * install-sh: try appending a .exe if source file doesn't
11088 exist
11089
11090 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11091
11092 * configure.in: Turn on multilib by default.
11093 (cross_only): Remove target-libiberty.
11094
11095 * Makefile.in (all-gcc): Don't depend on libiberty.
11096
11097 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11098
11099 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11100
11101 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11102
11103 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11104 (DISTBISONFILES): Add ld/Makefile.in
11105
11106 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11107
11108 * configure.in: if target is cygwin32 but host isn't cygwin32,
11109 don't configure gdb tcl tk expect, not just gdb.
11110
11111 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11112
11113 * configure.in: Added gnuserv everywhere sn appears.
11114
11115 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11116 (CROSS_CHECK_MODULES): Added check-gnuserv.
11117 (INSTALL_MODULES): Added install-gnuserv.
11118 (CLEAN_MODULES): Added clean-gnuserv.
11119 (all-gnuserv): New target.
11120
11121 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11122
11123 * config.guess: Fixes for MIPS OpenBSD systems.
11124
11125 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * Makefile.in (INSTALL_XFORM): Remove.
11128 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11129
11130 * mkinstalldirs: New file, copied from automake.
11131 * Makefile.in (installdirs): Rename from install-dirs. Use
11132 mkinstalldirs. Change all users.
11133 (DEVO_SUPPORT): Add mkinstalldirs.
11134
11135 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11136
11137 * install-sh: Rename from install.sh.
11138 * Makefile.in (INSTALL): Change install.sh to install-sh.
11139 (DEVO_SUPPORT): Likewise.
11140
11141 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11142 Graichen <graichen@rzpd.de>.
11143
11144 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11145
11146 * config.guess: Recognize OpenBSD systems correctly.
11147
11148 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11149
11150 * README, Makefile.in (ETC_SUPPORT): Remove references to
11151 cfg-paper*, configure.{texi,man,info*}._
11152
11153 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11154
11155 * Makefile.in (all.normal): Ensure that gcc is built after all
11156 the x11 - ie gdb - targets.
11157
11158 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11159
11160 * makefile.vms: Don't run conf-a-gas.
11161
11162 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11163
11164 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11165
11166 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11167
11168 * configure.in: Remove noconfigdirs case since gdb also
11169 configures and builds for tic80-coff.
11170
11171 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * configure: Set cache_file to config.cache.
11174 * Makefile.in (local-distclean): Remove config.cache.
11175
11176 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11177
11178 * COPYING: Update FSF address.
11179
11180 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11181
11182 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11183 noconfigdirs.
11184
11185 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11186
11187 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11188 MAKEDIRS, is empty.
11189
11190 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11191
11192 * config.sub: Tweak mn10300 entry.
11193
11194 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11195
11196 * configure.in (host_tools): Put sim before gdb, so gdb's
11197 configure.tgt can determine if the simulator was configured.
11198
11199 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11200
11201 * config.sub: Move BeOS $os case to be with other Cygnus
11202 local cases.
11203
11204 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11205
11206 * config.sub: Remove misplaced comment that broke Linux.
11207
11208 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11209
11210 * config.sub: Add BeOS support.
11211
11212 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11213
11214 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11215
11216 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11217
11218 * configure.in (noconfigdirs): Remove tcl and tk from
11219 noconfigdirs for cygwin32 builds.
11220
11221 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11222
11223 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11224
11225 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11226
11227 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11228 make-all.com, use makefile.vms instead.
11229
11230 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11231
11232 * config.sub: Accept -lnews*.
11233
11234 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11235
11236 * configure.in (noconfigdirs): Disable target-newlib,
11237 target-examples and target-libiberty for d30v.
11238
11239 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11240
11241 * configure.in (noconfigdirs): Enable ld for d30v.
11242
11243 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11244
11245 * configure.in (tic80-*-*): Build compiler.
11246
11247 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11248
11249 * configure.in (d30v-*): Remove sim directory from list of
11250 unsupported d30v directories
11251
11252 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11253
11254 * config.sub, configure.in: Add d30v target cpu.
11255
11256 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11257
11258 * makefile.vms: New file.
11259 * make-all.com: Remove.
11260
11261 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11262
11263 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11264
11265 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11266
11267 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11268
11269 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11270
11271 * Makefile.in (ALL_MODULES): Added all-db.
11272 (CROSS_CHECK_MODULES): Addec check-db.
11273 (INSTALL_MODULES): Added install-db.
11274 (CLEAN_MODULES): Added clean-db.
11275
11276 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * config.guess: Merge with latest FSF sources.
11279
11280 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11281
11282 * Makefile.in (ALL_MODULES): Added all-itcl.
11283 (CROSS_CHECK_MODULES): Added check-itcl.
11284 (INSTALL_MODULES): Added install-itcl.
11285 (CLEAN_MODULES): Added clean-itcl.
11286
11287 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11288
11289 * configure.in: build gdb for mn10200
11290
11291 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11292
11293 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11294
11295 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11296
11297 * configure.in (tic80-*-*): Turn off most targets right now.
11298
11299 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11300
11301 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11302 rather than the makeinfo program.
11303 (do-info): Depend upon all-texinfo.
11304
11305 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * configure.in: Remove uses of config/mh-linux.
11308
11309 * config.sub, config.guess: Merge with latest FSF sources.
11310
11311 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11312
11313 * config.sub (case $basic_machine): Add tic80 entries.
11314
11315 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * config.sub, config.guess: Merge with latest FSF sources.
11318
11319 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11322 * mpw-config.in: Test for NewFolderRecursive.
11323 * mpw-install: Use symbolic name for startup filename.
11324 * mpw-README: Add various additional details.
11325
11326 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11327
11328 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11329
11330 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11331
11332 * configure.in: Do build gcc and the target libraries for
11333 the mn10200.
11334
11335 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11336
11337 * configure.in: don't avoid building gdb for mn10300 any more
11338 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11339 instead of single-quoting it.
11340
11341 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11342
11343 * configure.in: Don't use --with-stabs on IRIX 6.
11344
11345 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11346
11347 * configure.in (m32r): Build gdb, libg++ now.
11348
11349 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11350
11351 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11352 directories from noconfigdirs.
11353
11354 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11355
11356 * config.sub (basic_machine): added mips16 configuration
11357
11358 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11359
11360 * config.sub: Handle d10v-unknown.
11361
11362 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11363
11364 * config.sub: Handle v850-unknown.
11365
11366 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11367
11368 * Makefile.in: add findutils
11369 * configure.in: add findutils to list of host_tools
11370
11371 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11372
11373 * config.sub: Handle mn10200 and mn10300.
11374
11375 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11376
11377 * configure.in (d10v-*): Do not build librx.
11378
11379 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11380
11381 * configure.in (mn10300): Build everything except gdb & libgloss.
11382
11383 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11384
11385 * config.guess: Patch for Dansk Data Elektronik servers,
11386 from Niels Skou Olsen <nso@dde.dk>.
11387
11388 For ncr, use /bin/uname rather than uname, since GNU uname does not
11389 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11390
11391 Patch for MIPS R4000 running System V,
11392 from Eric S. Raymond <esr@snark.thyrsus.com>.
11393
11394 Fix thinko for nextstep.
11395
11396 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11397
11398 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11399 * config.guess: Guess mips-dec-mach_bsd4.3.
11400
11401 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11402 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11403 release numbers.
11404 * config.guess (mips-mips-riscos*): Emit just enough of the
11405 release number.
11406
11407 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11408 * config.guess (sparc-auspex-sunos*): Added.
11409 (f300-fujitsu-*): Added.
11410
11411 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11412 * config.guess: Recognize a Tadpole as a sparc.
11413
11414 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11415
11416 * config.guess: Don't assume that NextStep version is either 2 or
11417 3. NextStep 4 (aka OpenStep 4) has come out now.
11418
11419 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11420
11421 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11422 From Rik Faith <faith@cs.unc.edu>.
11423
11424 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11425
11426 * config.sub: Contributions from bug-gnu-utils to:
11427 Support plain "hppa" (no version given) architecture, reported by
11428 OpenStep.
11429 OpenBSD like NetBSD.
11430 LynxOs is not a hardware supplier.
11431
11432 * config.guess: Contributions from bug-gnu-utils to add support for:
11433 OpenBSD like NetBSD.
11434 Stratus systems.
11435 More Pyramid systems.
11436 i[n>4]86 Intel chips.
11437 M680[n>4]0 Motorola chips.
11438 Use unknown instead of lynx for hardware manufacturer.
11439
11440 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11441
11442 * install.sh (chmodcmd): Set to null if the DST directory already
11443 exists.
11444
11445 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11446
11447 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11448 not use mt-ppc target Makefile fragment any more.
11449
11450 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11451
11452 * configure.in (*-*-windows): Exclude everything but those dirs
11453 needed to build windows.
11454
11455 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11456
11457 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11458
11459 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11460
11461 * configure.in: Exclude mmalloc from i386-windows.
11462
11463 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11464
11465 * Undo my previous change.
11466
11467 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11470 unconditionally.
11471 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11472
11473 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11474
11475 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11476 host to add it's own flags.
11477
11478 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11479
11480 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11481
11482 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11483
11484 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11485 (CXX_FOR_TARGET): Likewise.
11486 (GCC_FOR_TARGET): Define.
11487 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11488 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11489 CC_FOR_TARGET was specified on the command line.
11490 (MAKEOVERRIDES): Don't define.
11491
11492 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11493
11494 * configure.in (m32r): Fix spelling of libg++ libs.
11495
11496 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11497
11498 * config.sub (-apple*): Remove, now redundant.
11499
11500 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11501
11502 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11503
11504 * configure: Rework yesterday's sed script patch.
11505
11506 * config.sub: Merge with FSF.
11507
11508 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11509
11510 * config.guess: Merge from FSF.
11511
11512 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11513 * config.guess: Use pc instead of unknown, for pc clone systems.
11514 Change linux to linux-gnu.
11515
11516 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11517 * config.guess: Avoid non-portable tr syntax.
11518
11519 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11520
11521 * test-build.mk (HOLES): Add "xargs" for gdb.
11522
11523 * configure: Avoid hpux10.20 sed bug.
11524
11525 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11526
11527 * configure.in: Add support for windows host
11528 (that is a build done under the Microsoft build environment).
11529
11530 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * Makefile.in: Replace all uses of srcroot with s, to shrink
11533 command line lengths.
11534
11535 Patches from Geoffrey Noer <noer@cygnus.com>:
11536 * configure.in: If configuring for newlib, pass --with-newlib to
11537 subdirectories.
11538 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11539 -Bnewlib/ and -Lwinsup to gcc.
11540 (CXX_FOR_TARGET): Likewise.
11541
11542 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * Makefile.in (ETC_SUPPORT): Add configure.
11545
11546 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11547
11548 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11549 host configuration file.
11550
11551 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11552
11553 * configure.in: Break mn10x00 support into separate
11554 mn10200 and mn10300 configurations.
11555 * config.sub: Likewise.
11556
11557 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11558
11559 * configure.in: Add lots of stuff to noconfigdirs for
11560 the mn10x00 targets.
11561
11562 * config.sub, configure.in: Add mn10x00 support.
11563
11564 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11565
11566 * make-all.com: Call conf-a-gas, not config-a-gas.
11567
11568 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11569
11570 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11571 targets.
11572
11573 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11574
11575 * mpw-README: Add much more detail for native PowerMac.
11576 * mpw-install: New file.
11577 * mpw-configure: Add --norecursion and --help options.
11578 * mpw-config.in: Translate readme and install files when
11579 copying to objdir.
11580 * mpw-build.in: Don't always depend on byacc and flex.
11581 (install-only-top): New action.
11582
11583 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11584
11585 * configure.in: You can now configure GDB for the v850.
11586
11587 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11588
11589 * configure.in (noconfigdirs): Don't configure any C++ dirs
11590 if targeting D10V.
11591
11592 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11593
11594 * config.sub: Recognize mips64vr5000.
11595
11596 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * configure.in: Use a single line for host_tools and native_only.
11599
11600 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11601
11602 * config.sub, configure.in: Add entries for m32r.
11603
11604 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11605
11606 * Makefile.in (inet-install): Don't run install-gzip.
11607
11608 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11609
11610 * configure.in: Don't config lots of things for *-*-windows*.
11611
11612 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11613
11614 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11615 (host_libs, host_tools): Copy from configure.in.
11616 * mpw-configure: Don't complain about directories not found.
11617
11618 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11619
11620 * configure.in (i[345]86): Recognize i686 for pentium pro.
11621 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11622 file.
11623
11624 * config.guess (i[345]86): Ditto.
11625
11626 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11627
11628 * configure.in (noconfigdirs): Removed gdb for D10V.
11629
11630 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11631
11632 * configure.in: Remove ld, target-libio, target-libg++, and
11633 target-libstdc++ from noconfigdirs.
11634
11635 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11636
11637 * configure: Fix three locations where shell scripts were
11638 being run directly rather than with config_shell.
11639
11640 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11641
11642 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11643 * config.sub (basic_machine): Recognize v850.
11644
11645 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11646
11647 * mpw-configure: Handle multiple enable/disable options and
11648 pass them down recursively, handle -c and -s flags appropriately
11649 depending on choice of compiler, add escape mechanism for
11650 quoted arguments to gC.
11651
11652 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11653
11654 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11655 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11656 so that -mrelocatable-lib and -mno-eabi are used.
11657
11658 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11659 not support --print-multi-lib, don't abort.
11660
11661 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11662
11663 * make-all.com: Run config-a-gas.
11664 * setup.com: Don't copy subdirectory files around.
11665
11666 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11667
11668 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11669 target, it now compiles correctly.
11670
11671 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11672
11673 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11674
11675 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11676
11677 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11678
11679 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11680
11681 * configure.in (native_only): Add prms.
11682
11683 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11686 (BINUTILS_SUPPORT_DIRS): Likewise.
11687
11688 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11689
11690 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11691 d10v support is added.
11692
11693 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11694
11695 * configure.in (d10v-*-*): New target.
11696
11697 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11698
11699 * config.guess (HP 9000/811): Recognize this as a PA1.1
11700 machine.
11701
11702 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11703
11704 * Makefile.in (do-tar-gz): New target, split out from tail end of
11705 taz target. Run each command separately, don't use pipes.
11706 (taz): Use it.
11707
11708 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11709
11710 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11711 * mpw-build.in: No builds should depend on building byacc or flex,
11712 they are assumed to be installed already.
11713
11714 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11715
11716 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11717 variable that CC_FOR_TARGET needs.
11718
11719 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11720
11721 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11722 options have changed since the last time the subdirectory was
11723 configured, and if it has, reconfigure.
11724 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11725 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11726
11727 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11728
11729 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11730 CLEAN_MODULES): Add bash.
11731 (all-bash): New target.
11732
11733 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11734
11735 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11736
11737 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11738
11739 * config.sub (basic_machine): Recognize d10v as a valid processor.
11740
11741 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11742
11743 * mpw-configure: Add support for --bindir.
11744 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11745
11746 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11747
11748 * configure.in: add bash, time, gawk to list of hosttools and things
11749 to only build for native toolchains
11750
11751 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11752
11753 * Makefile.in (docdir): Remove.
11754
11755 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11756
11757 * Makefile.in (datadir): Set to $(prefix)/share.
11758
11759 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11760
11761 * configure.in: build diff and patch for cygwin32-hosted
11762 toolchains.
11763
11764 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11765
11766 * config.sub: Accept -rtems*.
11767
11768 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11769
11770 * configure.in: enable dosrel for cygwin32-hosted builds,
11771 remove diff from the list of things not buildable
11772 via Canadian Cross
11773
11774 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11775
11776 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11777 don't get ". ".
11778
11779 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11780
11781 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11782
11783 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11784
11785 * Makefile.in (taz): Handle case where tex3patch didn't even get
11786 checked out. Also, if it was found, put the symlink in a new util
11787 subdirectory.
11788
11789 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11790
11791 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11792
11793 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11794
11795 * config.sub: Recognize -openvms.
11796 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11797 * make-all.com, setup.com: New files.
11798
11799 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11800
11801 * Makefile.in (taz): tex3patch moved to texinfo/util.
11802
11803 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11804
11805 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11806 * configure.in: remove make from disable-if-Can-Cross list
11807 enable gdb if ${host} and ${target} are cygwin32
11808
11809 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11810
11811 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11812 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11813
11814 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11815
11816 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11817 distinguish sysv/svr4/bsd variants.
11818 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11819
11820 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11821
11822 * configure.in: Added copyright notice.
11823 * move-if-change: Added copyright notice.
11824
11825 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11826
11827 * configure.in (powerpcle-*-solaris*): Until we get shared
11828 libraries working, don't build gdb, sim, make, tcl, tk, or
11829 expect.
11830
11831 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11832
11833 * config.guess: Merge with FSF:
11834
11835 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11836 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11837
11838 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11839 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11840
11841 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11842 * config.guess: Combine two OSF1 rules.
11843 Also recognize field test versions. From mjr@zk3.dec.com.
11844 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11845 because GNU uname does not support -p. From pmr@pajato.com.
11846
11847 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11848
11849 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11850
11851 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11852
11853 * mpw-README: Document GCCIncludes.
11854
11855 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11856
11857 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11858
11859 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11860
11861 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11862
11863 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11864
11865 * configure.in (*-*-cygwin32): Configure make.
11866
11867 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11868
11869 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11870
11871 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11872
11873 * Makefile.in (all-inet): Depend on all-perl.
11874
11875 * Makefile.in (inet-install): New target.
11876
11877 * Makefile.in (all-inet): Depend on all-tcl.
11878 (all-inet): Depend on all-send-pr.
11879
11880 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11881
11882 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11883 temporarily.
11884
11885 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11886
11887 * configure.in: Don't configure --with-gnu-ld on AIX.
11888
11889 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11890
11891 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11892
11893 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11894
11895 * Makefile.in (ALL_MODULES): Added all-inet.
11896 (CROSS_CHECK_MODULES): Added check-inet.
11897 (INSTALL_MODULES): Added install-inet.
11898 (CLEAN_MODULES): Added clean-inet.
11899 (all-indent): New target.
11900
11901 * configure.in (host_tools): Added inet.
11902 (native_only): Added inet.
11903 (noconfigdirs): Added inet.
11904
11905 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11906
11907 * configure.in: Don't configure libgloss if we are not configuring
11908 newlib.
11909
11910 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11911
11912 * configure.in: Don't configure libgloss for unsupported
11913 architectures.
11914
11915 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11916
11917 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11918
11919 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11920
11921 * Makefile.in (ALL_MODULES): Include all-apache.
11922 (CROSS_CHECK_MODULES): Include check-apache.
11923 (INSTALL_MODULES): Include install-apache.
11924 (all-apache): New target.
11925
11926 * configure.in: Added apache everywhere perl is seen.
11927
11928 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11929
11930 * Makefile.in: Add support for clean-{module} and
11931 clean-target-{module} rules.
11932
11933 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11934
11935 * configure.in (*-*-ose) do not build libgloss.
11936
11937 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11938
11939 * config.guess (prep*:SunOS:5.*:*): Turn into
11940 powerpele-unknown-solaris2.
11941
11942 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11943
11944 * configure.in: Permit --enable-shared to specify a list of
11945 directories.
11946
11947 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11948
11949 * configure.in (host==solaris): Pass only the first word of $CC
11950 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11951
11952 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11953
11954 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11955
11956 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11957
11958 * Makefile.in (ALL_MODULES): Include all-perl.
11959 (CROSS_CHECK_MODULES): Include check-perl.
11960 (INSTALL_MODULES): Include install-perl.
11961 (ALL_X11_MODULES): Include all-guile.
11962 (CHECK_X11_MODULES): Include check-guile.
11963 (INSTALL_X11_MODULES): Include install-guile.
11964 (all-perl): New target.
11965 (all-guile): New target.
11966
11967 * configure.in (host_tools): Include perl and guile.
11968 (native_only): Include perl and guile.
11969 (noconfigdirs): Don't build guile and perl; no ports have been
11970 done.
11971
11972 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11973
11974 * configure (--enable-*): Handle quoted option lists such as
11975 --enable-sim-cflags='-g0 -O' better.
11976
11977 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11978
11979 * Makefile.in ({,inst}all-target): New rule so we can make and
11980 install all of the target directories easily.
11981
11982 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11983
11984 * configure.in: Add missing global flag in sed substitution when
11985 deleting `target-' from ${configdirs}.
11986
11987 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11988
11989 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11990 option.
11991
11992 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11993 config/mh-necv4.
11994
11995 * install.sh: Correct misspelling of transformbasename.
11996
11997 * config.guess: Recognize mips-*-sysv*.
11998
11999 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12000
12001 * config.sub: Recognize mon960.
12002
12003 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12004
12005 * configure: Restore Canadian Cross handling of BISON and LEX,
12006 removed in Feb 20 change.
12007
12008 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12009
12010 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12011 Mention make install. Remove the old copyright date as well the
12012 clumsy and rather pointless copyright on the README file.
12013
12014 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12017 Makefile after running symlink-tree, then run `make distclean' to
12018 avoid clobbering any generated files in srcdir.
12019
12020 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12021
12022 * configure.in (m68k-*-netbsd*): Build everything now.
12023
12024 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12025
12026 * Makefile.in (taz): Fix quoting.
12027
12028 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12029
12030 * configure.in (sparclet-*-*): Build everything now.
12031
12032 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12033
12034 * configure.in (m68k-*-linux*): New host.
12035
12036 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12037
12038 * configure: Check for bison before byacc.
12039
12040 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12041
12042 * Makefile.in configure: Change the way LEX and BISON/YACC are
12043 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12044 searching PATH. These are used as fallbacks by Makefile.in if
12045 flex/bison/byacc aren't in objdir.
12046
12047 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12048
12049 * Makefile.in: Make everything which depends upon all-bfd also
12050 depend upon all-opcodes, in case --with-commonbfdlib is used.
12051
12052 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12053
12054 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12055 building NT native compilers on Unix.
12056
12057 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12058
12059 * configure.in: Don't get CC from the host Makefile fragment if we
12060 can find gcc in PATH, or if this is a Canadian Cross. Move the
12061 Solaris test for /usr/ucb/cc to the post target script, just after
12062 the compiler sanity test.
12063
12064 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12065
12066 * config.sub: Merge with FSF.
12067
12068 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12069
12070 * Makefile.in (RPATH_ENVVAR): New variable.
12071 (REALLY_SET_LIB_PATH): Use it.
12072 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12073
12074 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12075
12076 * config.sub, configure.in: Recognize sparclet cpu.
12077
12078 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12079
12080 * config.guess: Support m68k-cbm-sysv4.
12081
12082 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12083
12084 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12085 m68k-unknown-linuxaout from linker help string. Put quotes around
12086 $ld_help_string.
12087
12088 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12089
12090 * config.guess (powerpc-harris-powerunix): Add guess for port
12091 to new target.
12092
12093 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12094
12095 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12096
12097 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12098
12099 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12100 $(REALLY_SET_LIB_PATH) in Makefile.
12101 * Makefile.in (SET_LIB_PATH): New variable.
12102 (REALLY_SET_LIB_PATH): New variable.
12103 ($(DO_X)): Use $(SET_LIB_PATH).
12104 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12105 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12106 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12107 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12108 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12109 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12110 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12111 (install-dosrel): Likewise.
12112 (all-opcodes): Depend upon all-libiberty.
12113
12114 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12115
12116 * config.guess (*:CYGWIN*): New
12117
12118 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12119
12120 * Makefile.in (all-target-winsup): All all-target-libiberty.
12121
12122 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12123
12124 * configure.in (noconfigdirs): Add missing # in front of comment.
12125
12126 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12127
12128 * configure.in: add second pass to things added to noconfigdirs
12129 so *-gm-magic can exclude libgloss properly.
12130
12131 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12132
12133 * mpw-configure (extralibs_name, rez_name): Set correctly
12134 for MWC68K compiler.
12135
12136 * mpw-README: Add more info on the necessary build tools.
12137
12138 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12139
12140 * configure.in, config.sub: Recognize cygwin32.
12141
12142 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12143
12144 * config.guess, config.sub: Recognize A/UX.
12145
12146 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * config.sub: Merge with gcc/config.sub.
12149
12150 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12151
12152 * mpw-build.in (do-binutils): Add build of stamps.
12153
12154 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12155
12156 * config.sub: Add recognition for mips64vr4100*-* targets.
12157
12158 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12159
12160 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12161 Add creation of gconfigargs with `--enable-shared' turned on.
12162 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12163 ($(host)-stamp-stage3-configured): Likewise.
12164 (HOLES): Add chatr and ldd.
12165 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12166
12167 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12168
12169 * configure: Pass --nfp to recursive configures.
12170
12171 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12172
12173 * Makefile.in (DLLTOOL): New.
12174 (DLLTOOL_FOR_TARGET): New.
12175 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12176 (EXTRA_TARGET_FLAGS): Ditto.
12177 (EXTRA_GCC_FLAGS): Ditto.
12178 (CONFIGURE_TARGET_MODULES): Ditto.
12179 (DO_X): Ditto.
12180 * configure: Add DLLTOOL.
12181
12182 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12183
12184 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12185 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12186 mh-sco, since old workarounds no longer needed, and don't
12187 build ld, since libraries have weak symbols in COFF.
12188
12189 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12190
12191 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12192
12193 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * configure.in: Make sure that ${CC} can be used to compile an
12196 executable.
12197
12198 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12199
12200 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12201 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12202 nothing depending on whether gdbtk is being built.
12203
12204 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12205
12206 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12207
12208 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12209
12210 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12211 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12212
12213 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12214
12215 * config-ml.in: Add support for
12216 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12217 Simplify setting of multidirs from --disable-foo.
12218
12219 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12220
12221 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12222 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12223 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12224 non-empty, pass them on to the GCC make.
12225 (all-bootstrap): New rule that is like all-gcc, except it executes
12226 the GCC bootstrap rule instead of the GCC all rule.
12227
12228 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12229
12230 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12231
12232 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12233
12234 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12235 DG/UX support.
12236
12237 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12238
12239 * config.sub (i*86*) Change [345] to [3456]
12240
12241 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12242
12243 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12244 --with-gnu-ld=no.
12245
12246 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12247
12248 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12249 AIX multilibs get built.
12250
12251 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12252
12253 * configure.in (i386-win32): Don't build expect if we're not
12254 building the tcl subdir.
12255
12256 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12257
12258 * Makefile.in: (configure-target-examples, all-target-examples):
12259 New targets, configure and build example programs.
12260
12261 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12262
12263 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12264 use it as input to sedit the generated MPW makefile.
12265 * mpw-README: Add a suggestion about Gestalt.h.
12266
12267 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12268
12269 * config.sub: Accept *-*-ieee*.
12270
12271 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12272
12273 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12274 Ronald F. Guilmette <rfg@monkeys.com>.
12275
12276 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12277
12278 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12279 for powerpc-pe native.
12280 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12281 (target==powerpc-pe): duplicate i386-win32 entry.
12282
12283 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12284
12285 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12286 of vxworks, not just vxworks5.1.
12287
12288 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12289
12290 * mpw-configure: Add support for exec-prefix.
12291
12292 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12293
12294 * config.guess: Recognize HP model 816 machines as having
12295 a PA1.1 processor.
12296
12297 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12298
12299 * configure: Ignore new autoconf configure options.
12300
12301 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12302
12303 * config.guess: Recognize Pentium under SCO.
12304 From Robert Lipe <robertl@arnet.com>.
12305
12306 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12307
12308 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12309
12310 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure.in: Don't configure gas for alpha-dec-osf*.
12313
12314 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12315
12316 * configure.in: Default to --with-stabs for some targets for which
12317 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12318 i[345]86*-*-unixware*.
12319
12320 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12321
12322 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12323 rather than basing it on the target. Simplify handling of options
12324 controlling which directories to configure. Remove extraneous
12325 slash in multi-clean target.
12326
12327 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12328
12329 * config-ml.in: Prefix more variables with ml_ so they don't collide
12330 with configure's.
12331
12332 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * configure: Don't turn -v into --v.
12335
12336 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12337
12338 * configure.in (targargs): Fix typo.
12339
12340 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12341
12342 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12343
12344 * configure.in: Strip --host and --target options from
12345 CONFIG_ARGUMENTS, and always configure for --host only. Add
12346 --with-cross-host option when building with a cross-compiler.
12347 * configure: Canonicalize the arguments put into config.status by
12348 always using `=' for an option with an argument. Pass a presumed
12349 --host or --target explicitly.
12350
12351 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12352
12353 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12354 into general OS recognition case.
12355
12356 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12357
12358 * configure.in (target_configdirs): add target-winsup only
12359 for win32 target systems.
12360
12361 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * Makefile.in (all-target-libgloss): Depend upon
12364 configure-target-newlib, since when libgloss is built it looks to
12365 see if the newlib directory exists.
12366
12367 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12368
12369 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12370 cfg-ml-*.in.
12371
12372 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12373
12374 * configure: Handle LD and LD_FOR_TARGET when configuring a
12375 Canadian Cross.
12376
12377 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12378
12379 * configure.in (target_libs): add target-winsup.
12380 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12381 (target==ppcle-pe): remove ld from $noconfigdirs.
12382
12383 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12384
12385 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12386 Preserve relative path names in $srcdir. Build symlink tree if
12387 configuring cross target dir and srcdir=. (= no VPATH support).
12388 (configure-target-libg++): Depend on configure-target-librx.
12389 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12390 * config-ml.in: New file.
12391 * symlink-tree: New file.
12392 * configure: Ensure srcdir="." if that's what it is.
12393
12394 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12395
12396 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12397 includes and FLEX_SKELETON setting.
12398 * mpw-configure (--with-gnu-ld): New option, controls whether
12399 to use PPCLink or ld with PowerMac GCC.
12400 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12401 * mpw-config.in: Configure grez if targeting Mac.
12402
12403 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12404 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12405 just macos.
12406 * configure.in: Configure grez resource compiler if targeting Mac.
12407 * Makefile.in (all-grez, install-grez): New targets.
12408
12409 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12410
12411 * configure: CXX defaults to gcc, not g++. If we find
12412 gcc in the path, set CC to gcc -O2.
12413
12414 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12415
12416 * configure: Default ${build} correctly. Avoid picking up extra
12417 spaces when reading CC and CXX from Makefile. When doing a
12418 Canadian Cross, use plausible default values for numerous
12419 variables.
12420 * configure.in: When doing a Canadian Cross, don't try to
12421 configure tools whose configure script can't handle it.
12422
12423 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12424
12425 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12426
12427 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12428
12429 * configure: Remove dubious bug reporting address.
12430
12431 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12432
12433 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12434 configure script, run that instead of this directory's configure.
12435 In either case, print a message that we're configuring the sub-dir.
12436
12437 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12438
12439 * configure.in: Before checking for the existence of various files,
12440 use sed to filter out "target-".
12441
12442 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12443
12444 * Makefile.in (DO_X): Split rule to decrease command line length
12445 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12446 (Philippe De Muyter).
12447
12448 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12449
12450 * Makefile.in (all-patch): depend on all-libiberty.
12451
12452 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12453
12454 * configure.in: If the only directory in target_configdirs which
12455 actually exists is libiberty, then set target_configdirs to empty,
12456 to avoid trying to build a target libiberty in a gas or gdb
12457 distribution.
12458
12459 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12460
12461 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12462 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12463 systems.
12464
12465 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12466
12467 * configure.in (copy_dirs): Use sys-include instead of include
12468 for --with-headers option.
12469
12470 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12471
12472 * Makefile.in, configure.in: Make winsup builds work with
12473 new scheme.
12474
12475 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12476
12477 * configure.in: Build the linker on AIX.
12478
12479 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12480
12481 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12482 where needed.
12483
12484 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12485
12486 * Makefile.in (all-gcc): Fix typo.
12487
12488 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12489
12490 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12491
12492 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12493
12494 * configure.in: Rename libFOO to target-libFOO, and xiberty
12495 to target-xiberty, to provide more flexibility.
12496 (target_subdir): Define. Create if cross.
12497 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12498 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12499 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12500 check-libFOO -> check-target-libFOO, etc.
12501 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12502 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12503 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12504 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12505 allow ALL_GCC="" to only configure.
12506 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12507 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12508 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12509
12510 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12511
12512 * Makefile.in (taz): Build "info" in etc explicitly.
12513
12514 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12515
12516 * configure.in: Make sure that CC is undefined (as opposed to
12517 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12518 problem with autoconf trying to configure on a host without GCC.
12519
12520 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12521
12522 * mpw-configure: Set host alias from choice of host compiler,
12523 only use generic MPW Makefile sed if present, edit a file
12524 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12525 * mpw-README: Add problem notes about CW6 and CW7.
12526
12527 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12528
12529 * Makefile.in (taz): Use ";" instead of ";;".
12530
12531 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12532
12533 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12534 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12535 DISTDOCDIRS.
12536 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12537 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12538
12539 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12540
12541 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12542 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12543 Move bfd to DISTSTUFFDIRS.
12544
12545 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12546
12547 * Makefile.in (X11_LIB): Removed.
12548 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12549
12550 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12551
12552 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12553
12554 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12555 names.
12556
12557 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12558
12559 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12560
12561 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12562
12563 * configure.in (i[345]86-*-win32): Always build newlib.
12564 Don't configure cvs, autoconf or texinfo.
12565 * Makefile.in (LD_FOR_TARGET): New.
12566 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12567 Pass down LD_FOR_TARGET.
12568
12569 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12570
12571 * winsup: New directory.
12572 * Makefile.in: Build winsup.
12573 * configure.in: Winsup is configured when target is win32.
12574 Can only build win32 target GDB when native.
12575
12576 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12577
12578 * config.guess: Recognize HP model 819 machines as having
12579 a PA 1.1 processor.
12580
12581 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * configure: Fix sed loop which substitutes for CC and CXX to
12584 avoid bug found in various sed implementations.
12585
12586 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12587
12588 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12589 simulator. Use standard powerpc-*-eabi*.
12590
12591 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * configure.in: Stop putting gas and binutils in noconfigdirs for
12594 powerpc-*-aix* and rs6000-*-*.
12595
12596 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12597
12598 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12599 -mcall-aixdesc libraries.
12600
12601 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12602
12603 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12604
12605 * config.sub (arm | armel | armeb): Fix shell syntax.
12606
12607 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12608
12609 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12610 -msoft-float and -mcpu=common support.
12611 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12612 libraries.
12613
12614 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12615
12616 * configure.in: Allow configuration and build of emacs19 for the alpha.
12617
12618 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12619
12620 * configure.in (CC): Get ^CC, not just any old CC, from
12621 ${host_makefile_frag}.
12622
12623 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12624
12625 * configure.in (CC): Try to get CC from
12626 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12627
12628 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12629
12630 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12631 only if it exists in $(srcdir).
12632
12633 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12634
12635 * configure: If CC and CXX are not set in the environment, set
12636 them, based on either an existing Makefile or on searching for gcc
12637 in PATH. Substitute for CC and CXX in Makefile.
12638 * configure.in: Remove libm from target_libs. Separate
12639 target_configdirs from configdirs. If CC is not set in
12640 environment, try to get it from a host Makefile fragment. Rewrite
12641 changes of configdirs to use skipdirs instead. A few minor
12642 tweaks. Take directories out of target_configdirs as they are
12643 taken out of configdirs. Remove existing Makefile files from
12644 subdirectories. Substitute for TARGET_CONFIGDIRS and
12645 CONFIG_ARGUMENTS in Makefile.
12646 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12647 by configure.in.
12648 (CONFIG_ARGUMENTS): Likewise.
12649 (CONFIGURE_TARGET_MODULES): New variable.
12650 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12651 ($(CONFIGURE_TARGET_MODULES)): New target.
12652 (configure-libg++, configure-libio): New targets.
12653 (all-libg++): Depend upon configure-libg++.
12654 (all-libio): Depend upon configure-libio.
12655 (configure-libgloss, all-libgloss): New targets.
12656 (configure-libstdc++): New target.
12657 (all-libstdc++): Depend upon configure-libstdc++.
12658 (configure-librx, all-librx): New targets.
12659 (configure-newlib): New target.
12660 (all-newlib): Depend upon configure-newlib
12661 (configure-xiberty): New target.
12662 (all-xiberty): Depend upon configure-xiberty.
12663
12664 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12665
12666 * configure.in (host i[345]86-*-win32): Expand the
12667 noconfigdirs again.
12668
12669 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12670
12671 * mpw-configure: Fix sed command file name.
12672
12673 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12674
12675 * configure.in (host i[345]86-*-win32): Reduce the
12676 noconfigdirs again.
12677
12678 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12679
12680 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12681 or powerpc*-*-pe*, since they are not yet supported.
12682
12683 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12684
12685 Add PowerMac support and many other enhancements.
12686 * mpw-configure: New option --cc to select compiler to use,
12687 paste options set according to --cc into the generated
12688 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12689 if mpw-make.sed is present.
12690 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12691 add forward includes for PowerPC include files.
12692 * mpw-build.in: Build using Makefile.PPC if present.
12693 (do-byacc, etc): Remove separate version resource builds.
12694 (do-gas): Build "stamps" before "all".
12695 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12696 * mpw-README: Update to reflect --cc option, PowerMac support,
12697 and recently-reported compatibility problems.
12698
12699 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12700
12701 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12702 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12703 (--with-multilib-top): Pass to recursive invocations.
12704
12705 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12706
12707 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12708 v810-*-*.
12709
12710 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12711
12712 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12713 gdb, ld and opcodes on v810-*-*.
12714
12715 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12716
12717 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12718 (local-maintainer-clean): New target.
12719 (maintainer-clean): New target.
12720 (realclean): Just depend upon maintainer-clean.
12721
12722 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12723
12724 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12725
12726 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12727
12728 * configure.in: Build ld in mips*-*-bsd* case.
12729
12730 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12731
12732 * config.sub: Accept -lites* OS. From Ian Dall.
12733
12734 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12735
12736 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12737 targets.
12738
12739 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12740
12741 * configure.in: treat i386-win32 canadian cross the same as
12742 i386-go32 canadian cross.
12743
12744 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12745
12746 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12747 running under the simulator to build a reduced set of libraries.
12748 (powerpc-*-eabiaix): Add fine grained multilib support added to
12749 other powerpc targets yesterday.
12750
12751 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12752
12753 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12754 -disable-softfloat, -disable-relocatable, -disable-aix, and
12755 -disable-sysv to control which multilib libraries get built.
12756
12757 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12758
12759 * configure: Add Makefile.tem to list of files to remove in trap
12760 handler.
12761
12762 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12763
12764 * config.guess (*Linux*): Add missing "exit"s.
12765 Also, need specific check for alpha-unknown-linux (uses COFF).
12766
12767 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12768
12769 * config.guess: Merge with FSF:
12770
12771 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12772 * config.guess (AIX4): More robust release numbering discovery.
12773
12774 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12775 * config.guess (i386-sequent-ptx): Properly get version number.
12776
12777 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12778 * config.guess (mips:*:4*:UMIPS): New case.
12779
12780 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12781
12782 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12783 (i386-win32 host): Likewise. Don't build readline.
12784
12785 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12786
12787 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12788 SUPPORT_FILES to submakes.
12789
12790 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12791
12792 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12793 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12794 mpw-configure.
12795
12796 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12797
12798 * configure.in (appdirs): Use =, not ==, in test expression when
12799 trying to build the text to print in the warning message for
12800 Solaris users.
12801
12802 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12803
12804 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12805
12806 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12807
12808 * config.guess: Recognize lynx-2.3.
12809
12810 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12811
12812 * config.sub (z8ksim): Deleted
12813 (z8k-*-coff): New, this is the one true name of the target.
12814
12815 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12816
12817 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12818
12819 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12820
12821 * config.guess (*:Linux:*:*): First try asking the linker what the
12822 default object file format is (elf, aout, or coff). Then if this
12823 fails, try previous methods.
12824
12825 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12826
12827 * configure.in: Don't build newlib for *-*-vxworks5.1.
12828
12829 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12830
12831 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12832 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12833
12834 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12835
12836 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12837
12838 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12839
12840 * cfg-ml-com.in: New file.
12841 * cfg-ml-pos.in: New file.
12842
12843 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12844
12845 * COPYING.NEWLIB: Add HP free copyright to list.
12846
12847 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12848
12849 * config.sub: Recognize -eabi* for the system, not just -eabi.
12850
12851 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12852
12853 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12854 * config.sub, configure.in (win32): New target and host.
12855
12856 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12857
12858 * configure.in: Add i386-pe configuration.
12859
12860 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12861
12862 * mpw-build.in (install): Install GDB after LD.
12863
12864 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12865
12866 * mpw-config.in (elf/mips.h): Always forward-include, needed
12867 for GDB to build.
12868
12869 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12870
12871 * testsuite: New directory for customer acceptance and whole tool
12872 chain tests.
12873
12874 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12875
12876 * configure: If per-host line isn't found, but AC_OUTPUT is found
12877 and a configure script exists, run it instead.
12878
12879 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12880
12881 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12882
12883 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12884
12885 * configure: Set build_{cpu,vendor,os,alias} to host values when
12886 --build isn't specified.
12887
12888 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12889
12890 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12891 (FLAGS_TO_PASS): Pass them.
12892 (EXTRA_TARGET_FLAGS): Ditto.
12893
12894 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12895
12896 * Makefile.in (all-libg++): Depend on all-libstdc++.
12897
12898 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12899
12900 * configure.in (noconfigdirs): Enable all packages for
12901 i386-unknown-netbsd.
12902
12903 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12904
12905 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12906 hosted builds (DOS builds)
12907
12908 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12909
12910 Changes for ARM based on patches from Richard Earnshaw:
12911 * config.sub: Handle armeb and armel.
12912 * configure.in: Omit arm linker only for riscix.
12913
12914 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12915
12916 * config.guess: Update from FSF.
12917
12918 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12919
12920 * config.sub: Recognize powerpcle as the little endian varient of
12921 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12922 powerpcle variant. Convert pentium into i586, not i486. Add p5
12923 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12924 temporarily.
12925
12926 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12927
12928 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12929
12930 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12931
12932 * config.sub: Accept -lites* as a basic system type.
12933
12934 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12935
12936 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12937 installed, and if so return linuxoldld as the system name.
12938
12939 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12940
12941 * config.guess: Add hppa1.1-hp-lites support.
12942
12943 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12944
12945 * configure.in: Don't build newlib for m68k-vxworks5.1.
12946
12947 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12948
12949 * configure.in (mips-sgi-irix6): Use mh-irix5.
12950
12951 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12952
12953 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12954
12955 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12956
12957 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12958 OSF/1. Fix compiler flags.
12959 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12960
12961 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12962
12963 * configure.in: Recognize --with-newlib.
12964 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12965
12966 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12967
12968 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12969 to *_X11_MODULES due to gdbtk needing X include files et al.
12970
12971 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12972
12973 Merge in support for Mac MPW as a host.
12974 (Old change descriptions retained for informational value.)
12975
12976 * mpw-config.in: Add generic include forwards for cpu-specific
12977 include files in aout and elf directories.
12978
12979 * mpw-configure: Added copyright.
12980 * mpw-config.in: Check for presence of required build tools.
12981 (target_libs): Add newlib.
12982 (target_tools): Add examples.
12983 (Read Me): Generate as "Read Me for MPW" instead.
12984 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12985 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12986 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12987
12988 * mpw-configure: Remove subdir-specific makefile hackery,
12989 delete mk.tmp after using it.
12990
12991 * mpw-build.in (all): Display start and end times.
12992
12993 * mpw-configure (host_canonical): Set.
12994 (target_cpu): Always add to makefiles.
12995 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12996 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12997 (mpw-mh-mpw): Look for in srcdir and srcroot.
12998 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12999
13000 * mpw-build.in: (install-only): New target.
13001
13002 * mpw-configure (host_alias, target_alias): Rename from hostalias
13003 and targetalias, add into generated Makefile.
13004 (mk.tmp): If present, add into generated Makefile.
13005 * mpw-build.in (all-gas): Build config.h first before gas proper.
13006
13007 * mpw-configure (config.status): Write only if changed.
13008 * mpw-config.in (readline): Configure it (not built, just used for
13009 definitions).
13010
13011 * mpw-config.in (elf/mips.h): Add a forward include.
13012
13013 * mpw-config.in: Forward-include most .h files in include into
13014 extra-include.
13015 (readline): Don't build.
13016 mpw-build.in (install): Install GDB.
13017
13018 * mpw-configure (prefix, mpw_prefix): Handle it.
13019 * mpw-config.in (mmalloc, readline): Don't configure.
13020 * mpw-build.in (thisscript): Rename to ThisScript.
13021 Use mpw-build instead of BuildProgram everywhere.
13022 (mmalloc, readline): Don't build.
13023 * mpw-README: New file, basic documentation about the MPW port.
13024
13025 * mpw-config.in: Use forward-include to create include files.
13026
13027 * mpw-configure: Add more things to the top of each configured
13028 Makefile, including contents of config/mpw-mh-mpw.
13029 * mpw-config.in (extra-include): Create this directory and fill it
13030 with Posix-like include files when configuring.
13031
13032 * config.sub (apple, mac, mpw): Add various aliases.
13033
13034 * mpw-build.in: New file, top-level build script fragment for MPW.
13035 * mpw-configure: New file, configure script for MPW.
13036 * mpw-config.in: New file, config fragment for MPW.
13037
13038 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13039
13040 * configure.in (host_libs): Remove glob, since it is gone from the
13041 sources.
13042
13043 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13044
13045 * Makefile.in: define empty GDB_NLM_DEPS var.
13046
13047 * configure.in(target_makefile_frag): use config/mt-netware
13048 for netware targets.
13049
13050 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13051
13052 * config.sub: Merge in recent FSF changes. Remove linux special
13053 cases.
13054
13055 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13056
13057 Revert this change:
13058
13059 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13060
13061 * build-all.mk: Use CC=cc -Xs on Solaris.
13062
13063 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13064
13065 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13066 stop using it.
13067 * Makefile.in: Nuke all references to glob subdirectory.
13068
13069 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13070
13071 * configure.in: Fix --enable-shared logic in per-host.
13072
13073 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13074
13075 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13076
13077 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13078
13079 * configure.in (noconfigdirs): Don't build gas on AIX, for
13080 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13081
13082 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13083
13084 * configure: Fix --cache-file to work if the file argument is a
13085 relative path.
13086
13087 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13088
13089 * configure: If the --cache-file is used, pass it down to
13090 configure in subdirectories.
13091
13092 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13093
13094 * config.sub: add vxworks29k configuration.
13095
13096 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13097
13098 * Makefile.in (taz): Do "diststuff" part quietly.
13099
13100 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13101
13102 * config.sub: Mini-merge with gcc/config.sub.
13103
13104 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13105
13106 * config.guess (IRIX): Sed - to _.
13107
13108 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13109
13110 * Makefile.in (source-vault, binary-vault): New targets.
13111
13112 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13113
13114 * config.sub: Recognize -eabi as a basic system type.
13115
13116 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13117
13118 * configure.in (enable_shared stuff): Fix typo.
13119
13120 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13121
13122 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13123
13124 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13125
13126 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13127
13128 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13129
13130 * configure.in (rs6000-*-*): Don't build gas.
13131
13132 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13133
13134 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13135 reduce command line length.
13136 (AS_FOR_TARGET): Check for as.new, not Makefile.
13137 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13138
13139 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13140
13141 * config.guess: Merge from FSF.
13142
13143 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13144
13145 * configure: Don't use $ when handling program_suffix.
13146
13147 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13148
13149 * configure.in: Configure tk for hppa/hpux.
13150
13151 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13152
13153 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13154
13155 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13156
13157 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13158 to LIBCXXFLAGS. Tests are better run without it.
13159
13160 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13161
13162 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13163
13164 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13165
13166 * configure.in (*-*-netware*): Don't configure xiberty.
13167
13168 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13169
13170 * configure.in: Remove tk from native_only list.
13171
13172 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13173
13174 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13175 for special NCD build.
13176
13177 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13178
13179 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13180 makeall.bat, they're only useful for binutils snapshots.
13181 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13182 makeall.bat to specified SUPPORT_FILES.
13183
13184 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13185
13186 * build-all.mk: Add Ericsson targets to sun4 and solaris
13187 hosts. Add BNR's sun4 target to solaris host, so their
13188 build-from-source will be tested in-house first.
13189
13190 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13191
13192 * Makefile.in (LIBCFLAGS): New variable.
13193 (CFLAGS_FOR_TARGET): Ditto.
13194 (LIBCFLAGS_FOR_TARGET): Ditto.
13195 (LIBCXXFLAGS): Ditto.
13196 (CXXFLAGS_FOR_TARGET): Ditto.
13197 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13198 (BASE_FLAGS_TO_PASS): Pass them.
13199 (EXTRA_TARGET_FLAGS): Ditto.
13200
13201 * configure.in: Support --enable-shared.
13202
13203 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13204
13205 * configure.in (target_libs): Include libstdc++ again.
13206 * config.guess: Update from FSF (for FreeBSD).
13207
13208 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13209
13210 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13211 makeall.bat.
13212 (DISTDOCDIRS): Add `etc'.
13213 (ETC_SUPPORT_PFX): New variable.
13214 (taz): Include anything from etc starting with a word in
13215 ETC_SUPPORT_PFX.
13216
13217 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13218
13219 * config.sub: Update for recent FSF changes. Remove obsolete
13220 h8300hds entry. Add -windows* and -osx as basic os. Minor
13221 spacing changes.
13222
13223 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13224
13225 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13226
13227 * config.guess: Merge with FSF.
13228 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13229
13230 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13231
13232 * configure: Since the "trap 0" handler will override the exit
13233 status on many systems, only use it for "exit 1", and make it set
13234 a non-zero exit status; reset it before "exit 0". Also, check
13235 exit status of config.sub, and error out if it failed.
13236
13237 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13238
13239 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13240 and install libgloss.
13241
13242 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13243
13244 * Makefile.in (all-binutils): Depend upon all-byacc.
13245
13246 * configure.in: Don't build emacs on Irix 5.
13247
13248 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13249
13250 * configure.in (*-*-netware*): Add libio.
13251
13252 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13253
13254 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13255 (CHECK_TARGET_MODULES): Ditto.
13256 (INSTALL_TARGET_MODULES): Ditto.
13257 (TARGET_LIBS): Ditto.
13258 (all-libstdc++): Note dependencies.
13259
13260 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13261
13262 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13263
13264 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13265
13266 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13267 -fexternal-templates.
13268
13269 * configure.in (target_libs): Add libstdc++.
13270 (noconfigdirs): Add libstdc++ as appropriate.
13271
13272 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13273
13274 * config.guess: Update from FSF.
13275
13276 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13277
13278 * configure: Use ${config_shell} when running ${configsub}.
13279
13280 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13281
13282 * config.sub: No longer recognize h8300h.
13283
13284 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13285
13286 * config.sub: Remove extraneous differences between config.sub and
13287 gcc/config.sub.
13288
13289 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13290
13291 * Makefile.in (DISTSTUFFDIRS): Add gas.
13292
13293 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13294
13295 * COPYING.NEWLIB: New file.
13296
13297 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13298
13299 * config.guess (HP-UX): Patch from Harlan Stenn
13300 <harlan@landmark.com> to also emit release level.
13301
13302 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13303
13304 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13305
13306 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13307
13308 * config.sub: Merge nextstep cleanup from FSF.
13309
13310 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13311
13312 * configure.in (arm-*-*): Don't configure ld for this target.
13313
13314 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13315
13316 * configure.in (*-*-netware): don't configure libg++, libio,
13317 librx, or newlib.
13318
13319 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13320
13321 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13322 configure ld--it works, but it doesn't support shared libraries.
13323
13324 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13325
13326 * config.guess (*-unknown-freebsd*): Get rid of possible
13327 trailing "(Release)" in version string.
13328 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13329
13330 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13331
13332 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13333 Fix type: *-next-neststep -> *-next-nextstep.
13334
13335 * config.guess: Merge from FSF:
13336
13337 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13338
13339 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13340
13341 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13342
13343 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13344 instead of UNIX_SV for UnixWare 1.0).
13345
13346 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13347
13348 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13349 to make gdb/nlm/* build after the compiler and linker.
13350
13351 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13352
13353 * config.guess (netbsd, freebsd, linux): Accept any machine,
13354 not just i[34]86.
13355 (m68k-atari-sysv4): Relocate to match FSF version.
13356
13357 * config.guess: More merges from the FSF:
13358
13359 Add a space before function call or macro invocation.
13360
13361 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13362
13363 * config.guess: Add trap cmd to remove dummy.c and dummy when
13364 interrupted.
13365
13366 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13367
13368 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13369 (dummy): Redirect stderr from compilation of dummy.c.
13370
13371 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13372
13373 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13374
13375 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13376
13377 * configure: Accept and ignore --cache*, for compatibility with
13378 new autoconf.
13379
13380 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13381
13382 * config.guess: Merge from FSF:
13383
13384 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13385
13386 * config.guess (Pyramid*:OSx*:*:*): New case.
13387 (PATH): Add /.attbin at end for finding uname.
13388 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13389
13390 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13391
13392 * config.guess (M88*:DolphinOS:*:*): New case.
13393
13394 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13395
13396 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13397 to select whether to use ELF or COFF.
13398
13399 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13400
13401 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13402
13403 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13404
13405 * config.guess: Guess the OS version for HPUX.
13406
13407 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13408
13409 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13410
13411 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13412
13413 * configure.in: Recognize --with-headers, --with-libs, and
13414 --without-newlib.
13415 * Makefile.in (all-xiberty): Depend upon all-ld.
13416
13417 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13418
13419 * configure.in: Change i[34]86 to i[345]86.
13420
13421 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13422
13423 * configure (version): A few more tweaks to help message.
13424
13425 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13426
13427 * Makefile.in: Remove (for now) librx as a host library,
13428 now that we're building it for target.
13429
13430 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13431
13432 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13433 (Karl Berry).
13434
13435 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13436
13437 * configure.in: Also configure librx.
13438
13439 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13440
13441 * Makefile.in: Update various rules to reflect that librx
13442 is now needed for libg++.
13443
13444 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13445
13446 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13447
13448 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13449
13450 * configure.in: Configure the examples directory.
13451
13452 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13453
13454 * configure: Simplify Jun 2 1994 change.
13455
13456 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13457
13458 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13459 /bin/gcc isn't good enough to build gcc.
13460
13461 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13462
13463 * Makefile.in (GDB_SUPPORT_FILES): Remove
13464 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13465 (gdb.tar.gz): Add new rule to use standard distribution building
13466 mechanism.
13467
13468 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13469
13470 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13471 Bill Cox <bill@cygnus.com>.
13472
13473 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13474
13475 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13476
13477 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13478
13479 * configure: Search current dir first in .gdbinit.
13480
13481 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13482
13483 * config.sub: Recognize freebsd (merged from gcc config.sub).
13484
13485 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13486
13487 * config.sub: Refer to NeXT's operating system as nextstep.
13488
13489 * config.sub (case $basic_machine): Re-order the cases, to match
13490 the order in the FSF version (which is mostly alphabethical).
13491 Merge in some additions and changes from the FSF.
13492
13493 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13494
13495 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13496 * config.sub: Recognize cxux7.
13497 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13498
13499 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13500
13501 * config.sub: Fix typo powerpc -> powerpc-*.
13502
13503 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13504
13505 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13506
13507 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13508 parallel with all-emacs and install-emacs). Top-level command
13509 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13510
13511 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13512
13513 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13514 $(relbindir)/make before doing ``make install'', and use
13515 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13516 installing over running make binary.
13517 ($(host)-stamp-stage3-installed): Likewise.
13518
13519 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13520
13521 * config.guess: Recognize Mach.
13522
13523 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13524
13525 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13526 see whether --exec-prefix was used.
13527
13528 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13529
13530 * README: Explicitly mention libg++/README. (Zoo's idea.)
13531
13532 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13533
13534 * Makefile.in: Add all-librx target similar to all-libproc.
13535
13536 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13537
13538 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13539 with post 1.2 uname bogosity.
13540
13541 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13542
13543 * configure: Remove temporary files on receipt of a signal.
13544
13545 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13546
13547 * configure: If there is a package_makefile_frag, remove
13548 ${subdir}/Makefile.tem after copying it in.
13549
13550 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13551
13552 * build_all.mk: support rs6000 lynx identifies itself as
13553 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13554 since /bin/gcc is too feeble to compile a modern gcc.
13555
13556 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13557
13558 * brought devo/test-build.mk update-to-date with progressive/
13559 test-build.mk. Add lynx targets and hppa flag info.
13560
13561 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13562
13563 * configure.in: Use mh-ncrsvr43. Patch from
13564 Tom McConnell <tmcconne@sedona.intel.com>.
13565
13566 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13567
13568 * config.guess (i386-unknown-bsdi): No longer need to
13569 check #if defined(__bsdi__) && defined(__i386__).
13570
13571 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13572
13573 * configure: Set program_transform_nameoption correctly.
13574
13575 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13576
13577 * brought build-all.mk update-to-date with progressive build-all.mk,
13578 added new targets and hppa info.
13579
13580 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13581
13582 * configure: If config.guess result is a prefix of the user
13583 specified target, assume a native build and use the user specified
13584 target as the host alias. Remove SunOS patch suffix removal hack.
13585 * configure.in: Remove SunOS patch suffix removal hack.
13586
13587 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13588 in NATIVE_CHECK_MODULES.
13589
13590 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13591
13592 * Makefile.in: Rename HOST_ONLY to NATIVE.
13593 * configure: Delete SunOs patch suffix from host_canonical
13594 and build_canonical variables that are prepended to Makefiles.
13595 * configure.in: Add comments for easier maintenance.
13596
13597 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13598
13599 * Makefile.in: Add all-libproc target similar to all-gui.
13600
13601 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13602
13603 * Makefile.in (CHECK_MODULES): split into
13604 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13605
13606 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13607
13608 * config.guess (i386-unknown-bsdi): New system to guess.
13609
13610 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13611
13612 * Makefile.in: Add all-gui target (but not yet build by "all").
13613
13614 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13615
13616 * config.sub: Move deletion of patch suffix from here...
13617 * configure.in: To here, at Ian's suggestion. The top-
13618 level scripts might need to know of a patch level.
13619
13620 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13621
13622 * config.sub: Strip off patch suffix so rtl is recognized
13623 as a sunos4.1.3 machine, even though it's been patched.
13624
13625 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13626
13627 * Makefile.in (INSTALL_LAST): Delete.
13628 (INSTALL_DOSREL): New.
13629
13630 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13631
13632 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13633 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13634 whether we pass down --with-gnu-ld anyhow.
13635
13636 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13637
13638 * Makefile.in (INSTALL_LAST): Change operation so it works
13639 on more flavors of make.
13640 * configure.in (go32): Don't build libg++ or libio.
13641
13642 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13643
13644 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13645 they can be overriden by templates.
13646
13647 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13648
13649 * configure.in (target==go32): Don't build gdb.
13650 * dosrel: New directory.
13651
13652 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13653
13654 * configure.in (host==go32): Configure dosrel too.
13655 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13656 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13657 be set by incoming names or templates.
13658 (INSTALL_LAST): New rule.
13659
13660 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13661
13662 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13663
13664 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13665
13666 * configure.in (appdirs): New variable. Currently empty, but will
13667 be used in gas distribution. If nonempty, lists a set of
13668 directories at least one of which must get configured, or top
13669 level configuration is considered to have failed.
13670 (rs6000-*-lynxos*): Use new file name.
13671
13672 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13673
13674 Eliminate XTRAFLAGS.
13675 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13676 newlib include files using -idirafter, and also use -nostdinc.
13677 (CXX_FOR_TARGET): Likewise.
13678 (XTRAFLAGS): Removed.
13679 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13680 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13681 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13682 ($(DO_X)): Don't pass down XTRAFLAGS.
13683
13684 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13685
13686 * configure.in (mips*-dec-bsd*): New target; do build linker.
13687 (mips*-*-bsd*): New target; don't build linker.
13688
13689 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13690
13691 * configure.in: support rs6000-*-lynxos* configuration.
13692 support sunos4 as a cross target.
13693
13694 * config.sub: look for lynx*, not lynx since the OS version may
13695 legitimately be part of the name.
13696
13697 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13698
13699 * configure.in (i[34]86-*-sco*): Move to be with other i386
13700 targets.
13701 (romp-*-*): New target. Skip various binary utilities.
13702 (vax-*-*): New target. Don't build newlib.
13703 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13704
13705 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13706
13707 * configure.in: Only set host_makefile_frag if config
13708 directory exists.
13709
13710 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13711
13712 * install.sh: If $dstdir exists, don't check whether each
13713 component does.
13714
13715 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13716
13717 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13718
13719 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13720
13721 * configure.in (*-*-lynxos*): Don't configure newlib for either
13722 native or cross Lynx.
13723
13724 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13725
13726 * config.sub (sparc64-elf): Fix os.
13727 (z8k): Remove duplicate.
13728
13729 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13730
13731 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13732 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13733
13734 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13735
13736 * configure: Make file links cleanly even if Lynx fails on
13737 an NFS symlink (at least fail cleanly).
13738
13739 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13740
13741 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13742 -XNh2000.
13743
13744 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13745
13746 * configure: Unknown options are fatal again.
13747
13748 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13749
13750 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13751 compatibility.
13752
13753 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13754
13755 * build-all.mk: Add `clean' target.
13756
13757 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13758
13759 * config.guess: Add SINIX support.
13760 * configure.in: Add mips-*-sysv4* support.
13761
13762 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13763
13764 * build-all.mk: Document all useful targets.
13765 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13766 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13767
13768 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13769
13770 * configure: Support --silent, --quiet.
13771
13772 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13773
13774 * configure: Support --disable-FEATURE.
13775
13776 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13777
13778 * config.guess: Recognize NCR running SVR4.3.
13779
13780 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13781
13782 * config.guess: Make BSDI generate i386-unknown-bsd386.
13783 Patch from Paul Eggert <eggert@twinsun.com>.
13784
13785 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13786
13787 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13788
13789 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13790
13791 * configure: Make unrecognized options give nonfatal warnings
13792 instead of fatal errors, and pass them to any subdirectory
13793 configures in case they recognize them.
13794 Make --x equivalent to --with-x.
13795
13796 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13797
13798 * configure: Add --enable-* options. Clean up usage message and
13799 some comments.
13800
13801 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13802
13803 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13804
13805 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13806
13807 * configure.in (hppa*-*-*): Enable binutils.
13808
13809 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13810
13811 * config.sub: Recognize cisco.
13812
13813 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13814
13815 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13816
13817 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13818
13819 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13820 than one configuration name. Add comment.
13821
13822 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13823
13824 * config.guess: about target *-hitachi-hiuxwe2, fixed
13825 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13826 macro is incorrect.]
13827
13828 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13829
13830 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13831 than the "make ls" stuff which used to be here.
13832
13833 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13834
13835 * config.guess: Recognize i[34]86-unknown-freebsd.
13836 From Shawn M Carey <smcarey@rodan.syr.edu>.
13837
13838 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13839
13840 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13841
13842 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13843
13844 * config.guess: Check for ptx.
13845
13846 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13847
13848 * config.sub: Add os9k checking.
13849
13850 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13851
13852 * config.guess: Handle OSF1 running on HPPA processors
13853
13854 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13855
13856 * configure: If subdir configure fails, print out a message with
13857 subdirectory name, in case subdir's configure code didn't identify
13858 itself.
13859
13860 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13861
13862 * configure.in: Remove embedded newlines from configdirs.
13863 Avoid mismatches of substrings. Fix matching strings at end
13864 of configdirs.
13865
13866 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13867
13868 * config.guess: Add Lynx/rs6000 config support.
13869
13870 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13871
13872 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13873
13874 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13875
13876 * configure.in (hppa*-*-osf*): Treat this just like most other
13877 PA configurations (eg no binutils or ld).
13878 (hppa*-*-*elf*): These configurations have binutils and ld.
13879
13880 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13881
13882 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13883
13884 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13885
13886 * configure.in (rs6000-*-*): Build gas.
13887
13888 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13889
13890 * Makefile.in: Avoid bug in losing hpux sed.
13891
13892 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13893
13894 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13895 for GDB and GDB has been fixed to not need it.
13896
13897 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13898
13899 * config.guess: Recognize vax hosts.
13900
13901 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13902
13903 * configure (while loop): Don't use "break 2" inside case
13904 statement -- the case statement isn't an enclosing loop.
13905
13906 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13907
13908 * config.guess: Clean up NeXT support, to allow nextstep
13909 on Intel machines. Make OS be nextstep.
13910
13911 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13912
13913 * config.guess: Add alternate forms for Convex.
13914
13915 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13916
13917 * configure: Completely rewrite option processing. Take
13918 advantage of pattern-matching to avoid invoking test frequently.
13919 Also clean up host and target defaulting logic.
13920
13921 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13922
13923 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13924 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13925 commands (plus user environment) will fit SCO limits.
13926
13927 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13928
13929 * configure.in: Don't issue warnings about directories which are
13930 not being configured if -norecursion is set. Correct test for
13931 --with-gnu-as and --with-gnu-ld to not get confused by substring
13932 matches.
13933
13934 * configure.in: Don't build gas for alpha-dec-osf1*.
13935
13936 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13937
13938 * configure: Back out Per's change of 12/19/1993. It changes the
13939 behavior of configure in unexpected and confusing ways.
13940
13941 Also, use different delim char when calculating
13942 program_transform_name so that the name can contain slashes.
13943
13944 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13945
13946 * configure.in, config.sub: Add support for VSTa micro-kernel.
13947
13948 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13949
13950 * configure.in: Nuke hacks which were used to get a special
13951 version of GAS for HPPA configurations.
13952
13953 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13954
13955 * configure: If only ${target_alias} is given, use that
13956 as the default for ${host_alias}.
13957 * configure: Add missing back-slashes before nested quotes.
13958
13959 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13960
13961 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13962
13963 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13964
13965 * config.guess: Recognize some Tektronix configurations.
13966 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13967
13968 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13969
13970 * config.sub: Match any flavor of SH.
13971
13972 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13973
13974 * configure.in: Don't try to configure newlib for Alpha.
13975
13976 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13977
13978 * configure.in: Don't build ld for Irix 5. Don't build gas,
13979 libg++ or libio for any Alpha target.
13980
13981 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13982
13983 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13984
13985 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13986 default arguments -- so it tried to compress itself.
13987
13988 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13989
13990 * configure.in (notsupp): ensure that a space is always at the end
13991 of the configdirs list, since the grep checks for an explicit space
13992
13993 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13994
13995 * configure.in (target i386-sysv4.2): don't build ld, since static
13996 versions of many libraries are not available.
13997
13998 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * config.guess: Recognize Apollos (using environment variables).
14001 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14002
14003 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14004
14005 * config.guess: Recognize Sony news mips running newsos.
14006
14007 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14008
14009 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14010 "fi ; else" for bash.
14011
14012 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14013
14014 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14015
14016 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14017
14018 * config.sub: accept unixware as an alias for svr4.2.
14019 Fix some inconsistancies with the gcc version.
14020
14021 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * Makefile.in (DISTDOCDIRS): Add gdb.
14024
14025 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14026
14027 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14028
14029 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14030
14031 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14032 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14033 this now.
14034
14035 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14036
14037 * config.sub: Accept hiux* as an OS name.
14038
14039 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14040 etc/make-stds.texi. The underscore came from gcc, and dje now
14041 agrees that RUNTESTFLAGS is the correct name.
14042
14043 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14044
14045 * install.sh: Remove 'set -e'. It makes any conditionals
14046 in the script useless.
14047
14048 * config.guess: Automatically recognize arm-acorn-riscix
14049 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14050
14051 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14052
14053 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14054
14055 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14056
14057 * Makefile.in (DISTDOCDIRS): New variable.
14058 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14059 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14060
14061 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14062
14063 * configure.in (hppa target): check the source directory for the
14064 pagas sub-directory
14065
14066 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14067
14068 * config.sub: Allow -aout* and -elf*.
14069
14070 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14071
14072 * configure.in: Don't build ld on i386-solaris2, same as for
14073 sparc-solaris2.
14074
14075 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14076
14077 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14078
14079 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14080
14081 * configure.in: Configure gdb for alpha.
14082
14083 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14084
14085 * Makefile.in (CXXFLAGS): Add -O.
14086
14087 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14088
14089 * config.guess: added support for DG Aviion
14090
14091 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14092
14093 * configure.in: Produce warning message for subdirectories not
14094 configurable for this host/target combination. Don't try to
14095 configure gdb for vms.
14096
14097 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14098
14099 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14100 appropriate files before making "diststuff".
14101 (DISTBISONFILES): New var: list of files to be edited.
14102 (DISTSTUFFDIRS): Add binutils.
14103
14104 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14105
14106 * config.sub: also handle mipsel and mips64el (for little endian mips)
14107
14108 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14109
14110 * configure.in: Add * to end of all OS names.
14111
14112 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14113
14114 * configure.in: Build newlib for LynxOS native.
14115
14116 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14117
14118 * config.guess: Add support for delta 88k running SVR3.
14119
14120 * configure.in: Add comment about HP compiler vs. emacs.
14121
14122 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14123
14124 * configure.in: don't build ld on solaris2 (not a viable option
14125 due to bugs in getpwnam & getpwuid)
14126
14127 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14128
14129 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14130 config.guess will produce a full version number.
14131
14132 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14133
14134 * configure.in: Build linker and binutils for alpha-dec-osf1.
14135
14136 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14137
14138 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14139 and gdb/testsuite/Makefile.in.
14140
14141 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14142
14143 * configure.in: recognize mips*- instead of mips-
14144
14145 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14146
14147 * config.sub: Accept linux*coff and linux*elf as operating
14148 systems.
14149
14150 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14151
14152 * config.sub: Recognize mips64, and mips3 as an alias for it.
14153
14154 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14155
14156 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14157 gdb knows how to handle OSF/1 shared libraries.
14158
14159 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14160
14161 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14162 * config.guess: Recognize Hitachi's HIUX.
14163 * config.sub: Recognize h3050r* and hppahitachi.
14164 Remove redundant cases for hp9k[23]*.
14165
14166 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14167
14168 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14169 if gas and ld are in the source tree and are in ${configdirs}.
14170 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14171 --with options (but still pass them down on the command line,
14172 if they were explicitly specified).
14173
14174 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14175
14176 * configure: substitute SHELL value in Makefile.in with
14177 ${CONFIG_SHELL}
14178
14179 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14180
14181 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14182 *-*-solaris2* targets.
14183
14184 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14185
14186 * Makefile.in: define M4, and pass it down to sub-makes;
14187 all-autoconf now depends on all-m4
14188
14189 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14190
14191 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14192 presence of {ar,ranlib} instead of a configured directory
14193
14194 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14195
14196 * config.guess: Accept 34?? as well as 33?? for NCR.
14197
14198 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14199
14200 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14201 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14202
14203 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14204
14205 * configure: grab values for $(CC) and $(CXX) from the
14206 environment, so that someone can do "CC=gcc configure; make" and
14207 have it work right (matching the way that autoconf works now)
14208
14209 * configure.in, Makefile.in: add support for gash, the tcl
14210 interface to Galaxy
14211
14212 * config.guess: add NetBSD variants (hp300, x86)
14213
14214 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14215
14216 * install.sh: Support -d option (in the manner of SunOS 4 install,
14217 as it is more deterministic than that of GNU install)
14218 (chmodcmd): Set file to mode 755 by default (should also do default
14219 chgrp and chown, but I don't feel like dealing with that now)
14220
14221 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14222
14223 * config.sub: Remove h8300hhms alias.
14224
14225 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14228
14229 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14230
14231 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14232 as stmp-fixinc
14233
14234 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14235
14236 * config.sub: recognize m88110-bug-coff.
14237
14238 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14239
14240 * Makefile.in (all-libio): all dependencies on the toolchain used
14241 to build this (gcc, gas, ld, etc)
14242
14243 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14244
14245 * config.guess: Deal with OSF/1 1.3 on alpha.
14246
14247 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14248
14249 * install.sh: add some 'else true' clauses for portability
14250
14251 * configure.in: don't build libio for h8[35]00-*-* targets
14252
14253 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14254
14255 * Makefile.in: Add support for new libio.
14256
14257 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14258
14259 * install.sh: If one command fails, don't try the rest. Don't try
14260 to remove $dsttmp (via trap) unless we have already created it.
14261 If $src doesn't exist, detect it and exit with an error.
14262
14263 * config.guess: Recognize BSD on hp300.
14264
14265 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14266
14267 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14268 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14269
14270 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14271
14272 * Makefile.in (all-send-pr): depends on all-prms
14273
14274 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14275
14276 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14277
14278 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14279
14280 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14281 Added test for mips-mips-riscos5.
14282
14283 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14284
14285 * configure.in: use mh-hp300 for 68k HP hosts
14286
14287 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14288
14289 * configure: add support for CONFIG_SHELL, so that you can use
14290 some alternate shell for evaluating configure scripts
14291
14292 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14293
14294 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14295 in configure script to bug-gdb@prep.ai.mit.edu when building
14296 distribution archive.
14297 * Makefile.in (COMPRESS): Remove def.
14298 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14299 gdb.tar.Z and make-gdb.tar.Z respectively.
14300 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14301 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14302 to convergence with 'taz' target in Makefile.in.
14303
14304 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14305
14306 * install.sh (dsttmp): use trap to ensure that tmp files go
14307 away on error conditions
14308
14309 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14310
14311 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14312
14313 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14314
14315 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14316 its parent is '/' not ''.
14317
14318 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14319
14320 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14321
14322 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14323 that ${newsrcdir}/configure.in does.
14324
14325 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14326
14327 * test-build.mk: support for CONFIG_SHELL
14328
14329 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14330
14331 * config.sub (netware): Add as a basic system type.
14332
14333 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14334
14335 * Makefile.in (Makefile): depend on configure.in. Also drop the
14336 $(srcdir)/ from the dependency on Makefile.in.
14337
14338 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14339
14340 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14341 (h8300hhms is temporary until multi-libraries are implemented).
14342 * configure.in: Handle h8300h too.
14343
14344 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14345
14346 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14347
14348 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14349
14350 * configure: Remove extraneous output when guessing host type.
14351 * config.guess: Remove extraneous output when guessing using C
14352 compiler rather than uname, or when guessing fails.
14353
14354 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14355
14356 * Makefile.in: remove all.cross and install.cross targets
14357
14358 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14359 definitions
14360
14361 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14362
14363 * configure.in (target sh): Build gprof.
14364
14365 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14366
14367 * config.sub: change -solaris to -solaris2
14368
14369 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14372
14373 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * configure: Correct error message for missing Makefile.in to
14376 print correct directory.
14377
14378 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14379
14380 * install.sh: kludge around 386BSD shell bug
14381
14382 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14383
14384 * config.guess: Recognize NeXT.
14385 * config.guess: Recognize i486-ncr-sysv4.
14386 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14387
14388 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14389
14390 * Makefile.in (MAKEINFOFLAGS): New variable.
14391 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14392 * build-all.mk, test-build.mk: Pass down --no-split as
14393 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14394
14395 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14396
14397 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14398
14399 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14400
14401 * Makefile.in (libg++.tar.z): New rule.
14402 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14403 * Makefile.in (taz): Only do a single chmod.
14404
14405 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14406
14407 * install.sh: don't use dirname anymore (replaced with sed usage)
14408
14409 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14410
14411 * Makefile.in: Change extension for gzip'd files from '.z' to
14412 '.gz' per new FSF standard usage.
14413
14414 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14415
14416 * configure: put quotes around the final value of program_transform_name
14417
14418 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14419
14420 * Makefile.in: new install.sh support; update install-info rules
14421
14422 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14423
14424 * configure.in: Build diff for crosses, but not for go32 host.
14425
14426 * configure.in: Build gprof only for native, and don't build it
14427 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14428
14429 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14430
14431 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14432
14433 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14434
14435 * configure.in (host_tools): Add prms.
14436
14437 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14438
14439 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14440 with $(FLAGS_TO_PASS) on the command line
14441
14442 * config.sub: Recognize lynx and lynxos
14443
14444 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14445
14446 * config.sub: Accept -ecoff*, not just -ecoff.
14447
14448 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14449
14450 * Makefile.in (taz): Use .gz suffix instead of .z.
14451 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14452 names.
14453
14454 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14455
14456 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14457
14458 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
14460 * Makefile.in (install-no-fixedincludes): install gcc last, so
14461 that rebuilds that might happen during 'make install' don't get
14462 bogus gcc include files
14463
14464 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14465
14466 Change from Utah for HPPA support:
14467 * config.guess: Recognize hppa1.x-hp-bsd.
14468
14469 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14470
14471 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14472 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14473
14474 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14475
14476 * config.sub: Add support for rom68k and bug boot monitors.
14477
14478 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14479
14480 * Makefile.in: Make all-opcodes depend on all-bfd.
14481
14482 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14483
14484 * config.guess: Added special check for i[34]86-univel-sysv4*.
14485
14486 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14487
14488 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14489 the processor rather than assuming i486.
14490
14491 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14492
14493 * config.guess: Recognize SunOS6 as Solaris3.
14494
14495 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14496
14497 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14498 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14499
14500 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14501
14502 * build-all.mk (all-cross): New target for Canadian Cross.
14503 Added Q2 go32 targets.
14504 * test-build.mk: Configure go32 cross sparclite-aout and
14505 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14506 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14507
14508 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14509
14510 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14511 GO32 hosted toolchains
14512
14513 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14514
14515 * configure: change so "-exec-prefix" gets passed down rather
14516 than "-exec_prefix" so autoconf generated Makefiles get the
14517 exec_prefix set right.
14518
14519 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14520
14521 * config.guess: get the Solaris2 minor version number
14522
14523 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14524
14525 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14526
14527 * config.guess: Recognize some Sequent platforms.
14528
14529 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14530
14531 * Makefile.in: added the vault-install target
14532
14533 * configure.in: actually use the Sun3 makefile fragment that's in
14534 config, also added the release dir to configdirs
14535
14536 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14537
14538 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14539
14540 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14541
14542 * configure.in: remove some program from Alpha targetted toolchains
14543
14544 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14545
14546 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14547 gprof.
14548 (taz): Run "make diststuff" in those directories instead of "make
14549 proto-dir". Look for "VERSION=" only at start of line in subdir
14550 Makefile. Use "gzip -9" for compression.
14551 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14552 (binutils.tar.z): New target.
14553
14554 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14555
14556 * Makefile.in (taz): Include gpl.texinfo.
14557
14558 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14559
14560 * Makefile.in (setup-dirs): Merged into "taz" target.
14561 (taz): Only do `proto-dir' stuff if a directory is actually needed
14562 for this target.
14563
14564 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14565
14566 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14567 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14568 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14569 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14570 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14571
14572 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14573
14574 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14575 config.sub, and move-if-change to gdb testsuite distribution
14576 archive, so the testsuite can be extracted, configured, and
14577 run separately from the gdb distribution. Blow away the Chill
14578 tests that require a Chill compiled executable, since GNU Chill
14579 is not yet publically available.
14580
14581 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14582
14583 * test-build.mk: set environment variables in a single command,
14584 instead of a list of assignments and exports
14585
14586 * config.guess: recognize Alpha/OSF1 systems
14587
14588 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14589
14590 * configure: Change help message to prefer --options rather than
14591 -options.
14592
14593 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14594
14595 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14596 zippy@ecst.csuchico.edu.
14597 * config.guess: Recognize miniframe.
14598
14599 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14600
14601 * Makefile.in: Use srcroot to find runtest rather than rootme.
14602 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14603
14604 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14605
14606 * test-build.mk: Extensive additions to support building on a
14607 machine other than the host.
14608
14609 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14610
14611 * configure (tooldir): Fix for i386-aix again.
14612
14613 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14614
14615 * configure, Makefile.in: Change definition of $(tooldir)
14616 to match the FSF.
14617
14618 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14619
14620 * config.guess: Recognize i[34]86/SVR4.
14621
14622 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14623
14624 * Makefile.in (all-gdb): gdb depends on sim.
14625
14626 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14627
14628 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14629 at the same time we make the prototype gdb directory.
14630 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14631 files at the same time as the gdb base release distribution.
14632
14633 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14634
14635 * Makefile.in (check): Use individual check targets rather than
14636 DO_X rule.
14637 (check-gcc): Added.
14638
14639 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14640
14641 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14642 for System V release 3.2.
14643
14644 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14645
14646 * config.sub: Recognize hppaosf.
14647 * configure.in: Do configure ld/binutils/gas for it.
14648
14649 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14650
14651 * configure (tooldir): Alter syntax used to set this, for systems
14652 where "\$" isn't handled right, like i386-aix.
14653
14654 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14655
14656 * configure: Pass program-transform-name, not
14657 program_transform_name, to recursive configures.
14658
14659 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14660
14661 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14662 of gas+ld+binutils.
14663
14664 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14665
14666 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14667
14668 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14669
14670 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14671
14672 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14673
14674 * Makefile.in (PRMS): Set back to all-prms.
14675
14676 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14677
14678 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14679 targets, rather than for MIPS hosts.
14680
14681 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14682
14683 * configure.in: add comment for --with-x default values
14684
14685 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14686
14687 * Makefile.in: add check-* targets for each of the directories in
14688 the tree. Add a definition of RUNTEST that will use the one we
14689 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14690
14691 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14692
14693 * configure.in: Removed obsolete references to bfd_target and
14694 target_makefile_frag.
14695
14696 * build-all.mk: Set assorted targets for Q2.
14697 * config.sub: Recognize z8k-sim and h8300-hms.
14698 * test-build.mk: Really don't pass host to configure.
14699 (HOLES): Added uname.
14700
14701 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14702
14703 * configure: Handle an empty program-prefix, program-suffix or
14704 program-transform-name correctly.
14705
14706 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14707
14708 * build-all.mk: -G 8 no longer required for MIPS targets.
14709 * test-build.mk: Don't pass host argument to configure; make it
14710 guess.
14711
14712 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14713
14714 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14715 * Makefile.in (COMPRESS): New macro, like GZIP.
14716
14717 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14718
14719 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14720
14721 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14722 with gas currently defaults to -G 0.
14723
14724 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14725
14726 * Makefile.in (all-flex): flex depends on byacc.
14727
14728 * build-all.mk: If host not specified, use config.guess. Pass TAG
14729 to test-build.mk as RELEASE_TAG.
14730 * test-build.mk (configargs): New variable containing arguments to
14731 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14732 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14733
14734 * config.guess: Use /bin/uname when checking -X argument on SCO,
14735 to avoid invoking GNU uname which doesn't understand -X.
14736
14737 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14738
14739 * configure.in: Build gas for mips-*-*.
14740
14741 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14742
14743 * Makefile.in (all.normal): insert missing backslash.
14744
14745 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14746
14747 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14748
14749 * Makefile.in: Complete overhaul to merge many almost identical
14750 targets.
14751
14752 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14753
14754 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14755 (gdb.tar.Z): Adjusted.
14756
14757 * Makefile.in (setup-dirs, taz): New targets; should be general
14758 enough to adapt for gdb sometime. Build only .z file.
14759 (gas.tar.z): New target.
14760
14761 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14762
14763 * build-all.mk: Use CC=cc -Xs on Solaris.
14764
14765 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14766
14767 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14768 for handling BISON for FSF releases.
14769
14770 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14771
14772 * configure: Actually implement the change zoo just documented.
14773
14774 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14775
14776 * configure: when using config.guess, only set target_alias when
14777 it's not already been set (ie, on the command line)
14778
14779 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14780
14781 * Makefile.in: add installcheck target, set PRMS to install-prms
14782
14783 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14784
14785 * configure: add support for package_makefile_fragment, handle the
14786 case where a directory has a configure.in file but no Makefile.in
14787 more gracefully (with an actual understandable error message, even);
14788 add support for --without (and add this to the usage message); also
14789 explicitly add a --host=${host_alias} to the command line when
14790 config.guess is used
14791
14792 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14793
14794 * configure: Must use both --host and --target in recursive calls.
14795
14796 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14797
14798 * Makefile.in: Change deja-gnu to dejagnu.
14799
14800 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14801
14802 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14803
14804 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14805
14806 * configure.in: canonicalize all instances to *-*-solaris2*,
14807 also strip out a number of tools to not build for go32 host
14808
14809 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14810
14811 * config.guess: add GPL.
14812
14813 * Makefile.in, config.guess, config.sub, configure: bump
14814 copyrights to 93.
14815
14816 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14817
14818 * Makefile.in (do-info): Removed obsolete check for existence of
14819 localenv file.
14820
14821 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14822
14823 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14824
14825 * Makefile.in: a couple of 'else true' for decstation,
14826 support for TclX
14827
14828 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14829
14830 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14831
14832 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14833
14834 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14835
14836 * config.guess: Recognize i386-ibm-aix (PS/2).
14837 * configure.in: Use config/mh-aix386 file for it.
14838
14839 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14840
14841 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14842 CC_FOR_TARGET instead.
14843 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14844
14845 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14846
14847 * Makefile.in: Add sim to list of directories sent with gdb
14848
14849 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14850
14851 * configure.in: Put back mips-dec-bsd* case.
14852
14853 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14854
14855 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14856 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14857 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14858
14859 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14860
14861 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14862
14863 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14864 (install-info): install dir.info only if it exists,
14865 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14866
14867 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14868
14869 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14870 gas for mips-dec-bsd.
14871
14872 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14873
14874 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14875 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14876
14877 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14878
14879 * configure.in: Added "dejagnu" to hosttools list.
14880
14881 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14882
14883 * config.sub, configure.in, config.guess: Add support
14884 for Bosx, an AIX variant from Bull.
14885 Patches from F.Pierresteguy@frcl.bull.fr.
14886
14887 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14888
14889 * devo/dejagnu: Initial creation of devo/dejagnu.
14890 Migrated dejagnu testcases and support files for testing software
14891 tools to reside as subdirectories, currently called "testsuite",
14892 within the directory of the software tool. Migrated all programs,
14893 support libraries, etc. beloging to dejagnu proper from
14894 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14895 with no modifications. The changes to these files which will
14896 allow them to configure, build, and execute properly will be made
14897 in a future update.
14898
14899 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14900
14901 * Makefile.in: Change send_pr to send-pr.
14902 * configure.in: Likewise.
14903 * send_pr: Renamed directory to send-pr.
14904
14905 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14906
14907 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14908
14909 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14910
14911 * README: Update for gdb-4.8 release.
14912 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14913 gdb-xxx.tar.z (gzip'd) file also.
14914
14915 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14916
14917 * Makefile.in: make all-diff depend on all-libiberty
14918
14919 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14920
14921 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14922
14923 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14924
14925 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14926
14927 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14928
14929 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14930 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14931 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14932
14933 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14934
14935 * Makefile.in: makeinfo binary is in a new location
14936
14937 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * config.sub: Accept -ecoff as an OS.
14940
14941 * Makefile.in: Various changes to eliminate a level of make
14942 recursion and reduce the required command line length.
14943 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14944 sub-makes.
14945 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14946 variables holding settings for specific sub-makes.
14947 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14948 in terms of BASE_FLAGS_TO_PASS.
14949 (TARGET_LIBS): New variable listing directories which use
14950 TARGET_FLAGS_TO_PASS.
14951 (subdir_do): Eliminated.
14952 (do-*): New set of targets to replace subdir_do.
14953 (various): All targets which used subdir_do now depend on do-*.
14954 (local-clean): Renamed from do_clean.
14955 (local-distclean): New target, dependency of distclean and
14956 realclean.
14957 (install-info): Don't create directories. Depend on dir.info
14958 rather than calling make recursively.
14959 (install-dir.info): Eliminated.
14960 (install-info-dirs): Create all info directories here.
14961 (dir.info): Depend upon do-install-info.
14962
14963 * test-build.mk (HOLES): Added false.
14964
14965 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14966
14967 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14968
14969 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14970
14971 * Makefile.in (info): remove dependency on all-texinfo. The
14972 problem was really in texinfo/C, not at this level.
14973
14974 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14977
14978 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14979
14980 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14981 GDB releases.
14982
14983 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14984
14985 * configure: Include srcdir in message about target of link not
14986 being found. Don't convert `-' to `_' in `with' options being
14987 passed to subdirs.
14988
14989 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14990
14991 * configure.in: add uudecode to host_tools
14992
14993 * Makefile.in: added {all,install}-uudecode targets, added them to
14994 the appropriate lists
14995
14996 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14997
14998 * Makefile.in (all-gcc): Added dependency on all-gas.
14999
15000 * configure.in (mips-*-*): Build ld and binutils.
15001
15002 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15003
15004 * configure: check return code from mkdir, print error message and
15005 exit on failure.
15006
15007 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15008
15009 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15010
15011 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15012
15013 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15014
15015 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15016
15017 * config.sub (h8500): Recognize this as a cpu type.
15018
15019 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15020
15021 * configure: source directory missing is no longer a warning
15022
15023 * configure.in: recognize irix[34]* instead of irix[34]
15024
15025 * Makefile.in: define and pass down X11_LIB
15026
15027 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15028
15029 * guess-systype: Renamed to ...
15030 * config.guess: ... by popular request.
15031 * configure.in, Makefile.in: Update accordingly.
15032
15033 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15034
15035 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15036 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15037 + Execute ./dummy instead of assuming . is in PATH.
15038
15039 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15040
15041 * guess-systype: New shell script. Attempts to guess the
15042 canonical host name of the executing host.
15043 Only a few hosts are supported so far.
15044 * configure: Call guess-systype if no host is specified.
15045
15046 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15047
15048 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15049 gcc Makefile.
15050
15051
15052 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15053
15054 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15055 (all-gcc, install-gcc, subdir_do): Use it.
15056
15057 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15058
15059 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15060
15061 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15062
15063 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15064 set exclusively by configure, using configure.in .
15065
15066 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15067
15068 * test-build.mk: set $PATH for all builds
15069
15070 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15071
15072 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15073
15074 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15075 the one used in gcc/Makefile.in, so that a null expansion doesn't
15076 override the one needed to build gcc with a native cc.
15077
15078
15079 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15080
15081 * configure: Accept -with arguments.
15082
15083 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15084
15085 * Makefile.in: added h8300sim
15086
15087 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15088
15089 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15090 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15091 (all-cygnus, native, build-cygnus): Make
15092 $(canonhost)-stamp-3stage-done, not $(host)....
15093 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15094 i386-sco3.2v4. Added else true to if command.
15095
15096 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15097
15098 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15099
15100 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15101
15102 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15103
15104 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15105
15106 * configure.in: don't remove binutils from Solaris builds
15107
15108 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15109
15110 * Makefile.in: get rid of earlier definitions for *clean,
15111 also handle the recursive info rule better
15112
15113 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15114
15115 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15116 do more-or-less the right thing.
15117
15118 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15119
15120 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15121 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15122
15123 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15124
15125 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15126 $(host_canonical).
15127
15128 * configure.in: split the configdirs list into 4 categories (native
15129 v. cross, library v. tool) and handle the cross-only and native-
15130 only in more reasonable (and correct!) way.
15131
15132 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15133
15134 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15135 configdirs anymore.
15136
15137 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * Makefile.in: extensive cleanup:: removed all of the explicit
15140 clean-* targets, collapsed many wrappers around subdir_do into
15141 one, added additional targets to satisfy standards.texi, deleted
15142 some old targets, some changes for consistency
15143
15144 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15145
15146 * configure.in: handle some programs as cross-only, and others as
15147 native only
15148
15149 * test-build.mk: handle partial holes in a more generic manner
15150
15151 * Makefile.in: m4 depends on libiberty
15152
15153 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15154
15155 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15156 time, wdiff, and find to configdirs
15157
15158 * Makefile.in: all, clean, and install rules for the new programs
15159 added to configure.in
15160
15161 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15162
15163 * configure.in: use mh-sun for all *-sun-* hosts
15164
15165 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15166
15167 * Makefile.in: define flags for X11 include files and library file
15168 locations, pass them down to the programs that need this info
15169
15170 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15171
15172 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15173
15174 * configure.in: start building libg++ for HP-UX targets
15175
15176 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15177
15178 * README: Update references to files moved into etc/.
15179
15180 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15181
15182 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15183 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15184
15185 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15186
15187 * configure: accept dash as well as underscore in long option
15188 names for FSF compatibility.
15189
15190 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15191
15192 * config.sub: added -sco3.2v4 support from FSF.
15193
15194 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15195
15196 * configure.in: expand the section that adds or removes
15197 directories from the list of programs to build, to handle native
15198 vs. cross in addition to host v. native
15199
15200 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15201
15202 * Makefile.in: Replace C++ in macro names with CXX.
15203 This is less likely to break ...
15204
15205 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15206
15207 * test-build.mk: add -w to GNU_MAKE
15208
15209 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15210
15211 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15212 add 'sparc' to list of recognized cpus. This needed to make
15213 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15214 Delete some redundant ose68 variants. Recognize -wrs as an os,
15215 then changes that into $CPU-wrs-vxworks.
15216
15217 * configure.in: remove most references to gdbtest, regularize
15218 target based program removal
15219
15220 * test-build.mk: import from p3 tree (many fixes and changes)
15221
15222 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15223
15224 * Makefile.in: added rules to handle tcl, tk, and expect
15225
15226 * configure.in: handle those directories if they exist
15227
15228 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15229
15230 * config.sub: removed bogus hppabsd and hppahpux names, since
15231 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15232
15233 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15234
15235 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15236 depends upon all-xiberty
15237
15238 * Makefile.in: changes from p3, including:
15239
15240 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15241
15242 * Makefile.in (XTRAFLAGS): include newlib directories if
15243 newlib/Makefile exists, rather than if host != target.
15244
15245 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15246
15247 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15248 from the same source tree and not building a cross-compiler. This
15249 matters for the libg++ configuration if reconfiguring a tree that
15250 has already been installed.
15251
15252 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15253
15254 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15255 pick up the machine and system specific header files.
15256
15257 * Makefile.in: added AS_FOR_TARGET, passed down in
15258 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15259 the C compiler to use to create programs which are run in the
15260 build environment, set it to default to $(CC), and passed it down
15261 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15262
15263 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15264
15265 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15266 We need them for unusual native builds, like systems without
15267 ranlib.
15268
15269 * configure: also define $(host_canonical) and
15270 $(target_canonical), which are the full, canonical names for the
15271 given host and target
15272
15273 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15274
15275 * Makefile.in: Added separate definitions for C++.
15276
15277 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15278
15279 * configure.in (configdirs): Add deja-gnu.
15280
15281 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15282
15283 * README: Update for configure.texi and gdb-4.7 release.
15284
15285 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15286
15287 * Makefile.in: Move "all" target to top of file.
15288 Previously, first target was ".PHONY" which caused BSD4.4 make
15289 to build .PHONY when make was run without arguments.
15290
15291 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15292
15293 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15294 Library-copylefted code in libiberty.
15295
15296 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15297
15298 * config.sub: Replace m68kmote with plain old m68k.
15299
15300 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15301
15302 * Makefile.in: Remove space from blank line, avoid Make complaints.
15303
15304 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15305
15306 * config.sub: Complain if no argument is given. Added support for
15307 386bsd as OS and target alias.
15308
15309 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15310
15311 * Makefile.in (XTRAFLAGS): include newlib directories if
15312 newlib/Makefile exists, rather than if host != target.
15313
15314 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15315
15316 * config.sub: recognize sparclite-wrs-vxworks.
15317
15318 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15319 p3.) Added clean-xiberty to clean.
15320
15321 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15322
15323 * configure.in: use *-*-* instead of nested cases for host and target
15324
15325 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15326
15327 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15328 from the same source tree and not building a cross-compiler. This
15329 matters for the libg++ configuration if reconfiguring a tree that
15330 has already been installed.
15331
15332 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15333
15334 * config.sub (i486v/i486v4): Merge in from FSF version.
15335
15336 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15337
15338 * configure: only set PWD if it is already set.
15339
15340 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15341
15342 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15343 doesn't have unset and all success paths (and most error paths)
15344 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15345 to just ${PWD} to avoid confusion.)
15346
15347 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15348
15349 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15350 even for a native compilation.
15351
15352 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15353
15354 Changes to make the gdb.tar.Z rule work better.
15355
15356 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15357 (DEVO_SUPPORT): Add configure.texi.
15358 (bfd-ilrt.tar.Z): Remove ancient rule.
15359
15360 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15361
15362 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15363 pick up the machine and system specific header files.
15364
15365 * configure.in, config.sub: added new target m68010-adobe-scout,
15366 with alias of adobe68k. Changed configure.in to check for
15367 -scout before -sco* to avoid a false match.
15368
15369 * Makefile.in: added AS_FOR_TARGET, passed down in
15370 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15371 the C compiler to use to create programs which are run in the
15372 build environment, set it to default to $(CC), and passed it down
15373 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15374
15375 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15376
15377 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15378 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15379 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15380 FOR_TARGET variants, to newlib and libg++.
15381
15382 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15383
15384 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15385 first.
15386
15387 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15388
15389 * config.sub: Accept `elf' as an environment.
15390
15391 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15392
15393 * Makefile.in (all-opcodes): cd into the right directory
15394
15395 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15396
15397 * configure: added -program_transform_name option, used as
15398 argument to sed when installing programs.
15399 configure.texi: added documentation for -program_prefix,
15400 -program_suffix and -program_transform_name.
15401
15402 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15403
15404 * config.sub: Accept i486 where i386 ok.
15405
15406 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15407
15408 * config.sub: accept we32k
15409
15410 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15411
15412 * config.sub, configure.in: accept OSE68000 and OSE68k.
15413
15414 * Makefile.in: don't create all directories for ``make install'';
15415 let the subdirectories create the ones they need.
15416
15417 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15418
15419 * COPYING: new file, GPL v2
15420
15421 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15422
15423 * Makefile.in: use the new gen-info-dir, which needs a template
15424 argument (which also lives in texinfo)
15425
15426 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15427
15428 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15429
15430 * config.sub (ncr3000): Change i386 to i486.
15431
15432 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15433
15434 * Makefile.in: add install-rcs, install-grep to
15435 install-no-fixedincludes, removed install-bison and install-libgcc
15436
15437 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15438
15439 * configure.in: grab the HPUX makefile fragment if on HPUX
15440
15441 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15442
15443 * Makefile.in: eradicate bison spoor (ditto libgcc).
15444 configure.in: recognise m68{k,000}-ericsson-OSE.
15445 es1800 is alias for m68k-ericsson-OSE
15446
15447 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15448
15449 * configure.in: rearrange the parts that remove programs from
15450 configdirs, based now on HOST==TARGET or by canonical triple.
15451
15452 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15453
15454 * test-build.mk: recurse explicitly with -f test-build.mk when
15455 appropriate. predicate stage3 and comparison on the existence
15456 of gcc. That is, if gcc isn't around, we aren't three-staging.
15457 On very clean, also remove ...stamp-co. Build in-place before
15458 doing other builds.
15459
15460 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15461
15462 * Makefile.in, configure.in: add tgas
15463
15464 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15465
15466 * Makefile.in: a number of changes merged in from progressive.
15467
15468 * configure.in: add libm.
15469
15470 * .cvsignore: ignore some stuff that comes from test-build.mk.
15471
15472 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15473
15474 * config.sub: Add es1800 (m68k-ericsson-es1800).
15475
15476 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15477
15478 * configure: Add program_suffix (parallel to program_prefix)
15479 * Makefile.in: adjust directory-creating script for losing decstation
15480
15481 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15482
15483 * configure: Minor $subdir-related fixes.
15484
15485 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15486
15487 * configure: fix various problems with propogating
15488 makefile_target_frag in subdirs.
15489 * configure.in: config libgcc if its there
15490
15491 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15492
15493 * config.sub: HPPA merge.
15494
15495 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15496
15497 * Makefile.in: Replace all-bison with all-byacc in all
15498 dependency lines for other tools (which now use byacc).
15499
15500 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15501
15502 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15503
15504 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15505
15506 * Makefile.in: make gprof rules similar to byacc rules (instead of
15507 vestigal $(unsubdir) that didn't work...)
15508
15509 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15510
15511 * config.sub: Add support for Linux.
15512 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15513 (at least for libg++).
15514
15515 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15516
15517 * configure.texi: fix doc for the -nfp option to configure
15518
15519 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15520
15521 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15522
15523 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15524
15525 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15526 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15527 * configure.in: added solaris* host_makefile_frag hook.
15528
15529 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15530
15531 * config.sub: changed recognition of m68000 so that various
15532 m68k types can be specified via m680[01234]0
15533
15534 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15535
15536 * config.sub (basic_machine): fix sed so that '-foo' isn't
15537 completely substituted out while .+'-foo' loses the '-foo'
15538
15539 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15540
15541 * config.sub ($os): Add -aout.
15542
15543 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15544
15545 * configure: If host_makefile_frag is absolute, don't
15546 prefix ${invsubdir} (relevant to libg++ auto-configure).
15547
15548 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15549
15550 * Makefile.in (tooldir): Define it.
15551 (all-ld): Depend on all-flex.
15552
15553 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15554
15555 * Makefile.in (check): Fix libg++ special case.
15556
15557 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15558
15559 * configure: do not bury `pwd` into config.status, thus do fewer
15560 pwd's.
15561
15562 * configure: print the "Building in" message only when building in
15563 other than "." AND verbose.
15564
15565 * configure: remove -s, rework -v to better accomodate guested
15566 configures.
15567
15568 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15569
15570 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15571
15572 * Makefile.in: macroize flags passed on recursion. remove
15573 fileutils.
15574
15575 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15576
15577 * configure: get makesrcdir right for subdirs deeper than 1.
15578
15579 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15580 install.
15581
15582 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15583
15584 * Makefile.in: don't print subdir_do or recursion lines.
15585
15586 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15587
15588 * standards.texi: added menu item.
15589
15590 * Makefile.in: build and install standards.info.
15591
15592 * standards.texi: new file.
15593
15594 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15595
15596 * configure: test for and move config.status pieces from
15597 ${subdir}/.
15598
15599 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15600
15601 * configure: Test for existance of files before trying to mv
15602 them, to avoid numerous non-existance messages.
15603
15604 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15605
15606 * configure: correct final line of config.status.
15607
15608 * configure: patch from eggert. Avoids a protection problem if
15609 the original Makefile.in is read only.
15610
15611 * configure: use move-if-change from gcc to create config.status.
15612 Some makefiles depend on config.status to tell if a directory
15613 has been reconfigured for a different host. This change
15614 prevents those directories from remaking everything in the case
15615 where the reconfig was only intended to rebuild a Makefile.
15616
15617 * configure: test for config.sub with "config.sub sun4" rather
15618 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15619 host alias from a missing config.sub.
15620
15621 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15622
15623 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15624 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15625
15626 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15627
15628 * configure: mkdir ${subdir} as needed.
15629
15630 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15631
15632 * Makefile.in,configure.in: added autoconf.
15633
15634 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15635
15636 * Makefile.in: no longer pass against on recursion.
15637
15638 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15639 definitions are not inherited.
15640
15641 * configure: correct makesrcdir when subdir is .
15642
15643 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15644
15645 * configure: Add support for 'subdirs' variable, which is
15646 like 'configdirs', except that configure doesn't re-invoke
15647 itself for subdirs, it just creates a Makefile for each subdir.
15648 * configure.texi: Document subdirs.
15649
15650 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * configure.in: added flex to configdirs
15653
15654 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15655
15656 * Makefile.in: remove clean-stamps from clean.
15657
15658 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15659
15660 * configure.in: Add gdbtest to configdirs.
15661
15662 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15663
15664 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15665 to recursive makes.
15666 * configure.in: Recognize new ncr3000 config.
15667
15668 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15669
15670 * Makefile.in, configure.in: removed references to gdbm.
15671
15672 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15673
15674 * config.sub: Don't canonicalize os value
15675 newsos* to bsd (readline needs to check for newsos).
15676 (This fix was earlier made Jan 31, but got re-broken.)
15677
15678 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15679
15680 * configure.in: sco is an os, not a vendor!
15681
15682 * configure: Quote $( better. Keep various shells happy.
15683
15684 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15685
15686 * Makefile.in: eliminate stamp-files.
15687
15688 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15689
15690 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15691 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15692
15693 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15694
15695 * config.sub: fix iris/iris3.
15696
15697 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15698
15699 * configure: re-add -rm.
15700
15701 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15702
15703 * Maskefile.in: add .stmp-rcs to all.
15704
15705 * configure.in: remove gas from rs6000 build, use aix host fragment.
15706
15707 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15708
15709 * configure: pass down site_option during recursion.
15710
15711 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15712
15713 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15714
15715 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15716
15717 * configure: Change exec_prefix so that it really defaults to prefix.
15718
15719 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15720
15721 * Makefile.in, configure.in: Add support for mmalloc library.
15722
15723 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15724
15725 * Makefile.in: add stmp dependencies for a few more things.
15726
15727 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15728
15729 * configure: adjusted error message on objdir/srcdir configure
15730 collision, per john's suggestion.
15731
15732 * Makefile.in: add libiberty stmp to all and all.cross.
15733
15734 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15735
15736 * Makefile.in: remove force dependencies, add grep to all.
15737
15738 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15739
15740 * Makefile.in: drop flex. make stamp files work.
15741
15742 * configure: added test for conflicting configuration in srcdir,
15743 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15744 gets cranky. use relative paths for configure and srcdir
15745 whenever possible. Send some error messages to stderr that were
15746 going to stdout.
15747
15748 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15749
15750 * Makefile.in: Fix libg++ rule to check for gcc directory
15751 before using gcc/gcc. Also pass XTRAFLAGS.
15752
15753 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15754
15755 * Makefile.in: added stmp-files so that directories aren't polled
15756 when they are already built.
15757
15758 * configure.texi: fixed a node pointer problem.
15759
15760 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15761
15762 * config.sub configure.in gdb/configure.in
15763 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15764 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15765 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15766
15767 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15768
15769 * configure: -recurring becomes -silent. corrected help message
15770 for -site= option.
15771
15772 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15773
15774 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15775
15776 * configure: when building Makefile for crosses, replace
15777 tooldir and program_prefix. default srcdir from location of
15778 config.sub. remove "for host in hosts" and "for target in
15779 targets" loops.
15780
15781 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15782
15783 * Makefile.in: Do not pass bindir or mandir to cvs.
15784
15785 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15786
15787 * Makefile.in, configure.in: removed traces of namesubdir,
15788 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15789 copyrights to '92, changed some from Cygnus to FSF.
15790
15791 * configure.texi: remove most references to multiple hosts,
15792 multiple targets, subdirs, etc.
15793
15794 * configure.man: removed rcsid. reference config.sub not
15795 config.subr.
15796
15797 * Makefile.in: mkdir $(infodir) on install-info.
15798
15799 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15800
15801 * configure.texi: Explain better about .gdbinit and about
15802 the environment that configure.in sections run in.
15803
15804 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15805
15806 * configure.in: Ultrix is only a decstation if it's a MIPS.
15807
15808 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15809
15810 * README: DOC.configure => cfg-paper.texi.
15811
15812 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15813
15814 * config.sub (near case $os): Don't convert newsos* to bsd!
15815
15816 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15817
15818 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15819 the number of copies of COPYING that go into the GDB tar file.
15820
15821 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15822
15823 * bfd/configure.in, gdb/config/mh-i386sco,
15824 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15825 Fix SCO configuration stuff.
15826
15827 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15828
15829 * Makefile.in: For libg++, make sure the -I pointing
15830 to the gcc directory goes *after* all the libg++-local -I flags.
15831 Also, move just-gcc dependency from just-libg++ to all-libg++.
15832
15833 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15834
15835 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15836
15837 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15838
15839 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15840
15841 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15842
15843 * config.sub: Add stratus configuration frags. Also
15844 submitted to FSF.
15845
15846 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15847
15848 * Makefile.in (DEV_SUPPORT): add configure.man.
15849
15850 * config.sub(Decode manufacturer-specific): add -none*.
15851
15852 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15853
15854 * Makefile.in: remove form feeds to make Sun's make happy.
15855 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15856
15857 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15858
15859 * Makefile.in (AR_FLAGS): Make quieter.
15860
15861 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15862
15863 * configure.in: Add libg++.
15864 * configure: When verbose, don't output the command line at each
15865 level; it will be unremarkably the same as the previous version,
15866 which will be the same as what the user typed.
15867
15868 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15869
15870 * configure.in, Makefile.in: fix clean-info, add flex. add
15871 fileutils.
15872
15873 * configure: be less sensitive to spaces in Makefile.in. Do not
15874 look for sources in "..". Doing so breaks subdirectories that
15875 might have their own configure. If a subdir has it's own
15876 configure script, use it.
15877
15878 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15879
15880 * cfg-paper.texi: some changes suggested by rms.
15881
15882 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15883
15884 * config.sub: Merge in some small additions from the FSF version,
15885 taken from the gcc distribution, to bring the Cygnus and FSF
15886 versions into closer sync.
15887
15888 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15889
15890 * configure.in: Changed svr4 references to sysv4.
15891
15892 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15893
15894 * configure: added -V for version number option.
15895
15896 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15897
15898 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15899 renamed from DOC.configure to cfg-paper.texi.
15900
15901 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15902
15903 * configure, config.subr, config.sub: config.subr is now
15904 config.sub again.
15905
15906 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15907
15908 * configure.texi: new file, in progress.
15909
15910 * Makefile.in: build info file and install the man page for
15911 configure.
15912
15913 * configure.man: new file, first cut.
15914
15915 * configure: find config.subr again now that configuration "none"
15916 has gone. removed all traces of the -ansi option. removed all
15917 traces of the -languages option.
15918
15919 * config.subr: resync from rms.
15920
15921 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15922
15923 * configure, config.sub, config.subr: merge config.sub into
15924 config.subr, call the result config.subr, remove config.sub, use
15925 config.subr.
15926
15927 * Makefile.in: revised install for dir.info.
15928
15929 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15930
15931 * configure.in: add decstation host makefile frag.
15932
15933 * Makefile.in: BISON now bison -y again. also install-gcc on
15934 install. clean-gdbm on clean. infodir belongs in datadir.
15935 Make directories for info install. Build dir.info here then
15936 install it.
15937
15938 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15939
15940 * Makefile.in: fix for bad directory tests.
15941
15942 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15943
15944 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15945 regexp. -srcdir relative was being handled incorrectly.
15946
15947 * Makefile.in: unwrapped some for loops so that parallel makes
15948 work again and so one can focus one's attention on a particular
15949 package.
15950
15951 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15952
15953 * configure: added PWD as a stand in for `pwd` (for speed). use
15954 elif wherever possible. make -srcdir work without -objdir.
15955 -objdir= commented out.
15956
15957 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15958
15959 * configure: +options become --options. -subdirs commented out.
15960 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15961 Makefile now at top of generated Makefile. Removed cvs log
15962 entries. added -srcdir. create .gdbinit only if there is one
15963 in ${srcdir}.
15964
15965 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15966 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15967 and mandir now keyed off datadir by default.
15968
15969 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15970
15971 * Freshly created ChangeLog.
15972
15973 \f
15974 Local Variables:
15975 mode: change-log
15976 left-margin: 8
15977 fill-column: 76
15978 version-control: never
15979 End: